:root {
  --paper: #f2f0e9;
  --paper-deep: #e8e5dc;
  --ink: #171816;
  --muted: #6b6b65;
  --line: rgba(23, 24, 22, .17);
  --carbon: #b9f542;
  --mono: "DM Mono", ui-monospace, monospace;
  --sans: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --page: clamp(1.25rem, 4vw, 4.5rem);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); color-scheme: light; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { color: var(--paper); background: var(--ink); }

.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .7rem 1rem; background: var(--ink); color: var(--paper); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 5.2rem; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--page); border-bottom: 1px solid transparent; transition: height .35s var(--ease), background .35s, border-color .35s; }
.site-header.scrolled { height: 4.25rem; background: rgba(242,240,233,.86); border-color: var(--line); backdrop-filter: blur(18px); }
.site-header > .wordmark { display: inline-grid; grid-template-columns: 1.5rem auto; align-items: center; gap: .62rem; width: max-content; font-size: 1.45rem; font-weight: 600; line-height: 1; letter-spacing: -.05em; color: var(--ink); }
.wordmark-symbol { display: block; width: 1.5rem; height: 1.5rem; overflow: visible; fill: currentColor; }
.wordmark-symbol polygon { transform-box: fill-box; transform-origin: center; transition: transform .55s var(--ease), opacity .35s ease; }
.wordmark-symbol polygon:nth-child(2) { opacity: .62; }
.wordmark-symbol polygon:nth-child(3) { opacity: .38; }
.wordmark:hover .wordmark-symbol polygon:first-child { transform: translate(1px,-1.6px); }
.wordmark:hover .wordmark-symbol polygon:nth-child(2) { transform: translate(-.2px,.15px); }
.wordmark:hover .wordmark-symbol polygon:last-child { transform: translate(-1.2px,1.7px); }
.wordmark-name { display: block; color: var(--ink); transform: translateY(-.02em); }
.footer-mark { font-size: 1.55rem; font-weight: 650; letter-spacing: -.065em; }
.footer-mark span { color: #a8a59c; }
nav { display: flex; gap: clamp(1.4rem, 3vw, 3rem); }
nav a { position: relative; font-size: .79rem; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: currentColor; transition: right .35s var(--ease); }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: clamp(1.25rem,2.5vw,2.5rem); }
.theme-toggle { position: relative; width: 2rem; height: 2rem; display: grid; place-items: center; padding: 0; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: color .25s, background .25s, border-color .25s, transform .35s var(--ease); }
.theme-toggle:hover { background: var(--ink); color: var(--paper); transform: rotate(8deg); }.theme-toggle:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.theme-icon { position: absolute; width: .9rem; height: .9rem; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; transition: opacity .25s, transform .45s var(--ease); }.theme-icon-moon { opacity: 0; transform: rotate(-35deg) scale(.6); }

