@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --paper: #f2eee7;
  --paper-deep: #e8e2d8;
  --ink: #151d25;
  --muted: #697078;
  --line: rgba(21, 29, 37, 0.15);
  --blue: #3279db;
  --cyan: #53c9e8;
  --violet: #8e62d9;
  --coral: #f17659;
  --yellow: #f4c462;
  --radius: 24px;
  --mono: 'DM Mono', 'SFMono-Regular', Consolas, monospace;
  --sans: 'Manrope', 'SF Pro Display', 'PingFang SC', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Microsoft YaHei', sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: '';
  opacity: .23;
  background-image: radial-gradient(rgba(21, 29, 37, .24) .5px, transparent .5px);
  background-size: 5px 5px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.page-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.page-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--coral), var(--violet), var(--cyan));
  transition: width .08s linear;
}

.site-shell { width: min(1440px, calc(100% - 64px)); margin: 0 auto; }

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
}

.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; }

.brand-mark {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  border-radius: 10px;
  transform: rotate(-8deg);
}

.brand-mark svg { width: 16px; height: 16px; stroke-width: 2.2; }
.brand-name, .footer-brand > span:last-child { font-size: 13px; font-weight: 800; letter-spacing: .13em; }
.brand-slash { margin: 0 4px; color: var(--coral); }

.main-nav { display: flex; align-items: center; gap: 38px; margin-left: auto; margin-right: 56px; }

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  transition: color .25s ease;
}

