:root{--ink: #17233b;--muted: #667085;--line: #e8e5df;--paper: #fffdf9;--cream: #fff8eb;--gold: #ffb52e;--gold-deep: #f28b18;--blue-soft: #f2f6fc;--shadow: 0 16px 50px rgba(72, 51, 19, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper);line-height:1.7}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}.site-header{width:min(1180px,calc(100% - 40px));height:74px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:baseline;gap:14px;text-decoration:none}.brand-main{font-size:1.45rem;font-weight:900;letter-spacing:-.06em}.brand-note{color:var(--muted);font-size:.78rem;font-style:italic}.site-header nav{display:flex;gap:28px}.site-header nav a{text-decoration:none;font-size:.93rem;font-weight:650}.site-header nav a:hover{color:var(--gold-deep)}.hero{width:min(1180px,calc(100% - 40px));min-height:500px;margin:30px auto 0;padding:58px 40px 36px 64px;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;overflow:hidden;border:1px solid #f0e5d2;border-radius:30px;background:linear-gradient(115deg,#fffaf0,#fff 68%);box-shadow:var(--shadow)}.hero-copy{position:relative;z-index:1}.eyebrow{display:inline-block;color:var(--gold-deep);font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero h1{margin:7px 0 0;font-size:clamp(3rem,6vw,5.4rem);line-height:1.08;letter-spacing:-.07em}.hero h1:after{content:"";display:block;width:180px;height:8px;margin-top:6px;border-radius:999px;background:var(--gold);transform:rotate(-1deg)}.hero-subtitle{margin:24px 0 6px;font-size:clamp(1.25rem,2vw,1.6rem);font-weight:750}.hero-description{max-width:500px;margin:0 0 26px;color:var(--muted);font-size:1rem}.hero-visual{margin:-48px -70px -38px -40px}.hero-visual img{width:100%;mix-blend-mode:multiply}.primary-button,.outline-button,.inline-cta a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:999px;font-weight:750;text-decoration:none}.primary-button{padding:10px 22px;color:#322000;background:var(--gold)}.primary-button:hover{background:#ffc354}.stats{width:min(950px,calc(100% - 64px));margin:-28px auto 0;position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 35px #31281914}.stats div{display:grid;place-items:center;padding:4px 20px;text-align:center}.stats div+div{border-left:1px solid var(--line)}.stats strong{color:var(--gold-deep);font-size:1.55rem;line-height:1.25}.stats span{color:var(--muted);font-size:.85rem}.directory{width:min(1180px,calc(100% - 40px));margin:92px auto 100px;scroll-margin-top:20px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px}.section-heading h2{margin:6px 0 0;font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.25;letter-spacing:-.04em}.project-count{color:var(--muted);font-size:.9rem;white-space:nowrap}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0 22px}.filter-button{min-height:40px;padding:8px 18px;border:1px solid transparent;border-radius:999px;color:#4f5f76;background:#f3f5f8;font:inherit;font-size:.9rem;cursor:pointer}.filter-button:hover{border-color:#f6c878}.filter-button.is-active{color:#fff;background:var(--gold-deep);box-shadow:0 6px 18px #f28b1838}.filter-button:focus-visible,a:focus-visible{outline:3px solid rgba(47,111,209,.35);outline-offset:3px}.project-list{display:grid;gap:14px}.project-card{display:grid;grid-template-columns:56px minmax(0,1fr) 190px;gap:20px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.project-card:hover{transform:translateY(-2px);border-color:#efc477;box-shadow:0 14px 36px #48331314}.project-number{color:var(--gold-deep);font-size:1.25rem;font-weight:800}.project-card-content{min-width:0}.project-meta{display:flex;gap:8px;color:var(--muted);font-size:.8rem}.project-card h3{margin:3px 0 8px;font-size:1.2rem;line-height:1.45}.project-card h3 a{text-decoration:none}.project-card h3 a:hover{color:var(--gold-deep)}.project-card p{display:-webkit-box;overflow:hidden;margin:0 0 12px;color:var(--muted);font-size:.92rem;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag{padding:4px 10px;border-radius:999px;color:#5d6675;background:var(--blue-soft);font-size:.78rem}.project-result{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:16px;padding-left:22px;border-left:1px solid var(--line)}.score{display:flex;flex-direction:column}.score strong{color:#ff650e;font-size:1.7rem;line-height:1.2}.score span{color:var(--muted);font-size:.8rem}.outline-button{padding:8px 14px;border:1px solid var(--gold-deep);color:var(--gold-deep);font-size:.85rem}.outline-button:hover{color:#fff;background:var(--gold-deep)}.empty-state{padding:40px;color:var(--muted);text-align:center}.detail-page{width:min(860px,calc(100% - 40px));margin:46px auto 100px}.back-link{display:inline-flex;gap:8px;margin-bottom:30px;color:var(--muted);font-size:.9rem;text-decoration:none}.back-link:hover{color:var(--gold-deep)}.detail-header{padding-bottom:34px;border-bottom:1px solid var(--line)}.detail-header h1{margin:10px 0 18px;font-size:clamp(2.1rem,5vw,3.6rem);line-height:1.2;letter-spacing:-.045em}.detail-meta{display:flex;flex-wrap:wrap;gap:10px 20px;margin-bottom:18px;color:var(--muted);font-size:.9rem}.project-prose{margin-top:42px;font-size:1.05rem}.project-prose h2{margin:54px 0 18px;padding-left:16px;border-left:5px solid var(--gold);font-size:1.65rem;line-height:1.35}.project-prose h2:first-child{margin-top:0}.project-prose p{margin:0 0 18px}.project-prose ul,.project-prose ol{margin:0 0 22px;padding-left:1.5em}.project-prose li{margin:9px 0;padding-left:.25em}.project-prose h2:first-child+ul{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0;list-style:none}.project-prose h2:first-child+ul li{margin:0;padding:20px;border:1px solid #f2dfb9;border-radius:14px;background:var(--cream)}.project-prose blockquote{margin:14px 0;padding:18px 22px;border-left:4px solid #ff9e4a;border-radius:0 12px 12px 0;color:#46556b;background:#fff7ed}.project-prose blockquote p:last-child{margin-bottom:0}.inline-cta{margin:42px 0;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #f2d390;border-radius:18px;background:linear-gradient(110deg,#fffaf0,#fff2c9)}.inline-cta div{display:flex;flex-direction:column}.inline-cta strong{font-size:1.08rem}.inline-cta span{color:var(--muted);font-size:.86rem}.inline-cta a{flex:0 0 auto;padding:11px 20px;color:#2e2308;background:var(--gold);font-size:.88rem}.inline-cta a span{color:inherit}.experience-section{margin-top:64px;padding:36px;display:grid;grid-template-columns:1fr minmax(220px,330px);gap:44px;align-items:center;scroll-margin-top:30px;border-radius:24px;background:#eef9f6}.experience-copy h2{margin:8px 0 12px;font-size:2rem;line-height:1.3}.experience-copy p{margin:0;color:var(--muted)}.experience-poster-trigger{padding:0;border:0;border-radius:16px;background:transparent;cursor:zoom-in}.experience-section img{width:100%;border-radius:16px;box-shadow:0 14px 35px #133d321f}.experience-poster-trigger:focus-visible{outline:3px solid rgba(47,111,209,.35);outline-offset:4px}.experience-poster-dialog{position:relative;width:min(92vw,900px);max-width:none;max-height:92vh;padding:18px;border:0;border-radius:18px;background:#fff;box-shadow:0 20px 70px #00000047}.experience-poster-dialog::backdrop{background:#17233bb8}.experience-poster-dialog img{width:auto;max-width:100%;max-height:calc(92vh - 36px);margin:0 auto;object-fit:contain;border-radius:10px}.experience-poster-close{position:absolute;top:8px;right:10px;z-index:1;width:36px;height:36px;border:0;border-radius:50%;color:#fff;background:#17233bc7;font-size:1.6rem;line-height:1;cursor:pointer}.site-footer{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:30px 0 40px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);color:var(--muted);font-size:.82rem}@media(max-width:800px){.site-header{height:64px}.brand-note{display:none}.site-header nav{gap:16px}.site-header nav a:first-child{display:none}.hero{min-height:auto;padding:40px 24px 0;grid-template-columns:1fr}.hero h1{font-size:3.25rem}.hero-description{margin-bottom:20px}.hero-visual{margin:12px -34px 0}.stats{width:calc(100% - 64px);margin-top:-10px;padding:16px 8px}.stats div{padding:2px 8px}.stats strong{font-size:1.12rem}.stats span{font-size:.74rem}.directory{margin-top:72px}.section-heading{align-items:start;flex-direction:column}.project-card{grid-template-columns:38px minmax(0,1fr);gap:10px;padding:20px 16px}.project-result{grid-column:2;padding:14px 0 0;border-top:1px solid var(--line);border-left:0;flex-direction:row;align-items:center;justify-content:space-between}.outline-button{min-height:40px}.inline-cta{align-items:stretch;flex-direction:column}.experience-section{padding:26px 20px;grid-template-columns:1fr}.experience-section img{width:min(100%,340px);margin:0 auto}}@media(max-width:480px){.site-header,.hero,.directory,.detail-page,.site-footer{width:min(100% - 28px,1180px)}.brand-main{font-size:1.25rem}.site-header nav a{font-size:.82rem}.hero{margin-top:14px;border-radius:22px}.hero h1{font-size:2.8rem}.hero h1:after{width:145px;height:6px}.hero-subtitle{font-size:1.1rem}.stats{width:calc(100% - 40px)}.stats strong{font-size:1rem}.stats span{font-size:.68rem}.filter-bar{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.filter-button{flex:0 0 auto}.project-card{grid-template-columns:32px minmax(0,1fr)}.project-card p{-webkit-line-clamp:3}.score strong{font-size:1.35rem}.project-prose{font-size:1rem}.project-prose h2{font-size:1.4rem}.project-prose h2:first-child+ul{grid-template-columns:1fr}.site-footer{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