.hero { position: relative; min-height: 100svh; padding: clamp(9rem, 15vh, 13rem) var(--page) 3rem; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; overflow: hidden; overflow: clip; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .34; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 5rem 5rem; mask-image: linear-gradient(to right, transparent, #000 45%, #000); }
.hero-copy { z-index: 1; align-self: center; }
.eyebrow, .section-index, .byline, .product-number, .availability, .platforms, .stage-note, .future-note, .studio-rule, .footer-bottom { font-family: var(--mono); font-size: .67rem; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.eyebrow { display: flex; gap: 2.5rem; margin: 0 0 clamp(2.5rem, 7vh, 5.5rem); }
.eyebrow span { color: var(--muted); }
.hero h1 { max-width: 9ch; margin: 0; font-size: clamp(4.5rem, 10.1vw, 10.8rem); line-height: .81; letter-spacing: -.078em; font-weight: 600; }
h1 em, h2 em { color: var(--muted); font-weight: 400; font-style: normal; }
.hero-intro { max-width: 31rem; margin: clamp(2.5rem, 6vh, 5rem) 0 0 33%; color: #4e4f4a; font-size: clamp(1rem, 1.35vw, 1.32rem); line-height: 1.5; letter-spacing: -.015em; }

.material-study { position: relative; z-index: 2; justify-self: end; width: min(34vw, 31rem); aspect-ratio: .8; perspective: 1200px; transform-style: preserve-3d; }
.material-grid { position: absolute; inset: 3% -20% -5% -10%; background: repeating-linear-gradient(90deg, transparent 0 24%, rgba(23,24,22,.12) 24% calc(24% + 1px)); transform: rotate(-8deg); }
.sheet { position: absolute; width: 72%; aspect-ratio: .79; padding: 0; color: inherit; font-family: inherit; text-align: left; border: 1px solid rgba(255,255,255,.7); box-shadow: 0 2rem 5rem rgba(34,34,28,.12), inset 0 0 2rem rgba(255,255,255,.38); backdrop-filter: blur(3px); cursor: pointer; transition: top .8s var(--ease), right .8s var(--ease), transform .8s var(--ease), background .6s ease, box-shadow .6s ease; }
.sheet-back { top: 4%; right: 3%; background: rgba(191,188,174,.44); transform: rotate(9deg) translateZ(-30px); }
.sheet-mid { top: 12%; right: 15%; background: rgba(228,225,214,.54); transform: rotate(-4deg) translateZ(20px); }
.sheet-front { top: 22%; right: 24%; display: grid; place-items: center; background: rgba(248,247,241,.68); transform: rotate(2deg) translateZ(60px); }
.material-study:hover .sheet-back { transform: rotate(13deg) translate(7%, -5%) translateZ(-30px); }
.material-study:hover .sheet-mid { transform: rotate(-7deg) translate(-6%, -1%) translateZ(20px); }
.material-study:hover .sheet-front { transform: rotate(1deg) translate(-2%, -2%) translateZ(70px); }
.sheet[data-position="back"] { z-index: 1; top: 4%; right: 3%; background: rgba(191,188,174,.44); transform: rotate(9deg) translateZ(-30px); }.sheet[data-position="middle"] { z-index: 2; top: 12%; right: 15%; background: rgba(228,225,214,.54); transform: rotate(-4deg) translateZ(20px); }.sheet[data-position="front"] { z-index: 3; top: 22%; right: 24%; display: grid; place-items: center; background: rgba(248,247,241,.68); transform: rotate(2deg) translateZ(60px); }
.material-study:hover .sheet[data-position="back"] { transform: rotate(13deg) translate(7%,-5%) translateZ(-30px); }.material-study:hover .sheet[data-position="middle"] { transform: rotate(-7deg) translate(-6%,-1%) translateZ(20px); }.material-study:hover .sheet[data-position="front"] { transform: rotate(1deg) translate(-2%,-2%) translateZ(70px); }
.sheet:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.sheet-head { position: absolute; top: 1rem; left: 1rem; right: 1rem; display: flex; justify-content: space-between; align-items: center; font: .52rem var(--mono); text-transform: uppercase; letter-spacing: .09em; }.sheet-head > span:first-child { color: var(--muted); }.sheet-head i { display: inline-block; width: .35rem; height: .35rem; margin-right: .35rem; border-radius: 50%; background: #7d874e; box-shadow: 0 0 0 .18rem rgba(125,135,78,.12); }
.sheet-content { position: absolute; left: 1rem; bottom: 2.8rem; }.sheet-content strong { display: block; font-size: clamp(1.4rem,2.7vw,2.7rem); line-height: .9; letter-spacing: -.06em; font-weight: 520; }.sheet-content p { margin: .65rem 0 0; color: var(--muted); font-size: clamp(.55rem,.8vw,.78rem); line-height: 1.35; }
.mica-mark { font-size: clamp(3.6rem, 7vw, 7rem); font-weight: 550; letter-spacing: -.09em; }
.sheet > small,.sheet-baseline small { position: absolute; bottom: 1rem; left: 1rem; font: .48rem var(--mono); text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }.sheet-baseline { position: absolute; inset: auto 1rem 1rem; display: flex; justify-content: space-between; }.sheet-baseline small { position: static; }.sheet-baseline small:last-child { text-align: right; }
.study-caption { position: absolute; right: 1%; bottom: 0; margin: 0; font: .58rem/1.6 var(--mono); text-transform: uppercase; color: var(--muted); }
.scroll-cue { position: absolute; left: var(--page); bottom: 2.25rem; display: flex; align-items: center; gap: 1rem; font: .62rem var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.scroll-cue i { width: 3rem; height: 1px; background: var(--ink); transform-origin: left; transition: transform .35s var(--ease); }
.scroll-cue:hover i { transform: scaleX(1.45); }

.section { padding: clamp(7rem, 13vw, 14rem) var(--page); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; margin-bottom: clamp(4rem, 8vw, 8rem); }
.section-heading h2, .beliefs h2, .studio h2 { margin: 0; font-size: clamp(3.2rem, 6.3vw, 7.4rem); line-height: .94; letter-spacing: -.06em; font-weight: 520; }
.section-heading > p:last-child { max-width: 13rem; margin: 0 0 .5rem auto; color: var(--muted); font-size: .9rem; line-height: 1.45; }

.product { position: relative; overflow: hidden; border: 1px solid var(--line); }
.product-carbon { background: #181916; color: #f4f3ed; }
.product-meta { min-height: 9rem; padding: 2rem; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: start; border-bottom: 1px solid rgba(255,255,255,.17); }
.product-meta p { margin: 0; }
.product-meta h3 { margin: .4rem 0 0; font-size: clamp(2.7rem, 4vw, 4.8rem); line-height: .9; letter-spacing: -.065em; }
.availability { justify-self: end; display: flex; gap: .6rem; align-items: center; }
.availability span { width: .45rem; height: .45rem; background: var(--carbon); border-radius: 50%; box-shadow: 0 0 0 .25rem rgba(185,245,66,.12); }
.product-stage { position: relative; min-height: clamp(32rem, 61vw, 55rem); display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, #30332a 0, #1b1c18 48%, #141512 75%); }
.product-stage::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 4.5rem 4.5rem; }
.carbon-app { position: relative; z-index: 2; width: min(88%, 75rem); aspect-ratio: 1.82; overflow: hidden; background: #fbfbfb; color: #20211e; border: 1px solid rgba(255,255,255,.72); border-radius: .7rem; box-shadow: 0 3.5rem 8rem rgba(0,0,0,.48), 0 0 0 .35rem rgba(255,255,255,.06); transform: rotateX(1deg) rotateY(-2deg); transition: transform .8s var(--ease), box-shadow .8s var(--ease); font-family: Arial, sans-serif; }
.product-carbon:hover .carbon-app { transform: rotateX(0) rotateY(0) translateY(-.6rem); box-shadow: 0 4rem 9rem rgba(0,0,0,.56), 0 0 0 .35rem rgba(255,255,255,.1); }
.browser-bar { height: 7.5%; min-height: 1.5rem; display: flex; align-items: center; padding: 0 1.2%; gap: 1.1%; border-bottom: 1px solid #ededed; color: #2c2c2c; font-size: clamp(.25rem,.48vw,.48rem); }
.traffic-lights { display: flex; gap: clamp(2px,.35vw,5px); }.traffic-lights i { width: clamp(4px,.6vw,8px); aspect-ratio: 1; border-radius: 50%; background: #ff5f57; }.traffic-lights i:nth-child(2) { background: #febc2e; }.traffic-lights i:nth-child(3) { background: #28c840; }
.browser-nav { color: #5f6160; }.browser-tools { margin-left: auto; font-size: 1.2em; }
.carbon-toolbar { height: 7%; display: flex; align-items: center; padding: 0 1.3%; border-bottom: 1px solid #ececec; }.carbon-word { color: #888; font-size: clamp(.25rem,.55vw,.58rem); }.tool-icons { margin-left: auto; color: #303230; font-size: clamp(.25rem,.55vw,.58rem); }
.carbon-greeting { height: 9.5%; padding: 1% 1.35%; display: flex; flex-direction: column; gap: 8%; color: #8d8f8d; font-size: clamp(.23rem,.42vw,.44rem); }.carbon-greeting small { font-size: .92em; }.carbon-greeting em { font-style: normal; font-size: .8em; }
.carbon-board { height: 76%; display: grid; grid-template-columns: repeat(3,1fr); }
.carbon-lane { min-width: 0; padding: 1.3%; border-right: 1px solid #e4e4e4; }.carbon-lane:last-child { border-right: 0; }.carbon-lane header { display: flex; justify-content: space-between; align-items: end; padding: 0 .8% 1.2%; text-transform: uppercase; font-size: clamp(.24rem,.45vw,.48rem); letter-spacing: .16em; }.carbon-lane header span { color: #969796; text-transform: none; letter-spacing: 0; font-size: .85em; }
.carbon-card { overflow: hidden; min-height: 36%; border: 1px solid #dedede; border-radius: clamp(3px,.55vw,8px); background-color: #fff; background-image: radial-gradient(#dedede .55px, transparent .55px); background-size: 7px 7px; box-shadow: 0 1px 2px rgba(0,0,0,.07); font-size: clamp(.23rem,.47vw,.49rem); }
.card-heading { display: flex; justify-content: space-between; padding: 3% 4%; color: #8c8e8d; text-transform: uppercase; letter-spacing: .16em; }.card-heading i { font-style: normal; letter-spacing: 0; }
.empty-card p { margin: 8% 0; color: #8a8b89; text-align: center; line-height: 1.45; }.carbon-card > small { display: block; padding: 3% 4%; color: #b0b1af; }
.carbon-lane button { display: block; margin: 3.5% auto 0; border: 0; background: none; color: #8b8c8a; font: clamp(.22rem,.43vw,.45rem) Arial,sans-serif; }
.filter-row { display: flex; gap: 1.2%; padding: 0 2% 2%; white-space: nowrap; }.filter-row span,.filter-row strong { padding: 1.2% 2.4%; border-radius: 999px; background: #eee; color: #8b8c8a; font-weight: 400; }.filter-row strong { color: #fff; background: #1e1e1e; }
.task-card ul { margin: 0; padding: 0; list-style: none; background: rgba(255,255,255,.55); }.task-card li { display: grid; grid-template-columns: auto 1fr; gap: 2.5%; align-items: start; padding: 2.25% 2.5%; border-top: 1px solid #e8e8e8; }.task-card li > i { width: clamp(4px,.65vw,9px); aspect-ratio: 1; margin-top: 5%; border: 1px solid #999; border-radius: 50%; }.task-card li > i.half { background: linear-gradient(90deg,#111 50%,transparent 50%); }.task-card li small { display: block; color: #999; font-size: .8em; margin-top: 1%; }.task-card li.done span { color: #a0a0a0; text-decoration: line-through; }
/* Carbon is intentionally drawn as a product diagram, not a screenshot. */
.carbon-app { aspect-ratio: 1.62; border: 2px solid #c9cac3; border-radius: 1rem; background: #f7f7f2; box-shadow: 0 3.5rem 8rem rgba(0,0,0,.48), 0 0 0 .45rem rgba(255,255,255,.07); }
.browser-bar { height: 8%; padding: 0 1.6%; gap: 1.3%; background: #ecece6; border-bottom: 2px solid #d1d2ca; font-size: clamp(.3rem,.58vw,.62rem); }
.traffic-lights { gap: clamp(3px,.45vw,7px); }.traffic-lights i { width: clamp(5px,.72vw,10px); border: 1px solid rgba(0,0,0,.12); }
.browser-nav { font-weight: 700; }.browser-tools { opacity: .45; }.browser-bar b { font-weight: 600; }
.carbon-toolbar { height: 9%; padding: 0 1.7%; background: white; border-bottom: 2px solid #ddddda; }.carbon-word { color: #777972; font-size: clamp(.35rem,.7vw,.74rem); font-weight: 500; }.tool-icons { padding: .45em .7em; border: 1px solid #d5d6cf; border-radius: .35rem; background: #f5f5f1; font-size: clamp(.3rem,.58vw,.62rem); }
.carbon-greeting { height: 12%; padding: 1.3% 1.7%; gap: 7%; background: #fafaf7; color: #7d7e77; font-size: clamp(.3rem,.55vw,.58rem); }.carbon-greeting span { color: #3e3f3b; font-weight: 600; }.carbon-greeting em { display: none; }
.carbon-board { height: 71%; background: #fafaf7; }
.carbon-lane { padding: 1.6%; border-right: 2px solid #dfe0da; }.carbon-lane header { padding: 0 .5% 2%; font-size: clamp(.3rem,.58vw,.62rem); font-weight: 700; }.carbon-lane header span { color: #a1a29c; font-weight: 400; }
.carbon-card { min-height: 43%; border: 2px solid #d5d6cf; border-radius: clamp(5px,.75vw,11px); background-color: #fff; background-image: radial-gradient(#d5d6cf .75px, transparent .75px); background-size: 9px 9px; box-shadow: 0 3px 0 #e2e2dc; font-size: clamp(.3rem,.58vw,.62rem); }
.card-heading { padding: 3.5% 4%; color: #696b65; font-weight: 700; }.card-heading i { padding: .25em .45em; border-radius: .3rem; background: #f0f0eb; }
.empty-card p { margin: 12% 0; color: #74766f; font-size: 1.08em; font-weight: 500; }.carbon-card > small { padding: 3.5% 4%; color: #969891; border-top: 1px solid #e6e6e1; background: rgba(255,255,255,.8); }
.carbon-lane button { margin-top: 5%; color: #686a64; font-size: clamp(.29rem,.55vw,.59rem); font-weight: 600; }
.filter-row { gap: 1.6%; padding: 0 2.5% 2.5%; }.filter-row span,.filter-row strong { padding: 1.5% 2.7%; border: 1px solid #deded9; background: #f2f2ed; }.filter-row strong { border-color: #1e1e1e; background: #1e1e1e; }
.task-card li { gap: 3%; padding: 2.8% 3%; border-top: 1.5px solid #dfdfda; background: rgba(255,255,255,.78); font-weight: 500; }.task-card li > i { width: clamp(5px,.78vw,11px); border: 1.5px solid #777; }.task-card li small { color: #9b9c96; font-weight: 400; }

/* A simplified, editorial rendering of Carbon's interface. */
.carbon-app { width: min(74%, 66rem); aspect-ratio: 1.52; display: grid; grid-template-columns: 8% 1fr; overflow: hidden; background: #f4f3ee; color: #20211e; border: 1px solid rgba(255,255,255,.72); border-radius: .7rem; box-shadow: 0 3.5rem 8rem rgba(0,0,0,.48), 0 0 0 .35rem rgba(255,255,255,.06); font-family: var(--sans); }
.app-sidebar { display: flex; flex-direction: column; align-items: center; padding: 10% 0; border-right: 1px solid #dad9d2; background: #ecebe5; }
.app-logo { display: grid; place-items: center; width: clamp(1.3rem,2.8vw,2.5rem); aspect-ratio: 1; border-radius: 25%; background: #1d1e1b; color: white; font-size: clamp(.5rem,1.2vw,1rem); }
.sidebar-lines { display: grid; gap: clamp(.5rem,1.5vw,1rem); margin-top: 140%; }.sidebar-lines i { display: block; width: clamp(.6rem,1.3vw,1rem); height: 2px; background: #a9aaa2; }
.app-avatar { margin-top: auto; display: grid; place-items: center; width: clamp(1.15rem,2.4vw,2.1rem); aspect-ratio: 1; border-radius: 50%; background: #d8ddc6; font: clamp(.3rem,.6vw,.55rem) var(--mono); }
.app-body { padding: 4% 6%; }.app-top { display: flex; justify-content: space-between; align-items: center; font-size: clamp(1rem,2.2vw,2rem); font-weight: 600; letter-spacing: -.04em; }.app-top div { display: flex; gap: .5rem; }.app-top i { display: block; width: clamp(1rem,2.4vw,2rem); aspect-ratio: 1; border-radius: 50%; border: 1px solid #d2d1ca; }
.day-row { margin-top: 6%; display: grid; grid-template-columns: repeat(5,1fr); border-bottom: 1px solid #d9d8d2; color: #888981; font: clamp(.32rem,.7vw,.6rem) var(--mono); text-transform: uppercase; text-align: center; }.day-row span { position: relative; padding-bottom: 8%; }.day-row small { display: block; margin-top: 13%; font-size: clamp(.6rem,1.4vw,1.2rem); color: #484944; }.day-row .active { color: #242520; }.day-row .active::after { content: ""; position: absolute; left: 25%; right: 25%; bottom: -1px; height: 2px; background: #1c1d1a; }
.task-list { margin-top: 6%; }.task { display: grid; grid-template-columns: auto 1fr auto; gap: 3%; align-items: center; padding: 3.4% 1%; border-bottom: 1px solid #deddd7; font-size: clamp(.48rem,1.2vw,1.05rem); }.task b { width: clamp(.65rem,1.3vw,1.15rem); aspect-ratio: 1; border: 1px solid #a9aaa3; border-radius: 50%; }.task small { display: block; margin-top: .35rem; color: #9a9a94; font-size: .67em; }.task em { color: #727c4c; font-style: normal; }
.add-task { margin-top: 5%; padding: 3%; border-radius: .35rem; background: #eae9e3; color: #74756e; font-size: clamp(.45rem,1vw,.9rem); }.add-task span { margin-right: 2%; color: #373832; }
.three-card-board { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2.8%; margin-top: 6%; }
.board-column { min-width: 0; }.board-column header { display: flex; justify-content: space-between; align-items: end; margin-bottom: 5%; }.board-column header b { font: 600 clamp(.42rem,.9vw,.78rem) var(--mono); text-transform: uppercase; letter-spacing: .12em; }.board-column header small { max-width: 55%; color: #9a9b95; font-size: clamp(.28rem,.55vw,.48rem); text-align: right; }
.board-card { min-height: clamp(8rem,20vw,18rem); display: flex; flex-direction: column; overflow: hidden; border: 1px solid #d7d7d0; border-radius: clamp(.3rem,.7vw,.65rem); background-color: rgba(255,255,255,.7); background-image: radial-gradient(#d8d8d1 .65px, transparent .65px); background-size: 8px 8px; box-shadow: 0 2px 5px rgba(30,31,28,.08); }
.board-card-top { display: flex; justify-content: space-between; padding: 5% 6%; color: #777972; border-bottom: 1px solid rgba(215,215,208,.7); font: 500 clamp(.35rem,.72vw,.65rem) var(--mono); text-transform: uppercase; letter-spacing: .12em; }.board-card-top em { color: #aaa; font-style: normal; letter-spacing: .02em; }
.board-card > p { margin: auto 8%; color: #898a84; font-size: clamp(.36rem,.72vw,.66rem); line-height: 1.45; text-align: center; }
.card-add { margin-top: auto; padding: 5% 6%; color: #969791; border-top: 1px solid rgba(215,215,208,.7); background: rgba(244,243,238,.76); font-size: clamp(.34rem,.67vw,.61rem); }
.new-card { display: block; margin-top: 6%; color: #898a84; font-size: clamp(.3rem,.6vw,.55rem); text-align: center; }
.mini-task { display: grid; grid-template-columns: auto 1fr; gap: 6%; align-items: center; padding: 5% 6%; border-bottom: 1px solid rgba(215,215,208,.72); background: rgba(255,255,255,.42); font-size: clamp(.35rem,.67vw,.61rem); }.mini-task i { width: clamp(.45rem,.8vw,.75rem); aspect-ratio: 1; border: 1px solid #a3a49e; border-radius: 50%; }.mini-task i.half { background: linear-gradient(90deg,#777d55 50%,transparent 50%); }.mini-task small { display: block; margin-top: .25em; color: #a0a19a; font-size: .72em; }

.carbon-orbit { position: absolute; z-index: 1; border: 1px solid rgba(185,245,66,.25); border-radius: 50%; }
.orbit-one { width: 82%; aspect-ratio: 2.5; transform: rotate(-9deg); }
.orbit-two { width: 60%; aspect-ratio: 1.1; transform: rotate(68deg); }
.stage-note { position: absolute; z-index: 3; color: #9c9e94; }
.note-one { top: 8%; left: 4%; }.note-two { right: 4%; bottom: 8%; }
.product-footer { min-height: 9rem; padding: 2rem; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; align-items: end; border-top: 1px solid rgba(255,255,255,.17); }
.product-footer p { margin: 0; max-width: 28rem; color: #bbbcb4; font-size: .95rem; line-height: 1.45; }
.arrow-link { justify-self: end; display: inline-flex; align-items: center; gap: .6rem; font-size: .9rem; }
.arrow-link .external-icon { width: .95rem; height: .95rem; }.arrow-link:hover .external-icon { transform: translate(2px,-2px); }

.product-future { min-height: clamp(28rem, 45vw, 45rem); margin-top: 1.5rem; padding: 2rem; display: flex; flex-direction: column; background: var(--paper-deep); }
.product-future::before { content: ""; position: absolute; inset: 0; opacity: .4; background: repeating-linear-gradient(90deg, transparent 0 calc(20% - 1px), var(--line) calc(20% - 1px) 20%); }
.future-meta { position: relative; display: flex; justify-content: space-between; }
.future-meta p, .future-note { margin: 0; }
.future-copy { position: relative; margin: auto 0; display: grid; grid-template-columns: 2fr 1fr; align-items: center; }
.future-copy h3 { margin: 0; font-size: clamp(3.4rem, 7.8vw, 9rem); line-height: .88; letter-spacing: -.07em; font-weight: 520; }
.future-symbol { position: relative; width: 70%; aspect-ratio: 1; justify-self: center; }
.future-symbol i { position: absolute; inset: 12%; border: 1px solid var(--ink); background: rgba(242,240,233,.35); transition: transform .7s var(--ease); }
.future-symbol i:nth-child(1) { transform: rotate(45deg); }.future-symbol i:nth-child(2) { transform: rotate(30deg); }.future-symbol i:nth-child(3) { transform: rotate(15deg); }
.product-future:hover .future-symbol i:nth-child(1) { transform: rotate(54deg); }.product-future:hover .future-symbol i:nth-child(2) { transform: rotate(26deg); }.product-future:hover .future-symbol i:nth-child(3) { transform: rotate(9deg); }
.future-note { position: relative; color: var(--muted); }

.beliefs { background: #d9d6cc; }
.beliefs-intro { display: grid; grid-template-columns: 1fr 3fr; margin-bottom: clamp(6rem, 12vw, 12rem); }
.principles { margin-left: 25%; border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: .65fr 1.25fr 1.35fr; gap: 2rem; padding: 2.25rem 0; border-bottom: 1px solid var(--line); }
.principle span { font: .63rem var(--mono); }
.principle h3 { margin: -.25rem 0 0; font-size: clamp(1.4rem, 2.2vw, 2.4rem); letter-spacing: -.04em; font-weight: 500; }
.principle p { max-width: 28rem; margin: 0; color: #5a5b55; line-height: 1.55; }

.studio { background: var(--ink); color: var(--paper); }
.studio .section-index { color: #888a82; margin-bottom: clamp(4rem, 8vw, 8rem); }
.studio-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 8vw; }
.studio h2 em { color: #898a83; }
.studio-copy { padding-top: .6rem; }
.studio-copy p { margin: 0 0 2rem; color: #b9bab2; font-size: clamp(1rem, 1.25vw, 1.25rem); line-height: 1.55; }
.studio-copy .founder-note { margin-top: clamp(3rem,5vw,5rem); color: #898a83; font: .67rem/1.5 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.founder-note a { color: inherit; border-bottom: 1px solid currentColor; transition: color .25s ease; }.founder-note a:hover { color: var(--paper); }
.studio-rule { margin-top: clamp(7rem, 13vw, 13rem); padding-top: 1.25rem; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.22); color: #898a83; }

.contact-section { scroll-margin-top: 4.25rem; border-bottom: 1px solid var(--line); }
.contact-label { display: grid; grid-template-columns: 5rem auto; gap: 1.5rem; font: .67rem var(--mono); text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.contact-label span:last-child { color: var(--ink); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(3rem,8vw,9rem); align-items: center; margin-top: clamp(6rem,10vw,10rem); }
.contact-copy h2 { margin: 0; font-size: clamp(4rem,7vw,7.5rem); line-height: .9; letter-spacing: -.065em; font-weight: 470; }.contact-copy p { max-width: 30rem; margin: 2.4rem 0 0; color: var(--muted); font-size: clamp(1rem,1.4vw,1.35rem); line-height: 1.6; }
.contact-address { position: relative; padding-bottom: 2.2rem; }.contact-address > a { display: block; width: fit-content; max-width: 100%; padding-bottom: .45rem; border-bottom: 1px solid var(--line); font-size: clamp(2.2rem,4vw,5rem); line-height: 1; letter-spacing: -.06em; white-space: nowrap; transition: color .25s; }.contact-address > a:hover { color: var(--muted); }
.contact-address button { margin-top: 1.2rem; padding: 0; border: 0; background: none; color: var(--muted); cursor: pointer; font: .67rem var(--mono); text-transform: uppercase; letter-spacing: .14em; transition: color .25s; }.contact-address button:hover { color: var(--ink); }.contact-address button:focus-visible { outline: 1px solid var(--ink); outline-offset: .4rem; }.copy-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

.footer { padding: clamp(5rem, 8vw, 9rem) var(--page) 2rem; background: #10110f; color: var(--paper); border-top: 1px solid rgba(255,255,255,.12); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr; min-height: 19rem; }
.footer-mark { display: inline-block; font-size: clamp(3rem, 6vw, 6rem); }
.footer-top > div > p { color: #85877f; line-height: 1.45; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: .8rem; }
.footer-links p { margin: 0 0 1rem; color: #6d6e68; font: .62rem var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.footer-links a, .footer-links span { font-size: .87rem; }.footer-links span { color: #6d6e68; }
.footer-links a { display: inline-flex; align-items: center; gap: .45rem; }.external-icon { width: .9rem; height: .9rem; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: square; stroke-linejoin: miter; transition: transform .3s var(--ease); }.footer-links a:hover .external-icon { transform: translate(2px,-2px); }
.footer-links a:hover { color: #b9f542; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.18); color: #787a73; }
.footer-bottom p { margin: 0; }.footer-bottom p:nth-child(2) { text-align: center; }.footer-bottom button { justify-self: end; padding: 0; border: 0; background: none; color: inherit; cursor: pointer; text-transform: uppercase; letter-spacing: inherit; font: inherit; }.footer-bottom button:hover { color: var(--paper); }

/* Dark mode keeps the mineral warmth and treats surfaces independently. */
html[data-theme="dark"] {
  --paper: #191a17;
  --paper-deep: #23241f;
  --ink: #efede5;
  --muted: #999a92;
  --line: rgba(239,237,229,.16);
  color-scheme: dark;
}
html[data-theme="dark"] body { background: var(--paper); }
html[data-theme="dark"] .site-header.scrolled { background: rgba(25,26,23,.84); }
html[data-theme="dark"] .theme-icon-sun { opacity: 0; transform: rotate(45deg) scale(.6); }
html[data-theme="dark"] .theme-icon-moon { opacity: 1; transform: rotate(0) scale(1); }
html[data-theme="dark"] .hero-intro { color: #b5b6ae; }
html[data-theme="dark"] .material-grid { opacity: .5; }
html[data-theme="dark"] .sheet { border-color: rgba(255,255,255,.2); box-shadow: 0 2rem 5rem rgba(0,0,0,.3), inset 0 0 2rem rgba(255,255,255,.05); }
html[data-theme="dark"] .sheet-back { background: rgba(110,111,103,.28); }
html[data-theme="dark"] .sheet-mid { background: rgba(75,76,70,.42); }
html[data-theme="dark"] .sheet-front { background: rgba(45,46,41,.72); }
html[data-theme="dark"] .sheet[data-position="back"] { background: rgba(110,111,103,.28); }html[data-theme="dark"] .sheet[data-position="middle"] { background: rgba(75,76,70,.42); }html[data-theme="dark"] .sheet[data-position="front"] { background: rgba(45,46,41,.72); }
html[data-theme="dark"] .section-heading > p:last-child { color: var(--muted); }
html[data-theme="dark"] .product-future { background: #24251f; }
html[data-theme="dark"] .future-symbol i { border-color: var(--ink); background: rgba(25,26,23,.38); }
html[data-theme="dark"] .beliefs { background: #2b2c27; }
html[data-theme="dark"] .principle p { color: #b5b6ae; }
html[data-theme="dark"] .studio { background: #10110f; }
html[data-theme="dark"] .studio-copy p { color: #b9bab2; }
html[data-theme="dark"] .footer { background: #090a09; }
html[data-theme="dark"] .contact-section { background: #1d1e1a; }

/* About page */
.about-hero { position: relative; min-height: 100svh; padding: clamp(9rem,15vh,13rem) var(--page) 4rem; display: flex; flex-direction: column; justify-content: space-between; border-bottom: 1px solid var(--line); }
.about-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .34; background-image: linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 5rem 5rem; mask-image: linear-gradient(to right,transparent,#000 45%,#000); }
.about-hero > * { position: relative; z-index: 1; }
.about-hero .eyebrow { margin: 0; }.about-hero h1 { max-width: 14ch; margin: 8vh 0; font-size: clamp(4.1rem,8vw,8.8rem); line-height: .86; letter-spacing: -.07em; font-weight: 560; }.about-hero h1 em { color: var(--muted); font-style: normal; font-weight: 400; }
.about-hero-bottom { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-left: 33%; }.about-hero-bottom p { max-width: 32rem; margin: 0; color: var(--muted); font-size: clamp(1rem,1.4vw,1.3rem); line-height: 1.5; }.about-hero-bottom span { font: .62rem var(--mono); color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.about-story { border-bottom: 1px solid var(--line); }.about-story > .section-index { margin-bottom: clamp(4rem,8vw,8rem); }.about-story-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 8vw; }.about-story h2,.people-heading h2,.about-contact h2 { margin: 0; font-size: clamp(3.2rem,6.3vw,7.2rem); line-height: .94; letter-spacing: -.06em; font-weight: 520; }.about-prose p { margin: 0 0 2rem; color: var(--muted); font-size: clamp(1rem,1.2vw,1.2rem); line-height: 1.6; }
.people { background: var(--paper-deep); }.people-heading { display: grid; grid-template-columns: 1fr 3fr; margin-bottom: clamp(5rem,10vw,10rem); }.people-grid { margin-left: 25%; border-top: 1px solid var(--line); }.person { display: grid; grid-template-columns: 1fr 2fr; gap: clamp(2rem,5vw,6rem); padding: clamp(2rem,4vw,4rem) 0; border-bottom: 1px solid var(--line); }
.person-portrait { position: relative; aspect-ratio: .82; display: grid; place-items: center; overflow: hidden; background: var(--ink); color: var(--paper); }.person-portrait::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(currentColor 1px,transparent 1px),linear-gradient(90deg,currentColor 1px,transparent 1px); background-size: 2rem 2rem; }.person-portrait span { position: relative; z-index: 1; font-size: clamp(3rem,6vw,7rem); font-weight: 550; letter-spacing: -.08em; }.person-portrait i { position: absolute; width: 64%; aspect-ratio: 1; border: 1px solid currentColor; transform: rotate(45deg); opacity: .2; }.person-portrait i:nth-of-type(2) { width: 48%; transform: rotate(30deg); }.person-portrait i:nth-of-type(3) { width: 33%; transform: rotate(15deg); }
.person-photo { aspect-ratio: 1; border: 1px solid var(--line); border-radius: 12px; background: #0b0b0b; box-shadow: 0 1px 2px rgba(23,24,22,.06); }.person-photo::before { display: none; }.person-photo::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }.person-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 42%; transition: transform .8s var(--ease), filter .5s ease; }.person:hover .person-photo img { transform: scale(1.018); }
.person-info { display: flex; flex-direction: column; justify-content: space-between; padding: .4rem 0; }.person-info h3 { margin: 0 0 .4rem; font-size: clamp(2rem,3.3vw,3.7rem); line-height: 1; letter-spacing: -.055em; font-weight: 520; }.person-info div > p { margin: 0; color: var(--muted); font: .65rem var(--mono); text-transform: uppercase; letter-spacing: .1em; }.person-info > p { max-width: 34rem; margin: 4rem 0 0; color: var(--muted); font-size: clamp(.95rem,1.2vw,1.2rem); line-height: 1.55; }
.about-contact { background: var(--ink); color: var(--paper); }.about-contact .section-index { margin-bottom: clamp(4rem,8vw,8rem); color: #898a83; }.about-contact-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 5vw; align-items: end; }.about-contact-grid a { justify-self: end; display: inline-flex; align-items: center; gap: .7rem; padding-bottom: .5rem; border-bottom: 1px solid rgba(255,255,255,.3); font-size: clamp(1rem,1.5vw,1.4rem); }.about-contact-grid a .external-icon { width: 1rem; height: 1rem; }.about-contact-grid a:hover .external-icon { transform: translate(2px,-2px); }
html[data-theme="dark"] .people { background: #23241f; }html[data-theme="dark"] .about-contact { background: #10110f; }

.reveal { opacity: 0; transform: translateY(2rem); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }
.hero .reveal:nth-child(2) { transition-delay: .08s; }.hero .reveal:nth-child(3) { transition-delay: .16s; }

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 10rem; padding-bottom: 7rem; }
  .hero h1 { font-size: clamp(4.3rem, 15vw, 8rem); }
  .hero-intro { margin-left: 0; }
  .material-study { width: min(77vw, 30rem); margin-top: 6rem; justify-self: center; }
  .scroll-cue { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 2.5rem; }.section-heading > p:last-child { margin: 0; }
  .product-meta { grid-template-columns: .35fr 1.5fr 1fr; }
  .carbon-app { width: 88%; }
  .product-footer { grid-template-columns: 1.4fr 1fr; }.product-footer .platforms { display: none; }
  .beliefs-intro { grid-template-columns: 1fr; gap: 3rem; }.principles { margin-left: 0; }.principle { grid-template-columns: .25fr 1fr; }.principle p { grid-column: 2; }
  .studio-grid { grid-template-columns: 1fr; }.studio-copy { max-width: 34rem; }
  .contact-grid { grid-template-columns: 1fr; margin-top: clamp(5rem,12vw,8rem); }.contact-address { padding-bottom: 0; }
  .about-story-grid { grid-template-columns: 1fr; }.about-prose { max-width: 35rem; }.people-heading { grid-template-columns: 1fr; gap: 3rem; }.people-grid { margin-left: 0; }.about-contact-grid { grid-template-columns: 1fr; }.about-contact-grid a { justify-self: start; margin-top: 4rem; }
}

@media (max-width: 600px) {
  .site-header { height: 4.5rem; }.site-header > .wordmark { grid-template-columns: 1.35rem auto; gap: .55rem; font-size: 1.3rem; }.wordmark-symbol { width: 1.35rem; height: 1.35rem; }.header-actions { gap: .8rem; } nav { gap: 1rem; } nav a { font-size: .7rem; } nav a:nth-child(2) { display: none; }.theme-toggle { width: 1.85rem; height: 1.85rem; }
  .hero { padding-top: 8.5rem; }.hero::before { background-size: 3rem 3rem; }.eyebrow { justify-content: space-between; margin-bottom: 3.5rem; }.hero h1 { font-size: clamp(4rem, 19vw, 5.5rem); line-height: .84; }.hero-intro { max-width: 21rem; font-size: 1rem; }
  .material-study { width: 90%; margin-top: 4rem; }
  .material-grid { inset: 3% -4% -5% 0; }
  .section { padding-top: 7rem; padding-bottom: 7rem; }.section-heading h2, .beliefs h2, .studio h2 { font-size: 3.3rem; }
  .product-meta { min-height: 8rem; padding: 1.25rem; grid-template-columns: .3fr 1fr; }.product-meta .availability { position: absolute; top: 1.25rem; right: 1.25rem; }.product-meta h3 { font-size: 2.6rem; }
  .product-stage { min-height: 28rem; }.carbon-app { width: 130%; transform: translateX(12%) rotate(-3deg); }.product-carbon:hover .carbon-app { transform: translateX(8%) rotate(-2deg); }.note-one { left: 1.25rem; }.note-two { right: 1.25rem; }
  .product-footer { min-height: 11rem; padding: 1.25rem; grid-template-columns: 1fr; align-content: space-between; }.arrow-link { justify-self: start; }
  .product-future { min-height: 30rem; padding: 1.25rem; }.future-copy { grid-template-columns: 1fr; }.future-copy h3 { font-size: 3.8rem; }.future-symbol { position: absolute; width: 11rem; right: -3rem; bottom: -8rem; opacity: .5; }
  .principle { grid-template-columns: .2fr 1fr; gap: 1rem; padding: 2rem 0; }.principle p { font-size: .91rem; }
  .studio-rule span:nth-child(2) { display: none; }
  .contact-label { grid-template-columns: 2.5rem auto; }.contact-copy h2 { font-size: 4rem; }.contact-address > a { font-size: clamp(1.9rem,9vw,3rem); white-space: normal; overflow-wrap: anywhere; }
  .footer-top { grid-template-columns: 1fr; gap: 5rem; min-height: 28rem; }.footer-bottom { grid-template-columns: 1fr 1fr; gap: 1rem; }.footer-bottom p:nth-child(2) { display: none; }
  .about-hero { min-height: 44rem; padding-top: 8.5rem; }.about-hero::before { background-size: 3rem 3rem; }.about-hero h1 { font-size: clamp(4rem,18vw,5.4rem); }.about-hero-bottom { grid-template-columns: 1fr; margin-left: 0; }.about-hero-bottom span { display: none; }.person { grid-template-columns: 1fr; }.person-portrait { max-width: 24rem; }.person-info > p { margin-top: 2rem; }.about-story h2,.people-heading h2,.about-contact h2 { font-size: 3.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
