@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/Manrope-VariableFont_wght.woff2") format("woff2");
}

/* ================================================================
   0.7.0 — cinematic conversion journey
   ================================================================ */

.astroy-home {
  overflow: visible;
}

/* ================================================================
   0.7.0 — dedicated technologies, company and own-project journeys
   ================================================================ */

.astroy-technology-page,
.astroy-about-page,
.astroy-own-project-page {
  overflow: clip;
  background: #f3efe6;
}

.astroy-technology-hero,
.astroy-own-project-hero {
  position: relative;
  padding: clamp(34px, 5vw, 66px) 0 clamp(78px, 10vw, 136px);
  overflow: hidden;
  background:
    radial-gradient(circle at 81% 20%, rgba(255, 181, 95, 0.12), transparent 31%),
    linear-gradient(128deg, #07110e 0%, #0e211a 58%, #162a22 100%);
  color: #f7f1e7;
}

.astroy-technology-hero::after,
.astroy-own-project-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 241, 231, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, transparent 74%, rgba(0, 0, 0, 0.16));
  background-size: 12.5% 100%, 100% 100%;
  content: '';
  pointer-events: none;
}

.astroy-technology-hero .astroy-container,
.astroy-own-project-hero .astroy-container {
  position: relative;
  z-index: 1;
}

.astroy-technology-hero__grid,
.astroy-own-project-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.66fr);
  gap: clamp(44px, 8vw, 126px);
  align-items: end;
  margin-top: clamp(66px, 9vw, 116px);
}

.astroy-technology-hero .astroy-eyebrow,
.astroy-own-project-hero .astroy-eyebrow {
  color: #ffb55f;
}

.astroy-technology-hero h1,
.astroy-own-project-hero h1 {
  max-width: 920px;
  margin: 13px 0 0;
  color: #fffaf1;
  font-size: clamp(48px, 7.2vw, 108px);
  font-weight: 480;
  line-height: 0.91;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.astroy-technology-hero__grid > div:last-child > p,
.astroy-own-project-hero__grid > p {
  margin: 0;
  color: rgba(247, 241, 231, 0.76);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.68;
}

.astroy-technology-hero .astroy-actions {
  margin-top: 28px;
}

.astroy-technology-hero .astroy-text-link {
  color: #fff5e7;
}

.astroy-technology-lab {
  position: relative;
  padding: clamp(64px, 9vw, 132px) 0;
  background:
    radial-gradient(circle at 78% 42%, rgba(43, 116, 87, 0.09), transparent 30%),
    #e7e5dd;
}

.astroy-technology-lab::before {
  position: absolute;
  top: 0;
  right: clamp(24px, 7vw, 112px);
  width: min(40vw, 520px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 38, 30, 0.42));
  content: '';
}

.astroy-technology-lab .astroy-3d--selector {
  width: 100%;
  margin: 0;
  padding: clamp(24px, 4vw, 56px);
  border: 1px solid rgba(11, 31, 24, 0.13);
  background: rgba(250, 248, 241, 0.74);
  box-shadow: 0 34px 100px rgba(8, 29, 21, 0.1);
}

.astroy-technology-lab .astroy-3d--selector .astroy-3d__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.62fr);
  gap: 18px clamp(40px, 8vw, 116px);
  max-width: none;
}

.astroy-technology-lab .astroy-3d--selector .astroy-3d__eyebrow,
.astroy-technology-lab .astroy-3d--selector h2 {
  grid-column: 1;
}

.astroy-technology-lab .astroy-3d--selector .astroy-3d__intro > p:last-of-type,
.astroy-technology-lab .astroy-3d--selector .astroy-3d__skip {
  grid-column: 2;
}

.astroy-technology-lab .astroy-3d--selector .astroy-3d__intro > p:last-of-type {
  grid-row: 1 / 3;
  align-self: end;
  margin: 0 0 10px;
}

.astroy-technology-lab .astroy-3d--selector .astroy-3d__skip {
  grid-row: 3;
  align-self: start;
  justify-self: start;
  margin-top: 0;
}

.astroy-technology-guide {
  background: #f5f1e8;
}

.astroy-technology-guide__list {
  display: grid;
  margin-top: clamp(48px, 7vw, 92px);
  border-top: 1px solid rgba(18, 34, 27, 0.18);
}

.astroy-technology-guide__item {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(42px, 8vw, 126px);
  padding: clamp(42px, 7vw, 86px) 0;
  border-bottom: 1px solid rgba(18, 34, 27, 0.18);
  scroll-margin-top: 110px;
}

.astroy-technology-guide__item > header {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-content: start;
}

.astroy-technology-guide__item > header > span {
  padding-top: 8px;
  color: #bf6421;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.astroy-technology-guide__item > header p {
  margin: 0 0 9px;
  color: #7a817b;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.astroy-technology-guide__item h3 {
  margin: 0;
  color: #122119;
  font-size: clamp(30px, 3.05vw, 46px);
  font-weight: 520;
  line-height: 1;
  letter-spacing: -0.047em;
}

.astroy-technology-guide__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px clamp(30px, 5vw, 72px);
}

.astroy-technology-guide__body > p,
.astroy-technology-guide__body > aside {
  grid-column: 1 / -1;
}

.astroy-technology-guide__body > p {
  max-width: 850px;
  margin: 0;
  color: #35443c;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.65;
}

.astroy-technology-guide__body h4 {
  margin: 0 0 13px;
  color: #132219;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.astroy-technology-guide__body :where(ul, div > p, aside p) {
  margin: 0;
  color: #5b655f;
  font-size: 14px;
  line-height: 1.65;
}

.astroy-technology-guide__body ul {
  padding-left: 19px;
}

.astroy-technology-guide__body aside {
  display: grid;
  grid-template-columns: minmax(160px, 0.3fr) minmax(0, 1fr);
  gap: 24px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(18, 34, 27, 0.13);
}

.astroy-technology-guide__body aside strong {
  color: #0c6b4f;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.astroy-about-hero {
  position: relative;
  min-height: min(760px, 78svh);
  overflow: hidden;
  background: #07110e;
  color: #fffaf1;
}

.astroy-about-hero__media,
.astroy-about-hero__media::after,
.astroy-about-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.astroy-about-hero__media img {
  object-fit: cover;
  transform: scale(1.02);
}

.astroy-about-hero__media::after {
  background:
    linear-gradient(90deg, rgba(2, 9, 6, 0.83) 0%, rgba(2, 9, 6, 0.54) 46%, rgba(2, 9, 6, 0.12) 80%),
    linear-gradient(180deg, rgba(2, 9, 6, 0.38), transparent 36%, rgba(2, 9, 6, 0.55));
  content: '';
}

.astroy-about-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: min(850px, 88svh);
  flex-direction: column;
  justify-content: space-between;
  padding-top: clamp(34px, 5vw, 66px);
  padding-bottom: clamp(70px, 9vw, 118px);
}

.astroy-about-hero__inner > div:last-child {
  max-width: 900px;
}

.astroy-about-hero .astroy-eyebrow {
  color: #ffb55f;
}

.astroy-about-hero h1 {
  margin: 13px 0 24px;
  color: #fffaf1;
  font-size: clamp(50px, 7.4vw, 110px);
  font-weight: 480;
  line-height: 0.9;
  letter-spacing: -0.064em;
}

.astroy-about-hero__inner > div:last-child > p:last-child {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 250, 241, 0.78);
  font-size: clamp(16px, 1.5vw, 20px);
}

.astroy-about-manifesto {
  background: #eee9df;
}

.astroy-about-manifesto__grid,
.astroy-about-route__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(46px, 9vw, 144px);
}

