:root {
  --ink: #101116;
  --muted: #63646c;
  --paper: #f7f5f0;
  --card: #fffdfa;
  --line: #dfddd5;
  --acid: #c7ff48;
  --violet: #7c52f4;
  --warm: #ff785a;
  --greenish: #32a88f;
  --shadow: 0 18px 55px rgba(18, 17, 20, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Inter, system-ui, sans-serif; line-height: 1.5; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .6; background-image: radial-gradient(#ccc8bd .75px, transparent .75px); background-size: 15px 15px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 40px)); margin: auto; }
nav { display: flex; align-items: center; justify-content: space-between; padding: 25px 0; }
.brand { display: flex; gap: 11px; align-items: center; font-family: "DM Sans", Inter, system-ui, sans-serif; font-size: 1.02rem; font-weight: 700; letter-spacing: -.055em; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 29px; height: 29px; background: var(--ink); color: var(--acid); border-radius: 50%; }
.nav-links { display: flex; gap: 7px; }
.nav-links a { padding: 7px 12px; border-radius: 100px; color: var(--muted); font-size: .9rem; font-weight: 600; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); background: #e9e6de; }
.eyebrow { font: 700 .72rem "Space Mono", monospace; letter-spacing: .14em; text-transform: uppercase; color: var(--violet); }
.button { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--ink); border-radius: 100px; padding: 12px 17px; font-weight: 700; font-size: .92rem; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button.primary { background: var(--ink); color: white; }
.button.primary:hover { background: var(--violet); border-color: var(--violet); }
.button.acid { background: var(--acid); border-color: var(--acid); }
.landing-main { min-height: 100svh; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; position: relative; text-align: center; }
.landing-main h1 { font-size: clamp(4.5rem, 15vw, 13rem); letter-spacing: -.11em; line-height: .75; margin: 0; position: relative; z-index: 1; }
.landing-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 43px; position: relative; z-index: 1; }
.landing-about { position: absolute; bottom: 28px; font: 1rem "Space Mono", monospace; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.landing-orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.landing-orbit-one { width: min(75vw, 860px); aspect-ratio: 1; }.landing-orbit-two { width: min(50vw, 590px); aspect-ratio: 1; border-style: dashed; transform: rotate(21deg); }
.page-head { padding: 72px 0 82px; max-width: 760px; }
.page-head h1 { font-size: clamp(3.5rem, 8vw, 7.1rem); letter-spacing: -.085em; line-height: .86; margin: 17px 0 20px; }
.page-head p { color: var(--muted); max-width: 560px; font-size: 1.08rem; }
.section { padding: 102px 0; }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); letter-spacing: -.07em; line-height: .95; margin: 8px 0 0; }
.section-link { font-size: .9rem; font-weight: 700; border-bottom: 1px solid; padding-bottom: 2px; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; }
.about-copy { font: 400 clamp(1.6rem, 3vw, 2.6rem)/1.1 Georgia, serif; letter-spacing: -.06em; margin: 0; }
.about-detail { color: var(--muted); font-size: 1.04rem; max-width: 540px; }
.about-detail p:first-child { margin-top: 0; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.project { min-height: 330px; padding: 25px; border: 1px solid var(--line); border-radius: 17px; display: flex; flex-direction: column; justify-content: space-between; background: var(--card); transition: transform .25s, box-shadow .25s; overflow: hidden; }
.project:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.project-art { height: 135px; border-radius: 11px; padding: 14px; position: relative; overflow: hidden; font: 700 .66rem "Space Mono", monospace; letter-spacing: .1em; }
.project-art::after { content: ""; position: absolute; width: 130px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; right: -33px; bottom: -60px; opacity: .6; }
.guitar { background: #ffe4ae; color: #6a4618; }.empire { background: #17161f; color: #c7ff48; }.somna { background: #dcd2ff; color: #4725ac; }.tuxun { background: #c9f0eb; color: #135e58; }
.project h3 { margin: 18px 0 5px; letter-spacing: -.04em; font-size: 1.35rem; }.project p { color: var(--muted); font-size: .9rem; margin: 0; }
.project footer { margin-top: 20px; display: flex; justify-content: space-between; align-items: center; font: .68rem "Space Mono", monospace; text-transform: uppercase; color: var(--muted); }
.interest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.interest-card { min-height: 250px; background: var(--card); border: 1px solid var(--line); border-radius: 17px; padding: 25px; transition: transform .2s; }.interest-card:hover { transform: rotate(-1deg) translateY(-4px); }
.interest-card span { font: .65rem "Space Mono", monospace; color: var(--violet); }.interest-card h3 { letter-spacing: -.055em; font-size: 1.6rem; margin: 47px 0 8px; }.interest-card p { color: var(--muted); font-size: .92rem; margin: 0; }
.contact-list { border-top: 1px solid var(--line); }
.contact-item { padding: 21px 4px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 150px 1fr auto; gap: 20px; align-items: center; transition: padding .2s, background .2s; }
.contact-item:hover { background: var(--card); padding-inline: 16px; }.contact-name { font: 700 1.3rem/1 "Space Mono", monospace; letter-spacing: -.08em; }.contact-handle { color: var(--muted); }.arrow { font-size: 1.25rem; }
.note { padding: 35px; border-radius: 17px; background: var(--ink); color: white; margin-top: 52px; display: flex; justify-content: space-between; gap: 30px; align-items: center; }.note p { color: #c0bfc4; max-width: 520px; }
.site-footer { border-top: 1px solid var(--line); padding: 25px 0 40px; color: var(--muted); display: flex; justify-content: space-between; font: .68rem "Space Mono", monospace; }
@media (max-width: 700px) { .shell { width: min(100% - 28px, 1160px); }.about-grid { grid-template-columns: 1fr; gap: 42px; }.project-grid, .interest-grid { grid-template-columns: 1fr; }.section { padding: 72px 0; }.section-top, .note { align-items: flex-start; flex-direction: column; }.contact-item { grid-template-columns: 1fr auto; gap: 8px; }.contact-handle { grid-column: 1; }.nav-links a { padding-inline: 8px; }.brand { font-size: .92rem; }.site-footer { gap: 12px; flex-direction: column; }.landing-main h1 { font-size: clamp(4rem, 21vw, 7rem); } }

/* Welcome page: intentionally a loose constellation, not a tidy menu. */
.landing-main { min-height: 100svh; padding: 30px; display: grid; place-items: center; overflow: hidden; position: relative; text-align: center; }
.landing-main h1 { font-size: clamp(3.7rem, 10vw, 9.2rem); letter-spacing: -.1em; line-height: .82; margin: 0; position: relative; z-index: 2; }
.landing-main h1 span { color: var(--greenish); }
.landing-bubble { position: absolute; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 2px; padding: 17px 42px 17px 20px; border: 1px solid var(--ink); border-radius: 50%; background: var(--card); text-align: left; font-size: 1.16rem; font-weight: 700; letter-spacing: -.04em; line-height: 1; box-shadow: 0 10px 0 rgba(16,17,22,.04); transition: transform .22s, box-shadow .22s; }
.landing-bubble span { font: .61rem "Space Mono", monospace; letter-spacing: .04em; color: var(--muted); text-transform: uppercase; }.landing-bubble b { position: absolute; right: 14px; bottom: 12px; color: var(--violet); }
.landing-bubble:hover { transform: translateY(-7px) rotate(-2deg); box-shadow: 0 18px 25px rgba(16,17,22,.14); }
.bubble-about { left: max(7vw, 40px); top: 22%; transform: rotate(-7deg); background: var(--acid); }.bubble-contact { right: max(6vw, 38px); top: 29%; transform: rotate(8deg); }.bubble-projects { right: 15%; bottom: 18%; transform: rotate(-5deg); background: #ded2ff; }
.landing-question { position: absolute; z-index: 2; left: 16%; bottom: 19%; margin: 0; font: 600 clamp(1.7rem, 2.8vw, 2.6rem)/.9 "Caveat", cursive; transform: rotate(5deg); }
.landing-orbit-one { width: min(78vw, 930px); aspect-ratio: 1; }.landing-orbit-two { width: min(55vw, 640px); aspect-ratio: 1; border-style: dashed; transform: rotate(21deg); }
.howlong { background: #ffdfd7; color: #9a3322; }
@media (max-width: 700px) {
  .landing-main { align-content: center; }.landing-main h1 { font-size: clamp(3.4rem, 15vw, 5.5rem); }
  .landing-bubble { padding: 13px 16px; font-size: .98rem; }.bubble-about { left: 7%; top: 18%; }.bubble-contact { right: 5%; top: 37%; }.bubble-projects { right: 17%; bottom: 19%; }
  .landing-question { left: 9%; bottom: 14%; }.landing-orbit-one { width: 125vw; }.landing-orbit-two { width: 93vw; }
}
