/* SPDX-License-Identifier: Apache-2.0 */
/* Define the metal frame, green display surfaces and responsive reading layouts. */
@font-face {
  font-family: Michroma; src: url('../fonts/Michroma-Regular.ttf') format('truetype');
  font-display: swap; font-weight: 400;
}


@font-face {
  font-family: Oxanium; src: url('../fonts/Oxanium-Variable.ttf') format('truetype');
  font-display: swap; font-weight: 200 800;
}
:root {
  color-scheme: dark;
  --mint: #c9ffd7; --highlight: #effff3; --silver: #b3c4b8;
  --green: #718f7b; --deep: #284738; --ink: #101c16;
  --metal: linear-gradient(180deg, #f1fff4 0%, #b4c4b8 13%, #8b9e91 49%, #d5e5d9 51%, #a0b4a6 94%, #697f70 100%);
  --display: 'Michroma', Arial, sans-serif;
  --body: 'Oxanium', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { min-width: 320px; background: #1d3028; }
body {
  margin: 0; color: #e2eee5; font: 17px/1.45 var(--body);
  background: linear-gradient(180deg, #91a39720, #07140f50 800px),
    repeating-linear-gradient(0deg, transparent 0 39px, #b1e5bf0b 39px 40px),
    repeating-linear-gradient(90deg, transparent 0 39px, #b1e5bf0b 39px 40px), #263b30;
  min-height: 100vh; padding: 36px 24px 28px;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
button:disabled { cursor: default; opacity: .6; }
button, a { -webkit-tap-highlight-color: #c9ffd744; }
:focus-visible { outline: 2px solid var(--mint); outline-offset: 4px; }
.navigation :focus-visible, .display-controls :focus-visible, .masthead :focus-visible { outline-color: #123c22; }
::selection { color: #092212; background: var(--mint); }
[id] { scroll-margin-top: 24px; }
.sr-only, .skip:not(:focus) {
  position: absolute; width: 1px; height: 1px; padding: 0;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap;
}
.skip:focus { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 12px; background: #152d20; }
.site-shell { max-width: 1216px; margin: auto; border: 1px solid #080f0b; box-shadow: 0 0 0 1px #a4b7a955, 0 12px 55px #06130ba0; }
.shell-cap { height: 15px; display: flex; align-items: center; gap: 4px; padding: 0 6px; background: #7e9384; border-top: 1px solid #e6ffed; border-bottom: 3px double #172c20; }
.shell-cap > span { width: 74%; height: 100%; background: var(--metal); border-right: 18px solid #637e6c; transform: skewX(40deg); transform-origin: top; margin-right: auto; }
.shell-cap i { width: 6px; height: 6px; background: #d4ebdb; box-shadow: 1px 1px #263a2d; }
.masthead {
  height: 103px; display: flex; align-items: center; justify-content: space-between; padding: 16px 28px;
  color: #223b2b; background: repeating-linear-gradient(0deg, #ffffff12 0 1px, #2f473312 1px 2px),
    linear-gradient(115deg, #e8f6e9 0%, #8ca092 44%, #d7eadd 63%, #728e7b 100%);
  border-top: 1px solid #f0fff4; border-bottom: 1px solid #0a1b10;
}
.brand { display: flex; align-items: center; gap: 15px; }
.brand img { filter: drop-shadow(0 1px #effff3); }
.wordmark { font: italic 46px/.9 var(--display); letter-spacing: -4px; text-shadow: 0 1px #f1fff4; }
.wordmark-number { font-size: 23px; margin-left: 9px; vertical-align: top; letter-spacing: 0; }
.wordmark small { display: block; font: 8px/1.2 var(--display); letter-spacing: 2.3px; margin-top: 11px; }
.masthead-right { display: grid; gap: 6px; text-align: right; font: 8px/1.5 var(--display); letter-spacing: 2px; }
.masthead-right span:first-child { font-size: 10px; letter-spacing: 2.6px; }
.address-strip { display: flex; justify-content: space-between; gap: 16px; padding: 6px 18px; background: #476150; border-top: 1px solid #defbe488; border-bottom: 3px double #9bb5a3; font: 8px/1.5 var(--display); letter-spacing: 1px; }
.address:before { content: '//'; margin-right: 18px; color: var(--mint); }
.sibling-link { color: #deffe7; text-underline-offset: 3px; }
.sibling-link:hover, .sibling-link:focus-visible { color: #fff; text-decoration: underline; }
.stage { position: relative; isolation: isolate; min-height: 584px; padding: 43px 28px 54px; display: grid; grid-template-columns: 155px 1fr 455px; gap: 24px; overflow: hidden; background: #10281c; }
.artwork { position: absolute; z-index: -3; inset: -16px; background: url('../img/spatial-study.png') 39% 50% / cover no-repeat; opacity: .9; }
.stage:after { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #071b1144, transparent 26%, #06180f20 60%, #07180f99), linear-gradient(0deg, #061c13b3, transparent 34%); pointer-events: none; }
.grid-overlay { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .16; background: repeating-linear-gradient(0deg, transparent 0 29px, #d2ffdd66 29px 30px), repeating-linear-gradient(90deg, transparent 0 29px, #d2ffdd66 29px 30px); mask-image: linear-gradient(90deg, #000, transparent 60%); }
.stage-annotation { position: absolute; left: 29px; top: 16px; font: 7px/1.5 var(--display); opacity: .75; }
.side-rail { align-self: start; display: grid; gap: 105px; margin-top: 38px; }
.metal-panel { color: #142b1b; filter: drop-shadow(3px 6px 4px #07160d88); }
.panel-cap { min-height: 26px; padding: 8px 10px 5px; font: 8px/1.25 var(--display); letter-spacing: 1px; color: #effff3; display: flex; align-items: center; justify-content: space-between; border: 1px solid #0a1b10; border-bottom: 3px double #cfebd7; background: #647b6c; clip-path: polygon(7px 0, 73% 0, 78% 5px, 100% 5px, 100% 100%, 0 100%, 0 7px); }
.dots { width: 22px; height: 7px; opacity: .55; background: radial-gradient(#f3fff4 1px, transparent 1px) 0 0 / 3px 3px; }
.nav-links { border: 1px solid #0a1b10; border-top: 0; padding: 5px; background: repeating-linear-gradient(0deg, #eafbec12 0 1px, #263e2b15 1px 2px), linear-gradient(90deg, #8ca394, #d9e7db 46%, #a3b5a8); }
.nav-links a { display: flex; align-items: center; gap: 8px; min-height: 38px; padding: 6px; border-top: 1px solid #e9ffed88; border-bottom: 1px solid #67816e; font: 7px/1.5 var(--display); text-transform: uppercase; letter-spacing: .2px; }
.nav-links a > span { font: 10px var(--body); opacity: .65; }
.nav-links a > b { margin-left: auto; font: 15px Arial, sans-serif; }
.nav-links a[aria-current] { background: #243e2e; color: #d5ffe0; box-shadow: inset 1px 1px #15291b, inset -1px -1px #bad2bf; }
.nav-links a:hover { background: #c9ffd7; color: #14371f; }
.panel-foot { display: flex; align-items: center; justify-content: space-between; height: 17px; background: var(--metal); border: 1px solid #15291b; border-top-color: #effff3; padding: 0 9px; }
.panel-foot span { width: 43px; height: 4px; background: #4c6655; clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%); }
.panel-foot b { font: 8px Arial, sans-serif; color: #506656; letter-spacing: 2px; }
.display-controls { background: linear-gradient(110deg, #c4d7c9, #91aa99); border: 1px solid #172f1e; padding: 10px 9px; }
.display-controls button { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; min-height: 34px; padding: 4px 7px; background: var(--metal); color: #142b1b; border: 1px solid #536e5d; border-top-color: #f3fff7; margin-bottom: 6px; box-shadow: 0 1px 2px #233b2b66; font-size: 13px; }
.display-controls button b { display: grid; place-items: center; min-width: 29px; height: 17px; border: 1px solid #203a28; background: #2c4434; color: #d2e4d7; font: 8px Arial, sans-serif; }
.display-controls button[aria-pressed='true'] b { color: #102619; background: var(--mint); box-shadow: 0 0 4px #c9ffd7; }
.control-note { margin: 9px 0; font-size: 11px; line-height: 1.3; }
.swatches { display: flex; height: 9px; gap: 2px; }
.swatches i { flex: 1; background: var(--mint); border: 1px solid #142b1b55; }
.swatches i:nth-child(2) { background: #9ebda6; }.swatches i:nth-child(3) { background: #708e79; }
.swatches i:nth-child(4) { background: #355942; }.swatches i:nth-child(5) { background: #182e21; }
.palette-value { margin: 5px 0 0; text-align: right; font: 7px var(--display); letter-spacing: 1px; }
.art-caption { align-self: end; padding: 0 0 22px 10px; display: flex; flex-direction: column; align-items: flex-start; text-shadow: 0 2px 6px #112c1b; }
.art-word { font: italic 59px/1 var(--display); letter-spacing: -6px; color: #dcffe4; }
.art-caption > span:nth-child(2) { font: 7px/1.8 var(--display); letter-spacing: .8px; margin-top: 9px; }
.art-caption i { width: 95px; height: 5px; background: repeating-linear-gradient(110deg, #c9ffd7 0 5px, transparent 5px 8px); margin: 12px 0; }
.art-caption small { font: 6px/1.5 var(--display); letter-spacing: 1px; color: #bddcca; }
.content-window { min-width: 0; align-self: start; margin-top: 23px; position: relative; }
.content-window:focus { outline: none; }
.window-frame { background: #a0b5a7; padding: 5px; border: 1px solid #071b0f; box-shadow: inset 0 0 0 1px #e8fff1, 4px 7px 15px #001a0e80; clip-path: polygon(9px 0, 95px 0, 103px 7px, calc(100% - 54px) 7px, calc(100% - 47px) 0, 100% 0, 100% calc(100% - 8px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 8px), 0 9px); }
.window-title { height: 28px; margin-top: 5px; padding: 0 4px 0 9px; display: flex; align-items: center; justify-content: space-between; gap: 8px; background: #405a48; border: 1px solid #122b1a; border-bottom: 3px double #b8d9c1; color: #e6ffed; font: 8px/1.4 var(--display); letter-spacing: 1px; text-transform: uppercase; }
.window-title button { color: #152f1d; background: var(--metal); border: 1px solid #11291b; box-shadow: inset 1px 1px #effff3; width: 23px; height: 20px; font: 19px/14px Arial, sans-serif; }
.window-body { padding: 23px 26px 18px; background: repeating-linear-gradient(0deg, #dbffe604 0 1px, transparent 1px 3px), linear-gradient(135deg, #173c2aea, #122e22f7); border: 1px solid #2e4837; border-top: 0; }
.eyebrow { margin: 0 0 16px; color: #b4d8be; font: 7px/1.7 var(--display); letter-spacing: 1.1px; }
h1 { font: 24px/1.5 var(--display); letter-spacing: -.8px; margin: 0 0 10px; color: #effff3; }
h1 em { font-style: normal; color: var(--mint); }
.heading-rule { height: 1px; width: 85px; background: var(--mint); margin: 16px 0 19px; box-shadow: 0 2px #c9ffd722; }
.lead { color: #def6e5; font-size: 21px; line-height: 1.3; margin: 0 0 15px; }
.window-body > p:not(.lead):not(.eyebrow) { margin: 0 0 14px; color: #c6dbcd; }
.action-button { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--metal); color: #13381f; border: 1px solid #081a10; box-shadow: inset 1px 1px #f5fff7, inset -1px -1px #708f7a; padding: 10px 12px; margin: 22px 0 4px; font: 8px/1.7 var(--display); text-transform: uppercase; }
.action-button span { font: 23px/10px Arial, sans-serif; }
.action-button:hover { background: var(--mint); }
.action-button:active, .display-controls button:active { box-shadow: inset 1px 1px #2a4a34; transform: translateY(1px); }
.content-note { display: flex; align-items: center; gap: 7px; font-size: 10px; margin-top: 19px; color: #b5d0bd; }
.content-note a { margin-left: auto; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.status-light { width: 5px; height: 5px; border: 1px solid #c9ffd7; background: #759982; }
.window-footer { display: flex; justify-content: space-between; padding: 5px 5px 1px; color: #203e2a; font: 6px/1.5 var(--display); text-transform: uppercase; letter-spacing: .7px; }
.window-footer > span:last-child { font: 9px/1 Arial, sans-serif; color: #3e604b; }
.stage-bottom { position: absolute; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; gap: 15px; padding: 7px 18px; background: #476350b3; border-block: 1px solid #8fad9855; font: 6px/1.5 var(--display); letter-spacing: 1px; }
.module-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 9px; background: linear-gradient(#799482, #304b3a); border-top: 3px double #e1f6e7; }
.module { border: 1px solid #10271a; background: #183b29; box-shadow: 0 1px #96bda3; }
.module-heading { display: flex; align-items: center; gap: 9px; padding: 5px 10px; background: linear-gradient(100deg, #829b8a, #536e5c); border-top: 1px solid #d9f7e1; border-bottom: 1px solid #0d2517; font: 8px var(--display); letter-spacing: 1.5px; }
.module-heading b { border-right: 1px solid #dcffe57a; padding-right: 9px; font: 13px/1 var(--body); }
.module-content { display: flex; align-items: center; gap: 14px; min-height: 80px; padding: 12px 15px; font-size: 19px; background: repeating-linear-gradient(0deg, #d6ffe504 0 1px, transparent 1px 3px); }
.module-content small { display: block; font-size: 12px; color: #b0d0b9; margin-top: 4px; }
.module-content small b { margin-left: 5px; }
.module:hover .module-heading { background: #7a9c85; }
.module:hover small { color: var(--mint); text-decoration: underline; }
.module-icon { flex: 0 0 31px; height: 31px; opacity: .8; position: relative; }
.device-icon { border: 3px double #c9ffd7; outline: 2px dotted #86b293; outline-offset: 3px; }
.device-icon:after { content: ''; position: absolute; inset: 6px; border: 1px solid #b4eec3; }
.state-icon { background: repeating-linear-gradient(0deg, transparent 0 4px, #b1d6bb 4px 5px, #739d8044 5px 8px); border-inline: 1px solid #add7b8; transform: skewY(-12deg); }
.interface-icon { border: 1px solid #b9e3c4; box-shadow: 4px -4px 0 -1px #264934, 4px -4px #779b82; background: linear-gradient(#a4c6ae55 6px, transparent 6px); }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 36px; background: #263e2e; border-top: 1px solid #aac9b3; padding: 9px 18px; font: 6px/1.5 var(--display); letter-spacing: .9px; color: #b3d0bc; }
.site-footer a:hover { color: #effff3; text-decoration: underline; }
.shell-bottom { height: 12px; border-block: 1px solid #c5e4cd; background: var(--metal); }
.outer-caption { max-width: 1216px; margin: 11px auto 0; display: flex; justify-content: space-between; gap: 20px; font: 6px/1.6 var(--display); letter-spacing: 1.2px; color: #97b6a0; }
h2 { font: 12px/1.7 var(--display); color: #d8ffe2; margin: 24px 0 10px; }
.architecture .content-window, .project .content-window { grid-column: 2 / 4; margin-left: 100px; }
.architecture .art-caption, .project .art-caption { display: none; }
.architecture .window-body, .project .window-body { padding: 30px 37px; }
.architecture h1, .project h1 { font-size: 29px; }
.architecture-section { padding: 13px 0; border-top: 1px solid #bbefc529; }
.architecture-section h2 { margin: 0 0 7px; }
.architecture-section h2 span { color: #8db59a; margin-right: 12px; }
.architecture-section p { margin: 0; max-width: 58ch; color: #c6dbcd; }
.text-link { color: #c9ffd7; display: inline-block; font-size: 15px; text-decoration: underline; text-underline-offset: 4px; margin-top: 14px; }
.project-return { margin-top: 20px; }
.reading-expanded .content-window { grid-column: 2 / 4; margin-left: 0; }
.reading-expanded .art-caption { display: none; }
.reading-expanded .window-body { max-width: none; padding: 30px 38px; background: #153523; }
.reading-expanded .window-body > p { max-width: 65ch; }
.reading-expanded .action-button { max-width: 440px; }
.motion-enabled .artwork { animation: drift 22s ease-in-out infinite alternate; }
@keyframes drift { from { transform: scale(1); } to { transform: scale(1.035) translate3d(4px, -3px, 0); } }
@media (max-width: 1080px) {
  body { padding: 20px 15px; }
  .stage { grid-template-columns: 145px 1fr 415px; padding-inline: 20px; gap: 15px; }
  .art-caption { padding-left: 0; }.art-word { font-size: 43px; }
  .art-caption > span:nth-child(2) { font-size: 5px; }
  .architecture .content-window, .project .content-window { margin-left: 35px; }
  .module-content { font-size: 16px; padding-inline: 12px; }.module-icon { flex-basis: 25px; height: 25px; }
}
@media (max-width: 860px) {
  .window-title button { display: none; }
  .stage { grid-template-columns: 145px minmax(0, 1fr); padding-top: 180px; }
  .artwork { background-position: 33% 35%; }.side-rail { margin-top: 23px; gap: 30px; }
  .content-window { grid-column: 2; }.art-caption { position: absolute; top: 35px; left: 34px; }
  .art-word { font-size: 62px; }.art-caption > span:nth-child(2) { font-size: 7px; }
  .art-caption small, .art-caption i { display: none; }
  .architecture .content-window, .project .content-window, .reading-expanded .content-window { grid-column: 2; margin-left: 0; }
  .architecture, .project { padding-top: 25px; }
  .module-strip { gap: 5px; }.module-content { min-height: 92px; }
  .module-icon { display: none; }.masthead-right { letter-spacing: .5px; }
  .masthead-right span:first-child { font-size: 8px; letter-spacing: 1px; }
}
@media (max-width: 620px) {
  body { padding: 12px 9px 20px; }.shell-cap { height: 11px; }
  .masthead { height: 90px; padding: 14px; }.brand { gap: 10px; }.brand img { width: 43px; height: 43px; }
  .wordmark { font-size: 37px; }.wordmark small { font-size: 6px; letter-spacing: 1.2px; }.wordmark-number { font-size: 17px; }
  .masthead-right { display: none; }.address-strip { padding: 5px 10px; font-size: 5px; letter-spacing: .3px; gap: 6px; }
  .address:before { margin-right: 6px; }.stage { display: flex; flex-direction: column; padding: 175px 12px 45px; gap: 14px; }
  .artwork { background-size: auto 700px; background-position: 40% 0; }
  .stage-annotation { top: 12px; left: 14px; font-size: 5px; }.art-caption { top: 40px; left: 20px; }
  .art-word { font-size: 66px; }.side-rail { display: contents; }
  .navigation { order: 0; }.navigation .panel-cap, .navigation .panel-foot { display: none; }
  .nav-links { display: flex; padding: 4px; border: 1px solid #15291b; }
  .nav-links a { flex: 1; justify-content: center; gap: 4px; padding: 7px 3px; min-height: 44px; font-size: 6px; }
  .nav-links a b { display: none; }.nav-links a span { font-size: 8px; }
  .content-window, .architecture .content-window, .project .content-window { order: 1; margin: 0; align-self: stretch; }
  .window-body, .architecture .window-body, .project .window-body, .reading-expanded .window-body { padding: 23px 20px; }
  h1, .architecture h1, .project h1 { font-size: 23px; }.window-title { font-size: 6px; }
  .window-title button { width: 32px; height: 25px; }.window-title { height: 32px; }
  .display-panel { order: 2; }.display-panel .panel-cap { min-height: 24px; }
  .display-controls { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
  .display-controls button { flex: 1; margin: 0; min-height: 44px; }.control-note, .swatches, .palette-value { display: none; }
  .display-panel .panel-foot { height: 10px; }.stage-bottom { font-size: 4px; padding-inline: 10px; }
  .module-strip { grid-template-columns: 1fr; gap: 8px; }.module-content { min-height: 68px; font-size: 19px; }
  .module-icon { display: block; }.module-heading { font-size: 8px; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 8px; padding: 12px; font-size: 6px; }
  .site-footer a { padding-block: 10px; }.outer-caption { font-size: 5px; gap: 12px; }
  .architecture, .project { padding-top: 25px; }.architecture .stage-annotation, .project .stage-annotation { display: none; }
  .reading-expanded .artwork { opacity: .3; }
}
@media (prefers-reduced-motion: reduce) { .artwork { animation: none !important; } }
@media print {
  body { padding: 0; background: white; color: black; }.site-shell { border: 0; box-shadow: none; }
  .side-rail, .art-caption, .artwork, .grid-overlay, .module-strip, .shell-cap, .shell-bottom, .stage-annotation, .outer-caption, .window-title button { display: none; }
  .stage { display: block; padding: 0; background: white; }.stage:after, .stage-bottom, .address-strip, .site-footer { display: none; }
  .content-window { margin: 0 !important; }.window-frame { clip-path: none; border: 0; box-shadow: none; background: white; }
  .window-body { background: white !important; border: 0; padding: 24px 0 !important; }
  .window-body * { color: black !important; }.window-title, .window-footer, .masthead { background: white; color: black; }
}
