@font-face {
  font-family: 'Atkinson';
  src: url('/assets/fonts/atkinson-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #eef6ff;
  --ink: #090c57;
  --blue: #073bcf;
  --muted: #455784;
  --line: #cbd9ed;
  --radius: 16px;
  --ease: cubic-bezier(.23, 1, .32, 1);
  font-family: 'Atkinson', sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scrollbar-color: #98afda var(--paper);
}
* { box-sizing: border-box; }
html { scroll-padding-top: 28px; }
body { margin: 0; min-width: 320px; }
::selection { color: white; background: var(--blue); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 7px; border-radius: 5px; }
img { max-width: 100%; height: auto; display: block; }
svg { flex: 0 0 auto; }
h1, h2, h3, p { margin: 0; }
.site-header, .hero, .apps, .collection-close, .about, .site-footer, .product-main, .legal-main { width: min(100%, 1720px); margin-inline: auto; }
.site-header { display: flex; justify-content: space-between; align-items: center; min-height: 76px; padding: 12px 4%; gap: 24px; }
.wordmark { font-size: clamp(28px, 2.93vw, 48px); line-height: 1; font-weight: 700; letter-spacing: -.04em; text-decoration: none; white-space: nowrap; }
nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 50px); }
nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: clamp(17px, 1.3vw, 21px); text-decoration: none; }
nav a:hover { text-decoration: underline; }
.skip-link { position: absolute; top: 12px; left: 12px; z-index: 10; padding: 12px 20px; border-radius: 6px; color: white; background: var(--blue); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.hero { display: grid; grid-template-columns: 1fr 1fr; align-items: start; min-height: 358px; padding: 11px 2.5% 20px 4%; position: relative; }
.hero-copy { position: relative; z-index: 1; }
h1 { font-size: clamp(66px, 7.49vw, 126px); line-height: .85; letter-spacing: -.037em; color: var(--blue); font-weight: 700; }
.hero h1 span { display: block; white-space: nowrap; }
.hero h1 span + span { margin-top: .02em; }
.hero-intro { margin-top: 7px; font-size: clamp(20px, 1.69vw, 28px); line-height: 1.2; letter-spacing: -.025em; }
.button { display: inline-flex; gap: 14px; white-space: nowrap; align-items: center; justify-content: center; min-height: 50px; padding: 11px 20px; margin-top: 11px; border-radius: 999px; color: white; background: var(--blue); text-decoration: none; font-size: 20px; font-weight: 400; line-height: 1.2; width: 235px; transition: background-color 150ms, transform 160ms var(--ease); }
.button:active { transform: scale(.98); }
.hero-art { display: block; width: 100%; align-self: start; padding: 0 1% 0 0; margin-top: -10px; }
.hero-art img { width: 100%; object-fit: contain; }
.apps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.65%; padding-inline: 2.55%; scroll-margin-top: 28px; }
.app { min-width: 0; }
.app-link { display: block; text-decoration: none; border-radius: var(--radius); }
.app-art { display: block; aspect-ratio: 1.18; overflow: hidden; border-radius: var(--radius); background: #c9dcf7; }
.app-art img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms var(--ease); }
.app h2 { margin-top: 8px; font-size: clamp(27px, 2.36vw, 40px); line-height: 1.13; letter-spacing: -.035em; }
.app-summary { display: flex; align-items: start; justify-content: space-between; gap: 12px; margin-top: 3px; }
.app-summary p { font-size: clamp(16px, 1.4vw, 23px); line-height: 1.35; letter-spacing: -.027em; }
.app-summary svg { margin-top: 3px; width: 25px; height: 25px; transition: transform 200ms var(--ease); }
.collection-close { display: flex; align-items: center; justify-content: center; gap: 25px; padding: 55px 4% 27px; color: var(--muted); font-size: 12px; letter-spacing: .23em; }
.collection-close::before, .collection-close::after { content: ''; height: 1px; width: 84px; background: #a5bce9; }
.art-note { color: var(--muted); font-size: 15px; text-align: center; line-height: 1.5; padding: 0 22px; }
.about { padding: 95px 4% 80px; max-width: 960px; }
.about h2 { font-size: clamp(36px, 4.5vw, 64px); line-height: 1.02; letter-spacing: -.035em; color: var(--blue); margin-bottom: 28px; }
.about > p { max-width: 58ch; font-size: 23px; line-height: 1.55; margin-top: 17px; }
.contact { margin-top: 57px; }
.contact h3 { font-size: 31px; letter-spacing: -.025em; margin-bottom: 7px; }
.contact p { font-size: 20px; line-height: 1.5; }
.contact-link { display: inline-flex; gap: 14px; align-items: center; min-height: 44px; margin-top: 10px; font-size: 24px; color: var(--blue); }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 32px 4%; border-top: 1px solid var(--line); font-size: 16px; }
.footer-wordmark { font-size: 25px; font-weight: 700; letter-spacing: -.035em; text-decoration: none; }
.site-footer > a { min-height: 44px; display: inline-flex; align-items: center; }
.site-footer p { color: var(--muted); }
.product-main { padding: 45px 4% 85px; }
.back-link { display: inline-flex; min-height: 44px; align-items: center; margin-bottom: 33px; color: var(--muted); }
.product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 7%; align-items: start; }
.product-copy h1 { font-size: clamp(60px, 6.5vw, 100px); line-height: 1; }
.product-copy h2 { font-size: clamp(28px, 3vw, 45px); line-height: 1.08; letter-spacing: -.03em; margin: 25px 0 23px; max-width: 21ch; }
.product-copy p { font-size: 21px; line-height: 1.55; max-width: 53ch; margin-bottom: 18px; }
.product-copy .status { color: var(--muted); font-size: 16px; margin-top: 14px; }
.product-copy .button { width: auto; min-width: 200px; }
.product-figure { margin: 0; }
.product-figure img { border-radius: var(--radius); width: 100%; }
.product-figure figcaption { font-size: 15px; line-height: 1.5; color: var(--muted); margin-top: 12px; }
.product-details { max-width: 930px; margin-top: 74px; }
.product-details h2 { font-size: 36px; color: var(--blue); letter-spacing: -.025em; margin-bottom: 25px; }
.product-details dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
.product-details dt { font-size: 24px; font-weight: 700; margin-bottom: 9px; }
.product-details dd { margin: 0; font-size: 18px; line-height: 1.5; }
.product-details .product-note { margin-top: 35px; max-width: 68ch; font-size: 17px; line-height: 1.6; color: var(--muted); }
.legal-main { padding: 45px 24px 90px; max-width: 840px; }
.legal-main h1 { font-size: clamp(45px, 6vw, 72px); line-height: 1; margin-bottom: 26px; }
.legal-main h2 { font-size: 29px; margin: 38px 0 12px; letter-spacing: -.02em; }
.legal-main p { font-size: 20px; line-height: 1.65; margin-bottom: 17px; }
.legal-main .updated { font-size: 16px; color: var(--muted); }
@media (prefers-reduced-motion: no-preference) {
  .hero-art { animation: sculpture-arrive 850ms var(--ease) both; }
  @keyframes sculpture-arrive { from { transform: translateY(14px); opacity: .7; } to { transform: translateY(0); opacity: 1; } }
}
@media (hover: hover) and (pointer: fine) {
  .button:hover { background: #062ead; }
  .app-link:hover .app-art img { transform: scale(1.025); }
  .app-link:hover .app-summary svg { transform: translateX(4px); }
  .app-link:hover h2 { color: var(--blue); }
}
@media (min-width: 1720px) {
  .hero { min-height: 409px; }
}
@media (max-width: 1100px) and (min-width: 761px) {
  .site-header { min-height: 68px; }
  .hero { min-height: 310px; }
  h1 { font-size: 7.49vw; }
  .hero-intro { font-size: 19px; max-width: 27ch; }
  .hero-intro br { display: none; }
  .button { font-size: 18px; }
  .app-summary p { font-size: 17px; }
  .app-summary svg { width: 20px; }
}
@media (max-width: 760px) {
  .site-header { padding: 18px 22px; min-height: 76px; flex-wrap: wrap; gap: 8px 20px; }
  .wordmark { font-size: 31px; }
  nav { gap: 18px; }
  nav a { font-size: 16px; }
  .hero { grid-template-columns: 1fr; padding: 20px 22px 22px; min-height: 0; }
  h1 { font-size: clamp(50px, 12.7vw, 92px); line-height: .92; }
  .hero-intro { font-size: 19px; line-height: 1.35; margin-top: 19px; max-width: 32ch; }
  .button { font-size: 18px; min-height: 48px; margin-top: 21px; padding-inline: 23px; }
  .hero-art { width: min(100%, 500px); justify-self: center; margin: 27px 0 6px; padding: 0; }
  .apps { grid-template-columns: 1fr; padding-inline: 22px; gap: 36px; }
  .app-art { aspect-ratio: 1.18; }
  .app h2 { font-size: 31px; margin-top: 13px; }
  .app-summary { margin-top: 4px; gap: 14px; }
  .app-summary p { font-size: 18px; letter-spacing: -.02em; }
  .collection-close { padding-top: 43px; padding-bottom: 30px; gap: 18px; }
  .collection-close::before, .collection-close::after { width: 38px; }
  .about { padding: 66px 22px; }
  .about > p { font-size: 20px; }
  .contact { margin-top: 40px; }
  .contact-link { font-size: 20px; gap: 10px; }
  .site-footer { padding: 25px 22px; flex-wrap: wrap; gap: 6px 20px; }
  .site-footer p { width: 100%; order: 3; font-size: 15px; }
  .product-main { padding: 22px 22px 55px; }
  .back-link { margin-bottom: 25px; }
  .product-layout { grid-template-columns: 1fr; gap: 36px; }
  .product-copy h1 { font-size: clamp(52px, 16vw, 64px); }
  .product-copy h2 { font-size: 34px; }
  .product-copy p { font-size: 20px; }
  .product-details { margin-top: 45px; }
  .product-details dl { grid-template-columns: 1fr; gap: 26px; }
  .product-details h2 { font-size: 31px; }
  .legal-main { padding-top: 22px; }
}
@media (max-width: 390px) {
  .site-header { padding-inline: 20px; }
  .wordmark { font-size: 29px; }
  nav { gap: 14px; }
  nav a { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .app-link:hover .app-art img, .app-link:hover .app-summary svg, .button:active { transform: none; }
}
