:root {
  color-scheme: dark;
  --paper: #050606;
  --ink: #ededeb;
  --muted: #a0a3a5;
  --line: #252729;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
::selection {
  background: #dce1e5;
  color: #101214;
}
.wrap {
  width: min(1240px, calc(100% - 112px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-180%);
  z-index: 20;
  background: #ededeb;
  color: #080909;
  padding: 15px;
}
.skip:focus {
  transform: none;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid #c9d7e9;
  outline-offset: 6px;
}
section[id] {
  scroll-margin-top: 40px;
}
.site-header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -1px;
}
.brand img {
  object-fit: contain;
}
nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 13px;
  color: #b3b6b8;
}
nav a:hover,
.footer-links a:hover {
  color: #fff;
}
.nav-contact {
  display: flex;
  gap: 20px;
  color: var(--ink);
}
.hero {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  min-height: 710px;
  align-items: center;
  gap: 12px;
  padding-block: 72px 85px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 450;
  letter-spacing: 0.25px;
  color: var(--muted);
  margin: 0 0 30px;
  line-height: 1.6;
}
h1 {
  font-size: clamp(60px, 6.3vw, 90px);
  line-height: 1.04;
  letter-spacing: -4.8px;
  font-weight: 430;
  margin: 0 0 30px;
}
.hero-description {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 36px;
}
/* Smoked crystal controls: a transparent body, polished rim and inset light. */
.button,
.nav-contact {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 9px 10px 9px 23px;
  min-height: 56px;
  border: 1px solid #ffffff20;
  border-radius: 999px;
  color: #f1f4f5;
  background:
    radial-gradient(ellipse at 12% 0%, #ffffff29, transparent 56%),
    linear-gradient(160deg, #ffffff23, #ffffff0c 43%, #ffffff10 75%, #ffffff25);
  box-shadow:
    inset 0 1px 1px #ffffff38,
    inset 0 -1px 1px #ffffff0b,
    0 8px 24px #0005;
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
  font-size: 13px;
  font-weight: 500;
  transition:
    border-color 0.3s,
    box-shadow 0.3s,
    transform 0.3s;
}
.button::before,
.nav-contact::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    125deg,
    #f0f7ff80,
    #cddaff08 26%,
    #fff0 55%,
    #d7e9f044 81%,
    #fff2
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.button span,
.nav-contact span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: none;
  border-radius: 50%;
  font-size: 21px;
  line-height: 1;
  background: linear-gradient(155deg, #fff2, #fff04);
  box-shadow:
    inset 0 1px 1px #ffffff30,
    inset 0 -1px 1px #ffffff08;
  color: #e6eff5;
  transition: background 0.3s;
}
.button:hover,
.nav-contact:hover {
  border-color: #ffffff40;
  box-shadow:
    inset 0 1px 1px #ffffff50,
    inset 0 -1px 1px #ffffff15,
    0 10px 30px #0006;
  transform: translateY(-2px);
}
.button:hover span,
.nav-contact:hover span {
  background: #ffffff20;
}
.button:active,
.nav-contact:active {
  transform: translateY(0);
}
.nav-contact {
  min-height: 43px;
  padding: 6px 7px 6px 18px;
  gap: 20px;
  font-size: 12px;
}
.nav-contact span {
  width: 28px;
  height: 28px;
  font-size: 17px;
}
.hero-art {
  position: relative;
  height: 520px;
  isolation: isolate;
}
.art-glow {
  position: absolute;
  inset: 10% 0;
  background: radial-gradient(ellipse at 54% 53%, #d4eaff0c, transparent 63%);
}
.sculpture {
  position: absolute;
  inset: 0;
  perspective: 1150px;
}
.layer-group {
  position: absolute;
  width: 282px;
  height: 282px;
  left: 50%;
  top: 45%;
  margin: -141px;
  transform-style: preserve-3d;
  transform: rotateX(57deg) rotateZ(-35deg);
  animation: crystal-drift 16s ease-in-out infinite;
}
.layer {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 1px solid #e1efff60;
  transform: translateZ(var(--depth));
  animation: crystal-breathe 8s ease-in-out infinite;
  background: linear-gradient(
    140deg,
    #e8f4ff1c,
    #9badc011 28%,
    #070d1490 58%,
    #dce9f826
  );
  box-shadow:
    inset 0 0 0 1px #ffffff09,
    inset 0 2px 3px #ffffff24,
    1px 2px 0 #bcd6e93b,
    3px 5px 0 #52677326,
    5px 8px 0 #d9efff30,
    0 30px 35px #0005;
}
.layer::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid #dbeeff1f;
  border-radius: 21px;
  pointer-events: none;
}
.layer-edge {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
}
.layer-edge::after {
  content: "";
  position: absolute;
  inset: -100%;
  background: linear-gradient(
    115deg,
    transparent 41%,
    #eefaff04 44%,
    #f1f8ff20 48%,
    #fff3 49%,
    #cfe9ff09 51%,
    transparent 56%
  );
  animation: crystal-reflection 12s ease-in-out infinite;
  transform: translateX(-25%);
}
.layer-bottom {
  --depth: -79px;
  --lift: -12px;
  background: linear-gradient(
    130deg,
    #a7c1d529,
    #18202899 38%,
    #070b10cc 70%,
    #b8d5e022
  );
  border-color: #b4d4ef45;
}
.layer-middle {
  --depth: 0px;
  --lift: 0px;
  background: linear-gradient(
    140deg,
    #d4e9ff26,
    #24313e55 45%,
    #080f1790 72%,
    #d1e9fb30
  );
}
.layer-middle .layer-edge::after {
  animation-delay: -0.7s;
}
.layer-top {
  --depth: 79px;
  --lift: 12px;
  background: linear-gradient(
    135deg,
    #ecf6ff4a,
    #c0d7eb1a 33%,
    #1c2a3855 60%,
    #e5f4ff2a
  );
  border-color: #e3f2ffa6;
  box-shadow:
    inset 0 1px 2px #ffffff70,
    inset 0 -1px 2px #d3e8ff20,
    1px 2px 0 #c2d8e677,
    3px 5px 0 #4f677844,
    5px 8px 0 #d9efff50,
    0 28px 38px #0003;
}
.plane-content {
  position: absolute;
  inset: 29px;
}
.crystal-mark {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  opacity: 0.72;
  filter: drop-shadow(0 1px 1px #fff3);
}
.plane-signature {
  position: absolute;
  bottom: 0;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #d3e0e7;
}
.sculpture-shadow {
  position: absolute;
  left: 16%;
  width: 75%;
  top: 77%;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse,
    #c6e8ff20,
    #748dac08 44%,
    transparent 70%
  );
  filter: blur(12px);
  animation: crystal-shadow 8s ease-in-out infinite;
}
@keyframes crystal-drift {
  0%,
  100% {
    transform: translateY(0) rotateX(57deg) rotateZ(-35deg);
  }
  50% {
    transform: translateY(-8px) rotateX(61deg) rotateZ(-29deg);
  }
}
@keyframes crystal-breathe {
  0%,
  100% {
    transform: translateZ(var(--depth));
  }
  50% {
    transform: translateZ(calc(var(--depth) + var(--lift)));
  }
}
@keyframes crystal-reflection {
  0%,
  15% {
    transform: translateX(-25%);
    opacity: 0.25;
  }
  55%,
  70% {
    transform: translateX(25%);
    opacity: 0.8;
  }
  100% {
    transform: translateX(-25%);
    opacity: 0.25;
  }
}
@keyframes crystal-shadow {
  50% {
    transform: scale(0.85);
    opacity: 0.6;
  }
}
.work-section {
  border-top: 1px solid var(--line);
  padding-top: 44px;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 38px;
}
.section-top .eyebrow {
  margin: 0;
}
h2 {
  font-size: 38px;
  font-weight: 430;
  line-height: 1.15;
  letter-spacing: -1.4px;
  margin: 0;
}
.forma-card {
  background: #101315;
  border: 1px solid #292d30;
  border-radius: 12px;
  min-height: 640px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  position: relative;
}
.forma-copy {
  padding: 68px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.product-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -1.6px;
}
.product-brand img {
  border-radius: 12px;
}
.product-status {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #a5b7b9;
  margin: 29px 0 25px;
}
.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #94b8ac;
}
.forma-copy h3 {
  font-size: 50px;
  line-height: 1.08;
  font-weight: 430;
  letter-spacing: -1.8px;
  margin: 0 0 22px;
}
.forma-copy > p:not(.product-status):not(.product-note) {
  font-size: 15px;
  color: #a6afb5;
  line-height: 1.8;
  max-width: 345px;
  margin: 0 0 30px;
}
.product-note {
  font-size: 11px;
  color: #9aa4aa;
  margin: 15px 0 0;
}
.product-art {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 18px 48px;
  background: radial-gradient(ellipse at 50% 50%, #2b363c55, transparent 72%);
}
.phone {
  position: relative;
  width: 282px;
  height: 545px;
  flex: none;
  background: linear-gradient(145deg, #203b4c, #142632 65%);
  border: 5px solid #0d1821;
  outline: 1px solid #7d9baf66;
  border-radius: 43px;
  padding: 30px 19px 16px;
  transform: rotate(8deg);
  box-shadow:
    18px 28px 50px #0004,
    inset 0 0 0 1px #7da2b238;
  z-index: 1;
}
.phone-hardware {
  position: absolute;
  top: 10px;
  left: calc(50% - 39px);
  width: 78px;
  height: 20px;
  background: #0b1620;
  border-radius: 30px;
}
.phone-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
}
.phone-logo {
  font-size: 26px;
  font-weight: 750;
  color: #a0d1ea;
  letter-spacing: -2px;
}
.phone-date {
  font-size: 7px;
  letter-spacing: 1px;
  color: #abc4ce;
}
.phone-greeting {
  font-size: 26px;
  letter-spacing: -0.8px;
  line-height: 1.17;
  font-weight: 400;
  margin: 20px 0;
}
.phone-greeting strong {
  font-weight: 500;
  color: #d1eeed;
}
.preview-card {
  border: 1px solid #6e99a72e;
  background: #adc9e20b;
  border-radius: 15px;
  padding: 13px 12px;
  margin-top: 12px;
}
.preview-label {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  letter-spacing: 1.2px;
  color: #bed0da;
  align-items: center;
}
.mini-status {
  background: #295247;
  color: #b0dcc4;
  padding: 4px 7px;
  border-radius: 20px;
  font-size: 7px;
  letter-spacing: 0;
}
.routine-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
}
.check-circle {
  width: 24px;
  height: 24px;
  background: #8ec9b7;
  color: #183e3d;
  border-radius: 50%;
  font-size: 12px;
  display: grid;
  place-items: center;
}
.check-circle.muted {
  background: #395564;
  color: #b9dbe5;
}
.routine-row strong {
  font-size: 10px;
  display: block;
  font-weight: 500;
}
.routine-row small {
  display: block;
  font-size: 8px;
  color: #a8bdc9;
  margin-top: 4px;
}
.row-arrow {
  margin-left: auto;
  font-size: 12px;
  color: #9eb7c4;
}
.inventory {
  height: 164px;
}
.cabinet-visual {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 103px;
  gap: 13px;
}
.mini-vial {
  width: 40px;
  height: 85px;
  transform: rotate(-9deg);
  filter: drop-shadow(0 8px 6px #0005);
}
.vial-cap {
  height: 13px;
  background: repeating-linear-gradient(90deg, #c8dcd8, #fff 2px, #abbeba 4px);
  border-radius: 5px 5px 2px 2px;
  border-top: 4px solid #8bbdaa;
}
.vial-glass {
  height: 69px;
  background: linear-gradient(
    90deg,
    #cae5e030,
    #e3fafaaa 16%,
    #698d8838 35%,
    #60877824 77%,
    #c2ddd788
  );
  border: 1px solid #bfdbd0;
  border-radius: 4px 4px 9px 9px;
  position: relative;
  padding-top: 17px;
}
.vial-label {
  font-size: 4px;
  color: #417566;
  text-align: center;
  letter-spacing: 1px;
  background: #f8faf6;
  padding: 6px 0 8px;
  transform: rotate(-1deg);
}
.vial-label span {
  display: block;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0;
  margin-top: 3px;
}
.second {
  transform: rotate(10deg);
  height: 79px;
}
.second .vial-cap {
  border-top-color: #c99268;
}
.second .vial-label {
  color: #87522f;
}
.supply-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  color: #bbced4;
  margin-top: 12px;
}
.supply-dot {
  background: #9ecfbb;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.phone-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 21px;
  color: #78939f;
  margin: 12px 8px 0;
}
.phone-nav .active {
  color: #b0e3de;
}
.phone {
  transform: rotate(-5deg);
  box-shadow:
    15px 35px 55px #0008,
    inset 0 0 0 1px #7da2b238;
}
.preview-disclaimer {
  position: absolute;
  bottom: 22px;
  font-size: 8px;
  letter-spacing: 0.8px;
  color: #97a2aa;
  text-align: center;
}
.about-section {
  padding-block: 110px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.muted-text {
  color: #a0a3a5;
}
.about-text {
  padding-top: 42px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 465px;
}
.about-text p {
  margin: 0 0 18px;
}
.contact-section {
  border-block: 1px solid var(--line);
}
.contact-inner {
  padding-block: 64px;
}
.contact-inner > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  align-items: center;
}
.contact-inner .eyebrow {
  grid-column: 1/-1;
  margin-bottom: 22px;
}
.contact-inner h2 {
  font-size: 64px;
  grid-column: 1;
  grid-row: 2/4;
  letter-spacing: -2.6px;
}
.contact-inner p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 14px;
}
.email-link {
  font-size: 23px;
  display: inline-flex;
  gap: 28px;
  align-items: center;
  width: fit-content;
  letter-spacing: -0.5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #5d6369;
}
.email-link:hover {
  border-color: #edf0f2;
}
.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-block: 36px;
}
.brand.small {
  font-size: 19px;
  gap: 7px;
  letter-spacing: -0.6px;
}
.site-footer p {
  font-size: 11px;
  color: #999ea2;
  margin: 14px 0 0;
  line-height: 1.8;
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 11px;
  margin-top: 9px;
  color: #a7acaf;
}
.motion-button {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
  font-size: 11px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.motion-paused * {
  animation-play-state: paused !important;
}
.privacy-main {
  max-width: 760px;
  padding-block: 75px 90px;
}
.privacy-main h1 {
  font-size: 59px;
  letter-spacing: -2px;
}
.privacy-main h2 {
  font-size: 25px;
  letter-spacing: -0.6px;
  margin-top: 36px;
}
.privacy-main p,
.privacy-main li {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.privacy-main a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.privacy-main a.button {
  text-decoration: none;
}
.privacy-main .updated {
  font-size: 12px;
  margin-bottom: 42px;
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  h1 {
    font-size: 68px;
    letter-spacing: -3.6px;
  }
  .hero {
    min-height: 640px;
  }
  .layer-group {
    width: 240px;
    height: 240px;
    margin: -120px;
  }
  .forma-copy {
    padding: 48px 35px;
  }
  .forma-copy h3 {
    font-size: 43px;
  }
  .about-section,
  .contact-inner > div {
    gap: 40px;
  }
  .footer-links {
    gap: 20px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 44px);
  }
  .site-header {
    height: 86px;
  }
  .brand {
    font-size: 22px;
    gap: 7px;
  }
  .brand img {
    width: 29px;
    height: 29px;
  }
  nav {
    gap: 20px;
    font-size: 12px;
  }
  nav > a:nth-child(2) {
    display: none;
  }
  .nav-contact {
    gap: 9px;
    padding-left: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 58px 0;
    gap: 0;
  }
  .eyebrow {
    font-size: 11px;
    margin-bottom: 23px;
  }
  h1 {
    font-size: clamp(55px, 9.5vw, 74px);
    letter-spacing: -2.9px;
    margin-bottom: 24px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 28px;
  }
  .hero-art {
    height: 365px;
  }
  .layer-group {
    width: 230px;
    height: 230px;
    margin: -115px;
    top: 45%;
  }
  .layer {
    border-radius: 24px;
  }
  .layer::before {
    border-radius: 18px;
  }
  .layer-bottom {
    --depth: -65px;
    --lift: -9px;
  }
  .layer-middle {
    --depth: 0px;
    --lift: 0px;
  }
  .layer-top {
    --depth: 65px;
    --lift: 9px;
  }
  .plane-signature {
    font-size: 16px;
  }
  .work-section {
    padding-top: 32px;
  }
  .section-top {
    display: block;
    margin-bottom: 28px;
  }
  .section-top .eyebrow {
    margin-bottom: 15px;
  }
  h2 {
    font-size: 33px;
    letter-spacing: -1.2px;
  }
  .forma-card {
    grid-template-columns: 1fr;
    border-radius: 9px;
  }
  .forma-copy {
    padding: 32px 28px 10px;
  }
  .product-brand {
    font-size: 31px;
  }
  .product-brand img {
    width: 45px;
    height: 45px;
    border-radius: 10px;
  }
  .product-status {
    margin: 26px 0 22px;
  }
  .forma-copy h3 {
    font-size: 41px;
  }
  .forma-copy > p:not(.product-status):not(.product-note) {
    font-size: 14px;
  }
  .product-art {
    height: 608px;
  }
  .phone {
    width: 272px;
    height: 535px;
    transform: rotate(-4deg);
  }
  .preview-disclaimer {
    font-size: 7px;
    bottom: 20px;
  }
  .about-section {
    padding-block: 68px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .about-text {
    padding: 0;
    font-size: 15px;
  }
  .about-text p:last-child {
    margin-bottom: 0;
  }
  .contact-inner {
    padding-block: 47px;
  }
  .contact-inner > div {
    display: block;
  }
  .contact-inner h2 {
    font-size: 52px;
    letter-spacing: -2px;
    margin-bottom: 24px;
  }
  .contact-inner p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.7;
  }
  .email-link {
    font-size: 21px;
  }
  .site-footer {
    display: block;
    padding-block: 30px;
  }
  .footer-links {
    margin-top: 26px;
    flex-wrap: wrap;
    gap: 24px;
  }
  .privacy-main {
    padding-block: 46px;
  }
  .privacy-main h1 {
    font-size: 43px;
  }
  .privacy-main p,
  .privacy-main li {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .brand {
    font-size: 20px;
  }
  nav {
    gap: 10px;
  }
  .nav-contact {
    padding-left: 10px;
    gap: 6px;
  }
  h1 {
    font-size: 51px;
  }
  .desktop-break {
    display: none;
  }
  .forma-copy {
    padding-inline: 23px;
  }
  .forma-copy h3 {
    font-size: 38px;
  }
  .phone {
    width: 250px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .motion-button {
    display: none;
  }
}
