@charset "UTF-8";
:root{--cyan:#0abab5;--cyan-light:#dff7f5;--ink:#172b31;--muted:#627074;--line:#d8e0df;--paper:#fff;--pad:clamp(24px,5.2vw,90px)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Hiragino Kaku Gothic ProN','Noto Sans JP','Yu Gothic',Meiryo,sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #047e7a;outline-offset:6px}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:800;letter-spacing:-.045em}h2{font-size:clamp(34px,4vw,58px);line-height:1.55}.hand{font-family:Yomogi,'Klee One','Hiragino Maru Gothic ProN',cursive;font-weight:400}.skip-link{position:fixed;left:16px;top:-80px;z-index:100;padding:12px;background:white}.skip-link:focus{top:12px}.scroll-progress{position:fixed;z-index:80;left:0;top:0;width:100%;height:3px;background:var(--cyan);transform:scaleX(0);transform-origin:left}.header{height:104px;margin:0 var(--pad);display:flex;align-items:center;gap:30px;border-bottom:1px solid var(--line);position:relative;z-index:40;background:white}.brand{width:220px;flex-shrink:0}.brand img{width:205px}.brand>span{font-size:10px;letter-spacing:.15em;display:block;padding-left:8px;margin-top:3px}.desktop-nav{margin-left:auto;display:flex;gap:30px;font-size:13px;font-weight:700}.desktop-nav a{position:relative}.desktop-nav a:after{content:'';position:absolute;bottom:-5px;left:0;right:0;height:2px;background:var(--cyan);transform:scaleX(0);transform-origin:left;transition:transform .25s}.desktop-nav a:hover:after{transform:scaleX(1)}.header-contact{font-size:13px;font-weight:700;border:1px solid var(--ink);border-radius:40px;padding:12px 20px;display:flex;gap:24px;align-items:center;transition:.25s}.header-contact:hover{background:var(--ink);color:white}.header-contact span{font-size:22px;line-height:1}.menu-button{display:none}.hero{padding:0 var(--pad);max-width:1660px;margin:auto;position:relative}.hero-topline{display:flex;justify-content:space-between;font-family:Arial,sans-serif;font-weight:700;font-size:10px;letter-spacing:.15em;padding-top:22px}.hero-layout{display:grid;grid-template-columns:1.17fr 1fr;min-height:620px;align-items:center;gap:10px}.hero-copy{position:relative;z-index:3;padding-bottom:18px}.hero-hand{font-size:25px;color:#008b86;transform:rotate(-5deg);transform-origin:left;margin-bottom:23px}.hero h1{font-size:clamp(44px,4.9vw,74px);line-height:1.43;font-weight:900;letter-spacing:-.055em;white-space:nowrap}.line{display:block;overflow:hidden;padding-bottom:4px}.line>span{display:inline-block;animation:rise-in 1s cubic-bezier(.2,.8,.2,1) both}.line:nth-child(2)>span{animation-delay:.12s}.marked{position:relative;display:inline-block;z-index:0}.marked:after{content:'';position:absolute;height:13px;left:0;right:0;bottom:12px;background:var(--cyan);z-index:-1;transform:rotate(-2deg)}.hero-description{margin-top:24px;font-size:17px;line-height:2;font-weight:600;letter-spacing:.025em}.text-link{display:inline-flex;gap:25px;align-items:center;font-size:14px;font-weight:700}.hero .text-link{margin-top:28px}.round-arrow{width:46px;height:46px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center;font-family:Arial,sans-serif;font-size:25px;transition:transform .3s,background .3s,color .3s}.text-link:hover .round-arrow{background:var(--ink);color:white;transform:rotate(45deg)}.hero-art{height:580px;position:relative;isolation:isolate}.art-orbit{position:absolute;border:1px solid #9ae1dd;width:400px;height:400px;border-radius:50%;left:5%;top:70px;transform:rotate(-25deg);z-index:-1}.art-orbit:after{content:'';width:14px;height:14px;background:var(--cyan);border-radius:50%;position:absolute;top:70px;left:21px}.art-star{position:absolute;left:0;top:20px;font-size:98px;color:var(--cyan);line-height:1;animation:spin 35s linear infinite}.floating-piece{position:absolute;background:#fff;box-shadow:0 18px 45px #123c3517;border:1px solid #e6eeed;padding:9px;transition:box-shadow .3s;animation:float 7s ease-in-out infinite;--angle:0deg}.floating-piece:hover{box-shadow:0 24px 60px #123c3530}.floating-piece>span{display:block;font-family:Arial,sans-serif;font-size:9px;font-weight:700;letter-spacing:.12em;padding-top:8px}.piece-poster{width:242px;right:26px;top:38px;--angle:10deg;transform:rotate(10deg)}.piece-poster img{width:100%;height:315px;object-fit:contain}.piece-leaflet{width:295px;left:-24px;top:290px;--angle:-10deg;transform:rotate(-10deg);animation-delay:-2.3s;z-index:3}.piece-leaflet img{width:100%;height:180px;object-fit:contain}.piece-logo{width:122px;height:122px;border-radius:50%;right:25px;top:390px;--angle:9deg;transform:rotate(9deg);animation-delay:-4.2s;overflow:hidden}.piece-logo img{width:100%;height:100%;object-fit:contain}.art-note{position:absolute;right:9px;bottom:4px;transform:rotate(-8deg);display:flex;gap:10px;align-items:center}.art-note .hand{font-size:24px}.note-arrow{font-size:45px;font-family:Arial,sans-serif;transform:rotate(10deg)}.art-coordinate{position:absolute;left:45px;top:210px;font-family:Arial,sans-serif;font-size:10px;font-weight:700;line-height:1.5;letter-spacing:.08em;transform:rotate(-90deg);transform-origin:left}.hero-bottom{border-top:1px solid var(--line);height:69px;display:flex;align-items:center;justify-content:space-between;font-family:Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:.09em}.hero-since b{margin-left:20px;color:#007c79}.scroll-cue{display:flex;align-items:center;gap:20px}.scroll-cue span{font-size:22px;animation:scroll-bob 1.5s ease-in-out infinite}.motion-toggle{background:transparent;border:0;font-size:12px;display:flex;align-items:center;gap:8px;padding:8px}.motion-toggle span{font-family:inherit;font-size:11px}.marquee{background:var(--cyan);overflow:hidden;padding:20px 0}.marquee-track{width:max-content;display:flex;align-items:center;gap:45px;animation:marquee 38s linear infinite;font-family:Arial,sans-serif;line-height:1}.marquee span{font-size:clamp(30px,3.7vw,54px);font-weight:900;letter-spacing:-.045em}.marquee b{font-size:45px;font-weight:400}.section-pad{padding:100px var(--pad);position:relative}.section-eyebrow{display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:.08em;font-weight:600;border-top:1px solid var(--line);padding-top:20px;margin-bottom:66px}.section-eyebrow>span:first-child,.section-label{font-family:Arial,sans-serif;font-size:12px;letter-spacing:.12em;font-weight:700}.about{max-width:1660px;margin:auto;overflow:hidden;padding-bottom:130px}.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px}.about h2{font-size:clamp(40px,4.6vw,66px);line-height:1.5}.cyan-text{color:#008b85}.about-copy{padding-top:6px;max-width:520px}.about-lead{font-size:24px;font-weight:700;line-height:1.8;margin-bottom:26px}.about-copy>p:not(.about-lead){font-size:16px;line-height:2.2;margin-bottom:25px}.about-copy .text-link{margin-top:5px}.about-sign{font-size:31px;transform:rotate(-7deg);position:absolute;left:var(--pad);bottom:125px;z-index:1}.about-stamp{position:absolute;bottom:90px;left:29%;font-family:Arial,sans-serif;font-size:12px;line-height:1.15;font-weight:900;letter-spacing:-.04em;transform:rotate(13deg);display:flex;gap:10px;align-items:center}.about-stamp span{font-size:55px;color:var(--cyan);animation:spin 25s linear infinite}.works{background:#f4f6f5;padding-bottom:90px}.works .section-eyebrow{margin-bottom:55px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px}.section-heading>p{font-size:16px;line-height:2;margin:0 5% 13px 30px}.works-grid{display:grid;grid-template-columns:1.14fr 1fr;column-gap:7%;row-gap:58px;align-items:start}.work{padding:0;border:0;text-align:left;background:none;min-width:0}.work-image{display:block;position:relative;width:100%;overflow:hidden;aspect-ratio:1.25}.work-image>img{height:100%;width:100%;object-fit:contain;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.work-ramen{background:#e4f1f3;aspect-ratio:1.05;padding:35px}.work-ramen>img{filter:drop-shadow(10px 17px 10px #24374522);transform:rotate(-7deg)}.work-zunburg{background:#f5ded0;padding:65px;aspect-ratio:1}.work-zunburg img{mix-blend-mode:multiply;transform:rotate(7deg)}.work-brochure{background:#e4e4d6;padding:34px}.work-brochure img{mix-blend-mode:multiply;transform:rotate(-5deg)}.work-booth{background:#ddd;aspect-ratio:1.27}.work-booth img{object-fit:cover}.work-leaflet{background:#e8eed7;padding:35px}.work-leaflet img{mix-blend-mode:multiply;transform:rotate(-4deg)}.work-package{background:#dce6f0;padding:20px 45px;aspect-ratio:1.2}.work-package img{mix-blend-mode:multiply;transform:rotate(6deg)}.work-offset{margin-top:130px}.work-low{margin-top:58px}.work-view{position:absolute;left:50%;top:50%;transform:translate(-50%,-40%);width:94px;height:94px;background:var(--ink);color:white;border-radius:50%;display:grid;place-content:center;text-align:center;font-family:Arial,sans-serif;font-size:15px;line-height:1.5;opacity:0;transition:opacity .3s,transform .3s}.work:hover .work-view,.work:focus-visible .work-view{opacity:1;transform:translate(-50%,-50%)}.work:hover .work-image>img{transform:scale(1.045)}.work-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-top:20px}.work-meta strong{font-size:18px;font-weight:700;display:block;line-height:1.4}.work-meta small{display:block;font-size:13px;line-height:1.5;margin-top:8px;color:var(--muted)}.work-type{font-family:Arial,sans-serif;font-size:9px;letter-spacing:.08em;white-space:nowrap;line-height:2}.works-footer{display:flex;align-items:center;justify-content:space-between;padding-top:80px}.works-footer .hand{font-size:32px;transform:rotate(-6deg)}.pill-link{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--ink);border-radius:100px;min-width:300px;padding:21px 27px;font-size:14px;font-weight:700;gap:45px;transition:.3s}.pill-link:hover{background:var(--ink);color:white}.pill-link span{font-size:24px}.services{max-width:1660px;margin:auto;padding-bottom:120px}.services-layout{display:grid;grid-template-columns:1fr 1.22fr;gap:75px}.services-title p{margin-top:25px;font-size:15px;line-height:2}.service-symbol{font-size:145px;display:block;line-height:1;color:var(--cyan);margin-top:64px;width:max-content;animation:spin 38s linear infinite}.service-row{border-bottom:1px solid var(--line)}.service-row:first-child{border-top:1px solid var(--line)}.service-row summary{display:flex;align-items:center;gap:20px;list-style:none;cursor:pointer;padding:27px 0}.service-row summary::-webkit-details-marker{display:none}.service-no{font-family:Arial,sans-serif;font-size:12px;align-self:flex-start;margin-top:9px;color:var(--muted)}.service-name{font-family:Arial,sans-serif;font-size:40px;font-weight:700;letter-spacing:-.05em;line-height:1.2;flex:1}.service-name small{font-family:'Hiragino Kaku Gothic ProN','Yu Gothic',sans-serif;display:block;font-size:12px;font-weight:500;letter-spacing:0;margin-top:12px}.service-plus{position:relative;width:32px;height:32px}.service-plus:before,.service-plus:after{content:'';position:absolute;background:var(--ink);height:1px;width:22px;left:5px;top:15px}.service-plus:after{transform:rotate(90deg);transition:transform .25s}.service-row[open] .service-plus:after{transform:rotate(0)}.service-row[open] .service-name{color:#00847e}.service-content{padding:0 38px 28px}.service-content p{font-size:15px;line-height:2}.service-links{display:flex;gap:12px 20px;flex-wrap:wrap;margin-top:18px}.service-links a{font-size:13px;text-decoration:underline;text-underline-offset:5px}.feature{background:var(--ink);color:white;display:grid;grid-template-columns:1fr 1.15fr;gap:70px;align-items:center;overflow:hidden}.feature .section-label{color:var(--cyan);margin-bottom:28px}.feature h2{font-size:50px;line-height:1.5}.feature h2 span{color:var(--cyan)}.feature-copy>p:not(.section-label){font-size:15px;line-height:2.2;margin-top:25px;color:#e3eeee}.feature .text-link{margin-top:25px}.feature .round-arrow{border-color:white}.feature .text-link:hover .round-arrow{background:white;color:var(--ink)}.feature-art{border:1px solid #596b70;padding:22px 22px 45px;position:relative;transform:rotate(5deg);transition:transform .4s}.feature-art:hover{transform:rotate(0)}.feature-art>img{width:100%}.feature-play{display:grid;place-items:center;width:65px;height:65px;border-radius:50%;background:var(--cyan);color:var(--ink);font-size:22px;padding-left:4px;margin:25px auto}.feature-foot{font-size:10px;letter-spacing:.12em;font-family:Arial,sans-serif;display:block;text-align:center}.news{display:grid;grid-template-columns:.85fr 1.5fr;gap:80px;max-width:1660px;margin:auto}.news-heading .section-label{margin-bottom:18px}.news h2{font-size:32px}.news-list{border-top:1px solid var(--line)}.news-list a{display:grid;grid-template-columns:100px 1fr 25px;gap:25px;align-items:center;padding:28px 0;border-bottom:1px solid var(--line);font-size:14px;transition:color .25s}.news-list a:hover{color:#008b85}.news-list time{font-family:Arial,sans-serif;font-size:12px;letter-spacing:.04em;color:var(--muted)}.news-list b{font-size:24px;font-weight:400}.contact{background:var(--cyan);overflow:hidden}.contact-top{display:flex;justify-content:space-between;font-size:12px;border-top:1px solid #16534f55;padding-top:22px}.contact-main{display:flex;justify-content:space-between;align-items:center;padding:65px 0 60px;gap:40px}.contact .hand{font-size:28px;transform:rotate(-5deg);margin-bottom:18px}.contact h2{font-size:clamp(50px,6.8vw,98px);line-height:1.28;letter-spacing:-.065em}.contact-description{font-size:16px;margin-top:26px;line-height:2}.contact-circle{border-radius:50%;width:255px;height:255px;flex-shrink:0;background:var(--ink);color:white;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:12px;margin-right:4%;transition:transform .4s,background .4s}.contact-circle:hover{transform:rotate(8deg);background:#fff;color:var(--ink)}.contact-circle span:first-child{font-family:Arial,sans-serif;font-size:13px;letter-spacing:.15em}.contact-circle b{font-family:Arial,sans-serif;font-size:80px;font-weight:400;line-height:1}.contact-circle span:last-child{font-size:14px}.contact-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #16534f55;padding-top:28px;font-size:14px}.contact-bottom strong{font-family:Arial,sans-serif;font-size:28px;font-weight:500;letter-spacing:-.02em;margin-left:10px}.footer{background:var(--ink);color:white;padding:60px var(--pad) 22px;overflow:hidden}.footer-top{display:flex;justify-content:space-between;gap:40px;align-items:flex-start}.footer-name{font-size:19px;font-weight:700}.footer-top p{font-size:12px;line-height:2;margin-top:16px;color:#c0cfce}.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:20px 50px;font-size:13px}.back-top{display:grid;place-items:center;border:1px solid #839896;width:52px;height:52px;border-radius:50%;font-size:25px}.footer-word{font-family:Arial,Helvetica,sans-serif;font-size:24.4vw;font-weight:900;letter-spacing:-.065em;line-height:1;margin:45px 0 22px;color:var(--cyan);white-space:nowrap}.footer-word span{font-size:.2em;vertical-align:top;line-height:1.6}.footer-bottom{display:flex;justify-content:space-between;gap:20px;font-family:Arial,sans-serif;font-size:10px;color:#b5c6c5;border-top:1px solid #516264;padding-top:20px;letter-spacing:.07em}.reveal{opacity:1;transform:none}.reveal.is-waiting{opacity:0;transform:translateY(24px)}.reveal.is-visible{transition:opacity .8s ease,transform .8s cubic-bezier(.2,.8,.2,1);opacity:1;transform:translateY(0)}#work-dialog{border:0;width:min(1100px,calc(100vw - 48px));max-height:calc(100dvh - 48px);padding:0;background:white;color:var(--ink);overflow:auto}#work-dialog[open]{display:grid;grid-template-columns:1.35fr 1fr}#work-dialog::backdrop{background:#13262ddd;backdrop-filter:blur(5px)}.dialog-close{position:absolute;right:12px;top:12px;z-index:2;border:0;border-radius:50%;width:44px;height:44px;background:var(--ink);color:white;font-size:30px;line-height:1}.dialog-image{padding:30px;background:#f3f5f4;display:grid;place-items:center;min-height:500px}.dialog-image img{max-height:70dvh;max-width:100%;object-fit:contain}.dialog-copy{align-self:center;padding:50px 35px}.dialog-copy>p:first-child{font-family:Arial,sans-serif;font-size:12px;letter-spacing:.1em;color:#00847e;margin-bottom:20px}.dialog-copy h2{font-size:29px;line-height:1.5;margin-bottom:25px}.dialog-copy>p{font-size:16px;line-height:2}.dialog-copy>a{display:inline-block;margin-top:35px;text-decoration:underline;text-underline-offset:5px;font-size:14px}.motion-paused *,.motion-paused *:before,.motion-paused *:after{animation-play-state:paused!important}.motion-paused .reveal{opacity:1!important;transform:none!important;transition:none!important}
@keyframes rise-in{from{transform:translateY(110%)}to{transform:translateY(0)}}@keyframes float{0%,100%{transform:translateY(0) rotate(var(--angle))}50%{transform:translateY(-15px) rotate(calc(var(--angle) + 2deg))}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes scroll-bob{50%{transform:translateY(6px)}}
@media(min-width:1660px){.header{max-width:1480px;margin:auto}.section-pad:not(.about):not(.services):not(.news){padding-left:max(var(--pad),calc((100vw - 1480px)/2));padding-right:max(var(--pad),calc((100vw - 1480px)/2))}.footer-word{font-size:360px}.hero h1{font-size:74px}}
@media(max-width:1150px) and (min-width:761px){.header{gap:18px}.brand{width:185px}.brand img{width:175px}.desktop-nav{gap:16px;font-size:12px}.header-contact{padding:10px 14px;font-size:12px;gap:12px}.hero-layout{grid-template-columns:1.15fr 1fr;min-height:560px}.hero h1{font-size:4.85vw}.hero-art{height:510px}.piece-poster{width:200px;right:0;top:42px}.piece-poster img{height:260px}.piece-leaflet{width:238px;left:0;top:265px}.piece-leaflet img{height:150px}.piece-logo{width:96px;height:96px;right:-5px;top:355px}.art-orbit{width:290px;height:290px}.art-star{font-size:75px}.art-note{bottom:0}.art-note .hand{font-size:21px}.art-coordinate{left:28px;top:145px;font-size:8px}.hero-hand{font-size:22px}.hero-description{font-size:15px}.about-layout{gap:35px}.about-stamp{left:29%}.about-sign{font-size:25px}.services-layout{gap:35px}.services-title h2{font-size:36px}.section-heading>p{margin-right:0;font-size:14px}.work-type{font-size:8px}.work-meta{gap:10px}.work-meta strong{font-size:16px}.feature{gap:35px}.feature h2{font-size:40px}.contact-circle{width:215px;height:215px}.news{gap:40px}.news-list a{gap:12px}}
@media(max-width:760px){:root{--pad:24px}html{scroll-padding-top:35px}.header{height:80px;margin:0 20px;gap:14px}.brand{width:172px}.brand img{width:164px}.brand>span{font-size:9px;margin-top:1px}.desktop-nav{display:none}.header-contact{margin-left:auto;font-size:0;padding:0;border:0}.header-contact span{display:grid;place-items:center;width:37px;height:37px;border-radius:50%;background:var(--cyan);font-size:21px}.menu-button{display:flex;width:40px;height:44px;justify-content:center;align-items:center;gap:6px;flex-direction:column;border:0;background:none;padding:8px}.menu-button span{display:block;height:1px;background:var(--ink);width:24px;transition:transform .25s}.menu-button[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-button[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}#mobile-nav:not([hidden]){display:flex;position:absolute;left:-20px;right:-20px;top:80px;flex-direction:column;background:white;box-shadow:0 25px 30px #14292f18;padding:20px 24px 35px}#mobile-nav a{padding:17px 4px;border-bottom:1px solid var(--line);font-size:16px;font-weight:700}.hero-topline{font-size:8px;letter-spacing:.08em;padding-top:16px;gap:8px}.hero-layout{display:flex;flex-direction:column;min-height:0;gap:0;align-items:stretch}.hero-copy{padding-top:44px;padding-bottom:0}.hero-hand{font-size:21px;margin-bottom:21px}.hero h1{font-size:clamp(33px,8.9vw,61px);line-height:1.43;letter-spacing:-.055em}.marked:after{height:8px;bottom:6px}.hero-description{font-size:14px;line-height:1.9;margin-top:19px}.hero .text-link{margin-top:19px;font-size:12px;gap:18px}.round-arrow{width:39px;height:39px;font-size:23px}.hero-art{height:385px;max-width:420px;width:100%;align-self:center;margin-top:4px;margin-bottom:15px}.art-orbit{width:280px;height:280px;top:55px;left:15%}.art-star{font-size:60px;left:3%;top:57px}.piece-poster{width:160px;right:10%;top:24px;padding:7px;--angle:9deg}.piece-poster img{height:214px}.piece-poster>span{font-size:7px;padding-top:5px}.piece-leaflet{width:195px;left:0;top:183px;padding:7px;--angle:-10deg}.piece-leaflet img{height:127px}.piece-leaflet>span{font-size:7px;padding-top:5px}.piece-logo{height:80px;width:80px;right:0;top:257px;padding:6px}.art-coordinate{display:none}.art-note{bottom:0;right:6%;gap:6px}.art-note .hand{font-size:21px}.note-arrow{font-size:33px}.hero-bottom{height:62px;gap:14px;font-size:8px;letter-spacing:.015em}.hero-since{display:flex;flex-direction:column;gap:2px}.hero-since b{margin-left:0}.scroll-cue{gap:7px;font-size:8px}.motion-toggle{font-size:11px;padding:6px;gap:5px}.motion-toggle span{font-size:9px}.marquee{padding:18px 0}.marquee-track{gap:25px}.marquee span{font-size:32px}.marquee b{font-size:30px}.section-pad{padding:66px var(--pad)}.section-eyebrow{font-size:10px;padding-top:15px;margin-bottom:35px}.section-eyebrow>span:first-child{font-size:10px;letter-spacing:.07em}h2{font-size:34px;line-height:1.55}.about{padding-bottom:95px}.about-layout{display:block}.about h2{font-size:40px}.about-copy{margin-top:30px;max-width:none;padding:0}.about-lead{font-size:20px;line-height:1.7;margin-bottom:20px}.about-copy>p:not(.about-lead){font-size:15px;line-height:2;margin-bottom:20px}.desktop-br{display:none}.about-copy .text-link{margin-top:2px;font-size:13px}.about-sign{position:relative;left:auto;bottom:auto;margin-top:45px;font-size:25px;transform:rotate(-6deg)}.about-stamp{font-size:9px;left:auto;right:23px;bottom:40px;gap:8px}.about-stamp span{font-size:42px}.works .section-eyebrow{margin-bottom:35px}.section-heading{display:block;margin-bottom:33px}.section-heading>p{font-size:14px;line-height:1.9;margin:18px 0 0}.works-grid{grid-template-columns:1fr;gap:34px}.work-offset,.work-low{margin-top:0}.work:nth-child(even){width:88%;justify-self:end}.work:nth-child(odd){width:94%;justify-self:start}.work-image{aspect-ratio:1.2}.work-ramen{padding:27px}.work-zunburg{padding:48px}.work-brochure,.work-leaflet{padding:25px}.work-booth{aspect-ratio:1.25}.work-package{padding:15px 35px}.work-meta{padding-top:14px;gap:10px;flex-wrap:wrap}.work-meta strong{font-size:16px}.work-meta small{font-size:12px;margin-top:5px}.work-type{font-size:8px;line-height:1.4;margin-top:2px;display:block}.work-view{width:65px;height:65px;font-size:12px}.works-footer{padding-top:47px;display:flex;flex-direction:column;align-items:flex-start;gap:33px}.works-footer .hand{font-size:27px}.pill-link{width:100%;min-width:0;gap:15px;padding:16px 23px;font-size:13px}.works{padding-bottom:60px}.services-layout{display:block}.services-title h2{font-size:35px}.services-title p{font-size:14px;margin-top:18px;line-height:1.9}.service-symbol{display:none}.service-list{margin-top:35px}.service-row summary{padding:23px 0;gap:15px}.service-name{font-size:35px}.service-name small{font-size:11px;margin-top:9px}.service-no{font-size:11px}.service-plus{width:27px}.service-content{padding:0 0 25px 30px}.service-content p{font-size:14px;line-height:1.9}.service-links{gap:12px 16px}.service-links a{font-size:12px}.feature{display:block}.feature h2{font-size:39px}.feature .section-label{font-size:10px;margin-bottom:24px}.feature-copy>p:not(.section-label){font-size:14px;line-height:2}.feature .text-link{font-size:13px}.feature-art{display:block;margin-top:48px;padding:16px 16px 24px;transform:rotate(3deg)}.feature-play{width:49px;height:49px;font-size:16px;margin:19px auto}.feature-foot{font-size:8px;letter-spacing:.07em}.news{display:block}.news-heading .section-label{font-size:10px;margin-bottom:10px}.news h2{font-size:29px}.news-list{margin-top:26px}.news-list a{grid-template-columns:1fr 25px;gap:5px;padding:20px 0}.news-list time{grid-column:1;font-size:11px}.news-list a>span{grid-column:1;font-size:13px}.news-list a>b{grid-column:2;grid-row:1/3;font-size:22px}.contact-top{align-items:flex-start;gap:12px;font-size:9px}.contact-top .section-label{font-size:8px;letter-spacing:.06em;max-width:60%}.contact-main{padding:40px 0;display:block}.contact .hand{font-size:23px;margin-bottom:20px}.contact h2{font-size:58px;line-height:1.28}.contact-description{font-size:14px;line-height:1.9;margin-top:22px}.contact-circle{width:155px;height:155px;margin:30px 0 0 auto;gap:8px}.contact-circle span:first-child{font-size:10px}.contact-circle b{font-size:48px}.contact-circle span:last-child{font-size:12px}.contact-bottom{gap:18px;align-items:flex-start;flex-direction:column;padding-top:20px;font-size:12px}.contact-bottom strong{font-size:24px;margin-left:5px}.footer{padding:45px 24px 20px}.footer-top{flex-wrap:wrap;gap:25px}.footer-name{font-size:16px}.footer-top p{font-size:11px;line-height:2;margin-top:12px}.footer-nav{order:3;flex-basis:100%;font-size:12px;gap:15px 25px}.back-top{margin-left:auto;width:43px;height:43px;font-size:22px}.footer-word{font-size:24vw;margin:38px 0 22px;letter-spacing:-.067em}.footer-bottom{flex-wrap:wrap;font-size:8px;gap:12px 16px;padding-top:18px}.footer-bottom>span:nth-child(2){display:none}#work-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 30px)}#work-dialog[open]{display:block}.dialog-image{min-height:240px;padding:24px}.dialog-image img{max-height:45dvh}.dialog-copy{padding:26px 24px}.dialog-copy h2{font-size:24px;margin-bottom:14px}.dialog-copy>p{font-size:14px}.dialog-copy>p:first-child{font-size:10px;margin-bottom:12px}.dialog-copy>a{margin-top:20px;font-size:13px}.dialog-close{width:36px;height:36px;font-size:26px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal.is-waiting{opacity:1;transform:none}.line>span{transform:none}}

/* Revision: typographic impact, quiet navigation, image-led motion. */
.header{height:82px;max-width:1100px;border:0;margin:0 auto;gap:35px;padding:0 25px}.brand{width:215px}.brand img{width:205px}.brand>span{display:none}.desktop-nav{font-size:12px;gap:26px}.header-contact{border:0;border-radius:0;padding:5px 0;font-size:12px;border-bottom:1px solid var(--ink)}.header-contact:hover{background:none;color:#008b85}.hero-impact{height:calc(100svh - 82px);min-height:680px;max-height:1000px;max-width:1800px;padding:0;margin:0 auto;overflow:hidden;display:grid;place-items:center;isolation:isolate}.impact-copy{position:relative;z-index:2;text-align:left;margin-top:-48px;max-width:800px;padding:0 20px}.hero-impact h1{white-space:nowrap;letter-spacing:-.065em;line-height:1.3;font-size:clamp(70px,7.4vw,112px)}.impact-first{display:block;animation:impact-rise .85s cubic-bezier(.2,.8,.2,1) both}.hero-impact h1 .impact-second{display:block;font-size:1.16em;letter-spacing:-.07em;line-height:1.55;transform:rotate(-6deg);transform-origin:left;color:#008d86;margin-top:-5px;animation:impact-write 1s cubic-bezier(.2,.8,.2,1) .2s both}.impact-copy>p{font-size:17px;font-weight:700;line-height:2;letter-spacing:.025em;margin-top:24px}.impact-visuals{position:absolute;inset:0;z-index:0;pointer-events:none}.impact-piece{position:absolute;background:white;--tilt:0deg;animation:impact-drift 8s ease-in-out infinite;transform:rotate(var(--tilt));box-shadow:0 15px 40px #243a3014}.impact-piece img{width:100%;height:100%;object-fit:contain}.impact-poster{width:235px;left:-90px;top:5%;--tilt:-16deg;animation-delay:-2s}.impact-leaflet{width:275px;right:-100px;top:0%;--tilt:16deg;animation-delay:-5s}.impact-brand{width:170px;height:170px;left:5%;bottom:8%;--tilt:10deg;animation-delay:-3s;box-shadow:none}.impact-book{width:265px;right:1%;bottom:5%;--tilt:-11deg;animation-delay:-6s}.impact-scroll{position:absolute;bottom:38px;left:50%;transform:translateX(-50%);font-family:Arial,sans-serif;font-size:10px;letter-spacing:.16em;padding-bottom:40px}.impact-scroll:after{content:'';position:absolute;bottom:0;left:50%;width:1px;height:28px;background:var(--ink);transform-origin:top;animation:scroll-line 1.8s ease-in-out infinite}.hero-impact .motion-toggle{position:absolute;bottom:30px;right:35px;font-size:10px;opacity:.7;z-index:3}.about{background:var(--cyan);max-width:none;padding-top:85px;padding-bottom:100px}.about .section-eyebrow{border-color:#172b3138}.about .cyan-text{color:white}.about h2{font-size:clamp(45px,5.4vw,80px);line-height:1.5}.about-layout{max-width:1350px;margin:auto;gap:70px;grid-template-columns:1.1fr 1fr}.about-copy>p{color:var(--ink)}.about-copy .text-link{border-bottom:1px solid var(--ink);padding-bottom:6px;margin-top:12px}.about-sign{position:relative;left:auto;bottom:auto;margin-top:65px;max-width:1350px;margin-left:auto;margin-right:auto;font-size:34px}.works{background:white;padding-top:110px}.section-eyebrow{margin-bottom:50px}.section-heading h2{font-size:clamp(42px,5vw,72px)}.works-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:50px 22px}.work-offset,.work-low{margin:0}.work-image{aspect-ratio:1;box-shadow:none}.work-ramen{padding:23px;background:#edf7f7}.work-zunburg{padding:45px;background:#f5ece6}.work-brochure{padding:20px;background:#f4f2e9}.work-leaflet{padding:20px;background:#f0f4e9}.work-package{padding:20px 35px;background:#edf2f7}.work-meta{display:block;padding-top:15px}.work-meta strong{font-size:16px}.work-type{display:block;margin-top:12px;font-size:9px}.work-view{border-radius:0;width:auto;height:auto;padding:12px 20px;background:#172b31e8;letter-spacing:.14em;line-height:1}.works-footer .pill-link{border:0;border-radius:0;min-width:0;padding:12px 0;border-bottom:1px solid var(--ink)}.works-footer .pill-link:hover{color:#008b85;background:none}.services{border-top:1px solid var(--line);padding-top:85px}.services-title h2{font-size:clamp(42px,4.4vw,65px)}.service-name{font-size:54px}.feature{min-height:470px}.feature .text-link{border-bottom:1px solid white;padding-bottom:8px}.feature-art{border:0;padding:0;transform:rotate(-5deg)}.feature-foot{margin-top:25px}.contact{padding-bottom:80px}.contact-main{align-items:flex-end}.contact-circle{border:0;border-radius:0;width:auto;height:auto;margin:0;gap:15px;display:block;background:none;color:var(--ink);padding-bottom:15px;border-bottom:2px solid var(--ink)}.contact-circle:hover{transform:none;background:none;color:white;border-color:white}.contact-circle span:first-child{display:block;font-size:clamp(45px,6.4vw,100px);font-weight:700;letter-spacing:-.065em;line-height:1.1}.contact-circle span:last-child{display:block;font-size:14px;margin-top:15px}.back-top{border:0;border-bottom:1px solid #718886;border-radius:0;width:auto;height:auto;font-size:12px;padding:5px 0;letter-spacing:.1em}.text-link{gap:0}.footer-word{color:var(--cyan)}
@keyframes impact-rise{from{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@keyframes impact-write{from{opacity:0;clip-path:inset(0 100% 0 0);transform:rotate(-6deg) translateY(10px)}to{opacity:1;clip-path:inset(0 0 0 0);transform:rotate(-6deg) translateY(0)}}@keyframes impact-drift{0%,100%{transform:translate(0,0) rotate(var(--tilt))}50%{transform:translate(9px,-28px) rotate(calc(var(--tilt) + 4deg))}}@keyframes scroll-line{0%{transform:scaleY(0)}60%,100%{transform:scaleY(1)}}
@media(min-width:1600px){.impact-poster{left:0;width:270px}.impact-leaflet{right:0;width:320px}.impact-book{right:4%}.impact-brand{left:9%}}
@media(min-width:761px) and (max-width:1150px){.header{padding:0 35px;gap:22px}.brand{width:185px}.brand img{width:185px}.desktop-nav{gap:18px;font-size:11px}.header-contact{font-size:11px}.hero-impact{min-height:640px}.hero-impact h1{font-size:8vw}.impact-copy{margin-top:-35px}.impact-copy>p{font-size:15px}.impact-poster{width:170px;left:-95px}.impact-leaflet{width:210px;right:-100px}.impact-book{width:220px;right:-35px}.impact-brand{width:130px;height:130px;left:1%}.services-title h2{font-size:40px}.service-name{font-size:44px}.contact-circle span:first-child{font-size:6vw}}
@media(max-width:760px){.header{height:72px;margin:0 20px;padding:0;gap:12px}.brand{width:160px}.brand img{width:160px}.header-contact{font-size:10px;margin-left:auto;max-width:95px;line-height:1.4;padding:4px 0;white-space:normal}.menu-button{width:32px;padding:4px}#mobile-nav:not([hidden]){top:72px}.hero-impact{height:calc(100svh - 72px);min-height:630px;max-height:850px}.impact-copy{width:100%;padding:0 25px;margin-top:-12px}.hero-impact h1{font-size:12.3vw;line-height:1.35;letter-spacing:-.06em}.hero-impact h1 .impact-second{font-size:1.08em;margin-top:2px;line-height:1.6;letter-spacing:-.09em}.impact-copy>p{font-size:12px;line-height:2.05;margin-top:26px;max-width:310px}.impact-poster{width:108px;left:-21px;top:1%;--tilt:-20deg}.impact-leaflet{width:156px;right:-31px;top:4%;--tilt:16deg}.impact-brand{width:82px;height:82px;left:2%;bottom:9%}.impact-book{width:155px;right:-28px;bottom:9%}.impact-scroll{bottom:29px;font-size:8px;padding-bottom:33px}.hero-impact .motion-toggle{bottom:15px;right:15px;font-size:9px}.about{padding:60px 25px 70px}.about h2{font-size:43px}.about-layout{display:block}.about-sign{font-size:26px;margin-top:38px}.about-copy>p:not(.about-lead){font-size:15px}.works{padding-top:65px}.section-heading h2{font-size:38px}.works-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 14px;margin-left:-8px;margin-right:-8px}.work:nth-child(n){width:100%;margin:0}.work:nth-child(2n){margin-top:40px}.work-image{aspect-ratio:.9}.work-ramen{padding:12px}.work-zunburg{padding:20px}.work-brochure,.work-leaflet{padding:10px}.work-package{padding:10px 15px}.work-booth img{object-position:center}.work-meta strong{font-size:13px;line-height:1.6}.work-meta small{font-size:11px;line-height:1.7}.work-type{font-size:7px;letter-spacing:0;margin-top:8px}.work-view{font-size:10px;padding:9px 12px}.works-footer{padding-top:40px}.works-footer .pill-link{width:auto;font-size:13px}.services{padding-top:60px}.services-title h2{font-size:37px}.service-name{font-size:39px}.feature{min-height:0}.feature-art{margin-top:43px}.feature-foot{font-size:8px;line-height:1.5}.contact-main{display:block;padding-bottom:42px}.contact h2{font-size:58px}.contact-circle{display:inline-block;margin-top:40px;padding-bottom:10px}.contact-circle span:first-child{font-size:62px}.contact-circle span:last-child{font-size:12px;margin-top:10px}.back-top{width:auto;height:auto;font-size:11px}.contact{padding-bottom:60px}}
@media(prefers-reduced-motion:reduce){.impact-first,.hero-impact h1 .impact-second{opacity:1;clip-path:none}.hero-impact h1 .impact-second{transform:rotate(-6deg)}}

/* Hand-lettered artwork and continuous, free-moving print pieces. */
.hero-impact h1 .impact-second{width:110%;max-width:850px;height:clamp(125px,15vw,220px);margin-left:-3%;margin-top:-5px;transform:rotate(-4deg);animation:lettering-reveal 1.7s cubic-bezier(.33,0,.12,1) .35s both;position:relative}
.handletter{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.impact-copy{will-change:translate;pointer-events:none}.impact-piece{animation:none!important;left:0;top:0;right:auto;bottom:auto;width:clamp(100px,14vw,235px);height:auto;will-change:transform;box-shadow:none;background:transparent}.impact-piece img{display:block;height:auto}.impact-brand{width:clamp(95px,11vw,175px)}.impact-leaflet,.impact-book{width:clamp(135px,17vw,275px)}
.secondary-copy,.about-sign{font-family:inherit;font-weight:700;letter-spacing:.035em}.works-footer .secondary-copy{font-size:28px}.contact .secondary-copy{font-size:26px;margin-bottom:22px}
.reveal{transition:opacity .85s ease,transform 1.15s cubic-bezier(.16,1,.3,1)}.reveal.is-waiting{transform:translateY(75px);opacity:0}.work:nth-child(3n+2){transition-delay:.1s}.work:nth-child(3n+3){transition-delay:.2s}
@keyframes lettering-reveal{0%{opacity:1;clip-path:inset(0 100% 0 0);transform:rotate(-4deg) translateX(-15px)}100%{opacity:1;clip-path:inset(0 0 0 0);transform:rotate(-4deg) translateX(0)}}
.motion-paused .impact-first,.motion-paused .hero-impact h1 .impact-second{animation:none;opacity:1;clip-path:none}.motion-paused .impact-copy{translate:none!important}
@media(max-width:760px){.hero-impact h1 .impact-second{height:25vw;width:109%;margin-top:0}.impact-piece{width:92px}.impact-leaflet,.impact-book{width:128px}.impact-brand{width:76px}.impact-copy{margin-top:0}.impact-copy>p{margin-top:20px}.contact .secondary-copy{font-size:21px}.works-footer .secondary-copy{font-size:25px}}
@media(prefers-reduced-motion:reduce){.hero-impact h1 .impact-second{animation:none;clip-path:none}.reveal.is-waiting{opacity:1;transform:none}}

/* Expanded floating portfolio: ten works and six geometric accents. */
.hero-impact{min-height:780px}.hero-impact h1{font-size:clamp(65px,6.7vw,100px)}.impact-copy{max-width:740px;margin-top:0}.hero-impact h1 .impact-second{height:clamp(125px,13vw,190px)}
.impact-piece.floating-work{width:clamp(115px,11vw,175px);height:clamp(105px,11.5vw,185px);display:grid;place-items:center}.impact-piece.floating-work img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 9px #172b3118)}
.impact-piece.floating-object{width:65px;height:65px;background:#0abab5}.impact-piece.object-square{background:#f1bc27;width:52px;height:52px}.impact-piece.object-ring{background:transparent;border:13px solid #0abab5;border-radius:50%;width:76px;height:76px}.impact-piece.object-cube{width:105px;height:105px;background:none}.impact-piece.object-cube img{width:100%;height:100%;object-fit:contain}.impact-piece.object-bar{width:30px;height:95px;background:#3657c8}.impact-piece.object-outline{width:70px;height:70px;background:none;border:8px solid #172b31}.impact-piece.object-dot{width:42px;height:42px;background:#f17d64;border-radius:50%}.impact-piece[hidden]{display:none!important}
@media(max-width:760px){.hero-impact{min-height:720px}.hero-impact h1{font-size:12.3vw}.hero-impact h1 .impact-second{height:25vw}.impact-copy{padding:0 25px}.impact-piece.floating-work{width:83px;height:102px}.impact-piece.floating-object{width:34px;height:34px}.impact-piece.object-ring{width:43px;height:43px;border-width:8px}.impact-piece.object-cube{width:58px;height:58px}.impact-piece.object-bar{width:17px;height:48px}}

/* Print breadth first, supported by a strong design service. */
.hero-impact h1{font-size:clamp(52px,5.8vw,88px)}.impact-copy>p{font-weight:500;font-size:16px;line-height:1.9;margin-top:18px}.impact-copy>p strong{font-weight:800;font-size:23px;letter-spacing:.025em}.print-lineup{padding-top:60px;padding-bottom:60px;background:#f4fafa;border-top:1px solid #d9eeee}.print-lineup-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:20px 35px;margin-bottom:30px}.print-lineup-head>p{font:bold 12px Arial;letter-spacing:.08em;color:#008d86}.print-lineup-head h2{font-size:35px;letter-spacing:-.055em}.print-lineup-head>span{font-size:14px;margin-left:auto}.print-lineup nav{display:grid;grid-template-columns:repeat(4,1fr);column-gap:35px}.print-lineup nav a{font-size:21px;font-weight:700;padding:24px 0;border-bottom:1px solid #b4d7d5;transition:color .2s,translate .3s}.print-lineup nav a:hover{color:#008d86;translate:8px 0}.print-all{display:block;width:fit-content;margin:28px 0 0 auto;font-size:14px;border-bottom:1px solid #172b31;padding-bottom:6px}.entrance-word{font-size:clamp(38px,8vw,120px)}
@media(max-width:760px){.hero-impact h1{font-size:10.6vw}.impact-copy>p{font-size:12px;margin-top:17px}.impact-copy>p strong{font-size:19px}.print-lineup{padding:40px 25px}.print-lineup-head{display:block;margin-bottom:20px}.print-lineup-head h2{font-size:29px;margin:10px 0}.print-lineup-head>span{font-size:12px}.print-lineup nav{grid-template-columns:1fr 1fr;column-gap:24px}.print-lineup nav a{font-size:16px;padding:20px 0}.print-all{font-size:12px}.entrance-word{font-size:10.5vw}}
