:root {
  --ink: #090b0b;
  --panel: #111514;
  --line: #26302c;
  --paper: #f0f0e9;
  --muted: #9ba49f;
  --acid: #d9ff5d;
  --mint: #68e5c3;
  --serif: Georgia, "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font:
    17px/1.65 Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
a {
  color: inherit;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(#ffffff08 1px, transparent 1px),
    linear-gradient(90deg, #ffffff08 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
}
.nav {
  height: 84px;
  max-width: 1240px;
  margin: auto;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 3;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.brand b {
  color: var(--acid);
}
.mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--acid);
  color: #10120b;
  font-weight: 900;
  font-size: 18px;
}
.nav nav {
  display: flex;
  gap: 30px;
}
.nav nav a,
footer a {
  text-decoration: none;
  color: #b8bfbb;
  font-size: 18px;
}
.nav nav a:hover,
footer a:hover {
  color: var(--paper);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 13px 19px;
  border: 1px solid #3b4641;
  border-radius: 999px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  background: #171c1a;
  transition: 0.2s ease;
}
.button:hover {
  transform: translateY(-2px);
  border-color: #68736d;
}
.button.primary {
  background: var(--acid);
  border-color: var(--acid);
  color: #11140b;
  box-shadow: 0 0 45px #d9ff5d18;
}
.button.small {
  padding: 10px 16px;
}
.button.full {
  width: 100%;
}
main {
  overflow: hidden;
}
.hero {
  min-height: 720px;
  max-width: 1240px;
  margin: auto;
  padding: 90px 26px 80px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}
.eyebrow {
  color: var(--acid);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.22em;
  margin: 0 0 16px;
}
.hero h1,
.section-head h2,
.showcase h2,
.closing h2 {
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.065em;
  margin: 0;
  font-weight: 650;
}
.hero h1 em {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--mint);
}
.lede {
  max-width: 620px;
  color: #b4bcb7;
  font-size: 19px;
  line-height: 1.65;
  margin: 28px 0;
}
.actions {
  display: flex;
  gap: 24px;
  align-items: center;
}
.text-link {
  text-decoration: none;
  color: #ccd1ce;
  font-weight: 700;
}
.text-link span {
  color: var(--acid);
  margin-left: 8px;
}
.trust {
  display: flex;
  gap: 0;
  margin-top: 40px;
  color: #89928d;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.trust span {
  padding: 0 16px;
  border-right: 1px solid var(--line);
}
.trust span:first-child {
  padding-left: 0;
}
.trust span:last-child {
  border: 0;
}
.hero-art {
  height: 480px;
  position: relative;
  perspective: 1200px;
  display: grid;
  place-items: center;
}
.hero-art > p {
  position: absolute;
  bottom: 0;
  color: #6f7b75;
  font-size: 18px;
  letter-spacing: 0.22em;
}
.orbit {
  position: absolute;
  border: 1px solid #d9ff5d20;
  border-radius: 50%;
  transform: rotateX(68deg);
}
.orbit-one {
  width: 470px;
  height: 470px;
}
.orbit-two {
  width: 340px;
  height: 340px;
}
.frame {
  width: 230px;
  height: 145px;
  background: #171c1a;
  border: 1px solid #4d5a54;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  box-shadow: 0 35px 80px #000b;
  transform-style: preserve-3d;
}
.frame > span {
  position: absolute;
  right: 9px;
  top: 6px;
  font: 18px ui-monospace;
  color: var(--acid);
  z-index: 2;
}
.frame small {
  position: absolute;
  left: 12px;
  bottom: 9px;
  font-size: 16px;
  letter-spacing: 0.18em;
}
.frame-one {
  transform: translate(-105px, -90px) rotateY(18deg) rotateZ(-3deg);
}
.frame-two {
  transform: translate(115px, 35px) rotateY(-20deg) rotateZ(4deg);
}
.frame-three {
  transform: translate(-70px, 120px) scale(0.72) rotateY(13deg);
  opacity: 0.72;
}
.room {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #2e3a34, #111513 55%);
}
.room:before {
  content: "";
  position: absolute;
  inset: 11px 22px 37px;
  border: 1px solid #8da29755;
  background: linear-gradient(120deg, #c7ffe322, transparent);
}
.room i {
  position: absolute;
  background: #6b7d73;
}
.living i:nth-child(1) {
  width: 105px;
  height: 27px;
  left: 28px;
  bottom: 28px;
}
.living i:nth-child(2) {
  width: 34px;
  height: 52px;
  right: 27px;
  bottom: 28px;
}
.living i:nth-child(3) {
  width: 49px;
  height: 3px;
  left: 57px;
  top: 28px;
  background: var(--acid);
}
.kitchen i:nth-child(1) {
  width: 133px;
  height: 22px;
  left: 24px;
  bottom: 28px;
}
.kitchen i:nth-child(2) {
  width: 74px;
  height: 40px;
  right: 22px;
  top: 21px;
}
.kitchen i:nth-child(3) {
  width: 24px;
  height: 36px;
  left: 45px;
  top: 28px;
  background: #a9b9b0;
}
.patio i:nth-child(1) {
  width: 70px;
  height: 32px;
  left: 35px;
  bottom: 29px;
}
.patio i:nth-child(2) {
  width: 70px;
  height: 32px;
  right: 30px;
  bottom: 29px;
}
.patio i:nth-child(3) {
  width: 180px;
  height: 2px;
  left: 13px;
  top: 38px;
  background: var(--mint);
}
.flight-line {
  position: absolute;
  width: 330px;
  height: 180px;
  border: 1px dashed #d9ff5d66;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(-9deg);
}
.flight-line b {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  background: var(--acid);
  border-radius: 50%;
  right: 38px;
  top: 12px;
  box-shadow: 0 0 25px var(--acid);
}
.statement {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 68px 26px;
  text-align: center;
}
.statement p {
  font: clamp(25px, 3.5vw, 47px)/1.25 var(--serif);
  max-width: 970px;
  margin: auto;
  color: #d5dad6;
}
.section,
.showcase {
  max-width: 1240px;
  margin: auto;
  padding: 130px 26px;
}
.section-head {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  align-items: start;
  margin-bottom: 65px;
}
.section-head h2 {
  font-size: clamp(42px, 6vw, 72px);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.steps article {
  padding: 32px 34px 20px 0;
  border-right: 1px solid var(--line);
  min-height: 260px;
}
.steps article + article {
  padding-left: 34px;
}
.steps article:last-child {
  border: 0;
}
.steps span {
  font: 24px ui-monospace;
  color: var(--acid);
}
.steps h3 {
  font-size: 22px;
  margin: 48px 0 13px;
}
.steps p,
.feature-list span,
.faq p {
  color: var(--muted);
}
.showcase {
  max-width: none;
  background: var(--paper);
  color: #111613;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  padding-left: max(26px, calc((100vw - 1190px) / 2));
  padding-right: max(26px, calc((100vw - 1190px) / 2));
}
.showcase .eyebrow {
  color: #446357;
}
.showcase h2 {
  font-size: clamp(42px, 5.6vw, 74px);
}
.feature-list p {
  padding: 24px 0;
  border-bottom: 1px solid #cad0ca;
  margin: 0;
}
.feature-list b,
.feature-list span {
  display: block;
}
.feature-list b {
  font-size: 18px;
}
.feature-list span {
  color: #5b665f;
  margin-top: 7px;
}
.package-wrap {
  padding-bottom: 80px;
}
.package {
  background: linear-gradient(135deg, #171c1a, #101311);
  border: 1px solid #334039;
  border-radius: 24px;
  padding: 45px;
  display: grid;
  grid-template-columns: 0.8fr 1.25fr 0.65fr;
  gap: 50px;
  align-items: center;
  box-shadow: 0 40px 100px #0007;
}
.package-label {
  font-size: 20px;
  letter-spacing: 0.17em;
  color: var(--mint);
}
.package h3 {
  font-size: 70px;
  letter-spacing: -0.07em;
  margin: 6px 0 0;
}
.package .sub {
  color: var(--muted);
  margin: 0;
}
.package ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  color: #bec6c1;
}
.package li:before {
  content: "✓";
  color: var(--acid);
  margin-right: 12px;
}
.package-action {
  text-align: center;
}
.package-action small {
  display: block;
  color: var(--muted);
  margin-top: 12px;
  font-size: 16px;
}
.faq {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
}
.faq .section-head {
  display: block;
}
.faq .section-head h2 {
  font-size: 55px;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  font-weight: 750;
  font-size: 17px;
  cursor: pointer;
}
.faq p {
  max-width: 680px;
}
.closing {
  padding: 140px 26px;
  text-align: center;
  border-top: 1px solid var(--line);
  background: radial-gradient(circle at 50% 100%, #2b3d35, transparent 45%);
}
.closing h2 {
  max-width: 980px;
  margin: 0 auto 40px;
  font-size: clamp(44px, 6.5vw, 82px);
}
footer {
  max-width: 1240px;
  margin: auto;
  padding: 45px 26px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
footer p {
  font-size: 16px;
}
footer div {
  display: flex;
  gap: 18px;
}
footer > small {
  grid-column: 1/-1;
  color: #5f6863;
  font-size: 18px;
}
.legal {
  max-width: 840px;
  margin: auto;
  padding: 100px 26px 130px;
}
.legal h1 {
  font-size: clamp(48px, 7vw, 76px);
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 0 0 20px;
}
.legal h2 {
  font-size: 22px;
  margin: 45px 0 8px;
}
.legal p {
  color: #aeb7b2;
}
.legal a {
  color: var(--acid);
}
@media (max-width: 850px) {
  .nav nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 65px;
  }
  .hero-art {
    height: 390px;
  }
  .section-head,
  .showcase,
  .faq {
    grid-template-columns: 1fr;
  }
  .section-head {
    gap: 15px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .steps article,
  .steps article + article {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: auto;
  }
  .steps h3 {
    margin-top: 20px;
  }
  .package {
    grid-template-columns: 1fr;
  }
  .package-action {
    text-align: left;
  }
  .package-action .button {
    width: auto;
  }
  .showcase {
    gap: 50px;
  }
  footer {
    grid-template-columns: 1fr;
  }
  footer > small {
    grid-column: auto;
  }
}
@media (max-width: 540px) {
  .nav {
    padding: 0 18px;
  }
  .nav > .button {
    display: none;
  }
  .hero,
  .section,
  .showcase {
    padding-left: 18px;
    padding-right: 18px;
  }
  .hero {
    min-height: auto;
    padding-bottom: 50px;
  }
  .hero h1 {
    font-size: 51px;
  }
  .lede {
    font-size: 17px;
  }
  .actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .trust {
    flex-wrap: wrap;
    gap: 9px;
  }
  .trust span {
    padding: 0 9px;
    border: 0;
  }
  .hero-art {
    transform: scale(0.82);
    margin: -30px;
  }
  .statement {
    padding: 50px 18px;
  }
  .section,
  .showcase {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-head {
    margin-bottom: 40px;
  }
  .package {
    padding: 27px;
    gap: 28px;
  }
  .faq .section-head h2 {
    font-size: 44px;
  }
  .closing {
    padding: 100px 18px;
  }
  footer {
    padding: 38px 18px;
  }
}