.astroy-about-manifesto h2,
.astroy-about-route h2 {
  margin: 12px 0 0;
  font-size: clamp(40px, 5vw, 74px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.054em;
}

.astroy-about-manifesto__grid > div {
  max-width: 730px;
  padding-top: 26px;
}

.astroy-about-manifesto__grid > div p {
  margin: 0 0 22px;
  color: #4e5952;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.72;
}

.astroy-about-principles {
  background: #0b1914;
  color: #f7f1e7;
}

.astroy-about-principles .astroy-eyebrow {
  color: #ffb55f;
}

.astroy-about-principles .astroy-section__header h2 {
  color: #fffaf1;
}

.astroy-about-principles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(44px, 7vw, 84px);
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.astroy-about-principles__grid article {
  min-height: 310px;
  padding: 30px clamp(24px, 3vw, 46px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.astroy-about-principles__grid article:first-child { padding-left: 0; }
.astroy-about-principles__grid article:last-child { padding-right: 0; border-right: 0; }

.astroy-about-principles__grid span {
  display: block;
  margin-bottom: clamp(58px, 8vw, 106px);
  color: #ffb55f;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.astroy-about-principles__grid h3 {
  margin: 0 0 14px;
  color: #fffaf1;
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 570;
}

.astroy-about-principles__grid p {
  margin: 0;
  color: rgba(247, 241, 231, 0.64);
  font-size: 14px;
  line-height: 1.6;
}

.astroy-about-route {
  background: #f5f1e8;
}

.astroy-about-route header .astroy-text-link {
  display: inline-flex;
  margin-top: 28px;
}

.astroy-about-route ol,
.astroy-own-project-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.astroy-about-route li,
.astroy-own-project-checklist li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(18, 34, 27, 0.16);
}

.astroy-about-route li:last-child,
.astroy-own-project-checklist li:last-child {
  border-bottom: 1px solid rgba(18, 34, 27, 0.16);
}

.astroy-about-route li > span,
.astroy-own-project-checklist li > span {
  color: #bd6422;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.astroy-about-route li strong,
.astroy-own-project-checklist li strong {
  color: #15251c;
  font-size: 18px;
}

.astroy-about-route li p,
.astroy-own-project-checklist li p {
  margin: 6px 0 0;
  color: #647068;
  font-size: 13px;
  line-height: 1.55;
}

.astroy-own-project-workspace {
  background:
    radial-gradient(circle at 8% 26%, rgba(33, 110, 80, 0.06), transparent 22%),
    #f3efe6;
}

.astroy-own-project-checklist {
  margin: 36px 0 28px;
}

.astroy-own-project-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.astroy-own-project-form__note {
  margin: -2px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(18, 34, 27, 0.12);
  color: #6b746e;
  font-size: 11px;
  line-height: 1.55;
}

.astroy-catalog-technology-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 12px;
  color: rgba(255, 250, 241, 0.82);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.astroy-catalog-technology-link:hover {
  color: #ffb55f;
}

.astroy-catalog-technology-link i {
  color: #ffb55f;
  font-style: normal;
}

.astroy-catalog-technology-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 28px;
  align-items: center;
}

.astroy-catalog-technology-tools__guide {
  color: #07523d;
  font-size: 12px;
  font-weight: 760;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .astroy-technology-hero__grid,
  .astroy-own-project-hero__grid,
  .astroy-technology-guide__item,
  .astroy-about-manifesto__grid,
  .astroy-about-route__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .astroy-technology-lab .astroy-3d--selector .astroy-3d__intro {
    display: block;
  }

  .astroy-technology-lab .astroy-3d--selector .astroy-3d__intro > p:last-of-type {
    margin-top: 20px;
  }

  .astroy-technology-lab .astroy-3d--selector .astroy-3d__skip {
    margin-top: 18px;
  }

  .astroy-about-principles__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .astroy-about-principles__grid article,
  .astroy-about-principles__grid article:first-child,
  .astroy-about-principles__grid article:last-child {
    min-height: 0;
    padding: 26px 0 30px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .astroy-about-principles__grid article:last-child { border-bottom: 0; }

  .astroy-about-principles__grid span { margin-bottom: 20px; }

  .astroy-catalog-technology-tools {
    grid-template-columns: minmax(0, 1fr);
  }

  .astroy-catalog-technology-tools__guide {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .astroy-technology-hero,
  .astroy-own-project-hero {
    padding-bottom: 76px;
  }

  .astroy-technology-hero__grid,
  .astroy-own-project-hero__grid {
    margin-top: 60px;
  }

  .astroy-technology-hero h1,
  .astroy-own-project-hero h1 {
    font-size: clamp(44px, 14.5vw, 62px);
  }

  .astroy-technology-lab {
    padding-block: 56px;
  }

  .astroy-technology-lab > .astroy-container {
    width: min(100% - 20px, 1240px);
  }

  .astroy-technology-lab .astroy-3d--selector {
    padding: 18px 10px 24px;
  }

  .astroy-technology-lab .astroy-3d--selector .astroy-3d__intro {
    padding-inline: 8px;
  }

  .astroy-technology-guide__body,
  .astroy-technology-guide__body aside,
  .astroy-own-project-form__row {
    grid-template-columns: minmax(0, 1fr);
  }

  .astroy-technology-guide__body aside {
    gap: 8px;
  }

  .astroy-about-hero,
  .astroy-about-hero__inner {
    min-height: 660px;
  }

  .astroy-about-hero__media img {
    object-position: center;
  }

  .astroy-about-hero__media::after {
    background: linear-gradient(180deg, rgba(2, 9, 6, 0.54), rgba(2, 9, 6, 0.12) 35%, rgba(2, 9, 6, 0.86));
  }

  .astroy-about-hero h1 {
    font-size: clamp(46px, 15vw, 66px);
  }

  .astroy-catalog-technology-link {
    display: none;
  }
}

.astroy-header--cinematic .astroy-nav,
.astroy-header--cinematic .astroy-header__cta {
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.astroy-cinematic-entry .astroy-header--cinematic:not(.is-intro-ready):not(:focus-within) .astroy-nav,
.astroy-cinematic-entry .astroy-header--cinematic:not(.is-intro-ready):not(:focus-within) .astroy-header__cta {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  animation: astroy-header-cinematic-failsafe 1ms linear 3.2s forwards;
}

@keyframes astroy-header-cinematic-failsafe {
  to { opacity: 1; pointer-events: auto; transform: translateY(0); }
}

.astroy-house-journey {
  --astroy-journey-progress: 0;
  --astroy-journey-portal: 1;
  --astroy-journey-intro: 1;
  --astroy-journey-choice: 1;
  --astroy-journey-atmosphere: 1;
  --astroy-journey-reveal: 120%;
  --astroy-journey-x: 0px;
  --astroy-journey-y: 0px;
  position: relative;
  z-index: 0;
  min-height: 100svh;
  background: #07100d;
  color: #f5f1e8;
}

.astroy-js .astroy-house-journey {
  --astroy-journey-portal: 0;
  --astroy-journey-choice: 0;
  --astroy-journey-atmosphere: 0;
  --astroy-journey-reveal: 0%;
  height: 255svh;
}

.astroy-house-journey__stage {
  position: relative;
  overflow: clip;
  min-height: 100svh;
  isolation: isolate;
}

.astroy-js .astroy-house-journey__stage {
  position: sticky;
  top: 0;
  height: 100svh;
}

.astroy-house-journey__media,
.astroy-house-journey__frame,
.astroy-house-journey__frame img,
.astroy-house-journey__vignette,
.astroy-house-journey__atmosphere {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.astroy-house-journey__media {
  z-index: -2;
  overflow: hidden;
  background: #07100d;
}

.astroy-house-journey__frame {
  margin: 0;
  will-change: opacity, transform, clip-path;
}

.astroy-house-journey__frame img {
  object-fit: cover;
  object-position: center;
}

.astroy-house-journey__frame--arrival {
  opacity: calc(1 - var(--astroy-journey-portal));
  transform: translate3d(var(--astroy-journey-x), var(--astroy-journey-y), 0) scale(calc(1.025 + var(--astroy-journey-progress) * 0.095));
}

.astroy-house-journey__frame--portal {
  opacity: calc(0.2 + var(--astroy-journey-portal) * 0.8);
  clip-path: circle(var(--astroy-journey-reveal) at 52% 59%);
  transform: translate3d(calc(var(--astroy-journey-x) * -0.4), calc(var(--astroy-journey-y) * -0.35), 0) scale(calc(1.105 - var(--astroy-journey-portal) * 0.105));
}

.astroy-house-journey__vignette {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 8, 6, 0.74) 0%, rgba(2, 8, 6, 0.18) 45%, rgba(2, 8, 6, 0.12) 70%, rgba(2, 8, 6, 0.34) 100%),
    linear-gradient(180deg, rgba(2, 8, 6, 0.44), transparent 25%, transparent 66%, rgba(2, 8, 6, 0.58));
  opacity: calc(0.88 - var(--astroy-journey-portal) * 0.28);
}

.astroy-house-journey__atmosphere {
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 30% 68%, rgba(255, 196, 112, 0.22) 0 1px, transparent 2px),
    radial-gradient(circle at 51% 64%, rgba(255, 210, 145, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 66%, rgba(255, 181, 89, 0.2) 0 1px, transparent 2px),
    repeating-linear-gradient(104deg, transparent 0 27px, rgba(213, 231, 226, 0.035) 28px 29px, transparent 30px 57px);
  background-size: 240px 190px, 310px 230px, 270px 210px, 100% 100%;
  mix-blend-mode: screen;
  opacity: calc(var(--astroy-journey-atmosphere) * 0.58);
  animation: astroy-forest-atmosphere 14s linear infinite;
}

@keyframes astroy-forest-atmosphere {
  0% { background-position: 0 12px, 20px 0, 0 20px, 0 0; }
  50% { background-position: 20px -24px, -12px -32px, 18px -16px, 0 0; }
  100% { background-position: 40px -60px, -44px -64px, 36px -52px, 0 0; }
}

.astroy-house-journey__intro,
.astroy-house-journey__choice {
  position: absolute;
  z-index: 4;
  inset: 0;
}

.astroy-house-journey__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(84px, 12vh, 138px);
  padding-bottom: clamp(110px, 14vh, 170px);
  opacity: var(--astroy-journey-intro);
  transform: translate3d(0, calc((1 - var(--astroy-journey-intro)) * -30px), 0);
  will-change: opacity, transform;
}

.astroy-house-journey__intro .astroy-eyebrow,
.astroy-house-journey__choice .astroy-eyebrow {
  color: #ffb55f;
}

.astroy-house-journey__intro h1 {
  max-width: 850px;
  margin: 16px 0 0;
  color: #fffaf0;
  font-size: clamp(52px, 7.4vw, 118px);
  font-weight: 460;
  line-height: 0.89;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.astroy-house-journey__intro h1 span {
  display: block;
}

.astroy-house-journey__intro > p:not(.astroy-eyebrow) {
  max-width: 630px;
  margin: 28px 0 0;
  color: rgba(246, 244, 235, 0.82);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.55;
}

.astroy-house-journey__intro .astroy-actions {
  margin-top: 32px;
}

.astroy-house-journey__secondary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 9px;
  padding: 0 5px;
  color: #fffaf0;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.astroy-house-journey__secondary:hover {
  color: #ffb55f;
}

.astroy-house-journey__secondary:focus-visible,
.astroy-house-journey__technology-link:focus-visible,
.astroy-house-journey__portal:focus-visible {
  outline: 2px solid #ffb55f;
  outline-offset: 5px;
}

.astroy-house-journey__choice {
  opacity: var(--astroy-journey-choice);
  transform: translate3d(0, calc((1 - var(--astroy-journey-choice)) * 24px), 0);
  will-change: opacity, transform;
}

.astroy-house-journey__choice > header {
  position: absolute;
  top: clamp(84px, 11vh, 126px);
  left: var(--astroy-gutter);
}

.astroy-house-journey__choice h2 {
  margin: 10px 0 0;
  color: #fffaf0;
  font-size: clamp(38px, 4.2vw, 68px);
  font-weight: 480;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.astroy-house-journey__portals {
  position: absolute;
  inset: 0;
}

.astroy-house-journey__portal {
  position: absolute;
  top: 45%;
  width: 19%;
  height: 46%;
  color: #fffaf0;
  text-decoration: none;
}

.astroy-house-journey__portal--catalog { left: 19%; }
.astroy-house-journey__portal--estimate { left: 40.5%; }
.astroy-house-journey__portal--about { left: 62.5%; }

.astroy-house-journey__portal-focus {
  position: absolute;
  top: 5%;
  left: 12%;
  width: 76%;
  height: 49%;
  border: 1px solid rgba(255, 245, 229, 0.54);
  background: linear-gradient(180deg, rgba(255, 190, 105, 0.04), rgba(255, 190, 105, 0.13));
  box-shadow: inset 0 0 0 1px rgba(6, 16, 13, 0.16), 0 0 34px rgba(255, 168, 73, 0.04);
  transition: border-color 360ms ease, background-color 360ms ease, box-shadow 360ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.astroy-house-journey__portal-focus i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid #ffe3bd;
  border-radius: 50%;
  background: rgba(255, 178, 84, 0.72);
  box-shadow: 0 0 0 7px rgba(255, 181, 95, 0.1), 0 0 24px rgba(255, 174, 70, 0.58);
  transform: translate(-50%, -50%);
}

.astroy-house-journey__portal-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 4px 12px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(5, 13, 10, 0.72);
  box-shadow: 0 18px 52px rgba(1, 5, 4, 0.24);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: background-color 320ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1), border-color 320ms ease;
}

.astroy-house-journey__portal-copy small {
  grid-row: 1 / 4;
  color: #ffb55f;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.astroy-house-journey__portal-copy strong {
  font-size: clamp(15px, 1.25vw, 20px);
  font-weight: 680;
  line-height: 1.15;
}

.astroy-house-journey__portal-copy span {
  color: rgba(245, 241, 232, 0.68);
  font-size: 12px;
  line-height: 1.35;
}

.astroy-house-journey__portal-copy b {
  align-self: end;
  color: #f9ead6;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.astroy-house-journey__portal:hover .astroy-house-journey__portal-focus,
.astroy-house-journey__portal:focus-visible .astroy-house-journey__portal-focus {
  border-color: #ffca86;
  background: rgba(255, 180, 88, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 0 42px rgba(255, 166, 65, 0.24);
  transform: scale(1.035);
}

.astroy-house-journey__portal:hover .astroy-house-journey__portal-copy,
.astroy-house-journey__portal:focus-visible .astroy-house-journey__portal-copy {
  border-color: rgba(255, 191, 111, 0.62);
  background: rgba(5, 13, 10, 0.9);
  transform: translateY(-7px);
}

.astroy-house-journey.is-choice-ready .astroy-house-journey__portal-focus i {
  animation: astroy-portal-pulse 2.8s ease-out 1 both;
}

.astroy-house-journey.is-choice-ready .astroy-house-journey__portal--estimate .astroy-house-journey__portal-focus i { animation-delay: 220ms; }
.astroy-house-journey.is-choice-ready .astroy-house-journey__portal--about .astroy-house-journey__portal-focus i { animation-delay: 440ms; }

@keyframes astroy-portal-pulse {
  0%, 100% { box-shadow: 0 0 0 7px rgba(255, 181, 95, 0.1), 0 0 24px rgba(255, 174, 70, 0.58); }
  45% { box-shadow: 0 0 0 18px rgba(255, 181, 95, 0), 0 0 44px rgba(255, 174, 70, 0.78); }
}

.astroy-house-journey__technology-link {
  position: absolute;
  right: var(--astroy-gutter);
  bottom: 26px;
  z-index: 3;
  color: rgba(255, 250, 240, 0.84);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.astroy-house-journey__technology-link:hover {
  color: #ffb55f;
}

.astroy-house-journey__scroll {
  position: absolute;
  bottom: max(28px, env(safe-area-inset-bottom));
  left: var(--astroy-gutter);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.12em;
  opacity: calc(1 - var(--astroy-journey-portal));
  text-decoration: none;
  text-transform: uppercase;
}

.astroy-house-journey__scroll i {
  position: relative;
  width: 52px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
}

.astroy-house-journey__scroll i::after {
  position: absolute;
  inset: 0;
  background: #ffb55f;
  content: '';
  animation: astroy-scroll-line 1.8s ease-in-out infinite;
  transform: translateX(-100%);
}

@keyframes astroy-scroll-line {
  55%, 100% { transform: translateX(100%); }
}

.astroy-house-journey__progress {
  position: absolute;
  right: max(22px, var(--astroy-gutter));
  bottom: 50%;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 86px auto;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  letter-spacing: 0.12em;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right bottom;
}

.astroy-house-journey__progress i {
  height: 1px;
  background: linear-gradient(90deg, #ffb55f calc(var(--astroy-journey-progress) * 100%), rgba(255, 255, 255, 0.28) 0);
}

.astroy-company-manifesto {
  position: relative;
  overflow: hidden;
  background: #eeeae1;
  color: #142019;
}

.astroy-company-manifesto::before {
  position: absolute;
  top: -25%;
  right: -8%;
  width: 48vw;
  aspect-ratio: 1;
  border: 1px solid rgba(22, 53, 39, 0.1);
  border-radius: 50%;
  content: '';
}

.astroy-company-manifesto__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 9vw, 150px);
  align-items: start;
}

.astroy-company-manifesto h2 {
  max-width: 690px;
  margin: 13px 0 0;
  font-size: clamp(42px, 5.4vw, 82px);
  font-weight: 480;
  line-height: 0.96;
  letter-spacing: -0.052em;
}

.astroy-company-manifesto__copy {
  max-width: 760px;
  padding-top: 28px;
}

.astroy-company-manifesto__copy > p {
  margin: 0 0 22px;
  color: #465149;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.65;
}

.astroy-company-manifesto__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  align-items: center;
  margin-top: 34px;
}

.astroy-company-manifesto__principles {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(54px, 7vw, 96px);
  border-top: 1px solid rgba(20, 32, 25, 0.18);
  border-bottom: 1px solid rgba(20, 32, 25, 0.18);
}

.astroy-company-manifesto__principles article {
  min-height: 230px;
  padding: 28px clamp(22px, 3vw, 44px) 32px;
  border-right: 1px solid rgba(20, 32, 25, 0.14);
}

.astroy-company-manifesto__principles article:first-child { padding-left: 0; }
.astroy-company-manifesto__principles article:last-child { border-right: 0; padding-right: 0; }

.astroy-company-manifesto__principles span {
  display: block;
  margin-bottom: 48px;
  color: #c36a22;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.astroy-company-manifesto__principles strong {
  display: block;
  font-size: clamp(19px, 1.6vw, 25px);
  font-weight: 650;
}

.astroy-company-manifesto__principles p {
  max-width: 330px;
  margin: 12px 0 0;
  color: #606961;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 800px) {
  .astroy-cinematic-entry .astroy-header--cinematic:not(.is-intro-ready):not(:focus-within) .astroy-nav {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    animation: none;
  }

  .astroy-js .astroy-house-journey {
    height: 218svh;
  }

  .astroy-house-journey__frame--arrival img {
    object-position: center;
  }

  .astroy-house-journey__frame--portal img {
    object-position: center;
  }

  .astroy-house-journey__vignette {
    background: linear-gradient(180deg, rgba(2, 8, 6, 0.42), transparent 24%, transparent 55%, rgba(2, 8, 6, 0.72));
  }

  .astroy-house-journey__intro {
    justify-content: flex-start;
    padding-top: max(126px, calc(env(safe-area-inset-top) + 112px));
    padding-bottom: 180px;
  }

  .astroy-house-journey__intro h1 {
    max-width: 520px;
    margin-top: 12px;
    font-size: clamp(46px, 13.8vw, 72px);
    line-height: 0.92;
  }

  .astroy-house-journey__intro > p:not(.astroy-eyebrow) {
    max-width: 520px;
    margin-top: 20px;
    font-size: 15px;
  }

  .astroy-house-journey__intro .astroy-actions {
    display: grid;
    justify-items: start;
    margin-top: 24px;
  }

  .astroy-house-journey__choice > header {
    top: max(90px, calc(env(safe-area-inset-top) + 76px));
    right: var(--astroy-gutter);
    left: var(--astroy-gutter);
  }

  .astroy-house-journey__choice h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .astroy-house-journey__portals {
    top: auto;
    right: var(--astroy-gutter);
    bottom: max(76px, calc(env(safe-area-inset-bottom) + 60px));
    left: var(--astroy-gutter);
    display: grid;
    gap: 8px;
  }

  .astroy-house-journey__portal,
  .astroy-house-journey__portal--catalog,
  .astroy-house-journey__portal--estimate,
  .astroy-house-journey__portal--about {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    height: auto;
    min-height: 62px;
  }

  .astroy-house-journey__portal-focus {
    top: 50%;
    left: 17px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transform: translateY(-50%);
  }

  .astroy-house-journey__portal:hover .astroy-house-journey__portal-focus,
  .astroy-house-journey__portal:focus-visible .astroy-house-journey__portal-focus {
    transform: translateY(-50%) scale(1.06);
  }

  .astroy-house-journey__portal-focus i {
    width: 6px;
    height: 6px;
  }

  .astroy-house-journey__portal-copy {
    position: relative;
    min-height: 62px;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    align-items: center;
    gap: 3px 10px;
    padding: 11px 13px 11px 58px;
    background: rgba(5, 13, 10, 0.8);
  }

  .astroy-house-journey__portal-copy small {
    display: none;
  }

  .astroy-house-journey__portal-copy strong {
    grid-column: 1 / 3;
    font-size: 14px;
  }

  .astroy-house-journey__portal-copy span {
    display: none;
  }

  .astroy-house-journey__portal-copy b {
    grid-column: 3;
    grid-row: 1;
    white-space: nowrap;
  }

  .astroy-house-journey__technology-link {
    right: var(--astroy-gutter);
    bottom: max(24px, env(safe-area-inset-bottom));
    left: var(--astroy-gutter);
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .astroy-house-journey__scroll {
    right: var(--astroy-gutter);
    bottom: max(24px, env(safe-area-inset-bottom));
    font-size: 9px;
  }

  .astroy-house-journey__progress {
    display: none;
  }

  .astroy-company-manifesto__grid,
  .astroy-company-manifesto__principles {
    grid-template-columns: 1fr;
  }

  .astroy-company-manifesto__grid {
    gap: 26px;
  }

  .astroy-company-manifesto__copy {
    padding-top: 0;
  }

  .astroy-company-manifesto__principles article,
  .astroy-company-manifesto__principles article:first-child,
  .astroy-company-manifesto__principles article:last-child {
    min-height: 0;
    padding: 24px 0 26px;
    border-right: 0;
    border-bottom: 1px solid rgba(20, 32, 25, 0.14);
  }

  .astroy-company-manifesto__principles article:last-child {
    border-bottom: 0;
  }

  .astroy-company-manifesto__principles span {
    margin-bottom: 16px;
  }
}

/* Sticky scroll stage must not inherit the legacy homepage clipping. */
.astroy-home {
  overflow: visible;
}

.astroy-house-journey.is-reduced-motion {
  height: auto !important;
}

.astroy-house-journey.is-reduced-motion .astroy-house-journey__stage {
  position: relative;
  height: auto;
  min-height: 1120px;
}

.astroy-house-journey.is-reduced-motion .astroy-house-journey__frame--arrival,
.astroy-house-journey.is-reduced-motion .astroy-house-journey__scroll,
.astroy-house-journey.is-reduced-motion .astroy-house-journey__progress,
.astroy-house-journey.is-reduced-motion .astroy-house-journey__atmosphere {
  display: none;
}

.astroy-house-journey.is-reduced-motion .astroy-house-journey__frame--portal {
  clip-path: none;
  opacity: 1;
  transform: none;
}

.astroy-house-journey.is-reduced-motion .astroy-house-journey__intro {
  inset: 0 0 auto;
  min-height: 520px;
}

.astroy-house-journey.is-reduced-motion .astroy-house-journey__choice {
  inset: auto 0 0;
  min-height: 660px;
}

@media (max-width: 800px) and (prefers-reduced-motion: reduce) {
  .astroy-house-journey.is-reduced-motion .astroy-house-journey__stage {
    min-height: 1320px;
  }

  .astroy-house-journey.is-reduced-motion .astroy-house-journey__intro {
    min-height: 610px;
  }

  .astroy-house-journey.is-reduced-motion .astroy-house-journey__choice {
    min-height: 710px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .astroy-house-journey *,
  .astroy-house-journey *::before,
  .astroy-house-journey *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

:root {
  --astroy-ivory: #f7f3ea;
  --astroy-paper: #fffaf2;
  --astroy-graphite: #101716;
  --astroy-graphite-soft: #45534f;
  --astroy-conifer: #0c6b4f;
  --astroy-conifer-dark: #07523d;
  --astroy-copper: #ff6b2c;
  --astroy-copper-text: #b94718;
  --astroy-copper-hover: #ed5b21;
  --astroy-copper-active: #df531b;
  --astroy-mist: #dde9e4;
  --astroy-error: #d92d20;
  --astroy-line: rgba(16, 23, 22, 0.14);
  --astroy-shadow: 0 28px 80px rgba(16, 23, 22, 0.14);
  --astroy-radius-small: 12px;
  --astroy-radius: 24px;
  --astroy-radius-large: clamp(28px, 4vw, 54px);
  --astroy-font: Manrope, "Segoe UI Variable", "Segoe UI", system-ui, sans-serif;
}

body.astroy-child-theme {
  overflow-x: clip;
  margin: 0;
  background: var(--astroy-ivory);
  color: var(--astroy-graphite);
  font-family: var(--astroy-font);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.astroy-child-theme *,
.astroy-child-theme *::before,
.astroy-child-theme *::after {
  box-sizing: border-box;
}

.astroy-container {
  width: min(100% - clamp(32px, 6vw, 96px), 1240px);
  margin-inline: auto;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.astroy-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100000;
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--astroy-graphite);
  color: #fff;
  font-weight: 700;
  transform: translateY(-160%);
}

.astroy-skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.astroy-child-theme :where(a, button, summary):focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 7px var(--astroy-graphite);
}

.astroy-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding-top: max(0px, env(safe-area-inset-top));
  border-bottom: 1px solid rgba(34, 38, 36, 0.09);
  background: rgba(245, 240, 231, 0.9);
  backdrop-filter: blur(18px) saturate(130%);
}

.admin-bar .astroy-header {
  top: 32px;
}

.astroy-header__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.astroy-brand {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  color: var(--astroy-graphite);
  text-decoration: none;
}

.astroy-brand:hover {
  color: var(--astroy-graphite);
}

.astroy-brand__mark {
  display: block;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
}

.astroy-brand__symbol {
  display: block;
  width: 100%;
  height: 100%;
}

.astroy-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.astroy-brand__text {
  display: grid;
  line-height: 1.1;
}

.astroy-brand__text strong {
  font-size: 17px;
  letter-spacing: -0.02em;
}

.astroy-brand__text small {
  margin-top: 4px;
  color: var(--astroy-graphite-soft);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.astroy-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.astroy-nav__list a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--astroy-graphite);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.astroy-nav__list a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--astroy-copper);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.astroy-nav__list a:hover::after,
.astroy-nav__list .current-menu-item > a::after,
.astroy-nav__list a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.astroy-menu-toggle {
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--astroy-line);
  border-radius: 999px;
  background: transparent;
  color: var(--astroy-graphite);
  font: 650 14px/1 var(--astroy-font);
  cursor: pointer;
}

.astroy-menu-toggle:not([hidden]) {
  display: inline-flex;
}

.astroy-site-shell {
  min-height: 100vh;
}

.astroy-home {
  overflow: clip;
}

.astroy-hero {
  position: relative;
  padding: clamp(56px, 6vw, 88px) 0 clamp(88px, 12vw, 168px);
  background:
    radial-gradient(circle at 82% 10%, rgba(139, 75, 38, 0.09), transparent 30%),
    radial-gradient(circle at 16% 42%, rgba(21, 77, 59, 0.08), transparent 34%),
    var(--astroy-ivory);
}

.astroy-hero::before {
  position: absolute;
  top: 0;
  right: max(0px, calc((100vw - 1240px) / 2));
  width: min(32vw, 420px);
  height: 1px;
  background: var(--astroy-copper);
  content: "";
  opacity: 0.75;
}

.astroy-hero__top {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
}

.astroy-eyebrow {
  margin: 0 0 16px;
  color: var(--astroy-conifer);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.astroy-hero h1 {
  max-width: 990px;
  margin: 0;
  color: var(--astroy-graphite);
  font-size: clamp(46px, 6vw, 88px);
  font-weight: 570;
  letter-spacing: -0.058em;
  line-height: 0.94;
  text-wrap: balance;
}

.astroy-hero__lead {
  max-width: 720px;
  margin: clamp(22px, 2.4vw, 30px) 0 0;
  color: var(--astroy-graphite-soft);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

.astroy-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 28px;
  margin-top: clamp(24px, 3vw, 32px);
}

.astroy-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.astroy-button--primary {
  background: var(--astroy-copper);
  color: #fff;
}

.astroy-button--primary:hover {
  background: var(--astroy-copper-hover);
  color: #fff;
  transform: translateY(-1px);
}

.astroy-button--primary:active {
  background: var(--astroy-copper-active);
  transform: translateY(0);
}

.astroy-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  color: var(--astroy-conifer);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;
  transition: border-color 140ms ease, color 140ms ease;
}

.astroy-text-link:hover {
  border-color: transparent;
  color: var(--astroy-conifer-dark);
}

.astroy-hero__facts {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--astroy-line);
  list-style: none;
}

.astroy-hero__facts li {
  display: grid;
  grid-template-columns: 34px 1fr;
  min-height: 64px;
  align-items: center;
  border-bottom: 1px solid var(--astroy-line);
  color: var(--astroy-graphite);
  font-size: 14px;
  font-weight: 650;
}

.astroy-hero__facts span {
  color: var(--astroy-copper);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.astroy-hero__model {
  scroll-margin-top: 96px;
}

.astroy-hero__model .astroy-3d {
  --astroy-ink: var(--astroy-graphite);
  --astroy-muted: var(--astroy-graphite-soft);
  --astroy-surface: #ebe8df;
  --astroy-line: rgba(34, 38, 36, 0.16);
  --astroy-accent: var(--astroy-copper);
  width: 100%;
  margin: clamp(64px, 9vw, 116px) 0 0;
}

.astroy-hero__model .astroy-3d__intro {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  gap: 40px;
  align-items: end;
}

.astroy-hero__model .astroy-3d__eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -24px;
  color: var(--astroy-conifer);
}

.astroy-hero__model .astroy-3d__intro h2 {
  max-width: 700px;
  font-size: clamp(36px, 5.4vw, 72px);
  font-weight: 560;
  letter-spacing: -0.048em;
}

.astroy-hero__model .astroy-3d__intro > p:last-of-type {
  margin: 0;
  font-size: 17px;
}

.astroy-hero__model .astroy-3d__stage {
  box-shadow: var(--astroy-shadow);
}

.astroy-hero__model .astroy-3d__poster {
  object-fit: cover;
}

.astroy-hero__model .astroy-3d__enable {
  min-width: 44px;
  min-height: 44px;
  background: rgba(34, 38, 36, 0.92);
}

.astroy-model-noscript {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid var(--astroy-line);
  border-radius: var(--astroy-radius-small);
  background: var(--astroy-paper);
  color: var(--astroy-graphite-soft);
}

.astroy-model-noscript p {
  margin: 0 0 12px;
}

.astroy-model-noscript ul {
  margin: 0;
  padding-left: 20px;
}

.astroy-model-noscript li + li {
  margin-top: 8px;
}

.astroy-model-fallback {
  position: relative;
  overflow: hidden;
  margin: clamp(64px, 9vw, 116px) 0 0;
  border-radius: var(--astroy-radius-large);
  background: #ebe8df;
  box-shadow: var(--astroy-shadow);
}

.astroy-model-fallback img {
  display: block;
  width: 100%;
  height: auto;
}

.astroy-model-fallback figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(34, 38, 36, 0.82);
  color: #fff;
  font-size: 13px;
  backdrop-filter: blur(12px);
}

.astroy-context {
  display: flex;
  max-width: 820px;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 28px 0 0 auto;
  padding: 15px 18px 15px 24px;
  border: 1px solid rgba(139, 75, 38, 0.28);
  border-radius: 18px;
  background: rgba(251, 248, 242, 0.76);
}

.astroy-context[hidden] {
  display: none;
}

.astroy-context p {
  margin: 0;
  color: var(--astroy-graphite-soft);
  font-size: 14px;
}

.astroy-context .astroy-text-link,
.astroy-context .astroy-text-link:hover {
  color: var(--astroy-graphite);
}

.astroy-context .astroy-text-link:hover {
  border-color: transparent;
}

.astroy-section {
  padding: clamp(84px, 11vw, 152px) 0;
}

.astroy-section__header {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(250px, 0.7fr);
  gap: 40px;
  align-items: end;
  margin-bottom: clamp(40px, 6vw, 72px);
}

.astroy-section__header h2,
.astroy-faq h2,
.astroy-final-cta h2 {
  max-width: 860px;
  margin: 0;
  color: var(--astroy-graphite);
  font-size: clamp(38px, 5.5vw, 76px);
  font-weight: 560;
  letter-spacing: -0.052em;
  line-height: 0.98;
  text-wrap: balance;
}

.astroy-section__header > p {
  max-width: 450px;
  margin: 0;
  color: var(--astroy-graphite-soft);
  font-size: 17px;
}

.astroy-projects {
  background: var(--astroy-paper);
}

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

.astroy-project-card {
  overflow: hidden;
  border: 1px solid var(--astroy-line);
  border-radius: var(--astroy-radius);
  background: var(--astroy-ivory);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.astroy-project-card:hover {
  border-color: rgba(139, 75, 38, 0.38);
  box-shadow: 0 20px 48px rgba(34, 38, 36, 0.09);
  transform: translateY(-3px);
}

.astroy-project-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e7e4dc;
}

.astroy-project-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.astroy-project-card:hover .astroy-project-card__media img {
  transform: scale(1.025);
}

.astroy-project-card__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(145deg, transparent 46%, rgba(21, 77, 59, 0.12) 46%, rgba(21, 77, 59, 0.12) 54%, transparent 54%),
    #e7e4dc;
  color: var(--astroy-graphite-soft);
  font-size: 13px;
  text-align: center;
}

.astroy-project-card__body {
  padding: 24px;
}

.astroy-project-card__type {
  margin: 0 0 10px;
  color: var(--astroy-conifer);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.astroy-project-card h3 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 620;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.astroy-project-card h3 a {
  color: var(--astroy-graphite);
  text-decoration: none;
}

.astroy-project-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 18px 0 0;
  padding: 0;
  color: var(--astroy-graphite-soft);
  font-size: 13px;
  list-style: none;
}

.astroy-project-card__meta li + li::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px 2px 0;
  border-radius: 50%;
  background: var(--astroy-copper);
  content: "";
}

.astroy-project-card__body > p:not(.astroy-project-card__type) {
  margin: 16px 0 0;
  color: var(--astroy-graphite-soft);
  font-size: 14px;
}

.astroy-card-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--astroy-conifer);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.astroy-card-link span {
  transition: transform 140ms ease;
}

.astroy-card-link:hover span {
  transform: translateX(4px);
}

.astroy-empty-state {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  min-height: 300px;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid var(--astroy-line);
  border-radius: var(--astroy-radius-large);
  background:
    radial-gradient(circle at 14% 12%, rgba(21, 77, 59, 0.09), transparent 34%),
    var(--astroy-ivory);
}

.astroy-empty-state__index {
  margin: 0;
  color: var(--astroy-copper);
  font-size: clamp(68px, 12vw, 150px);
  font-weight: 460;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.astroy-empty-state h3 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 580;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.astroy-empty-state div > p {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--astroy-graphite-soft);
  font-size: 16px;
}

.astroy-route {
  background: var(--astroy-conifer);
  color: #fff;
}

.astroy-route .astroy-eyebrow {
  color: var(--astroy-ivory);
}

.astroy-route .astroy-section__header h2,
.astroy-route .astroy-section__header > p {
  color: #fff;
}

.astroy-route .astroy-section__header > p {
  opacity: 0.78;
}

.astroy-route__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  list-style: none;
}

