@font-face {
  font-family: Plex;
  src: url("assets/fonts/ibm-plex-sans-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Plex;
  src: url("assets/fonts/ibm-plex-sans-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Plex;
  src: url("assets/fonts/ibm-plex-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: PlexMono;
  src: url("assets/fonts/ibm-plex-mono-400.woff2") format("woff2");
  font-display: swap;
}
:root {
  font-synthesis: none;
  color-scheme: light;
  --ink: #20283b;
  --muted: #5d687d;
  --line: #e4e7ee;
  --violet: #6756ca;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font:
    16px/1.6 Plex,
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
body,
main {
  overflow-x: clip;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 3px solid #6854d4;
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
p {
  margin: 0;
}
.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 100;
  background: #20283b;
  color: #fff;
  padding: 10px 17px;
  border-radius: 4px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #e8eaf0;
  background: #ffffffd9;
  backdrop-filter: blur(15px);
}
.header-inner {
  width: min(1280px, calc(100% - 80px));
  min-height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand img {
  width: 140px;
  height: auto;
}
.header-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font:
    10px PlexMono,
    monospace;
  letter-spacing: 0.09em;
  color: #6c638c;
}
.header-dot,
.status-dot,
.spark {
  width: 7px;
  height: 7px;
  display: inline-block;
  flex: none;
  border-radius: 50%;
  background: #7466dc;
}
.header-dot {
  box-shadow: 0 0 0 4px #ece9fb;
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 680px;
}
.colour-field {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.colour-field i {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(50px);
  mix-blend-mode: multiply;
  animation: drift 16s ease-in-out infinite alternate;
}
.colour-field i:nth-child(1) {
  width: 75%;
  height: 75%;
  right: -23%;
  top: -14%;
  background: linear-gradient(130deg, #d5e6ff, #a89aef 55%, #e7c2ff);
  transform: rotate(-22deg);
}
.colour-field i:nth-child(2) {
  width: 67%;
  height: 43%;
  right: -23%;
  top: 39%;
  background: linear-gradient(100deg, #8fcbfa, #b3b7f5 35%, #f6ac8e 75%);
  transform: rotate(-29deg);
  animation-delay: -7s;
}
.colour-field i:nth-child(3) {
  width: 57%;
  height: 30%;
  right: -12%;
  bottom: -10%;
  background: linear-gradient(100deg, #fce0c8, #f6c5d6, #b5d9fb);
  transform: rotate(-25deg);
  animation-delay: -4s;
}
@keyframes drift {
  to {
    translate: -4% 10%;
    scale: 1.09;
    rotate: 8deg;
  }
}
.hero-inner {
  width: min(1280px, calc(100% - 80px));
  min-height: 680px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1fr);
  align-items: center;
  gap: 38px;
  padding: 58px 0 76px;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.announcement {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 13px;
  border: 1px solid #e5dff4;
  border-radius: 50px;
  background: #ffffffba;
  color: #5d5580;
  font:
    10px PlexMono,
    monospace;
  letter-spacing: 0.06em;
}
.announcement span:last-child {
  color: var(--violet);
}
h1 {
  font-weight: 500;
  font-size: clamp(64px, 7vw, 102px);
  letter-spacing: -0.064em;
  line-height: 1.02;
  margin: 31px 0 26px;
}
h1 span {
  background: linear-gradient(100deg, #5654dc 4%, #9062cc 54%, #d77764);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lead {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #343a4b;
}
.hero-detail {
  max-width: 485px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
  margin-top: 21px;
}
.preview-link {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
  background: #242d46;
  color: white;
  padding: 13px 18px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 6px 14px #29334d20;
  transition:
    transform 0.2s,
    background 0.2s;
}
.preview-link:hover {
  transform: translateY(-2px);
  background: #5146cd;
}
.arrival-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  color: #727b8f;
  font-size: 12px;
}
.spark {
  width: 6px;
  height: 6px;
  background: #b497e9;
  box-shadow: 0 0 0 4px #ebddf4;
}
.hero-visual {
  position: relative;
  width: 760px;
  max-width: none;
  padding-top: 17px;
  perspective: 1600px;
}
.product-frame {
  padding: 8px;
  border-radius: 13px;
  background: #fff;
  border: 1px solid #ffffffd9;
  box-shadow:
    0 30px 70px #5d518227,
    0 4px 15px #64738b15;
  transform: rotateY(-8deg) rotateX(3deg) rotateZ(-1deg);
  transform-origin: left center;
}
.frame-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 12px 13px;
  color: #70798e;
  font:
    9px PlexMono,
    monospace;
  letter-spacing: 0.02em;
}
.window-dots {
  color: #bcb4d4;
  letter-spacing: 4px;
}
.frame-tag {
  border: 1px solid #e2ddec;
  padding: 3px 7px;
  border-radius: 5px;
  white-space: nowrap;
}
.screen-crop {
  position: relative;
  aspect-ratio: 1127/618;
  overflow: hidden;
  border-radius: 5px;
  background: #f7f8fc;
}
.screen-crop img {
  position: absolute;
  max-width: none;
  width: 122.005%;
  height: auto;
  left: -22.005%;
  top: -9.062%;
}
.visual-caption {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 25px 0 0 16px;
  color: #423860;
}
.caption-symbol {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: #ffffffba;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #7155ab;
  font-size: 24px;
}
.visual-caption strong,
.visual-caption small {
  display: block;
}
.visual-caption strong {
  font-size: 14px;
  font-weight: 500;
}
.visual-caption small {
  font-size: 11px;
  color: #706584;
  margin-top: 2px;
}
.promise {
  border-top: 1px solid var(--line);
  background: #fff;
}
.promise-inner {
  width: min(1280px, calc(100% - 80px));
  margin: auto;
  padding: 34px 0 65px;
}
.section-label {
  font:
    10px PlexMono,
    monospace;
  letter-spacing: 0.08em;
  color: #6e678f;
}
.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 36px;
}
.promise-grid > div {
  border-top: 1px solid #d7d9e5;
  padding-top: 22px;
}
.promise-grid > div > span {
  font:
    10px PlexMono,
    monospace;
  color: #786abc;
}
.promise-grid h2 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.035em;
  margin-top: 13px;
}
.promise-grid p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
}
.site-footer {
  border-top: 1px solid var(--line);
}
.footer-inner {
  width: min(1280px, calc(100% - 80px));
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
  color: #7a8294;
  font-size: 11px;
}
@media (max-width: 1100px) {
  .hero-visual {
    width: 660px;
  }
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  h1 {
    font-size: clamp(62px, 7vw, 82px);
  }
}
@media (max-width: 760px) {
  .header-inner,
  .hero-inner,
  .promise-inner,
  .footer-inner {
    width: min(100% - 40px, 580px);
  }
  .header-inner {
    min-height: 67px;
  }
  .brand img {
    width: 124px;
  }
  .header-label {
    font-size: 8px;
  }
  .hero {
    min-height: 0;
  }
  .hero-inner {
    display: block;
    min-height: 0;
    padding: 45px 0 54px;
  }
  .announcement {
    font-size: 9px;
  }
  h1 {
    font-size: clamp(65px, 16vw, 88px);
    margin: 29px 0 23px;
  }
  .hero-lead {
    font-size: 22px;
  }
  .hero-detail {
    font-size: 15px;
    margin-top: 17px;
  }
  .preview-link {
    margin-top: 25px;
  }
  .arrival-note {
    margin-top: 22px;
  }
  .hero-visual {
    width: 100%;
    padding-top: 38px;
  }
  .product-frame {
    transform: none;
    padding: 5px;
    box-shadow: 0 15px 40px #75609d20;
    border-color: #dfddea;
  }
  .frame-header {
    font-size: 7px;
    padding: 9px;
    gap: 7px;
  }
  .frame-tag {
    display: none;
  }
  .visual-caption {
    margin: 15px 0 0;
  }
  .visual-caption strong {
    font-size: 12px;
  }
  .visual-caption small {
    font-size: 10px;
  }
  .caption-symbol {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  .colour-field i:nth-child(1) {
    width: 100%;
    height: 50%;
    top: 35%;
    right: -50%;
    opacity: 0.7;
  }
  .colour-field i:nth-child(2) {
    top: 58%;
    height: 30%;
    width: 90%;
    right: -40%;
  }
  .colour-field i:nth-child(3) {
    bottom: 0;
    right: -10%;
    height: 22%;
    width: 90%;
  }
  .promise-inner {
    padding: 29px 0 45px;
  }
  .promise-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 27px;
  }
  .promise-grid > div {
    padding-top: 17px;
  }
  .promise-grid h2 {
    margin-top: 8px;
  }
  .footer-inner {
    flex-wrap: wrap;
    gap: 8px 15px;
  }
}
@media (max-width: 420px) {
  .header-label {
    letter-spacing: 0;
    font-size: 7px;
  }
  .hero-detail {
    font-size: 14px;
  }
  .arrival-note {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .colour-field i {
    animation: none;
  }
  .product-frame {
    transform: none;
  }
  .preview-link {
    transition: none;
  }
}
