@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=IBM+Plex+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&display=swap");
:root {
  --paper: #f5f4f0;
  --paper-deep: #ecece7;
  --paper-warm: #e7e5de;
  --graphite: #1b1c1a;
  --graphite-soft: #454744;
  --graphite-fade: #777a74;
  --rule: rgba(27, 28, 26, 0.22);
  --rule-light: rgba(27, 28, 26, 0.12);
  --vermilion: #e94f2f;
  --clay: #b57961;
  --display: "DM Sans", "Noto Sans JP", sans-serif;
  --body: "Noto Sans JP", sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --background: var(--paper);
  --foreground: var(--graphite);
  --card: var(--paper);
  --card-foreground: var(--graphite);
  --popover: var(--paper);
  --popover-foreground: var(--graphite);
  --primary: var(--graphite);
  --primary-foreground: var(--paper);
  --secondary: var(--paper-deep);
  --secondary-foreground: var(--graphite);
  --muted: var(--paper-deep);
  --muted-foreground: var(--graphite-fade);
  --accent: var(--vermilion);
  --accent-foreground: var(--paper);
  --border: var(--rule);
  --input: var(--rule);
  --ring: var(--vermilion);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--graphite);
  font-family: var(--body);
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::selection { background: var(--vermilion); color: var(--paper); }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 1px solid var(--vermilion); outline-offset: 6px; }
img { display: block; max-width: 100%; }

.site-shell { position: relative; overflow: hidden; min-height: 100vh; }
.site-grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .045;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}
.site-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 3.2rem;
  width: min(100% - 6rem, 1440px);
  margin: 0 auto;
  padding: 2.1rem 0 1.8rem;
  border-bottom: 1px solid var(--rule);
}
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-mark { position: relative; display: inline-block; width: 27px; height: 27px; border: 1.5px solid var(--graphite); }
.brand-mark__cut { position: absolute; right: -1.5px; bottom: -1.5px; width: 11px; height: 11px; background: var(--paper); border-left: 1.5px solid var(--graphite); border-top: 1.5px solid var(--graphite); }
.brand-mark__dot { position: absolute; right: 2px; bottom: 2px; width: 4px; height: 4px; background: var(--vermilion); }
.brand-wordmark { font-family: var(--display); font-size: .95rem; font-weight: 700; letter-spacing: .12em; line-height: 1; }
.brand-wordmark em { font-style: normal; font-size: .75em; font-weight: 400; letter-spacing: .02em; }
.header-meta, .mono-label, .rail-note { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.header-meta { display: flex; align-items: center; gap: 14px; color: var(--graphite-fade); white-space: nowrap; }
.header-meta__line { display: block; width: 35px; height: 1px; background: var(--rule); }
.desktop-nav { display: flex; gap: 1.65rem; align-items: center; }
.desktop-nav a { position: relative; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; }
.desktop-nav a::after { content: ""; position: absolute; bottom: -8px; left: 0; width: 0; height: 1px; background: var(--vermilion); transition: width 180ms var(--ease-out); }
.desktop-nav a:hover::after { width: 100%; }
.menu-trigger, .mobile-nav { display: none; }

.section-frame { width: min(100% - 6rem, 1440px); margin: 0 auto; }
.hero { position: relative; display: grid; grid-template-columns: minmax(480px, 1.04fr) minmax(390px, .96fr); align-items: center; min-height: min(810px, calc(100vh - 86px)); gap: clamp(4rem, 10vw, 10rem); padding: 7.5rem 4% 9rem 5%; }
.hero__index { position: absolute; top: 3rem; left: 5%; display: flex; align-items: center; gap: 10px; color: var(--graphite-fade); }
.marker-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--vermilion); flex: 0 0 auto; }
.hero__copy { align-self: center; padding-top: 1rem; }
.kicker { margin: 0 0 2.1rem; color: var(--graphite-fade); font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(3.6rem, 6.1vw, 7.3rem); font-weight: 500; letter-spacing: -.075em; line-height: .91; }
.hero h1 i, .philosophy h2 i { font-family: var(--body); font-size: .79em; font-style: normal; font-weight: 400; letter-spacing: -.09em; }
.hero__period { color: var(--vermilion); }
.hero__intro { max-width: 425px; margin-top: 3.5rem; padding-left: 1.5rem; border-left: 1px solid var(--vermilion); }
.hero__intro p { margin: 0; color: var(--graphite-soft); font-size: 13px; line-height: 2; }
.hero__intro .hero__jp { margin-bottom: .45rem; color: var(--graphite); font-size: 15px; font-weight: 500; }
.hero-cta { display: inline-flex; align-items: center; gap: 15px; margin-top: 3.2rem; padding: 11px 0; border-bottom: 1px solid var(--graphite); font-family: var(--mono); font-size: 11px; letter-spacing: .12em; transition: color 180ms var(--ease-out), border-color 180ms var(--ease-out), transform 180ms var(--ease-out); }
.hero-cta:hover { color: var(--vermilion); border-color: var(--vermilion); transform: translateX(4px); }
.hero-cta__index { color: var(--vermilion); }
.hero__visual { position: relative; max-width: 600px; justify-self: end; width: 100%; }
.hero__image-frame { position: relative; padding: 18px 18px 46px 18px; border: 1px solid var(--rule); background: var(--paper-deep); transform: rotate(1.4deg); }
.hero__image-frame::before { content: ""; position: absolute; inset: 8px; border: 1px solid var(--rule-light); pointer-events: none; }
.hero__image-frame img { width: 100%; aspect-ratio: 1.14 / 1; object-fit: cover; filter: saturate(.72) contrast(.97); }
.image-caption { position: absolute; bottom: 14px; left: 19px; color: var(--graphite-fade); }
.hero__annotation { display: flex; justify-content: space-between; margin-top: 17px; color: var(--graphite-fade); }
.hero__side-note { position: absolute; right: 0; bottom: 2rem; display: flex; flex-direction: column; gap: 16px; color: var(--graphite-fade); writing-mode: vertical-rl; }

