/* site.css — helloreeti
   Cosy indoor world: warm cream + blush, soft rounded shapes, Playfair + Quicksand.
   Deliberately different from her twin's bright outdoor site and from ProjectAadit's dark space theme. */

:root {
  --bg: #fdf5f3;
  --bg-2: #fbeae6;
  --card: #fffaf8;
  --ink: #3d2430;
  --muted: #7c5c6b;
  --faint: #856471;
  --line: rgba(61, 36, 48, .1);
  --line-strong: rgba(61, 36, 48, .2);
  --rose: #e2688d;
  --rose-deep: #c23a5f;   /* white text on this passes 4.5:1 */
  --rose-soft: #fce4ec;
  --gold: #eeaa52;
  --lilac: #a985e0;
  --mint: #62c9ad;
  --sky: #74b8e8;
  --r: 26px;
  --maxw: 1140px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --bounce: cubic-bezier(.34, 1.56, .64, 1);
  --display: "Playfair Display", Georgia, serif;
  --body: "Quicksand", "Trebuchet MS", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 3px solid var(--lilac); outline-offset: 3px; border-radius: 12px; }
::selection { background: var(--rose); color: #fff; }

.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--rose-deep); color: #fff; padding: 10px 16px; border-radius: 12px; font-weight: 700; }
.skip-link:focus { top: 16px; }

/* ---------------------------------------------------------------- atmosphere */
#petals { position: fixed; inset: 0; z-index: -3; width: 100%; height: 100%; pointer-events: none; }
.glow { position: fixed; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.glow::before {
  content: ""; position: absolute; top: -30vh; right: -10vw; width: 80vw; height: 80vh;
  background: radial-gradient(50% 50% at 50% 50%, rgba(226, 104, 141, .16), transparent 70%);
}
.glow::after {
  content: ""; position: absolute; bottom: -25vh; left: -15vw; width: 70vw; height: 70vh;
  background: radial-gradient(50% 50% at 50% 50%, rgba(169, 133, 224, .14), transparent 70%);
}

/* ---------------------------------------------------------------- layout */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: clamp(18px, 4.5vw, 40px); width: 100%; }
.band { padding-block: clamp(64px, 9vw, 116px); position: relative; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--rose);
}
.eyebrow::before { content: "❀"; font-size: 14px; letter-spacing: 0; }
.h2 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(32px, 5vw, 54px); line-height: 1.08; letter-spacing: -.01em; margin-top: 12px; max-width: 18ch;
}
.h2 em { font-style: italic; color: var(--rose); }
.lede { color: var(--muted); font-size: clamp(16.5px, 1.4vw, 18.5px); max-width: 54ch; margin-top: 14px; }
.section-head { margin-bottom: clamp(32px, 4.5vw, 52px); }

