:root{--bg:#050505;--bg2:#0a0a0a;--panel:#111;--panel2:#161616;--line:#2d2b26;--gold:#c7a56a;--gold2:#e2c58c;--text:#f1eee8;--muted:#aaa59c;--max:1180px;--serif:"Cinzel",Georgia,serif;--sans:"Inter",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);line-height:1.7;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;left:12px;top:-60px;background:#fff;color:#000;padding:10px 16px;z-index:9999}.skip-link:focus{top:12px}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100vw - var(--max))/2));position:fixed;top:0;left:0;right:0;z-index:50;background:linear-gradient(#080808f2,#080808c9);border-bottom:1px solid #ffffff12;backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-family:var(--serif);font-weight:700;letter-spacing:.18em}.brand img{width:48px;height:48px;object-fit:cover;border-radius:50%;border:1px solid #8f7a55}.main-nav{display:flex;gap:23px;align-items:center}.main-nav a{text-decoration:none;color:#cbc7c0;font-size:.79rem;text-transform:uppercase;letter-spacing:.08em;position:relative;white-space:nowrap}.main-nav a:hover,.main-nav a.active{color:var(--gold2)}.main-nav a.active:after{content:"";height:1px;background:var(--gold);position:absolute;left:0;right:0;bottom:-8px}.menu-button{display:none;background:none;border:0;padding:8px}.menu-button span{display:block;width:26px;height:2px;background:#eee;margin:5px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--gold);font-size:.76rem;font-weight:700;margin:0 0 14px}.page-hero h1,.creator-copy h1{font-family:var(--serif);font-size:clamp(3rem,7vw,6.6rem);line-height:.95;letter-spacing:.02em;margin:.1em 0 .25em;text-transform:uppercase;max-width:950px;text-shadow:0 4px 30px #000}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid #756342;background:#181714;color:#f7f1e5;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:700;transition:.2s}.button:hover{background:#2a261f;border-color:var(--gold)}.button.primary{background:var(--gold2);color:#090806;border-color:var(--gold2)}.button.primary:hover{background:#f1d69f}.section{padding:100px 0}.section-dark{background:linear-gradient(145deg,#0b0b0b,#11100e);border-block:1px solid #ffffff0b}.section-heading{position:relative;margin-bottom:42px}.section-heading h2,.feature-copy h2,.creator-copy h2,.tools-layout h2,.contact-primary h2{font-family:var(--serif);font-size:clamp(2rem,4vw,3.6rem);line-height:1.12;margin:.1em 0 .3em;text-transform:uppercase}.section-heading p,.feature-copy p{color:var(--muted)}.text-link{color:var(--gold2);text-decoration:none;font-weight:600}.platform-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.platform-grid.compact{margin-top:26px}.platform-link{display:flex;align-items:center;gap:12px;padding:17px 16px;background:#101010;border:1px solid #27251f;text-decoration:none;transition:.2s}.platform-link:hover{border-color:var(--gold);transform:translateY(-2px)}.split-feature{display:grid;grid-template-columns:minmax(300px,520px) 1fr;gap:80px;align-items:center}.feature-art{position:relative}.feature-art img{width:100%;aspect-ratio:1;object-fit:cover;box-shadow:0 30px 80px #000;border:1px solid #5a4b31}.release-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.release-card{position:relative;text-decoration:none;background:#0e0e0e;border:1px solid #23211d;overflow:hidden}.release-card img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;transition:.35s}.release-card:hover img{transform:scale(1.035);filter:brightness(1.08)}.release-card span{display:flex;flex-direction:column;padding:15px 16px}.release-card strong{font-family:var(--serif);font-size:1rem}.release-card small{color:var(--muted)}.principle-grid article>span,.workflow-grid article>span{color:var(--gold);font-family:var(--serif);font-size:1.35rem}.catalogue-card h3{font-family:var(--serif);font-size:1.3rem;text-transform:uppercase}.site-footer{background:#030303;border-top:1px solid #292620;padding:54px max(20px,calc((100vw - var(--max))/2)) 20px}.footer-inner{display:flex;justify-content:space-between;gap:40px}.footer-logo{width:58px;height:58px;border-radius:50%;border:1px solid #665838}.footer-inner p{color:#8e8981;font-size:.8rem}.footer-links{display:flex;flex-wrap:wrap;gap:20px;align-items:center}.footer-links a{font-size:.75rem;text-decoration:none;color:#bcb7ae}.footer-bottom{margin-top:35px;padding-top:18px;border-top:1px solid #1e1e1e;display:flex;justify-content:space-between;gap:20px;color:#77736d;font-size:.72rem}.page-hero{padding:190px 0 100px;background:linear-gradient(90deg,#050505e8,#0505058c),url("/assets/images/brand/om7-banner.webp") center/cover;border-bottom:1px solid #2a2721}.page-hero h1{font-size:clamp(3.6rem,8vw,7rem);margin:.08em 0}.page-hero p:not(.eyebrow){max-width:760px;color:#d2cec6;font-size:1.1rem}.catalogue-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.catalogue-card{display:grid;grid-template-columns:210px 1fr;background:#0d0d0d;border:1px solid #29261f;overflow:hidden}.catalogue-art{position:relative}.catalogue-art img{height:100%;width:100%;object-fit:cover}.release-index{position:absolute;left:10px;top:10px;background:#050505d9;border:1px solid #7b6846;padding:4px 8px;color:var(--gold2);font-family:var(--serif)}.latest-badge{position:absolute;right:10px;top:10px;background:var(--gold2);color:#080808;padding:4px 8px;text-transform:uppercase;font-size:.65rem;font-weight:700}.catalogue-copy{padding:25px}.catalogue-copy p{color:var(--muted);font-size:.9rem}.manifesto{font-family:var(--serif);font-size:clamp(1.5rem,3vw,2.6rem);line-height:1.45;text-align:center;max-width:1000px;margin:auto;color:#e6dfd2}.principle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#2a2722;border:1px solid #2a2722}.principle-grid article{background:#0c0c0c;padding:44px}.principle-grid h2{font-family:var(--serif);text-transform:uppercase}.principle-grid p{color:var(--muted)}.creator-hero{padding:150px 0 80px;background:radial-gradient(circle at 20% 30%,#3a2e1b44,transparent 40%),#070707}.creator-grid{display:grid;grid-template-columns:minmax(300px,460px) 1fr;gap:90px;align-items:center}.creator-photo img{width:100%;max-height:700px;object-fit:cover;object-position:center top;border:1px solid #6f5e3d;box-shadow:0 40px 100px #000}.role-line{color:var(--gold2);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem}.creator-copy>p:not(.eyebrow):not(.role-line){max-width:680px;color:#c3bfb7;font-size:1.05rem}.workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.workflow-grid article{padding:26px;border-top:1px solid var(--gold);background:#0c0c0c}.workflow-grid p{color:var(--muted);font-size:.9rem}.tools-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.tool-group{border-bottom:1px solid #302c24}.tool-group summary{list-style:none;cursor:pointer;padding:18px 0;display:flex;justify-content:space-between;font-family:var(--serif);text-transform:uppercase;color:#e6dfd2}.tool-group summary::-webkit-details-marker{display:none}.tool-group summary span{color:var(--gold);font-size:1.4rem}.tool-group[open] summary span{transform:rotate(45deg)}.tool-group div{display:grid;grid-template-columns:repeat(2,1fr);gap:0 20px;padding:0 0 18px}.tool-group p{margin:4px 0;color:var(--muted);font-size:.85rem}.contact-primary{padding:50px;background:#0c0c0c;border:1px solid #2d2922}.email-display{display:block;font-family:var(--serif);font-size:clamp(1.4rem,3vw,2.6rem);color:var(--gold2);text-decoration:none;margin:18px 0}@media (max-width:1050px){.main-nav{position:fixed;top:78px;left:0;right:0;background:#070707;padding:24px;display:none;flex-direction:column;align-items:flex-start;border-bottom:1px solid #333}.main-nav.open{display:flex}.menu-button{display:block}.platform-grid{grid-template-columns:repeat(3,1fr)}.split-feature,.creator-grid,.tools-layout{grid-template-columns:1fr;gap:45px}.release-grid{grid-template-columns:repeat(2,1fr)}.catalogue-grid{grid-template-columns:1fr}.workflow-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.container{width:min(100% - 28px,var(--max))}.site-header{height:68px}.brand img{width:42px;height:42px}.main-nav{top:68px}.button{width:100%}.section{padding:70px 0}.platform-grid{grid-template-columns:repeat(2,1fr)}.platform-link{padding:13px 11px;font-size:.8rem}.split-feature{gap:35px}.release-grid,.principle-grid{grid-template-columns:1fr}.catalogue-card{grid-template-columns:130px 1fr}.catalogue-copy{padding:17px}.catalogue-copy h3{font-size:1rem}.catalogue-copy p{display:none}.creator-grid{gap:40px}.workflow-grid{grid-template-columns:1fr}.tool-group div{grid-template-columns:1fr}.footer-inner,.footer-bottom{flex-direction:column}.footer-links{gap:14px}.page-hero{padding:145px 0 70px}.creator-hero{padding:110px 0 60px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.site-header .brand{gap:0}.site-header .brand img{width:88px;height:52px;object-fit:contain;border:0;border-radius:0;background:transparent}.home-showcase{padding-top:78px;background:#050505;border-bottom:1px solid #1e1b17}.home-banner-wrap{width:100%;background:#000;overflow:hidden;border-bottom:1px solid #332b20}.home-banner{width:100%;height:auto;aspect-ratio:2.5/1;object-fit:cover;object-position:center;filter:brightness(.88) contrast(1.04)}.home-intro{text-align:center;padding-top:28px;padding-bottom:42px}.home-tagline{margin:0 auto;color:var(--gold2);font-family:var(--serif);font-size:clamp(1rem,2vw,1.35rem);letter-spacing:.13em;text-transform:uppercase}.home-lead{max-width:840px;margin:14px auto 0;color:#c9c4bb;font-size:1rem;line-height:1.8}.home-platforms{margin-top:30px;padding-top:24px;border-top:1px solid #2b261e}.home-platforms .eyebrow{text-align:center;margin-bottom:14px}.home-platforms .platform-grid{gap:10px}.home-platforms .platform-link{justify-content:center;min-height:56px;padding:10px 12px;background:#0c0c0c;border-color:#4a3d2a}@media (max-width:1050px){.home-platforms .platform-grid{grid-template-columns:repeat(3,1fr)}.site-header .brand img{width:76px;height:46px}}@media (max-width:720px){.home-showcase{padding-top:68px}.home-banner{aspect-ratio:1.75/1;object-fit:cover}.home-intro{padding-top:24px}.home-tagline{font-size:.92rem;letter-spacing:.09em}.home-lead{font-size:.92rem}.home-platforms .platform-grid{grid-template-columns:repeat(2,1fr)}.site-header .brand img{width:68px;height:42px}}@media (min-width:721px){.section{padding:72px 0}.section-heading{margin-bottom:30px}.section-heading h2,.feature-copy h2,.creator-copy h2,.tools-layout h2,.contact-primary h2{font-size:clamp(1.85rem,3.1vw,3rem)}.button{min-height:44px;padding:0 19px;font-size:.69rem}.home-intro{padding-top:24px;padding-bottom:30px}.home-lead{margin-top:10px;max-width:800px;font-size:.96rem;line-height:1.65}.home-platforms{margin-top:22px;padding-top:17px}.home-platforms .eyebrow{margin-bottom:10px}.home-platforms .platform-link{min-height:49px;padding:8px 10px}.split-feature{grid-template-columns:minmax(280px,410px) minmax(0,1fr);gap:52px}.feature-art{max-width:410px}.feature-copy{max-width:650px}.feature-copy .eyebrow{margin-bottom:10px}.feature-copy h2{margin-bottom:.18em}.feature-copy p{font-size:.94rem;line-height:1.62;max-width:610px}.release-grid{gap:18px}.release-card span{padding:11px 13px}.release-card strong{font-size:.93rem}.release-card small{font-size:.74rem}.page-hero{padding:160px 0 72px}.page-hero h1{font-size:clamp(3rem,6vw,5.6rem)}.page-hero p:not(.eyebrow){font-size:1rem}.creator-hero{padding:125px 0 65px}.creator-grid{gap:62px}.creator-photo img{max-height:610px}.workflow-grid{gap:14px}.workflow-grid article{padding:22px}.tools-layout{gap:58px}.catalogue-grid{gap:20px}.catalogue-card{grid-template-columns:180px 1fr}.catalogue-copy{padding:20px}.contact-primary{padding:38px}.site-footer{padding-top:42px}}@media (min-width:721px) and (max-width:1500px){:root{--max:1120px}.section{padding:64px 0}.split-feature{grid-template-columns:minmax(260px,370px) minmax(0,1fr);gap:46px}.feature-art{max-width:370px}.feature-copy h2{font-size:clamp(1.9rem,2.7vw,2.65rem)}.feature-copy p{font-size:.91rem}}.home-platforms{margin-top:24px;padding-top:20px}@media (min-width:721px){.home-platforms{margin-top:20px;padding-top:18px}.home-intro{padding-bottom:28px}}.brand-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 18px;color:var(--gold2)}.brand-icon svg{display:block;width:100%;height:100%}.platform-link{gap:10px}.platform-link .brand-icon{width:22px;height:22px;color:var(--gold2)}.button .brand-icon{width:16px;height:16px;color:currentColor}.button{gap:10px}.button.primary .brand-icon{color:#090806}.footer-links a{position:relative}.footer-links a,.button,.platform-link{display:inline-flex;align-items:center}.footer-links a{gap:8px}.footer-links .brand-icon{width:14px;height:14px;color:var(--gold)}@media (max-width:720px){.platform-link .brand-icon{width:20px;height:20px}.button{gap:8px}.footer-links a{gap:6px}}.brand-icon{width:20px;height:20px;flex:0 0 20px;color:initial}.brand-icon svg{width:100%;height:100%;display:block;overflow:visible}.platform-link .brand-icon{width:24px;height:24px;flex-basis:24px}.button .brand-icon{width:18px;height:18px;flex-basis:18px}.home-platforms{border-top:0;padding-top:0;margin-top:20px}.home-platforms .platform-grid{margin-top:0}.footer-socials{gap:14px}.footer-socials a{width:34px;height:34px;padding:5px;border:1px solid #2b2821;border-radius:8px;display:grid;place-items:center;background:#0b0b0b}.footer-socials a:hover{border-color:#6c5b3d;background:#121212}.footer-socials .brand-icon{width:23px;height:23px;flex-basis:23px}@media (max-width:720px){.platform-link .brand-icon{width:22px;height:22px;flex-basis:22px}.footer-socials a{width:32px;height:32px}.footer-socials .brand-icon{width:21px;height:21px}}.contact-simple{max-width:900px}.contact-simple .contact-primary{padding:44px 48px}.email-obfuscated{cursor:text;word-break:break-word}.email-obfuscated span{font-size:.64em;color:#b9b1a4;letter-spacing:.06em;vertical-align:.12em}@media (max-width:720px){.contact-simple .contact-primary{padding:30px 24px}.email-obfuscated{font-size:clamp(1.25rem,7vw,2rem)}}.footer-follow{display:flex;align-items:center;gap:14px;margin-left:auto}.footer-follow-label{text-transform:uppercase;letter-spacing:.16em;font-size:.66rem;font-weight:700;color:#8f8a82;white-space:nowrap}@media (max-width:720px){.footer-follow{margin-left:0;flex-wrap:wrap}.footer-follow-label{width:100%}}.contact-simple .email-display{font-size:clamp(1.1rem,1.7vw,1.65rem);margin:14px 0 0;letter-spacing:.015em}.creator-copy h2{font-family:var(--serif);font-size:clamp(2.6rem,5.5vw,5.2rem);line-height:1;letter-spacing:.02em;margin:.1em 0 .25em;text-transform:uppercase;text-shadow:0 4px 30px #000}@media (min-width:1051px){.manifesto{max-width:980px;font-size:clamp(1.25rem,2vw,1.85rem);line-height:1.5}.principle-grid{grid-template-columns:repeat(3,1fr)}.principle-grid article{padding:28px 30px;min-height:245px}.principle-grid article>span{font-size:1.05rem}.principle-grid h2{font-size:1.05rem;line-height:1.3;margin:.7em 0 .65em}.principle-grid p{font-size:.84rem;line-height:1.62;margin:0}.creator-hero{padding:82px 0 58px}.creator-grid{grid-template-columns:minmax(250px,330px) minmax(0,1fr);gap:58px;max-width:1040px}.creator-photo{max-width:330px}.creator-photo img{max-height:500px}.creator-copy h2{font-size:clamp(2rem,3.3vw,3.35rem);line-height:1.02;margin:.12em 0 .3em}.creator-copy .role-line{font-size:.72rem;line-height:1.55;letter-spacing:.07em}.creator-copy>p:not(.eyebrow):not(.role-line){font-size:.9rem;line-height:1.65;max-width:620px}.creator-copy .button{min-height:40px;padding:0 17px;font-size:.64rem;margin-top:4px}.workflow .section-heading{max-width:780px}.workflow .section-heading h2{font-size:clamp(1.6rem,2.5vw,2.35rem)}.workflow-grid{grid-template-columns:repeat(4,1fr);gap:12px}.workflow-grid article{padding:18px 19px}.workflow-grid article>span{font-size:1rem}.workflow-grid h3{font-size:.98rem;margin:.55em 0 .3em}.workflow-grid p{font-size:.79rem;line-height:1.55}.tools-layout{grid-template-columns:.85fr 1.15fr;gap:48px}.tools-layout h2{font-size:clamp(1.55rem,2.4vw,2.25rem)}.tools-layout>div:first-child>p:not(.eyebrow){font-size:.86rem;line-height:1.62;color:var(--muted)}.tool-group summary{padding:13px 0;font-size:.85rem}.tool-group summary span{font-size:1.15rem}.tool-group div{padding-bottom:12px}.tool-group p{font-size:.76rem;line-height:1.45}}@media (min-width:721px) and (max-width:1050px){.manifesto{font-size:clamp(1.25rem,2.7vw,1.7rem)}.principle-grid{grid-template-columns:repeat(2,1fr)}.principle-grid article{padding:28px}.creator-grid{grid-template-columns:minmax(240px,310px) 1fr;gap:42px}.creator-photo img{max-height:480px}.creator-copy h2{font-size:clamp(2rem,4.6vw,3rem)}.creator-copy>p:not(.eyebrow):not(.role-line){font-size:.9rem}}@media (max-width:720px){.manifesto{font-size:1.22rem;line-height:1.5}.principle-grid article{padding:25px 23px}.principle-grid h2{font-size:1.08rem}.principle-grid p{font-size:.86rem}.creator-hero{padding:78px 0 50px}.creator-photo{max-width:300px;margin-inline:auto}.creator-copy h2{font-size:2.35rem}.creator-copy .role-line{font-size:.72rem}.creator-copy>p:not(.eyebrow):not(.role-line){font-size:.9rem}.workflow .section-heading h2,.tools-layout h2{font-size:1.7rem}.workflow-grid article{padding:20px}.workflow-grid p,.tools-layout>div:first-child>p:not(.eyebrow){font-size:.86rem}.tool-group summary{font-size:.84rem}}@media (min-width:1051px){.about-hero{padding:190px 0 48px;min-height:430px;display:flex;align-items:flex-end}.about-hero .container{padding-bottom:14px}.about-hero h1{font-size:clamp(2.7rem,4.15vw,4.4rem);margin:.08em 0 .26em}.about-hero p:not(.eyebrow){font-size:.92rem;max-width:none;white-space:nowrap;margin-bottom:0}.about-hero .eyebrow{font-size:.68rem;margin-bottom:10px}.about-manifesto-section{padding:62px 0 34px}.about-principles-section{padding:28px 0 72px}.about-principles-section .principle-grid article{padding-top:24px}.about-principles-section .principle-grid h2{margin:.05em 0 .62em}.integrated-workflow{max-width:1180px;padding:68px 0 72px}.integrated-workflow h2{font-family:var(--serif);font-size:clamp(1.75rem,2.55vw,2.55rem);line-height:1.14;margin:.08em 0 .48em;text-transform:uppercase;max-width:1040px}.integrated-workflow>p:not(.eyebrow){font-size:.82rem;line-height:1.55;color:var(--muted);white-space:nowrap;margin:0}.contact-hero{padding:145px 0 44px;min-height:360px;display:flex;align-items:flex-end}.contact-hero .container{padding-bottom:10px}.contact-hero .eyebrow{font-size:.66rem;margin-bottom:8px}.contact-hero h1{font-size:clamp(2.5rem,4.1vw,4rem);margin:.05em 0 .22em}.contact-hero p:not(.eyebrow){font-size:.86rem;line-height:1.5;margin:0}.contact-simple{padding:58px 0 70px;max-width:820px}.contact-simple .contact-primary{padding:34px 38px}.contact-simple .contact-primary .eyebrow{font-size:.64rem;margin-bottom:8px}.contact-simple .contact-primary h2{font-size:clamp(1.45rem,2.3vw,2.15rem);margin:.05em 0 .22em}.contact-simple .email-display{font-size:clamp(1rem,1.35vw,1.35rem);margin:9px 0 0}}@media (min-width:721px) and (max-width:1050px){.about-hero h1{font-size:clamp(2.8rem,7vw,4.2rem)}.about-hero p:not(.eyebrow){max-width:900px}.about-manifesto-section{padding-bottom:35px}.about-principles-section{padding-top:28px}.integrated-workflow h2{font-size:clamp(1.65rem,4vw,2.35rem)}.contact-hero h1{font-size:clamp(2.7rem,6.5vw,4rem)}}@media (max-width:720px){.about-hero{padding:125px 0 52px}.about-hero h1{font-size:clamp(2.45rem,12vw,3.5rem)}.about-hero p:not(.eyebrow){font-size:.9rem}.about-manifesto-section{padding-bottom:30px}.about-principles-section{padding-top:24px}.integrated-workflow{padding-top:55px}.integrated-workflow h2{font-size:1.65rem}.integrated-workflow h2 br{display:none}.integrated-workflow>p:not(.eyebrow){font-size:.84rem}.contact-hero{padding:118px 0 44px}.contact-hero h1{font-size:clamp(2.4rem,11vw,3.3rem)}.contact-hero p:not(.eyebrow){font-size:.86rem}.contact-simple{padding:52px 0 62px}.contact-simple .contact-primary{padding:26px 22px}.contact-simple .contact-primary h2{font-size:1.65rem}.contact-simple .email-display{font-size:1.05rem}}.contact-simple .contact-primary{display:flex;align-items:center;min-height:120px}.contact-simple .email-display{margin:0}@media (min-width:721px){.home-catalogue-heading h2{font-size:clamp(1.55rem,2.2vw,2.15rem);
    line-height:1.12;}}@media (max-width:720px){.home-catalogue-heading h2{font-size:1.55rem;
    line-height:1.15;}}.contact-hero h1{margin-bottom:0}@media (max-width:720px){.about-hero{min-height:auto}.about-hero .container{padding-bottom:0}.about-hero h1{line-height:1.02}.manifesto{font-size:1.08rem;line-height:1.48}.principle-grid{gap:0}.workflow .section-heading h2{font-size:1.48rem;line-height:1.18}.workflow-grid{gap:10px}.tools-layout{gap:28px}.tools-layout h2{font-size:1.5rem;line-height:1.16}.tool-group summary{padding:14px 0;line-height:1.35}.integrated-workflow h2{font-size:1.45rem;line-height:1.18}.integrated-workflow>p:not(.eyebrow){white-space:normal;line-height:1.55}}:where(a,button,summary):focus-visible{outline:2px solid var(--gold2);
  outline-offset:4px;}.main-nav a:focus-visible,.platform-link:focus-visible,.release-card:focus-visible,.button:focus-visible,.text-link:focus-visible,.footer-links a:focus-visible{border-radius:2px;}@media (min-width:1051px){.music-hero{padding:132px 0 38px;min-height:300px;display:flex;align-items:flex-end}.music-hero .container{padding-bottom:8px}.music-hero h1{font-size:clamp(2rem,2.5vw,2.55rem);line-height:1.08;margin:0}}@media (min-width:721px) and (max-width:1050px){.music-hero{padding:122px 0 38px;min-height:280px;display:flex;align-items:flex-end}.music-hero h1{font-size:clamp(2rem,4vw,2.5rem);line-height:1.08;margin:0}}@media (max-width:720px){.music-hero{padding:105px 0 34px;min-height:230px;display:flex;align-items:flex-end}.music-hero h1{font-size:1.85rem;line-height:1.1;margin:0}}

.immersive-service{border-top:1px solid #2d2b26}
.immersive-service .section-heading{margin-bottom:28px}
.immersive-service .section-heading h2{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.1;margin:.08em 0 .18em;text-transform:uppercase}
.immersive-fullname{margin:0;color:var(--gold2)!important;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem!important}
.immersive-service-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:start}
.immersive-service-grid>p,.immersive-service-grid div>p{margin-top:0;color:var(--muted);font-size:.9rem;line-height:1.7}
.immersive-service-grid .button{margin-top:8px}
@media (min-width:1051px){.immersive-service{padding:68px 0 62px}.immersive-service .section-heading h2{font-size:clamp(1.65rem,2.4vw,2.35rem)}}
@media (max-width:720px){.immersive-service-grid{grid-template-columns:1fr;gap:22px}.immersive-service .section-heading{margin-bottom:22px}.immersive-fullname{font-size:.72rem!important;line-height:1.55}.immersive-service-grid .button{width:100%;font-size:.62rem;padding-inline:14px}}
