@charset "UTF-8";

:root {
  color-scheme: light;
  --bg: #f3f5f5;
  --text: #252c2d;
  --muted: #637071;
  --fine: #737e7e;
  --accent: #365eed;
  --line: #d8dede;
  --panel: rgba(255, 255, 255, .48);
  --panel-strong: rgba(255, 255, 255, .72);
  --stage: #e7eded;
  --stage-glow: #fff;
  --grid: rgba(97, 118, 118, .095);
  --shadow-color: #364647;
  --ring-highlight: #fff;
  --ring-light: #dde6e5;
  --ring-mid: #a9b7b7;
  --ring-dark: #596c71;
  --glass-light: #d9ecef;
  --glass-dark: #6c94a7;
  --core-light: #719bfd;
  --core-mid: #365eed;
  --core-dark: #172f83;
  --annotation: #94a3a3;
  --radius: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:root[data-theme="graphite"] {
  color-scheme: dark;
  --bg: #171b1d;
  --text: #ecf0ed;
  --muted: #adb8b8;
  --fine: #a1acac;
  --accent: #d4eaa0;
  --line: #363e40;
  --panel: rgba(63, 73, 76, .32);
  --panel-strong: rgba(42, 50, 53, .75);
  --stage: #252e31;
  --stage-glow: #414e4f;
  --grid: rgba(171, 195, 189, .08);
  --shadow-color: #000;
  --ring-highlight: #d8e2dd;
  --ring-light: #909f9f;
  --ring-mid: #46585d;
  --ring-dark: #101b20;
  --glass-light: #b2c9bc;
  --glass-dark: #466e73;
  --core-light: #f3ffd1;
  --core-mid: #b5d879;
  --core-dark: #486132;
  --annotation: #768c8b;
}

:root[data-theme="canvas"] {
  color-scheme: light;
  --bg: #f2eee5;
  --text: #3d3931;
  --muted: #726b60;
  --fine: #7c7367;
  --accent: #a94c32;
  --line: #d8d0c1;
  --panel: rgba(255, 253, 247, .48);
  --panel-strong: rgba(255, 253, 247, .82);
  --stage: #e8e1d2;
  --stage-glow: #fffaf0;
  --grid: rgba(124, 103, 68, .085);
  --shadow-color: #65533b;
  --ring-highlight: #fff7e4;
  --ring-light: #e9dbc1;
  --ring-mid: #bdac8b;
  --ring-dark: #7f6d55;
  --glass-light: #efe1be;
  --glass-dark: #b49c6c;
  --core-light: #efa585;
  --core-mid: #b76545;
  --core-dark: #623421;
  --annotation: #a2947c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--bg); color: var(--text); transition: background-color .35s, color .35s; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
::selection { background: var(--accent); color: var(--bg); }
.site-shell { max-width: 1640px; margin: 0 auto; padding: 0 5%; }
.skip-link { position: absolute; left: 20px; top: -100px; z-index: 10; padding: 15px 24px; background: var(--text); color: var(--bg); }
.skip-link:focus { top: 15px; }
.site-header { height: 105px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; gap: 12px; align-items: center; font-size: 24px; font-weight: 500; letter-spacing: -1px; }
.wordmark svg { width: 31px; height: 31px; }
.wordmark .wordmark-type { width: 166px; height: auto; }
.header-end { display: flex; align-items: center; gap: 34px; }
.header-caption, .eyebrow, .specimen-top, .specimen-bottom, footer { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: 10px; line-height: 1.5; letter-spacing: 1.2px; }
.header-caption { color: var(--fine); }
.status { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 30px; padding: 9px 13px; font-size: 11px; }
.status i { height: 5px; width: 5px; border-radius: 50%; background: var(--accent); }
.hero { display: grid; grid-template-columns: 1fr 1.07fr; min-height: 618px; gap: 4%; align-items: center; padding: 42px 0; }
.hero-copy { padding-bottom: 8px; }
.eyebrow { color: var(--muted); }
.index { margin-right: 12px; color: var(--accent); }
h1 { font-size: clamp(65px, 6.5vw, 105px); font-weight: 400; letter-spacing: -.065em; line-height: .99; margin: 34px 0 29px; }
h1 span { color: var(--accent); }
.hero-description { font-size: 24px; letter-spacing: -.7px; line-height: 1.35; margin: 0 0 20px; }
.hero-detail { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0; }
.explore-link { display: inline-flex; align-items: center; gap: 28px; border-bottom: 1px solid var(--text); padding: 10px 0; margin-top: 29px; font-size: 12px; }
.explore-link span { color: var(--accent); font-size: 21px; transition: transform .2s; }
.explore-link:hover span { transform: translate(3px, 3px); }
.specimen { position: relative; height: 534px; border-radius: var(--radius); overflow: hidden; isolation: isolate; background: radial-gradient(ellipse at 48% 29%, var(--stage-glow) 0, var(--stage) 77%); border: 1px solid var(--line); }
.specimen-grid { position: absolute; inset: 0; background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px); background-size: 41px 41px; mask-image: linear-gradient(to bottom, #000 0%, transparent 90%); }
.specimen-top, .specimen-bottom { position: absolute; z-index: 2; left: 24px; right: 24px; display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }
.specimen-top { top: 22px; }
.specimen-bottom { bottom: 20px; font-size: 8px; letter-spacing: .8px; }
.sculpture-wrap { position: absolute; inset: 0; display: grid; place-items: center; }
.sculpture { width: 109%; height: 109%; max-width: none; margin-top: -8px; }
.sculpture-form { transform-origin: 350px 305px; animation: levitate 10s ease-in-out infinite; }
.material-chip { position: absolute; bottom: 56px; left: 24px; display: flex; align-items: center; gap: 12px; padding: 15px 16px; min-width: 233px; background: var(--panel-strong); border: 1px solid var(--panel); border-radius: 9px; backdrop-filter: blur(18px); box-shadow: 0 6px 22px rgba(20, 35, 35, .035); }
.material-dot { width: 29px; height: 29px; border-radius: 50%; background: linear-gradient(135deg, var(--ring-highlight), var(--ring-mid)); border: 1px solid var(--ring-highlight); box-shadow: inset -3px -3px 7px var(--ring-mid); }
.chip-title, .chip-detail { display: block; }
.chip-title { font-size: 11px; margin-bottom: 4px; }
.chip-detail { font-size: 9px; color: var(--muted); }
.chip-cross { margin-left: auto; padding-left: 10px; color: var(--fine); font-size: 19px; font-weight: 300; }
.directions { padding: 35px 0 29px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 2.5fr; gap: 4%; }
h2 { font-size: 23px; font-weight: 400; line-height: 1.24; letter-spacing: -.7px; margin: 10px 0 0; }
.theme-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.theme-option { display: flex; gap: 12px; align-items: center; text-align: left; padding: 16px 13px; min-height: 75px; border: 1px solid var(--line); border-radius: 10px; background: transparent; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.theme-option:hover { background: var(--panel); transform: translateY(-2px); }
.theme-option[aria-pressed="true"] { border-color: var(--accent); background: var(--panel); }
.theme-option strong, .theme-option small { display: block; }
.theme-option strong { font-size: 11px; font-weight: 500; white-space: nowrap; }
.theme-option small { font-size: 9px; color: var(--muted); margin-top: 6px; line-height: 1.4; }
.theme-swatch { width: 32px; height: 32px; flex-shrink: 0; border-radius: 50%; position: relative; border: 1px solid rgba(90, 99, 94, .2); box-shadow: inset 1px 1px 3px rgba(255, 255, 255, .4); }
.theme-swatch::after { content: ""; width: 8px; height: 8px; background: var(--swatch-accent); border-radius: 50%; position: absolute; right: 4px; bottom: 4px; }
.swatch-frost { background: linear-gradient(130deg, #fff 10%, #c5d4d8); --swatch-accent: #365eed; }
.swatch-graphite { background: linear-gradient(130deg, #566163, #1b2327); --swatch-accent: #d4eaa0; }
.swatch-canvas { background: linear-gradient(130deg, #fff7e2, #c8b899); --swatch-accent: #a94c32; }
.selected-mark { margin-left: auto; color: var(--accent); opacity: 0; }
[aria-pressed="true"] .selected-mark { opacity: 1; }
.theme-description { color: var(--muted); font-size: 11px; line-height: 1.6; margin: 14px 0 0; min-height: 2em; }
footer { min-height: 71px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--fine); font-size: 8px; letter-spacing: .8px; }
footer span:nth-child(2) { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10px; letter-spacing: .1px; }
@keyframes levitate { 0%, 100% { transform: translateY(1px) rotate(-1deg); } 50% { transform: translateY(-9px) rotate(1deg); } }
@media (min-width: 1700px) { .hero { min-height: 690px; } .specimen { height: 590px; } }
@media (max-width: 1100px) { .site-shell { padding: 0 4%; } .hero { gap: 3%; } h1 { font-size: clamp(61px, 6.8vw, 75px); } .specimen { height: 490px; } .eyebrow { font-size: 9px; letter-spacing: .8px; } .directions { grid-template-columns: 1fr 3.2fr; gap: 20px; } .theme-option { gap: 8px; padding: 13px 10px; } .theme-swatch { width: 28px; height: 28px; } .theme-option small { font-size: 8px; } }
@media (max-width: 780px) { .site-header { height: 83px; } .header-caption { display: none; } .hero { grid-template-columns: 1fr; padding-top: 42px; gap: 30px; } .hero-copy { padding: 0 2%; } h1 { font-size: clamp(68px, 11.5vw, 93px); margin: 28px 0 24px; } .hero-description { font-size: 23px; } .hero-detail { font-size: 13px; } .explore-link { margin-top: 20px; } .specimen { height: 510px; } .sculpture { width: 100%; height: 108%; } .directions { grid-template-columns: 1fr; padding: 27px 0; gap: 24px; } h2 br { display: none; } h2 { font-size: 23px; } .theme-option { min-height: 86px; } footer { flex-wrap: wrap; padding: 22px 0; row-gap: 12px; } footer span:nth-child(2) { order: 3; width: 100%; } }
@media (max-width: 460px) { .site-shell { padding: 0 20px; } .wordmark { font-size: 20px; gap: 7px; } .wordmark svg { width: 27px; } .status { font-size: 10px; padding: 8px 10px; } h1 { font-size: 65px; } .hero { padding-top: 35px; } .hero .eyebrow { font-size: 8px; } .index { margin-right: 7px; } .specimen { height: 392px; } .specimen-top, .specimen-bottom { left: 17px; right: 17px; } .sculpture { width: 116%; height: 107%; } .material-chip { left: 17px; bottom: 44px; min-width: 212px; padding: 12px; } .specimen-bottom { bottom: 15px; font-size: 6px; } .theme-options { gap: 7px; } .theme-option { flex-wrap: wrap; position: relative; padding: 11px 9px; gap: 9px; } .theme-option strong { font-size: 10px; } .theme-option small { font-size: 8px; line-height: 1.6; } .selected-mark { position: absolute; right: 9px; top: 12px; } .theme-description { font-size: 11px; } .desktop-break { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

@media (max-width: 460px) { .wordmark .wordmark-type { width: 143px; height: auto; } }