.astroy-route__steps li {
  min-height: 290px;
  padding: 28px clamp(20px, 3vw, 40px) 32px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.astroy-route__steps li + li {
  padding-left: clamp(20px, 3vw, 40px);
}

.astroy-route__steps li:last-child {
  border-right: 0;
}

.astroy-route__steps span {
  color: var(--astroy-ivory);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.astroy-route__steps h3 {
  margin: 86px 0 12px;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 560;
  letter-spacing: -0.035em;
}

.astroy-route__steps p {
  max-width: 310px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.astroy-faq {
  background: var(--astroy-paper);
}

.astroy-faq__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(50px, 10vw, 150px);
  align-items: start;
}

.astroy-faq__items {
  border-top: 1px solid var(--astroy-line);
}

.astroy-faq details {
  border-bottom: 1px solid var(--astroy-line);
}

.astroy-faq summary {
  position: relative;
  display: flex;
  min-height: 78px;
  align-items: center;
  padding: 18px 50px 18px 0;
  color: var(--astroy-graphite);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 650;
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}

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

.astroy-faq summary::before,
.astroy-faq summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 1.5px;
  background: var(--astroy-copper);
  content: "";
  transition: transform 180ms ease;
}

.astroy-faq summary::after {
  transform: rotate(90deg);
}

.astroy-faq details[open] summary::after {
  transform: rotate(0);
}

.astroy-faq details p {
  max-width: 690px;
  margin: -2px 0 26px;
  color: var(--astroy-graphite-soft);
  font-size: 16px;
}

.astroy-final-cta {
  background: var(--astroy-graphite);
  color: #fff;
}

.astroy-final-cta__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.astroy-final-cta .astroy-eyebrow {
  color: #d7b99f;
}

.astroy-final-cta h2 {
  max-width: 820px;
  color: #fff;
}

.astroy-final-cta .astroy-button {
  flex: 0 0 auto;
}

.astroy-sticky-cta {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 90;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(251, 248, 242, 0.86);
  box-shadow: 0 14px 42px rgba(34, 38, 36, 0.22);
  backdrop-filter: blur(18px);
}

.astroy-sticky-cta[hidden] {
  display: none;
}

.astroy-sticky-cta .astroy-button {
  min-height: 48px;
}

.astroy-footer {
  padding: clamp(64px, 9vw, 112px) 0 28px;
  background: #171a18;
  color: rgba(255, 255, 255, 0.74);
}

.astroy-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 60px;
}

.astroy-brand--footer,
.astroy-brand--footer:hover {
  color: #fff;
}

.astroy-brand--footer .astroy-brand__mark {
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.2));
}

.astroy-footer__summary {
  max-width: 520px;
  margin: 24px 0 0;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
}

.astroy-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 10px 26px;
}

.astroy-footer__nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.astroy-footer__nav a:hover {
  color: #d7b99f;
}

.astroy-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(50px, 8vw, 94px);
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 12px;
}

.astroy-footer__bottom p {
  margin: 0;
}

.astroy-error {
  min-height: 72vh;
  padding: clamp(90px, 14vw, 180px) 0;
  background:
    radial-gradient(circle at 70% 35%, rgba(21, 77, 59, 0.13), transparent 35%),
    var(--astroy-ivory);
}

.astroy-error__inner {
  position: relative;
}

.astroy-error__code {
  position: absolute;
  top: -0.45em;
  right: 0;
  margin: 0;
  color: rgba(139, 75, 38, 0.12);
  font-size: clamp(130px, 25vw, 340px);
  font-weight: 650;
  letter-spacing: -0.09em;
  line-height: 0.8;
  pointer-events: none;
}

.astroy-error h1 {
  position: relative;
  max-width: 840px;
  margin: 0;
  font-size: clamp(50px, 8vw, 108px);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.astroy-error__inner > p:not(.astroy-eyebrow, .astroy-error__code) {
  position: relative;
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--astroy-graphite-soft);
  font-size: 18px;
}

.astroy-editor-cta {
  padding: clamp(28px, 5vw, 58px);
  border-radius: var(--astroy-radius);
  background: var(--astroy-conifer);
  color: #fff;
}

@media (max-width: 960px) {
  .astroy-hero__top,
  .astroy-hero__model .astroy-3d__intro,
  .astroy-section__header {
    grid-template-columns: 1fr;
  }

  .astroy-hero__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 42px;
  }

  .astroy-hero__facts li {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 20px 12px 0;
    border-right: 1px solid var(--astroy-line);
  }

  .astroy-hero__facts li + li {
    padding-left: 20px;
  }

  .astroy-hero__facts li:last-child {
    border-right: 0;
  }

  .astroy-hero__model .astroy-3d__intro {
    gap: 18px;
  }

  .astroy-hero__model .astroy-3d__eyebrow {
    margin-bottom: 0;
  }

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

  .astroy-project-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .astroy-faq__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 800px) {
  .admin-bar .astroy-header {
    top: 46px;
  }

  .astroy-header__inner {
    position: relative;
    min-height: 70px;
    flex-wrap: wrap;
    padding-bottom: 12px;
  }

  .astroy-nav {
    width: 100%;
  }

  .astroy-js .astroy-header__inner {
    flex-wrap: nowrap;
    padding-bottom: 0;
  }

  .astroy-js .astroy-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    padding: 12px clamp(16px, 4vw, 28px) 20px;
    border-bottom: 1px solid var(--astroy-line);
    border-radius: 0 0 18px 18px;
    background: var(--astroy-paper);
    box-shadow: 0 22px 46px rgba(34, 38, 36, 0.13);
  }

  .astroy-nav[hidden] {
    display: none;
  }

  .astroy-nav__list {
    display: grid;
    gap: 0;
  }

  .astroy-nav__list a {
    min-height: 52px;
    border-bottom: 1px solid var(--astroy-line);
    font-size: 16px;
  }

  .astroy-nav__list li:last-child a {
    border-bottom: 0;
  }

  .astroy-nav__list a::after {
    display: none;
  }

  .astroy-route__steps {
    grid-template-columns: 1fr;
  }

  .astroy-route__steps li,
  .astroy-route__steps li + li {
    display: grid;
    grid-template-columns: 42px 1fr;
    min-height: 0;
    gap: 4px 18px;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .astroy-route__steps li:last-child {
    border-bottom: 0;
  }

  .astroy-route__steps h3 {
    margin: 0;
  }

  .astroy-route__steps p {
    grid-column: 2;
  }

  .astroy-final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .astroy-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .astroy-container {
    width: min(100% - 32px, 1240px);
  }

  .astroy-brand__text small {
    display: none;
  }

  .astroy-hero {
    padding-top: 58px;
  }

  .astroy-hero h1 {
    font-size: clamp(42px, 13vw, 68px);
  }

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

  .astroy-actions .astroy-button,
  .astroy-actions .astroy-text-link {
    width: 100%;
    justify-content: center;
  }

  .astroy-hero__facts {
    grid-template-columns: 1fr;
  }

  .astroy-hero__facts li,
  .astroy-hero__facts li + li {
    grid-template-columns: 34px 1fr;
    padding: 12px 0;
    border-right: 0;
  }

  .astroy-hero__model .astroy-3d {
    width: 100%;
  }

  .astroy-hero__model .astroy-3d__stage {
    aspect-ratio: 4 / 3;
  }

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

  .astroy-project-grid {
    grid-template-columns: 1fr;
  }

  .astroy-project-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .astroy-empty-state {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .astroy-empty-state__index {
    font-size: 72px;
  }

  .astroy-footer__nav {
    grid-template-columns: 1fr;
  }

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

  .astroy-sticky-cta {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
  }

  .astroy-sticky-cta .astroy-button {
    width: 100%;
  }
}

@media (max-width: 782px) {
  .admin-bar .astroy-header {
    top: 46px;
  }
}

/* Cinematic Forest Tech 0.3.1 */
.astroy-header {
  border-bottom-color: rgba(247, 243, 234, 0.14);
  background: rgba(16, 23, 22, 0.94);
  color: var(--astroy-ivory);
}

.astroy-header .astroy-brand,
.astroy-header .astroy-brand:hover,
.astroy-header .astroy-nav__list a {
  color: var(--astroy-ivory);
}

.astroy-header .astroy-brand__mark {
  filter: drop-shadow(0 9px 20px rgba(0, 0, 0, 0.22));
}

.astroy-header .astroy-brand__text small {
  color: rgba(221, 233, 228, 0.66);
}

.astroy-header .astroy-menu-toggle {
  border-color: rgba(247, 243, 234, 0.26);
  color: var(--astroy-ivory);
}

.astroy-header .astroy-nav__list a::after {
  background: var(--astroy-copper);
}

.astroy-hero {
  position: relative;
  display: grid;
  min-height: clamp(680px, calc(100svh - 76px), 960px);
  overflow: hidden;
  padding: 0;
  isolation: isolate;
  background: var(--astroy-graphite);
  color: var(--astroy-ivory);
}

.astroy-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  background:
    linear-gradient(90deg, rgba(9, 15, 14, 0.98) 0%, rgba(9, 15, 14, 0.92) 29%, rgba(9, 15, 14, 0.5) 49%, rgba(9, 15, 14, 0.08) 74%),
    linear-gradient(0deg, rgba(9, 15, 14, 0.82) 0%, transparent 32%);
  content: "";
  opacity: 1;
  pointer-events: none;
}

.astroy-hero::after {
  position: absolute;
  z-index: 1;
  top: 18%;
  left: 30%;
  width: min(46vw, 760px);
  height: min(46vw, 760px);
  border-radius: 50%;
  background: rgba(12, 107, 79, 0.12);
  content: "";
  filter: blur(90px);
  pointer-events: none;
}

.astroy-hero__media,
.astroy-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.astroy-hero__media {
  z-index: 0;
  margin: 0;
}

.astroy-hero__media img {
  display: block;
  object-fit: cover;
  object-position: 58% center;
}

.astroy-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: inherit;
  align-items: center;
  padding-block: clamp(48px, 7vh, 82px) 34px;
}

.astroy-hero__top {
  display: block;
  width: min(760px, 57vw);
}

.astroy-hero .astroy-eyebrow {
  margin-bottom: 20px;
  color: #7ee2bd;
  letter-spacing: 0.17em;
}

.astroy-hero h1 {
  max-width: 730px;
  color: var(--astroy-ivory);
  font-size: clamp(56px, 5.5vw, 92px);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.astroy-hero__lead {
  max-width: 650px;
  margin-top: clamp(22px, 2.4vw, 30px);
  color: rgba(247, 243, 234, 0.76);
  font-size: clamp(18px, 1.4vw, 22px);
}

.astroy-hero .astroy-actions {
  margin-top: clamp(24px, 3vw, 34px);
}

.astroy-button--primary {
  background: var(--astroy-copper);
  color: var(--astroy-graphite);
  box-shadow: 0 18px 48px rgba(255, 107, 44, 0.2);
}

.astroy-button--primary:hover,
.astroy-button--primary:active {
  color: var(--astroy-graphite);
}

.astroy-hero .astroy-button--primary {
  min-height: 58px;
  padding-inline: 28px;
}

.astroy-hero .astroy-text-link {
  color: var(--astroy-ivory);
}

.astroy-hero .astroy-text-link:hover {
  color: var(--astroy-mist);
}

.astroy-hero__facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin-top: clamp(40px, 6vh, 62px);
  border-top-color: rgba(247, 243, 234, 0.2);
}

.astroy-hero__facts li {
  display: block;
  min-height: 0;
  padding: 22px 20px 0 0;
  border-right: 1px solid rgba(247, 243, 234, 0.14);
  border-bottom: 0;
  color: rgba(247, 243, 234, 0.78);
  font-size: 13px;
  line-height: 1.35;
}

.astroy-hero__facts li + li {
  padding-left: 22px;
}

.astroy-hero__facts li:last-child {
  border-right: 0;
}

.astroy-hero__facts span {
  display: block;
  margin-bottom: 6px;
  color: var(--astroy-copper);
}

.astroy-hero__visual-label {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100vw - 1240px) / 2));
  bottom: 24px;
  margin: 0;
  color: rgba(247, 243, 234, 0.66);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.astroy-technologies {
  position: relative;
  padding: clamp(78px, 9vw, 128px) 0;
  scroll-margin-top: 96px;
  background:
    radial-gradient(circle at 84% 10%, rgba(12, 107, 79, 0.26), transparent 30%),
    var(--astroy-graphite);
}

.astroy-technologies .astroy-3d {
  --astroy-ink: var(--astroy-ivory);
  --astroy-muted: rgba(247, 243, 234, 0.72);
  --astroy-line: rgba(247, 243, 234, 0.18);
  --astroy-accent: var(--astroy-copper);
  color: var(--astroy-ivory);
}

.astroy-technologies .astroy-3d,
.astroy-technologies .astroy-model-fallback {
  margin-top: 0;
}

.astroy-technologies .astroy-3d__stage {
  border: 1px solid rgba(247, 243, 234, 0.12);
  background: var(--astroy-mist);
}

.astroy-technologies .astroy-3d__eyebrow {
  color: #7ee2bd;
}

.astroy-technologies .astroy-3d__intro h2,
.astroy-technologies .astroy-3d__panel h3 {
  color: var(--astroy-ivory);
}

.astroy-technologies .astroy-context {
  margin-bottom: 0;
}

.astroy-child-theme .astroy-3d__tab:focus-visible,
.astroy-child-theme .astroy-3d__enable:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 7px var(--astroy-graphite);
}

.astroy-empty-state {
  min-height: 250px;
  grid-template-columns: minmax(110px, 0.3fr) minmax(0, 1.7fr);
}

.astroy-empty-state__index {
  font-size: clamp(76px, 10vw, 138px);
}

.astroy-category-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: clamp(16px, 2vw, 26px);
}

.astroy-category-card {
  position: relative;
  display: grid;
  min-height: clamp(440px, 46vw, 610px);
  overflow: hidden;
  align-items: end;
  border: 1px solid rgba(247, 243, 234, 0.14);
  border-radius: clamp(22px, 2.4vw, 34px);
  color: var(--astroy-ivory);
  isolation: isolate;
  text-decoration: none;
  box-shadow: 0 28px 70px rgba(16, 23, 22, 0.13);
  transition: box-shadow 260ms ease, transform 260ms ease;
}

.astroy-category-card picture,
.astroy-category-card picture img,
.astroy-category-card__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.astroy-category-card picture {
  z-index: -2;
  margin: 0;
}

.astroy-category-card picture img {
  display: block;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.astroy-category-card--house picture img {
  object-position: 62% center;
}

.astroy-category-card--gazebo picture img {
  object-position: 52% center;
}

.astroy-category-card__veil {
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(8, 14, 13, 0.96) 0%, rgba(8, 14, 13, 0.68) 38%, rgba(8, 14, 13, 0.06) 76%),
    linear-gradient(90deg, rgba(8, 14, 13, 0.42), transparent 58%);
}

.astroy-category-card__content {
  display: flex;
  max-width: 620px;
  align-items: flex-start;
  padding: clamp(28px, 4vw, 50px);
  flex-direction: column;
}

.astroy-category-card__eyebrow {
  margin-bottom: 14px;
  color: #8ee9c5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.astroy-category-card strong {
  max-width: 560px;
  color: var(--astroy-ivory);
  font-size: clamp(36px, 4.2vw, 64px);
  font-weight: 680;
  letter-spacing: -0.052em;
  line-height: 0.98;
  text-wrap: balance;
}

.astroy-category-card--gazebo strong {
  font-size: clamp(34px, 3.5vw, 54px);
}

.astroy-category-card__copy {
  max-width: 540px;
  margin-top: 18px;
  color: rgba(247, 243, 234, 0.82);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.55;
}

.astroy-category-card__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: var(--astroy-ivory);
  font-size: 14px;
  font-weight: 760;
}

.astroy-category-card__link > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(247, 243, 234, 0.34);
  border-radius: 50%;
  color: var(--astroy-copper);
  transition: border-color 180ms ease, transform 180ms ease;
}

.astroy-category-card:hover {
  color: var(--astroy-ivory);
  box-shadow: 0 34px 90px rgba(16, 23, 22, 0.21);
  transform: translateY(-4px);
}

.astroy-category-card:hover picture img {
  transform: scale(1.035);
}

.astroy-category-card:hover .astroy-category-card__link > span {
  border-color: var(--astroy-copper);
  transform: translate(2px, -2px);
}

.astroy-category-note {
  display: flex;
  max-width: 760px;
  align-items: flex-start;
  gap: 12px;
  margin: 24px 0 0;
  color: var(--astroy-graphite-soft);
  font-size: 13px;
}

.astroy-category-note span {
  color: var(--astroy-copper);
  font-size: 10px;
  line-height: 2;
}

@media (max-width: 960px) {
  .astroy-hero {
    min-height: clamp(720px, calc(100svh - 76px), 900px);
  }

  .astroy-hero::before {
    background:
      linear-gradient(90deg, rgba(9, 15, 14, 0.96) 0%, rgba(9, 15, 14, 0.84) 45%, rgba(9, 15, 14, 0.22) 100%),
      linear-gradient(0deg, rgba(9, 15, 14, 0.76) 0%, transparent 38%);
  }

  .astroy-hero__top {
    width: min(690px, 76vw);
  }

  .astroy-hero__facts {
    margin-top: 42px;
  }
}

@media (max-width: 800px) {
  .astroy-js .astroy-nav {
    border-bottom-color: rgba(247, 243, 234, 0.14);
    background: rgba(16, 23, 22, 0.98);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.28);
  }

  .astroy-nav__list a {
    border-bottom-color: rgba(247, 243, 234, 0.14);
  }

  .astroy-category-showcase {
    grid-template-columns: 1fr;
  }

  .astroy-category-card {
    min-height: min(560px, 78vw);
  }

  .astroy-category-card--gazebo strong {
    font-size: clamp(34px, 7vw, 52px);
  }
}

@media (max-width: 600px) {
  .astroy-hero {
    min-height: max(790px, calc(100svh - 70px));
  }

  .astroy-hero::before {
    background: linear-gradient(0deg, rgba(9, 15, 14, 0.99) 5%, rgba(9, 15, 14, 0.9) 48%, rgba(9, 15, 14, 0.22) 100%);
  }

  .astroy-hero__media img {
    object-position: 64% center;
  }

  .astroy-hero__inner {
    align-items: end;
    padding-block: 280px 28px;
  }

  .astroy-hero__top {
    width: 100%;
  }

  .astroy-hero h1 {
    font-size: clamp(44px, 13vw, 60px);
    line-height: 0.94;
  }

  .astroy-hero__lead {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.45;
  }

  .astroy-hero .astroy-actions {
    gap: 14px;
    margin-top: 24px;
  }

  .astroy-hero .astroy-actions .astroy-text-link {
    width: auto;
    align-self: flex-start;
    justify-content: flex-start;
  }

  .astroy-hero__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
  }

  .astroy-hero__facts li,
  .astroy-hero__facts li + li {
    display: block;
    padding: 14px 10px 0;
    border-right: 1px solid rgba(247, 243, 234, 0.14);
    color: rgba(247, 243, 234, 0.74);
    font-size: 11px;
  }

  .astroy-hero__facts li:first-child {
    padding-left: 0;
  }

  .astroy-hero__facts li:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .astroy-hero__visual-label {
    display: none;
  }

  .astroy-technologies {
    padding-block: 68px;
  }

  .astroy-category-card {
    min-height: 470px;
  }

  .astroy-category-card__content {
    padding: 26px;
  }

  .astroy-category-card strong,
  .astroy-category-card--gazebo strong {
    font-size: clamp(34px, 10vw, 46px);
  }

  .astroy-category-card__copy {
    font-size: 15px;
  }
}

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

@media (forced-colors: active) {
  .astroy-button,
  .astroy-brand__mark,
  .astroy-empty-state,
  .astroy-project-card,
  .astroy-category-card {
    border: 1px solid CanvasText;
  }
}

/* Commercial experience 0.4.3 — Cinematic Forest Tech. */
.astroy-commercial {
  --astroy-commercial-dark: #0b1211;
  --astroy-commercial-dark-soft: #13201d;
  --astroy-commercial-green: #0c6b4f;
  --astroy-commercial-mint: #8ee9c5;
  overflow: clip;
  background: var(--astroy-ivory);
}

.astroy-commercial :where(h1, h2, h3, p) {
  text-wrap: pretty;
}

.astroy-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--astroy-graphite-soft);
  font-size: 12px;
  list-style: none;
}

.astroy-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.astroy-breadcrumbs li:not(:last-child)::after {
  color: currentColor;
  content: "/";
  opacity: 0.42;
}

.astroy-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.astroy-breadcrumbs a:hover {
  color: var(--astroy-copper);
}

.astroy-breadcrumbs--dark,
.astroy-breadcrumbs--dark a,
.astroy-breadcrumbs--dark span {
  color: rgba(247, 243, 234, 0.66);
}

.astroy-commercial-hero .astroy-breadcrumbs--dark,
.astroy-commercial-hero .astroy-breadcrumbs--dark a,
.astroy-commercial-hero .astroy-breadcrumbs--dark span {
  color: rgba(247, 243, 234, 0.84);
}

.astroy-commercial-hero .astroy-breadcrumbs--dark a:hover {
  color: #ff9568;
}

.astroy-breadcrumbs--dark a:hover {
  color: #ff9568;
}

.astroy-commercial-hero {
  position: relative;
  display: grid;
  min-height: clamp(570px, 72svh, 780px);
  overflow: hidden;
  color: var(--astroy-ivory);
  isolation: isolate;
  background: var(--astroy-commercial-dark);
}

.astroy-commercial-hero__media,
.astroy-commercial-hero__media img,
.astroy-commercial-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.astroy-commercial-hero__media {
  z-index: -2;
  margin: 0;
}

.astroy-commercial-hero__media img {
  display: block;
  object-fit: cover;
  object-position: 58% center;
}