.section-frame--split { display: grid; grid-template-columns: 19% 1fr; gap: clamp(2.5rem, 7vw, 8rem); }
.section-rail { padding-top: 4.5rem; }
.section-label { display: flex; align-items: center; gap: 11px; font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.section-label__index { color: var(--vermilion); }
.rail-note { display: block; margin-top: 5.2rem; color: var(--graphite-fade); line-height: 1.9; }
.about { border-top: 1px solid var(--rule); padding-top: 0; padding-bottom: 10rem; }
.about__content { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 8vw, 10rem); padding-top: 5rem; }
.display-lead { margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 5.3vw, 6.15rem); font-weight: 500; letter-spacing: -.08em; line-height: 1.02; }
.display-lead span { color: var(--graphite-soft); }
.body-copy { max-width: 570px; margin: 2.8rem 0 0; color: var(--graphite-soft); font-size: 14px; line-height: 2.1; }
.body-copy--small { margin-top: 1.2rem; font-size: 12px; line-height: 2.05; }
.about__detail { align-self: end; padding-bottom: .75rem; }
.about__line { display: flex; align-items: center; margin-bottom: 1.45rem; color: var(--vermilion); }
.about__detail .mono-label { display: block; margin-top: 3rem; color: var(--graphite-fade); font-size: 9px; letter-spacing: .07em; }

