.story-page{padding-top:76px;background:var(--paper)}
.desktop-nav a.is-current{color:var(--ink)}.desktop-nav a.is-current:after{right:0}
.story-hero{padding:128px 0 110px;border-bottom:1px solid var(--line)}
.story-hero-inner{width:min(var(--max),calc(100% - 64px));margin:auto;display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:end}
.story-hero h1{margin:0;font-size:clamp(58px,7vw,104px);line-height:.95;letter-spacing:-.075em;font-weight:700}
.story-hero-copy{display:grid;gap:16px}.story-hero-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.95;word-break:keep-all}
.story-manifesto{background:var(--green);color:#fff}.story-manifesto-inner{width:min(var(--max),calc(100% - 64px));margin:auto;padding:110px 0}
.story-manifesto blockquote{margin:20px 0 0;max-width:1120px;font-size:clamp(42px,5.6vw,78px);line-height:1.08;letter-spacing:-.065em;font-weight:700;word-break:keep-all}
.story-principles,.story-notes{width:min(var(--max),calc(100% - 64px));margin:auto;padding:112px 0}
.story-section-head{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:44px}.story-section-head h2{margin:0;font-size:clamp(40px,4.8vw,66px);line-height:1.04;letter-spacing:-.06em}.story-section-head>p{margin:0;max-width:520px;color:var(--muted);font-size:13px;line-height:1.9}
.story-principle-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.story-principle-grid article{min-height:360px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.48)}
.story-principle-grid span,.story-note-grid span{font-size:9px;color:var(--brown);font-weight:900;letter-spacing:.15em}.story-principle-grid h3{margin:40px 0 0;font-size:12px;letter-spacing:.14em}.story-principle-grid b{display:block;margin-top:18px;font-size:24px;letter-spacing:-.045em}.story-principle-grid p{margin:13px 0 0;color:var(--muted);font-size:12px;line-height:1.8}
.story-way{background:#191a17;color:#fff}.story-way-inner{width:min(var(--max),calc(100% - 64px));margin:auto;padding:110px 0;display:grid;grid-template-columns:.78fr 1.22fr;gap:90px}.story-way-copy h2{margin:0;font-size:clamp(44px,5vw,70px);line-height:1.02;letter-spacing:-.065em}.story-way-copy>p:last-child{margin:20px 0 0;max-width:430px;color:#b9bbb3;font-size:13px;line-height:1.9}.story-way-list{list-style:none;margin:0;padding:0;border-top:1px solid rgba(255,255,255,.15)}.story-way-list li{display:grid;grid-template-columns:64px 1fr;gap:22px;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.15)}.story-way-list>li>span{font-size:10px;color:#94aea4;font-weight:900}.story-way-list b{font-size:9px;letter-spacing:.15em;color:#94aea4}.story-way-list h3{margin:8px 0 0;font-size:23px;letter-spacing:-.04em}.story-way-list p{margin:8px 0 0;color:#b9bbb3;font-size:11px;line-height:1.75}
.story-note-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.story-note-grid article{min-height:260px;padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff}.story-note-grid h3{margin:38px 0 0;font-size:24px;line-height:1.25;letter-spacing:-.045em}.story-note-grid p{margin:12px 0 0;color:var(--muted);font-size:12px;line-height:1.8}
.story-projects{background:var(--paper-2)}.story-projects-inner{width:min(var(--max),calc(100% - 64px));margin:auto;padding:110px 0}.story-section-head.light h2{color:var(--ink)}.story-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.story-project-card{display:block;text-decoration:none;background:#fff;border:1px solid #d9d1c7;border-radius:18px;overflow:hidden;transition:.25s}.story-project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.story-project-visual{aspect-ratio:4/3;background:#d8d0c5;overflow:hidden}.story-project-visual img{width:100%;height:100%;object-fit:cover;display:block}.story-project-copy{padding:20px}.story-project-copy span{font-size:9px;font-weight:900;letter-spacing:.12em;color:var(--brown)}.story-project-copy h3{margin:9px 0 0;font-size:22px;letter-spacing:-.045em}.story-project-copy p{margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.7}.story-project-loading{grid-column:1/-1;padding:70px 20px;text-align:center;border:1px solid #d9d1c7;border-radius:18px;background:#fff;color:var(--muted);font-size:12px}.story-project-all{display:inline-flex;margin-top:26px;color:var(--ink);text-decoration:none;font-size:11px;font-weight:900}
.story-cta{width:min(var(--max),calc(100% - 64px));margin:auto;padding:100px 0;display:flex;justify-content:space-between;align-items:end;gap:60px}.story-cta h2{margin:0;font-size:clamp(40px,4.8vw,64px);line-height:1.04;letter-spacing:-.06em}.story-cta p:not(.eyebrow){margin:15px 0 0;color:var(--muted);font-size:12px}.story-cta>a{flex:0 0 auto;display:inline-flex;min-height:52px;align-items:center;padding:0 22px;border-radius:999px;background:var(--ink);color:#fff;text-decoration:none;font-size:11px;font-weight:900}
@media(max-width:1000px){.story-hero-inner,.story-way-inner{grid-template-columns:1fr;gap:40px}.story-principle-grid,.story-note-grid,.story-project-grid{grid-template-columns:1fr}.story-principle-grid article{min-height:0}.story-way-copy{max-width:650px}}
@media(max-width:760px){.story-page{padding-top:68px}.story-hero{padding:82px 0 66px}.story-hero-inner,.story-manifesto-inner,.story-principles,.story-way-inner,.story-notes,.story-projects-inner,.story-cta{width:calc(100% - 36px)}.story-hero h1{font-size:56px}.story-hero-copy p{font-size:12px}.story-manifesto-inner{padding:78px 0}.story-manifesto blockquote{font-size:40px}.story-principles,.story-notes{padding:78px 0}.story-section-head{align-items:flex-start;flex-direction:column;gap:22px}.story-section-head h2{font-size:40px}.story-principle-grid{grid-template-columns:1fr}.story-principle-grid article{padding:24px}.story-way-inner{padding:78px 0}.story-way-copy h2{font-size:42px}.story-way-list li{grid-template-columns:48px 1fr}.story-note-grid{grid-template-columns:1fr}.story-projects-inner{padding:78px 0}.story-project-grid{grid-template-columns:1fr 1fr}.story-cta{padding:76px 0;align-items:flex-start;flex-direction:column;gap:28px}.story-cta>a{width:100%;justify-content:center}}
@media(max-width:430px){.story-hero h1{font-size:47px}.story-manifesto blockquote{font-size:34px}.story-project-grid{grid-template-columns:1fr}.story-way-list h3{font-size:20px}}