.astroy-commercial-hero__veil {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 12, 11, 0.98) 0%, rgba(6, 12, 11, 0.91) 34%, rgba(6, 12, 11, 0.45) 64%, rgba(6, 12, 11, 0.16) 100%),
    linear-gradient(0deg, rgba(6, 12, 11, 0.92) 0%, transparent 50%);
}

.astroy-commercial-hero__inner {
  display: grid;
  min-height: inherit;
  align-content: space-between;
  padding-block: clamp(28px, 4vw, 48px) clamp(30px, 5vw, 56px);
}

.astroy-commercial-hero__copy {
  width: min(780px, 65vw);
  margin-top: clamp(80px, 12vh, 140px);
}

.astroy-commercial-hero .astroy-eyebrow,
.astroy-project-stage .astroy-eyebrow,
.astroy-calculator-hero .astroy-eyebrow,
.astroy-commercial-cta .astroy-eyebrow {
  color: var(--astroy-commercial-mint);
}

.astroy-commercial-hero h1 {
  max-width: 860px;
  margin: 0;
  color: var(--astroy-ivory);
  font-size: clamp(54px, 7.3vw, 108px);
  font-weight: 720;
  letter-spacing: -0.068em;
  line-height: 0.88;
}

.astroy-commercial-hero__copy > p:last-child {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(247, 243, 234, 0.76);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

.astroy-commercial-hero__rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 780px;
  margin: clamp(54px, 8vh, 86px) 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(247, 243, 234, 0.22);
  list-style: none;
}

.astroy-commercial-hero__rail li {
  min-width: 0;
  padding-right: 24px;
  color: rgba(247, 243, 234, 0.72);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}

.astroy-commercial-hero__rail li + li {
  padding-left: 24px;
  border-left: 1px solid rgba(247, 243, 234, 0.16);
}

.astroy-commercial-hero__rail span {
  display: block;
  margin-bottom: 7px;
  color: var(--astroy-copper);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.astroy-catalog-workspace {
  padding: clamp(54px, 7vw, 88px) 0 clamp(88px, 10vw, 148px);
  background:
    radial-gradient(circle at 90% 12%, rgba(12, 107, 79, 0.08), transparent 25%),
    var(--astroy-ivory);
}

.astroy-catalog-hero__footer {
  display: grid;
  justify-items: start;
  gap: 20px;
}

.astroy-catalog-hero__footer .astroy-commercial-hero__rail {
  margin: 0;
}

.astroy-catalog-switcher {
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 4px;
  margin: 0;
  padding: 6px;
  border: 1px solid rgba(247, 243, 234, 0.2);
  border-radius: 999px;
  background: rgba(7, 19, 15, 0.76);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px) saturate(120%);
}

.astroy-catalog-switcher a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  color: rgba(247, 243, 234, 0.72);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
}

.astroy-catalog-switcher a[aria-current="page"] {
  background: var(--astroy-copper);
  color: var(--astroy-graphite);
}

.astroy-catalog-switcher a:hover {
  color: var(--astroy-ivory);
}

.astroy-catalog-switcher a[aria-current="page"]:hover {
  color: var(--astroy-graphite);
}

.astroy-catalog {
  transition: opacity 180ms ease;
}

.astroy-catalog.is-switching {
  opacity: 0.64;
  pointer-events: none;
}

.astroy-catalog-filters {
  margin-bottom: clamp(64px, 8vw, 96px);
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid rgba(16, 23, 22, 0.12);
  border-radius: clamp(24px, 3vw, 36px);
  background: rgba(255, 250, 242, 0.9);
  box-shadow: 0 28px 80px rgba(16, 23, 22, 0.08);
}

.astroy-catalog-filters__head,
.astroy-results-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

#astroy-results-title,
#preview-results {
  scroll-margin-top: 110px;
}

.astroy-catalog-filters__head {
  margin-bottom: 28px;
}

.astroy-catalog-filters__head .astroy-eyebrow,
.astroy-results-head .astroy-eyebrow {
  margin-bottom: 5px;
}

.astroy-catalog-filters__head h2,
.astroy-results-head h2 {
  margin: 0;
  color: var(--astroy-graphite);
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 640;
  letter-spacing: -0.045em;
  line-height: 1;
}

.astroy-catalog-filters__head > a {
  min-height: 44px;
  color: var(--astroy-graphite-soft);
  font-size: 13px;
}

.astroy-catalog-filters__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
  margin-bottom: 22px;
}

.astroy-field {
  display: grid;
  min-width: 0;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--astroy-graphite-soft);
}

.astroy-field > span,
.astroy-field legend {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.astroy-field input,
.astroy-field select {
  width: 100%;
  min-height: 52px;
  padding: 10px 13px;
  border: 1px solid rgba(16, 23, 22, 0.17);
  border-radius: 12px;
  background: var(--astroy-paper);
  color: var(--astroy-graphite);
  font: 650 14px/1.2 var(--astroy-font);
}

.astroy-field--range > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.astroy-field input:focus-visible,
.astroy-field select:focus-visible,
.astroy-calculator-page .ch-calculator__tab:focus-visible,
.astroy-calculator-page .ch-calculator input:focus-visible,
.astroy-calculator-page .ch-calculator select:focus-visible,
.astroy-calculator-page .ch-calculator .ch-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 7px var(--astroy-graphite);
}

.astroy-results-head {
  align-items: end;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--astroy-line);
}

.astroy-results-head > p {
  margin: 0;
  color: var(--astroy-graphite-soft);
  font-size: 13px;
}

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

.astroy-catalog-card {
  overflow: hidden;
  border: 1px solid rgba(16, 23, 22, 0.14);
  border-radius: clamp(20px, 2vw, 28px);
  background: var(--astroy-paper);
  box-shadow: 0 18px 46px rgba(16, 23, 22, 0.06);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.astroy-catalog-card:hover {
  border-color: rgba(255, 107, 44, 0.54);
  box-shadow: 0 28px 64px rgba(16, 23, 22, 0.13);
  transform: translateY(-5px);
}

.astroy-catalog-card__visual {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--astroy-commercial-dark-soft);
}

.astroy-catalog-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.astroy-catalog-card:hover .astroy-catalog-card__visual img {
  transform: scale(1.045);
}

.astroy-catalog-card__kind {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 12px;
  border: 1px solid rgba(247, 243, 234, 0.3);
  border-radius: 999px;
  background: rgba(11, 18, 17, 0.78);
  color: var(--astroy-ivory);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.astroy-catalog-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-content: center;
  gap: 12px;
  background:
    linear-gradient(135deg, transparent 49.5%, rgba(142, 233, 197, 0.16) 50%, transparent 50.5%),
    radial-gradient(circle at 65% 22%, rgba(12, 107, 79, 0.4), transparent 32%),
    var(--astroy-commercial-dark-soft);
  color: rgba(247, 243, 234, 0.68);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.astroy-catalog-card__placeholder span {
  color: var(--astroy-copper);
  font-size: 44px;
  line-height: 1;
}

.astroy-catalog-card__body {
  padding: 24px;
}

.astroy-catalog-card__technology {
  min-height: 18px;
  margin: 0 0 9px;
  color: var(--astroy-conifer);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.astroy-catalog-card h3 {
  margin: 0;
  font-size: clamp(25px, 2.2vw, 33px);
  font-weight: 670;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.astroy-catalog-card h3 a {
  color: var(--astroy-graphite);
  text-decoration: none;
}

.astroy-catalog-card__excerpt {
  display: -webkit-box;
  min-height: 46px;
  overflow: hidden;
  margin: 15px 0 0;
  color: var(--astroy-graphite-soft);
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.astroy-catalog-card__specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 20px 0;
  border: 1px solid var(--astroy-line);
  border-radius: 12px;
  background: var(--astroy-line);
}

.astroy-catalog-card__specs div {
  min-width: 0;
  padding: 11px;
  background: var(--astroy-ivory);
}

.astroy-catalog-card__specs dt {
  color: var(--astroy-graphite-soft);
  font-size: 9px;
  text-transform: uppercase;
}

.astroy-catalog-card__specs dd {
  overflow: hidden;
  margin: 2px 0 0;
  font-size: 12px;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.astroy-catalog-card__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--astroy-line);
}

.astroy-catalog-card__footer > div {
  display: grid;
  gap: 2px;
}

.astroy-catalog-card__footer span {
  color: var(--astroy-graphite-soft);
  font-size: 10px;
}

.astroy-catalog-card__footer strong {
  font-size: 17px;
  line-height: 1.2;
}

.astroy-catalog-card__footer > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: var(--astroy-conifer);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}

.astroy-catalog-card__footer > a span {
  color: var(--astroy-copper);
  font-size: 18px;
}

.astroy-catalog-empty,
.astroy-service-empty {
  display: grid;
  grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(36px, 7vw, 94px);
  align-items: center;
  min-height: 430px;
  padding: clamp(34px, 6vw, 76px);
  overflow: hidden;
  border: 1px solid var(--astroy-line);
  border-radius: clamp(26px, 4vw, 48px);
  background: var(--astroy-paper);
  box-shadow: 0 28px 80px rgba(16, 23, 22, 0.08);
}

.astroy-catalog-empty__art {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(142, 233, 197, 0.18);
  border-radius: 50%;
  background: var(--astroy-commercial-dark-soft);
  color: var(--astroy-copper);
}

.astroy-catalog-empty__art span {
  position: absolute;
  width: 68%;
  border-top: 1px solid rgba(142, 233, 197, 0.24);
  transform: rotate(0deg);
}

.astroy-catalog-empty__art span:nth-child(2) {
  transform: rotate(60deg);
}

.astroy-catalog-empty__art span:nth-child(3) {
  transform: rotate(-60deg);
}

.astroy-catalog-empty__art b {
  position: relative;
  z-index: 1;
  font-size: clamp(70px, 10vw, 132px);
  font-weight: 480;
  letter-spacing: -0.08em;
  line-height: 1;
}

.astroy-catalog-empty h2,
.astroy-service-empty h2 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(36px, 5vw, 66px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.astroy-catalog-empty > div:last-child > p:not(.astroy-eyebrow),
.astroy-service-empty > div > p:not(.astroy-eyebrow) {
  max-width: 660px;
  margin: 22px 0 28px;
  color: var(--astroy-graphite-soft);
  font-size: 16px;
}

.astroy-pagination {
  margin-top: 46px;
}

.astroy-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.astroy-pagination :where(a, span) {
  display: grid;
  min-width: 46px;
  height: 46px;
  padding: 0 12px;
  place-items: center;
  border: 1px solid var(--astroy-line);
  border-radius: 12px;
  color: var(--astroy-graphite);
  text-decoration: none;
}

.astroy-pagination .current {
  border-color: var(--astroy-graphite);
  background: var(--astroy-graphite);
  color: var(--astroy-ivory);
}

.astroy-commercial-cta {
  padding: clamp(76px, 9vw, 126px) 0;
  background:
    radial-gradient(circle at 86% 20%, rgba(12, 107, 79, 0.42), transparent 32%),
    var(--astroy-commercial-dark);
  color: var(--astroy-ivory);
}

.astroy-commercial-cta__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
}

.astroy-commercial-cta h2 {
  max-width: 820px;
  margin: 0;
  color: var(--astroy-ivory);
  font-size: clamp(40px, 5.5vw, 76px);
  font-weight: 650;
  letter-spacing: -0.058em;
  line-height: 0.96;
}

.astroy-commercial-cta__actions {
  display: grid;
  flex: 0 0 auto;
  gap: 14px;
  justify-items: start;
}

.astroy-commercial-cta__actions .astroy-text-link {
  color: var(--astroy-ivory);
}

/* Project detail. */
.astroy-project-stage {
  padding: clamp(28px, 4vw, 48px) 0 clamp(86px, 10vw, 138px);
  background:
    radial-gradient(circle at 78% 12%, rgba(12, 107, 79, 0.34), transparent 26%),
    var(--astroy-commercial-dark);
  color: var(--astroy-ivory);
}

.astroy-project-stage__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(360px, 0.66fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
  margin-top: clamp(34px, 5vw, 68px);
}

.astroy-project-stage__visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(247, 243, 234, 0.16);
  border-radius: clamp(24px, 3vw, 42px);
  background: var(--astroy-commercial-dark-soft);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.28);
}

.astroy-project-stage__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.astroy-project-stage__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 10, 9, 0.48), transparent 34%);
  content: "";
  pointer-events: none;
}

.astroy-project-stage__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-content: center;
  gap: 16px;
  background:
    linear-gradient(145deg, transparent 49.7%, rgba(142, 233, 197, 0.14) 50%, transparent 50.3%),
    radial-gradient(circle at 72% 20%, rgba(12, 107, 79, 0.38), transparent 28%);
  color: rgba(247, 243, 234, 0.66);
  text-align: center;
}

.astroy-project-stage__placeholder span {
  color: var(--astroy-copper);
  font-size: clamp(64px, 9vw, 120px);
  font-weight: 700;
  line-height: 0.8;
}

.astroy-project-stage__placeholder p {
  margin: 0;
  font-size: 11px;
  font-weight: 740;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.astroy-project-stage__index {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 18px;
  color: rgba(247, 243, 234, 0.72);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.astroy-project-stage__summary h1 {
  margin: 0;
  color: var(--astroy-ivory);
  font-size: clamp(48px, 4.2vw, 70px);
  font-weight: 680;
  letter-spacing: -0.058em;
  line-height: 0.92;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.astroy-concept-status {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 1px solid rgba(142, 233, 197, 0.28);
  border-radius: 999px;
  background: rgba(12, 107, 79, 0.18);
  color: var(--astroy-commercial-mint);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.astroy-concept-status span {
  color: var(--astroy-copper);
  font-size: 8px;
}

.astroy-project-stage__lead {
  margin: 24px 0 0;
  color: rgba(247, 243, 234, 0.72);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
}

.astroy-project-stage__specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 30px 0 0;
  padding: 19px 0;
  border-block: 1px solid rgba(247, 243, 234, 0.18);
}

.astroy-project-stage__specs div {
  min-width: 0;
  padding-right: 16px;
}

.astroy-project-stage__specs div + div {
  padding-left: 16px;
  border-left: 1px solid rgba(247, 243, 234, 0.16);
}

.astroy-project-stage__specs dt {
  color: rgba(247, 243, 234, 0.56);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.astroy-project-stage__specs dd {
  overflow: hidden;
  margin: 4px 0 0;
  color: var(--astroy-ivory);
  font-size: 14px;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.astroy-project-stage__price {
  display: grid;
  gap: 5px;
  margin-top: 26px;
}

.astroy-project-stage__price > span,
.astroy-project-stage__price small {
  color: rgba(247, 243, 234, 0.58);
  font-size: 11px;
}

.astroy-project-stage__price strong {
  color: var(--astroy-ivory);
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
}

.astroy-project-stage__price small {
  max-width: 440px;
  line-height: 1.5;
}

.astroy-project-stage .astroy-text-link,
.astroy-project-stage .astroy-text-link:hover {
  color: var(--astroy-ivory);
}

.astroy-project-section {
  padding: clamp(82px, 10vw, 144px) 0;
}

.astroy-project-section__head {
  margin-bottom: clamp(34px, 5vw, 58px);
}

.astroy-project-section__head h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(40px, 5.5vw, 76px);
  font-weight: 650;
  letter-spacing: -0.058em;
  line-height: 0.96;
}

.astroy-project-section__head--split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 48px;
  align-items: end;
}

.astroy-project-section__head--split > p {
  margin: 0;
  color: var(--astroy-graphite-soft);
  font-size: 16px;
}

.astroy-project-gallery {
  background: var(--astroy-paper);
}

.astroy-project-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.astroy-project-gallery__grid a {
  grid-column: span 4;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  background: var(--astroy-mist);
}

.astroy-project-gallery__grid a:first-child {
  grid-column: span 8;
  grid-row: span 2;
}

.astroy-project-gallery__grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.astroy-project-gallery__grid a:hover img {
  transform: scale(1.025);
}

.astroy-project-parameters {
  background:
    radial-gradient(circle at 84% 20%, rgba(12, 107, 79, 0.38), transparent 28%),
    var(--astroy-commercial-dark);
  color: var(--astroy-ivory);
}

.astroy-project-parameters__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(60px, 10vw, 140px);
}

.astroy-project-parameters .astroy-project-section__head h2 {
  color: var(--astroy-ivory);
}

.astroy-project-parameters .astroy-eyebrow {
  color: var(--astroy-commercial-mint);
}

.astroy-project-parameters__list {
  margin: 0;
  border-top: 1px solid rgba(247, 243, 234, 0.18);
}

.astroy-project-parameters__list div {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(247, 243, 234, 0.18);
}

.astroy-project-parameters__list dt {
  color: rgba(247, 243, 234, 0.6);
  font-size: 13px;
}

.astroy-project-parameters__list dd {
  margin: 0;
  color: var(--astroy-ivory);
  font-weight: 760;
}

.astroy-project-technologies ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(247, 243, 234, 0.18);
  list-style: none;
}

.astroy-project-technologies li {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(247, 243, 234, 0.18);
}

.astroy-project-technologies li > span {
  width: 7px;
  height: 7px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--astroy-copper);
  box-shadow: 0 0 0 5px rgba(255, 107, 44, 0.13);
}

.astroy-project-technologies strong {
  color: var(--astroy-ivory);
  font-size: 18px;
}

.astroy-project-technologies p {
  margin: 7px 0 0;
  color: rgba(247, 243, 234, 0.62);
  font-size: 14px;
}

.astroy-muted-copy {
  color: rgba(247, 243, 234, 0.66);
}

.astroy-project-package {
  background: var(--astroy-ivory);
}

.astroy-project-package__list {
  border-top: 1px solid var(--astroy-line);
}

.astroy-project-package__item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) minmax(160px, auto);
  gap: 24px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid var(--astroy-line);
}

.astroy-project-package__number {
  color: var(--astroy-copper);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.astroy-project-package__item h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 660;
  letter-spacing: -0.03em;
}

.astroy-project-package__item p {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--astroy-graphite-soft);
  font-size: 14px;
}

.astroy-project-package__status {
  display: grid;
  justify-items: end;
  text-align: right;
}

.astroy-project-package__status strong {
  color: var(--astroy-conifer);
  font-size: 14px;
}

.astroy-project-package__status small {
  margin-top: 4px;
  color: var(--astroy-graphite-soft);
  font-size: 10px;
}

.astroy-inline-empty {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 26px;
  align-items: start;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--astroy-line);
  border-radius: 24px;
  background: var(--astroy-paper);
}

.astroy-inline-empty > span {
  color: var(--astroy-copper);
  font-size: 64px;
  font-weight: 300;
  line-height: 0.8;
}

.astroy-inline-empty h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 38px);
}

.astroy-inline-empty p {
  margin: 10px 0 0;
  color: var(--astroy-graphite-soft);
}

.astroy-project-description {
  background: var(--astroy-paper);
}

.astroy-project-description__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: start;
}

.astroy-project-description__content {
  color: var(--astroy-graphite-soft);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.75;
}

.astroy-project-description__content > :first-child {
  margin-top: 0;
}

/* Calculator. */
.astroy-calculator-hero {
  padding: clamp(28px, 4vw, 48px) 0 clamp(86px, 11vw, 150px);
  background:
    linear-gradient(135deg, transparent 49.8%, rgba(142, 233, 197, 0.08) 50%, transparent 50.2%),
    radial-gradient(circle at 80% 22%, rgba(12, 107, 79, 0.5), transparent 28%),
    var(--astroy-commercial-dark);
  color: var(--astroy-ivory);
}

.astroy-calculator-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(48px, 9vw, 140px);
  align-items: end;
  margin-top: clamp(68px, 10vw, 130px);
}

.astroy-calculator-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--astroy-ivory);
  font-size: clamp(54px, 7.5vw, 106px);
  font-weight: 680;
  letter-spacing: -0.07em;
  line-height: 0.87;
}

.astroy-calculator-hero__grid > p,
.astroy-calculator-hero__copy > p {
  margin: 0;
  color: rgba(247, 243, 234, 0.7);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
}

.astroy-calculator-hero__copy {
  display: grid;
  gap: 26px;
  align-self: end;
  justify-items: start;
}

.astroy-calculator-hero__jump {
  min-width: min(240px, 100%);
}

.astroy-calculator-hero__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 860px;
  margin: clamp(64px, 9vw, 108px) 0 0;
  padding: 0;
  border-top: 1px solid rgba(247, 243, 234, 0.2);
  list-style: none;
}

.astroy-calculator-hero__steps li {
  display: grid;
  min-height: 128px;
  align-content: center;
  padding-right: 24px;
}

.astroy-calculator-hero__steps li + li {
  padding-left: 24px;
  border-left: 1px solid rgba(247, 243, 234, 0.16);
}

.astroy-calculator-hero__steps span {
  color: var(--astroy-copper);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.astroy-calculator-hero__steps strong {
  margin-top: 10px;
  color: var(--astroy-ivory);
  font-size: 19px;
}

.astroy-calculator-hero__steps small {
  color: rgba(247, 243, 234, 0.54);
  font-size: 11px;
}

.astroy-calculator-workspace {
  padding: clamp(68px, 8vw, 110px) 0 clamp(88px, 11vw, 150px);
  background:
    radial-gradient(circle at 10% 8%, rgba(12, 107, 79, 0.09), transparent 28%),
    var(--astroy-ivory);
}

.astroy-calculator-page .ch-calculator {
  --ch-ink: var(--astroy-graphite);
  --ch-muted: var(--astroy-graphite-soft);
  --ch-line: rgba(16, 23, 22, 0.14);
  --ch-paper: var(--astroy-paper);
  --ch-accent: var(--astroy-copper);
  --ch-accent-dark: var(--astroy-copper-hover);
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--astroy-graphite);
}

.astroy-calculator-page .ch-calculator__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 46px;
  max-width: none;
  align-items: end;
  margin-bottom: 42px;
}

.astroy-calculator-page .ch-calculator__eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -30px;
  color: var(--astroy-conifer);
}

.astroy-calculator-page .ch-calculator__intro h2 {
  margin: 0;
  color: var(--astroy-graphite);
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 650;
  letter-spacing: -0.058em;
  line-height: 0.96;
}

