:root{color-scheme:dark;--bg: #070707;--bg-deep: #111111;--surface: rgba(20, 20, 20, .92);--surface-soft: rgba(255, 255, 255, .04);--text: #f2eee8;--muted: #b7b1aa;--line: rgba(255, 255, 255, .11);--line-strong: rgba(255, 255, 255, .2);--accent: #efe8dc;--accent-text: #080808;--shadow: 0 24px 70px rgba(0, 0, 0, .46);--radius-xl: 28px;--radius-lg: 22px;--radius-md: 16px}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-height:100%}body{margin:0;min-width:320px;font-family:Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at 14% 14%,rgba(255,255,255,.08),transparent 24%),radial-gradient(circle at 90% 8%,rgba(255,255,255,.05),transparent 22%),linear-gradient(180deg,var(--bg),var(--bg-deep))}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.34),transparent 78%);mask-image:linear-gradient(180deg,rgba(0,0,0,.34),transparent 78%);opacity:.16}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.shell{position:relative;width:min(1220px,calc(100% - 32px));min-height:100dvh;margin:0 auto;padding:12px 0 32px;display:flex;flex-direction:column}.backdrop{position:fixed;pointer-events:none;filter:blur(90px);z-index:-1;opacity:.48}.backdrop-one{top:-20px;right:-90px;width:220px;height:220px;background:#ffffff24}.backdrop-two{left:-70px;bottom:70px;width:200px;height:200px;background:#ffffff17}.topbar,.page,.footer{animation:rise .6s ease both}.topbar{position:sticky;top:10px;z-index:10;display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 10px;border-radius:18px;border:0;background:#0a0a0a9e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 30px #0000003d}.nav{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;width:100%}.nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 10px;border-radius:8px;color:var(--muted);border:1px solid transparent;background:transparent;transition:color .18s ease,border-color .18s ease}.nav-link span{position:relative;padding:0 2px}.nav-link span:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:2px;background:color-mix(in srgb,var(--accent) 92%,#ffffff 8%);transform:scaleX(0);transform-origin:center;transition:transform .22s ease}.nav-link:hover,.nav-link.active{color:var(--text);border-color:#ffffff14}.nav-link:hover span:after,.nav-link.active span:after{transform:scaleX(1)}.nav-link.active span:after{background:color-mix(in srgb,var(--accent) 100%,#ffffff 0%)}.content{flex:1 0 auto;padding:18px 0 8px}.page-transition{animation:pageFade .22s ease both}.page{display:grid;gap:18px}.hero--featured{display:grid;gap:16px;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr)}.reveal-on-scroll{opacity:0;transform:translateY(24px) scale(.985);filter:blur(6px);transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1),filter .62s cubic-bezier(.22,1,.36,1);will-change:opacity,transform,filter}.reveal-on-scroll.reveal-visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.steps-grid>.reveal-on-scroll:nth-child(2),.results-grid>.reveal-on-scroll:nth-child(2),.feature-grid>.reveal-on-scroll:nth-child(2),.two-column-grid>.reveal-on-scroll:nth-child(2),.training-gallery>.reveal-on-scroll:nth-child(2),.production-reels>.reveal-on-scroll:nth-child(2){transition-delay:70ms}.steps-grid>.reveal-on-scroll:nth-child(3),.results-grid>.reveal-on-scroll:nth-child(3),.feature-grid>.reveal-on-scroll:nth-child(3){transition-delay:.13s}.feature-grid>.reveal-on-scroll:nth-child(4){transition-delay:.18s}.feature-grid>.reveal-on-scroll:nth-child(5){transition-delay:.23s}.hero-copy--dark,.hero-video-frame,.section-block,.metric-card,.step-card,.result-card,.feature-card,.story-card--dark,.values-card,.mission-card,.audience-card,.label-card,.event-highlight,.contact-strip{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow)}.hero-copy--dark{padding:30px;background:linear-gradient(180deg,#ffffff0d,#ffffff05),#121212}.eyebrow,.project-kicker,.metric-card span,.hero-video-label,.tag-chip,.contact-strip span,.footer span{margin:0;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.hero-copy--dark h1,.section-heading h1,.section-heading h2,.step-card h3,.result-card h3,.feature-card h3,.story-card--dark h3,.mission-card h3,.audience-card h3,.label-card h3,.event-highlight h3{margin:0;font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif;letter-spacing:.015em;line-height:1.12;font-weight:700}.hero-copy--dark h1{font-size:clamp(2.2rem,4.6vw,4.1rem);max-width:12ch}.lead,.section-heading p,.result-card p,.feature-card p,.story-card--dark p,.mission-text,.event-highlight p,.contact-strip strong,.hero-video-note{margin:0;color:var(--muted);line-height:1.66}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.hero-actions--stacked{flex-direction:column;align-items:flex-start}.hero-actions--tiered{flex-direction:column;align-items:flex-start;width:min(560px,100%)}.hero-actions-row{display:flex;flex-wrap:wrap;gap:10px;width:100%}.hero-actions-row .button{flex:1 1 calc(50% - 5px)}.hero-tertiary-button{align-self:flex-start;width:calc(50% - 5px)}.button{min-height:44px;padding:0 16px;border-radius:999px;border:1px solid var(--line-strong);display:inline-flex;align-items:center;justify-content:center;font-size:.96rem;font-weight:600;background:#ffffff0a;color:var(--text);box-shadow:none;transition:transform .26s cubic-bezier(.22,1,.36,1),background .26s cubic-bezier(.22,1,.36,1),border-color .26s cubic-bezier(.22,1,.36,1),color .26s cubic-bezier(.22,1,.36,1),box-shadow .26s cubic-bezier(.22,1,.36,1)}.button:hover{transform:translateY(-1px);background:color-mix(in srgb,var(--accent) 88%,#ffffff 12%);color:var(--accent-text);border-color:transparent;box-shadow:0 8px 18px #ffffff1f}.button-primary{background:#ffffff0a;color:var(--text);border-color:var(--line-strong);box-shadow:none}.button-secondary{background:#ffffff0a;color:var(--text);border-color:var(--line-strong)}.hero-video-frame{position:relative;min-height:100%;overflow:hidden;background:linear-gradient(140deg,#ffffff0f,#ffffff05),#0f0f0f}.hero-bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:saturate(.96) contrast(1.03)}.hero-video-label{position:absolute;left:20px;top:18px;z-index:1}.metrics,.steps-grid,.results-grid,.feature-grid,.about-grid,.two-column-grid{display:grid;gap:14px}.metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-card,.step-card,.result-card,.feature-card,.story-card--dark,.values-card,.mission-card,.audience-card,.label-card,.event-highlight,.contact-strip{padding:20px}.metric-card strong{display:block;font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:2rem;line-height:1.08}.metric-top{display:flex;align-items:center;gap:10px;margin-bottom:8px}.metric-icon,.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9px;border:1px solid var(--line-strong);background:transparent}.metric-icon svg,.feature-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;color:var(--text)}.section-block{padding:24px}.section-heading{max-width:72ch;margin-bottom:16px}.section-heading h1,.section-heading h2{font-size:clamp(1.9rem,3.5vw,3.2rem);margin-bottom:10px}.steps-grid,.results-grid,.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.projects-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.project-preview-card{border:1px solid var(--line);border-radius:16px;background:#ffffff08;padding:16px}.project-preview-card h3{margin:0 0 8px;font-size:1.12rem;line-height:1.25}.project-preview-card p{margin:0;color:var(--muted);line-height:1.55}.projects-teaser-footer{margin-top:16px;display:flex;align-items:center;justify-content:flex-end;gap:12px}.projects-teaser-footer p{margin:0;color:var(--muted)}.projects-head{padding-bottom:6px}.projects-page-signature .section-block{border-radius:22px;border-color:#ffffff24;background:linear-gradient(145deg,#ffffff0d,#ffffff04),#0c0c0cf5}.projects-head-signature{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;overflow:hidden}.projects-head-signature .section-heading h1{font-size:clamp(2.2rem,5vw,4rem);letter-spacing:.02em}.projects-head-mark{font-size:clamp(2rem,8vw,5rem);line-height:.88;font-weight:700;letter-spacing:.08em;color:#ffffff17;text-transform:uppercase;-webkit-user-select:none;user-select:none}.projects-tiles-wrap{display:grid;gap:14px}.projects-tiles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.projects-tiles-signature{gap:14px}.project-tile{border:1px solid var(--line);border-radius:18px;background:#ffffff05;padding:0;color:var(--text);text-align:left;overflow:hidden;cursor:pointer;isolation:isolate;min-height:250px;transition:transform .3s cubic-bezier(.22,1,.36,1),border-color .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1)}.project-tile:hover{transform:translateY(-4px);border-color:#ffffff47;box-shadow:0 20px 44px #0000006b,0 0 48px var(--tile-glow, rgba(255, 176, 112, .18))}.project-tile:hover .project-tile-cover:after{opacity:1;background:linear-gradient(180deg,#0000002e,#0000009e),radial-gradient(circle at 50% 20%,var(--tile-glow, rgba(255, 176, 112, .18)),transparent 40%)}.project-tile:hover .project-tile-cover:before{opacity:1;transform:scale(1.08)}.project-tile-audio{border-color:#ffa75e6b;box-shadow:0 18px 42px #ff7a181f}.project-tile-audio.is-playing{box-shadow:0 22px 56px #ff7a183d}.project-tile:focus-visible{outline:2px solid rgba(255,255,255,.58);outline-offset:2px}.project-tile-cover{position:relative;height:100%;overflow:hidden;border-radius:inherit}.project-tile-cover:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:0;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at 50% 35%,var(--tile-glow, rgba(255, 176, 112, .18)) 0%,transparent 40%);transform:scale(.96);filter:blur(18px);mix-blend-mode:screen;transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1)}.project-tile-cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(180deg,#0000001f 18%,#000000c7),radial-gradient(circle at 20% 12%,rgba(255,255,255,.14),transparent 46%)}.project-tile-overlay{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:16px;display:grid;gap:7px}.project-tile-video,.project-tile-image{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.07);border-radius:inherit;transform:scale(1.01);transition:transform .52s cubic-bezier(.22,1,.36,1),filter .52s cubic-bezier(.22,1,.36,1)}.project-tile-audio .project-tile-image{filter:none;border-radius:inherit}.project-tile-audio .project-tile-cover:after{background:linear-gradient(180deg,#1306010a 10%,#220801d1),radial-gradient(circle at 18% 16%,rgba(255,174,82,.48),transparent 30%),radial-gradient(circle at 82% 18%,rgba(255,92,92,.32),transparent 28%),radial-gradient(circle at 50% 100%,rgba(255,141,64,.24),transparent 40%)}.project-tile-audio .project-tile-overlay h2,.project-tile-audio .project-tile-overlay strong{color:#fff5ea}.project-tile-audio .project-tile-overlay p{color:#ffede0eb}.project-tile-overlay-audio{align-content:end;gap:0}.music-copy{display:grid;gap:7px;opacity:1;transform:translateY(0);transition:opacity .34s cubic-bezier(.22,1,.36,1),transform .34s cubic-bezier(.22,1,.36,1)}.project-tile:hover .project-tile-video,.project-tile:hover .project-tile-image{transform:scale(1.06);filter:none;box-shadow:inset 0 0 28px var(--tile-glow, rgba(255, 184, 124, .22))}.project-tile-audio-preview{position:relative;width:100%;height:100%;padding:0;border-radius:inherit}.project-tile-audio .project-tile-image{width:100%;height:100%;border:0;border-radius:0;box-shadow:none;object-fit:cover}.project-tile-bars{position:absolute;left:14px;top:14px;width:42px;height:24px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:3px;align-items:end;z-index:1;padding:5px 7px;border-radius:999px;border:1px solid rgba(255,220,194,.18);background:#13070247;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);--audio-peak: 0;transform:translateZ(0) scale(1);transform-origin:center;transition:left .46s cubic-bezier(.22,1,.36,1),top .46s cubic-bezier(.22,1,.36,1),width .46s cubic-bezier(.22,1,.36,1),height .46s cubic-bezier(.22,1,.36,1),gap .46s cubic-bezier(.22,1,.36,1),padding .46s cubic-bezier(.22,1,.36,1),border-color .32s ease,background .32s ease,box-shadow .32s ease}.project-tile-bars:after{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border-radius:inherit;pointer-events:none;box-shadow:0 0 30px #ff9f62bf;opacity:calc(var(--audio-peak) * .8);transition:opacity .12s linear}.project-tile-bars span{border-radius:999px;background:#fff6efd1;animation:tilePulse 1.94s ease-in-out infinite;min-height:2px;transition:height 80ms linear,opacity .12s linear}.project-tile-bars span:nth-child(1){height:34%}.project-tile-bars span:nth-child(2){height:68%;animation-delay:90ms}.project-tile-bars span:nth-child(3){height:42%;animation-delay:.18s}.project-tile-bars span:nth-child(4){height:76%;animation-delay:.26s}.project-tile-bars span:nth-child(5){height:48%;animation-delay:.33s}.project-tile-audio.is-playing .project-tile-bars span{animation-duration:.98s}.project-tile-audio.is-playing .project-tile-bars{left:50%;top:50%;width:112px;height:58px;padding:10px 12px;gap:7px;transform:translate3d(-50%,-50%,0);border-color:#ffdbb870;background:#18080299;box-shadow:0 18px 34px #00000052}.project-tile-audio.is-playing .project-tile-image{animation:audioCoverPulse 2.8s ease-in-out infinite}.project-tile-overlay h2{margin:0;font-size:1.34rem;line-height:1.16;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.72)}.project-tile-overlay p{margin:0;color:#f5f1eceb;line-height:1.45;max-width:52ch;text-shadow:0 2px 12px rgba(0,0,0,.68)}.project-tile-overlay strong{font-size:.83rem;letter-spacing:.12em;text-transform:uppercase;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.78)}.music-preview-panel{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px;padding:12px 14px;border-radius:16px;border:1px solid rgba(255,226,197,.22);background:#1407026b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(14px);opacity:0;transition:opacity .34s cubic-bezier(.22,1,.36,1),transform .34s cubic-bezier(.22,1,.36,1),border-color .22s ease,background .22s ease}.music-controls{position:absolute;left:16px;right:16px;bottom:16px;display:grid;gap:8px;opacity:0;pointer-events:none;transform:translateY(16px);transition:opacity .34s cubic-bezier(.22,1,.36,1),transform .34s cubic-bezier(.22,1,.36,1)}.project-tile-audio:hover .music-controls,.project-tile-audio:focus-within .music-controls,.project-tile-audio.is-playing .music-controls{opacity:1;transform:translateY(0);pointer-events:auto}.project-tile-audio:hover .music-copy,.project-tile-audio:focus-within .music-copy,.project-tile-audio.is-playing .music-copy{opacity:0;transform:translateY(10px)}.project-tile-audio:hover .music-preview-panel,.project-tile-audio:focus-within .music-preview-panel,.project-tile-audio.is-playing .music-preview-panel{opacity:1;transform:translateY(0)}.project-tile-audio.is-playing .music-preview-panel{border-color:#ffcc9c66;background:#210a02a8}.music-preview-meta{display:grid;gap:3px}.music-preview-meta strong,.music-preview-meta span{margin:0;color:#fff5ea;text-shadow:none}.music-preview-meta strong{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase}.music-preview-meta span{font-size:1rem;line-height:1.1}.music-preview-toggle{width:46px;height:46px;padding:0;border:0;border-radius:50%;background:linear-gradient(135deg,#ffd28c,#ff8b47);color:#1a0901;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .22s ease,box-shadow .22s ease}.music-preview-toggle .project-tile-audio.is-playing .project-tile-bars{width:90px;height:50px;gap:5px;padding:9px 10px}.music-preview-toggle:hover{transform:translateY(-1px);box-shadow:0 10px 24px #ff8a4747}.music-preview-icon{width:18px;height:18px;fill:currentColor}.music-preview-audio{display:none}.tile-wide{grid-column:span 2;min-height:280px}.tile-tall{min-height:360px}.project-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#030303b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px;overflow-y:auto;overscroll-behavior:contain;display:flex;align-items:center;justify-content:center;animation:backdropIn .26s ease both}.project-modal{width:min(900px,100%);max-height:calc(100dvh - 40px);margin:0 auto;overflow:auto;border:1px solid var(--line-strong);border-radius:18px;background:linear-gradient(180deg,#ffffff0d,#ffffff05),#111;box-shadow:0 30px 80px #00000094;padding:16px;display:grid;gap:12px;transform-origin:50% 42%;animation:modalIn .34s cubic-bezier(.22,1,.36,1) both}.project-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.project-modal-head span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.project-modal-head h3{margin:4px 0 0;font-size:clamp(1.28rem,2.2vw,1.8rem)}.project-modal-close{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:#ffffff0d;color:var(--text);font-size:1.4rem;line-height:1;cursor:pointer}.project-modal-media,.project-modal-cover{width:100%;border-radius:12px;border:1px solid var(--line);background:#000;max-height:min(66dvh,720px);aspect-ratio:auto;object-fit:contain}.project-audio-wrap{display:grid;gap:12px}.project-modal-audio{width:100%}.project-modal p{margin:0;color:var(--muted);line-height:1.6}body.modal-open{overflow:hidden}.projects-page-footer .button{min-width:190px}.projects-page-footer{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}.training-grid{margin-bottom:20px}.project-gallery-scroll{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:min(62dvh,640px);padding-right:6px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent}.project-gallery-scroll::-webkit-scrollbar{width:8px}.project-gallery-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:var(--line-strong)}.project-gallery-scroll img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;border:1px solid var(--line);border-radius:12px;background:#000}.production-reels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:20px}.production-reel{position:relative;display:block;width:100%;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--bg-deep);box-shadow:var(--shadow);color:var(--text);text-align:left;cursor:pointer;transition:border-color .26s ease,transform .26s ease}.production-reel:hover{border-color:var(--line-strong);transform:translateY(-2px)}.production-reel video{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover;transition:transform .72s cubic-bezier(.22,1,.36,1)}.production-reel:hover video{transform:scale(1.04)}.production-reel-play{position:absolute;top:18px;right:18px;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:999px;background:#efe8dceb;color:var(--accent-text);transition:transform .26s ease,background .26s ease}.production-reel:hover .production-reel-play{transform:scale(1.08);background:var(--accent)}.production-reel-play svg{width:20px;height:20px;fill:currentColor}.production-reel-copy{position:absolute;inset:auto 0 0 0;display:grid;gap:5px;padding:30px 22px 20px;background:linear-gradient(180deg,#07070700,#070707e6)}.production-reel-kicker{display:flex;align-items:center;gap:8px;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.production-reel-kicker em{font-style:normal;letter-spacing:.06em;color:var(--text)}.production-reel-copy strong{font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:1.32rem;font-weight:700;line-height:1.18}.production-reel-note{font-size:.9rem;line-height:1.5;color:var(--muted)}.event-reel{position:relative;margin-bottom:20px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--bg-deep);box-shadow:var(--shadow);isolation:isolate}.event-reel-teaser{display:block;width:100%;aspect-ratio:21 / 9;object-fit:cover}.event-reel-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:18px;padding:34px 30px 28px;background:linear-gradient(180deg,#0707072e,#0707070f 38%,#070707d1)}.event-reel-copy{display:grid;gap:8px;max-width:46ch}.event-reel-copy h2{margin:0;font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.6rem,3vw,2.6rem);font-weight:700;line-height:1.12;letter-spacing:.015em}.event-reel-copy p{margin:0;color:var(--muted);line-height:1.6}.event-reel-play{gap:8px;flex-shrink:0}.event-reel-play-icon{width:18px;height:18px;fill:currentColor}.training-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:20px}.training-shot{position:relative;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow)}.training-shot img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;transition:transform .72s cubic-bezier(.22,1,.36,1)}.training-shot:hover img{transform:scale(1.04)}.training-shot figcaption{position:absolute;inset:auto 0 0 0;display:grid;gap:4px;padding:26px 22px 20px;background:linear-gradient(180deg,#07070700,#070707e0)}.training-shot figcaption span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.training-shot figcaption strong{font-size:1.18rem;line-height:1.24;font-weight:700;color:var(--text)}.step-card h3,.result-card h3,.feature-card h3{font-size:1.38rem;margin-top:4px;line-height:1.2}.feature-icon{margin-bottom:10px}.feature-card strong{display:block;margin-top:10px;color:var(--text);line-height:1.45}.section-cta{margin-top:16px}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tag-chip{min-height:36px;padding:0 12px;border-radius:999px;border:1px solid var(--line);background:var(--surface-soft);display:inline-flex;align-items:center}.mission-text{margin-top:14px}.two-column-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.label-highlight{grid-column:1 / -1}.label-card,.audience-card,.event-highlight{display:grid;gap:10px}.event-highlight{margin-top:14px}.contact-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.contact-strip div{display:grid;gap:4px}.contact-strip strong{font-size:1.04rem}.contact-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:14px;align-items:start}.contact-form-card,.contact-card{padding:22px;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow)}.contact-form-card h3{margin:0 0 16px;font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:1.38rem;font-weight:700;line-height:1.2}.contact-side{display:grid;gap:14px}.contact-card{display:grid;gap:8px}.contact-card>span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.contact-link--lead{justify-self:start;font-size:1.16rem;font-weight:600}.request-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.request-field{display:grid;gap:6px}.request-field--wide,.request-submit,.request-note,.request-error{grid-column:1 / -1}.request-field>span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.request-field input,.request-field select,.request-field textarea{width:100%;min-height:44px;padding:11px 13px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);color:var(--text);font:inherit;font-size:.96rem;transition:border-color .22s ease,background .22s ease}.request-field textarea{resize:vertical;line-height:1.5}.request-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.request-field input::placeholder,.request-field textarea::placeholder{color:#b7b1aa99}.request-field input:focus,.request-field select:focus,.request-field textarea:focus{outline:none;border-color:var(--line-strong);background:#ffffff12}.request-botcheck{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.request-submit{justify-self:start;margin-top:2px}.request-submit:disabled{opacity:.6;cursor:progress}.request-note{margin:0;font-size:.78rem;line-height:1.5;color:var(--muted)}.request-error{margin:0;font-size:.86rem;line-height:1.5;color:#ff9b8a}.request-error a{color:inherit}.request-success{display:grid;gap:10px;justify-items:start;padding:22px;border:1px solid var(--line-strong);border-radius:var(--radius-lg);background:var(--surface-soft)}.request-success strong{font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:1.24rem}.request-success p{margin:0;color:var(--muted);line-height:1.6}.request-modal{width:min(620px,100%)}.contact-link{color:var(--text);text-decoration:none;border-bottom:1px solid var(--line-strong);padding-bottom:2px;transition:color .22s ease,border-color .22s ease}.contact-link:hover{color:var(--accent);border-color:var(--accent)}.social-row{display:grid;gap:8px;margin-top:2px}.social-link{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);text-decoration:none;color:var(--text);transition:border-color .22s ease,background .22s ease,transform .22s ease}.social-link:hover{border-color:var(--line-strong);background:#ffffff12;transform:translateY(-1px)}.social-mark{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:30px;padding:0 8px;border-radius:9px;background:var(--accent);color:var(--accent-text);font-size:.74rem;font-weight:700;letter-spacing:.08em}.social-copy{display:grid;gap:1px}.social-copy strong{font-size:.94rem}.social-copy em{font-style:normal;font-size:.76rem;color:var(--muted)}.footer{margin-top:auto;padding:10px 2px 0;display:flex;justify-content:space-between;align-items:center;gap:10px;color:var(--muted)}.footer-meta{display:grid;gap:3px}.footer p{margin:0}.footer-logo{width:88px;height:auto;opacity:.86}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pageFade{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}@keyframes tilePulse{0%,to{opacity:.45;transform:scaleY(.88)}50%{opacity:1;transform:scaleY(1.03)}}@keyframes audioCoverPulse{0%,to{transform:scale(1.01);filter:brightness(1)}25%{transform:scale(1.03);filter:brightness(1.04)}50%{transform:scale(1.046);filter:brightness(1.08)}75%{transform:scale(1.03);filter:brightness(1.04)}}@media (max-width: 980px){.topbar{border-radius:16px;justify-content:flex-start}.nav{justify-content:flex-start;width:100%}.hero--featured,.metrics,.steps-grid,.results-grid,.feature-grid,.projects-preview-grid,.about-grid,.two-column-grid,.training-gallery,.production-reels,.project-gallery-scroll,.contact-layout,.request-form,.contact-strip{grid-template-columns:1fr}.event-reel-teaser{aspect-ratio:4 / 3}.event-reel-overlay{align-items:flex-end;padding:24px 20px 20px}.event-reel-play{width:100%}.projects-head-signature{align-items:flex-start;flex-direction:column}.projects-head-mark{font-size:clamp(1.7rem,14vw,4rem)}.tile-wide{grid-column:span 2}.projects-tiles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tile-tall{min-height:250px}.hero-copy--dark,.hero-video-frame,.section-block{padding:20px}.hero-video-frame{min-height:380px}}@media (max-width: 640px){.shell{width:min(100% - 18px,1220px);padding-top:8px}.topbar{top:8px;padding:8px}.nav{width:100%}.nav-link{flex:1 1 calc(33.333% - 8px);min-height:34px;padding:0 8px}.hero-copy--dark h1{font-size:clamp(2rem,11vw,3.1rem)}.hero-actions,.hero-actions-row,.hero-actions .button{width:100%}.projects-teaser-footer{flex-direction:column;align-items:flex-start}.projects-tiles-grid{grid-template-columns:1fr}.tile-wide{grid-column:span 1}.project-tile-cover,.tile-tall .project-tile-cover{height:178px}.project-tile,.tile-wide,.tile-tall{min-height:228px}.project-tile-overlay h2{font-size:1.15rem}.project-tile-overlay p{font-size:.93rem}.music-preview-panel{padding:10px 12px}.music-preview-toggle{width:40px;height:40px}.section-block{padding:18px}.footer{flex-direction:column;align-items:flex-start}.footer-logo{width:82px}.project-modal-backdrop{padding:10px}.project-modal{margin:8px auto;padding:12px;border-radius:14px}}@media (prefers-reduced-motion: reduce){.reveal-on-scroll,.reveal-on-scroll.reveal-visible,.feature-card:hover .feature-icon,.metric-card:hover .metric-icon{transition:none;transform:none;filter:none;opacity:1}}