.labs { border-top: 1px solid var(--rule); padding-top: 4.5rem; padding-bottom: 11rem; }
.labs__header { display: flex; align-items: flex-end; justify-content: space-between; padding: 0 6.8% 4rem 19%; }
.labs h2, .projects h2, .contact h2 { margin: 2rem 0 0; font-family: var(--display); font-size: clamp(3rem, 5.4vw, 6.2rem); font-weight: 500; letter-spacing: -.08em; line-height: .96; }
.labs h2 span { color: var(--vermilion); }
.labs__summary { margin: 0 0 .4rem; color: var(--graphite-fade); font-size: 12px; line-height: 1.9; text-align: right; }
.labs__layout { display: grid; grid-template-columns: 33% 1fr; gap: clamp(3rem, 7vw, 9rem); align-items: start; padding-left: 5%; }
.labs__visual { position: sticky; top: 2rem; padding-top: 4rem; }
.specimen-frame { position: relative; max-width: 390px; padding: 14px 14px 54px; border: 1px solid var(--rule); background: var(--paper-deep); transform: rotate(-1.6deg); }
.specimen-frame img { width: 100%; aspect-ratio: .94 / 1; object-fit: cover; filter: saturate(.65) contrast(.96); }
.specimen-frame__tag { position: absolute; bottom: 17px; left: 15px; right: 15px; display: flex; justify-content: space-between; color: var(--graphite-fade); }
.labs__visual-note { margin-top: 2.2rem; color: var(--graphite-fade); font-size: 9px; letter-spacing: .07em; }
.lab-list { border-top: 1px solid var(--rule); }
.lab-card { display: grid; grid-template-columns: 55px 1fr; min-height: 183px; border-bottom: 1px solid var(--rule); transition: background 220ms var(--ease-out), padding 220ms var(--ease-out); }
.lab-card:hover { padding-left: 14px; background: rgba(231, 229, 222, .56); }
.lab-card__number { padding-top: 1.55rem; color: var(--graphite-fade); }
.lab-card__body { padding: 1.45rem 2rem 1.55rem 0; }
.lab-card__topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: .7rem; color: var(--graphite-fade); }
.lab-card__topline .mono-label { font-size: 9px; letter-spacing: .1em; }
.lab-card__status { display: inline-flex; align-items: center; gap: 6px; color: var(--graphite-fade); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.lab-card__status span { width: 5px; height: 5px; border-radius: 50%; background: #7b9a6c; }
.lab-card h3 { margin: 0; font-family: var(--display); font-size: clamp(1.7rem, 2.7vw, 2.7rem); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.lab-card p { max-width: 580px; margin: .85rem 0 1.1rem; color: var(--graphite-soft); font-size: 12px; line-height: 1.85; }
.arrow-link { display: inline-flex; align-items: center; gap: 8px; color: var(--graphite); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; transition: color 180ms var(--ease-out), transform 180ms var(--ease-out); }
.arrow-link:hover { color: var(--vermilion); transform: translateX(4px); }
.lab-card--vermillion .lab-card__number, .lab-card--vermillion .arrow-link { color: var(--vermilion); }
.lab-card--clay .lab-card__number { color: var(--clay); }

.philosophy { position: relative; min-height: 760px; display: grid; grid-template-columns: 18% 1fr 22%; gap: 4rem; align-items: center; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 7rem 5% 8rem; background: var(--paper-deep); }
.philosophy__stamp { align-self: start; display: flex; flex-direction: column; gap: 1.2rem; padding-top: .35rem; color: var(--graphite-fade); }
.philosophy__copy { padding-bottom: 2rem; }
.philosophy h2 { margin-top: 3.2rem; font-size: clamp(3.1rem, 6.1vw, 7rem); }
.philosophy__text { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; max-width: 560px; margin-top: 4rem; padding-left: 1.3rem; border-left: 1px solid var(--vermilion); }
.philosophy__text p { margin: 0; color: var(--graphite-soft); font-size: 13px; line-height: 2.1; }
.philosophy__mark { align-self: end; justify-self: end; display: flex; flex-direction: column; align-items: center; gap: 2.2rem; color: var(--graphite-fade); }
.calibration-mark { position: relative; width: 170px; height: 170px; }
.calibration-mark::before, .calibration-mark::after { content: ""; position: absolute; background: var(--rule); }
.calibration-mark::before { top: 50%; left: 0; width: 100%; height: 1px; }
.calibration-mark::after { top: 0; left: 50%; width: 1px; height: 100%; }
.calibration-mark__square { position: absolute; top: 42px; left: 43px; width: 62px; height: 62px; border: 1px solid var(--graphite); }
.calibration-mark__circle { position: absolute; right: 28px; bottom: 30px; width: 21px; height: 21px; border-radius: 50%; background: var(--vermilion); }
.calibration-mark__cross { position: absolute; background: var(--graphite); }
.calibration-mark__cross--x { top: 10px; left: 73px; width: 1px; height: 13px; }
.calibration-mark__cross--y { left: 10px; top: 83px; width: 13px; height: 1px; }

.projects { padding-top: 0; padding-bottom: 10rem; }
.projects__content { padding-top: 4.5rem; }
.projects__header { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 4rem; border-bottom: 1px solid var(--rule); }
.projects h2 { margin: 0; font-size: clamp(3rem, 5.4vw, 6rem); }
.projects h2 em { color: var(--graphite-soft); font-family: var(--body); font-size: .55em; font-style: normal; letter-spacing: -.08em; }
.projects__header .body-copy { margin: 0 8% 0 2rem; }
.project-entry { display: grid; grid-template-columns: 55px 1fr minmax(230px, 33%); min-height: 295px; border-bottom: 1px solid var(--rule); }
.project-entry__id { padding-top: 1.6rem; color: var(--vermilion); }
.project-entry__details { padding: 2rem 2rem 2rem 0; }
.project-entry__status { display: flex; align-items: center; gap: 8px; margin-bottom: 2.2rem; color: var(--graphite-fade); font-size: 9px; }
.project-entry__details h3 { margin: 0; font-family: var(--display); font-size: clamp(2.2rem, 3.8vw, 4.2rem); font-weight: 500; letter-spacing: -.08em; line-height: .95; }
.project-entry__details p { margin: 1rem 0 2.2rem; font-family: var(--display); font-size: 16px; }
.project-entry__details > .mono-label { color: var(--graphite-fade); font-size: 9px; letter-spacing: .07em; }
.project-entry__image { position: relative; align-self: stretch; padding: 1.1rem 0 1.1rem 1.1rem; overflow: hidden; }
.project-entry__image::before { content: ""; position: absolute; inset: 1.1rem 0 1.1rem 1.1rem; border: 1px solid var(--rule-light); z-index: 1; pointer-events: none; }
.project-entry__image img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; filter: saturate(.67); transition: transform 350ms var(--ease-out); }
.project-entry:hover .project-entry__image img { transform: scale(1.025); }
.project-entry__image-label { position: absolute; bottom: 1.55rem; left: 2rem; z-index: 2; color: var(--graphite); }
.projects__future { display: flex; justify-content: space-between; padding-top: 1.1rem; color: var(--graphite-fade); font-size: 9px; letter-spacing: .08em; }

.contact { border-top: 1px solid var(--rule); padding-top: 3.5rem; padding-bottom: 9.5rem; }
.contact__top { display: flex; justify-content: space-between; align-items: center; }
.contact__top > .mono-label { color: var(--graphite-fade); }
.contact__main { display: grid; grid-template-columns: 1.5fr .5fr; gap: 3rem; align-items: end; padding: 5.5rem 5% 0 19%; }
.contact h2 { margin: 0; font-size: clamp(3.4rem, 6vw, 7rem); }
.contact h2 i { display: inline-block; color: var(--graphite-soft); font-family: var(--body); font-size: .6em; font-style: normal; letter-spacing: -.09em; }
.contact__aside { padding-bottom: .75rem; }
.contact__aside .body-copy { margin: 0; font-size: 12px; }
.contact-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 2.2rem; border-bottom: 1px solid var(--graphite); padding-bottom: 11px; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; transition: color 180ms var(--ease-out), border-color 180ms var(--ease-out), transform 180ms var(--ease-out); }
.contact-link:hover { color: var(--vermilion); border-color: var(--vermilion); transform: translateX(4px); }

.site-footer { width: min(100% - 6rem, 1440px); margin: 0 auto; padding: 3rem 0 1.8rem; border-top: 1px solid var(--rule); }
.site-footer__brand { display: flex; align-items: flex-start; justify-content: space-between; }
.site-footer__brand p { margin: .1rem 10% 0 0; color: var(--graphite-soft); font-family: var(--display); font-size: 14px; line-height: 1.55; }
.footer-nav { display: flex; gap: 1.8rem; margin-top: 3.8rem; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; }
.footer-nav a { transition: color 180ms var(--ease-out); }
.footer-nav a:hover { color: var(--vermilion); }
.site-footer__bottom { display: flex; justify-content: space-between; margin-top: 5rem; padding-top: 1rem; border-top: 1px solid var(--rule-light); color: var(--graphite-fade); font-size: 9px; letter-spacing: .07em; }

[data-reveal] { opacity: 0; transform: translateY(10px); transition: opacity 650ms var(--ease-out), transform 650ms var(--ease-out); transition-delay: var(--reveal-delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.hero__visual[data-reveal].is-visible { transition-delay: 120ms; }

@media (max-width: 1100px) {
  .site-header, .section-frame, .site-footer { width: min(100% - 3.5rem, 1440px); }
  .site-header { gap: 1.7rem; }
  .hero { grid-template-columns: 1fr .84fr; gap: 4rem; padding-left: 2%; padding-right: 2%; }
  .hero__index { left: 2%; }
  .hero h1 { font-size: clamp(3.4rem, 6.4vw, 5.7rem); }
  .section-frame--split { grid-template-columns: 16% 1fr; gap: 4rem; }
  .labs__header { padding-left: 16%; }
  .labs__layout { padding-left: 0; gap: 4rem; }
  .contact__main { padding-left: 16%; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 82px; }
  .site-header, .section-frame, .site-footer { width: calc(100% - 2.25rem); }
  .site-header { grid-template-columns: 1fr auto; gap: 1rem; padding: 1.35rem 0; }
  .header-meta, .desktop-nav { display: none; }
  .menu-trigger { display: inline-flex; align-items: center; justify-content: flex-end; gap: 9px; padding: 0; border: 0; background: transparent; color: var(--graphite); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; }
  .mobile-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: block; padding: 1.25rem 1.1rem .9rem; border-bottom: 1px solid var(--graphite); background: var(--paper); box-shadow: 0 12px 30px rgba(27, 28, 26, .06); }
  .mobile-nav__eyebrow { margin-bottom: .65rem; color: var(--graphite-fade); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
  .mobile-nav a { display: grid; grid-template-columns: 35px 1fr auto; align-items: center; padding: .85rem 0; border-top: 1px solid var(--rule-light); font-family: var(--mono); font-size: 12px; letter-spacing: .1em; }
  .mobile-nav a span { color: var(--vermilion); font-size: 10px; }
  .hero { display: block; min-height: auto; padding: 6rem 0 6.5rem; }
  .hero__index { top: 1.7rem; left: 0; }
  .hero__copy { padding-top: 0; }
  .kicker { margin-bottom: 1.7rem; font-size: 9px; }
  .hero h1 { font-size: clamp(3.7rem, 16vw, 6rem); line-height: .89; }
  .hero__intro { margin-top: 2.5rem; }
  .hero__intro p { font-size: 12px; }
  .hero__intro .hero__jp { font-size: 14px; }
  .hero-cta { margin-top: 2.5rem; }
  .hero__visual { max-width: none; margin-top: 4.5rem; padding: 0 1.1rem 0 .6rem; }
  .hero__side-note { display: none; }
  .hero__image-frame { padding: 10px 10px 38px 10px; }
  .hero__image-frame::before { inset: 5px; }
  .image-caption { bottom: 10px; left: 11px; font-size: 8px; }
  .hero__annotation { font-size: 8px; }
  .section-frame--split { display: block; }
  .section-rail { display: flex; justify-content: space-between; align-items: center; padding-top: 1.6rem; }
  .rail-note { margin-top: 0; text-align: right; font-size: 8px; }
  .about { padding-bottom: 6.5rem; }
  .about__content { display: block; padding-top: 3.1rem; }
  .display-lead { font-size: clamp(2.85rem, 13vw, 4.5rem); }
  .body-copy { margin-top: 2.1rem; font-size: 13px; line-height: 2; }
  .about__detail { margin-top: 3.7rem; padding-left: 1rem; border-left: 0; }
  .about__detail .mono-label { margin-top: 2.2rem; font-size: 8px; }
  .labs { padding-top: 2.4rem; padding-bottom: 6.5rem; }
  .labs__header { display: block; padding: 0 0 3rem; }
  .labs h2 { margin-top: 1.4rem; font-size: clamp(3rem, 14vw, 4.6rem); }
  .labs__summary { margin-top: 1.2rem; text-align: left; }
  .desktop-only { display: none; }
  .labs__layout { display: block; }
  .labs__visual { position: static; padding-top: 0; margin: 0 .75rem 4rem 0; }
  .specimen-frame { max-width: 320px; }
  .lab-card { grid-template-columns: 37px 1fr; min-height: auto; }
  .lab-card__number { padding-top: 1.3rem; font-size: 9px; }
  .lab-card__body { padding: 1.25rem 0 1.45rem; }
  .lab-card__topline { align-items: flex-start; gap: 1rem; }
  .lab-card__topline .mono-label { font-size: 8px; }
  .lab-card__status { font-size: 8px; }
  .lab-card h3 { font-size: 2rem; }
  .lab-card p { margin: .7rem 0 1rem; font-size: 11px; line-height: 1.85; }
  .philosophy { display: block; min-height: 0; padding: 4rem 0 5rem; }
  .philosophy__stamp { flex-direction: row; justify-content: space-between; padding: 0 0 0 0; }
  .philosophy__copy { padding-top: 4.7rem; }
  .philosophy h2 { margin-top: 2rem; font-size: clamp(3.15rem, 14vw, 4.8rem); }
  .philosophy__text { display: block; margin-top: 3rem; }
  .philosophy__text p + p { margin-top: 1rem; }
  .philosophy__mark { margin-top: 4.5rem; }
  .calibration-mark { width: 140px; height: 140px; }
  .calibration-mark__square { top: 34px; left: 35px; width: 52px; height: 52px; }
  .calibration-mark__circle { right: 23px; bottom: 25px; }
  .calibration-mark__cross--x { left: 60px; }
  .projects { padding-bottom: 6.5rem; }
  .projects__content { padding-top: 3.1rem; }
  .projects__header { display: block; padding-bottom: 2.8rem; }
  .projects h2 { font-size: clamp(3.1rem, 13vw, 4.7rem); }
  .projects__header .body-copy { margin: 2rem 0 0; }
  .project-entry { grid-template-columns: 37px 1fr; min-height: 0; }
  .project-entry__id { padding-top: 1.3rem; font-size: 9px; }
  .project-entry__details { padding: 1.5rem 0 1.6rem; }
  .project-entry__status { margin-bottom: 1.6rem; font-size: 8px; }
  .project-entry__details h3 { font-size: 2.6rem; }
  .project-entry__details p { margin: .7rem 0 1.4rem; font-size: 14px; }
  .project-entry__image { grid-column: 2; padding: 0 0 1.4rem; }
  .project-entry__image::before { inset: 0 0 1.4rem; }
  .project-entry__image img { min-height: 185px; }
  .project-entry__image-label { bottom: 1.9rem; left: 1rem; font-size: 8px; }
  .projects__future { display: block; line-height: 2; font-size: 8px; }
  .projects__future span { display: block; }
  .projects__future span + span { margin-top: .45rem; }
  .contact { padding-top: 2.6rem; padding-bottom: 6rem; }
  .contact__top { align-items: flex-start; gap: 1rem; }
  .contact__top > .mono-label { max-width: 100px; font-size: 8px; text-align: right; }
  .contact__main { display: block; padding: 4.2rem 0 0; }
  .contact h2 { font-size: clamp(3.5rem, 15vw, 5rem); }
  .contact h2 i { font-size: .58em; }
  .contact__aside { margin-top: 3.2rem; padding-bottom: 0; }
  .site-footer { padding-top: 2.2rem; }
  .site-footer__brand { display: block; }
  .site-footer__brand p { margin: 2.3rem 0 0; font-size: 13px; }
  .footer-nav { gap: 1.15rem; flex-wrap: wrap; margin-top: 3.2rem; font-size: 9px; }
  .site-footer__bottom { display: block; margin-top: 4rem; line-height: 2; font-size: 8px; }
  .site-footer__bottom span { display: block; }
  .site-footer__bottom span + span { margin-top: .3rem; }
}

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

@layer base {
  * { @apply border-border outline-ring/50; }
  button:not(:disabled), [role="button"]:not([aria-disabled="true"]), a[href] { cursor: pointer; }
}

/* FOUND story specimen: a quiet trailer window and one clear story link beside the philosophy note. */
.found-story { width: min(100%, 235px); }
.found-story__meta { display: flex; justify-content: space-between; gap: .8rem; color: var(--graphite-fade); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.found-story__video { display: block; width: 100%; aspect-ratio: 16 / 9; margin-top: 1.25rem; border: 1px solid var(--rule); background: var(--paper-warm); object-fit: cover; }
.found-story__link { display: flex; align-items: center; gap: .6rem; margin-top: .75rem; padding-top: .7rem; border-top: 1px solid var(--rule); color: var(--graphite); font-family: var(--body); font-size: 12px; letter-spacing: 0; line-height: 1.5; text-transform: none; transition: color 180ms var(--ease-out), transform 180ms var(--ease-out); }
.found-story__link:hover { color: var(--vermilion); transform: translateX(4px); }
.found-story__link-index { color: var(--vermilion); font-family: var(--mono); font-size: 10px; letter-spacing: .04em; }
@media (max-width: 760px) {
  .philosophy__stamp { display: block; }
  .found-story { width: min(100%, 310px); }
  .found-story__meta { font-size: 8px; }
  .found-story__video { margin-top: 1rem; }
  .found-story__link { font-size: 12px; }
  .philosophy__copy { padding-top: 3.8rem; }
}

/* Attached HTML alignment: NOVEL copy first, Found story archive second, calibration mark third. */
.philosophy { grid-template-columns: minmax(255px, .82fr) minmax(270px, .82fr) minmax(155px, .42fr); gap: clamp(2.5rem, 5vw, 6rem); }
.philosophy__copy { grid-column: 1; grid-row: 1; }
.philosophy__stamp { grid-column: 2; grid-row: 1; align-self: center; padding-top: 0; }
.philosophy__mark { grid-column: 3; grid-row: 1; }
.found-story { width: 100%; max-width: 350px; }
.found-story__meta { padding-bottom: .75rem; border-bottom: 1px solid var(--rule); }
.found-story__video { margin-top: 1rem; aspect-ratio: 16 / 9; }
.found-story__link { margin-top: .55rem; padding-top: .55rem; }
.found-story__link + .found-story__link { margin-top: .3rem; }
@media (max-width: 760px) {
  .philosophy { display: block; }
  .philosophy__copy, .philosophy__stamp, .philosophy__mark { grid-column: auto; grid-row: auto; }
  .philosophy__copy { padding-top: 0; }
  .philosophy__stamp { padding-top: 3.2rem; }
  .found-story { max-width: 100%; }
  .found-story__video { max-width: 420px; }
  .found-story__link { max-width: 420px; }
  .philosophy__mark { margin-top: 4.5rem; }
}

/* FOUND Inc. dark study: same HTML, inverted paper and graphite for a quieter night-lab variant. */
:root {
  --paper: #151a22;
  --paper-deep: #20252f;
  --paper-warm: #2b303b;
  --graphite: #f1efe8;
  --graphite-soft: #c8cbc2;
  --graphite-fade: #92988d;
  --rule: rgba(241, 239, 232, .28);
  --rule-light: rgba(241, 239, 232, .14);
  --vermilion: #5ee7ef;
  --clay: #a8dfe1;
  --background: var(--paper);
  --foreground: var(--graphite);
  --card: var(--paper);
  --card-foreground: var(--graphite);
  --popover: var(--paper-deep);
  --popover-foreground: var(--graphite);
  --primary: var(--graphite);
  --primary-foreground: var(--paper);
  --secondary: var(--paper-deep);
  --secondary-foreground: var(--graphite);
  --muted: var(--paper-deep);
  --muted-foreground: var(--graphite-fade);
  --accent: var(--vermilion);
  --accent-foreground: var(--paper);
  --border: var(--rule);
  --input: var(--rule);
  --ring: var(--vermilion);
}
body { background: var(--paper); color: var(--graphite); }
.site-grain { opacity: .075; mix-blend-mode: screen; }
.brand-mark__cut { background: var(--paper); }
.hero__image-frame, .specimen-frame { background: var(--paper-deep); }
.hero__image-frame img, .specimen-frame img, .project-entry__image img { filter: saturate(.62) contrast(.94) brightness(.78); }
.lab-card:hover { background: rgba(41, 44, 40, .72); }
.philosophy { background: var(--paper-deep); }
.found-story__video { background: var(--paper-warm); }
.contact-link, .hero-cta { border-color: var(--graphite); }
@media (max-width: 760px) {
  .mobile-nav { background: var(--paper-deep); }
}

html { color-scheme: dark; }
::selection { background: var(--vermilion); color: var(--paper); }