.astroy-calculator-page .ch-calculator__intro > p:last-child {
  margin: 0;
  color: var(--astroy-graphite-soft);
  font-size: 16px;
  line-height: 1.65;
}

.astroy-calculator-page .ch-calculator__tabs {
  gap: 5px;
  max-width: 680px;
  margin-bottom: 20px;
  padding: 6px;
  border-color: var(--astroy-line);
  border-radius: 999px;
  background: var(--astroy-paper);
}

.astroy-calculator-page .ch-calculator__tab {
  min-height: 50px;
  border-radius: 999px;
  color: var(--astroy-graphite-soft);
  font-weight: 740;
}

.astroy-calculator-page .ch-calculator__tab.is-active {
  background: var(--astroy-graphite);
  color: var(--astroy-ivory);
}

.astroy-calculator-page .ch-calculator__panel {
  padding: clamp(24px, 4vw, 52px);
  border-color: var(--astroy-line);
  border-radius: clamp(24px, 3vw, 36px);
  background: var(--astroy-paper);
  box-shadow: 0 26px 70px rgba(16, 23, 22, 0.08);
}

.astroy-calculator-page .ch-calculator__heading {
  gap: 22px;
}

.astroy-calculator-page .ch-calculator__heading > span {
  color: var(--astroy-graphite);
}

.astroy-calculator-page .ch-calculator__heading h2 {
  color: var(--astroy-graphite);
  font-size: clamp(27px, 3vw, 40px);
  letter-spacing: -0.04em;
}

.astroy-calculator-page :where(.ch-field input, .ch-field select) {
  min-height: 52px;
  border-color: var(--astroy-line);
  border-radius: 12px;
  background: var(--astroy-ivory);
  color: var(--astroy-graphite);
}

.astroy-calculator-page .ch-section-choice {
  border-color: var(--astroy-line);
  border-radius: 16px;
  background: var(--astroy-ivory);
}

.astroy-calculator-page .ch-calculator__summary {
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 8%, rgba(12, 107, 79, 0.44), transparent 32%),
    var(--astroy-commercial-dark);
  color: var(--astroy-ivory);
}

.astroy-calculator-page .ch-calculator__summary :where(span, small) {
  color: rgba(247, 243, 234, 0.64);
}

.astroy-calculator-page .ch-calculator__summary strong {
  color: var(--astroy-ivory);
}

.astroy-calculator-page .ch-button {
  min-height: 52px;
  border-color: var(--astroy-copper);
  border-radius: 999px;
  background: var(--astroy-copper);
  color: var(--astroy-graphite) !important;
  box-shadow: 0 16px 38px rgba(255, 107, 44, 0.18);
}

.astroy-calculator-page .ch-button:hover {
  border-color: var(--astroy-copper-hover);
  background: var(--astroy-copper-hover);
}

.astroy-calculator-page .ch-calculator__empty {
  min-height: 260px;
  padding: clamp(36px, 6vw, 72px);
  border: 1px dashed rgba(12, 107, 79, 0.3);
  border-radius: 24px;
  background:
    radial-gradient(circle at 16% 18%, rgba(12, 107, 79, 0.1), transparent 30%),
    var(--astroy-ivory);
  color: var(--astroy-graphite-soft);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.astroy-calculator-page .ch-calculator__results article {
  border-color: var(--astroy-line);
  border-radius: 18px;
  background: var(--astroy-ivory);
}

.astroy-calculator-note {
  padding: clamp(82px, 10vw, 142px) 0;
  background: var(--astroy-commercial-green);
  color: var(--astroy-ivory);
}

.astroy-calculator-note__grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1.05fr) minmax(260px, 0.6fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: start;
}

.astroy-calculator-note .astroy-eyebrow {
  color: var(--astroy-ivory);
}

.astroy-calculator-note h2 {
  margin: 0;
  color: var(--astroy-ivory);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 650;
  letter-spacing: -0.056em;
  line-height: 0.98;
}

.astroy-calculator-note__grid > p:last-child {
  margin: 0;
  color: rgba(247, 243, 234, 0.78);
}

.astroy-service-empty > span {
  color: var(--astroy-copper);
  font-size: clamp(54px, 8vw, 100px);
  font-weight: 470;
  letter-spacing: -0.07em;
}

/* Cinematic 404. */
.astroy-error {
  --astroy-commercial-dark: #0b1211;
  --astroy-commercial-mint: #8ee9c5;
  display: grid;
  min-height: max(680px, calc(100svh - 76px));
  place-items: center;
  padding: clamp(70px, 10vw, 132px) 0;
  background:
    linear-gradient(145deg, transparent 49.8%, rgba(142, 233, 197, 0.08) 50%, transparent 50.2%),
    radial-gradient(circle at 76% 24%, rgba(12, 107, 79, 0.46), transparent 28%),
    var(--astroy-commercial-dark);
  color: var(--astroy-ivory);
}

.astroy-error__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(48px, 9vw, 130px);
  align-items: center;
}

.astroy-error__art {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(247, 243, 234, 0.14);
  border-radius: 50%;
}

.astroy-error__art i {
  position: absolute;
  width: 70%;
  border-top: 1px solid rgba(142, 233, 197, 0.2);
}

.astroy-error__art i:nth-of-type(2) {
  transform: rotate(60deg);
}

.astroy-error__art i:nth-of-type(3) {
  transform: rotate(-60deg);
}

.astroy-error__code {
  position: static;
  z-index: 1;
  margin: 0;
  color: var(--astroy-copper);
  font-size: clamp(86px, 13vw, 176px);
  font-weight: 500;
  letter-spacing: -0.1em;
  line-height: 1;
  opacity: 1;
}

.astroy-error__copy h1 {
  max-width: 720px;
  margin: 0;
  color: var(--astroy-ivory);
  font-size: clamp(52px, 7vw, 94px);
  font-weight: 680;
  letter-spacing: -0.068em;
  line-height: 0.9;
}

.astroy-error__copy > p:not(.astroy-eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(247, 243, 234, 0.7);
  font-size: 17px;
}

.astroy-error .astroy-eyebrow {
  color: var(--astroy-commercial-mint);
}

.astroy-error .astroy-text-link,
.astroy-error .astroy-text-link:hover {
  color: var(--astroy-ivory);
}

@media (max-width: 1100px) {
  .astroy-catalog-filters__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .astroy-project-stage__grid {
    grid-template-columns: 1fr;
  }

  .astroy-project-stage__summary {
    max-width: 780px;
  }

  .astroy-calculator-note__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  }

  .astroy-calculator-note .astroy-eyebrow {
    grid-column: 1 / -1;
  }
}

@media (max-width: 800px) {
  .astroy-commercial-hero {
    min-height: 660px;
  }

  .astroy-commercial-hero__copy {
    width: min(690px, 84vw);
  }

  .astroy-project-parameters__grid,
  .astroy-project-description__grid,
  .astroy-calculator-hero__grid,
  .astroy-calculator-page .ch-calculator__intro,
  .astroy-project-section__head--split,
  .astroy-error__grid {
    grid-template-columns: 1fr;
  }

  .astroy-calculator-page .ch-calculator__eyebrow {
    grid-column: auto;
    margin-bottom: -28px;
  }

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

  .astroy-project-gallery__grid a,
  .astroy-project-gallery__grid a:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .astroy-project-gallery__grid a:first-child {
    grid-column: 1 / -1;
  }

  .astroy-error__art {
    width: min(310px, 72vw);
  }
}

@media (max-width: 600px) {
  .astroy-commercial-hero {
    min-height: 690px;
  }

  .astroy-commercial-hero__media img {
    object-position: 66% center;
  }

  .astroy-commercial-hero__veil {
    background: linear-gradient(0deg, rgba(6, 12, 11, 0.99) 8%, rgba(6, 12, 11, 0.88) 55%, rgba(6, 12, 11, 0.22) 100%);
  }

  .astroy-commercial-hero__copy {
    width: 100%;
    margin-top: 210px;
  }

  .astroy-commercial-hero h1,
  .astroy-calculator-hero h1 {
    font-size: clamp(46px, 13vw, 64px);
    line-height: 0.92;
  }

  .astroy-commercial-hero__copy > p:last-child {
    margin-top: 20px;
    font-size: 16px;
  }

  .astroy-commercial-hero__rail,
  .astroy-calculator-hero__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .astroy-calculator-hero__steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .astroy-commercial-hero__rail li,
  .astroy-commercial-hero__rail li + li,
  .astroy-calculator-hero__steps li,
  .astroy-calculator-hero__steps li + li {
    min-height: 0;
    padding: 14px 9px;
    font-size: 10px;
  }

  .astroy-commercial-hero__rail li:first-child,
  .astroy-calculator-hero__steps li:first-child {
    padding-left: 0;
  }

  .astroy-calculator-hero__steps li,
  .astroy-calculator-hero__steps li + li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 10px;
    min-width: 0;
    padding: 12px 0;
    border-left: 0;
  }

  .astroy-calculator-hero__steps li + li {
    border-top: 1px solid rgba(247, 243, 234, 0.16);
  }

  .astroy-calculator-hero__steps span {
    grid-row: 1 / 3;
    align-self: center;
  }

  .astroy-calculator-hero__steps strong {
    margin-top: 0;
    font-size: 15px;
    letter-spacing: -0.02em;
  }

  .astroy-calculator-hero__steps small {
    grid-column: 2;
  }

  .astroy-catalog-switcher {
    display: flex;
    width: 100%;
  }

  .astroy-catalog-switcher a {
    min-width: 0;
    flex: 1;
    padding-inline: 10px;
    font-size: 11px;
  }

  .astroy-catalog-filters__head,
  .astroy-results-head,
  .astroy-commercial-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .astroy-catalog-filters__grid,
  .astroy-catalog-grid,
  .astroy-project-parameters__grid,
  .astroy-calculator-note__grid,
  .astroy-catalog-empty,
  .astroy-service-empty {
    grid-template-columns: 1fr;
  }

  .astroy-catalog-filters .astroy-button,
  .astroy-commercial-cta .astroy-button {
    width: 100%;
  }

  .astroy-commercial-cta__actions {
    width: 100%;
  }

  .astroy-catalog-empty,
  .astroy-service-empty {
    min-height: 0;
  }

  .astroy-catalog-empty__art {
    width: min(220px, 66vw);
  }

  .astroy-project-stage__grid {
    margin-top: 28px;
  }

  .astroy-project-stage__visual {
    aspect-ratio: 16 / 9.5;
  }

  .astroy-project-stage__summary h1,
  .astroy-error__copy h1 {
    font-size: clamp(46px, 13vw, 64px);
  }

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

  .astroy-project-stage .astroy-actions {
    align-items: stretch;
  }

  .astroy-project-stage .astroy-actions .astroy-text-link {
    width: auto;
    align-self: flex-start;
  }

  .astroy-project-section__head h2,
  .astroy-commercial-cta h2,
  .astroy-calculator-note h2 {
    font-size: clamp(36px, 10.5vw, 52px);
  }

  .astroy-project-gallery__grid {
    grid-template-columns: 1fr;
  }

  .astroy-project-gallery__grid a:first-child {
    grid-column: auto;
  }

  .astroy-project-package__item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
  }

  .astroy-project-package__status {
    grid-column: 2;
    justify-items: start;
    text-align: left;
  }

  .astroy-inline-empty {
    grid-template-columns: 1fr;
  }

  .astroy-calculator-hero__grid {
    margin-top: 72px;
  }

  .astroy-calculator-page .ch-calculator__tabs {
    align-items: stretch;
    flex-direction: column;
    border-radius: 22px;
  }

  .astroy-calculator-page .ch-calculator__tab {
    border-radius: 16px;
  }

  .astroy-error__art {
    width: min(240px, 68vw);
  }
}

/* 0.4.3 — cinematic first screen, transforming glass header and AC identity. */
.astroy-header {
  transition: background-color 240ms ease, border-color 240ms ease, padding 240ms ease;
}

.astroy-header__inner {
  transition: min-height 240ms ease, background-color 240ms ease, border-color 240ms ease, border-radius 240ms ease, box-shadow 240ms ease, padding 240ms ease;
}

.astroy-nav {
  margin-left: auto;
}

