:root{--ink:#171915;--ivory:#eee9df;--paper:#f3efe7;--bronze:#a57951;--olive:#b3a58b;--muted:#8a8a7b;--line:rgba(238,233,223,.2);--serif:'Cormorant Garamond',Georgia,serif;--sans:'DM Sans',sans-serif;--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ivory);background:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}::selection{background:var(--bronze);color:var(--paper)}button,a{-webkit-tap-highlight-color:transparent}button,input,select{font:inherit}button{cursor:pointer;color:inherit}button{border:0;background:none}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--bronze);outline-offset:6px}img{display:block;max-width:100%}p{line-height:1.75;text-wrap:pretty}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400}i{font-weight:400}button:disabled{cursor:not-allowed}.section-margin{margin-left:6%;margin-right:6%}.section-index,.eyebrow{font-size:10px;letter-spacing:2px;font-weight:500}.section-index{letter-spacing:1.6px}.section-light{background:var(--ivory);color:var(--ink)}.section-dark{background:var(--ink);color:var(--ivory)}.skip-link{position:fixed;top:10px;left:10px;padding:15px;background:var(--ivory);color:var(--ink);transform:translateY(-160%);z-index:200}.skip-link:focus{transform:none}.scroll-progress{height:2px;background:var(--bronze);position:fixed;top:0;left:0;width:100%;transform:scaleX(0);transform-origin:left;z-index:120}.site-header{position:absolute;top:0;left:0;width:100%;height:113px;display:flex;justify-content:space-between;align-items:center;padding:0 4.4%;z-index:40;border-bottom:1px solid rgba(238,233,223,.16);transition:background .4s,height .4s,transform .4s}.site-header.scrolled{position:fixed;height:82px;background:rgba(23,25,21,.97);backdrop-filter:blur(16px);animation:header-in .4s var(--ease)}@keyframes header-in{from{transform:translateY(-100%)}to{transform:translateY(0)}}.brand{display:flex;flex-direction:column;align-items:center;gap:5px}.brand-name{font-family:var(--serif);font-size:29px;letter-spacing:3px;line-height:1;display:flex;gap:5px;align-items:center}.brand-spark{font-size:16px;color:var(--olive);margin-left:2px}.brand-sub{font-size:7px;letter-spacing:3.2px;margin-right:18px}.desktop-nav{display:flex;gap:32px;padding-left:30px}.desktop-nav a{font-size:11px;position:relative;padding:8px 0;color:#e1ded4}.desktop-nav a:after,.footer-links a:after{content:'';height:1px;width:100%;position:absolute;bottom:0;left:0;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .4s var(--ease)}.desktop-nav a:hover:after,.footer-links a:hover:after{transform:scaleX(1);transform-origin:left}.header-right{display:flex;align-items:center;gap:20px}.book-nav{font-size:10px;letter-spacing:.4px;border:1px solid rgba(238,233,223,.45);padding:15px 19px;display:flex;align-items:center;gap:30px;transition:background .25s,color .25s}.book-nav span{font-size:18px;font-weight:400}.book-nav:hover{background:var(--ivory);color:var(--ink)}.menu-toggle{display:none;width:35px;height:40px;padding:5px}.menu-toggle span{display:block;height:1px;background:var(--ivory);margin:6px 0;transition:.3s}.mobile-nav{position:fixed;inset:82px 0 0;background:var(--ink);z-index:35;padding:70px 7%}.mobile-nav:not([hidden]){display:flex;flex-direction:column;gap:30px}.mobile-nav a,.mobile-nav button{font-family:var(--serif);font-size:40px;text-align:left}.hero{height:100svh;min-height:740px;max-height:1150px;position:relative;overflow:hidden;background:#24251d}.hero-image-wrap,.hero-shade{position:absolute;inset:0}.hero-image-wrap{overflow:hidden}.hero-image{width:100%;height:115%;object-fit:cover;object-position:center 42%;will-change:transform;filter:saturate(.78)}.hero-shade{background:linear-gradient(90deg,rgba(12,16,13,.62),rgba(12,16,13,.18) 65%,rgba(12,16,13,.08)),linear-gradient(0deg,rgba(12,16,13,.8),transparent 25%,transparent 82%,rgba(12,16,13,.25))}.hero-content{position:absolute;top:28%;left:6%;z-index:2}.hero .eyebrow{font-size:9px;letter-spacing:2.2px;color:#d7c7ad;margin-bottom:27px}.hero h1{font-size:clamp(88px,9vw,150px);line-height:.86;letter-spacing:-5px}.hero h1 i{color:#e1d5c0}.line{display:block;overflow:hidden;padding-bottom:.13em;margin-bottom:-.09em}.line>span{display:block;animation:line-in 1.25s var(--ease) both}.line:nth-child(2)>span{animation-delay:.16s}@keyframes line-in{from{transform:translateY(120%) rotate(3deg)}to{transform:translateY(0) rotate(0)}}.hero-bottom{display:flex;align-items:center;gap:42px;margin-top:40px}.hero-bottom p{font-size:12px;line-height:1.7;color:#cfcec1}.button{min-height:54px;display:inline-flex;gap:42px;align-items:center;justify-content:space-between;padding:0 12px 0 24px;font-size:11px;letter-spacing:.2px;transition:background .3s,color .3s,box-shadow .3s}.button-light{background:var(--ivory);color:var(--ink)}.button-light:hover{background:#d7c8b1;box-shadow:0 5px 30px #0002}.button-dark{background:var(--ink);color:var(--ivory)}.button-arrow{width:33px;height:33px;border:1px solid rgba(23,25,21,.25);display:grid;place-items:center;font-size:22px;transition:transform .35s var(--ease)}.button:hover .button-arrow{transform:rotate(45deg)}.hero-enter{animation:fade-up 1s var(--ease) .45s both}@keyframes fade-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-caption{position:absolute;right:5%;bottom:22%;font-size:10px;display:flex;align-items:center;gap:15px;color:#d2c8b6}.caption-rule{height:1px;width:42px;background:var(--olive)}.hero-caption p{line-height:1.6}.hero-footer{position:absolute;bottom:32px;left:4.4%;right:4.4%;display:flex;align-items:center;justify-content:space-between;font-size:8px;letter-spacing:1.5px;color:#c5c2b6}.scroll-link{display:flex;align-items:center;gap:13px}.scroll-line{height:29px;width:1px;background:#eee9df40;position:relative;overflow:hidden}.scroll-line:after{content:'';position:absolute;left:0;top:-100%;height:100%;width:100%;background:var(--ivory);animation:scroll-down 2.4s infinite}@keyframes scroll-down{to{top:100%}}.hero-index{display:flex;align-items:center;gap:25px}.hero-index span{font-size:20px}.philosophy{padding:92px 0 105px;overflow:hidden}.philosophy-top{display:flex;justify-content:space-between;align-items:center}.small-star{font-size:34px;color:var(--bronze)}.philosophy-layout{display:grid;grid-template-columns:1.65fr .7fr;gap:11%;margin-top:40px;align-items:end}.statement{font-size:clamp(48px,5.1vw,84px);line-height:1.04;letter-spacing:-1.6px;max-width:800px}.statement .word{color:#b9b6aa;transition:color .5s}.statement .word.lit{color:var(--ink)}.statement i{color:var(--bronze)}.philosophy-aside{padding-bottom:5px}.philosophy-aside>p:first-child{font-size:13px;color:var(--ink);margin-bottom:12px}.philosophy-aside>p:nth-child(2){font-size:12px;color:#6e6f61;line-height:1.9}.text-link{display:inline-flex;justify-content:space-between;align-items:center;border-bottom:1px solid currentColor;padding:0 0 10px;font-size:11px;gap:32px;transition:gap .3s}.text-link span{font-size:21px}.text-link:hover{gap:44px}.philosophy-aside .text-link{margin-top:24px}.philosophy-art{display:grid;grid-template-columns:1.65fr .7fr;gap:11%;align-items:center;margin-top:70px}.philosophy-art figure{height:370px;position:relative;overflow:hidden}.philosophy-art figure img{width:100%;height:120%;object-fit:cover;filter:brightness(.78) saturate(.55);position:absolute;top:-10%}.philosophy-art figcaption{position:absolute;bottom:20px;left:25px;right:25px;color:var(--ivory);display:flex;justify-content:space-between;font-size:8px;letter-spacing:1.2px}.art-note{padding-left:10px}.note-rule{width:35px;height:1px;background:var(--bronze);display:block;margin-bottom:25px}.art-note p{font-family:var(--serif);font-size:36px;line-height:1.14;letter-spacing:-.5px}.art-note p i{color:var(--bronze)}.note-signature{font-size:9px;letter-spacing:1px;display:block;margin-top:25px;color:#6e6f61}.services{padding:100px 0 110px}.services-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px}.services-heading .section-index{color:var(--olive);margin-bottom:28px}.services h2,.experience h2{font-size:clamp(52px,5.6vw,89px);letter-spacing:-1.7px;line-height:.98}.services h2 i{color:var(--olive)}.services-intro{font-size:12px;color:#c0bdaf;padding-bottom:5px;width:29%}.services-layout{display:grid;grid-template-columns:.72fr 1fr;gap:9%;align-items:start}.service-photo{height:430px;position:relative;overflow:hidden}.service-photo>img{width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:saturate(.5) brightness(.8);transition:opacity .25s,transform 1s var(--ease)}.service-photo:hover>img{transform:scale(1.035)}.service-photo-caption{position:absolute;left:22px;right:22px;bottom:22px;display:flex;justify-content:space-between;font-size:8px;letter-spacing:1px}.service-list{border-top:1px solid var(--line)}.service{border-bottom:1px solid var(--line)}.service-trigger{display:flex;align-items:center;gap:22px;width:100%;padding:27px 0;text-align:left}.service-number{font-size:9px;color:var(--olive)}.service-name{font-family:var(--serif);font-size:33px;line-height:1.1;transition:color .3s}.service-trigger:hover .service-name{color:var(--olive)}.service-toggle{margin-left:auto;font-family:var(--serif);font-size:25px;font-weight:400}.service-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s var(--ease);overflow:hidden}.service.active .service-content{grid-template-rows:1fr}.service-content-inner{min-height:0;overflow:hidden;padding-left:35px}.service-content-inner>p{font-size:12px;line-height:1.9;color:#b6b8a9;max-width:370px}.service-meta{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:24px 0 29px}.service-meta>span{font-size:9px;letter-spacing:1px}.service-meta b{font-weight:400;color:var(--muted);margin:0 10px}.service-meta .text-link{font-size:10px;gap:20px;padding-bottom:5px}.service-meta .text-link span{font-size:17px}.service-footnote{margin-top:22px;font-size:8px;letter-spacing:1.2px;color:var(--muted)}.marquee{overflow:hidden;background:var(--olive);color:var(--ink);padding:24px 0 29px}.marquee-track{display:flex;width:max-content;animation:marquee 38s linear infinite}.marquee-track span{font-family:var(--serif);font-size:clamp(50px,6vw,92px);white-space:nowrap;padding-right:28px;line-height:1.1;letter-spacing:-1px}.marquee:hover .marquee-track{animation-play-state:paused}@keyframes marquee{to{transform:translateX(-50%)}}.experience{background:var(--paper);color:var(--ink);height:250vh;position:relative}.experience-sticky{height:100svh;min-height:730px;position:sticky;top:0;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:85px 0 25px}.experience-top{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.experience-top .section-index{margin-bottom:18px;color:#7a6c58}.experience h2{font-size:clamp(43px,4.5vw,72px);line-height:.97}.experience h2 i{color:var(--bronze)}.chapter-controls{display:flex;align-items:center;gap:10px;padding-bottom:5px}.chapter{width:40px;height:40px;font-size:10px;border:1px solid #c1bfb3;border-radius:50%;transition:background .4s,border .4s,color .4s}.chapter.active{background:var(--ink);border-color:var(--ink);color:var(--ivory)}.chapter-controls>span{width:20px;height:1px;background:#c1bfb3}.experience-stage{display:grid;grid-template-columns:1.4fr .8fr;gap:9%;min-height:0}.experience-frames{height:clamp(250px,42vh,475px);position:relative;overflow:hidden;background:var(--ink)}.experience-frame{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.8) saturate(.55);opacity:0;transform:scale(1.08);transition:opacity .8s,transform 1.5s var(--ease)}.experience-frame.active{opacity:1;transform:scale(1)}.frame-label{position:absolute;bottom:22px;left:23px;color:var(--ivory);font-size:8px;letter-spacing:1.5px;z-index:2}.chapter-copy{position:relative;min-height:260px}.chapter-panel{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;opacity:0;visibility:hidden;transform:translateY(15px);transition:opacity .6s,transform .7s var(--ease),visibility .6s}.chapter-panel.active{opacity:1;visibility:visible;transform:none}.chapter-big{font-family:var(--serif);font-size:78px;line-height:1;color:#c5baa7;display:block;margin-bottom:17px}.chapter-panel h3{font-size:39px;letter-spacing:-.7px;margin-bottom:15px}.chapter-panel p{font-size:12px;color:#707265;line-height:1.9;max-width:290px}.chapter-small{font-size:8px;letter-spacing:1.8px;color:#78694f;margin-top:28px}.experience-progress{position:absolute;left:0;bottom:0;height:1px;width:100%;background:#d6d2c7}.experience-progress>span{height:1px;width:100%;background:var(--bronze);transform:scaleX(.05);transform-origin:left;display:block;transition:transform .1s}.experience-bottom{display:flex;justify-content:space-between;margin-top:24px;font-size:7px;letter-spacing:1.2px;color:#787a6b}.experience-bottom>span:last-child{display:flex;gap:15px}.closing{height:690px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center}.closing>img{position:absolute;inset:-15% 0;width:100%;height:130%;object-fit:cover;object-position:center 47%;filter:saturate(.5)}.closing-shade{position:absolute;inset:0;background:#12170fc4}.closing-content{position:relative;z-index:2}.closing .eyebrow{color:var(--olive);font-size:9px;letter-spacing:2px;margin-bottom:28px}.closing h2{font-size:clamp(80px,8.2vw,133px);letter-spacing:-3.5px;line-height:.84}.closing h2 i{color:#d8cbb5}.closing .button{margin-top:38px;min-width:206px}.closing-note{font-size:10px;color:#b3b4a5;margin-top:20px}.footer{background:#10130f;overflow:hidden;padding:62px 0 0}.footer-top{display:grid;grid-template-columns:1.3fr 1fr .6fr;gap:20px;align-items:start}.footer-brand{font-family:var(--serif);font-size:31px;letter-spacing:3px;width:max-content;text-align:center;line-height:1}.footer-brand span{display:block;font-family:var(--sans);font-size:7px;letter-spacing:4.7px;margin-top:11px}.footer-message{font-family:var(--serif);font-size:26px;line-height:1.15;color:var(--olive)}.footer-links{display:flex;flex-direction:column;align-items:start;gap:15px;padding-top:5px}.footer-links a,.footer-links button{font-size:10px;padding:0;position:relative}.footer-links a:after{bottom:-4px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:28px 0 0;margin-top:50px;font-size:7px;letter-spacing:1px;color:#929789;gap:20px}.footer-bottom button{padding:5px 0;font-size:8px;color:#b4b7a9}.footer-divider{margin:0 15px}.footer-giant{font-family:var(--serif);font-size:19.4vw;line-height:1.08;letter-spacing:-1.1vw;color:#30372a;white-space:nowrap;text-align:center;margin-top:20px;margin-bottom:-4.5vw;user-select:none}.info-dialog{width:530px;max-width:calc(100% - 28px);max-height:90vh;overflow:auto;border:1px solid #b3a58b;background:var(--ivory);color:var(--ink);padding:42px}.info-dialog::backdrop{background:#080d0be0;backdrop-filter:blur(8px)}.info-dialog h2{font-size:47px;line-height:1;margin:25px 0}.info-dialog h2 i{color:var(--bronze)}.info-dialog>p:not(.section-index){font-size:12px;color:#666b5f;margin-bottom:17px}.info-dialog .button{margin-top:10px}.info-close{position:absolute;right:15px;top:15px;font-size:27px}.reveal{transition:opacity 1s var(--ease),transform 1s var(--ease)}.motion-ready .reveal:not(.in-view){opacity:0;transform:translateY(32px)}.image-reveal{clip-path:inset(0);transition:clip-path 1.3s var(--ease),opacity 1.3s var(--ease)}.motion-ready .image-reveal:not(.in-view){clip-path:inset(12% 0 12% 0);opacity:.2}.motion-off{scroll-behavior:auto!important}.motion-off *{animation:none!important;transition:none!important}.motion-off .reveal,.motion-off .image-reveal{opacity:1!important;transform:none!important;clip-path:none!important}.motion-off .hero-image,.motion-off [data-parallax]{transform:none!important}.motion-off .statement .word{color:var(--ink)}.motion-off .experience{height:auto}.motion-off .experience-sticky{position:relative;height:auto;min-height:800px}.motion-off .marquee-track{transform:none}.motion-off .hero h1 .line>span,.motion-off .hero-enter{opacity:1;transform:none}
@media(min-width:1600px){.section-margin{max-width:1420px;margin-left:auto;margin-right:auto}.hero-content{left:max(6%,calc((100vw - 1420px)/2))}.philosophy{padding-top:120px;padding-bottom:130px}.philosophy-art figure{height:490px}.service-photo{height:520px}.services{padding:130px 0}.service-name{font-size:42px}.service-trigger{padding:33px 0}.service-content-inner>p{font-size:14px;max-width:440px}}
@media(max-width:1050px){.desktop-nav{gap:20px;padding:0}.brand-name{font-size:25px}.hero h1{font-size:108px}.hero-content{top:31%}.hero-bottom{gap:25px}.hero-caption{bottom:17%;right:6%}.philosophy-layout,.philosophy-art{gap:7%;grid-template-columns:1.5fr .8fr}.statement{font-size:58px}.philosophy-art figure{height:310px}.services-layout{gap:7%}.service-photo{height:405px}.service-name{font-size:29px}.service-trigger{gap:17px}.service-meta{flex-wrap:wrap;gap:20px}.experience-stage{gap:7%;grid-template-columns:1.3fr .85fr}.chapter-panel h3{font-size:32px}.chapter-big{font-size:65px}.hero-footer{font-size:7px}.hero-footer .hero-index{gap:15px}}
@media(max-width:760px){html{scroll-padding-top:74px}.site-header{height:90px;padding:0 6%}.site-header.scrolled{height:74px}.desktop-nav{display:none}.menu-toggle{display:block}.header-right{gap:15px}.brand-name{font-size:23px;letter-spacing:2.5px}.brand-sub{font-size:6px;letter-spacing:2px}.book-nav{padding:11px 12px;gap:14px;font-size:9px}.book-nav span{font-size:17px}.mobile-nav{top:74px}.menu-open .menu-toggle span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-open .menu-toggle span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.hero{min-height:760px;max-height:1000px;height:100svh}.hero-image{object-position:61% center;height:108%;filter:saturate(.6)}.hero-shade{background:linear-gradient(90deg,#0c100db8,#0c100d40),linear-gradient(0deg,#0c100dda,transparent 80%)}.hero-content{top:auto;bottom:180px;left:7%;right:5%}.hero h1{font-size:clamp(79px,12.6vw,105px);letter-spacing:-3.7px;line-height:.91}.hero .eyebrow{font-size:8px;letter-spacing:1.4px;margin-bottom:24px}.hero-bottom{margin-top:28px;gap:25px;align-items:start;flex-direction:column}.hero-bottom p{font-size:12px}.hero-caption{display:none}.hero-footer{bottom:30px;left:7%;right:7%;align-items:end;gap:18px}.hero-footer>span:first-child{max-width:125px;line-height:1.8}.hero-index{display:none!important}.scroll-link{font-size:7px}.philosophy{padding:65px 0}.small-star{font-size:27px}.philosophy-layout{grid-template-columns:1fr;gap:30px;margin-top:30px}.statement{font-size:clamp(47px,8.5vw,66px);letter-spacing:-1px;max-width:590px}.philosophy-aside{max-width:380px;justify-self:end;margin-top:0}.philosophy-aside>p:nth-child(2){font-size:13px}.philosophy-art{grid-template-columns:1.4fr .8fr;gap:7%;margin-top:45px}.philosophy-art figure{height:310px}.philosophy-art figcaption{left:14px;bottom:16px;font-size:7px}.philosophy-art figcaption span:last-child{display:none}.art-note{padding:0}.art-note p{font-size:28px}.note-signature{font-size:8px;line-height:1.5}.services{padding:70px 0}.services-heading{margin-bottom:35px;gap:30px}.services-intro{font-size:10px;width:35%;padding-bottom:3px}.services h2{font-size:55px}.services-heading .section-index{margin-bottom:22px}.services-layout{grid-template-columns:1fr;gap:35px}.service-photo{height:330px}.service-photo>img{object-position:center 35%}.service-trigger{padding:27px 0;gap:20px}.service-name{font-size:33px}.service-content-inner>p{max-width:100%;font-size:13px}.service-content-inner{padding-left:33px}.service-meta{flex-wrap:nowrap}.service-footnote{font-size:7px}.marquee{padding:22px 0}.marquee-track span{font-size:55px}.experience{height:280svh}.experience-sticky{padding:100px 0 25px;min-height:780px;justify-content:flex-start}.experience-top{display:block;margin-bottom:24px}.experience h2{font-size:47px}.experience-top .section-index{margin-bottom:16px}.chapter-controls{position:absolute;right:6%;top:105px;gap:6px}.chapter{width:29px;height:29px;font-size:8px}.chapter-controls>span{width:10px}.experience-stage{display:block;position:relative}.experience-frames{height:230px;max-height:28vh}.frame-label{left:17px;bottom:17px;font-size:7px}.chapter-copy{min-height:200px}.chapter-panel{display:grid;grid-template-columns:65px 1fr;column-gap:15px;align-content:center;justify-content:initial}.chapter-big{grid-row:1/4;font-size:58px;margin:0}.chapter-panel h3{font-size:31px;margin-bottom:8px}.chapter-panel p{font-size:11px;max-width:none;line-height:1.7}.chapter-small{font-size:7px;margin-top:16px}.experience-bottom{margin-top:17px;font-size:6px;gap:30px}.experience-bottom>span:first-child{max-width:200px;line-height:1.6}.closing{height:590px}.closing h2{font-size:88px}.closing>img{object-position:45% center}.footer{padding-top:45px}.footer-top{grid-template-columns:1fr 1fr;row-gap:35px}.footer-brand{font-size:25px}.footer-brand span{font-size:6px}.footer-message{font-size:23px;justify-self:end}.footer-links{grid-column:1/-1;flex-direction:row;gap:28px;justify-content:space-between}.footer-links a,.footer-links button{font-size:9px}.footer-bottom{flex-wrap:wrap;font-size:6px;gap:22px;padding-top:22px;margin-top:35px}.footer-bottom>div{order:3;width:100%;text-align:center}.footer-bottom button{font-size:8px}.footer-giant{font-size:20vw;margin-top:25px;margin-bottom:-3vw;letter-spacing:-1.3vw}.info-dialog{padding:30px}.motion-off .experience-sticky{min-height:780px}}
@media(max-width:390px){.book-nav{display:none}.hero-content{bottom:175px}.hero h1{font-size:76px}.philosophy-art{grid-template-columns:1fr}.art-note{display:none}.experience h2{font-size:42px}.chapter-controls{top:90px}.experience-top .section-index{font-size:8px}.service-name{font-size:30px}.services-intro{display:none}.chapter-panel{grid-template-columns:50px 1fr;gap:10px}.chapter-panel h3{font-size:28px}.hero{min-height:730px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.hero h1 .line>span,.hero-enter{opacity:1;transform:none}.hero-image,[data-parallax]{transform:none!important}.reveal,.image-reveal{opacity:1!important;transform:none!important;clip-path:none!important}.statement .word{color:var(--ink)}.experience{height:auto}.experience-sticky{position:relative;height:auto;min-height:800px}}

/* Short viewports use a free-flowing chapter viewer so no content is pinned out of reach. */
.compact-story .experience{height:auto}
.compact-story .experience-sticky{position:relative;height:auto;min-height:0;padding-top:75px;padding-bottom:45px;overflow:visible}
.compact-story .experience-bottom>span:last-child{display:none}
@media(min-width:761px) and (min-height:700px) and (max-height:780px){.experience-sticky{min-height:0;padding-top:95px;padding-bottom:24px}.experience-top{margin-bottom:25px}.experience-frames{height:36vh}.experience h2{font-size:55px}.experience-top .section-index{margin-bottom:14px}.chapter-big{font-size:63px;margin-bottom:10px}.chapter-panel h3{font-size:33px}.chapter-small{margin-top:20px}}

.motion-off .experience-bottom>span:last-child{display:none}
