:root {
  --ink: #14202a;
  --ink-soft: #40505c;
  --paper: #f3f4ef;
  --white: #fffefa;
  --blue: #1749ff;
  --lime: #c7ff58;
  --orange: #e95732;
  --line: rgba(20,32,42,.18);
  --max: 1240px;
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: .98; letter-spacing: -.055em; }
h1 { margin-bottom: 26px; font-size: clamp(3.7rem, 7.2vw, 7.4rem); font-weight: 700; }
h2 { margin-bottom: 22px; font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 650; }
h3 { margin-bottom: 12px; font-size: clamp(1.5rem, 2.5vw, 2.3rem); }
.wrap { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 99; padding: 10px 14px; color: white; background: var(--blue); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(243,244,239,.88); backdrop-filter: blur(18px); }
.nav { max-width: var(--max); min-height: 72px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 750; letter-spacing: -.025em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: 12px; font-weight: 850; }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links a { color: #46535c; text-decoration: none; font-size: .88rem; font-weight: 650; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue); }
.nav-cta { padding: 9px 16px; color: white !important; background: var(--ink); border-radius: 99px; }

.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.lede { color: var(--ink-soft); }
.hero { padding: 38px 0 30px; overflow: hidden; }
.hero-stage { min-height: 670px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; background: var(--white); border-radius: 8px 8px var(--radius) var(--radius); box-shadow: 0 24px 70px rgba(28,41,49,.08); }
.hero-intro { position: relative; z-index: 2; padding: clamp(54px, 6vw, 88px); align-self: center; }
.hero-intro h1 { max-width: 740px; }
.hero-intro h1 em { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-weight: 400; background: linear-gradient(transparent 86%, var(--lime) 86%, var(--lime) 96%, transparent 96%); -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.hero-intro .lede { max-width: 650px; font-size: clamp(1.08rem, 1.55vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; padding: 11px 19px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: var(--ink); border: 1px solid var(--line); border-radius: 99px; text-decoration: none; font-weight: 750; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease; }
.button.primary { color: white; background: var(--blue); border-color: var(--blue); }
.button:hover { transform: translateY(-2px); border-color: var(--blue); }
.hero-visual { position: relative; min-height: 670px; overflow: hidden; background: #d8dad3; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; filter: saturate(.85) contrast(1.02); }
.hero-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(to top, rgba(20,32,42,.72), transparent); }
.visual-caption { position: absolute; z-index: 2; right: 30px; bottom: 28px; left: 30px; color: white; }
.visual-caption b { display: block; margin-bottom: 3px; font-size: 1.04rem; }
.visual-caption span { color: rgba(255,255,255,.76); font-size: .9rem; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); padding: 34px 0 12px; }
.stat { min-height: 100px; padding: 14px 28px; border-right: 1px solid var(--line); }
.stat:first-child { padding-left: 0; }
.stat:last-child { padding-right: 0; border-right: 0; }
.stat strong { display: block; margin-bottom: 8px; color: var(--blue); font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 650; line-height: .9; letter-spacing: -.06em; }
.stat span { max-width: 235px; display: block; color: var(--ink-soft); font-size: .86rem; line-height: 1.4; }

.section { padding: 118px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 55px; }
.section-head h2 { max-width: 800px; margin-bottom: 0; }
.section-head > p { max-width: 410px; margin-bottom: 5px; color: var(--ink-soft); }
.origin-section { padding-top: 82px; }
.origin-timeline { margin: 0 0 68px; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; list-style: none; counter-reset: origin; }
.origin-timeline li { min-width: 0; padding-top: 20px; border-top: 1px solid var(--ink); counter-increment: origin; }
.origin-timeline li::before { content: "0" counter(origin); display: block; margin-bottom: 28px; color: var(--blue); font: italic 1rem Georgia, serif; }
.origin-year { display: block; margin-bottom: 10px; color: #637079; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.origin-timeline h3 { margin-bottom: 14px; font-size: clamp(1.5rem, 2.1vw, 2.05rem); line-height: 1.05; }
.origin-timeline p { margin-bottom: 0; color: var(--ink-soft); font-size: .93rem; }
.records-intro { margin: 0 0 28px; padding-top: 28px; display: flex; align-items: end; justify-content: space-between; gap: 36px; border-top: 1px solid var(--ink); }
.records-intro .eyebrow { margin-bottom: 10px; }
.records-intro h3 { max-width: 720px; margin-bottom: 0; font-size: clamp(2rem, 3.8vw, 3.8rem); }
.records-intro .button { flex: 0 0 auto; }
.story-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.story-shot { position: relative; min-height: 390px; margin: 0; overflow: hidden; background: #d6d9d3; }
.story-shot::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(to top, rgba(12,22,29,.82), transparent); pointer-events: none; }
.story-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.story-shot:hover img { transform: scale(1.025); }
.story-shot figcaption { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; color: white; }
.story-shot figcaption b { display: block; margin-bottom: 4px; font-size: clamp(1.2rem, 2vw, 1.7rem); letter-spacing: -.035em; }
.story-shot figcaption span { color: rgba(255,255,255,.74); font-size: .82rem; }
.shot-aircraft { grid-column: span 7; border-radius: 50px 4px 4px 4px; }
.shot-flik { grid-column: span 5; }
.shot-talon { grid-column: span 5; }
.shot-titan { grid-column: span 7; }
.shot-cubing { min-height: 460px; grid-column: span 5; }
.shot-jbot { min-height: 460px; grid-column: span 7; border-radius: 4px 4px 50px 4px; }
.shot-aircraft img { object-position: center 68%; }
.shot-flik img { object-position: center 56%; }
.shot-talon img { object-position: center 50%; }
.shot-titan img { object-position: center 48%; }
.shot-cubing img { object-position: center 44%; }
.shot-jbot img { object-position: center 52%; }
.project-grid { border-top: 1px solid var(--ink); }
.project-card { position: relative; min-height: 210px; padding: 30px 86px 30px 0; display: grid; grid-template-columns: minmax(190px,.55fr) 1.45fr; gap: 48px; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .22s ease, color .22s ease; }
.project-card:hover { padding-left: 18px; color: var(--blue); }
.project-card::after { content: "↗"; position: absolute; right: 8px; top: 50%; color: var(--blue); font-size: 1.6rem; transform: translateY(-50%); }
.project-meta { align-self: start; display: grid; gap: 7px; color: #67737b; font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.project-card h3 { margin: 0 0 12px; font-size: clamp(2.4rem, 4.5vw, 4.7rem); }
.project-card p { max-width: 690px; margin-bottom: 16px; color: var(--ink-soft); }
.project-link { color: var(--blue); font-weight: 750; }
.project-index { position: absolute; right: 44px; top: 27px; color: rgba(20,32,42,.12); font-family: Georgia, serif; font-size: 1rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.work-panel { padding: clamp(34px, 4.6vw, 62px); color: white; background: var(--ink); border-radius: 4px 70px 4px 4px; }
.work-panel h2 { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.045em; }
.work-panel .eyebrow { color: var(--lime); }
.work-panel p { color: #bec7cd; }
.flow { margin: 32px 0 36px; border-top: 1px solid rgba(255,255,255,.24); }
.flow-step { padding: 14px 0; display: grid; grid-template-columns: 145px 1fr; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
.flow-step b { color: white; }
.flow-step span { color: #9eabb3; font-size: .88rem; }
.work-panel .button.primary { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.ai-copy { padding: 38px 0; }
.ai-copy p { max-width: 650px; color: var(--ink-soft); font-size: 1.04rem; }
.quote { margin: 38px 0; color: var(--ink) !important; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.4vw, 2.25rem) !important; font-style: italic; line-height: 1.25; }
.aviation-band { padding: 92px 0; color: white; background: var(--blue); overflow: hidden; }
.aviation-band .eyebrow { color: var(--lime); }
.aviation-band h2 { max-width: 950px; }
.spectrum { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 46px; border-top: 1px solid rgba(255,255,255,.45); }
.spectrum span { padding: 22px 10px 0; color: white; font-size: .86rem; font-weight: 750; }
.spectrum span::before { content: ""; width: 11px; height: 11px; display: block; margin-bottom: 14px; background: var(--lime); border-radius: 50%; }
.achievement-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 70px; border-top: 1px solid var(--ink); counter-reset: evidence; }
.achievement { min-height: 150px; padding: 27px 0 27px 50px; position: relative; border-bottom: 1px solid var(--line); counter-increment: evidence; }
.achievement::before { content: "0" counter(evidence); position: absolute; top: 30px; left: 0; color: var(--blue); font: italic 1rem Georgia, serif; }
.achievement b { display: block; margin-bottom: 8px; font-size: 1.35rem; }
.achievement span { color: var(--ink-soft); }
.about { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(52px, 8vw, 110px); align-items: center; }
.about-photo { min-height: 610px; overflow: hidden; background: #d7d9d3; border-radius: 240px 240px 12px 12px; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; filter: saturate(.85); }
.about-copy { padding: 30px 0; }
.about-copy p { color: var(--ink-soft); font-size: 1.04rem; }
.contact-block { padding: 100px 0; color: white; background: var(--ink); }
.contact-block .eyebrow { color: var(--lime); }
.contact-block h2 { max-width: 900px; }
.contact-block .lede { max-width: 750px; color: #bcc6cc; font-size: 1.1rem; }
.contact-block .button { color: white; border-color: rgba(255,255,255,.3); }
.contact-block .button.primary { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.contact-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.site-footer { padding: 28px 0; color: #66737c; border-top: 1px solid var(--line); font-size: .88rem; }
.footer-row { display: flex; justify-content: space-between; gap: 24px; }

.page-hero { padding: 100px 0 66px; background: var(--white); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1040px; }
.page-hero h1 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.page-hero .lede { max-width: 780px; font-size: 1.18rem; }
.page-kicker { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 32px; color: #66737c; font-size: .86rem; }
.page-kicker span { padding-left: 15px; border-left: 3px solid var(--lime); }
.filter-bar { position: sticky; top: 72px; z-index: 20; padding: 14px 0; border-bottom: 1px solid var(--line); background: rgba(243,244,239,.94); backdrop-filter: blur(16px); }
.filters { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filter { flex: 0 0 auto; padding: 9px 15px; color: #52616b; border: 1px solid var(--line); border-radius: 99px; background: transparent; font: inherit; font-size: .84rem; font-weight: 700; cursor: pointer; }
.filter:hover, .filter.active { color: white; background: var(--blue); border-color: var(--blue); }
.catalog { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.catalog-card { min-height: 340px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; background: var(--white); border: 1px solid transparent; border-radius: 22px; text-decoration: none; box-shadow: 0 12px 40px rgba(20,32,42,.035); transition: transform .22s ease, border-color .22s ease; }
.catalog-card:hover { transform: translateY(-4px); border-color: var(--blue); }
.catalog-card[hidden] { display: none; }
.catalog-card h2 { margin: 0 0 14px; font-size: clamp(2rem, 3.5vw, 3.3rem); }
.catalog-card p { color: var(--ink-soft); }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.tag { padding: 5px 10px; color: #53616b; background: var(--paper); border-radius: 99px; font-size: .7rem; font-weight: 750; }

.case-hero { padding: 100px 0 66px; background: var(--white); }
.case-hero h1 { max-width: 920px; margin-bottom: 22px; }
.case-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 80px; align-items: end; }
.case-summary { max-width: 760px; color: var(--ink-soft); font-family: Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.45; }
.case-aside { padding: 26px 0 0; border-top: 4px solid var(--lime); }
.case-aside dl { margin: 0; }
.case-aside dt { margin-top: 18px; color: #6b7780; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.case-aside dt:first-child { margin-top: 0; }
.case-aside dd { margin: 5px 0 0; }
.case-media { height: min(62vw, 700px); overflow: hidden; background: #d9dbd5; }
.case-media img { width: 100%; height: 100%; object-fit: cover; }
.case-media.jbot img { object-position: center; }
.jbot-v2-section { padding: 92px 0; color: white; background: var(--ink); }
.jbot-v2-intro { margin-bottom: 38px; display: grid; grid-template-columns: 1fr .8fr; gap: 72px; align-items: end; }
.jbot-v2-intro .eyebrow { color: var(--lime); }
.jbot-v2-intro h2 { margin-bottom: 0; }
.jbot-v2-intro > p { max-width: 560px; margin-bottom: 8px; color: #bdc7cd; font-size: 1.05rem; }
.jbot-v2-render { position: relative; margin: 0; overflow: hidden; background: #26333c; border-radius: 52px 4px 52px 4px; }
.jbot-v2-render img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.jbot-v2-render::after { content: ""; position: absolute; inset: 62% 0 0; background: linear-gradient(to top, rgba(8,16,22,.92), transparent); pointer-events: none; }
.jbot-v2-render figcaption { position: absolute; z-index: 2; right: 34px; bottom: 30px; left: 34px; display: flex; justify-content: space-between; gap: 36px; align-items: end; }
.jbot-v2-render figcaption b { flex: 0 0 auto; font-size: 1.08rem; }
.jbot-v2-render figcaption span { max-width: 570px; color: rgba(255,255,255,.75); font-size: .88rem; text-align: right; }
.case-section { padding: 92px 0; border-top: 1px solid var(--line); }
.case-section:nth-of-type(even) { background: var(--white); }
.case-section h2 { max-width: 820px; }
.case-copy { display: grid; grid-template-columns: .65fr 1.35fr; gap: 72px; }
.case-copy > p:first-child { color: var(--blue); font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.prose { max-width: 800px; }
.prose p, .prose li { color: var(--ink-soft); font-size: 1.03rem; }
.prose ul { padding-left: 20px; }
.prose li + li { margin-top: 9px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 42px; padding-top: 30px; border-top: 1px solid var(--ink); }
.metric strong { display: block; color: var(--blue); font-size: 3rem; line-height: 1; letter-spacing: -.05em; }
.metric span { display: block; margin-top: 10px; color: #66737c; }
.stack-list { display: flex; flex-wrap: wrap; gap: 8px; }
.stack-list span { padding: 9px 13px; color: #43515b; background: var(--white); border: 1px solid var(--line); border-radius: 99px; }
.source-list { display: grid; gap: 10px; margin-top: 30px; }
.source-list a { padding: 15px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); text-decoration: none; }
.source-list a:hover { color: var(--blue); border-color: var(--blue); }
.case-inline-photo { margin: 44px 0 0; }
.case-inline-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center 65%; }
.case-inline-photo figcaption { max-width: 680px; margin-top: 12px; color: #65717a; font-size: .84rem; }
.aircraft-archive-section { background: var(--ink) !important; color: white; }
.aircraft-archive-section .eyebrow { color: var(--lime); }
.aircraft-archive-section .section-head > p { color: #bdc7cd; }
.aircraft-archive { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.aircraft-shot { position: relative; min-height: 430px; margin: 0; overflow: hidden; background: #27333b; }
.aircraft-shot::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(to top, rgba(8,16,22,.9), transparent); pointer-events: none; }
.aircraft-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.aircraft-shot:hover img { transform: scale(1.025); }
.aircraft-shot figcaption { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; }
.aircraft-shot figcaption b { display: block; margin-bottom: 5px; font-size: 1.14rem; }
.aircraft-shot figcaption span { color: rgba(255,255,255,.74); font-size: .86rem; }
.aircraft-shot-flik { min-height: 650px; grid-column: span 5; grid-row: span 2; border-radius: 52px 4px 4px 4px; }
.aircraft-shot-talon, .aircraft-shot-titan { grid-column: span 7; }
.aircraft-shot-yak { grid-column: span 12; min-height: 480px; border-radius: 4px 4px 52px 4px; }
.aircraft-shot-flik img { object-position: center 56%; }
.aircraft-shot-talon img { object-position: center 50%; }
.aircraft-shot-titan img { object-position: center 48%; }
.aircraft-shot-yak img { object-position: center 48%; }

.print-bar { max-width: 1040px; margin: 34px auto 16px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.print-note { color: #65717a; font-size: .88rem; }
.resume-shell { max-width: 1040px; margin: 0 auto 72px; padding: 70px 62px; color: #17232c; background: white; box-shadow: 0 22px 70px rgba(20,32,42,.09); }
.resume-head { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding-bottom: 30px; border-bottom: 4px solid var(--blue); }
.resume-head h1 { margin: 0; color: var(--ink); font-size: clamp(3rem, 7vw, 5.8rem); }
.resume-title { color: #43525c; font-size: 1.15rem; }
.resume-contact { text-align: right; font-size: .9rem; }
.resume-contact a { display: block; }
.resume-section { padding: 34px 0; border-bottom: 1px solid #d5dadc; }
.resume-section:last-child { border-bottom: 0; }
.resume-section h2 { color: var(--blue); font-size: 1rem; letter-spacing: .12em; text-transform: uppercase; }
.resume-section p, .resume-section li { color: #354650; }
.resume-columns { display: grid; grid-template-columns: 1.42fr .58fr; gap: 46px; }
.resume-role { display: grid; grid-template-columns: 1fr auto; gap: 18px; margin-bottom: 10px; }
.resume-role h3 { color: var(--ink); font-size: 1.24rem; letter-spacing: -.02em; }
.resume-role time { color: #64717a; font-size: .88rem; white-space: nowrap; }
.resume-list { margin: 12px 0 0; padding-left: 20px; }
.resume-list li + li { margin-top: 8px; }
.skill-group + .skill-group { margin-top: 22px; }
.skill-group b { display: block; margin-bottom: 6px; color: var(--ink); }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button, .project-card, .catalog-card { transition: none; } }
@media (max-width: 960px) {
  .hero-stage { min-height: 0; grid-template-columns: 1fr; }
  .hero-intro { padding: 64px 48px; }
  .hero-visual { min-height: 620px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .stat:nth-child(3) { padding-left: 0; }
  .section-head, .records-intro, .split, .about { display: block; }
  .section-head > p { margin-top: 20px; }
  .records-intro .button { margin-top: 22px; }
  .origin-timeline { grid-template-columns: 1fr 1fr; }
  .story-shot { min-height: 330px; grid-column: span 6; }
  .work-panel { margin-bottom: 50px; }
  .spectrum { grid-template-columns: repeat(3, 1fr); row-gap: 26px; }
  .about-photo { min-height: 600px; margin-bottom: 44px; }
  .catalog { grid-template-columns: 1fr 1fr; }
  .case-grid, .case-copy, .resume-columns { grid-template-columns: 1fr; }
  .case-aside { margin-top: 20px; }
  .jbot-v2-intro { grid-template-columns: 1fr; gap: 22px; }
  .aircraft-shot-flik, .aircraft-shot-talon, .aircraft-shot-titan, .aircraft-shot-yak { min-height: 430px; grid-column: span 6; grid-row: auto; }
}
@media (max-width: 680px) {
  .wrap { width: min(var(--max), calc(100% - 30px)); }
  .nav { min-height: 66px; padding: 0 15px; }
  .brand span:last-child { display: none; }
  .nav-links { gap: 13px; }
  .nav-links a { font-size: .78rem; }
  .nav-links a:nth-child(2), .nav-links a:nth-child(3), .nav-cta { display: none; }
  h1 { font-size: clamp(3.2rem, 16vw, 5.1rem); }
  h2 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .hero { padding-top: 16px; }
  .hero-stage { border-radius: 5px 5px 22px 22px; }
  .hero-intro { padding: 47px 25px; }
  .hero-visual { min-height: 490px; }
  .hero-visual img { object-position: 59% center; }
  .visual-caption { right: 19px; bottom: 19px; left: 19px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { min-height: 120px; padding: 18px 14px; }
  .stat:first-child, .stat:nth-child(3) { padding-left: 0; }
  .stat strong { font-size: 2.4rem; }
  .section { padding: 82px 0; }
  .section-head { margin-bottom: 36px; }
  .origin-section { padding-top: 70px; }
  .origin-timeline { margin-bottom: 48px; grid-template-columns: 1fr; gap: 36px; }
  .origin-timeline li::before { margin-bottom: 18px; }
  .story-gallery { display: block; }
  .story-shot { min-height: 350px; margin-bottom: 14px; border-radius: 4px; }
  .story-shot:first-child { border-radius: 36px 4px 4px 4px; }
  .story-shot:last-child { border-radius: 4px 4px 36px 4px; }
  .shot-cubing { min-height: 330px; }
  .project-card { min-height: 0; padding: 25px 42px 25px 0; display: block; }
  .project-card:hover { padding-left: 0; }
  .project-meta { margin-bottom: 32px; }
  .project-card h3 { padding-right: 18px; font-size: clamp(2.3rem, 12vw, 3.5rem); }
  .project-card::after { right: 0; top: 28px; transform: none; }
  .project-index { display: none; }
  .work-panel { padding: 32px 24px; border-radius: 4px 44px 4px 4px; }
  .flow-step { grid-template-columns: 1fr; gap: 3px; }
  .spectrum { grid-template-columns: repeat(2, 1fr); }
  .achievement-grid { grid-template-columns: 1fr; }
  .about-photo { min-height: 470px; border-radius: 180px 180px 10px 10px; }
  .contact-block { padding: 82px 0; }
  .footer-row { display: block; }
  .page-hero, .case-hero { padding: 68px 0 48px; }
  .filter-bar { top: 66px; }
  .catalog { grid-template-columns: 1fr; }
  .catalog-card { min-height: 290px; padding: 26px; }
  .case-summary { font-size: 1.14rem; }
  .case-media { height: 500px; }
  .jbot-v2-section { padding: 70px 0; }
  .jbot-v2-render { border-radius: 34px 4px 34px 4px; }
  .jbot-v2-render figcaption { right: 20px; bottom: 18px; left: 20px; display: block; }
  .jbot-v2-render figcaption b, .jbot-v2-render figcaption span { display: block; }
  .jbot-v2-render figcaption span { margin-top: 5px; font-size: .76rem; text-align: left; }
  .metric-row { grid-template-columns: 1fr; gap: 28px; }
  .aircraft-archive { display: block; }
  .aircraft-shot { min-height: 360px; margin-bottom: 14px; border-radius: 4px; }
  .aircraft-shot-flik { min-height: 470px; border-radius: 36px 4px 4px 4px; }
  .aircraft-shot-yak { border-radius: 4px 4px 36px 4px; }
  .resume-shell { margin-bottom: 34px; padding: 42px 24px; box-shadow: none; }
  .resume-head { grid-template-columns: 1fr; }
  .resume-contact { text-align: left; }
  .resume-role { grid-template-columns: 1fr; gap: 0; }
  .print-bar { padding: 0 15px; }
}
@media print {
  @page { size: A4; margin: 12mm; }
  body { background: white; }
  .site-header, .site-footer, .print-bar { display: none !important; }
  .resume-shell { max-width: none; margin: 0; padding: 0; box-shadow: none; }
  .resume-head h1 { font-size: 42pt; }
  .resume-section { padding: 18px 0; break-inside: avoid; }
  .resume-section p, .resume-section li { font-size: 9.4pt; line-height: 1.45; }
  .resume-columns { grid-template-columns: 1.4fr .6fr; gap: 28px; }
  a { text-decoration: none; }
}