.astroy-header__cta,
.astroy-nav__mobile-cta {
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(247, 243, 234, 0.4);
  border-radius: 999px;
  color: var(--astroy-ivory);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.015em;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.astroy-header__cta {
  display: inline-flex;
  flex: 0 0 auto;
  padding-inline: 19px;
  background: rgba(7, 19, 15, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.astroy-header__cta:hover {
  border-color: rgba(247, 243, 234, 0.72);
  color: var(--astroy-ivory);
  transform: translateY(-1px);
}

.astroy-header.is-scrolled .astroy-header__cta {
  border-color: var(--astroy-copper);
  background: var(--astroy-copper);
  color: var(--astroy-graphite);
  box-shadow: 0 14px 34px rgba(255, 107, 44, 0.22);
}

.astroy-header.is-scrolled .astroy-header__cta:hover {
  border-color: #ff7d46;
  background: #ff7d46;
  color: var(--astroy-graphite);
}

.astroy-nav__mobile-cta {
  display: none;
}

body.home .astroy-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  border-bottom-color: transparent;
  background: linear-gradient(180deg, rgba(7, 19, 15, 0.76) 0%, rgba(7, 19, 15, 0.34) 58%, transparent 100%);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.home.admin-bar .astroy-header {
  top: 32px;
}

body.home .astroy-header__inner {
  min-height: 92px;
  border: 1px solid transparent;
}

body.home .astroy-header.is-scrolled {
  padding-top: calc(10px + env(safe-area-inset-top));
  background: transparent;
}

body.home .astroy-header.is-scrolled .astroy-header__inner {
  min-height: 64px;
  padding-left: calc(20px + env(safe-area-inset-left));
  padding-right: calc(20px + env(safe-area-inset-right));
  border-color: rgba(247, 243, 234, 0.16);
  border-radius: 18px;
  background: rgba(7, 19, 15, 0.78);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
}

body.home .astroy-hero {
  min-height: max(720px, 100svh);
}

body.home .astroy-hero::before {
  background:
    linear-gradient(90deg, rgba(7, 19, 15, 0.93) 0%, rgba(7, 19, 15, 0.76) 28%, rgba(7, 19, 15, 0.34) 48%, rgba(7, 19, 15, 0.04) 74%),
    linear-gradient(0deg, rgba(7, 19, 15, 0.78) 0%, transparent 34%);
}

body.home .astroy-hero__inner {
  padding-block: clamp(126px, 16vh, 170px) 34px;
}

@media (max-width: 1060px) {
  .astroy-header__inner {
    gap: 18px;
  }

  .astroy-nav__list {
    gap: 20px;
  }

  .astroy-header__cta {
    padding-inline: 16px;
  }
}

@media (max-width: 800px) {
  .astroy-header__cta {
    display: none;
  }

  .astroy-nav__mobile-cta {
    display: inline-flex;
    width: 100%;
    margin-top: 14px;
    border-color: var(--astroy-copper);
    background: var(--astroy-copper);
    color: var(--astroy-graphite);
  }

  .astroy-nav__mobile-cta:hover {
    color: var(--astroy-graphite);
  }

  body.home .astroy-header__inner {
    min-height: 78px;
  }

  body.home .astroy-header.is-scrolled {
    padding-top: calc(8px + env(safe-area-inset-top));
  }

  body.home .astroy-header.is-scrolled .astroy-header__inner {
    min-height: 62px;
    padding-left: calc(16px + env(safe-area-inset-left));
    padding-right: calc(16px + env(safe-area-inset-right));
    border-radius: 16px;
  }

  .astroy-js body.home .astroy-nav {
    top: calc(100% + 8px);
    border: 1px solid rgba(247, 243, 234, 0.14);
    border-radius: 18px;
  }
}

@media (max-width: 782px) {
  body.home.admin-bar .astroy-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  body.home .astroy-hero {
    min-height: max(820px, 100svh);
    padding-top: 0;
  }

  body.home .astroy-hero__inner {
    padding-block: 260px 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .astroy-header,
  .astroy-header__inner,
  .astroy-header__cta {
    transition: none;
  }
}

/* 0.5.0 — architectural scroll story. */
:root {
  --astroy-night: #07130f;
  --astroy-ink: #14201c;
  --astroy-mint: #b8f2d8;
  --astroy-story-gap: clamp(92px, 12vw, 176px);
}

.astroy-home {
  background: var(--astroy-ivory);
}

.astroy-home .astroy-section {
  padding-block: var(--astroy-story-gap);
}

.astroy-home .astroy-eyebrow {
  margin: 0 0 20px;
  color: var(--astroy-copper-text);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.astroy-home .astroy-button,
.astroy-home .astroy-text-link {
  min-height: 48px;
}

.astroy-home .astroy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.astroy-home .astroy-button--primary {
  padding-inline: 25px;
  border: 1px solid var(--astroy-copper);
  box-shadow: 0 15px 44px rgba(255, 99, 37, 0.2);
}

.astroy-home .astroy-button--primary:hover {
  box-shadow: 0 19px 52px rgba(255, 99, 37, 0.28);
  transform: translateY(-2px);
}

/* Hero */
body.home .astroy-hero {
  --astroy-hero-x: 0px;
  --astroy-hero-y: 0px;
  --astroy-hero-exit: 0;
  position: relative;
  min-height: max(760px, 100svh);
  isolation: isolate;
  overflow: hidden;
  background: var(--astroy-night);
  color: var(--astroy-ivory);
}

body.home .astroy-hero::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 19, 15, 0.97) 0%, rgba(7, 19, 15, 0.83) 30%, rgba(7, 19, 15, 0.42) 54%, rgba(7, 19, 15, 0.06) 78%),
    linear-gradient(0deg, rgba(7, 19, 15, 0.95) 0%, rgba(7, 19, 15, 0.06) 42%),
    linear-gradient(180deg, rgba(7, 19, 15, 0.48) 0%, transparent 24%);
}

body.home .astroy-hero::after {
  z-index: -1;
  opacity: 0.46;
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(247, 243, 234, 0.07) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(0deg, transparent calc(50% - 0.5px), rgba(247, 243, 234, 0.05) 50%, transparent calc(50% + 0.5px));
  background-size: 12.5vw 12.5vw;
  mask-image: linear-gradient(90deg, transparent, #000 52%, #000);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 52%, #000);
}

body.home .astroy-hero__media {
  inset: -2.5%;
  width: 105%;
  height: 105%;
}

body.home .astroy-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  transform: translate3d(var(--astroy-hero-x), var(--astroy-hero-y), 0) scale(1.045);
  transition: transform 120ms linear;
  will-change: transform;
}

body.home .astroy-hero__inner {
  display: flex;
  min-height: max(760px, 100svh);
  align-items: center;
  padding-block: clamp(132px, 17vh, 184px) clamp(134px, 16vh, 174px);
}

body.home .astroy-hero__top {
  width: 100%;
  align-items: end;
}

body.home .astroy-hero__copy {
  width: min(760px, 66vw);
}

@media (min-width: 861px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.home .astroy-hero__copy,
  body.home .astroy-hero__facts,
  body.home .astroy-hero__hud,
  body.home .astroy-hero__scroll {
    opacity: calc(1 - var(--astroy-hero-exit));
    will-change: opacity, transform;
  }

  body.home .astroy-hero__copy {
    transform: translate3d(0, calc(var(--astroy-hero-exit) * -38px), 0);
  }

  body.home .astroy-hero__hud {
    transform: translate3d(calc(var(--astroy-hero-exit) * 24px), calc(var(--astroy-hero-exit) * -18px), 0);
  }

  body.home .astroy-hero__facts {
    transform: translate3d(0, calc(var(--astroy-hero-exit) * 22px), 0);
  }
}

body.home .astroy-hero .astroy-eyebrow {
  color: var(--astroy-mint);
}

body.home .astroy-hero h1 {
  max-width: none;
  margin: 0;
  color: var(--astroy-ivory);
  font-size: clamp(62px, 7.7vw, 124px);
  font-weight: 610;
  letter-spacing: -0.071em;
  line-height: 0.87;
  text-wrap: balance;
}

body.home .astroy-hero h1 span {
  display: block;
}

body.home .astroy-hero h1 span:last-child {
  margin-left: clamp(20px, 5vw, 80px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(247, 243, 234, 0.85);
}

body.home .astroy-hero__lead {
  width: min(590px, 100%);
  margin: clamp(28px, 4vh, 42px) 0 0;
  color: rgba(247, 243, 234, 0.76);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.52;
}

body.home .astroy-hero .astroy-actions {
  margin-top: 32px;
}

body.home .astroy-hero__facts {
  position: absolute;
  right: clamp(28px, 5vw, 76px);
  bottom: 42px;
  left: clamp(28px, 5vw, 76px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: auto;
  margin: 0;
  border-top: 1px solid rgba(247, 243, 234, 0.22);
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.home .astroy-hero__facts li {
  min-height: 58px;
  padding: 17px 20px 0 0;
  border: 0;
  color: rgba(247, 243, 234, 0.74);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.home .astroy-hero__facts li + li {
  padding-left: 22px;
  border-left: 1px solid rgba(247, 243, 234, 0.16);
}

body.home .astroy-hero__facts span {
  color: var(--astroy-copper);
  font-size: 10px;
}

.astroy-hero__hud {
  position: absolute;
  z-index: 2;
  top: 27%;
  right: clamp(28px, 5vw, 76px);
  display: grid;
  width: 190px;
  padding: 16px 18px;
  border: 1px solid rgba(247, 243, 234, 0.2);
  background: rgba(7, 19, 15, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.astroy-hero__hud span,
.astroy-hero__hud small {
  color: rgba(247, 243, 234, 0.62);
  font-size: 9px;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.astroy-hero__hud strong {
  margin-block: 10px 5px;
  color: var(--astroy-ivory);
  font-size: 15px;
  font-weight: 720;
}

.astroy-hero__scroll {
  position: absolute;
  z-index: 3;
  right: clamp(28px, 5vw, 76px);
  bottom: 116px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(247, 243, 234, 0.7);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
}

.astroy-hero__scroll:hover {
  color: var(--astroy-ivory);
}

.astroy-hero__scroll i {
  display: block;
  width: 56px;
  height: 1px;
  overflow: hidden;
  background: rgba(247, 243, 234, 0.3);
}

.astroy-hero__scroll i::after {
  display: block;
  width: 45%;
  height: 100%;
  background: var(--astroy-copper);
  content: "";
  animation: astroy-scroll-line 2.2s ease-in-out infinite;
}

@keyframes astroy-scroll-line {
  0%, 100% { transform: translateX(-110%); }
  55% { transform: translateX(240%); }
}

/* Shared editorial headings */
.astroy-story-heading {
  display: grid;
  grid-template-columns: 82px minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: clamp(22px, 4vw, 64px);
  margin-bottom: clamp(42px, 7vw, 92px);
}

.astroy-story-heading__index {
  align-self: start;
  margin: 7px 0 0;
  color: var(--astroy-copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.astroy-story-heading h2,
.astroy-configurator h2,
.astroy-final-cta h2 {
  margin: 0;
  font-size: clamp(44px, 5.35vw, 82px);
  font-weight: 620;
  letter-spacing: -0.057em;
  line-height: 0.98;
}

.astroy-story-heading > p:last-child {
  margin: 0 0 5px;
  color: var(--astroy-graphite-soft);
  font-size: 15px;
  line-height: 1.7;
}

/* Technology scene */
.astroy-technologies {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(7, 19, 15, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 19, 15, 0.045) 1px, transparent 1px),
    var(--astroy-ivory);
  background-size: 80px 80px;
}

.astroy-technologies::before {
  position: absolute;
  top: 30px;
  right: -0.04em;
  color: rgba(7, 19, 15, 0.035);
  font-size: clamp(180px, 34vw, 520px);
  font-weight: 820;
  letter-spacing: -0.1em;
  line-height: 0.7;
  content: "01";
  pointer-events: none;
}

.astroy-technologies .astroy-3d {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(560px, 1.55fr);
  align-items: start;
  gap: clamp(36px, 6vw, 90px);
}

.astroy-technologies .astroy-3d__intro {
  position: sticky;
  top: 130px;
  display: block;
  margin: 0;
}

.astroy-technologies .astroy-3d__intro h2 {
  margin: 0;
  font-size: clamp(45px, 5.2vw, 78px);
  font-weight: 620;
  letter-spacing: -0.057em;
  line-height: 0.98;
}

.astroy-technologies .astroy-3d__intro > p:last-of-type {
  max-width: 480px;
  margin: 28px 0 0;
  color: var(--astroy-graphite-soft);
  font-size: 16px;
  line-height: 1.7;
}

.astroy-technologies .astroy-3d__viewer {
  min-width: 0;
}

.astroy-technologies .astroy-3d__stage {
  min-height: min(680px, 72vw);
  border: 1px solid rgba(7, 19, 15, 0.15);
  border-radius: 2px;
  background: #dce3df;
  box-shadow: 0 34px 80px rgba(7, 19, 15, 0.14);
}

.astroy-technologies .astroy-3d__poster {
  filter: saturate(0.82) contrast(1.03);
}

.astroy-technologies .astroy-3d__tabs {
  gap: 6px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(7, 19, 15, 0.07);
}

.astroy-technologies .astroy-3d__tab {
  min-height: 44px;
  border-radius: 999px;
}

.astroy-technologies .astroy-3d__panel {
  border-radius: 2px;
}

/* X-ray comparison */
.astroy-xray {
  background: var(--astroy-paper);
}

.astroy-xray__stage {
  --astroy-xray-position: 58%;
  position: relative;
  aspect-ratio: 16 / 8.8;
  overflow: hidden;
  border: 1px solid rgba(7, 19, 15, 0.14);
  border-radius: clamp(18px, 2.5vw, 36px);
  background: #d5deda;
  box-shadow: 0 34px 100px rgba(7, 19, 15, 0.16);
  isolation: isolate;
}

.astroy-xray__image,
.astroy-xray__construction {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.astroy-xray__image {
  object-fit: cover;
}

.astroy-xray__construction {
  z-index: 2;
  clip-path: inset(0 0 0 var(--astroy-xray-position));
}

.astroy-xray__construction::after {
  position: absolute;
  inset: 0;
  background: rgba(7, 19, 15, 0.12);
  content: "";
}

.astroy-xray__construction .astroy-xray__image {
  object-position: center 58%;
}

.astroy-xray__line {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: var(--astroy-xray-position);
  width: 1px;
  background: rgba(247, 243, 234, 0.95);
  box-shadow: 0 0 0 1px rgba(7, 19, 15, 0.12);
  pointer-events: none;
}

.astroy-xray__line span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(247, 243, 234, 0.86);
  border-radius: 50%;
  background: rgba(7, 19, 15, 0.66);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.astroy-xray__line span::before,
.astroy-xray__line span::after {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--astroy-ivory);
  border-left: 1px solid var(--astroy-ivory);
  content: "";
}

.astroy-xray__line span::before {
  left: 14px;
  transform: translateY(-50%) rotate(45deg);
}

.astroy-xray__line span::after {
  right: 14px;
  transform: translateY(-50%) rotate(225deg);
}

.astroy-xray__range {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: ew-resize;
  opacity: 0;
  touch-action: pan-y;
}

.astroy-xray__labels,
.astroy-xray__dimensions {
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  color: var(--astroy-ivory);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.15em;
  pointer-events: none;
  text-transform: uppercase;
}

.astroy-xray__labels {
  top: 24px;
  right: 28px;
  left: 28px;
}

.astroy-xray__labels span {
  padding: 8px 11px;
  border: 1px solid rgba(247, 243, 234, 0.2);
  background: rgba(7, 19, 15, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.astroy-xray__dimensions {
  right: 28px;
  bottom: 22px;
  left: 28px;
  color: rgba(247, 243, 234, 0.72);
}

/* Project gallery */
.astroy-projects {
  overflow: hidden;
  background:
    linear-gradient(180deg, var(--astroy-ivory) 0, #29433a 112px, var(--astroy-night) 224px, var(--astroy-night) 100%);
  color: var(--astroy-ivory);
}

.astroy-home .astroy-projects {
  padding-top: clamp(124px, 10vw, 156px);
}

.astroy-projects .astroy-section__header {
  align-items: end;
  margin-bottom: clamp(44px, 7vw, 84px);
}

.astroy-projects .astroy-section__header h2 {
  max-width: 840px;
  color: var(--astroy-ivory);
  font-size: clamp(48px, 6.2vw, 92px);
  font-weight: 620;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.astroy-projects .astroy-text-link {
  color: var(--astroy-ivory);
}

.astroy-project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 38px);
}

.astroy-project-card {
  --astroy-card-offset: 0px;
  position: relative;
  min-height: clamp(530px, 53vw, 760px);
  overflow: hidden;
  border: 1px solid rgba(247, 243, 234, 0.15);
  border-radius: 2px;
  background: #15211d;
  color: var(--astroy-ivory);
  box-shadow: none;
}

.astroy-project-card:nth-child(2n) {
  --astroy-card-offset: clamp(34px, 5vw, 76px);
  transform: translateY(var(--astroy-card-offset));
}

.astroy-project-card:hover {
  border-color: rgba(184, 242, 216, 0.6);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  transform: translateY(calc(var(--astroy-card-offset) - 5px));
}

.astroy-project-card:nth-child(2n):hover {
  transform: translateY(calc(var(--astroy-card-offset) - 5px));
}

.astroy-project-card__media,
.astroy-project-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.astroy-project-card__media img {
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 500ms ease;
}

.astroy-project-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(112deg, transparent 0 38%, rgba(255, 255, 255, 0.16) 48%, transparent 58%),
    linear-gradient(180deg, rgba(7, 19, 15, 0.04) 32%, rgba(7, 19, 15, 0.92) 100%);
  background-position: 165% 0, 0 0;
  background-size: 220% 100%, 100% 100%;
  content: "";
  pointer-events: none;
  transition: background-position 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.astroy-project-card:hover::after,
.astroy-project-card:focus-within::after {
  background-position: -65% 0, 0 0;
}

.astroy-project-card__body {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  padding: clamp(26px, 4vw, 46px);
}

.astroy-project-card__index {
  position: absolute;
  right: clamp(24px, 3vw, 38px);
  bottom: clamp(30px, 4vw, 48px);
  margin: 0;
  color: rgba(247, 243, 234, 0.46) !important;
  font-size: 46px !important;
  font-weight: 300;
  letter-spacing: -0.06em;
}

.astroy-project-card__type {
  color: var(--astroy-mint);
}

.astroy-project-card h3 {
  max-width: 72%;
  margin-bottom: 16px;
  font-size: clamp(32px, 3.5vw, 54px);
}

.astroy-project-card h3 a,
.astroy-project-card__body > p,
.astroy-project-card__meta,
.astroy-project-card .astroy-card-link {
  color: var(--astroy-ivory);
}

.astroy-project-card__body > p:not(.astroy-project-card__type, .astroy-project-card__index) {
  display: none;
}

.astroy-project-card .astroy-card-link {
  width: max-content;
}

.astroy-project-card .astroy-card-link:hover {
  color: var(--astroy-mint);
}

.astroy-category-showcase {
  grid-template-columns: 1.35fr 0.85fr;
  gap: clamp(18px, 2.4vw, 38px);
}

.astroy-category-card {
  min-height: clamp(560px, 56vw, 760px);
  border: 1px solid rgba(247, 243, 234, 0.14);
  border-radius: 2px;
}

.astroy-category-card--gazebo {
  margin-top: clamp(34px, 5vw, 76px);
}

.astroy-category-card__content {
  padding: clamp(28px, 4vw, 52px);
}

.astroy-category-card strong {
  max-width: 620px;
  font-size: clamp(40px, 5vw, 74px);
  line-height: 0.98;
}

.astroy-category-note {
  color: rgba(247, 243, 234, 0.58);
}

/* Configurator story */
.astroy-configurator {
  background: #e5e9e3;
}

.astroy-configurator__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  min-height: 760px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 19, 15, 0.14);
  background: var(--astroy-paper);
  box-shadow: 0 35px 100px rgba(7, 19, 15, 0.14);
}

.astroy-configurator__visual {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: var(--astroy-night);
}

.astroy-configurator__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(7, 19, 15, 0.7));
  content: "";
}

.astroy-configurator__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.astroy-configurator__grid {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(rgba(247, 243, 234, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 243, 234, 0.12) 1px, transparent 1px);
  background-size: 12.5% 12.5%;
  mask-image: linear-gradient(120deg, #000, transparent 70%);
  -webkit-mask-image: linear-gradient(120deg, #000, transparent 70%);
}

.astroy-configurator__visual > p {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 25px;
  left: 28px;
  display: flex;
  justify-content: space-between;
  margin: 0;
  color: rgba(247, 243, 234, 0.78);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.astroy-configurator__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 86px);
}

.astroy-configurator__lead {
  margin: 28px 0 34px;
  color: var(--astroy-graphite-soft);
  line-height: 1.7;
}

.astroy-configurator__steps {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.astroy-configurator__steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding-block: 17px;
  border-top: 1px solid var(--astroy-line);
}

.astroy-configurator__steps li > span {
  color: var(--astroy-copper);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.astroy-configurator__steps li div {
  display: grid;
  gap: 3px;
}

.astroy-configurator__steps strong {
  font-size: 15px;
}

.astroy-configurator__steps small {
  color: var(--astroy-graphite-soft);
  font-size: 12px;
}

.astroy-configurator__result {
  display: grid;
  gap: 4px;
  margin-bottom: 28px;
  padding: 18px 20px;
  border-left: 2px solid var(--astroy-copper);
  background: rgba(7, 19, 15, 0.04);
}

.astroy-configurator__result span {
  color: var(--astroy-graphite-soft);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.astroy-configurator__panel .astroy-button {
  align-self: flex-start;
}

/* Route and proof */
.astroy-route {
  background: var(--astroy-paper);
}

.astroy-route .astroy-section__header {
  margin-bottom: clamp(44px, 7vw, 84px);
}

.astroy-route .astroy-section__header h2 {
  max-width: 800px;
  font-size: clamp(44px, 5.35vw, 82px);
  font-weight: 620;
  letter-spacing: -0.057em;
  line-height: 0.98;
}

.astroy-route__steps {
  position: relative;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border: 0;
}

.astroy-route__steps::before {
  position: absolute;
  top: 23px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--astroy-line);
  content: "";
}

.astroy-route__steps::after {
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--astroy-conifer-dark), var(--astroy-copper), var(--astroy-mint));
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.35s cubic-bezier(0.2, 0.8, 0.2, 1) 180ms;
}

.astroy-motion .astroy-route.is-visible .astroy-route__steps::after {
  transform: scaleX(1);
}

.astroy-route__steps li,
.astroy-route__steps li + li,
.astroy-route__steps li:last-child {
  position: relative;
  padding: 68px clamp(16px, 2vw, 28px) 0 0;
  border: 0;
}

.astroy-route__steps li::before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 3px solid var(--astroy-paper);
  border-radius: 50%;
  background: var(--astroy-copper);
  box-shadow: 0 0 0 1px var(--astroy-copper);
  content: "";
  z-index: 2;
}

.astroy-motion .astroy-route__steps li {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.astroy-motion .astroy-route.is-visible .astroy-route__steps li {
  opacity: 1;
  transform: none;
}

.astroy-motion .astroy-route__steps li:nth-child(1) { transition-delay: 140ms; }
.astroy-motion .astroy-route__steps li:nth-child(2) { transition-delay: 220ms; }
.astroy-motion .astroy-route__steps li:nth-child(3) { transition-delay: 300ms; }
.astroy-motion .astroy-route__steps li:nth-child(4) { transition-delay: 380ms; }
.astroy-motion .astroy-route__steps li:nth-child(5) { transition-delay: 460ms; }

.astroy-route__steps span {
  color: var(--astroy-conifer-dark);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.astroy-route__steps h3 {
  margin-top: 12px;
  font-size: clamp(20px, 2vw, 28px);
}

.astroy-route__steps p {
  font-size: 13px;
  line-height: 1.65;
}

.astroy-proof {
  position: relative;
  overflow: hidden;
  background: var(--astroy-night);
  color: var(--astroy-ivory);
}

.astroy-proof::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 10%, rgba(184, 242, 216, 0.12), transparent 32%),
    linear-gradient(90deg, rgba(247, 243, 234, 0.045) 1px, transparent 1px);
  background-size: auto, 12.5% 100%;
  content: "";
  pointer-events: none;
}

.astroy-proof .astroy-container {
  position: relative;
}

.astroy-story-heading--light h2,
.astroy-story-heading--light > p:last-child {
  color: var(--astroy-ivory);
}

.astroy-story-heading--light > p:last-child {
  opacity: 0.66;
}

.astroy-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(247, 243, 234, 0.16);
  border-bottom: 1px solid rgba(247, 243, 234, 0.16);
}

.astroy-proof__grid article {
  display: grid;
  align-content: space-between;
  min-height: 255px;
  padding: 28px;
}

.astroy-proof__grid article + article {
  border-left: 1px solid rgba(247, 243, 234, 0.16);
}

.astroy-proof__grid strong {
  color: var(--astroy-mint);
  font-size: clamp(58px, 7vw, 98px);
  font-weight: 380;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.astroy-proof__grid span {
  max-width: 175px;
  color: rgba(247, 243, 234, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

/* FAQ and final invitation */
.astroy-faq {
  background: var(--astroy-ivory);
}

.astroy-faq__grid {
  grid-template-columns: minmax(280px, 0.8fr) minmax(480px, 1.2fr);
  gap: clamp(48px, 9vw, 136px);
}

.astroy-faq h2 {
  font-size: clamp(44px, 5.35vw, 80px);
  font-weight: 620;
  letter-spacing: -0.057em;
  line-height: 0.98;
}

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

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

.astroy-faq summary {
  min-height: 76px;
  font-size: clamp(17px, 1.45vw, 21px);
}

.astroy-final-cta {
  position: relative;
  min-height: min(720px, 72svh);
  overflow: hidden;
  isolation: isolate;
  background: var(--astroy-night);
  color: var(--astroy-ivory);
}

.astroy-final-cta::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 19, 15, 0.94) 0%, rgba(7, 19, 15, 0.62) 48%, rgba(7, 19, 15, 0.13) 78%),
    linear-gradient(0deg, rgba(7, 19, 15, 0.8), transparent 52%);
  content: "";
}

.astroy-final-cta__media,
.astroy-final-cta__media img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.astroy-final-cta__media img {
  object-fit: cover;
}

.astroy-final-cta__inner {
  display: flex;
  min-height: min(540px, 54svh);
  align-items: end;
  justify-content: space-between;
  gap: 52px;
}

.astroy-final-cta h2 {
  max-width: 860px;
  color: var(--astroy-ivory);
  font-size: clamp(60px, 8vw, 122px);
}

.astroy-final-cta__inner p:not(.astroy-eyebrow) {
  max-width: 540px;
  color: rgba(247, 243, 234, 0.72);
  font-size: 18px;
}

.astroy-final-cta__actions {
  display: grid;
  flex: 0 0 auto;
  gap: 12px;
}

.astroy-final-cta .astroy-text-link {
  color: var(--astroy-ivory);
}

/* Motion is progressive: content is never hidden until JavaScript opts in. */
.astroy-motion [data-astroy-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 760ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.astroy-motion [data-astroy-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.astroy-motion .astroy-project-card[data-astroy-reveal] {
  transform: translateY(calc(var(--astroy-card-offset) + 36px));
}

.astroy-motion .astroy-project-card[data-astroy-reveal].is-visible {
  transform: translateY(var(--astroy-card-offset));
}

.astroy-motion .astroy-project-card[data-astroy-reveal].is-visible:hover {
  transform: translateY(calc(var(--astroy-card-offset) - 5px));
}

@media (max-width: 1120px) {
  .astroy-technologies .astroy-3d {
    grid-template-columns: 1fr;
  }

  .astroy-technologies .astroy-3d__intro {
    position: static;
    max-width: 800px;
  }

  .astroy-story-heading {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .astroy-story-heading > p:last-child {
    grid-column: 2;
    max-width: 620px;
  }

  .astroy-configurator__shell {
    grid-template-columns: 1fr 1fr;
  }

  .astroy-configurator__panel {
    padding: 42px;
  }

  .astroy-route__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 40px;
  }

  .astroy-route__steps::before,
  .astroy-route__steps::after {
    display: none;
  }

  .astroy-route__steps li,
  .astroy-route__steps li + li,
  .astroy-route__steps li:last-child {
    padding-top: 45px;
  }

  .astroy-route__steps li::before {
    top: 10px;
  }
}

@media (max-width: 800px) {
  .astroy-home .astroy-section {
    padding-block: clamp(76px, 13vw, 112px);
  }

  body.home .astroy-header__inner {
    min-height: 74px;
  }

  body.home .astroy-hero,
  body.home .astroy-hero__inner {
    min-height: max(740px, 100svh);
  }

  body.home .astroy-hero__copy {
    width: 100%;
  }

  body.home .astroy-hero h1 {
    font-size: clamp(54px, 13.2vw, 86px);
  }

  body.home .astroy-hero h1 span:last-child {
    margin-left: 0;
  }

  .astroy-hero__hud,
  .astroy-hero__scroll {
    display: none;
  }

  body.home .astroy-hero__facts {
    right: 24px;
    bottom: max(24px, env(safe-area-inset-bottom));
    left: 24px;
  }

  .astroy-project-grid,
  .astroy-category-showcase {
    grid-template-columns: 1fr;
  }

  .astroy-project-card,
  .astroy-category-card {
    min-height: clamp(470px, 108vw, 660px);
  }

  .astroy-project-card:nth-child(2n),
  .astroy-project-card:nth-child(2n):hover,
  .astroy-category-card--gazebo {
    --astroy-card-offset: 0px;
    margin-top: 0;
    transform: none;
  }

  .astroy-configurator__shell {
    grid-template-columns: 1fr;
  }

  .astroy-configurator__visual {
    min-height: min(72vw, 560px);
  }

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

  .astroy-proof__grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(247, 243, 234, 0.16);
  }

  .astroy-proof__grid article:nth-child(4) {
    border-top: 1px solid rgba(247, 243, 234, 0.16);
  }

  .astroy-faq__grid {
    grid-template-columns: 1fr;
  }

  .astroy-final-cta__inner {
    display: grid;
    align-content: end;
  }

  .astroy-final-cta__actions {
    justify-items: start;
  }
}

@media (max-width: 600px) {
  .astroy-container {
    width: min(100% - 36px, 1240px);
  }

  body.home .astroy-header {
    padding-top: max(0px, env(safe-area-inset-top));
  }

  body.home .astroy-header.is-scrolled {
    padding-top: calc(8px + env(safe-area-inset-top));
  }

  body.home .astroy-hero,
  body.home .astroy-hero__inner {
    min-height: max(760px, 100svh);
  }

  body.home .astroy-hero__media {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  body.home .astroy-hero__media img {
    object-position: center center;
    transform: scale(1.015);
  }

  body.home .astroy-hero::before {
    background:
      linear-gradient(180deg, rgba(7, 19, 15, 0.65) 0%, rgba(7, 19, 15, 0.18) 28%, rgba(7, 19, 15, 0.1) 48%, rgba(7, 19, 15, 0.9) 72%, rgba(7, 19, 15, 0.99) 100%);
  }

  body.home .astroy-hero::after {
    opacity: 0.25;
    background-size: 25vw 25vw;
  }

  body.home .astroy-hero__inner {
    align-items: end;
    padding-block: clamp(112px, 16vh, 144px) 145px;
  }

  body.home .astroy-hero h1 {
    font-size: clamp(45px, 13vw, 64px);
    letter-spacing: -0.064em;
    line-height: 0.94;
  }

  body.home .astroy-hero h1 span:last-child {
    color: var(--astroy-ivory);
    -webkit-text-stroke: 0;
  }

  body.home .astroy-hero__lead {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.52;
  }

  body.home .astroy-hero .astroy-actions {
    display: grid;
    gap: 8px;
    margin-top: 24px;
  }

  body.home .astroy-hero .astroy-button,
  body.home .astroy-hero .astroy-text-link {
    width: 100%;
  }

  body.home .astroy-hero .astroy-text-link {
    justify-content: center;
  }

  body.home .astroy-hero__facts {
    right: 18px;
    bottom: max(16px, env(safe-area-inset-bottom));
    left: 18px;
  }

  body.home .astroy-hero__facts li {
    min-height: 49px;
    padding: 13px 8px 0 0;
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  body.home .astroy-hero__facts li + li {
    padding-left: 9px;
  }

  body.home .astroy-hero__facts span {
    margin-right: 4px;
    font-size: 8px;
  }

  .astroy-story-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .astroy-story-heading__index,
  .astroy-story-heading > p:last-child {
    grid-column: 1;
  }

  .astroy-story-heading h2,
  .astroy-configurator h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .astroy-technologies {
    background-size: 52px 52px;
  }

  .astroy-technologies .astroy-3d {
    gap: 30px;
  }

  .astroy-technologies .astroy-3d__intro h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .astroy-technologies .astroy-3d__stage {
    min-height: 480px;
  }

  .astroy-technologies .astroy-3d__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5px;
    border-radius: 18px;
  }

  .astroy-technologies .astroy-3d__tab {
    border-radius: 13px;
  }

  .astroy-xray__stage {
    aspect-ratio: 4 / 5;
  }

  .astroy-xray__image {
    object-position: 61% center;
  }

  .astroy-xray__construction .astroy-xray__image {
    object-position: 58% center;
  }

  .astroy-xray__labels {
    top: 15px;
    right: 15px;
    left: 15px;
  }

  .astroy-xray__dimensions {
    right: 15px;
    bottom: 14px;
    left: 15px;
    font-size: 8px;
  }

  .astroy-projects .astroy-section__header h2 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .astroy-project-card h3 {
    max-width: 82%;
  }

  .astroy-project-card__index {
    right: 24px;
    bottom: 28px;
    font-size: 38px !important;
  }

  .astroy-category-card__copy {
    max-width: 100%;
  }

  .astroy-configurator__shell {
    width: 100%;
    min-height: auto;
    border-right: 0;
    border-left: 0;
  }

  .astroy-configurator__visual {
    min-height: 390px;
  }

  .astroy-configurator__panel {
    padding: 38px 22px 44px;
  }

  .astroy-configurator__panel .astroy-button {
    width: 100%;
  }

  .astroy-route .astroy-section__header h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .astroy-route__steps {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .astroy-route__steps li,
  .astroy-route__steps li + li,
  .astroy-route__steps li:last-child {
    min-height: 0;
    padding: 25px 0 25px 58px;
    border-top: 1px solid var(--astroy-line);
  }

  .astroy-route__steps li::before {
    top: 30px;
    left: 4px;
  }

  .astroy-route__steps h3 {
    margin: 7px 0;
  }

  .astroy-proof__grid {
    grid-template-columns: 1fr;
  }

  .astroy-proof__grid article {
    min-height: 200px;
    padding: 24px 0;
  }

  .astroy-proof__grid article + article,
  .astroy-proof__grid article:nth-child(3) {
    border-top: 1px solid rgba(247, 243, 234, 0.16);
    border-left: 0;
  }

  .astroy-faq__grid {
    gap: 38px;
  }

  .astroy-final-cta {
    min-height: max(760px, 100svh);
  }

  .astroy-final-cta::before {
    background: linear-gradient(180deg, rgba(7, 19, 15, 0.2), rgba(7, 19, 15, 0.94) 70%);
  }

  .astroy-final-cta__media img {
    object-position: center;
  }

  .astroy-final-cta__inner {
    min-height: max(620px, 78svh);
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }

  .astroy-final-cta h2 {
    font-size: clamp(50px, 16vw, 72px);
  }

  .astroy-final-cta__actions,
  .astroy-final-cta__actions .astroy-button,
  .astroy-final-cta__actions .astroy-text-link {
    width: 100%;
  }

  .astroy-final-cta__actions .astroy-text-link {
    justify-content: center;
  }
}

@media (hover: none), (pointer: coarse) {
  .astroy-project-card:hover,
  .astroy-project-card:nth-child(2n):hover,
  .astroy-home .astroy-button--primary:hover {
    transform: none;
  }

  .astroy-motion .astroy-project-card[data-astroy-reveal].is-visible:hover {
    transform: translateY(var(--astroy-card-offset));
  }
}

@media (prefers-reduced-motion: reduce) {
  .astroy-hero__scroll i::after {
    animation: none;
  }

  body.home .astroy-hero__media img,
  .astroy-motion [data-astroy-reveal],
  .astroy-project-card__media img {
    transition: none;
    transform: none;
  }

  .astroy-project-card::after {
    transition: none;
  }

  .astroy-motion .astroy-route__steps li {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .astroy-route__steps::after {
    transform: scaleX(1);
    transition: none;
  }
}

/* 0.5.0 visual-audit corrections: neutral 3D lab and readable light route. */
.astroy-technologies .astroy-3d {
  --astroy-ink: var(--astroy-night);
  --astroy-muted: #52605b;
  --astroy-line: rgba(7, 19, 15, 0.16);
  --astroy-accent: var(--astroy-copper);
  display: block;
  margin: 0 auto;
  color: var(--astroy-night);
}

.astroy-technologies {
  /* Sticky chapters must not inherit a scroll container in Safari/WebKit. */
  overflow: visible;
}

.astroy-technologies::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: clamp(110px, 14vw, 220px);
  background:
    linear-gradient(180deg, #07130f 0%, rgba(7, 19, 15, 0.76) 18%, rgba(7, 19, 15, 0.22) 52%, transparent 88%),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(247, 243, 234, 0.12) 79px 80px);
  box-shadow: inset 0 1px rgba(255, 99, 37, 0.7);
  content: "";
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent);
  mask-image: linear-gradient(to bottom, #000, transparent);
}

.astroy-technologies .astroy-3d__story-track {
  min-width: 0;
}

.astroy-technologies .astroy-3d__intro {
  position: static;
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  column-gap: clamp(42px, 8vw, 130px);
  margin-bottom: clamp(42px, 7vw, 86px);
}

.astroy-technologies .astroy-3d__eyebrow {
  grid-column: 1 / -1;
  color: var(--astroy-conifer);
}

.astroy-technologies .astroy-3d__intro h2,
.astroy-technologies .astroy-3d__panel h3 {
  color: var(--astroy-night);
}

.astroy-technologies .astroy-3d__intro > p:last-of-type {
  align-self: end;
  color: #52605b;
}

.astroy-technologies .astroy-3d__skip {
  grid-column: 2;
  justify-self: start;
  color: var(--astroy-conifer-dark);
}

.astroy-technologies .astroy-3d__layout {
  grid-template-columns: minmax(0, 1.82fr) minmax(300px, 0.72fr);
}

.astroy-technologies .astroy-3d__stage {
  min-height: 0;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(23, 37, 31, 0.12);
  border-radius: clamp(22px, 2.5vw, 34px);
  background:
    radial-gradient(ellipse at 48% 73%, rgba(7, 19, 15, 0.2) 0%, rgba(7, 19, 15, 0.09) 24%, transparent 47%),
    radial-gradient(circle at 46% 46%, rgba(var(--astroy-tech-rgb), 0.17) 0%, rgba(var(--astroy-tech-rgb), 0.06) 34%, transparent 64%),
    linear-gradient(180deg, #e9ede7 0%, #f8f5ed 68%, #dfe4dd 100%);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.72),
    inset 0 -30px 70px rgba(7, 19, 15, 0.055),
    0 28px 70px rgba(7, 19, 15, 0.1);
}

.astroy-technologies .astroy-3d__chapter-progress::before {
  color: #52605b;
}

.astroy-technologies .astroy-3d__chapter-dot.is-active {
  border-color: var(--astroy-copper);
  background: var(--astroy-copper);
}

.astroy-technologies .astroy-3d__panel-kicker,
.astroy-technologies .astroy-3d__panel-proof {
  color: var(--astroy-conifer-dark);
}

.astroy-technologies .astroy-3d__cta {
  border-color: var(--astroy-conifer-dark);
  background: var(--astroy-conifer-dark);
  color: var(--astroy-ivory);
}

.astroy-technologies .astroy-3d__cta:hover {
  background: transparent;
  color: var(--astroy-conifer-dark);
}

/* Keep copy readable while the model itself performs the cinematic material wipe. */
.astroy-technologies .astroy-3d.has-story-chapters .astroy-3d__panel {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 14px, 0);
  transition: opacity 150ms ease, transform 150ms ease, visibility 0s linear 0s;
}

.astroy-technologies .astroy-3d.has-story-chapters .astroy-3d__panel.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.astroy-technologies .astroy-3d__stage::after {
  width: clamp(22px, 3.5%, 38px);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.08) 32%,
    rgba(255, 255, 255, 0.72) 50%,
    rgba(var(--astroy-tech-rgb), 0.12) 62%,
    transparent
  );
  filter: none;
}

.astroy-technologies .astroy-3d.is-ready.is-tech-transition .astroy-3d__stage::after {
  opacity: 0.34;
}

@media (prefers-reduced-motion: reduce) {
  .astroy-technologies .astroy-3d.has-story-chapters .astroy-3d__panel,
  .astroy-technologies .astroy-3d.has-story-chapters .astroy-3d__panel.is-active {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .astroy-technologies .astroy-3d__hint,
  .astroy-technologies .astroy-3d__intro > p:last-of-type,
  .astroy-technologies .astroy-3d__story-label,
  .astroy-technologies .astroy-3d__stage::after {
    display: none;
  }

  .astroy-technologies .astroy-3d.is-ready .astroy-3d__hint {
    display: none !important;
  }
}

.astroy-technologies .astroy-3d__tabs {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.astroy-technologies .astroy-3d__tab {
  min-height: 58px;
  border-radius: 0;
}

.astroy-technologies .astroy-3d__notice {
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(7, 19, 15, 0.72);
  color: #fff;
  line-height: 1.4;
  backdrop-filter: blur(10px);
}

.astroy-route .astroy-section__header h2,
.astroy-route .astroy-section__header > p,
.astroy-route__steps h3 {
  color: var(--astroy-graphite);
}

.astroy-route__steps p {
  color: var(--astroy-graphite-soft);
}

/* Final buyer-journey polish: shorter process and one mobile-only persistent CTA. */
.astroy-projects .astroy-eyebrow,
.astroy-proof .astroy-eyebrow,
.astroy-final-cta .astroy-eyebrow {
  color: var(--astroy-copper);
}

.astroy-home .astroy-route {
  padding-block: clamp(70px, 8vw, 110px);
}

.astroy-route .astroy-section__header {
  margin-bottom: clamp(30px, 4vw, 48px);
}

.astroy-route .astroy-section__header h2 {
  font-size: clamp(40px, 4.5vw, 68px);
}

.astroy-route__steps li,
.astroy-route__steps li + li,
.astroy-route__steps li:last-child {
  padding-top: 54px;
}

@media (min-width: 861px) {
  .astroy-sticky-cta {
    display: none !important;
  }
}

@media (max-width: 860px) {
  .astroy-technologies .astroy-3d__intro {
    grid-template-columns: 1fr;
  }

  .astroy-technologies .astroy-3d__skip {
    grid-column: 1;
  }

  .astroy-technologies .astroy-3d__intro > p:last-of-type {
    max-width: 680px;
  }

  .astroy-technologies .astroy-3d__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .astroy-technologies .astroy-3d__stage {
    aspect-ratio: 4 / 3;
    background:
      radial-gradient(ellipse at 50% 76%, rgba(7, 19, 15, 0.17), transparent 48%),
      radial-gradient(circle at 48% 44%, rgba(var(--astroy-tech-rgb), 0.12), transparent 62%),
      linear-gradient(180deg, #edf0eb 0%, #f8f5ed 70%, #dfe4dd 100%);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.72), 0 18px 44px rgba(7, 19, 15, 0.08);
  }
}

@media (max-width: 520px) {
  .astroy-technologies .astroy-3d__stage {
    aspect-ratio: 4 / 5;
  }
}

/* Contact request: a calm conversion step that preserves calculator context. */
.astroy-contact-page {
  background: var(--astroy-ivory);
}

.astroy-contact-hero {
  position: relative;
  padding: clamp(34px, 5vw, 66px) 0 clamp(76px, 10vw, 132px);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(184, 242, 216, 0.13), transparent 30%),
    linear-gradient(135deg, #07130f 0%, #10251e 100%);
  color: var(--astroy-ivory);
}

.astroy-contact-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247, 243, 234, 0.045) 1px, transparent 1px);
  background-size: 12.5% 100%;
  content: "";
  pointer-events: none;
}

.astroy-contact-hero .astroy-container {
  position: relative;
  z-index: 1;
}

.astroy-contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(42px, 8vw, 124px);
  align-items: end;
  margin-top: clamp(70px, 10vw, 126px);
}

.astroy-contact-hero .astroy-eyebrow {
  color: var(--astroy-mint);
}

.astroy-contact-hero h1 {
  max-width: 880px;
  margin: 0;
  color: var(--astroy-ivory);
  font-size: clamp(52px, 7.4vw, 112px);
  font-weight: 600;
  letter-spacing: -0.068em;
  line-height: 0.92;
}

.astroy-contact-hero__grid > p {
  max-width: 510px;
  margin: 0;
  color: rgba(247, 243, 234, 0.72);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.65;
}

.astroy-contact-workspace {
  padding: clamp(72px, 9vw, 132px) 0 clamp(92px, 12vw, 168px);
}

.astroy-contact-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(420px, 1.12fr);
  gap: clamp(50px, 9vw, 140px);
  align-items: start;
}

.astroy-contact-copy {
  position: sticky;
  top: 118px;
}

.astroy-contact-copy h2 {
  margin: 0;
  color: var(--astroy-graphite);
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 610;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.astroy-contact-copy > p:not(.astroy-eyebrow) {
  max-width: 500px;
  margin: 26px 0 30px;
  color: var(--astroy-graphite-soft);
  line-height: 1.7;
}

.astroy-contact-details {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  border-top: 1px solid rgba(16, 23, 22, 0.14);
}

.astroy-contact-details > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(16, 23, 22, 0.14);
}

.astroy-contact-details :where(dt, dd) {
  margin: 0;
}

.astroy-contact-details dt {
  color: var(--astroy-graphite-soft);
  font-size: 12px;
  font-weight: 720;
}

.astroy-contact-details dd {
  color: var(--astroy-conifer-dark);
  font-size: 13px;
  font-weight: 800;
}

.astroy-contact-context {
  display: grid;
  gap: 8px;
  margin-top: 34px;
  padding: 26px;
  border: 1px solid rgba(7, 82, 61, 0.18);
  background: rgba(221, 233, 228, 0.42);
}

.astroy-contact-context > span {
  color: var(--astroy-conifer-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.astroy-contact-context strong {
  color: var(--astroy-graphite);
  font-size: 21px;
}

.astroy-contact-context b {
  color: var(--astroy-conifer-dark);
  font-size: 28px;
}

.astroy-contact-context small {
  color: var(--astroy-graphite-soft);
  line-height: 1.55;
}

.astroy-contact-context a {
  justify-self: start;
  margin-top: 8px;
  color: var(--astroy-conifer-dark);
  font-weight: 750;
  text-underline-offset: 4px;
}

.astroy-contact-form-shell {
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid rgba(16, 23, 22, 0.12);
  background: var(--astroy-paper);
  box-shadow: 0 32px 90px rgba(16, 23, 22, 0.1);
}

.astroy-contact-form {
  display: grid;
  gap: 24px;
}

.astroy-contact-field {
  display: grid;
  gap: 9px;
}

.astroy-contact-field > span {
  color: var(--astroy-graphite);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.06em;
}

.astroy-contact-field small {
  color: var(--astroy-graphite-soft);
  font-weight: 520;
}

.astroy-contact-field :where(input, select, textarea) {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 23, 22, 0.2);
  border-radius: 0;
  outline: 0;
  background: #fffdf8;
  color: var(--astroy-graphite);
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.astroy-contact-field textarea {
  min-height: 140px;
  resize: vertical;
}

.astroy-contact-field :where(input, select, textarea):focus {
  border-color: var(--astroy-conifer-dark);
  box-shadow: 0 0 0 3px rgba(7, 82, 61, 0.12);
}

.astroy-contact-consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--astroy-graphite-soft);
  font-size: 13px;
  line-height: 1.55;
}

.astroy-contact-consent input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--astroy-conifer-dark);
}

.astroy-contact-consent a,
.astroy-contact-policy a {
  color: var(--astroy-conifer-dark);
  font-weight: 760;
  text-underline-offset: 3px;
}

.astroy-contact-policy {
  margin: -12px 0 0 34px;
  color: var(--astroy-graphite-soft);
  font-size: 12px;
  line-height: 1.55;
}

.astroy-contact-form .astroy-button {
  justify-self: start;
  min-height: 54px;
  padding-inline: 28px;
}

.astroy-contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

.astroy-contact-status {
  margin: 0 0 24px;
  padding: 18px 20px;
  border-left: 3px solid var(--astroy-error);
  background: rgba(217, 45, 32, 0.07);
  color: var(--astroy-graphite);
}

.astroy-contact-status--success {
  display: grid;
  gap: 14px;
  margin: 0;
  border-left-color: var(--astroy-conifer-dark);
  background: rgba(7, 82, 61, 0.08);
}

.astroy-contact-status--success strong {
  font-size: clamp(28px, 4vw, 46px);
}

.astroy-contact-status--success p {
  margin: 0;
  color: var(--astroy-graphite-soft);
}

.astroy-contact-status--success .astroy-button {
  justify-self: start;
}

@media (max-width: 860px) {
  .astroy-contact-hero__grid,
  .astroy-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .astroy-contact-hero__grid {
    gap: 28px;
  }

  .astroy-contact-copy {
    position: static;
  }
}

@media (max-width: 520px) {
  .astroy-contact-hero {
    padding-bottom: 76px;
  }

  .astroy-contact-hero__grid {
    margin-top: 64px;
  }

  .astroy-contact-hero h1 {
    font-size: clamp(46px, 15vw, 62px);
  }

  .astroy-contact-workspace {
    padding-top: 64px;
  }

  .astroy-contact-form-shell {
    margin-inline: -8px;
    padding: 24px 18px;
  }

  .astroy-contact-details > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .astroy-contact-policy {
    margin-left: 0;
  }
}

/* Legal pages: readable long-form documents within the commercial system. */
.astroy-legal-page {
  background: var(--astroy-ivory);
}

.astroy-legal-page .astroy-contact-hero h1 {
  font-size: clamp(44px, 6vw, 86px);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.astroy-legal-hero {
  padding: clamp(42px, 6vw, 80px) 0 clamp(70px, 10vw, 132px);
  background:
    radial-gradient(circle at 82% 20%, rgba(184, 242, 216, 0.14), transparent 31%),
    linear-gradient(135deg, #07130f 0%, #10251e 100%);
  color: var(--astroy-ivory);
}

.astroy-legal-hero h1 {
  max-width: 1050px;
  margin: clamp(62px, 9vw, 112px) 0 0;
  color: inherit;
  font-size: clamp(44px, 6.8vw, 94px);
  font-weight: 610;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.astroy-legal-hero p {
  max-width: 740px;
  margin: 28px 0 0;
  color: rgba(247, 243, 234, 0.72);
  line-height: 1.7;
}

.astroy-legal-content {
  padding: clamp(68px, 9vw, 120px) 0 clamp(90px, 12vw, 160px);
}

.astroy-legal-document {
  width: min(100%, 900px);
  margin-inline: auto;
  padding: clamp(26px, 5vw, 68px);
  border: 1px solid rgba(16, 23, 22, 0.12);
  background: var(--astroy-paper);
  box-shadow: 0 28px 90px rgba(16, 23, 22, 0.08);
}

.astroy-legal-document :where(h2, h3) {
  color: var(--astroy-graphite);
  letter-spacing: -0.035em;
}

.astroy-legal-document h2 {
  margin: 52px 0 18px;
  font-size: clamp(27px, 4vw, 39px);
}

.astroy-legal-document h2:first-child {
  margin-top: 0;
}

.astroy-legal-document :where(p, li, dd) {
  color: var(--astroy-graphite-soft);
  line-height: 1.72;
}

.astroy-legal-document a {
  color: var(--astroy-conifer-dark);
  font-weight: 720;
  text-underline-offset: 4px;
}

.astroy-legal-document .astroy-legal-placeholder {
  padding: 14px 16px;
  border-left: 3px solid var(--astroy-copper-text);
  background: rgba(255, 107, 44, 0.08);
  color: var(--astroy-graphite);
  font-weight: 750;
}

.astroy-legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-bottom: 34px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(16, 23, 22, 0.14);
  color: var(--astroy-graphite-soft);
  font-size: 12px;
}

@media (max-width: 520px) {
  .astroy-legal-page .astroy-contact-hero h1 {
    font-size: clamp(36px, 10.5vw, 46px);
    letter-spacing: -0.045em;
  }

  .astroy-legal-hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .astroy-legal-document {
    margin-inline: -4px;
    padding: 26px 20px;
  }
}

/* 0.6.0 — cinematic architectural catalogue and unified motion language. */
.astroy-catalog-hero {
  --astroy-catalog-scroll: 0;
  --astroy-catalog-x: 0;
  --astroy-catalog-y: 0;
  min-height: clamp(650px, 84svh, 880px);
}

.astroy-catalog-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image:
    linear-gradient(rgba(184, 242, 216, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 242, 216, 0.075) 1px, transparent 1px);
  background-position: center;
  background-size: clamp(72px, 7vw, 112px) clamp(72px, 7vw, 112px);
  content: "";
  mask-image: linear-gradient(90deg, transparent 4%, #000 46%, #000 100%);
  opacity: calc(0.17 + var(--astroy-catalog-scroll) * 0.12);
  pointer-events: none;
  transform: translate3d(calc(var(--astroy-catalog-x) * 8px), calc(var(--astroy-catalog-y) * 6px), 0);
}

.astroy-catalog-hero .astroy-commercial-hero__media img {
  transform: translate3d(calc(var(--astroy-catalog-x) * -12px), calc(var(--astroy-catalog-y) * -8px + var(--astroy-catalog-scroll) * 22px), 0) scale(calc(1.035 + var(--astroy-catalog-scroll) * 0.035));
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.astroy-catalog-hero .astroy-commercial-hero__inner {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(68px, 8vw, 98px);
}

.astroy-catalog-hero .astroy-commercial-hero__copy {
  opacity: calc(1 - var(--astroy-catalog-scroll) * 0.44);
  transform: translate3d(0, calc(var(--astroy-catalog-scroll) * -26px), 0);
}

.astroy-catalog-hero__drawing {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: clamp(-90px, -4vw, -24px);
  width: clamp(300px, 38vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(184, 242, 216, 0.16);
  border-radius: 50%;
  opacity: calc(0.38 + var(--astroy-catalog-scroll) * 0.22);
  pointer-events: none;
  transform: translate3d(calc(var(--astroy-catalog-x) * 18px), calc(-50% + var(--astroy-catalog-y) * 14px), 0) rotate(calc(var(--astroy-catalog-scroll) * 22deg));
}

.astroy-catalog-hero__drawing::before,
.astroy-catalog-hero__drawing::after,
.astroy-catalog-hero__drawing-axis {
  position: absolute;
  inset: 50% 0 auto;
  border-top: 1px solid rgba(184, 242, 216, 0.2);
  content: "";
}

.astroy-catalog-hero__drawing::after {
  transform: rotate(90deg);
}

.astroy-catalog-hero__drawing-axis {
  transform: rotate(36deg);
}

.astroy-catalog-hero__drawing-ring {
  position: absolute;
  inset: 16%;
  border: 1px dashed rgba(255, 107, 44, 0.46);
  border-radius: 50%;
  animation: astroy-catalog-orbit 28s linear infinite;
}

.astroy-catalog-hero__drawing-ring::before,
.astroy-catalog-hero__drawing-ring::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid var(--astroy-copper);
  border-radius: 50%;
  background: var(--astroy-commercial-dark);
  content: "";
}

.astroy-catalog-hero__drawing-ring::before {
  top: -5px;
  left: 50%;
}

.astroy-catalog-hero__drawing-ring::after {
  right: 7%;
  bottom: 15%;
}

.astroy-catalog-hero__drawing-code {
  position: absolute;
  right: 14%;
  bottom: 12%;
  color: rgba(247, 243, 234, 0.56);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.18em;
}

@keyframes astroy-catalog-orbit {
  to { transform: rotate(360deg); }
}

.astroy-catalog-hero__footer {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: clamp(24px, 5vw, 72px);
}

.astroy-catalog-hero__footer .astroy-commercial-hero__rail {
  grid-column: 1 / -1;
  position: relative;
}

.astroy-catalog-hero__footer .astroy-commercial-hero__rail::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 24%;
  border-top: 1px solid var(--astroy-copper);
  content: "";
  box-shadow: 0 0 18px rgba(255, 107, 44, 0.72);
}

.astroy-catalog-hero__explore {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 14px;
  color: rgba(247, 243, 234, 0.78);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.astroy-catalog-hero__explore i {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(247, 243, 234, 0.28);
  border-radius: 50%;
}

.astroy-catalog-hero__explore i::before,
.astroy-catalog-hero__explore i::after {
  position: absolute;
  content: "";
}

.astroy-catalog-hero__explore i::before {
  width: 1px;
  height: 14px;
  background: var(--astroy-copper);
}

.astroy-catalog-hero__explore i::after {
  bottom: 12px;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--astroy-copper);
  border-bottom: 1px solid var(--astroy-copper);
  transform: rotate(45deg);
}

.astroy-catalog-hero__explore:hover {
  color: var(--astroy-ivory);
}

.astroy-catalog-workspace {
  position: relative;
  z-index: 3;
  margin-top: -42px;
  padding-top: clamp(86px, 9vw, 124px);
  scroll-margin-top: 92px;
  overflow: clip;
  border-radius: clamp(32px, 4vw, 58px) clamp(32px, 4vw, 58px) 0 0;
}

.astroy-catalog-workspace::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: min(720px, 60%);
  background:
    linear-gradient(rgba(7, 82, 61, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 82, 61, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 84% 12%, rgba(12, 107, 79, 0.13), transparent 32%);
  background-size: 84px 84px, 84px 84px, auto;
  content: "";
  mask-image: linear-gradient(#000, transparent 88%);
  pointer-events: none;
}

.astroy-catalog-filters {
  position: relative;
  overflow: hidden;
  border-color: rgba(7, 82, 61, 0.16);
  background: rgba(255, 252, 246, 0.92);
  box-shadow: 0 34px 100px rgba(7, 19, 15, 0.11);
  backdrop-filter: blur(20px) saturate(112%);
}

.astroy-catalog-filters::before {
  position: absolute;
  top: 0;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--astroy-copper), transparent);
  content: "";
  box-shadow: 0 0 22px rgba(255, 107, 44, 0.5);
}

.astroy-catalog-filters__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.astroy-catalog-filters__actions > a {
  color: var(--astroy-graphite-soft);
  font-size: 13px;
  text-underline-offset: 4px;
}

.astroy-catalog-filters__toggle {
  display: none;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 16px;
  border: 1px solid rgba(16, 23, 22, 0.16);
  border-radius: 999px;
  background: transparent;
  color: var(--astroy-graphite);
  font: 720 13px/1 var(--astroy-font);
}

.astroy-catalog-filters__toggle i {
  position: relative;
  width: 14px;
  height: 14px;
}

.astroy-catalog-filters__toggle i::before,
.astroy-catalog-filters__toggle i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  border-top: 1px solid currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}

.astroy-catalog-filters__toggle i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.astroy-catalog-filters__toggle[aria-expanded="true"] i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.astroy-catalog-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--astroy-line);
}

.astroy-catalog-quick a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(16, 23, 22, 0.13);
  border-radius: 999px;
  color: var(--astroy-graphite-soft);
  font-size: 11px;
  font-weight: 730;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.astroy-catalog-quick a:hover {
  border-color: rgba(7, 82, 61, 0.42);
  color: var(--astroy-conifer-dark);
  transform: translateY(-1px);
}

.astroy-catalog-quick a[aria-current] {
  border-color: var(--astroy-conifer-dark);
  background: var(--astroy-conifer-dark);
  color: var(--astroy-ivory);
  box-shadow: 0 12px 28px rgba(7, 82, 61, 0.18);
}

.astroy-catalog-filters__advanced {
  display: grid;
  gap: 0;
}

.astroy-catalog-filters__advanced > .astroy-button {
  min-width: 220px;
  justify-self: start;
}

.astroy-results-head__count {
  display: grid;
  justify-items: end;
  gap: 2px;
}

.astroy-results-head__count span {
  color: var(--astroy-copper);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 520;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.astroy-catalog-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

.astroy-catalog-card {
  --astroy-card-x: 50%;
  --astroy-card-y: 50%;
  --astroy-card-shift-x: 0px;
  --astroy-card-shift-y: 0px;
  position: relative;
  grid-column: span 6;
  overflow: hidden;
  border-color: rgba(7, 82, 61, 0.14);
  background: rgba(255, 252, 246, 0.96);
  box-shadow: 0 24px 64px rgba(7, 19, 15, 0.08);
  isolation: isolate;
}

.astroy-catalog-card:nth-child(4n + 1),
.astroy-catalog-card:nth-child(4n + 4) {
  grid-column: span 7;
}

.astroy-catalog-card:nth-child(4n + 2),
.astroy-catalog-card:nth-child(4n + 3) {
  grid-column: span 5;
}

.astroy-catalog-card:nth-child(4n + 2),
.astroy-catalog-card:nth-child(4n + 4) {
  margin-top: clamp(40px, 6vw, 82px);
}

.astroy-catalog-card::before {
  position: absolute;
  z-index: 4;
  inset: 0;
  background: radial-gradient(circle 240px at var(--astroy-card-x) var(--astroy-card-y), rgba(255, 255, 255, 0.22), transparent 74%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.astroy-catalog-card__visual {
  isolation: isolate;
}

.astroy-catalog-card:nth-child(4n + 1) .astroy-catalog-card__visual,
.astroy-catalog-card:nth-child(4n + 4) .astroy-catalog-card__visual {
  aspect-ratio: 16 / 10;
}

.astroy-catalog-card:nth-child(4n + 2) .astroy-catalog-card__visual,
.astroy-catalog-card:nth-child(4n + 3) .astroy-catalog-card__visual {
  aspect-ratio: 4 / 3;
}

.astroy-catalog-card__visual::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(rgba(184, 242, 216, 0.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 242, 216, 0.3) 1px, transparent 1px),
    linear-gradient(135deg, transparent 49.85%, rgba(255, 107, 44, 0.62) 50%, transparent 50.15%);
  background-size: 42px 42px, 42px 42px, 100% 100%;
  content: "";
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.04);
  transition: opacity 360ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.astroy-catalog-card__visual img {
  transform: translate3d(var(--astroy-card-shift-x), var(--astroy-card-shift-y), 0) scale(1.035);
  transition: filter 600ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.astroy-catalog-card__sequence {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 18px;
  color: rgba(247, 243, 234, 0.7);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 1;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.38);
}

.astroy-catalog-card__reticle {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(247, 243, 234, 0.46);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.72) rotate(-18deg);
  transition: opacity 260ms ease, transform 560ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.astroy-catalog-card__reticle::before,
.astroy-catalog-card__reticle::after {
  position: absolute;
  inset: 50% 8px auto;
  border-top: 1px solid var(--astroy-copper);
  content: "";
}

.astroy-catalog-card__reticle::after {
  transform: rotate(90deg);
}

.astroy-catalog-card__body {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 3vw, 36px);
}

.astroy-motion .astroy-results-head[data-astroy-reveal],
.astroy-motion .astroy-catalog-card[data-astroy-reveal] {
  opacity: 0;
  transform: translate3d(0, 46px, 0) scale(0.985);
  transition: opacity 720ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.astroy-motion .astroy-results-head[data-astroy-reveal].is-visible,
.astroy-motion .astroy-catalog-card[data-astroy-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.astroy-motion .astroy-catalog-card:nth-child(2)[data-astroy-reveal] { transition-delay: 80ms; }
.astroy-motion .astroy-catalog-card:nth-child(3)[data-astroy-reveal] { transition-delay: 140ms; }
.astroy-motion .astroy-catalog-card:nth-child(4)[data-astroy-reveal] { transition-delay: 200ms; }

@media (hover: hover) and (pointer: fine) {
  .astroy-catalog-card:hover,
  .astroy-catalog-card:focus-within {
    border-color: rgba(255, 107, 44, 0.52);
    box-shadow: 0 34px 84px rgba(7, 19, 15, 0.16);
    transform: translateY(-8px);
  }

  .astroy-catalog-card:hover::before,
  .astroy-catalog-card:focus-within::before,
  .astroy-catalog-card:hover .astroy-catalog-card__visual::after,
  .astroy-catalog-card:focus-within .astroy-catalog-card__visual::after,
  .astroy-catalog-card:hover .astroy-catalog-card__reticle,
  .astroy-catalog-card:focus-within .astroy-catalog-card__reticle {
    opacity: 1;
  }

  .astroy-catalog-card:hover .astroy-catalog-card__visual::after,
  .astroy-catalog-card:focus-within .astroy-catalog-card__visual::after {
    transform: scale(1);
  }

  .astroy-catalog-card:hover .astroy-catalog-card__reticle,
  .astroy-catalog-card:focus-within .astroy-catalog-card__reticle {
    transform: scale(1) rotate(0deg);
  }

  .astroy-catalog-card:hover .astroy-catalog-card__visual img,
  .astroy-catalog-card:focus-within .astroy-catalog-card__visual img {
    filter: saturate(0.82) contrast(1.05);
    transform: translate3d(var(--astroy-card-shift-x), var(--astroy-card-shift-y), 0) scale(1.075);
  }
}

.astroy-catalog {
  position: relative;
}

.astroy-catalog.is-switching {
  opacity: 1;
  cursor: progress;
}

.astroy-catalog.is-switching::after {
  position: fixed;
  z-index: 1000;
  top: calc(76px + env(safe-area-inset-top));
  left: 0;
  width: 34%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--astroy-copper), #ffb18d, transparent);
  content: "";
  filter: drop-shadow(0 0 9px rgba(255, 107, 44, 0.72));
  pointer-events: none;
  animation: astroy-catalog-loading 900ms ease-in-out infinite;
}

.astroy-catalog.is-switching .astroy-catalog-grid,
.astroy-catalog.is-switching .astroy-catalog-filters {
  opacity: 0.68;
  transform: scale(0.997);
  transition: opacity 180ms ease, transform 180ms ease;
}

@keyframes astroy-catalog-loading {
  from { transform: translateX(-110%); }
  to { transform: translateX(400%); }
}

@supports (view-transition-name: astroy-catalog-image) {
  .astroy-catalog-hero .astroy-commercial-hero__media { view-transition-name: astroy-catalog-image; }
  .astroy-catalog-hero h1 { view-transition-name: astroy-catalog-title; }
  .astroy-catalog-switcher { view-transition-name: astroy-catalog-switcher; }

  ::view-transition-old(astroy-catalog-image),
  ::view-transition-new(astroy-catalog-image) {
    animation-duration: 560ms;
    animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  ::view-transition-old(astroy-catalog-title) {
    animation: 320ms ease both astroy-catalog-title-out;
  }

  ::view-transition-new(astroy-catalog-title) {
    animation: 520ms cubic-bezier(0.2, 0.8, 0.2, 1) both astroy-catalog-title-in;
  }
}

@keyframes astroy-catalog-title-out {
  to { opacity: 0; transform: translateY(-18px); }
}

@keyframes astroy-catalog-title-in {
  from { opacity: 0; transform: translateY(24px); }
}

@media (max-width: 900px) {
  .astroy-catalog-hero__drawing {
    right: -160px;
    width: min(620px, 70vw);
    opacity: 0.3;
  }

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

  .astroy-catalog-card,
  .astroy-catalog-card:nth-child(n) {
    grid-column: span 1;
    margin-top: 0;
  }

  .astroy-catalog-card:nth-child(n) .astroy-catalog-card__visual {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 800px) {
  .astroy-js .astroy-nav:not([hidden]) {
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -10px, 0) scale(0.985);
    transform-origin: top center;
    transition: visibility 0s linear 260ms, opacity 220ms ease, transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .astroy-js .astroy-nav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0s;
  }

  .astroy-js .astroy-nav__list li,
  .astroy-js .astroy-nav__mobile-cta {
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .astroy-js .astroy-nav.is-open .astroy-nav__list li,
  .astroy-js .astroy-nav.is-open .astroy-nav__mobile-cta {
    opacity: 1;
    transform: translateY(0);
  }

  .astroy-js .astroy-nav.is-open .astroy-nav__list li:nth-child(2) { transition-delay: 45ms; }
  .astroy-js .astroy-nav.is-open .astroy-nav__list li:nth-child(3) { transition-delay: 90ms; }
  .astroy-js .astroy-nav.is-open .astroy-nav__list li:nth-child(4) { transition-delay: 135ms; }
  .astroy-js .astroy-nav.is-open .astroy-nav__mobile-cta { transition-delay: 180ms; }

  .astroy-menu-toggle__icon {
    position: relative;
    display: block;
    width: 22px;
    height: 16px;
  }

  .astroy-menu-toggle__icon i {
    position: absolute;
    right: 0;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: opacity 180ms ease, transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .astroy-menu-toggle__icon i:nth-child(1) { top: 0; }
  .astroy-menu-toggle__icon i:nth-child(2) { top: 7px; }
  .astroy-menu-toggle__icon i:nth-child(3) { top: 14px; }

  .astroy-menu-toggle[aria-expanded="true"] .astroy-menu-toggle__icon i:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .astroy-menu-toggle[aria-expanded="true"] .astroy-menu-toggle__icon i:nth-child(2) {
    opacity: 0;
    transform: scaleX(0.35);
  }

  .astroy-menu-toggle[aria-expanded="true"] .astroy-menu-toggle__icon i:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .astroy-menu-toggle[aria-expanded="true"] {
    border-color: rgba(255, 107, 44, 0.72);
    background: rgba(255, 107, 44, 0.12);
  }

}

@media (max-width: 600px) {
  .astroy-catalog-hero {
    min-height: max(720px, 92svh);
  }

  .astroy-catalog-hero::before {
    background-size: 64px 64px;
    mask-image: linear-gradient(180deg, transparent 10%, #000 54%, transparent 100%);
  }

  .astroy-catalog-hero__drawing {
    top: 31%;
    right: -150px;
    width: 430px;
    opacity: 0.2;
  }

  .astroy-catalog-hero .astroy-commercial-hero__copy {
    transform: none;
  }

  .astroy-catalog-hero__footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .astroy-catalog-hero__explore {
    display: none;
  }

  .astroy-catalog-workspace {
    margin-top: -28px;
    padding-top: 64px;
    border-radius: 28px 28px 0 0;
  }

  .astroy-catalog-filters {
    margin-inline: -4px;
    margin-bottom: 44px;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .astroy-catalog-filters__head {
    margin-bottom: 20px;
  }

  .astroy-catalog-filters__head h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .astroy-catalog-filters__actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 10px;
  }

  .astroy-catalog-filters__actions > a {
    align-self: flex-start;
  }

  .astroy-catalog-filters.is-filter-ready .astroy-catalog-filters__toggle {
    display: inline-flex;
    width: 100%;
  }

  .astroy-catalog-quick {
    flex-wrap: nowrap;
    margin-inline: -18px;
    padding-inline: 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .astroy-catalog-quick::-webkit-scrollbar {
    display: none;
  }

  .astroy-catalog-quick a {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .astroy-catalog-filters__advanced {
    max-height: 1400px;
    opacity: 1;
    transform: translateY(0);
    transition: max-height 460ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 220ms ease, transform 320ms ease;
  }

  .astroy-catalog-filters__advanced > .astroy-button {
    width: 100%;
    justify-self: stretch;
  }

  .astroy-catalog-filters.is-filter-ready:not(.is-filter-expanded) .astroy-catalog-filters__advanced {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
  }

  .astroy-catalog-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .astroy-catalog-card,
  .astroy-catalog-card:nth-child(n) {
    grid-column: 1;
  }

  .astroy-catalog-card__sequence {
    font-size: 40px;
  }

  .astroy-results-head__count {
    justify-items: start;
  }

  .astroy-results-head {
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 18px;
  }

  .astroy-motion .astroy-results-head[data-astroy-reveal],
  .astroy-motion .astroy-catalog-card[data-astroy-reveal] {
    transform: translate3d(0, 24px, 0) scale(0.992);
  }
}

@media (hover: none), (pointer: coarse) {
  .astroy-catalog-card__visual img {
    transform: scale(1.02);
    will-change: auto;
  }

  .astroy-catalog-hero .astroy-commercial-hero__media img {
    will-change: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .astroy-catalog-hero .astroy-commercial-hero__media img,
  .astroy-catalog-hero .astroy-commercial-hero__copy,
  .astroy-catalog-hero__drawing,
  .astroy-catalog-card,
  .astroy-catalog-card__visual img,
  .astroy-catalog-card__visual::after,
  .astroy-catalog-card__reticle,
  .astroy-catalog-filters__advanced,
  .astroy-menu-toggle__icon i,
  .astroy-js .astroy-nav:not([hidden]),
  .astroy-js .astroy-nav__list li,
  .astroy-js .astroy-nav__mobile-cta {
    animation: none;
    transition: none;
    transform: none;
  }

  .astroy-catalog-hero__drawing-ring,
  .astroy-catalog.is-switching::after {
    animation: none;
  }

  .astroy-motion .astroy-results-head[data-astroy-reveal],
  .astroy-motion .astroy-catalog-card[data-astroy-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* 0.7.0 final specificity guard for the sticky homepage journey. */
.astroy-home {
  overflow: visible;
}

/* 0.7.1 typography guard: Blocksy inherits overflow-wrap: break-word from body. */
.astroy-home :where(h1, h2, h3, h4),
.astroy-commercial :where(h1, h2, h3, h4),
.astroy-home .astroy-house-journey__portal-copy strong {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.astroy-home :where(h1, h2),
.astroy-commercial :where(h1, h2) {
  text-wrap: balance;
}

.astroy-home .astroy-project-card h3 {
  max-width: 100%;
}

@media (min-width: 1121px) {
  .astroy-configurator h2 {
    font-size: clamp(48px, 4.25vw, 64px);
  }
}

@media (max-width: 1280px) {
  .astroy-about-route__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .astroy-about-route h2 {
    max-width: 760px;
    font-size: clamp(40px, 5.5vw, 64px);
  }
}

@media (min-width: 801px) and (max-width: 920px) {
  .astroy-house-journey__portal-copy strong {
    font-size: 13px;
    line-height: 1.18;
  }
}

@media (max-width: 600px) {
  .astroy-catalog-hero {
    min-height: max(620px, 78svh);
  }
}

@media (max-width: 360px) {
  .astroy-house-journey__portal-copy {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .astroy-house-journey__portal-copy strong {
    grid-column: 1;
    font-size: 12px;
  }

  .astroy-house-journey__portal-copy b {
    grid-column: 2;
  }

  .astroy-about-route h2 {
    font-size: clamp(34px, 10.5vw, 38px);
  }
}

@media (max-width: 600px) {
  .astroy-home .astroy-project-card h3 {
    font-size: clamp(25px, 8vw, 30px);
  }
}
