@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{--bg: #10110e;--surface: #191b16;--ink: #f4f1e7;--muted: #a6a89e;--line: #3c4037;--lime: #d7ff3f;--signal: #ff694f;--max: 1280px}:root[data-theme=light]{--bg: #f1f0e9;--surface: #e5e6dc;--ink: #151710;--muted: #676a60;--line: #c6c9bd}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:DM Sans,Noto Sans SC,sans-serif;line-height:1.6;transition:background .25s,color .25s}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{color:inherit}.shell{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.site-header{width:min(calc(100% - 48px),var(--max));height:88px;margin-inline:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;font-weight:600}.brand-avatar{display:block;width:32px;aspect-ratio:1;border-radius:50%;object-fit:cover;box-shadow:0 0 0 1px var(--line)}nav{display:flex;gap:36px;font-size:14px}nav a,.footer-links a{color:var(--muted);transition:color .2s}nav a:hover,.footer-links a:hover{color:var(--ink)}.header-actions{justify-self:end;display:flex;align-items:center;gap:10px}.language-toggle{display:grid;min-width:38px;height:38px;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--muted);font-size:12px;font-weight:600;transition:color .2s,border-color .2s}.language-toggle:hover{color:var(--ink);border-color:var(--ink)}.theme-toggle{justify-self:end;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:transparent;cursor:pointer}.hero{position:relative;padding:108px 0 88px;min-height:710px;overflow:hidden}.hero-kicker,.eyebrow{margin:0 0 22px;color:var(--muted);font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.hero h1,.page-hero h1,.article-header h1,.detail-hero h1{margin:0;font-size:128px;line-height:.94;letter-spacing:0;font-weight:600}.hero h1 span{color:var(--muted)}.hero-bottom{display:flex;align-items:end;justify-content:space-between;margin-top:68px}.hero-bottom p{max-width:470px;margin:0;color:var(--muted);font-size:17px}.round-link{display:grid;width:58px;aspect-ratio:1;place-items:center;border-radius:50%;background:var(--lime);color:#171713;font-size:22px}.hero-stamp{position:absolute;top:80px;right:3%;display:grid;width:124px;aspect-ratio:1;place-items:center;border:1px solid var(--line);border-radius:50%;transform:rotate(11deg)}.hero-stamp span{position:absolute;font-size:9px;letter-spacing:.15em}.hero-stamp b{font-size:40px}.marquee{overflow:hidden;padding:15px 0;background:var(--ink);color:var(--bg);white-space:nowrap}.marquee div{width:max-content;font-size:12px;letter-spacing:.2em;animation:marquee 24s linear infinite}@keyframes marquee{to{transform:translate(-50%)}}.section{padding:120px 0}.section-tinted{background:var(--surface)}.section-header{display:flex;align-items:end;justify-content:space-between;margin-bottom:50px}.section-header h2{margin:0;font-size:64px;line-height:1;letter-spacing:0}.text-link{padding-bottom:6px;border-bottom:1px solid var(--ink);font-size:14px}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px 22px}.project-card{min-width:0}.project-card a{display:block}.project-visual{position:relative;display:grid;aspect-ratio:4 / 3;place-items:center;overflow:hidden;border:1px solid var(--line);background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 82%,white),var(--surface));color:var(--ink)}.project-number{position:absolute;z-index:5;top:16px;left:18px;color:var(--muted);font-size:11px;letter-spacing:.1em}.project-glyph{position:relative;z-index:1;font-size:120px;font-weight:600;line-height:1}.project-glow{display:none}.project-screen-stack{position:absolute;inset:12% 14% -24%;display:flex;justify-content:center;gap:4%;transform:rotate(-2deg)}.project-screen{width:43%;height:auto;align-self:flex-start;border:1px solid rgba(255,255,255,.35);border-radius:8px;box-shadow:0 22px 50px #14141233;transition:transform .45s}.project-screen-2{margin-top:8%;transform:rotate(4deg)}.project-card:hover .project-screen-1{transform:translateY(-7px) rotate(-1deg)}.project-card:hover .project-screen-2{transform:translateY(-10px) rotate(5deg)}.project-visual-wide .project-screen-stack{inset:18% 10% auto;display:grid;grid-template-columns:1fr;gap:10px;transform:rotate(-1deg)}.project-visual-wide .project-screen{width:100%;border-radius:8px}.project-visual-wide .project-screen-2{margin-top:0;transform:translate(10%) rotate(2deg)}.project-visual-wide:hover .project-screen-1{transform:translateY(-5px) rotate(-1deg)}.project-visual-wide:hover .project-screen-2{transform:translate(10%,-8px) rotate(2deg)}.project-icon{position:relative;z-index:1;width:30%;aspect-ratio:1;border-radius:23%;object-fit:cover;box-shadow:0 18px 42px #00000038;transition:transform .35s}.project-icon-badge{position:absolute;z-index:6;right:18px;bottom:18px;width:54px;border:2px solid color-mix(in srgb,var(--bg) 80%,transparent);border-radius:8px;box-shadow:0 12px 30px #1414122e}.project-card:hover .project-icon-badge{transform:translateY(-4px) scale(1.03)}.project-brand-visual{position:absolute;z-index:2;display:grid;width:100%;height:100%;place-items:center}.project-brand-logo{width:clamp(92px,27%,148px);aspect-ratio:1;border-radius:24%;object-fit:cover;box-shadow:0 22px 52px #14141238;transition:transform .35s}.project-card:hover .project-brand-logo{transform:translateY(-5px) scale(1.04)}.project-copy{padding:22px 2px}.meta-row{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.project-copy h3{margin:12px 0 4px;font-size:25px;letter-spacing:0}.project-copy p{margin:0;color:var(--muted);font-size:14px}.post-list{border-top:1px solid var(--line)}.post-row a{display:grid;grid-template-columns:130px 1fr auto 32px;gap:30px;align-items:center;padding:30px 0;border-bottom:1px solid var(--line)}.post-date,.post-tags{color:var(--muted);font-size:12px}.post-copy h3{margin:0 0 4px;font-size:23px;letter-spacing:0}.post-copy p{margin:0;color:var(--muted);font-size:14px}.post-tags{display:flex;gap:7px}.post-tags span,.tag-list span{padding:5px 10px;border:1px solid var(--line);border-radius:99px}.post-arrow{font-size:18px;transition:transform .2s}.post-row a:hover .post-arrow{transform:translate(3px,-3px)}.album-preview-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:22px}.album-art{position:relative;display:grid;aspect-ratio:4 / 5;place-items:center;overflow:hidden;background:var(--accent);color:#171713}.album-preview-wide .album-art{aspect-ratio:6 / 5}.album-art img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.album-art span{position:absolute;right:18px;bottom:14px;color:#fff;font-size:72px;font-weight:600;line-height:1;opacity:.78;text-shadow:0 10px 28px rgba(20,20,18,.38)}.album-preview:hover .album-art img{transform:scale(1.04)}.album-preview h3{margin:16px 0 0;font-size:20px}.album-preview p{margin:2px 0;color:var(--muted);font-size:13px}.contact-cta{padding:80px 0 140px;border-top:1px solid var(--line)}.contact-cta h2{margin:0;font-size:116px;line-height:.95;letter-spacing:0}.contact-cta h2 a{color:var(--muted)}.contact-cta h2 a:hover{color:var(--ink)}.contact-cta>p:last-child{margin:28px 0 0;font-family:var(--font-mono);font-size:14px;color:var(--muted)}.contact-cta>p:last-child a{color:inherit}.contact-cta>p:last-child a:hover{color:var(--ink)}.site-footer{width:min(calc(100% - 48px),var(--max));margin-inline:auto;padding:42px 0;display:grid;grid-template-columns:1fr auto;gap:24px;border-top:1px solid var(--line);font-size:13px}.site-footer p{margin:3px 0;color:var(--muted)}.footer-links{display:flex;gap:26px}.copyright{grid-column:1 / -1}.page-hero,.article-header,.detail-hero{padding:110px 0 75px;border-bottom:1px solid var(--line)}.page-hero h1{font-size:104px;max-width:1000px}.page-intro,.article-header>p:last-child,.detail-hero>p{max-width:620px;margin:42px 0 0;color:var(--muted);font-size:18px}.project-grid-all{grid-template-columns:repeat(2,1fr)}.article-header h1,.detail-hero h1{max-width:1050px;font-size:96px}.article-prose{max-width:760px;padding-top:80px;padding-bottom:120px}.prose{font-size:18px;line-height:1.9}.prose h2{margin:2.5em 0 .5em;font-size:32px;line-height:1.3;letter-spacing:0}.prose p,.prose ol,.prose ul{color:var(--muted)}.prose a{border-bottom:1px solid currentColor}.prose li{margin:.5em 0}.detail-hero{position:relative;overflow:hidden}.detail-art{position:relative;display:grid;min-height:360px;margin-top:70px;padding:56px;place-items:center;overflow:hidden;border:1px solid var(--line);background:radial-gradient(circle at 75% 110%,color-mix(in srgb,var(--accent) 22%,transparent),transparent 46%),linear-gradient(145deg,color-mix(in srgb,var(--surface) 88%,white),var(--surface))}.detail-art-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}.detail-art-gallery figure{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--bg);box-shadow:0 24px 55px #14141229}.detail-art-gallery figure:nth-child(2){margin-top:38px}.detail-art-gallery img{width:100%;height:auto}.detail-art-gallery-wide{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;align-items:stretch;padding:34px}.detail-art-gallery-wide figure{border-radius:14px}.detail-art-gallery-wide figure:nth-child(2){margin-top:0}.detail-art-gallery-wide img{display:block;width:100%}.detail-icon{width:128px;aspect-ratio:1;border-radius:24%;object-fit:cover;box-shadow:0 24px 60px #0000003d}.detail-brand{display:flex;align-items:center;gap:28px;max-width:650px}.detail-brand div{display:grid;gap:7px}.detail-brand strong{font-size:34px;letter-spacing:0}.detail-brand span{color:var(--muted)}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;font-size:12px}.detail-links{display:flex;gap:28px;margin-top:60px}.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:10%;padding-top:90px;padding-bottom:130px}.portrait{margin:0;aspect-ratio:4 / 5;overflow:hidden;border:1px solid var(--line);background:var(--surface)}.portrait img{width:100%;height:100%;object-fit:cover}.intro-prose{padding-top:0}.intro-prose>p:first-child{margin-top:0;color:var(--ink);font-size:28px;line-height:1.55;letter-spacing:0}.album-list{border-top:1px solid var(--line)}.album-row{display:grid;grid-template-columns:50px 190px 1fr auto;gap:28px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line)}.album-index,.album-row>span:last-child{color:var(--muted);font-size:12px}.album-row-art{aspect-ratio:4 / 3;overflow:hidden;background:var(--accent)}.album-row-art img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.album-row:hover .album-row-art img{transform:scale(1.04)}.album-row h2{margin:0;font-size:28px;letter-spacing:0}.album-row p{margin:4px 0 0;color:var(--muted)}.photo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding-top:80px}.photo-grid figure{margin:0;overflow:hidden}.photo-grid img{width:100%;height:100%;object-fit:cover}.photo-placeholder{display:grid;aspect-ratio:4 / 3;place-items:center;background:var(--accent);color:#171713}.photo-placeholder:nth-child(3n){aspect-ratio:3 / 4}.photo-placeholder span{font-size:72px;opacity:.35}.site-header{position:relative;z-index:20;height:78px;border-color:color-mix(in srgb,var(--line) 82%,transparent)}.brand{font-size:14px;letter-spacing:.04em;text-transform:uppercase}.brand-avatar{width:29px;box-shadow:0 0 0 1px var(--line)}nav{font-size:12px;letter-spacing:.08em;text-transform:uppercase}.language-toggle,.theme-toggle{border-color:var(--line)}.studio-hero{position:relative;min-height:max(700px,calc(100svh - 78px));overflow:hidden;color:#f5f3eb;isolation:isolate}.studio-hero-image,.studio-hero-shade{position:absolute;inset:0;width:100%;height:100%}.studio-hero-image{z-index:-3;object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.12);animation:studio-drift 18s ease-in-out infinite alternate}.studio-hero-shade{z-index:-2;background:#05070894}.studio-hero-grid{display:none}.studio-hero-content{display:grid;grid-template-rows:auto 1fr auto;min-height:max(700px,calc(100svh - 78px));padding-top:24px;padding-bottom:30px}.studio-hero-meta,.studio-hero-foot{display:flex;align-items:center;justify-content:space-between;gap:22px;font-size:11px;letter-spacing:.11em;text-transform:uppercase}.studio-hero-meta p,.studio-hero-foot p{margin:0}.studio-hero-meta p:nth-child(2){margin-right:auto}.live-dot{display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px #d7ff3f29;animation:studio-pulse 1.8s ease-in-out infinite}.studio-hero-copy{align-self:center;padding:48px 0 28px}.studio-index{margin:0 0 18px;color:var(--lime);font-size:12px;font-weight:600;letter-spacing:.15em}.studio-hero h1{max-width:950px;margin:0;font-size:132px;font-weight:600;line-height:.91;letter-spacing:0}.studio-hero h1 span{color:var(--lime)}.studio-intro{max-width:500px;margin:32px 0 0;color:#f5f3ebd1;font-size:17px;line-height:1.75}.studio-hero-foot{align-items:end}.hero-discover{display:inline-flex;align-items:center;gap:15px;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.hero-discover b{display:grid;width:46px;aspect-ratio:1;place-items:center;border:1px solid rgba(245,243,235,.62);border-radius:50%;font-size:18px;font-weight:400;transition:background .2s,color .2s,transform .2s}.hero-discover:hover b{background:var(--lime);color:#15170f;transform:translateY(3px)}.now-band{border-bottom:1px solid var(--line);background:var(--surface)}.now-grid{display:grid;grid-template-columns:.72fr 1.45fr 1.25fr auto;gap:30px;align-items:center;min-height:90px;font-size:13px}.now-grid p{margin:0;color:var(--muted)}.now-grid strong,.now-grid a{color:var(--ink);font-weight:500}.now-label{color:var(--ink)!important;font-size:11px;font-weight:600;letter-spacing:.13em}.now-contact{justify-self:end;display:inline-flex;align-items:center;gap:8px;color:var(--ink)!important;font-size:12px;font-weight:600!important;letter-spacing:.08em;text-transform:uppercase}.now-contact span{color:var(--lime);font-size:18px}.studio-work,.studio-notes{padding-top:142px;padding-bottom:142px}.studio-section-intro,.studio-photo-heading{position:relative;margin-bottom:62px}.studio-section-intro h2,.studio-photo-heading h2{max-width:890px;margin:0;font-size:76px;font-weight:500;line-height:.99;letter-spacing:0}.studio-section-intro h2 span{color:var(--muted)}.line-link{position:absolute;right:0;bottom:7px;display:inline-flex;gap:9px;padding-bottom:7px;border-bottom:1px solid currentColor;font-size:13px;letter-spacing:.06em}.line-link span{color:var(--lime);font-size:17px;line-height:.7}.featured-project{display:grid;grid-template-columns:.88fr 1.12fr;min-height:590px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.featured-project-copy{display:flex;flex-direction:column;align-items:flex-start;padding:clamp(32px,5vw,72px)}.featured-project-copy p,.featured-project-copy b{margin:0;font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.featured-project-copy h3{margin:auto 0 16px;font-size:70px;font-weight:500;line-height:.95;letter-spacing:0}.featured-project-copy>span{max-width:360px;color:var(--muted);font-size:15px;line-height:1.7}.featured-project-copy b{display:inline-flex;gap:9px;margin-top:46px}.featured-project-copy i{color:var(--lime);font-size:17px;font-style:normal;line-height:.7}.featured-project-visual{position:relative;min-height:430px;overflow:hidden;background:color-mix(in srgb,var(--accent) 86%,#12140f)}.featured-project-ruler{position:absolute;z-index:3;top:22px;right:24px;left:24px;display:flex;justify-content:space-between;color:#11130d;font-size:10px;font-weight:600;letter-spacing:.13em}.featured-project-screen{position:absolute;z-index:1;width:min(43%,265px);border:1px solid rgba(255,255,255,.55);border-radius:8px;box-shadow:0 25px 65px #00000047;transition:transform .45s ease}.featured-project-screen.main{right:21%;bottom:-17%;transform:rotate(-4deg)}.featured-project-screen.side{right:-5%;bottom:4%;transform:rotate(7deg)}.featured-project-icon{position:absolute;z-index:2;top:18%;left:12%;width:88px;aspect-ratio:1;border:2px solid rgba(255,255,255,.6);border-radius:20%;box-shadow:0 20px 42px #0003;transition:transform .45s ease}.featured-project:hover .featured-project-screen.main{transform:translateY(-13px) rotate(-4deg)}.featured-project:hover .featured-project-screen.side{transform:translateY(-18px) rotate(7deg)}.featured-project:hover .featured-project-icon{transform:translateY(-8px) rotate(-4deg)}.studio-project-grid{margin-top:28px}.project-visual{background:var(--surface)}.project-card:hover .project-visual{border-color:var(--accent)}.studio-photos{padding:135px 0 148px;background:#dfe8cf;color:#15170f}.studio-photos .eyebrow{color:#59624e}.studio-photo-heading h2{max-width:920px}.studio-photo-heading h2 span{color:#657553}.studio-photos .line-link span{color:var(--signal)}.studio-photo-wall{display:grid;grid-template-columns:1.34fr .78fr 1fr;gap:20px;align-items:start}.studio-photo{position:relative;display:block;overflow:hidden;background:#1a1d16}.studio-photo-large{aspect-ratio:1.18 / 1}.studio-photo-tall{aspect-ratio:.72 / 1;margin-top:62px}.studio-photo-night{aspect-ratio:1.1 / 1;margin-top:18px}.studio-photo img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease,filter .55s ease}.studio-photo span{position:absolute;right:14px;bottom:14px;padding:5px 8px;background:#f1f4e8;color:#181a12;font-size:10px;font-weight:600;letter-spacing:.1em}.studio-photo:hover img{filter:saturate(1.14);transform:scale(1.045)}.studio-notes{padding-bottom:158px}.studio-post-list{border-top-color:var(--line)}.studio-post-list .post-row a{padding:34px 0}.studio-post-list .post-arrow{color:var(--lime)}.studio-contact{padding:104px 0 116px;background:var(--signal);color:#171810}.studio-contact .eyebrow{color:#171810a3}.studio-contact-signoff{margin:0 0 20px;font-size:15px}.studio-contact h2{max-width:1100px;margin:0;font-size:120px;font-weight:500;line-height:.91;letter-spacing:0}.studio-contact h2 a{display:inline-block}.studio-contact h2 span{color:#f5f2e8;font-size:.56em;vertical-align:top}.studio-contact-email{margin:44px 0 0;font-size:14px;font-weight:600;letter-spacing:.05em}.studio-contact h2 a:hover{color:#f5f2e8}@keyframes studio-drift{0%{transform:scale(1.015)}to{transform:scale(1.07) translate(-.8%,-.5%)}}@keyframes studio-pulse{50%{opacity:.48}}@media(max-width:800px){.shell,.site-header,.site-footer{width:min(calc(100% - 30px),var(--max))}.site-header{height:72px;grid-template-columns:1fr auto}nav{position:fixed;z-index:10;right:15px;bottom:15px;left:15px;justify-content:space-around;gap:0;padding:14px 10px;border:1px solid var(--line);border-radius:99px;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(14px)}.theme-toggle{display:none}.hero{min-height:610px;padding:80px 0 60px}.hero-stamp{display:none}.hero-bottom{margin-top:45px}.hero-bottom p{max-width:85%;font-size:15px}.section{padding:84px 0}.section-header{align-items:start}.project-grid,.project-grid-all{grid-template-columns:1fr}.post-row a{grid-template-columns:1fr 25px;gap:8px 15px}.post-date,.post-tags{display:none}.album-preview-grid{grid-template-columns:1fr 1fr}.album-preview-wide{grid-column:1 / -1}.about-grid{grid-template-columns:1fr}.portrait{max-height:520px}.album-row{grid-template-columns:32px 90px 1fr;gap:14px}.album-row>span:last-child,.album-row p{display:none}.album-row h2{font-size:20px}.photo-grid{grid-template-columns:1fr}.detail-art{padding:28px 18px}.detail-art-gallery{display:flex;gap:14px;overflow-x:auto;justify-content:start;scroll-snap-type:x mandatory}.detail-art-gallery figure{min-width:76%;scroll-snap-align:center}.detail-art-gallery figure:nth-child(2){margin-top:0}.detail-art-gallery-wide{padding:22px 16px}.detail-art-gallery-wide figure{min-width:88%}.detail-brand{flex-direction:column;text-align:center}.page-hero h1,.article-header h1,.detail-hero h1{font-size:64px}.contact-cta h2{font-size:68px}.project-glyph{font-size:92px}.studio-hero,.studio-hero-content{min-height:670px}.studio-hero-meta{gap:12px;font-size:9px}.studio-hero-meta p:nth-child(2){display:none}.studio-hero h1{font-size:76px}.studio-intro{max-width:380px;font-size:15px}.studio-hero-foot{font-size:9px}.now-grid{grid-template-columns:1fr 1fr;gap:18px 26px;padding:22px 0}.now-contact{justify-self:start}.studio-work,.studio-notes{padding-top:88px;padding-bottom:88px}.studio-section-intro,.studio-photo-heading{margin-bottom:42px}.studio-section-intro h2,.studio-photo-heading h2{font-size:48px;line-height:1.03}.line-link{position:static;width:fit-content;margin-top:28px}.featured-project{grid-template-columns:1fr;min-height:0}.featured-project-visual{order:-1;min-height:400px}.featured-project-copy{min-height:350px;padding:34px 26px}.featured-project-copy h3{margin-top:68px;font-size:60px}.featured-project-screen{width:min(42%,235px)}.featured-project-screen.main{right:24%;bottom:-20%}.featured-project-icon{width:76px}.studio-project-grid{margin-top:20px}.studio-photos{padding:88px 0 96px}.studio-photo-wall{grid-template-columns:1fr 1fr;gap:12px}.studio-photo-large{grid-column:1 / -1;aspect-ratio:1.2 / 1}.studio-photo-tall,.studio-photo-night{margin-top:0}.studio-photo-tall{aspect-ratio:.82 / 1}.studio-photo-night{aspect-ratio:1 / 1}.studio-contact{padding:78px 0 114px}.studio-contact h2{font-size:76px}}@media(max-width:500px){.hero h1{font-size:58px}.round-link{width:48px}.text-link{font-size:12px}.album-preview-grid{grid-template-columns:1fr}.album-preview-wide{grid-column:auto}.album-preview .album-art{aspect-ratio:4 / 3}.site-footer{padding-bottom:100px}.page-hero h1,.article-header h1,.detail-hero h1{font-size:48px}.section-header h2{font-size:38px}.studio-hero,.studio-hero-content{min-height:620px}.studio-hero h1{font-size:58px;line-height:.96}.studio-intro{margin-top:25px;font-size:14px}.studio-intro br,.studio-hero-foot p{display:none}.studio-index{font-size:10px}.now-grid{grid-template-columns:1fr;gap:13px;padding:22px 0}.now-grid p{line-height:1.5}.studio-section-intro h2,.studio-photo-heading h2{font-size:39px}.featured-project-visual{min-height:330px}.featured-project-copy{min-height:315px;padding:28px 22px}.featured-project-copy h3{margin-top:56px;font-size:50px}.featured-project-copy>span{font-size:14px}.featured-project-icon{top:15%;left:9%;width:62px}.featured-project-ruler{top:16px;right:16px;left:16px;font-size:8px}.studio-photo span{right:10px;bottom:10px;font-size:9px}.studio-contact h2{font-size:58px}}