/* ---------------------------------------------------------------- nav */
.nav { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .35s var(--ease), box-shadow .35s var(--ease); }
.nav.scrolled { background: rgba(253, 245, 243, .86); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 8px 30px -20px rgba(61, 36, 48, .5); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; }
.monogram {
  width: 46px; height: 46px; border-radius: 16px 16px 16px 4px; display: grid; place-items: center;
  font-family: var(--display); font-weight: 700; font-size: 21px; color: #fff;
  background: linear-gradient(140deg, var(--rose), #f39fb8);
  box-shadow: 0 8px 18px -8px rgba(226, 104, 141, .8);
  transition: transform .5s var(--bounce);
}
.brand:hover .monogram { transform: rotate(-10deg) scale(1.07); }
.brand b { display: block; font-weight: 700; font-size: 17px; line-height: 1.1; }
.brand small { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); font-weight: 600; }
.links { display: flex; align-items: center; gap: 2px; }
.links a { padding: 9px 14px; border-radius: 999px; color: var(--muted); font-weight: 600; font-size: 15.5px; transition: color .2s, background .2s; }
.links a:hover { color: var(--ink); background: var(--rose-soft); }
.links .nav-cta { background: var(--rose); color: #fff; margin-left: 6px; }
.links .nav-cta:hover { background: #d2557c; color: #fff; }
.menu-btn { display: none; width: 44px; height: 44px; border-radius: 14px; border: 1.5px solid var(--line-strong); font-size: 20px; }

/* ---------------------------------------------------------------- hero */
.hero { min-height: 100svh; display: flex; align-items: center; padding-block: 110px 70px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--faint); }
.hero-meta b { color: var(--lilac); }
.hero h1 { font-family: var(--display); font-weight: 700; font-size: clamp(50px, 8.5vw, 108px); line-height: .98; letter-spacing: -.02em; margin-top: 18px; }
.hero h1 em { font-style: italic; background: linear-gradient(100deg, var(--rose), var(--lilac) 70%); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .06em; }
.wave { display: inline-block; transform-origin: 70% 80%; animation: wave 2.8s ease-in-out 1s infinite; }
@keyframes wave { 0%, 60%, 100% { transform: rotate(0); } 10%, 30% { transform: rotate(16deg); } 20%, 40% { transform: rotate(-10deg); } }
.hero-sub { color: var(--muted); font-size: clamp(17.5px, 1.6vw, 20px); max-width: 42ch; margin-top: 20px; }
.hero-sub b { color: var(--ink); font-weight: 700; }

.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 15px 24px; border-radius: 999px; font-weight: 700; font-size: 16.5px; transition: transform .35s var(--bounce), box-shadow .3s var(--ease), background .2s; }
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(0) scale(.97); }
.btn-primary { background: var(--rose-deep); color: #fff; box-shadow: 0 14px 28px -14px rgba(226, 104, 141, .9); }
.btn-primary:hover { background: #d2557c; }
.links .nav-cta { background: var(--rose-deep); }
.btn-ghost { border: 2px solid var(--line-strong); color: var(--ink); }
.btn-ghost:hover { border-color: var(--rose); color: var(--rose); }

.level { margin-top: 34px; max-width: 400px; }
.level-top { display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); }
.level-top b { color: var(--mint); }
.level-bar { margin-top: 8px; height: 14px; border-radius: 99px; background: #f6e2e6; overflow: hidden; }
.level-bar i { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, var(--rose), var(--lilac)); transition: width 1.6s var(--ease) .6s; }

/* hero art: a cosy window scene */
.scene { position: relative; width: 100%; max-width: 460px; justify-self: center; aspect-ratio: 1; }
.scene .room {
  position: absolute; inset: 6%; border-radius: 40% 40% 24px 24px;
  background: linear-gradient(180deg, #ffe6ee, #fff6f2 60%);
  box-shadow: 0 40px 70px -40px rgba(61, 36, 48, .55), inset 0 0 0 10px #fff;
  overflow: hidden;
}
.scene .sun { position: absolute; top: 16%; left: 50%; transform: translateX(-50%); width: 42%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #ffd9a1, #f7b267); box-shadow: 0 0 60px rgba(247, 178, 103, .7); animation: bob 6s ease-in-out infinite; }
.scene .shelf { position: absolute; bottom: 22%; left: 12%; right: 12%; height: 8px; border-radius: 4px; background: #e8c7b8; }
.scene .thing { position: absolute; bottom: calc(22% + 8px); font-size: clamp(26px, 6vw, 42px); animation: bob 5s ease-in-out infinite; }
.scene .thing:nth-child(4) { left: 18%; animation-delay: .2s; }
.scene .thing:nth-child(5) { left: 40%; animation-delay: .8s; }
.scene .thing:nth-child(6) { left: 62%; animation-delay: 1.4s; }
.scene .frame { position: absolute; inset: 0; border-radius: 40% 40% 24px 24px; border: 12px solid #fff; box-shadow: 0 0 0 3px var(--rose-soft); pointer-events: none; }
@keyframes bob { 50% { transform: translateY(-10px); } }
.scene .thing:nth-child(n) { transform-origin: bottom center; }

/* ---------------------------------------------------------------- about */
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 70px); align-items: center; }
.card-stage { justify-self: center; width: 100%; max-width: 360px; }
.player {
  position: relative; border-radius: 30px; padding: 22px; background: var(--card);
  box-shadow: 0 40px 70px -40px rgba(61, 36, 48, .55), 0 0 0 2px #fff, 0 0 0 5px var(--rose-soft);
}
.player-top { display: flex; justify-content: space-between; font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); }
.player-top b { color: var(--rose); }
.avatar { margin: 16px 0 18px; aspect-ratio: 5 / 4; border-radius: 22px; overflow: hidden; background: linear-gradient(160deg, #ffe0ea, #f3e6ff); display: grid; place-items: center; }
.avatar picture, .avatar img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }
.avatar svg { width: 76%; height: auto; }
.player .player-name { font-family: var(--display); font-weight: 700; font-size: 32px; line-height: 1; }
.player .role { color: var(--lilac); font-weight: 700; font-size: 14.5px; margin-top: 4px; }
.stats { list-style: none; margin-top: 18px; display: grid; gap: 11px; }
.stats li { display: grid; grid-template-columns: 1fr auto; gap: 3px 10px; font-size: 14px; color: var(--muted); font-weight: 600; }
.stats li b { color: var(--ink); font-size: 13px; }
.stats .bar { grid-column: 1 / -1; height: 8px; border-radius: 9px; background: #f6e6ea; overflow: hidden; }
.stats .bar i { display: block; height: 100%; width: 0; border-radius: inherit; background: var(--c, var(--rose)); transition: width 1.2s var(--ease); }
.in .stats .bar i { width: var(--v); }

.about-copy p { color: var(--muted); font-size: clamp(16.5px, 1.4vw, 19px); margin-top: 16px; max-width: 52ch; }
.about-copy p b { color: var(--ink); font-weight: 700; }
.quick { list-style: none; margin-top: 26px; }
.quick li { display: grid; grid-template-columns: 150px 1fr; gap: 14px; padding: 13px 0; border-bottom: 2px dotted var(--line); align-items: baseline; }
.quick span { font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); }
.quick b { font-weight: 600; }

/* ---------------------------------------------------------------- loves */
.loves { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.love {
  position: relative; overflow: hidden; padding: 26px 24px; border-radius: var(--r); background: var(--card);
  box-shadow: 0 20px 40px -30px rgba(61, 36, 48, .5); border: 2px solid transparent;
  transition: transform .45s var(--bounce), border-color .3s, box-shadow .3s;
}
.love::after { content: ""; position: absolute; width: 170px; height: 170px; right: -60px; top: -70px; border-radius: 50%; background: var(--c); opacity: .14; transition: transform .5s var(--ease); }
.love:hover { transform: translateY(-6px) rotate(-.6deg); border-color: var(--c); box-shadow: 0 30px 50px -30px rgba(61, 36, 48, .55); }
.love:hover::after { transform: scale(1.3); }
.love-icon { width: 60px; height: 60px; border-radius: 20px; display: grid; place-items: center; font-size: 30px; background: color-mix(in srgb, var(--c) 18%, #fff); transition: transform .5s var(--bounce); }
.love:hover .love-icon { transform: scale(1.12) rotate(-8deg); }
.love h3 { font-family: var(--display); font-weight: 700; font-size: 24px; margin-top: 16px; }
.love p { color: var(--muted); font-size: 15.5px; margin-top: 6px; }
.love small { display: block; margin-top: 14px; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--c); }

/* ---------------------------------------------------------------- badges */
.badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.badge { text-align: center; padding: 26px 14px 22px; border-radius: var(--r); background: var(--card); box-shadow: 0 18px 36px -30px rgba(61, 36, 48, .5); transition: transform .45s var(--bounce), box-shadow .3s; }
.badge:hover { transform: translateY(-5px); box-shadow: 0 26px 44px -28px rgba(226, 104, 141, .6); }
.badge .medal {
  width: 74px; height: 74px; margin: 0 auto; border-radius: 50%; display: grid; place-items: center; font-size: 32px;
  background: conic-gradient(from 200deg, #ffd7e4, #fff0f4, #ffd7e4, #f9c8d8, #ffd7e4);
  box-shadow: inset 0 0 0 5px #fff, 0 10px 22px -12px rgba(226, 104, 141, .9);
  transition: transform .7s var(--bounce);
}
.badge:hover .medal, .badge.pop .medal { transform: rotateY(360deg) scale(1.06); }
.badge h3 { font-size: 16px; font-weight: 700; margin-top: 14px; line-height: 1.25; }
.badge p { font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); margin-top: 6px; }
.badge.locked .medal { background: #f3e8ec; filter: grayscale(.4); }
.badge.locked h3 { color: var(--muted); }

/* ---------------------------------------------------------------- studio + joke */
.fun-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 18px; align-items: stretch; }
.panel { border-radius: 28px; background: var(--card); box-shadow: 0 26px 50px -35px rgba(61, 36, 48, .55); overflow: hidden; }
.studio { display: flex; flex-direction: column; }
.tools { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 14px 16px; border-bottom: 2px dotted var(--line); }
.tool {
  width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center; font-size: 22px;
  background: #fff; box-shadow: 0 6px 14px -10px rgba(61, 36, 48, .8); border: 2px solid transparent;
  transition: transform .35s var(--bounce), border-color .2s;
}
.tool:hover { transform: translateY(-3px) scale(1.06); }
.tool[aria-pressed="true"] { border-color: var(--rose); background: var(--rose-soft); }
.tools .spacer { flex: 1; }
.tools .txt { padding: 10px 16px; border-radius: 999px; font-weight: 700; font-size: 14.5px; background: #fff; box-shadow: 0 6px 14px -10px rgba(61, 36, 48, .8); }
.tools .txt:hover { color: var(--rose); }
#studio-canvas { width: 100%; aspect-ratio: 4 / 3; touch-action: none; cursor: crosshair; background: repeating-linear-gradient(45deg, #fffdfc 0 14px, #fff7f8 14px 28px); }
.studio-hint { padding: 12px 16px; font-size: 13.5px; font-weight: 600; color: var(--faint); border-top: 2px dotted var(--line); }

.side-stack { display: grid; gap: 18px; grid-template-rows: 1fr auto; }
.joke { padding: 28px; display: flex; flex-direction: column; }
.joke .eyebrow { color: var(--lilac); }
.joke .eyebrow::before { content: "✿"; }
.joke blockquote { font-family: var(--display); font-weight: 700; font-size: clamp(21px, 2vw, 26px); line-height: 1.3; margin: 16px 0 10px; }
.joke .punch { color: var(--rose); font-weight: 700; font-size: 18px; margin-bottom: 20px; min-height: 2.6em; }
.joke .punch.hidden { opacity: 0; }
.joke .btn { align-self: flex-start; padding: 12px 20px; font-size: 15px; }
.countdown { padding: 24px 28px; }
.countdown .eyebrow { color: var(--gold); }
.countdown .eyebrow::before { content: "✦"; }
.cd-row { display: flex; gap: 10px; margin-top: 14px; }
.cd-row div { flex: 1; text-align: center; padding: 12px 4px; border-radius: 18px; background: var(--rose-soft); }
.cd-row b { display: block; font-family: var(--display); font-weight: 700; font-size: 28px; line-height: 1; }
.cd-row span { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); }


/* ---------------------------------------------------------------- gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.shot {
  position: relative; padding: 0; overflow: hidden; border-radius: 20px; aspect-ratio: 4 / 5; cursor: zoom-in;
  background: #fce4ec; box-shadow: 0 16px 30px -24px rgba(0, 0, 0, .8);
  transition: transform .45s var(--bounce), box-shadow .3s;
}
.shot img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 26%; transition: transform .6s var(--ease); }
.shot figcaption {
  position: absolute; inset: auto 0 0; padding: 26px 14px 12px; text-align: left;
  font-size: 14px; font-weight: 700; color: #fff; line-height: 1.25;
  background: linear-gradient(to top, rgba(0, 0, 0, .68), transparent);
  opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s var(--ease);
}
.shot:hover, .shot:focus-visible { transform: translateY(-5px); box-shadow: 0 26px 40px -22px rgba(0, 0, 0, .8); }
.shot:hover img, .shot:focus-visible img { transform: scale(1.06); }
.shot:hover figcaption, .shot:focus-visible figcaption { opacity: 1; transform: none; }
.shot.wide { grid-column: span 2; aspect-ratio: 8 / 5; }

.lightbox { margin: auto; border: 0; padding: 0; background: transparent; max-width: min(94vw, 1000px); max-height: 94vh; overflow: visible; }
.lightbox::backdrop { background: rgba(20, 12, 18, .88); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.lightbox figure { background: #fff; padding: 10px 10px 14px; border-radius: 18px; }
.lightbox img { max-width: 100%; max-height: calc(94vh - 90px); width: auto; margin: 0 auto; border-radius: 10px; }
.lightbox figcaption { color: var(--ink); font-weight: 700; font-size: 17px; margin-top: 10px; text-align: center; }
.lb-close, .lb-nav {
  position: fixed; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; font-size: 28px; line-height: 1;
  background: rgba(255, 255, 255, .92); color: var(--ink); box-shadow: 0 10px 24px -14px rgba(0, 0, 0, .9);
  transition: transform .3s var(--bounce), background .2s;
}
.lb-close:hover, .lb-nav:hover { transform: scale(1.1); background: #fff; }
.lb-close { top: 18px; right: 18px; }
.lb-nav { top: 50%; margin-top: -26px; }
.lb-nav.prev { left: 18px; } .lb-nav.next { right: 18px; }
.lb-count { position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%); color: #fff; font-weight: 700; font-size: 14px; letter-spacing: .08em; }
@media (max-width: 980px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; } .shot figcaption { opacity: 1; transform: none; font-size: 12.5px; padding: 20px 10px 9px; } .lb-nav { top: auto; bottom: 18px; margin: 0; } .lb-count { bottom: 84px; } }

/* ---------------------------------------------------------------- crew */
.crew { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.member { display: flex; flex-direction: column; gap: 12px; padding: 26px; border-radius: var(--r); background: var(--card); box-shadow: 0 20px 40px -32px rgba(61, 36, 48, .5); transition: transform .4s var(--bounce); }
a.member:hover { transform: translateY(-5px); }
.member .mono-badge { width: 54px; height: 54px; border-radius: 18px 18px 18px 6px; display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 22px; color: #3d2430; background: var(--c); }
.member h3 { font-family: var(--display); font-weight: 700; font-size: 24px; }
.member p { color: var(--muted); font-size: 15.5px; }
.member .url { margin-top: auto; font-size: 12.5px; font-weight: 700; letter-spacing: .04em; color: var(--c); display: flex; align-items: center; gap: 7px; }

/* ---------------------------------------------------------------- footer */
.footer { padding-block: 40px 52px; border-top: 2px dotted var(--line); }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; }
.footer p { color: var(--faint); font-size: 14.5px; font-weight: 600; }
.footer p b { color: var(--muted); }
.to-top { display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px; border-radius: 999px; border: 2px solid var(--line-strong); font-weight: 700; font-size: 15px; transition: border-color .2s, color .2s; }
.to-top:hover { border-color: var(--rose); color: var(--rose); }
.to-top span { display: inline-block; transition: transform .5s var(--ease); }
.to-top.launch span { transform: translateY(-110px) rotate(20deg); }

#confetti { position: fixed; inset: 0; z-index: 90; pointer-events: none; width: 100%; height: 100%; }
html.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: calc(var(--d, 0) * 90ms); }
html.js .reveal.in { opacity: 1; transform: none; }

/* ---------------------------------------------------------------- responsive */
@media (max-width: 980px) {
  .hero-grid, .about-grid, .fun-grid { grid-template-columns: 1fr; }
  .scene { max-width: 340px; order: -1; }
  .loves { grid-template-columns: repeat(2, 1fr); }
  .badges { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .menu-btn { display: grid; place-items: center; }
  .links {
    position: fixed; inset: 74px 12px auto; flex-direction: column; align-items: stretch; gap: 4px; padding: 12px;
    background: #fff; border-radius: 22px; box-shadow: 0 20px 40px -20px rgba(61, 36, 48, .5);
    opacity: 0; transform: translateY(-10px); pointer-events: none; transition: opacity .25s, transform .25s var(--ease);
  }
  .links.open { opacity: 1; transform: none; pointer-events: auto; }
  .links a { padding: 13px 16px; font-size: 17px; }
  .links .nav-cta { text-align: center; margin: 6px 0 0; }
}
@media (max-width: 600px) {
  .loves { grid-template-columns: 1fr; }
  .badges { grid-template-columns: repeat(2, 1fr); }
  .quick li { grid-template-columns: 1fr; gap: 2px; }
  #studio-canvas { aspect-ratio: 1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html.js .reveal { opacity: 1; transform: none; }
}
