:root {
	--ink: #111212;
	--paper: #f2f0e9;
	--acid: #caff4a;
	--coral: #ff715b;
	--line: rgba(17, 18, 18, .18);
	--muted: #666762;
	--display: "Arial Black", "Trebuchet MS", Arial, sans-serif;
	--body: Georgia, "Times New Roman", serif;
	--sans: "Trebuchet MS", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.hero, .work-section, .archive, .about, footer { scroll-margin-top: 24px; }
.topbar { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 25px 0; border-bottom: 1px solid var(--line); background: rgba(242,240,233,.94); font-family: var(--sans); font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(12px); }
.mark { font-weight: 900; letter-spacing: -.05em; font-size: 1.05rem; text-decoration: none; }
.menu-toggle { display: none; }
.nav { display: flex; gap: 28px; }
.nav a { text-decoration: none; opacity: .7; transition: opacity .2s; }
.nav a:hover { opacity: 1; }
.nav a:focus-visible, .mark:focus-visible, .arrow-link:focus-visible, .project:focus-visible, .archive-item:focus-visible, .site-tag:focus-visible, .contact a:focus-visible { outline: 2px solid var(--coral); outline-offset: 5px; }
.availability { display: flex; align-items: center; gap: 8px; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: #4d9a43; }

.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr); align-items: center; gap: clamp(42px, 8vw, 120px); padding: 92px 0 110px; position: relative; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; top: 15%; right: -8vw; width: 54%; height: 70%; border: 1px solid var(--line); background: var(--acid); opacity: .24; transform: rotate(3deg); }
.hero::after { content: ""; position: absolute; z-index: -1; right: 4%; bottom: 54px; width: 130px; height: 1px; background: var(--coral); }
.hero-copy { position: relative; z-index: 1; animation: rise .75s ease both; }
.kicker, .eyebrow { font-family: var(--sans); font-size: .72rem; font-weight: bold; letter-spacing: .12em; text-transform: uppercase; }
.kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.kicker::before { content: ""; display: block; width: 38px; height: 2px; background: var(--coral); }
.hero-index { display: flex; gap: 18px; margin: 0 0 24px 48px; color: var(--muted); font-family: var(--sans); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-index span + span::before { content: "//"; margin-right: 18px; color: var(--coral); }
h1 { margin: 0; max-width: 840px; font-family: var(--display); font-size: clamp(5rem, 12.5vw, 10.5rem); font-weight: 900; letter-spacing: -.09em; line-height: .82; text-transform: uppercase; }
.hero-intro { width: min(480px, 100%); margin: 34px 0 0 8px; font-size: clamp(1.2rem, 2.1vw, 1.65rem); line-height: 1.16; }
.hero-intro strong { font-weight: normal; color: var(--ink); }
.hero-intro em { color: #787a26; font-style: normal; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin: 34px 0 0 8px; }
.arrow-link { display: inline-flex; align-items: center; gap: 14px; font-family: var(--sans); font-size: .77rem; font-weight: bold; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.arrow-link span { display: inline-grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid var(--ink); border-radius: 50%; font-family: Arial, sans-serif; font-size: 1.05rem; line-height: 1; text-align: center; transition: transform .2s, background .2s; }
.arrow-link:hover span { transform: translateY(3px); background: var(--acid); }
.text-link { color: var(--muted); font-family: var(--sans); font-size: .68rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link:hover { color: var(--ink); }
.hero-art { position: relative; height: 400px; overflow: visible; animation: float-in .9s .15s ease both; }
.profile-panel { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid var(--ink); background: var(--coral); box-shadow: 14px 14px 0 var(--ink); transform: rotate(2deg); }
.profile-top, .profile-bottom { display: flex; justify-content: space-between; gap: 16px; font-family: var(--sans); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.profile-top { padding-bottom: 14px; border-bottom: 1px solid rgba(17,18,18,.35); }
.profile-mark { margin-top: auto; color: var(--paper); font-family: var(--display); font-size: clamp(7rem, 16vw, 13rem); letter-spacing: -.14em; line-height: .72; }
.profile-mark span { color: var(--acid); }
.profile-caption { margin: 30px 0 48px; font-family: var(--body); font-size: clamp(1.5rem, 2.5vw, 2.2rem); line-height: .98; }
.profile-bottom { padding-top: 14px; border-top: 1px solid rgba(17,18,18,.35); }
.sun { position: absolute; top: 30px; right: 12%; width: min(250px, 60vw); aspect-ratio: 1; border-radius: 50%; background: var(--coral); }
.sun::after { content: ""; position: absolute; inset: 13%; border: 2px solid var(--ink); border-radius: 50%; }
.orbit { position: absolute; top: 7%; left: 6%; width: 88%; height: 72%; border: 1px solid var(--ink); border-radius: 50%; transform: rotate(-16deg); }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 15px; height: 15px; border-radius: 50%; background: var(--acid); border: 1px solid var(--ink); }
.orbit::before { top: 9%; left: 19%; }
.orbit::after { right: 6%; bottom: 15%; background: var(--ink); }
.sticker { position: absolute; right: 0; bottom: 20px; width: 146px; height: 146px; padding: 26px 18px; background: var(--acid); border: 1px solid var(--ink); transform: rotate(9deg); font-family: var(--sans); font-size: .8rem; font-weight: bold; line-height: 1.05; text-transform: uppercase; }
.sticker strong { display: block; margin-top: 9px; font-family: var(--display); font-size: 2.3rem; letter-spacing: -.05em; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 0 8px; }
.hero-tags span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 100px; font-family: var(--sans); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }

.work-section { padding: 30px 0 130px; }
.notes-section { padding: 0 0 130px; }
.notes-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: end; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.notes-head h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.06em; line-height: .8; text-transform: uppercase; }
.notes-head p { max-width: 360px; margin: 0; font-size: 1.15rem; line-height: 1.2; }
.notes-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 28px; background: var(--ink); border: 1px solid var(--ink); }
.note-card { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 16px; min-height: 150px; padding: 18px; background: var(--paper); }
.note-number { color: var(--coral); font-family: var(--display); font-size: 1.4rem; }
.note-card h3 { margin: 0; font-family: var(--body); font-size: 1.6rem; font-weight: normal; line-height: 1.02; }
.note-card p { margin: 12px 0 0; color: var(--muted); font-family: var(--sans); font-size: .72rem; line-height: 1.35; }
.note-arrow { align-self: start; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }
.notes-loading, .notes-empty { grid-column: 1 / -1; margin: 0; padding: 20px; color: var(--muted); font-family: var(--sans); font-size: .72rem; text-transform: uppercase; }
.section-lead { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 24px; color: var(--muted); font-family: var(--sans); font-size: .62rem; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.section-lead span:last-child { text-align: right; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.section-head h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.06em; line-height: .8; text-transform: uppercase; text-wrap: balance; }
.section-tools { display: flex; align-items: end; gap: 24px; }
.section-note { max-width: 180px; margin: 0; font-family: var(--sans); font-size: .7rem; line-height: 1.35; text-transform: uppercase; }
.filters { display: flex; gap: 6px; }
.filter { padding: 8px 10px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; font-family: var(--sans); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s; }
.filter:hover, .filter.is-active { border-color: var(--ink); background: var(--ink); color: var(--acid); }
.filter:focus-visible, .menu-toggle:focus-visible, .copy-email:focus-visible { outline: 2px solid var(--coral); outline-offset: 4px; }
.projects { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--ink); border: 1px solid var(--ink); margin-top: 36px; counter-reset: project; }
.project { min-width: 0; position: relative; background: var(--paper); padding: 18px; text-decoration: none; transition: background .25s, transform .25s; }
.project::before { counter-increment: project; content: "0" counter(project); position: absolute; z-index: 2; top: 7px; right: 18px; color: var(--muted); font-family: var(--sans); font-size: .58rem; letter-spacing: .08em; }
.project:hover { background: var(--acid); transform: translateY(-4px); }
.project-visual { min-height: 280px; aspect-ratio: 1.28; overflow: hidden; position: relative; border: 1px solid var(--ink); display: flex; align-items: center; justify-content: center; contain: paint; }
.project-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, transparent 49.5%, rgba(17,18,18,.12) 50%, transparent 50.5%), linear-gradient(transparent 49.5%, rgba(17,18,18,.12) 50%, transparent 50.5%); background-size: 36px 36px; }
.visual-bitcoin { background: #152218; color: #ff9d2e; }
.visual-bitcoin .visual-word { font-family: var(--display); font-size: clamp(3.5rem, 8vw, 7rem); letter-spacing: -.08em; line-height: .78; text-align: center; transform: rotate(-8deg); position: relative; }
.visual-bitcoin .coin { position: absolute; width: 65px; height: 65px; border: 2px solid #ff9d2e; border-radius: 50%; right: 10%; top: 14%; font-family: var(--sans); display: grid; place-items: center; }
.chain-label { position: absolute; left: 18px; bottom: 16px; padding: 7px 9px; border: 1px solid #ff9d2e; color: #ff9d2e; font-family: var(--sans); font-size: .61rem; letter-spacing: .12em; }
.project-bitcoin:hover { background: #ff9d2e; color: #152218; }
.project-yue:hover { background: #f4d96f; }
.visual-yue { background: #fff8ea; }
.visual-yue .visual-word { position: relative; z-index: 1; font-family: var(--body); font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.1em; transform: rotate(5deg); }
.visual-yue .brush { position: absolute; width: 170px; height: 38px; border-radius: 50%; background: var(--coral); transform: rotate(-34deg); opacity: .85; }
.visual-yue .brush:first-child { top: 18%; left: 8%; }
.visual-yue .brush:last-child { bottom: 16%; right: 8%; transform: rotate(29deg); }
.official-stamp { position: absolute; z-index: 2; top: 18px; right: 18px; padding: 9px; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--sans); font-size: .55rem; line-height: .9; text-align: center; text-transform: uppercase; transform: rotate(12deg); }
.yue-caption { position: absolute; z-index: 2; bottom: 18px; left: 18px; font-family: var(--sans); font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; }
.visual-silicon { background: #dce8ef; color: #12344b; }
.visual-silicon::before { background-image: linear-gradient(90deg, transparent 49.5%, rgba(18,52,75,.12) 50%, transparent 50.5%), linear-gradient(transparent 49.5%, rgba(18,52,75,.12) 50%, transparent 50.5%); }
.visual-silicon .visual-word { position: relative; z-index: 1; font-family: var(--sans); font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 900; letter-spacing: -.1em; }
.sale-kicker, .sale-price { position: absolute; z-index: 1; font-family: var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.sale-kicker { top: 18px; left: 18px; font-size: .6rem; }
.sale-price { right: 18px; bottom: 18px; padding: 8px; border: 1px solid #12344b; font-size: 1.15rem; line-height: .9; text-align: right; }
.sale-price small { font-size: .5rem; }
.project-silicon:hover { background: #9fc6da; }
.visual-climate { background: #d9e2d2; color: #183c34; }
.visual-climate::before { background-image: linear-gradient(90deg, transparent 49.5%, rgba(24,60,52,.12) 50%, transparent 50.5%), linear-gradient(transparent 49.5%, rgba(24,60,52,.12) 50%, transparent 50.5%); }
.visual-climate .visual-word { position: relative; z-index: 1; font-family: var(--display); font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.1em; color: #183c34; }
.visual-climate .leaf { position: absolute; width: 95px; height: 160px; border: 1px solid #3e826c; border-radius: 100% 0 100% 0; transform: rotate(35deg); right: 12%; top: 12%; }
.climate-status { position: absolute; left: 18px; bottom: 18px; max-width: 170px; font-family: var(--sans); font-size: .58rem; line-height: 1.15; letter-spacing: .08em; text-transform: uppercase; }
.climate-price { right: 18px; bottom: 18px; color: #183c34; border-color: #183c34; }
.project-climate:hover { background: #adcba8; }
.project-meta { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); margin-top: 16px; }
.project-name { min-width: 0; font-size: clamp(1.25rem, 2.3vw, 1.65rem); text-wrap: balance; }
.project-type { font-family: var(--sans); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.project-arrow { font-family: var(--sans); font-size: 1.3rem; }
.project-detail { margin: 9px 0 0; max-width: 400px; color: var(--muted); font-family: var(--sans); font-size: .74rem; line-height: 1.4; text-wrap: pretty; }
.project-arrow { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; line-height: 1; transition: transform .2s, background .2s; }
.project:hover .project-arrow { transform: translate(2px, -2px); background: var(--ink); color: var(--acid); }

.archive { padding: 0 0 130px; }
.archive-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.archive-head h2 { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -.06em; line-height: .85; text-transform: uppercase; }
.archive-head p { max-width: 280px; margin: 0; font-size: 1.05rem; line-height: 1.2; }
.archive-list { display: grid; grid-template-columns: repeat(2, 1fr); }
.archive-item { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.archive-item:nth-child(odd) { margin-right: 34px; }
.archive-item:nth-child(even) { margin-left: 34px; }
.archive-item > span:first-child { display: block; min-width: 0; }
.archive-domain { display: block; font-family: var(--sans); font-size: .8rem; font-weight: bold; letter-spacing: .06em; text-transform: uppercase; }
.archive-description { display: block; margin: 6px 0 0; color: var(--muted); font-size: .95rem; line-height: 1.2; text-wrap: pretty; }
.archive-status { align-self: center; padding: 5px 7px; border: 1px solid var(--line); color: var(--muted); font-family: var(--sans); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.archive-item:hover .archive-domain { color: #657e1c; }

.about { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; padding: 110px 0 130px; border-top: 1px solid var(--line); }
.about h2 { margin: 0; font-family: var(--display); font-size: clamp(3.6rem, 8vw, 8rem); letter-spacing: -.07em; line-height: .78; text-transform: uppercase; }
.about-copy { max-width: 590px; }
.about-copy p { margin: 0 0 24px; font-size: clamp(1.35rem, 2.4vw, 2.1rem); line-height: 1.12; }
.about-copy p.small { font-size: 1rem; line-height: 1.45; max-width: 400px; }
.sites { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 36px; }
.site-tag { padding: 9px 12px; border: 1px solid var(--ink); border-radius: 100px; font-family: var(--sans); font-size: .72rem; text-decoration: none; transition: background .2s, color .2s; }
.site-tag:hover { background: var(--ink); color: var(--acid); }

footer { background: var(--ink); color: var(--paper); padding: 72px 0 30px; }
.footer-top { display: flex; justify-content: space-between; gap: 30px; align-items: end; padding-bottom: 90px; }
.footer-top h2 { width: min(100%, 700px); margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 9vw, 9rem); letter-spacing: -.08em; line-height: .76; text-transform: uppercase; }
.contact { color: var(--acid); font-family: var(--sans); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.contact a { text-decoration: none; border-bottom: 1px solid var(--acid); padding-bottom: 5px; }
.copy-email { display: block; margin-top: 22px; padding: 9px 11px; border: 1px solid var(--acid); background: transparent; color: var(--acid); cursor: pointer; font-family: var(--sans); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; transition: background .2s, color .2s; }
.copy-email:hover { background: var(--acid); color: var(--ink); }
.copy-status { display: block; min-height: 1em; margin-top: 8px; color: var(--paper); font-family: var(--sans); font-size: .62rem; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid rgba(242,240,233,.3); color: #aaa99f; font-family: var(--sans); font-size: .65rem; text-transform: uppercase; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float-in { from { opacity: 0; transform: translateX(25px) rotate(3deg); } to { opacity: 1; transform: translateX(0) rotate(0); } }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
@media (max-width: 720px) {
	.shell { width: min(100% - 32px, 1240px); }
	.topbar { padding: 18px 0; }
	.nav { display: none; }
	.hero { min-height: auto; grid-template-columns: 1fr; gap: 24px; padding: 64px 0 78px; }
	.hero::before { top: 37%; right: -20%; width: 110%; height: 43%; }
	.hero::after { bottom: 34px; }
	h1 { max-width: 520px; font-size: clamp(4.2rem, 18vw, 7.5rem); line-height: .86; }
	.hero-index { margin-left: 0; }
	.hero-actions { margin-top: 28px; margin-left: 0; gap: 18px; }
	.hero-art { height: 330px; margin-top: 18px; animation: rise .75s .15s ease both; }
	.profile-panel { padding: 16px; box-shadow: 9px 9px 0 var(--ink); }
	.profile-caption { margin-bottom: 28px; }
	.section-head, .archive-head { align-items: start; gap: 20px; flex-direction: column; }
	.section-lead { margin-bottom: 18px; }
	.section-lead span:last-child { text-align: left; }
	.section-tools { width: 100%; align-items: start; flex-direction: column; gap: 14px; }
	.projects { grid-template-columns: 1fr; }
	.project-visual { min-height: 245px; aspect-ratio: 1.18; }
	.project-meta { align-items: start; flex-wrap: wrap; }
	.project-name { flex: 1 1 70%; }
	.project-type { order: 3; flex-basis: 80%; }
	.archive { padding-bottom: 90px; }
	.archive-list { grid-template-columns: 1fr; }
	.archive-item:nth-child(odd), .archive-item:nth-child(even) { margin-left: 0; margin-right: 0; }
	.about { grid-template-columns: 1fr; gap: 52px; padding: 90px 0; }
	.notes-head { grid-template-columns: 1fr; gap: 24px; }
	.notes-list { grid-template-columns: 1fr; }
	.note-card { min-height: 120px; }
	.footer-top { align-items: start; flex-direction: column; padding-bottom: 70px; }
	.footer-bottom { gap: 20px; flex-direction: column; }
}
@media (max-width: 720px) {
	.topbar { position: sticky; }
	.menu-toggle { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; padding: 7px 0 7px 10px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-family: var(--sans); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
	.menu-toggle span { display: block; width: 14px; height: 1px; background: var(--ink); }
	.menu-toggle b { margin-left: 3px; font-weight: normal; }
	.nav { position: absolute; z-index: 10; top: calc(100% + 1px); right: 0; display: none; width: min(190px, 65vw); padding: 8px 14px; border: 1px solid var(--ink); background: var(--paper); box-shadow: 5px 5px 0 var(--ink); }
	.nav.is-open { display: grid; gap: 0; }
	.nav a { padding: 11px 0; border-bottom: 1px solid var(--line); }
	.nav a:last-child { border-bottom: 0; }
}
@media (min-width: 721px) and (max-width: 1100px) {
	.shell { width: min(100% - 40px, 1240px); }
	.hero { grid-template-columns: minmax(0, 1.05fr) minmax(250px, .95fr); gap: 3vw; }
	h1 { font-size: clamp(4.4rem, 11vw, 8rem); }
	.hero-art { height: 330px; }
	.project-visual { min-height: 250px; aspect-ratio: 1.2; }
	.project-name { font-size: 1.35rem; }
}
@media (max-width: 900px) and (orientation: landscape) {
	.topbar { padding-top: 16px; padding-bottom: 16px; }
	.hero { min-height: auto; padding-top: 48px; padding-bottom: 60px; }
	.hero-art { height: 250px; }
	.sun { width: 170px; }
	.sticker { width: 112px; height: 112px; padding: 18px 12px; font-size: .65rem; bottom: 0; }
	.sticker strong { font-size: 1.8rem; }
	.work-section { padding-bottom: 90px; }
}
@media (max-width: 420px) {
	.shell { width: calc(100% - 32px); }
	.availability { font-size: .6rem; }
	h1 { font-size: clamp(4rem, 18vw, 6.5rem); }
	.hero-intro { margin-top: 32px; }
	.project { padding: 12px; }
	.project-visual { min-height: 230px; }
	.visual-bitcoin .visual-word { font-size: clamp(3rem, 17vw, 5rem); }
	.visual-yue .visual-word { font-size: clamp(2.7rem, 15vw, 4.5rem); }
	.visual-silicon .visual-word, .visual-climate .visual-word { font-size: clamp(2.6rem, 14vw, 4.5rem); }
	.project-detail { font-size: .7rem; }
}