.nav-link span { color: #a1a6aa; font-family: var(--mono); font-size: 10px; font-weight: 400; }
.nav-link::after { position: absolute; bottom: 0; left: 0; width: 0; height: 2px; content: ''; background: var(--coral); transition: width .25s ease; }
.nav-link:hover, .nav-link.is-active { color: var(--ink); }
.nav-link:hover::after, .nav-link.is-active::after { width: 100%; }

.header-cta, .text-link, .project-link { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; }
.header-cta { padding: 12px 17px; color: var(--paper); background: var(--ink); border-radius: 99px; transition: transform .25s ease, background .25s ease; }
.header-cta:hover, .button-dark:hover { background: #36414a; transform: translateY(-2px); }
.header-cta svg, .text-link svg, .project-link svg { width: 14px; height: 14px; }
.language-switcher { display: inline-flex; align-items: center; gap: 2px; margin-left: 18px; padding: 3px; border: 1px solid var(--line); background: rgba(255, 255, 255, .28); border-radius: 99px; }
.language-switcher button { min-width: 27px; height: 25px; padding: 0 6px; color: var(--muted); border: 0; background: transparent; border-radius: 99px; font-family: var(--mono); font-size: 9px; cursor: pointer; transition: color .2s ease, background .2s ease; }
.language-switcher button:hover, .language-switcher button[aria-pressed="true"] { color: var(--paper); background: var(--ink); }
.menu-toggle { display: none; border: 0; color: var(--ink); background: transparent; cursor: pointer; }

.section-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: clamp(48px, 8vw, 138px); }

.hero { min-height: 720px; align-items: center; padding: 100px 0 82px; }
.eyebrow, .section-kicker, .project-platform, .media-topline, .visual-label, .hero-footnote, .project-number, .dialog-meta, .dialog-status, .stack-number { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.eyebrow-dot { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 5px rgba(241, 118, 89, .13); }
.hero h1 { max-width: 760px; margin: 30px 0 28px; font-size: clamp(48px, 6.2vw, 94px); line-height: 1.07; letter-spacing: -.075em; font-weight: 800; }
.hero h1 em, .about-lead h2 em { position: relative; font-style: normal; color: var(--coral); white-space: nowrap; }
.hero h1 em::after, .about-lead h2 em::after { position: absolute; right: 1%; bottom: -7px; left: 4%; height: 8px; content: ''; background: rgba(241, 118, 89, .22); border-radius: 50%; transform: rotate(-1.7deg); }
.hero-intro { max-width: 510px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.95; letter-spacing: .01em; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 37px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 49px; padding: 0 20px; border-radius: 99px; font-size: 12px; font-weight: 800; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button svg { width: 15px; height: 15px; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { background: white; transform: translateY(-2px); }
.text-link { color: var(--muted); transition: color .25s ease; }
.text-link:hover { color: var(--ink); }
.hero-footnote { display: flex; align-items: center; gap: 13px; margin-top: 78px; color: #8c9296; }
.footnote-index { color: var(--coral); font-size: 12px; }
.footnote-line { width: 56px; height: 1px; background: #b8b5ad; }

.hero-visual { position: relative; min-height: 560px; }
.visual-label { position: absolute; z-index: 3; color: #8b8b84; font-size: 9px; }
.visual-label span { margin: 0 5px; color: var(--coral); }
.visual-label-top { top: 10px; right: 6px; }
.visual-label-bottom { bottom: 25px; left: 9px; display: flex; align-items: center; gap: 9px; }
.visual-label-bottom svg { width: 14px; height: 14px; color: var(--coral); }
.hero-stage { position: absolute; inset: 52px 0 50px; min-height: 460px; overflow: hidden; border: 1px solid rgba(21, 29, 37, .11); background: rgba(232, 226, 216, .6); border-radius: 28px; }
.hero-stage::before { position: absolute; inset: 0; content: ''; background: radial-gradient(circle at 55% 50%, rgba(255, 255, 255, .85), transparent 44%), linear-gradient(120deg, transparent 0 36%, rgba(241, 118, 89, .13) 36% 52%, transparent 52%); }
.stage-grid-lines { position: absolute; inset: 0; opacity: .45; background: linear-gradient(rgba(21, 29, 37, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(21, 29, 37, .09) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(circle at center, black, transparent 76%); }
.stage-orbit { position: absolute; border: 1px solid rgba(50, 121, 219, .22); border-radius: 50%; transform: rotate(-25deg); }
.stage-orbit-one { top: 18%; left: 19%; width: 65%; height: 48%; }
.stage-orbit-two { top: 31%; left: 6%; width: 90%; height: 30%; border-color: rgba(241, 118, 89, .18); }
.stage-caption { position: absolute; right: 25px; bottom: 22px; left: 25px; display: flex; justify-content: space-between; color: #8f928f; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.stage-caption strong { color: var(--ink); font-weight: 500; }

.stack-card { position: absolute; display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr auto; gap: 14px; width: 214px; height: 245px; padding: 17px; border: 1px solid rgba(255,255,255,.46); box-shadow: 0 24px 50px rgba(38, 47, 55, .16); text-align: left; cursor: pointer; border-radius: 17px; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease; }
.stack-card:hover { box-shadow: 0 30px 62px rgba(38, 47, 55, .23); transform: translateY(-12px) rotate(0deg); }
.stack-card img { width: 87px; height: 87px; align-self: center; object-fit: cover; border-radius: 21px; box-shadow: 0 13px 25px rgba(21,29,37,.25); }
.stack-number { align-self: start; color: rgba(255,255,255,.78); font-size: 9px; }
.stack-card-name { grid-column: 1 / -1; align-self: end; color: white; font-size: 20px; font-weight: 800; letter-spacing: -.04em; }
.stack-card-back { top: 69px; right: 13%; color: white; background: linear-gradient(145deg, #7c56bd, #354a9b); transform: rotate(9deg); }
.stack-card-middle { top: 177px; left: 9%; color: white; background: linear-gradient(145deg, #112e63, #145eb0); transform: rotate(-10deg); }
.stack-card-front { top: 134px; right: 24%; color: white; background: linear-gradient(145deg, #e47858, #9e302f); transform: rotate(-3deg); }
.stack-card-front img { border: 2px solid rgba(255,255,255,.5); }

.signal-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 150px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-item { display: flex; align-items: center; gap: 14px; min-height: 89px; padding: 0 25px; border-right: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.signal-item:last-child { border-right: 0; }
.signal-item strong { color: var(--ink); font-size: 19px; letter-spacing: -.04em; }
.signal-icon { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid var(--line); border-radius: 9px; }
.signal-icon svg { width: 14px; height: 14px; color: var(--coral); }

.projects-section { padding-bottom: 156px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 58px; }
.section-kicker { color: var(--muted); }
.section-kicker > span { color: var(--coral); }
.section-heading h2, .about-lead h2 { margin: 22px 0 0; font-size: clamp(42px, 5.4vw, 76px); line-height: 1.07; letter-spacing: -.075em; }
.section-heading h2 span { color: #858b8d; }
.section-heading-side { width: min(385px, 100%); }
.section-heading-side p { margin: 0 0 25px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { padding: 9px 13px; color: var(--muted); border: 1px solid var(--line); background: transparent; border-radius: 99px; font-size: 11px; cursor: pointer; transition: color .25s ease, background .25s ease, border-color .25s ease; }
.filter-button:hover, .filter-button.is-selected { color: var(--paper); border-color: var(--ink); background: var(--ink); }
.project-list { display: grid; gap: 28px; }
.project-card { display: grid; grid-template-columns: minmax(285px, .72fr) minmax(0, 1.28fr); min-height: 485px; overflow: hidden; border-radius: var(--radius); color: white; box-shadow: 0 15px 35px rgba(31,38,45,.08); }
.project-card.is-hidden { display: none; }
.project-card-blue { background: #1f5ba9; }
.project-card-violet { background: #6952a2; }
.project-card-navy { background: #173d64; }
.project-info { position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 34px 36px 35px; }
.project-info::after { position: absolute; top: 0; right: 0; bottom: 0; width: 1px; content: ''; background: rgba(255,255,255,.19); }
.project-topline { display: flex; width: 100%; align-items: center; justify-content: space-between; color: rgba(255,255,255,.64); }
.project-number { color: rgba(255,255,255,.95); font-size: 15px; letter-spacing: .04em; }
.project-platform { font-size: 9px; letter-spacing: .12em; }
.project-icon { margin-top: 52px; }
.project-icon img { width: 63px; height: 63px; object-fit: cover; border: 1px solid rgba(255,255,255,.32); border-radius: 18px; box-shadow: 0 10px 25px rgba(0,0,0,.18); }
.project-info h3 { margin: 22px 0 0; font-size: clamp(32px, 4vw, 52px); line-height: 1; letter-spacing: -.065em; }
.project-subtitle { margin: 9px 0 0; color: rgba(255,255,255,.76); font-size: 13px; }
.project-description { max-width: 310px; margin: 25px 0 0; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.8; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 23px; }
.tag-row span { padding: 6px 8px; color: white; border: 1px solid rgba(255,255,255,.25); background: rgba(0,0,0,.12); border-radius: 99px; font-family: var(--mono); font-size: 9px; }
.project-link { margin-top: auto; padding: 0; color: white; border: 0; background: none; cursor: pointer; }
.project-link::after { display: block; width: 0; height: 1px; content: ''; background: white; transition: width .25s ease; }
.project-link:hover::after { width: calc(100% - 22px); }
.project-media { display: flex; flex-direction: column; min-width: 0; padding: 23px 23px 18px; background: rgba(9, 17, 30, .27); }
.media-topline { display: flex; align-items: center; justify-content: space-between; padding: 0 5px 15px; color: rgba(255,255,255,.62); font-size: 9px; }
.media-dots { display: flex; gap: 5px; }
.media-dots i { display: block; width: 6px; height: 6px; background: rgba(255,255,255,.5); border-radius: 50%; }
.media-dots i:first-child { background: #f17659; }.media-dots i:nth-child(2) { background: #f4c462; }.media-dots i:last-child { background: #69c989; }
.media-image-button { flex: 1; min-height: 0; overflow: hidden; padding: 0; border: 1px solid rgba(255,255,255,.2); background: #0e1720; border-radius: 14px; cursor: zoom-in; }
.media-image-button img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.media-image-button:hover img { transform: scale(1.025); }
.media-caption { display: flex; justify-content: space-between; padding: 14px 5px 0; color: rgba(255,255,255,.58); font-family: var(--mono); font-size: 9px; }
.empty-state { padding: 50px; color: var(--muted); border: 1px dashed var(--line); border-radius: 18px; text-align: center; }

.archive-section { padding: 112px 0 150px; border-top: 1px solid var(--line); }
.archive-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.archive-heading h2 { margin: 20px 0 0; font-size: clamp(38px, 4.8vw, 68px); line-height: 1.08; letter-spacing: -.075em; }
.archive-heading h2 span { color: #858b8d; }
.archive-heading > p { width: min(385px, 100%); margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.archive-card { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 18px; min-height: 178px; padding: 22px; overflow: hidden; border: 1px solid rgba(21, 29, 37, .12); background: rgba(255, 255, 255, .3); border-radius: 18px; transition: transform .3s ease, background .3s ease, box-shadow .3s ease; }
.archive-card::after { position: absolute; right: -35px; bottom: -35px; width: 100px; height: 100px; content: ''; opacity: .72; background: var(--archive-accent, rgba(241, 118, 89, .3)); border-radius: 50%; filter: blur(23px); }
.archive-card:hover { background: rgba(255,255,255,.62); box-shadow: 0 18px 32px rgba(31,38,45,.08); transform: translateY(-5px); }
.archive-card.is-hidden { display: none; }
.archive-icon { position: relative; z-index: 1; display: grid; width: 51px; height: 51px; place-items: center; border-radius: 15px; }
.archive-icon img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; box-shadow: 0 8px 17px rgba(21,29,37,.16); }
.archive-content { position: relative; z-index: 1; min-width: 0; }
.archive-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #969b9e; font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.archive-content h3 { margin: 15px 0 4px; font-size: 20px; letter-spacing: -.045em; }.archive-content p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.archive-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 17px; padding: 0; color: var(--ink); border: 0; background: none; font-size: 10px; font-weight: 800; cursor: pointer; }.archive-link svg { width: 13px; height: 13px; }.archive-link:hover { color: var(--coral); }

.about-section { align-items: start; padding: 112px 0 158px; border-top: 1px solid var(--line); }
.about-lead h2 { font-size: clamp(40px, 5vw, 72px); }.about-lead p { max-width: 300px; margin: 37px 0 0; color: var(--muted); line-height: 1.85; font-size: 14px; }
.about-content { padding-top: 57px; }
.about-intro { display: grid; grid-template-columns: 45px 1fr; gap: 14px; max-width: 580px; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.about-mark { color: var(--coral); font-family: Georgia, serif; font-size: 75px; line-height: .7; }
.about-intro p { margin: 0; font-size: 18px; font-weight: 600; line-height: 1.8; letter-spacing: -.02em; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 35px; }
.principle > span { color: var(--coral); font-family: var(--mono); font-size: 11px; }
.principle h3 { margin: 17px 0 9px; font-size: 15px; }.principle p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.closing-section { display: flex; align-items: end; justify-content: space-between; gap: 35px; min-height: 354px; margin: 0 calc(50% - 50vw); padding: 58px max(32px, calc((100vw - 1376px) / 2)); color: var(--paper); background: var(--ink); }
.closing-section .section-kicker { color: rgba(242,238,231,.52); }.closing-section .section-kicker > span { color: var(--coral); }
.closing-copy h2 { margin: 22px 0 0; font-size: clamp(42px, 5.5vw, 78px); line-height: 1.06; letter-spacing: -.075em; }.closing-copy h2 span { color: #a9b3b7; }
.site-footer { display: flex; align-items: center; justify-content: space-between; min-height: 91px; color: #858b8d; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.footer-brand { color: var(--ink); }.footer-brand .brand-mark { width: 24px; height: 24px; border-radius: 8px; }.footer-brand .brand-mark svg { width: 13px; height: 13px; }
.filing-link { color: inherit; text-decoration: none; }.filing-link:hover { color: var(--coral); text-decoration: underline; }

.project-dialog { width: min(1080px, calc(100% - 36px)); max-height: calc(100% - 36px); padding: 0; overflow: auto; color: var(--ink); border: 0; background: var(--paper); border-radius: 24px; box-shadow: 0 35px 120px rgba(0,0,0,.3); }
.project-dialog::backdrop { background: rgba(12, 18, 24, .72); backdrop-filter: blur(7px); }
.dialog-inner { position: relative; padding: 32px; }
.dialog-close { position: absolute; top: 25px; right: 25px; display: grid; width: 38px; height: 38px; place-items: center; color: var(--ink); border: 1px solid var(--line); background: rgba(255,255,255,.33); border-radius: 50%; cursor: pointer; }.dialog-close:hover { background: white; }.dialog-close svg { width: 17px; height: 17px; }
.dialog-meta { display: flex; justify-content: space-between; padding-right: 60px; color: var(--muted); }.dialog-meta span:first-child { color: var(--coral); }.dialog-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 37px 0 27px; }.dialog-heading h2 { margin: 0; font-size: 52px; line-height: 1; letter-spacing: -.07em; }.dialog-heading p { margin: 10px 0 0; color: var(--muted); }.dialog-status { color: var(--muted); }.dialog-body { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(240px, .6fr); gap: 27px; }.dialog-image-wrap { overflow: hidden; border: 1px solid var(--line); background: #101a26; border-radius: 15px; }.dialog-image-wrap img { width: 100%; height: 100%; object-fit: cover; }.dialog-details { padding: 7px 0; }.dialog-details > p:first-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }.dialog-rule { width: 100%; height: 1px; margin: 25px 0; background: var(--line); }.dialog-details h3 { margin: 0 0 16px; font-size: 13px; }.dialog-details ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }.dialog-details li { position: relative; padding-left: 19px; color: var(--muted); font-size: 12px; line-height: 1.55; }.dialog-details li::before { position: absolute; top: .6em; left: 0; width: 7px; height: 7px; content: ''; background: var(--coral); border-radius: 50%; }.dialog-note { margin-top: 28px; padding-top: 17px; border-top: 1px solid var(--line); color: #8b8f91; font-family: var(--mono); font-size: 9px; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(23px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay-1 { transition-delay: .13s; }

@media (max-width: 980px) {
  .site-shell { width: min(100% - 38px, 760px); }
  .main-nav { gap: 22px; margin-right: 25px; }
  .section-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero { min-height: auto; padding: 84px 0 70px; }.hero-copy { max-width: 700px; }.hero-visual { min-height: 500px; width: min(100%, 580px); margin: auto; }
  .signal-strip { margin-bottom: 110px; }.project-card { grid-template-columns: .7fr 1.3fr; }.project-info { padding: 28px; }
  .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-content { padding-top: 0; }
  .closing-section { padding-right: 38px; padding-left: 38px; }
}

@media (max-width: 680px) {
  .site-shell { width: min(100% - 28px, 520px); }.site-header { min-height: 72px; }.brand-name { font-size: 11px; }.header-cta { display: none; }.language-switcher { margin-left: auto; margin-right: 10px; }.menu-toggle { display: grid; place-items: center; }.menu-toggle svg { width: 21px; height: 21px; }
  .main-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; flex-direction: column; align-items: flex-start; gap: 10px; margin: 0; padding: 19px 20px 21px; border: 1px solid var(--line); border-top: 0; background: rgba(242,238,231,.96); box-shadow: 0 12px 24px rgba(21,29,37,.06); }.main-nav.is-open { display: flex; }.nav-link { width: 100%; justify-content: space-between; padding: 10px 0; }
  .hero { padding-top: 65px; }.eyebrow { font-size: 8px; gap: 7px; }.hero h1 { margin-top: 24px; font-size: clamp(43px, 13vw, 66px); }.hero h1 em { white-space: normal; }.hero-intro { font-size: 14px; line-height: 1.85; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 30px; }.hero-footnote { flex-wrap: wrap; gap: 9px; margin-top: 53px; font-size: 8px; }.footnote-line { display: none; }
  .hero-visual { min-height: 430px; margin-top: 15px; }.hero-stage { min-height: 360px; }.visual-label-top { top: 0; font-size: 8px; }.visual-label-bottom { bottom: 5px; font-size: 8px; }.stack-card { width: 154px; height: 183px; padding: 12px; border-radius: 13px; }.stack-card img { width: 58px; height: 58px; border-radius: 15px; }.stack-card-name { font-size: 16px; }.stack-card-back { top: 42px; right: 4%; }.stack-card-middle { top: 133px; left: 3%; }.stack-card-front { top: 104px; right: 20%; }.stage-caption { right: 15px; bottom: 15px; left: 15px; font-size: 8px; }
  .signal-strip { grid-template-columns: repeat(2, 1fr); margin-bottom: 89px; }.signal-item { min-height: 72px; padding: 0 13px; border-bottom: 1px solid var(--line); font-size: 10px; }.signal-item:nth-child(2) { border-right: 0; }.signal-item:nth-child(3), .signal-item:nth-child(4) { border-bottom: 0; }.signal-item strong { font-size: 16px; }.signal-icon { width: 25px; height: 25px; }
  .projects-section { padding-bottom: 100px; }.section-heading { align-items: flex-start; flex-direction: column; gap: 30px; margin-bottom: 35px; }.section-heading h2, .about-lead h2 { font-size: clamp(41px, 12vw, 61px); }.section-heading-side { width: 100%; }.section-heading-side p { font-size: 12px; }.filter-button { font-size: 10px; }
  .project-list { gap: 18px; }.project-card { display: flex; flex-direction: column; min-height: 0; border-radius: 18px; }.project-info { min-height: 420px; padding: 24px; }.project-info::after { top: auto; right: 0; bottom: 0; left: 0; width: auto; height: 1px; }.project-icon { margin-top: 36px; }.project-info h3 { font-size: 42px; }.project-description { max-width: 390px; }.project-media { min-height: 278px; padding: 17px 17px 15px; }.media-topline { padding-bottom: 11px; font-size: 8px; }.media-caption { font-size: 8px; }
  .archive-section { padding: 77px 0 100px; }.archive-heading { align-items: flex-start; flex-direction: column; gap: 27px; margin-bottom: 33px; }.archive-heading h2 { font-size: clamp(40px, 11vw, 58px); }.archive-heading > p { width: 100%; font-size: 12px; }.archive-grid { grid-template-columns: 1fr; gap: 10px; }.archive-card { min-height: 145px; padding: 18px; }
  .about-section { padding: 75px 0 100px; }.about-intro { grid-template-columns: 31px 1fr; padding-bottom: 35px; }.about-mark { font-size: 55px; }.about-intro p { font-size: 15px; line-height: 1.7; }.principles { grid-template-columns: 1fr; gap: 25px; }.principle { display: grid; grid-template-columns: 35px 1fr; column-gap: 10px; }.principle > span { grid-row: span 2; }.principle h3 { margin: 0 0 6px; }.principle p { grid-column: 2; }
  .closing-section { align-items: flex-start; flex-direction: column; min-height: 395px; margin: 0 -14px; padding: 52px 28px; }.closing-copy h2 { font-size: 47px; }.site-footer { align-items: flex-start; flex-direction: column; gap: 15px; padding: 25px 0; font-size: 8px; }
  .project-dialog { width: calc(100% - 20px); border-radius: 18px; }.dialog-inner { padding: 22px; }.dialog-close { top: 17px; right: 17px; width: 34px; height: 34px; }.dialog-heading { align-items: flex-start; flex-direction: column; margin-top: 28px; }.dialog-heading h2 { font-size: 43px; }.dialog-status { display: none; }.dialog-body { grid-template-columns: 1fr; }.dialog-image-wrap { min-height: 190px; }.dialog-details { padding-bottom: 10px; }
}

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