@import url('https://fonts.googleapis.com/css2?family=DM+Mono&family=DM+Sans:wght@400;500&family=Noto+Sans+KR:wght@400;500&display=swap');
:root{--paper:#f8f8f5;--mint:#e7f0e9;--ink:#181816;--muted:#66655f;--line:#c7c7c0;--wax:#d8b468}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:14px/1.45 'DM Sans','Noto Sans KR',sans-serif;padding:0 24px 108px}body.about-page{background:var(--mint)}a{color:inherit;text-decoration:none}.masthead{height:76px;border-bottom:1px solid var(--line);display:flex;align-items:center}.masthead a{font-size:19px;font-weight:500;letter-spacing:-.06em}.mono{font:11px 'DM Mono',monospace;letter-spacing:.06em;text-transform:uppercase}.ko{display:none}[lang="ko"] .en{display:none}[lang="ko"] .ko{display:block}.home-hero{position:relative;min-height:calc(100vh - 76px);border-bottom:1px solid var(--line);overflow:hidden}.home-categories{position:absolute;inset:0 48% 0 0;z-index:1;display:grid;grid-template-rows:1fr 1fr;font-family:'Arial Black',Impact,'DM Sans',sans-serif;font-size:clamp(61px,7.35vw,126px);font-weight:900;letter-spacing:-.085em;line-height:.74}.home-categories a{display:grid;grid-template-rows:1fr 1fr;align-items:center;align-content:stretch;width:100%;padding:4px 0;overflow:hidden}.home-categories span{display:block;white-space:nowrap;transform:scaleX(.93);transform-origin:left center;background:repeating-linear-gradient(to bottom,var(--ink) 0 74%,transparent 74% 80%,var(--ink) 80% 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.home-categories .material-link span:first-child{letter-spacing:-.12em}.home-categories .human-link span:first-child{font-size:1.63em;letter-spacing:-.12em}.home-categories a:hover span{background:repeating-linear-gradient(to bottom,var(--muted) 0 74%,transparent 74% 80%,var(--muted) 80% 100%);-webkit-background-clip:text;background-clip:text}.hero-image{position:absolute;right:0;top:0;width:48%;height:100%;border-left:1px solid var(--line);overflow:hidden}.page{max-width:1600px;margin:auto;padding-top:20px}.page-head{display:grid;grid-template-columns:1fr 2fr;gap:20px;padding-bottom:54px}.page-head h1{margin:0;font-size:14px;font-weight:500}.page-head p{margin:0;max-width:490px;color:var(--muted)}.material-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line)}.material-card{min-height:calc(100vh - 205px);padding:18px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.material-card:first-child{border-left:1px solid var(--line);background:var(--wax)}.material-card h2{margin:0;font-size:clamp(54px,9vw,145px);font-weight:400;letter-spacing:-.11em;line-height:.76}.material-card:nth-child(2) h2{font-size:clamp(48px,7.8vw,125px);transform:translateX(-.07em)}.material-card p{max-width:350px;margin:0;font-size:16px}.project-list,.notes{border-top:1px solid var(--line)}.project{display:grid;grid-template-columns:70px 1.45fr 1fr 30px;gap:16px;align-items:baseline;padding:18px 0;border-bottom:1px solid var(--line)}.project:hover{background:var(--wax)}.project h2{margin:0;font-size:clamp(34px,5vw,80px);font-weight:400;letter-spacing:-.085em;line-height:.88}.project:nth-child(2) h2{font-size:clamp(45px,6.5vw,106px);transform:translateX(-.04em)}.material{color:var(--muted)}.note-group{display:grid;grid-template-columns:1fr 2fr;gap:20px;padding:18px 0 54px;border-bottom:1px solid var(--line)}.note-group>h2{margin:0;font-size:14px;font-weight:500}.note-list{border-left:1px solid var(--line)}.note{display:grid;grid-template-columns:90px 1fr 20px;gap:14px;align-items:baseline;padding:15px 16px;border-bottom:1px solid var(--line)}.note:hover{background:var(--ink);color:var(--paper)}.note h3{margin:0;font-size:clamp(22px,3vw,45px);font-weight:400;letter-spacing:-.07em;line-height:1}.dreams{display:grid;grid-template-columns:repeat(13,1fr);border-left:1px solid var(--line)}.dream{min-height:210px;padding:10px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.dream:hover{background:var(--wax)}.profile{display:grid;grid-template-columns:minmax(200px,.85fr) 1.7fr;gap:clamp(35px,6vw,100px);border-top:1px solid var(--line);background:var(--paper);padding:28px 24px 80px}.profile-aside{display:flex;flex-direction:column;gap:24px}.profile-mark{font-size:12px;font-weight:500}.profile-photo{width:100%;max-width:360px;aspect-ratio:3/4;object-fit:cover;filter:grayscale(1);display:block}.profile-copy h2{max-width:650px;margin:0 0 30px;font-size:clamp(38px,5.2vw,82px);font-weight:400;letter-spacing:-.09em;line-height:.88}.profile-copy>p{max-width:670px;margin:0;font-size:18px;line-height:1.52}.profile-copy .education{margin:0 0 28px;color:var(--muted);font-size:15px;line-height:1.4}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:64px 0 0;padding:0}.principles div{border-top:1px solid var(--ink);padding-top:12px}.principles dt{font:10px 'DM Mono',monospace;letter-spacing:.05em;text-transform:uppercase}.principles dd{margin:18px 0 0;font-size:16px;line-height:1.35}.about-contact{display:grid;grid-template-columns:1fr 2fr;gap:20px;border-top:1px solid var(--line);padding:20px 0 40px}.about-contact h2{margin:0;font-size:clamp(52px,8vw,120px);font-weight:400;letter-spacing:-.1em;line-height:.82}.about-contact h2 a{border-bottom:2px solid}.article{max-width:900px;margin:0 auto;padding:clamp(80px,12vw,180px) 0}.article .date{margin:0 0 28px;color:var(--muted)}.article h1{max-width:850px;margin:0 0 76px;font-size:clamp(58px,9vw,150px);font-weight:400;letter-spacing:-.11em;line-height:.8}.article-body{max-width:680px;margin-left:auto;font-size:clamp(18px,2vw,25px);line-height:1.55;letter-spacing:-.035em}.article-body p{margin:0 0 1.5em}.dock{position:fixed;z-index:10;left:50%;bottom:22px;transform:translateX(-50%);display:flex;align-items:center;gap:0;max-width:calc(100vw - 32px);overflow:auto;border:1px solid var(--ink);border-radius:999px;background:rgba(248,248,245,.94);backdrop-filter:blur(12px);box-shadow:0 3px 15px rgba(0,0,0,.08)}.dock a,.dock button{white-space:nowrap;border:0;background:none;color:var(--ink);font:11px 'DM Mono',monospace;letter-spacing:.04em;padding:12px 13px;cursor:pointer}.dock a:hover,.dock a.active{background:var(--ink);color:var(--paper)}.dock a:first-child{border-radius:999px 0 0 999px}.dock button{border-left:1px solid var(--ink);border-radius:0 999px 999px 0}@media(max-width:900px){.dreams{grid-template-columns:repeat(4,1fr)}.profile{grid-template-columns:1fr}.principles{max-width:680px}}@media(max-width:720px){body{padding:0 16px 94px}.masthead{height:64px}.home-hero{min-height:calc(100vh - 64px)}.home-categories{position:relative;inset:auto;display:block;padding-top:12px;font-size:clamp(53px,15vw,86px);line-height:.78}.home-categories a{display:block;height:auto;padding:0 0 24px}.home-categories span{transform:none}.home-categories .human-link span:first-child{font-size:1.25em}.hero-image{position:relative;right:auto;width:100%;height:330px;border:1px solid var(--line);margin-top:10px}.page-head,.note-group,.profile,.about-contact{grid-template-columns:1fr}.page-head{padding-bottom:34px}.material-grid{grid-template-columns:1fr}.material-card,.material-card:first-child{min-height:280px;border-left:0;border-right:0;border-bottom:1px solid var(--line)}.project{grid-template-columns:34px 1fr 18px}.material{display:none}.note-list{border-left:0}.dreams{grid-template-columns:repeat(2,1fr);border-left:0}.dream:nth-child(2n){border-right:0}.principles{grid-template-columns:1fr;gap:25px;margin-top:45px}.profile{padding:22px 16px 55px}.profile-photo{max-width:260px}.article{padding:70px 0}.article h1{margin-bottom:50px;font-size:clamp(46px,15vw,84px)}.article-body{font-size:18px}.dock{bottom:12px}.dock a,.dock button{padding:11px 10px;font-size:10px}}
/* Let the schedule ticker inherit each page background. */
.schedule-ticker{background:transparent!important}
/* Keep the artist profile in the established off-white layout. */
body.about-page,body.about-page .profile,body.about-page .about-records,body.about-page .about-contact{background:var(--paper)!important}
/* Ensure the Home category lettering remains visible when image layers change. */
body.home .home-categories{z-index:4!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
body.home .home-categories a{display:grid!important;visibility:visible!important;opacity:1!important}
body.home .home-categories span{background:none!important;-webkit-background-clip:border-box!important;background-clip:border-box!important;color:var(--ink)!important;-webkit-text-fill-color:var(--ink)!important;visibility:visible!important;opacity:1!important}
/* Keep Dream Observations readable against the celadon Note background. */
body.note-page .dreams .dream.is-published,body.note-page .dreams .dream.is-published span,body.note-page .dreams .dream.is-published strong{color:var(--ink)!important;-webkit-text-fill-color:var(--ink)!important;text-shadow:none!important}
/* Active navigation and language options retain the charcoal selection state. */
.dock a.active,.dock button.active,.language-option.is-active{background:#1b1b19!important;color:#fffefa!important;border-color:#1b1b19!important;-webkit-text-fill-color:#fffefa!important}
/* Edition repeats the Home Descartes card treatment. */
.shop-page .shop-card:nth-child(n+2){position:relative;overflow:hidden;background:#fffefa!important;border:1px solid #181816!important;box-shadow:none!important}
.shop-page .shop-card:nth-child(n+2)::before{background:#fffefa!important;opacity:1!important}
.shop-page .shop-card:nth-child(n+2)::after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(to left bottom,transparent calc(50% - .5px),#181816 50%,transparent calc(50% + .5px));opacity:.82;pointer-events:none}
.shop-page .shop-card:nth-child(n+2) .shop-card-info{position:relative;z-index:3}
.shop-page #descartes-01 .shop-card-status{font-size:0!important}
.shop-page #descartes-01 .shop-card-status::after{content:"UPCOMING";font-size:11px}
/* Shopping cart glyph replaces the tote-bag icon. */
.cart-option::before{left:8px!important;top:8px!important;width:13px!important;height:9px!important;border:1.4px solid currentColor!important;border-top:0!important;border-radius:0 0 2px 2px!important;transform:skewX(-11deg)!important}
.cart-option::after{left:10px!important;top:18px!important;width:12px!important;height:4px!important;border:0!important;border-radius:0!important;background:radial-gradient(circle at 2px 2px,currentColor 0 1.55px,transparent 1.7px),radial-gradient(circle at 10px 2px,currentColor 0 1.55px,transparent 1.7px)!important}
/* A delayed inquiry appears only after dwelling on a Home edition. */
.home .shop-card .shop-card-info::after{content:"Would you like to purchase this story?";position:absolute;left:50%;top:50%;z-index:5;width:max-content;max-width:calc(100% - 28px);padding:8px 10px;border:1px solid #181816;border-radius:14px;background:#fffefa;color:#181816;font:10px/1.15 "DM Mono",monospace;letter-spacing:.015em;text-align:center;white-space:normal;box-shadow:3px 3px 0 rgba(24,24,22,.16);opacity:0;pointer-events:none;transform:translate(-50%,-42%);transition:opacity .18s ease,transform .18s ease;transition-delay:0s}
.home .shop-card:hover .shop-card-info::after{opacity:1;transform:translate(-50%,-50%);transition-delay:2s}
/* Upcoming issues occupy the open upper-right field on Home. */
.home-upcoming{position:absolute;z-index:5;top:0;right:0;width:48%;height:100%;padding:13px 18px 24px 24px;display:flex;flex-direction:column;align-items:flex-start;color:#181816;pointer-events:none}
.home-upcoming-kicker{margin:0 0 14px;font-size:10px;letter-spacing:.08em}
.home-issue{display:grid;grid-template-columns:68px minmax(0,1fr);column-gap:10px;align-items:baseline;width:100%;padding:5px 0;border-top:1px solid rgba(24,24,22,.26);transition:opacity .2s ease}
.home-issue span{font-size:10px;letter-spacing:.055em;white-space:nowrap}.home-issue strong{font:700 clamp(19px,2.1vw,35px)/.93 "Arial Black",Impact,"DM Sans",sans-serif;letter-spacing:-.075em;text-transform:uppercase}.home-issue.issue-01{opacity:1}.home-issue.issue-02{opacity:.66}.home-issue.issue-03{opacity:.38}.home-issue.issue-04{opacity:.16;min-height:46px}.home-issue.issue-04 strong{display:block;min-height:1em}
@media(max-width:720px){.home-upcoming{position:relative;right:auto;top:auto;width:100%;height:auto;min-height:0;margin:0;padding:18px 0 20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.home-upcoming-kicker{margin-bottom:10px}.home-issue{grid-template-columns:62px 1fr;padding:7px 0}.home-issue strong{font-size:clamp(22px,7vw,38px)}.home-issue.issue-04{min-height:42px}}
/* Project names retain their authored capitalization. */
.home-issue strong{text-transform:none}
/* Continue the Upcoming importance gradient through Issue 06. */
.home-issue.issue-04{opacity:.27;min-height:0}.home-issue.issue-05{opacity:.18}.home-issue.issue-06{opacity:.11}
/* Continue the Upcoming hierarchy through Issues 07 and 08. */
.home-issue.issue-07{opacity:.075}.home-issue.issue-08{opacity:.045}
/* Deployment refresh: recovered global scripts. */
/* Descartes cards: 30% smaller on Home and Edition. */
.home-shop .shop-card,.shop-page .shop-card{width:70%;justify-self:start}
.home-shop .shop-card:nth-child(2),.home-shop .shop-card:nth-child(5),.shop-page .shop-card:nth-child(2),.shop-page .shop-card:nth-child(5){justify-self:center}
.home-shop .shop-card:nth-child(3),.home-shop .shop-card:nth-child(6),.shop-page .shop-card:nth-child(3),.shop-page .shop-card:nth-child(6){justify-self:end}
@media(max-width:720px){.home-shop .shop-card,.shop-page .shop-card{width:70%}}
