@font-face{font-family:Barlow Condensed;src:url('fonts/barlow-condensed-800.woff2') format('woff2');font-style:normal;font-weight:800;font-display:swap}
@font-face{font-family:Manrope;src:url('fonts/manrope-variable.woff2') format('woff2');font-style:normal;font-weight:400 800;font-display:swap}
:root{--paper:#f5f5f0;--ink:#171817;--accent:#17dbcc;--accent-light:#17dbcc;--muted:#646660;--line:#d6d7cf;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif;--body:Manrope,Arial,sans-serif;--gutter:clamp(24px,4.6vw,88px);--ease:cubic-bezier(.22,1,.36,1)}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
::selection{color:white;background:var(--accent)}
a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button{color:inherit}button,summary{cursor:pointer}
img{display:block;max-width:100%;height:auto}button{border:0}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--display);font-weight:800;line-height:.91;letter-spacing:-.025em}h3{line-height:1.2}p{line-height:1.75}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--accent-light);outline-offset:6px}button[hidden],nav[hidden],[hidden]{display:none!important}
.section-shell{max-width:1640px;margin-inline:auto;padding-inline:var(--gutter)}.section-pad{padding-block:clamp(85px,9vw,145px)}.accent{color:var(--accent)}.accent-light{color:var(--accent-light)}.eyebrow{font-size:.75rem;letter-spacing:.105em;font-weight:700;line-height:1.5;text-transform:uppercase;display:flex;gap:12px;align-items:center}.section-index{margin-bottom:40px}.status-dot{flex:0 0 7px;width:7px;height:7px;background:var(--accent);border-radius:50%;position:relative}.status-dot::after{content:'';position:absolute;inset:-4px;border:1px solid currentColor;color:var(--accent);border-radius:50%;opacity:.3}.dark-section{background:var(--ink);color:var(--paper)}.outline-text{color:transparent;-webkit-text-stroke:1px currentColor;-webkit-text-stroke-color:var(--paper)}.skip-link{position:fixed;top:12px;left:20px;z-index:200;background:var(--accent);color:white;padding:12px 20px;transform:translateY(-180%)}.skip-link:focus{transform:none}
.site-header{height:94px;padding-inline:var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);position:relative;z-index:50;background:var(--paper)}.wordmark{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:800;letter-spacing:-.07em;white-space:nowrap}.wordmark img{width:38px;height:38px;object-fit:contain}.wordmark-light{font-weight:500}.wordmark sup{font-size:.75rem;position:relative;top:-6px;margin-left:3px}.desktop-nav{display:flex;align-items:center;gap:35px;font-size:.875rem;font-weight:600}.desktop-nav a{padding:10px 0;position:relative}.desktop-nav a::after{content:'';position:absolute;left:0;right:0;bottom:4px;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform .3s}.desktop-nav a:hover::after{transform:scaleX(1)}.desktop-nav a span{font-size:.75rem;margin-left:3px;vertical-align:super;color:var(--muted)}.header-contact{border-bottom:1px solid var(--ink);padding:8px 0;font-size:.875rem;font-weight:700;display:flex;align-items:center;gap:30px}.header-contact span{font-size:1.5rem;line-height:1}.menu-toggle{display:none;background:none;width:44px;height:44px;padding:11px}.menu-toggle span{display:block;height:1px;background:var(--ink);margin:7px 0;transition:transform .3s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--paper);padding:22px var(--gutter) 40px;border-bottom:1px solid var(--line);box-shadow:0 20px 30px #17181712}.mobile-menu a{display:flex;justify-content:space-between;align-items:center;font-family:var(--display);font-size:2.5rem;line-height:1.6}.mobile-menu a span{font-family:var(--body);font-size:.8rem;color:var(--muted)}
.hero{padding-top:33px;overflow:hidden}.hero-topline{display:flex;justify-content:space-between;align-items:center}.hero-edition{font-size:.75rem;font-weight:600;letter-spacing:.06em}.hero-edition span{font-size:1.2rem;margin-left:24px}.hero-grid{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;min-height:640px;position:relative;padding-block:48px 50px}.hero-copy{z-index:2;position:relative}.hero h1{font-size:clamp(100px,12.2vw,194px);line-height:.86;letter-spacing:-.035em;margin-left:-.035em}.title-line{display:block;white-space:nowrap}.full-stop{color:var(--ink)}.hero-intro{display:flex;gap:24px;margin-top:34px;max-width:455px;align-items:flex-start}.hero-intro p{font-size:.9375rem;line-height:1.8;max-width:375px}.intro-star{font-family:Arial,sans-serif;font-size:52px;line-height:1.05;color:var(--accent);display:inline-block;animation:star-turn 28s linear infinite}.hero-actions{display:flex;align-items:center;gap:32px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;min-height:56px;padding:7px 8px 7px 23px;border-radius:3px;font-size:.8125rem;font-weight:700;line-height:1.5;transition:background .3s,transform .3s var(--ease);border:1px solid transparent}.button:hover{transform:translateY(-3px)}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:var(--accent)}.button-light{background:var(--paper);color:var(--ink)}.button-light:hover{background:white}.button-arrow{width:39px;height:39px;display:grid;place-items:center;font-size:1.4rem;line-height:1;background:#ffffff1a;border-radius:2px;transition:transform .35s}.button-light .button-arrow{background:#1718170b}.button:hover .button-arrow{transform:rotate(7deg)}.text-link{display:inline-flex;align-items:center;gap:32px;font-size:.8125rem;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:7px}.text-link span{transition:transform .3s}.text-link:hover span{transform:translate(3px,-3px)}
.hero-art{height:550px;position:relative;margin-left:-35px;isolation:isolate}.orbital-disc{position:absolute;width:440px;height:440px;background:var(--accent);border-radius:50%;top:65px;left:50%;transform:translateX(-50%);overflow:hidden}.orbital-disc::after{content:'';position:absolute;inset:0;border-radius:50%;box-shadow:inset -30px -30px 80px #08196377}.orbital-disc canvas{width:100%;height:100%;position:absolute;inset:0;opacity:.8}.hero-phone{position:absolute;width:365px;filter:drop-shadow(10px 28px 15px #11152c30);pointer-events:none;will-change:transform}.hero-phone img{width:100%}.hero-phone-back{top:11px;right:-12px;transform:rotate(13deg);animation:float-back 8s ease-in-out infinite}.hero-phone-front{left:-26px;top:101px;transform:rotate(-12deg);z-index:2;animation:float-front 8s ease-in-out -3s infinite}.art-coordinate{position:absolute;right:0;top:10px;writing-mode:vertical-rl;font-size:.75rem;letter-spacing:.16em;font-weight:700}.floating-label{position:absolute;z-index:3;bottom:10px;right:0;display:flex;gap:18px;align-items:center;background:var(--paper);padding:15px 20px;box-shadow:0 8px 25px #17181712;border:1px solid var(--line);transform:rotate(4deg);font-size:.75rem;line-height:1.6;letter-spacing:.06em;transition:transform .3s}.floating-label strong{font-size:.875rem;letter-spacing:-.02em}.floating-label>span:last-child{font-size:1.5rem;margin-left:15px}.floating-label:hover{transform:rotate(0)}.art-cross{position:absolute;font-size:24px;font-weight:400;line-height:1;color:var(--muted)}.art-cross-one{top:27px;left:46px}.art-cross-two{bottom:16px;left:20px}.hero-bottom{border-top:1px solid var(--line);padding-block:22px;display:flex;justify-content:space-between;align-items:center;font-size:.75rem;letter-spacing:.075em;font-weight:600}.hero-bottom>span:last-child>span{margin-left:20px;font-size:1rem}.hero-scroll{display:flex;align-items:center;gap:10px}.scroll-line{width:4px;height:21px;background:var(--line);position:relative;overflow:hidden}.scroll-line::after{content:'';position:absolute;top:0;left:0;width:100%;height:8px;background:var(--accent);animation:scroll-cue 2s ease-in-out infinite}
.marquee{background:var(--accent);color:white;padding-block:20px;overflow:hidden}.marquee-track{display:flex;width:max-content;animation:marquee 40s linear infinite}.marquee-track>span{font-family:var(--display);font-size:clamp(28px,3.2vw,48px);line-height:1;letter-spacing:.015em;white-space:nowrap}.marquee i{font-style:normal;padding-inline:35px;font-family:Arial,sans-serif;font-size:.85em}.marquee:hover .marquee-track{animation-play-state:paused}
.heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:54px}.heading-row h2{font-size:clamp(62px,7.2vw,115px)}.heading-row>p{font-size:.875rem;color:var(--muted);max-width:265px;padding-bottom:5px}.featured-project{display:grid;grid-template-columns:1fr 1fr;min-height:570px;background:#1d211e;color:white;overflow:hidden;position:relative}.featured-copy{padding:45px 0 40px 45px;display:flex;align-items:flex-start;flex-direction:column;position:relative;z-index:2}.project-kicker{display:flex;align-items:center;gap:12px;font-size:.75rem;letter-spacing:.1em;font-weight:600;color:#c5c8c2}.project-kicker .status-dot{background:#b8d994}.project-kicker .status-dot::after{color:#b8d994}.motryn-wordmark{width:137px;height:auto;margin-top:40px;margin-bottom:22px}.featured-copy h3{font-family:var(--display);font-size:clamp(50px,5.2vw,78px);line-height:.96;letter-spacing:-.02em;font-weight:800}.featured-copy>p{font-size:.875rem;color:#bdc4bc;max-width:310px;margin-block:21px 28px}.featured-copy .button{min-height:52px}.featured-category{margin-top:auto;padding-top:38px;font-size:.75rem;letter-spacing:.09em;color:#a6b0a4}.featured-art{position:relative;min-width:0;overflow:hidden;background:radial-gradient(ellipse at 45% 40%,#52634a55,transparent 67%)}.featured-art>img{position:absolute;width:475px;max-width:none;top:15px;left:50%;transform:translateX(-50%) rotate(8deg);z-index:1;transition:transform 1s var(--ease);filter:drop-shadow(10px 25px 20px #0004)}.featured-art:hover>img{transform:translateX(-50%) rotate(3deg) translateY(-10px)}.featured-number{position:absolute;font-family:var(--display);font-size:540px;line-height:1;left:-12px;bottom:20px;letter-spacing:-.06em;color:#d3e3c614;user-select:none}.featured-orbit{width:540px;height:540px;border-radius:50%;border:1px solid #d9edd822;position:absolute;top:30px;left:-20px}.featured-orbit::after{content:'';position:absolute;inset:40px;border:1px solid #d9edd822;border-radius:50%}.round-arrow{position:absolute;bottom:24px;right:24px;width:51px;height:51px;border-radius:50%;background:var(--paper);color:var(--ink);display:grid;place-items:center;font-size:1.6rem;z-index:3;transition:background .3s,transform .4s var(--ease)}a:hover>.round-arrow{background:var(--accent);color:white;transform:rotate(45deg)}
.project-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:30px;row-gap:60px;margin-top:60px}.project-card:nth-child(even){margin-top:85px}.project-visual{display:block;aspect-ratio:1/1.045;position:relative;overflow:hidden;isolation:isolate}.project-visual-name{position:absolute;top:33px;left:25px;right:25px;font-family:var(--display);font-size:clamp(100px,12.9vw,210px);line-height:1;text-align:center;letter-spacing:-.03em;z-index:0;color:#ffffff30}.project-visual img{position:absolute;width:90%;max-width:none;left:50%;top:13%;transform:translateX(-50%) rotate(-8deg);filter:drop-shadow(9px 22px 12px #0003);transition:transform 1s var(--ease);z-index:2}.project-visual:hover img{transform:translateX(-50%) rotate(-3deg) translateY(-12px) scale(1.025)}.visual-meta{position:absolute;top:20px;left:24px;font-size:.75rem;letter-spacing:.08em;font-weight:700;z-index:3}.project-orbit .project-visual{background:#cbc6f0;color:#3f336d}.project-orbit .project-visual-name{color:#aa9ed4}.project-stint .project-visual{background:#dce4ed;color:#354861}.project-stint .project-visual-name{color:#bac7dc}.project-stint .project-visual img{transform:translateX(-50%) rotate(8deg)}.project-stint .project-visual:hover img{transform:translateX(-50%) rotate(3deg) translateY(-12px) scale(1.025)}.project-thorts .project-visual{background:#f0ccaa;color:#623d23}.project-thorts .project-visual-name{color:#d7a987;font-size:clamp(90px,11.5vw,185px);top:43px}.project-hexit .project-visual{background:#d4e8ba;color:#365327}.project-hexit .project-visual-name{color:#a6c48a}.project-hexit .project-visual img{transform:translateX(-50%) rotate(8deg)}.project-hexit .project-visual:hover img{transform:translateX(-50%) rotate(3deg) translateY(-12px) scale(1.025)}.project-orbits{width:110%;height:75%;border:1px solid #8876b955;border-radius:50%;position:absolute;top:25%;left:-5%;transform:rotate(-30deg)}.project-orbits::after{content:'';position:absolute;inset:25px;border:1px solid #8876b955;border-radius:50%}.stint-ring{position:absolute;inset:22% -15% -10%;border:40px solid #bac7dc60;border-radius:50%}.thorts-lines{position:absolute;inset:23% 0 0;background:repeating-linear-gradient(0deg,transparent,transparent 57px,#b5895925 58px,#b5895925 59px);transform:rotate(-15deg) scale(1.3)}.hexit-grid{position:absolute;inset:23% 10% 6%;background-image:radial-gradient(#61844035 7px,transparent 8px);background-size:34px 34px;transform:rotate(12deg)}.project-info{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding-top:24px}.project-info h3{font-size:1.8rem;letter-spacing:-.06em;font-weight:700;margin-bottom:7px}.project-info h3 a:hover{color:var(--accent)}.project-info p{font-size:.875rem;color:var(--muted)}.pill{font-size:.75rem;letter-spacing:.04em;font-weight:600;white-space:nowrap;border:1px solid #c6c7be;border-radius:20px;padding:5px 10px;margin-top:7px}.project-bottom{font-size:.75rem;color:var(--muted);margin-top:20px;border-top:1px solid var(--line);padding-top:12px;display:flex;gap:15px;align-items:center;justify-content:space-between}.project-bottom>div{display:flex;gap:16px}.project-bottom a:hover{text-decoration:underline}.work-follow{display:flex;justify-content:space-between;border-top:1px solid var(--line);border-bottom:0;padding:22px 0 0;margin-top:60px;font-weight:500}.work-follow span{font-size:.75rem;letter-spacing:.05em;font-weight:700}
.about{overflow:hidden}.about .section-index{color:#a4a99f}.about-grid{display:grid;grid-template-columns:1.1fr .8fr;gap:10%;align-items:start}.about h2{font-size:clamp(74px,8.5vw,137px);line-height:.94}.about-signature{display:flex;align-items:center;gap:18px;font-size:.75rem;letter-spacing:.05em;line-height:1.8;font-weight:600;margin-top:45px}.about-signature img{width:47px}.about-signature>span>span{color:#b3b5ac;font-size:.75rem;letter-spacing:0;font-weight:400}.about-asterisk{display:inline-block;color:var(--accent-light);font-family:Arial,sans-serif;font-size:65px;line-height:1;animation:star-turn 30s linear infinite;margin-bottom:20px}.about-copy h3{font-size:2rem;letter-spacing:-.045em;line-height:1.3;margin-bottom:25px;font-weight:600}.about-copy p{color:#b3b5ac;font-size:.9375rem;margin-bottom:18px}.about-copy .text-link{margin-top:16px}.about-facts{display:grid;grid-template-columns:repeat(3,1fr);margin-top:85px;border-block:1px solid #ffffff26}.about-facts>div{display:flex;align-items:center;gap:24px;padding:24px 0}.about-facts>div+div{padding-left:35px;border-left:1px solid #ffffff26}.about-facts strong{font-family:var(--display);font-size:72px;line-height:1;font-weight:800;letter-spacing:-.04em}.about-facts strong span{font-size:32px;color:var(--accent-light);vertical-align:top;line-height:1.5;letter-spacing:0;padding-left:4px}.about-facts>div>span{max-width:125px;font-size:.75rem;line-height:1.7;letter-spacing:.09em;color:#b3b5ac}
.hire-grid{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:start}.hire-intro h2{font-size:clamp(70px,8vw,124px)}.hire-intro>p{margin-block:30px;max-width:360px;color:var(--muted);font-size:.9375rem}.service-list{padding-top:10px}.service-list details{border-top:1px solid var(--line)}.service-list details:last-of-type{border-bottom:1px solid var(--line)}.service-list summary{display:flex;align-items:center;gap:18px;list-style:none;padding:29px 0;font-size:1rem;font-weight:600;letter-spacing:-.03em}.service-list summary::-webkit-details-marker{display:none}.service-number{font-size:.75rem;color:var(--muted);font-weight:500;letter-spacing:0}.details-icon{margin-left:auto;font-size:1.8rem;line-height:1;font-weight:400;transition:transform .35s,color .3s}.service-list details[open] .details-icon{transform:rotate(45deg);color:var(--accent)}.service-description{padding:0 25px 28px 32px}.service-description p{font-size:.875rem;color:var(--muted);margin-bottom:21px}.service-tag{font-size:.75rem;letter-spacing:.065em;color:var(--accent);font-weight:700}.service-note{display:flex;align-items:center;gap:12px;font-size:.75rem;padding-top:27px;line-height:1.8;color:var(--muted)}.service-note>span:last-child{margin-left:auto;color:var(--ink);font-size:1.3rem}
.guides-section{background:var(--accent);color:white;overflow:hidden}.guides-grid{display:grid;grid-template-columns:1fr 1fr;gap:10%;padding-block:85px 90px}.guides-title h2{font-size:clamp(90px,10.5vw,164px);line-height:.85;position:relative;letter-spacing:-.02em}.guides-title .section-index{color:#303e12;margin-bottom:46px}.guides-star{position:absolute;right:2%;bottom:0;font-size:100px;font-family:Arial,sans-serif;line-height:1;animation:star-turn 30s linear infinite}.guides-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-top:27px}.guide-label{font-size:.75rem;letter-spacing:.11em;display:flex;align-items:center;justify-content:space-between;width:100%;border-bottom:1px solid #ffffff50;padding-bottom:18px;margin-bottom:37px}.guide-label>span{font-size:1.4rem;line-height:1}.guides-copy h3{font-size:clamp(25px,2.6vw,38px);font-weight:500;line-height:1.25;letter-spacing:-.045em;margin-bottom:24px}.guides-copy p{font-size:.9375rem;color:#303e12;max-width:390px}.guide-topics{display:flex;flex-direction:column;gap:11px;margin-block:30px 37px;font-size:1rem;font-weight:500}.guide-topics>span>span{font-size:.75rem;opacity:.7;margin-right:18px}.guide-note{font-size:.75rem;letter-spacing:.09em;margin-top:17px;color:#303e12}
.contact-top{display:flex;justify-content:space-between;align-items:flex-start;gap:30px}.contact-top>p:last-child{font-size:.875rem;color:var(--muted)}.contact-big-link{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-block:36px 42px;gap:35px}.contact-big-link h2{font-size:clamp(120px,19.8vw,315px);white-space:nowrap;line-height:.9}.contact-arrow{font-family:Arial,sans-serif;font-size:clamp(90px,15vw,230px);line-height:1;transition:transform .6s var(--ease),color .3s}.contact-big-link:hover .contact-arrow{transform:translate(12px,-12px);color:var(--accent)}.contact-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px}.email-link{font-size:clamp(17px,1.9vw,28px);letter-spacing:-.04em;font-weight:500}.email-link:hover{color:var(--accent)}.contact-bottom>span{font-size:.75rem;letter-spacing:.06em;color:var(--muted)}
.site-footer{padding-top:53px;padding-bottom:24px}.footer-top{display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:40px;align-items:start;padding-bottom:46px}.footer-top p{font-size:.875rem;color:#b3b5ac;line-height:1.6}.footer-top nav{display:flex;justify-content:flex-end;gap:22px;font-size:.75rem}.footer-top nav a:hover{color:var(--accent-light)}.footer-bottom{border-top:1px solid #ffffff26;padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.75rem;color:#b3b5ac}.footer-bottom>div{display:flex;gap:25px;align-items:center}.footer-bottom a:hover{color:white}.motion-toggle{background:none;color:#b3b5ac;padding:5px 0;font-size:.75rem}.motion-toggle:hover{color:white}.motion-toggle span{margin-left:4px}.back-top{color:white;letter-spacing:.04em}
.reveal{opacity:1;transform:none}.reveal[data-reveal=pending]{opacity:0;transform:translateY(25px)}.reveal[data-reveal=visible]{opacity:1;transform:none;transition:opacity .85s var(--ease),transform .85s var(--ease)}
@keyframes float-front{0%,100%{transform:rotate(-12deg) translateY(0)}50%{transform:rotate(-9deg) translateY(-17px)}}@keyframes float-back{0%,100%{transform:rotate(13deg) translateY(0)}50%{transform:rotate(10deg) translateY(13px)}}@keyframes star-turn{to{transform:rotate(360deg)}}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes scroll-cue{0%{transform:translateY(-8px)}100%{transform:translateY(22px)}}
@media(min-width:1500px){.hero-grid{min-height:760px}.hero-art{height:630px}.orbital-disc{width:520px;height:520px}.hero-phone{width:430px}.hero-phone-front{top:85px;left:-15px}.hero-phone-back{right:0;top:-10px}.featured-project{min-height:640px}.featured-art>img{width:545px}.project-visual img{top:11%}}
@media(max-width:1100px){.hero-grid{min-height:590px;grid-template-columns:1.1fr 1fr}.hero-art{height:480px;margin-left:-30px}.orbital-disc{width:350px;height:350px;top:70px}.hero-phone{width:300px}.hero-phone-front{left:-13px;top:108px}.hero-phone-back{right:-16px;top:35px}.hero h1{font-size:12vw}.hero-intro{gap:17px}.hero-intro p{font-size:.875rem}.hero-actions{gap:23px}.hero-actions .text-link{gap:15px}.floating-label{right:-5px;bottom:0;padding:10px 15px}.heading-row h2{font-size:7.5vw}.featured-copy{padding-left:34px}.featured-art>img{width:440px;top:40px}.featured-copy h3{font-size:58px}.about-grid{gap:7%}.about h2{font-size:8.9vw}.about-facts>div{gap:15px}.about-facts>div+div{padding-left:20px}.about-facts strong{font-size:65px}.hire-grid{gap:7%}.guides-star{right:-5%;font-size:85px}.footer-top{grid-template-columns:1fr .65fr 1.25fr;gap:20px}.footer-top nav{gap:15px}.footer-bottom>div{gap:17px}}
@media(max-width:800px){.desktop-nav{gap:22px}.hero-topline .eyebrow{font-size:.75rem}.hero-edition{display:none}.hero h1{font-size:13vw}.hero-grid{min-height:535px;grid-template-columns:1.1fr 1fr;padding-top:32px}.hero-art{height:420px;margin-right:-10px;margin-left:-25px}.orbital-disc{width:300px;height:300px;top:70px}.hero-phone{width:255px}.hero-phone-front{top:100px;left:-3px}.hero-phone-back{top:30px;right:-35px}.hero-intro{gap:13px;margin-top:27px}.hero-intro p{font-size:.8125rem}.intro-star{font-size:35px}.hero-actions{gap:20px;flex-wrap:wrap;margin-top:22px}.hero-actions .button{min-height:48px;font-size:.75rem;padding-left:17px;gap:22px}.hero-actions .button-arrow{width:32px;height:32px}.art-cross-one{left:45px;top:35px}.art-coordinate{right:-4px;top:0}.floating-label{bottom:-5px;right:0}.hero-bottom{font-size:.75rem}.hero-scroll{display:none}.featured-project{min-height:510px}.featured-copy{padding:32px 0 30px 28px}.featured-copy h3{font-size:49px}.featured-copy>p{max-width:240px;font-size:.8125rem}.motryn-wordmark{margin-top:36px;width:120px}.featured-art>img{width:365px;top:80px}.featured-category{font-size:.75rem}.project-grid{column-gap:22px;row-gap:37px;margin-top:40px}.project-card:nth-child(even){margin-top:60px}.project-info{flex-wrap:wrap;gap:7px;padding-top:18px}.project-info h3{font-size:1.6rem}.project-info p{font-size:.8125rem}.pill{margin-top:0}.project-bottom{font-size:.75rem;gap:8px;align-items:flex-start}.project-bottom>span{max-width:180px}.project-visual{aspect-ratio:1/1.15}.project-visual img{width:100%;top:17%}.visual-meta{font-size:.75rem;left:18px;top:16px}.project-visual-name{top:40px}.project-visual .round-arrow{width:40px;height:40px;font-size:1.3rem;bottom:16px;right:16px}.about-grid{grid-template-columns:1fr 1fr;gap:9%}.about h2{font-size:9.6vw}.about-copy h3{font-size:1.5rem}.about-copy p{font-size:.875rem}.about-asterisk{font-size:50px}.about-facts{margin-top:55px}.about-facts>div{align-items:flex-start;flex-direction:column;gap:9px}.about-facts>div>span{max-width:none;font-size:.75rem}.about-facts strong{font-size:61px}.hire-grid{grid-template-columns:.9fr 1fr;gap:7%}.hire-intro h2{font-size:8.5vw}.service-list summary{font-size:.875rem;gap:12px;padding-block:22px}.service-description{padding-left:24px;padding-right:0}.service-description p{font-size:.8125rem}.service-tag{font-size:.75rem}.service-note{font-size:.75rem;align-items:flex-start}.service-note .status-dot{margin-top:8px}.guides-grid{gap:10%;padding-block:65px}.guides-title h2{font-size:11.5vw}.guides-star{font-size:66px;right:-4%}.guides-copy h3{font-size:1.5rem}.guides-copy p{font-size:.875rem}.guide-topics{font-size:.875rem}.contact-big-link h2{font-size:20vw}.contact-top .eyebrow{max-width:250px;font-size:.75rem}.contact-bottom>span{max-width:160px;text-align:right;font-size:.75rem}.footer-top{grid-template-columns:1fr 1fr}.footer-top>p{text-align:right}.footer-top nav{grid-column:1/-1;justify-content:flex-start;gap:30px}.footer-bottom{align-items:flex-start;gap:22px}.footer-bottom>div{flex-wrap:wrap;justify-content:flex-end;gap:12px 22px;max-width:265px}.footer-bottom>span{max-width:190px}}
@media(max-width:600px){:root{--gutter:22px}html{scroll-padding-top:24px}.site-header{height:78px;gap:15px}.wordmark{font-size:1rem;gap:7px}.wordmark img{width:32px;height:32px}.desktop-nav{display:none}.header-contact{margin-left:auto;border-bottom:0;font-size:.75rem;gap:12px}.header-contact span{font-size:1.3rem}.menu-toggle{display:block;margin-right:-11px}.hero{padding-top:25px}.hero-topline .eyebrow{font-size:.75rem;letter-spacing:.035em;gap:10px}.hero-grid{display:flex;flex-direction:column;align-items:stretch;padding-block:39px 24px;min-height:0}.hero h1{font-size:20.8vw;line-height:.87;letter-spacing:-.03em}.hero-intro{max-width:360px;margin-top:25px;gap:19px}.hero-intro p{font-size:.9375rem}.intro-star{font-size:40px}.hero-actions{margin-top:24px;gap:25px;flex-wrap:nowrap}.hero-actions .button{font-size:.8125rem;min-height:52px}.hero-actions .text-link{font-size:.75rem;gap:14px}.hero-art{height:425px;width:100%;max-width:410px;align-self:center;margin:20px 0 0}.orbital-disc{width:315px;height:315px;top:62px}.hero-phone{width:278px}.hero-phone-front{left:0;top:92px}.hero-phone-back{right:-9px;top:6px}.floating-label{bottom:1px;right:8px;padding:10px 16px}.art-cross-one{left:22px;top:20px}.art-cross-two{left:5px;bottom:15px}.art-coordinate{right:0;top:7px;font-size:.75rem}.hero-bottom{padding-block:18px;font-size:.75rem;letter-spacing:.04em}.hero-bottom>span:last-child>span{margin-left:7px}.marquee{padding-block:17px}.marquee-track>span{font-size:28px}.marquee i{padding-inline:22px}.section-index{font-size:.75rem;margin-bottom:27px}.heading-row{display:block;margin-bottom:30px}.heading-row h2{font-size:12.5vw;line-height:.95}.heading-row>p{margin-top:23px;max-width:100%;font-size:.875rem}.heading-row>p br{display:none}.heading-row>p br::after{content:' '}.featured-project{grid-template-columns:1fr;min-height:0}.featured-copy{padding:29px 26px 0}.project-kicker{font-size:.75rem}.motryn-wordmark{margin-top:30px;width:126px;margin-bottom:19px}.featured-copy h3{font-size:58px}.featured-copy>p{max-width:280px;font-size:.875rem;margin-block:18px 23px}.featured-category{padding-top:25px;font-size:.75rem}.featured-art{height:365px;margin-top:5px}.featured-art>img{width:352px;top:3px;transform:translateX(-50%) rotate(8deg)}.featured-number{font-size:360px;bottom:-25px;left:0}.featured-orbit{width:380px;height:380px;top:10px}.project-grid{grid-template-columns:1fr;margin-top:36px;row-gap:35px}.project-card:nth-child(even){margin-top:0}.project-visual{aspect-ratio:1/1.03}.project-visual-name{font-size:30vw;top:32px}.project-thorts .project-visual-name{font-size:27vw;top:43px}.project-visual img{width:88%;top:13%}.visual-meta{font-size:.75rem;top:18px;left:20px}.project-info{flex-wrap:nowrap;padding-top:19px}.project-info h3{font-size:1.75rem}.project-info p{font-size:.8125rem}.pill{font-size:.75rem;max-width:120px;margin-top:7px;padding:4px 7px}.project-bottom{font-size:.75rem;margin-top:15px}.project-bottom>span{max-width:none}.work-follow{align-items:flex-start;gap:20px;font-size:.75rem;margin-top:38px}.work-follow span{font-size:.75rem;white-space:nowrap;padding-top:3px}.about-grid{grid-template-columns:1fr;gap:48px}.about h2{font-size:19vw}.about-signature{margin-top:28px}.about-copy{padding-left:0}.about-asterisk{display:none}.about-copy h3{font-size:1.8rem;margin-bottom:20px}.about-copy h3 br{display:none}.about-copy p{font-size:.9375rem}.about-copy .text-link{margin-top:12px}.about-facts{margin-top:42px}.about-facts>div{padding-block:19px;gap:9px}.about-facts>div+div{padding-left:14px}.about-facts strong{font-size:52px}.about-facts strong span{font-size:20px}.about-facts>div>span{font-size:.75rem;letter-spacing:.03em;max-width:95px}.hire-grid{grid-template-columns:1fr;gap:43px}.hire-intro h2{font-size:19vw}.hire-intro>p{font-size:.9375rem;max-width:360px;margin-block:25px}.service-list{padding:0}.service-list summary{font-size:1rem;padding-block:26px;gap:17px}.service-description{padding-left:28px;padding-right:6px}.service-description p{font-size:.875rem}.service-tag{font-size:.75rem}.service-note{font-size:.75rem}.guides-grid{grid-template-columns:1fr;gap:40px;padding-block:65px}.guides-title .section-index{margin-bottom:32px}.guides-title h2{font-size:23vw;max-width:420px}.guides-star{right:8%;font-size:100px;bottom:0}.guides-copy{padding-top:0}.guide-label{padding-bottom:15px;margin-bottom:26px}.guides-copy h3{font-size:1.9rem}.guides-copy p{font-size:.9375rem}.guide-topics{font-size:1rem;margin-block:26px 32px}.contact-top{display:block}.contact-top .eyebrow{max-width:none;font-size:.75rem;gap:10px}.contact-top>p:last-child{margin-top:22px;font-size:.875rem}.contact-big-link{gap:8px;padding-block:30px 26px}.contact-big-link h2{font-size:21vw}.contact-arrow{font-size:17vw}.contact-bottom{margin-top:19px;align-items:flex-start;gap:20px}.email-link{font-size:1rem;letter-spacing:-.025em;white-space:nowrap}.contact-bottom>span{font-size:.75rem;letter-spacing:.02em;max-width:115px;line-height:1.8}.site-footer{padding-top:36px}.footer-top{gap:25px;padding-bottom:29px}.footer-top>p{font-size:.75rem}.footer-top nav{gap:27px;font-size:.75rem}.footer-bottom{display:flex;flex-direction:column;gap:18px;font-size:.75rem}.footer-bottom>span{max-width:none}.footer-bottom>div{width:100%;max-width:none;gap:20px;justify-content:flex-start}.footer-bottom .back-top{margin-left:auto}.motion-toggle{font-size:.75rem}}
@media(max-width:360px){:root{--gutter:17px}.header-contact{gap:7px}.hero-art{height:360px}.orbital-disc{width:270px;height:270px}.hero-phone{width:245px}.hero-phone-front{left:-6px}.hero-phone-back{right:-19px}.hero-intro p{font-size:.875rem}.hero-actions{gap:17px}.hero-actions .button{gap:16px}.project-info{flex-wrap:wrap}.pill{margin-top:0}.guides-star{font-size:80px}.contact-bottom{display:block}.contact-bottom>span{display:block;max-width:none;text-align:left;margin-top:10px}.footer-bottom>div{gap:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal[data-reveal=pending]{opacity:1;transform:none}}
html.motion-paused{scroll-behavior:auto}html.motion-paused *,html.motion-paused *::before,html.motion-paused *::after{animation-play-state:paused!important;transition:none!important}html.motion-paused .reveal{opacity:1;transform:none}
.hero-intro p,.heading-row>p,.featured-copy>p,.project-info p,.about-copy p,.hire-intro>p,.service-description p,.guides-copy p,.contact-top>p:last-child{font-size:1rem}
.button,.text-link,.header-contact{font-size:.875rem}.service-list summary{font-size:1rem}.pill{white-space:normal}.hero-motion{color:var(--muted);white-space:nowrap}.hero-motion:hover{color:var(--ink)}.hero-phone img{-webkit-mask-image:linear-gradient(#000 0%,#000 78%,transparent 100%);mask-image:linear-gradient(#000 0%,#000 78%,transparent 100%)}
@media(max-width:800px){.hero-actions{flex-wrap:wrap}.hero-actions .button,.hero-actions .text-link{font-size:.875rem}.featured-category{max-width:235px;line-height:1.8}.project-info{flex-wrap:wrap}.pill{margin-top:0;max-width:none}.service-tag{display:block;line-height:1.8}.art-coordinate{font-size:.75rem}.hero-edition{font-size:.75rem}}
@media(max-width:600px){.hero-bottom>span:last-child{display:none}.hero-bottom{gap:25px}.hero-bottom>span{max-width:190px}.hero-bottom .hero-motion{display:block}.hero-actions{gap:24px}.project-info{row-gap:12px}.project-bottom{flex-wrap:wrap}.work-follow{flex-wrap:wrap;row-gap:12px}.guides-star{right:0;font-size:82px}.contact-bottom{flex-wrap:wrap;row-gap:15px}.contact-bottom>span{font-size:.75rem;text-align:left;max-width:none}.footer-top nav{gap:22px;flex-wrap:wrap}.hero-topline .eyebrow{font-size:.75rem;letter-spacing:.015em}.hero-art .art-coordinate{display:none}.about-facts>div>span{max-width:95px;font-size:.75rem;letter-spacing:0}.about-facts strong{font-size:49px}.service-note{font-size:.875rem}.hero-actions .text-link{font-size:.875rem}.hero-actions .button{font-size:.875rem}}
@media(max-width:360px){.guides-star{font-size:70px}.hero-actions{gap:18px}.hero-actions .button{gap:12px;padding-left:13px}.about-facts>div+div{padding-left:10px}.about-facts strong{font-size:44px}.about-facts strong span{font-size:18px}.header-contact{font-size:.8125rem}}
@media print{.site-header,.hero-art,.marquee,.motion-toggle,.contact-arrow{display:none}.reveal[data-reveal=pending]{opacity:1;transform:none}.section-pad{padding-block:35px}.project-card,.featured-project,details{break-inside:avoid}body{font-size:12pt}.dark-section,.guides-section{background:white;color:black}.outline-text{color:black;-webkit-text-stroke:0}.hero-grid{min-height:0}.hero h1{font-size:90px}.site-footer{background:white;color:black}}
