:root {
  --ink: #11110f;
  --paper: #f5f1e7;
  --yellow: #f5dd3d;
  --blue: #3155f5;
  --pink: #ff78b4;
  --green: #64d98b;
  --orange: #ff7c45;
  --lilac: #bca5ff;
  --border: 3px solid var(--ink);
  --shadow: 8px 8px 0 var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { min-width: 320px; margin: 0; overflow-x: clip; background: var(--paper); font-weight: 500; }
a { color: inherit; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 4px solid var(--blue); outline-offset: 4px; }

.site-nav {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 10px clamp(18px, 4vw, 60px);
  border-bottom: var(--border);
  background: rgba(245, 241, 231, .96);
}
.brand { display: inline-flex; gap: 11px; align-items: center; font-size: .9rem; font-weight: 900; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 2px solid var(--ink); background: var(--yellow); font-family: Georgia, serif; font-weight: 400; box-shadow: 3px 3px 0 var(--ink); }
.site-nav nav { display: flex; gap: 6px; align-items: center; }
.site-nav nav a { display: inline-flex; height: 40px; min-height: 40px; padding: 0 14px; align-items: center; justify-content: center; border: 2px solid transparent; background: transparent; font-size: .68rem; font-weight: 800; line-height: 1; text-align: center; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.site-nav nav a:hover { border-color: var(--ink); background: white; }
.site-nav nav .surprise-button { gap: 12px; border-color: var(--ink); background: var(--pink); box-shadow: 3px 3px 0 var(--ink); cursor: pointer; }
.site-nav nav .surprise-button:hover { border-color: var(--ink); background: var(--pink); transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }

.section-label { margin: 0 0 20px; font-family: "Courier New", monospace; font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.catalogue, .blog { padding: clamp(70px, 9vw, 130px) clamp(18px, 5vw, 72px); }
.catalogue { padding-top: clamp(52px, 6vw, 86px); }
.section-heading { display: flex; gap: 40px; align-items: end; justify-content: space-between; margin-bottom: 42px; padding-bottom: 26px; border-bottom: var(--border); }
.section-heading h2 { max-width: 820px; margin: 0; font-size: clamp(2.7rem, 6vw, 6.2rem); font-weight: 900; letter-spacing: -.075em; line-height: .9; }
.catalogue-count { display: flex; gap: 10px; align-items: center; padding: 12px 15px; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); }
.catalogue-count strong { font-size: 2.2rem; line-height: 1; }
.catalogue-count span { font: 700 .56rem/1.3 "Courier New",monospace; text-transform: uppercase; }

.masonry { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 22px; align-items: start; }
.demo-card { display: block; width: 100%; margin: 0; break-inside: avoid; border: var(--border); background: white; box-shadow: var(--shadow); vertical-align: top; transition: transform 140ms ease, box-shadow 140ms ease; }
.demo-card:hover { transform: translate(-2px, -2px); box-shadow: 11px 11px 0 var(--ink); }
.demo-card.is-surprise { animation: spotlight 750ms steps(2, end) 2; }
@keyframes spotlight { 50% { filter: invert(1); transform: rotate(1.5deg) scale(1.015); } }
.card-topline { display: flex; min-height: 48px; padding: 10px 13px; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--ink); font: 700 clamp(.62rem, .75vw, .7rem) "Courier New",monospace; letter-spacing: .03em; text-transform: uppercase; }
.live-status { display: inline-flex; gap: 6px; align-items: center; }
.live-status i { width: 8px; height: 8px; border: 1px solid var(--ink); border-radius: 50%; background: var(--green); }
.card-copy { padding: 24px; }
.card-copy h3 { margin: 0 0 12px; font-size: clamp(1.65rem, 3vw, 2.6rem); font-weight: 900; letter-spacing: -.06em; line-height: .96; }
.card-copy p { margin: 0; font-size: clamp(.9rem, 1.1vw, 1rem); line-height: 1.65; }
.coming-soon-label { display: inline-flex; margin-top: 22px; padding: 8px 10px; border: 2px solid var(--ink); background: var(--pink); font: 700 .56rem "Courier New",monospace; letter-spacing: .03em; text-transform: uppercase; }
.card-copy ul { display: flex; gap: 5px; flex-wrap: wrap; margin: 22px 0; padding: 0; list-style: none; }
.card-copy li { padding: 6px 8px; border: 2px solid var(--ink); background: var(--yellow); font: 700 .52rem "Courier New",monospace; text-transform: uppercase; }
.launch-link { display: flex; min-height: 52px; margin-top: 24px; padding: 0 16px; align-items: center; justify-content: space-between; border: 2px solid var(--ink); background: var(--pink); font-size: .72rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.launch-link strong { font-size: 1.25rem; }
.launch-link:hover { color: white; background: var(--ink); }

.live-preview { position: relative; display: block; min-height: 390px; overflow: hidden; border-bottom: var(--border); color: white; background: #171533; touch-action: none; }
.live-preview::before { position: absolute; inset: 0; background: radial-gradient(circle at var(--x,50%) var(--y,48%), var(--glow,rgba(118,83,255,.55)), transparent 34%); content: ""; }
.drag-note, .preview-caption { position: absolute; z-index: 3; left: 14px; padding: 7px 9px; border: 2px solid white; background: var(--ink); font: 700 .53rem "Courier New",monospace; text-transform: uppercase; }
.drag-note { top: 14px; }
.preview-caption { bottom: 14px; }
.light-object { position: absolute; top: 49%; left: 50%; width: 130px; height: 220px; transform: translate(-50%,-50%) rotate(-8deg); }
.light-orb { position: absolute; z-index: 2; top: 0; left: 16px; width: 100px; height: 100px; border: 4px solid white; border-radius: 50% 50% 46% 46%; background: radial-gradient(circle at 38% 30%, white 0 8%, var(--orb-soft,#b9a9ff) 20%, var(--orb,#6c3bff) 62%, #171533 100%); box-shadow: 0 0 50px var(--glow,rgba(118,83,255,.75)); }
.light-orb b { position: absolute; right: 22px; bottom: 10px; width: 9px; height: 9px; border-radius: 50%; background: white; }
.light-handle { position: absolute; top: 86px; left: 39px; width: 54px; height: 124px; border: 4px solid white; border-radius: 10px 10px 22px 22px; background: #232326; }
.light-handle i { position: absolute; top: 38px; left: 15px; width: 17px; height: 28px; border: 2px solid white; border-radius: 9px; }
.halo { position: absolute; z-index: 1; top: 0; left: 12px; width: 108px; height: 108px; border: 2px solid var(--orb,#6c3bff); border-radius: 50%; animation: halo 1.8s infinite ease-out; }
.halo-two { animation-delay: .7s; }
@keyframes halo { to { opacity: 0; transform: scale(1.75); } }
.audio-bars { position: absolute; right: 18px; bottom: 16px; display: flex; gap: 4px; height: 60px; align-items: end; }
.audio-bars i { width: 5px; height: 40%; border: 1px solid white; background: var(--orb,#6c3bff); animation: bar 700ms infinite alternate ease-in-out; }
.audio-bars i:nth-child(2n) { height: 90%; animation-delay: -350ms; }.audio-bars i:nth-child(3n) { height: 60%; animation-delay: -180ms; }
@keyframes bar { to { height: 12%; } }

.placeholder-card { background: var(--accent); }
.accent-yellow { --accent: var(--yellow); }.accent-blue { --accent: var(--blue); color: white; }.accent-pink { --accent: var(--pink); }.accent-green { --accent: var(--green); }.accent-orange { --accent: var(--orange); }.accent-lilac { --accent: var(--lilac); }
.accent-blue .placeholder-art, .accent-blue .card-topline { border-color: white; }
.placeholder-art { position: relative; min-height: 180px; margin: 20px; overflow: hidden; border: var(--border); background: var(--paper); color: var(--ink); }
.card-short .placeholder-art { min-height: 130px; }.card-medium .placeholder-art { min-height: 220px; }.card-tall .placeholder-art { min-height: 320px; }
.art-dots { display: grid; grid-template-columns: repeat(3,30px); gap: 18px; place-content: center; }.art-dots i { width: 30px; height: 30px; border: 2px solid var(--ink); border-radius: 50%; background: var(--pink); }
.art-window i { position: absolute; inset: 25px; border: var(--border); background: var(--blue); }.art-window b { position: absolute; top: 42px; left: 42px; width: 55px; height: 55px; border-radius: 50%; background: var(--yellow); }.art-window em { position: absolute; right: 42px; bottom: 42px; width: 90px; height: 42px; background: var(--pink); transform: rotate(-12deg); }
.art-stack { display: grid; gap: 12px; padding: 35px; align-content: center; }.art-stack i { display: block; height: 48px; border: 2px solid var(--ink); background: white; box-shadow: 5px 5px 0 var(--ink); }.art-stack i:nth-child(2n) { margin-left: 30px; background: var(--pink); }
.art-switch i { position: absolute; top: 50%; right: 25px; left: 25px; height: 40px; border: var(--border); border-radius: 30px; background: var(--ink); transform: translateY(-50%); }.art-switch b { position: absolute; z-index: 2; top: 50%; left: 35px; width: 62px; height: 62px; border: var(--border); border-radius: 50%; background: var(--yellow); transform: translateY(-50%); }
.art-face i { position: absolute; top: 70px; width: 22px; height: 22px; border-radius: 50%; background: var(--ink); }.art-face i:first-child { left: 30%; }.art-face i:nth-child(2) { right: 30%; }.art-face b { position: absolute; right: 25%; bottom: 58px; left: 25%; height: 35px; border-bottom: 5px solid var(--ink); border-radius: 50%; }
.art-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; padding: 25px; }.art-grid i { border: 2px solid var(--ink); background: white; }.art-grid i:nth-child(2n) { background: var(--pink); }
.art-arrow, .art-plus { display: grid; place-items: center; font-size: 8rem; font-weight: 900; line-height: 1; }
.art-orbit i { position: absolute; inset: 42px; border: var(--border); border-radius: 50%; }.art-orbit b { position: absolute; top: 28%; left: 25%; width: 42px; height: 42px; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); }.art-orbit em { position: absolute; right: 22%; bottom: 25%; width: 65px; height: 65px; border: 2px solid var(--ink); background: var(--blue); transform: rotate(20deg); }
.art-slider { display: grid; gap: 35px; padding: 42px 25px; }.art-slider i { height: 5px; background: var(--ink); }.art-slider b { position: absolute; top: 95px; left: 35%; width: 38px; height: 38px; border: var(--border); border-radius: 50%; background: var(--pink); }
.art-folder i { position: absolute; inset: 45px 30px 30px; border: var(--border); background: var(--yellow); }.art-folder b { position: absolute; top: 28px; left: 30px; width: 80px; height: 30px; border: var(--border); border-bottom: 0; background: var(--yellow); }

.quote-card, .statement-card, .final-card { padding: 26px; }
.quote-card { background: var(--accent); }.quote-card > span, .statement-card > span, .final-card > span { font: 700 .56rem "Courier New",monospace; text-transform: uppercase; }.quote-card blockquote { margin: 70px 0 25px; font-size: clamp(2rem,4vw,3.5rem); font-weight: 900; letter-spacing: -.06em; line-height: .95; }.quote-card p { margin: 0; font-family: monospace; font-size: .67rem; text-transform: uppercase; }
.statement-card { color: white; background: var(--ink); }.statement-card strong { display: block; margin-top: 60px; font-size: clamp(3rem,5vw,5.2rem); letter-spacing: -.08em; line-height: .78; }.statement-card mark { color: var(--ink); background: var(--green); }
.final-card { background: white; }.final-card h3 { margin: 80px 0 20px; font-size: 3rem; letter-spacing: -.07em; line-height: .9; }.final-card p { font-size: .78rem; line-height: 1.6; }.final-card a { display: inline-block; margin-top: 35px; padding: 12px; border: 2px solid var(--ink); background: var(--yellow); font-size: .68rem; font-weight: 900; text-transform: uppercase; }

.blog { border-top: var(--border); background: var(--pink); }
.blog-badge { padding: 9px 12px; border: 2px solid var(--ink); background: white; box-shadow: 4px 4px 0 var(--ink); font: 700 .6rem "Courier New",monospace; text-transform: uppercase; }
.notes-grid { display: grid; grid-template-columns: repeat(3,1fr); border: var(--border); box-shadow: var(--shadow); }
.notes-grid article { display: flex; min-height: 320px; padding: 25px; flex-direction: column; border-right: var(--border); background: var(--paper); }.notes-grid article:last-child { border: 0; }.notes-grid span { font: 700 .57rem "Courier New",monospace; text-transform: uppercase; }.notes-grid h3 { margin: auto 0 15px; font-size: 2rem; letter-spacing: -.05em; }.notes-grid p { margin: 0; font-size: clamp(.88rem, 1vw, .96rem); line-height: 1.65; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; min-height: 120px; padding: 25px clamp(20px,4vw,60px); border-top: var(--border); background: var(--yellow); font-size: .67rem; font-weight: 800; }.site-footer p { justify-self: center; }.site-footer > a:last-child { justify-self: end; text-transform: uppercase; }

@media (max-width: 800px) {
  .site-nav { min-height: 64px; padding: 8px 14px; }.brand-mark { width: 38px; height: 38px; }.site-nav .brand > span:last-child { display: none; }.site-nav nav { gap: 0; }.site-nav nav a, .surprise-button { min-height: 38px; padding: 0 9px; font-size: .57rem; }.surprise-button span { display: none; }
  .catalogue, .blog { padding: 65px 16px; }.catalogue { padding-top: 48px; }.section-heading { align-items: start; }.section-heading h2 { font-size: 3.3rem; }.catalogue-count { display: none; }.masonry { grid-template-columns: 1fr; }
  .notes-grid { grid-template-columns: 1fr; }.notes-grid article { min-height: 250px; border-right: 0; border-bottom: var(--border); }
  .site-footer { grid-template-columns: auto 1fr; }.site-footer p { justify-self: end; }.site-footer > a:last-child { display: none; }
}
@media (max-width: 520px) {
  .site-nav { display: block; padding: 8px 10px; }
  .site-nav .brand { display: none; }
  .site-nav nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; }
  .site-nav nav a, .surprise-button { display: flex; width: 100%; min-width: 0; min-height: 38px; padding: 0 3px; align-items: center; justify-content: center; gap: 0; font-size: .5rem; text-align: center; }
  .surprise-button { box-shadow: 2px 2px 0 var(--ink); }
  .section-heading h2 { font-size: 2.7rem; }
  .live-preview { min-height: 340px; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto!important; animation-duration: .001ms!important; animation-iteration-count: 1!important; transition-duration: .001ms!important; }
}
