@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&family=Manrope:wght@300;400;500&display=swap');
:root{--ink:#121512;--paper:#e8e8e0;--moss:#697365;--line:rgba(18,21,18,.22);--pad:clamp(22px,4vw,72px)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;font-weight:300}body.nav-open{overflow:hidden}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:1px solid currentColor;outline-offset:5px}h1,h2,h3,p{margin:0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.site-header{position:fixed;z-index:20;top:0;left:0;width:100%;height:88px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;color:white;transition:.4s}.site-header.scrolled{height:72px;background:rgba(15,18,16,.94);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:12px}.site-header>.brand{position:relative;z-index:2}.brand span{font:500 25px/1 "Manrope";letter-spacing:-.08em}.brand small{font-size:9px;line-height:1.15;letter-spacing:.2em;max-width:34px}.site-header nav{display:flex;gap:clamp(22px,3vw,48px);font-size:11px;letter-spacing:.15em;text-transform:uppercase}.site-header nav a{position:relative}.site-header nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;border-bottom:1px solid;transition:.3s}.site-header nav a:hover:after,.site-header nav a[aria-current="page"]:after{right:0}.menu-button{display:none;border:0;background:none;color:white;padding:8px}.menu-button span:not(.sr-only){display:block;width:25px;border-top:1px solid;margin:6px;transition:transform .25s ease}
.hero{height:100svh;min-height:680px;position:relative;color:white;background:#101411;overflow:hidden}.hero-image{position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=2400&q=88') center 56%/cover;transform:scale(1.03);animation:reveal 1.6s cubic-bezier(.2,.7,.2,1) both}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,8,6,.72) 0,rgba(5,8,6,.18) 63%,rgba(5,8,6,.35)),linear-gradient(0deg,rgba(5,8,6,.48),transparent 50%)}.hero-copy{position:absolute;left:var(--pad);right:var(--pad);bottom:7vh}.eyebrow,.section-index{text-transform:uppercase;font-size:10px;letter-spacing:.22em}.hero h1,.section h2,.projects h2,.about h2,.contact h2{font:300 clamp(58px,10.7vw,166px)/.82 "Manrope",sans-serif;letter-spacing:-.075em;text-transform:uppercase}.hero h1{margin-top:24px}.hero h1 em,.contact h2 em{font-style:normal;color:#b8c2b4}.hero-foot{margin-top:44px;border-top:1px solid rgba(255,255,255,.48);padding-top:18px;display:flex;justify-content:space-between;align-items:flex-start}.hero-foot p{max-width:390px;font-size:14px;line-height:1.6}.hero-foot a{font-size:11px;text-transform:uppercase;letter-spacing:.14em}.hero-foot a span{font-size:18px;margin-left:16px}.coordinate{position:absolute;right:var(--pad);top:19%;font-size:9px;line-height:1.7;letter-spacing:.16em;text-transform:uppercase;text-align:right}.section{padding:clamp(90px,12vw,190px) var(--pad)}.intro{display:grid;grid-template-columns:1fr 3fr;border-bottom:1px solid var(--line)}.manifesto{font:300 clamp(34px,5.5vw,82px)/1.08 "Manrope";letter-spacing:-.05em;max-width:1230px}.manifesto span{color:#8a8d86}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:clamp(60px,9vw,135px)}.section-head h2,.projects h2,.about h2{font-size:clamp(48px,7.6vw,116px);margin-top:22px}.section-head>p{width:290px;font-size:13px;line-height:1.7}.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:10vw 2.2vw}.work-card .image{height:34vw;min-height:350px;background-position:center;background-size:cover;filter:saturate(.75)}.work-card.tall{width:70%}.work-card.offset{justify-self:end}.image-tara{background-image:url('https://images.unsplash.com/photo-1464278533981-50106e6176b1?auto=format&fit=crop&w=1500&q=85')}.image-wildlife{background-image:url('https://images.unsplash.com/photo-1456926631375-92c8ce872def?auto=format&fit=crop&w=1200&q=85')}.image-alpine{background-image:url('https://images.unsplash.com/photo-1519681393784-d120267933ba?auto=format&fit=crop&w=1200&q=85')}.image-environment{background-image:url('https://images.unsplash.com/photo-1483347756197-71ef80e95f73?auto=format&fit=crop&w=1500&q=85')}.card-meta{position:relative;padding:18px 35px 0 0;border-top:1px solid var(--ink);margin-top:12px}.card-meta h3{font:400 22px "Manrope"}.card-meta p{font-size:10px;letter-spacing:.1em;text-transform:uppercase;margin-top:6px}.card-meta span{position:absolute;right:0;top:21px;font-size:10px}
.projects{background:#171b18;color:#e9e9e1;padding:clamp(90px,12vw,190px) var(--pad)}.project-intro{display:grid;grid-template-columns:1fr 2fr 1fr;align-items:end;margin-bottom:9vw}.project-intro h2{grid-column:2}.project-intro>p:last-child{font-size:13px;line-height:1.7;max-width:260px}.feature{position:relative;min-height:78svh;margin-top:7vw;display:flex;align-items:flex-end;overflow:hidden}.feature-image{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform 1s}.feature:hover .feature-image{transform:scale(1.025)}.feature-hakuba .feature-image{background-image:linear-gradient(0deg,rgba(7,9,8,.7),transparent 55%),url('https://images.unsplash.com/photo-1521292270410-a8c4d716d518?auto=format&fit=crop&w=2200&q=88')}.feature-snow .feature-image{background-image:linear-gradient(0deg,rgba(7,9,8,.72),transparent 55%),url('https://images.unsplash.com/photo-1454496522488-7a8e488e8606?auto=format&fit=crop&w=2200&q=88')}.feature-content{position:relative;padding:clamp(28px,5vw,70px);width:100%}.project-number{font-size:9px;letter-spacing:.2em;text-transform:uppercase}.feature h3{font:300 clamp(42px,6vw,92px)/.98 "Manrope";letter-spacing:-.055em;max-width:980px;margin:18px 0 24px}.feature-content>p:nth-of-type(2){font-size:11px;letter-spacing:.14em;text-transform:uppercase}.feature a{position:absolute;right:clamp(28px,5vw,70px);bottom:clamp(28px,5vw,70px);font-size:10px;text-transform:uppercase;letter-spacing:.15em}.feature a span{margin-left:20px;font-size:18px}
.notes-list{border-top:1px solid var(--line)}.notes-list article{display:grid;grid-template-columns:130px 170px 1fr 130px 30px;gap:25px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line);transition:padding .25s,background .25s}.notes-list article:hover{padding-left:12px;background:rgba(255,255,255,.24)}.note-thumb{width:130px;height:86px;background-size:cover;background-position:center}.note-hakuba{background-image:url('https://images.unsplash.com/photo-1464278533981-50106e6176b1?auto=format&fit=crop&w=500&q=75')}.note-tsurugi{background-image:url('https://images.unsplash.com/photo-1486911278844-a81c5267e227?auto=format&fit=crop&w=500&q=75')}.note-animal{background-image:url('https://images.unsplash.com/photo-1518877593221-1f28583780b4?auto=format&fit=crop&w=500&q=75')}.notes-list article>p,.notes-list time{font-size:9px;text-transform:uppercase;letter-spacing:.13em}.notes-list h3{font:300 22px/1.25 "Manrope"}.notes-list span{font-size:20px}.about{background:#c9cac1;display:grid;grid-template-columns:1.06fr 1fr;min-height:100svh}.about-image{min-height:800px;background:linear-gradient(0deg,rgba(10,12,10,.15),transparent),url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd4297?auto=format&fit=crop&w=1500&q=85') center/cover}.about-copy{padding:clamp(80px,9vw,150px) var(--pad);display:flex;flex-direction:column;justify-content:center}.about-copy h2{margin:32px 0 60px}.about-copy .lead{font:300 clamp(22px,2.3vw,34px)/1.35 "Manrope";letter-spacing:-.025em}.about-copy>p:not(.lead):not(.section-index){font-size:13px;line-height:1.8;max-width:510px;margin:28px 0 48px}.about-copy a{font-size:10px;text-transform:uppercase;letter-spacing:.16em;border-bottom:1px solid;width:max-content;padding-bottom:7px}.about-copy a span{margin-left:40px}.contact{background:#667062;color:white;padding:clamp(90px,12vw,190px) var(--pad) 70px}.contact h2{font-size:clamp(60px,11vw,170px);margin:4vw 0 8vw}.contact-row{border-top:1px solid rgba(255,255,255,.45);padding-top:22px;display:flex;justify-content:space-between;align-items:flex-start}.contact-row p{font-size:13px;line-height:1.7}.contact-row a{font:300 clamp(18px,2.5vw,34px) "Manrope";border-bottom:1px solid}footer{background:#0e110f;color:#bbbfb8;padding:36px var(--pad);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:end}footer>p{text-align:center;font-size:9px;letter-spacing:.16em;text-transform:uppercase}footer>p:last-child{text-align:right}
.hero-image{background-image:url('hero-hakuba.jpg');background-position:center 50%}.hero-shade{background:linear-gradient(90deg,rgba(5,8,6,.76) 0,rgba(5,8,6,.28) 58%,rgba(5,8,6,.25)),linear-gradient(0deg,rgba(5,8,6,.56),transparent 52%)}.feature-hakuba .feature-image{background-image:linear-gradient(0deg,rgba(7,9,8,.76),transparent 58%),url('project-shakushi.jpg');background-position:center center}.feature-snow .feature-image{background-image:linear-gradient(0deg,rgba(7,9,8,.78),transparent 58%),url('project-gurja.jpg');background-position:center center}.image-alpine{background-image:url('work-alpine.jpg');background-position:center 54%}.image-expedition{background-image:url('work-expedition.jpg');background-position:center center}.image-environment{background-image:url('work-environment.jpg');background-position:center center}.image-wildlife{background-image:url('work-wildlife.jpg');background-position:center center}.note-hakuba{background-image:url('note-equipment.jpg');background-position:center center}.note-animal{background-image:url('note-wildlife.jpg');background-position:center center}.note-tsurugi{background-image:url('note-observation.jpg');background-position:center 42%}.about-image{background-image:linear-gradient(0deg,rgba(10,12,10,.12),transparent),url('about-fieldwork.jpg');background-position:center center}
@keyframes reveal{from{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1.03)}}@media(max-width:800px){.site-header{height:72px}.menu-button{display:block;position:relative;z-index:2}.site-header nav{display:none;position:fixed;inset:0;background:#151916;padding:120px var(--pad);flex-direction:column;font:300 34px "Manrope"}.site-header nav.open{display:flex}.hero h1{font-size:clamp(54px,16vw,90px)}.coordinate{display:none}.hero-foot{display:block}.hero-foot a{display:block;margin-top:24px}.intro{display:block}.intro .section-index{margin-bottom:35px}.section-head{display:block}.section-head>p{margin-top:30px}.work-grid{display:block}.work-card,.work-card.tall{width:100%;margin-bottom:70px}.work-card .image{height:110vw;min-height:0}.work-card.wide .image{height:70vw}.project-intro{display:block}.project-intro h2{margin:25px 0}.feature{min-height:70svh}.feature h3{font-size:43px}.feature a{position:static;display:block;margin-top:35px}.notes-list article{grid-template-columns:90px 1fr 20px;gap:16px}.note-thumb{width:90px;height:75px}.notes-list article>p{display:none}.notes-list h3{font-size:16px}.notes-list time{grid-column:2;font-size:8px}.notes-list span{grid-column:3;grid-row:1/3}.about{display:block}.about-image{min-height:75svh}.contact-row{display:block}.contact-row a{display:inline-block;margin-top:45px}footer{grid-template-columns:1fr 1fr}footer>p:nth-child(2){display:none}}
@media(max-width:800px){
  :root{--pad:20px}body{overflow-x:hidden}.site-header{height:66px;padding:0 20px}.site-header.scrolled{height:62px}.brand{gap:10px}.brand span{font-size:22px}.brand small{font-size:8px}.site-header nav{padding:105px 20px 45px;gap:22px;font-size:clamp(30px,10vw,46px);line-height:1.05}.menu-button{margin-right:-8px}.menu-button[aria-expanded="true"] span:not(.sr-only):first-child{transform:translateY(3.5px) rotate(45deg)}.menu-button[aria-expanded="true"] span:not(.sr-only):nth-child(2){transform:translateY(-3.5px) rotate(-45deg)}
  .hero{min-height:720px}.hero-image{background-position:58% center;transform:scale(1.01)}.hero-shade{background:linear-gradient(90deg,rgba(5,8,6,.64),rgba(5,8,6,.15)),linear-gradient(0deg,rgba(5,8,6,.72),transparent 64%)}.hero-copy{left:20px;right:20px;bottom:30px}.eyebrow,.section-index{font-size:9px;letter-spacing:.18em}.hero h1{font-size:clamp(52px,16.2vw,76px);line-height:.86;letter-spacing:-.07em;margin-top:18px}.hero-foot{margin-top:28px;padding-top:13px}.hero-foot p{max-width:310px;font-size:12px;line-height:1.55}.hero-foot a{margin-top:18px;font-size:9px}.hero-foot a span{margin-left:12px}
  .section{padding:88px 20px}.intro{padding-top:78px;padding-bottom:92px}.intro .section-index{margin-bottom:28px}.manifesto{font-size:clamp(31px,9.2vw,43px);line-height:1.08}.section-head{margin-bottom:48px}.section-head h2,.projects h2,.about h2{font-size:clamp(45px,13vw,62px);line-height:.88;margin-top:17px}.section-head>p{width:auto;max-width:310px;margin-top:26px;font-size:12px;line-height:1.6}
  .work-card,.work-card.tall{margin-bottom:62px}.work-card .image{height:112vw}.work-card.wide .image{height:72vw}.work-card:nth-child(2) .image{background-position:54% center}.work-card:nth-child(3) .image{background-position:48% center}.card-meta{padding-top:13px;margin-top:9px}.card-meta h3{font-size:19px}.card-meta p{font-size:8px;line-height:1.45}.card-meta span{top:16px}
  .projects{padding:88px 20px 100px}.project-intro{margin-bottom:62px}.project-intro h2{margin:18px 0 24px}.project-intro>p:last-child{font-size:12px;line-height:1.6}.feature{min-height:66svh;margin-top:54px}.feature:first-of-type .feature-image{background-position:center center}.feature-snow .feature-image{background-position:58% center}.feature-content{padding:24px}.feature h3{font-size:clamp(37px,10.5vw,49px);line-height:.98;margin:13px 0 18px}.feature-content>p:nth-of-type(2){font-size:8px;line-height:1.5}.feature a{margin-top:27px;font-size:8px}.project-number{font-size:8px}
  .notes-list article{padding:16px 0}.note-thumb{width:88px;height:68px}.notes-list h3{font-size:15px;line-height:1.25}.notes-list time{margin-top:-5px}.notes-list span{font-size:17px}.notes-list article:hover{padding-left:0;background:transparent}
  .about-image{min-height:68svh;background-position:51% center}.about-copy{padding:78px 20px 88px}.about-copy h2{margin:23px 0 38px}.about-copy .lead{font-size:23px;line-height:1.35}.about-copy>p:not(.lead):not(.section-index){font-size:12px;line-height:1.75;margin:23px 0 38px}.contact{padding:88px 20px 54px}.contact h2{font-size:clamp(56px,15vw,76px);line-height:.87;margin:34px 0 64px}.contact-row{padding-top:17px}.contact-row p{font-size:12px}.contact-row a{font-size:20px;margin-top:35px}footer{padding:28px 20px}footer>p:last-child{font-size:8px}
}
@media(max-width:390px){.hero h1{font-size:14.5vw}.manifesto{font-size:8.9vw}.notes-list article{grid-template-columns:76px 1fr 18px;gap:13px}.note-thumb{width:76px;height:64px}.notes-list h3{font-size:14px}.contact-row a{font-size:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-image{animation:none}.feature-image{transition:none}}
