:root{font-family:Bauer_Bodoni,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--body-bg-dark:#000;--body-bg-light:#f0f3f7;--text-dark:#f8f8f8;--text-light:#0f172a;--muted-dark:hsla(0,0%,97%,.7);--muted-light:rgba(15,23,42,.7);--panel-dark:rgba(15,23,42,.7);--panel-light:hsla(0,0%,100%,.85);--border-dark:hsla(0,0%,100%,.08);--border-light:rgba(15,23,42,.15);--shadow-dark:0 10px 25px rgba(15,23,42,.35);--shadow-light:0 10px 25px rgba(15,23,42,.1);--card-bg-dark:#000;--card-bg-light:#fff;--card-bg:var(--card-bg-dark);line-height:1.6;font-size:16px}*,:after,:before{box-sizing:border-box}body{margin:0;padding:0;background:var(--body-bg);color:var(--text-color)}.body,body{min-height:100vh}.light-theme{--body-bg:var(--body-bg-light);--text-color:var(--text-light);--muted-text:var(--muted-light);--panel-bg:var(--panel-light);--border-color:var(--border-light);--shadow:var(--shadow-light);--card-bg:var(--card-bg-light)}.light-theme .site-header{border-color:var(--border-light)}.light-theme .nav-links a,.light-theme .nav-links a:hover{color:var(--text-light)}.light-theme .about-gallery,.light-theme .about-page,.light-theme .about-stats,.light-theme .stat-card,.light-theme .video-grid{background:transparent}.light-theme .video-card{background:var(--panel-light);border-color:var(--border-light);box-shadow:var(--shadow-light)}.light-theme .about-copy p,.light-theme .about-gallery header .page-subtitle,.light-theme .stat-card{color:var(--text-light)}.light-theme .eyebrow,.light-theme .tagline{color:var(--muted-light)}.light-theme .site-header{border-color:rgba(15,23,42,.15)}.light-theme .app-shell{background:transparent}.body:not(.light-theme),.dark-theme{--body-bg:var(--body-bg-dark);--text-color:var(--text-dark);--muted-text:var(--muted-dark);--panel-bg:var(--panel-dark);--border-color:var(--border-dark);--shadow:var(--shadow-dark);--card-bg:var(--card-bg-dark)}.app-shell{min-height:100vh;display:flex;flex-direction:column;padding:2rem clamp(1rem,4vw,4rem) 3rem;gap:0}.site-header{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid var(--border-color);padding-bottom:1.5rem;gap:1.5rem}.site-header__brand{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;grid-gap:0 1rem;gap:0 1rem;align-items:center}.site-header__logo{grid-row:1/-1;height:48px;width:auto;max-width:140px;object-fit:contain;display:block}.site-header__eyebrow{margin:0}.site-header__title{margin:0;font-size:clamp(1.75rem,3vw,2.5rem)}.nav-links{display:flex;gap:1.25rem}.nav-links a{color:var(--text-color);text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;border-bottom:1px solid transparent;padding-bottom:.35rem;transition:border-color .2s ease}.nav-links a:hover{border-color:var(--border-color)}.nav-links a.active{border-color:#ff1493;color:#ff1493}.eyebrow{text-transform:uppercase;letter-spacing:.35em;font-size:.65rem}.eyebrow,.eyebrow-big{color:#ff1493;margin:0}.eyebrow-big{font-family:Bauer_Bodoni;font-weight:700;font-size:40px;line-height:64.45px}main{flex:1 1;display:flex;flex-direction:column;gap:2rem}.page-heading{margin:0;font-size:clamp(2rem,4vw,3rem)}.page-subtitle{max-width:55ch;margin-top:.75rem;color:hsla(0,0%,97%,.8)}.home-video-grid{display:grid;grid-template-columns:minmax(0,420px) minmax(0,1fr);grid-gap:clamp(1rem,3vw,2rem);gap:clamp(1rem,3vw,2rem);align-items:start;width:100%}.gallery-column,.hero-column{width:100%}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));grid-gap:1.25rem;gap:1.25rem;justify-items:left}.video-card{background:rgba(15,23,42,.7);border-radius:1.25rem;border:1px solid hsla(0,0%,100%,.15);display:flex;flex-direction:column;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;width:100%;height:100%;max-width:420px;box-shadow:0 10px 25px rgba(15,23,42,.35);padding:1rem;position:relative;overflow:visible}.video-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 45px rgba(0,0,0,.5);border-color:rgba(255,20,147,.5)}.video-card__meta{margin-top:.75rem;display:flex;flex-direction:column;gap:.2rem}.video-card__title{margin:0;font-size:1.1rem;font-weight:600}.video-card__brand{margin:0;font-size:.85rem;text-transform:uppercase;letter-spacing:.3em;color:hsla(0,0%,97%,.7);align-items:center}.video-card__brand-logo{margin-top:.5rem;max-height:48px;display:flex;align-items:center;justify-content:center}.video-card__brand-logo--above{margin-top:0;margin-bottom:.5rem}.video-card__brand-logo img{max-height:48px;max-width:120px;width:auto;height:auto;object-fit:contain}.video-card__text{margin-bottom:.5rem;margin-top:1rem;padding:0 .5rem;text-align:center}.video-card__text--brand{justify-content:flex-end}.video-card__stat,.video-card__text--brand{display:flex;flex-direction:column;align-items:center;text-align:center}.video-card__stat{position:absolute;top:-30px;right:-30px;width:78px;height:78px;border-radius:50%;background:#ff1493;border:1px solid hsla(0,0%,100%,.65);justify-content:center;padding:.4rem;box-shadow:0 15px 35px rgba(0,0,0,.5),inset 0 0 10px hsla(0,0%,100%,.08);z-index:5;font-weight:600}.video-card__stat-value{font-size:1.35rem;line-height:1.2}.video-card__stat-label{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;margin-top:.1rem;color:hsla(0,0%,97%,.7)}.video-frame{width:100%;border-radius:16px;overflow:hidden;position:relative;background:#000;aspect-ratio:9/16;box-shadow:inset 0 0 30px rgba(0,0,0,.4)}.video-card__header{padding:.75rem 1rem;background:linear-gradient(180deg,rgba(0,0,0,.85),transparent);flex-direction:column;gap:.15rem;z-index:2}.video-card__header,.video-embed{position:absolute;inset:0;display:flex}.video-embed{align-items:center;justify-content:center;background:#000}.instagram-player{padding:2rem 1rem}.external-player{background:linear-gradient(180deg,rgba(0,0,0,.85),rgba(0,0,0,.95));text-align:center;flex-direction:column;gap:.5rem}.external-player__button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.5);background:transparent;color:inherit;text-transform:uppercase;letter-spacing:.2em;font-size:.65rem}.video-embed iframe{width:100%;height:100%;border:0;display:block;object-fit:cover}.embed-close{position:absolute;top:.75rem;right:.75rem;background:rgba(15,23,42,.75);border:1px solid hsla(0,0%,100%,.5);color:#f8fafc;padding:.25rem .75rem;border-radius:999px;cursor:pointer;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em}.thumbnail{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;inset:0}.thumbnail.placeholder.with-poster{background:none;background-size:cover;background-position:50%;background-repeat:no-repeat}.video-frame .youtube-thumbnail{width:100%;height:100%;position:absolute;inset:0}.video-frame .youtube-thumbnail img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px}.video-frame .youtube-play-button{position:absolute;top:50%;left:50%;width:60px;height:60px;background:rgba(0,0,0,.6);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}.video-frame .youtube-play-button:before{content:"";position:absolute;left:24px;top:18px;border-color:transparent transparent transparent #fff;border-style:solid;border-width:12px 0 12px 20px}.play-button,.video-frame[role=button]{cursor:pointer}.play-button{background:rgba(15,23,42,.8);border:1px solid hsla(0,0%,100%,.3);border-radius:999px;padding:.5rem 1.25rem;color:#f8fafc;font-size:.85rem;text-transform:uppercase;letter-spacing:.2em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.play-button:hover{border-color:#f8fafc}.short-player{padding:24px;display:flex;justify-content:center;background:#fff}.hero-video{width:100%;max-width:420px}.short-container{width:100%;aspect-ratio:9/16;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 0 10px rgba(0,0,0,.5);position:relative}.short-container iframe,.short-container video{position:absolute;inset:0;width:100%;height:100%;border:none;border-radius:16px;object-fit:cover}.about-page{display:flex;flex-direction:column;gap:3rem}.about-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:clamp(1.5rem,4vw,2.5rem);gap:clamp(1.5rem,4vw,2.5rem);align-items:start;padding-top:2rem}.about-image{border-radius:24px;background-repeat:no-repeat;background-size:contain;background-position:50%;aspect-ratio:1/1;position:relative;overflow:hidden;max-height:720px;width:min(100%,720px);margin-inline:auto}.about-image:after{content:"";position:absolute;inset:0}.about-image img{width:100%;height:100%;object-fit:contain;display:block;transform:translateY(5%)}.about-copy{border-left:1px solid var(--border-color);padding-left:2rem;display:flex;flex-direction:column}.hero-name-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.hero-name-row h1{margin:0;flex-shrink:0}.hero-name-row .social-links{margin-top:0}.about-copy h1{margin-top:0;font-size:clamp(2rem,4vw,3.1rem)}.about-copy .tagline{margin-top:.5rem;font-size:1rem;text-transform:uppercase;letter-spacing:.3em;color:var(--muted-text)}.hero-summary-scroll{max-height:clamp(180px,60vh,600px);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,20,147,.5) transparent}.hero-summary-scroll::-webkit-scrollbar{width:6px}.hero-summary-scroll::-webkit-scrollbar-track{background:transparent}.hero-summary-scroll::-webkit-scrollbar-thumb{background:rgba(255,20,147,.5);border-radius:3px}.hero-summary-scroll::-webkit-scrollbar-thumb:hover{background:rgba(255,20,147,.7)}.about-copy .hero-summary{margin:.8rem 0;max-width:85ch;color:var(--text-color);font-family:Bauer_Bodoni,Times New Roman,serif!important;font-size:18px;font-weight:400;line-height:30px}.social-links{text-align:right}.social-links__title{margin:0 0 .75rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.25em;color:var(--muted-text)}.social-links__list{list-style:none;margin-right:1rem;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;justify-content:flex-end}.social-links__list li a{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-color);text-decoration:none;font-size:.95rem;transition:color .2s,opacity .2s}.social-links__list li a:hover{color:var(--muted-text)}.social-links__list li i{display:inline-flex;width:1.25rem;height:1.25rem;flex-shrink:0}.social-links__list li i svg{width:100%;height:100%}@media (max-width:640px){.social-links__list.mob-scroll{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem}.social-links__list.mob-scroll::-webkit-scrollbar{display:none}.social-links__list.mob-scroll li{flex-shrink:0}}.about-summary{margin-top:1.5rem;max-width:44ch;color:var(--text-color);line-height:1.7;font-size:1.05rem}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));width:100%;border:2px solid hsla(0,0%,100%,.12);border-radius:16px;overflow:hidden;background:var(--body-bg);position:relative;box-shadow:0 15px 30px rgba(0,0,0,.4)}.light-theme .about-stats{border-color:rgba(15,23,42,.2);background:hsla(0,0%,100%,.55);box-shadow:0 15px 30px rgba(15,23,42,.15)}.stat-card{background:transparent;border-right:1px solid hsla(0,0%,100%,.08);padding:1.75rem;display:flex;flex-direction:column;gap:.25rem;text-align:center}.light-theme .stat-card{border-right:1px solid rgba(15,23,42,.1);background:transparent}.stat-card:last-child{border-right:none}.monthly-stats-section{background:var(--card-bg);border-radius:28px;border:1px solid hsla(0,0%,100%,.15);padding:1.5rem;margin-bottom:2rem}.monthly-stats__title{margin:0;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600;text-align:center;color:var(--text-color)}.monthly-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));grid-gap:1.5rem;gap:1.5rem;justify-items:center}.monthly-stats-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;background:var(--card-bg);border-radius:1rem;border:1px solid hsla(0,0%,100%,.12);box-shadow:0 10px 25px rgba(15,23,42,.35);width:100%}.monthly-stats__label{margin:0;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--text-color)}.monthly-stats__image{width:100%;height:auto;object-fit:contain;border-radius:8px}.stat-value{font-size:2rem;margin:0}.stat-label{margin:0;text-transform:uppercase;letter-spacing:.3em;font-size:.65rem;color:hsla(0,0%,97%,.7)}.mission-statement{background:var(--card-bg);border-radius:28px;padding:clamp(1.5rem,3vw,2.5rem);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 20px 35px rgba(0,0,0,.35);text-align:center}.mission-statement header{margin-bottom:1rem}.mission-statement__quote-wrapper{text-align:center}.mission-statement__text{margin:0 auto;line-height:1.5;color:var(--text-color);font-size:clamp(1.4rem,2.4vw,2.25rem);font-weight:500;font-family:Bauer_Bodoni,Times New Roman,serif!important;display:inline-block;max-width:960px;padding:0 .5rem;text-align:center}.mission-statement__quote{font-size:clamp(3rem,4vw,4.5rem);line-height:1;color:hsla(0,0%,100%,.5);display:inline-block}.mission-statement__quote--left{margin-right:.25rem}.mission-statement__quote--right{margin-left:.25rem}.signature-mark{display:flex;justify-content:flex-end;opacity:.85}.signature-mark img{width:693px;height:143px;max-width:90%;display:block;object-fit:contain}.image-audit{margin-top:2rem;background:var(--body-bg);border-radius:28px;padding:clamp(1.5rem,3vw,2.5rem);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 20px 35px rgba(0,0,0,.35)}.image-audit header{margin-bottom:1rem}.image-audit__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1rem;gap:1rem}.image-audit__entry{background:rgba(15,23,42,.7);border-radius:18px;padding:1rem;border:1px solid hsla(0,0%,100%,.15);display:flex;flex-direction:column;gap:.25rem;font-size:.9rem}.image-audit__url{font-size:.85rem;word-break:break-all}.image-audit__status{margin:0;color:hsla(0,0%,97%,.8)}.image-audit__bytes,.image-audit__source{margin:0;font-size:.8rem;color:hsla(0,0%,97%,.65)}.about-gallery header h2{margin:.1rem 0 .25rem}.about-gallery header .page-subtitle{margin:0;max-width:60ch}.about-gallery{display:flex;flex-direction:column;gap:1.5rem}.logo-stack-wrapper{background:var(--body-bg);border-radius:36px;display:flex;flex-direction:column;gap:.5rem}.logo-stack-wrapper__title{margin:0;text-transform:uppercase;letter-spacing:.4em;font-size:.75rem;color:var(--text-color)}.logo-stack-card{background:#fff;border-radius:32px;padding:1.25rem;box-shadow:0 25px 40px rgba(15,23,42,.1);display:flex;flex-direction:column;gap:.25rem}.logo-stack-card__title{margin:0;text-transform:uppercase;letter-spacing:.3em;font-size:.75rem;color:rgba(15,23,42,.65)}.press-collaborations{background:var(--card-bg);border-radius:28px;padding:1.5rem;box-shadow:0 25px 40px rgba(15,23,42,.1);border:1px solid hsla(0,0%,100%,.15)}.press-layout{display:grid;grid-template-columns:minmax(320px,520px) minmax(0,1fr);grid-gap:2rem;gap:2rem;align-items:start}.logo-section,.press-layout,.video-card{background:var(--card-bg);border-radius:28px}.logo-section,.video-card{box-shadow:0 20px 35px rgba(15,23,42,.08);align-self:start}.press-comments{margin-top:1.5rem;border-radius:28px;padding:1.5rem;box-shadow:0 25px 40px rgba(15,23,42,.1);border:1px solid hsla(0,0%,100%,.15)}.press-section{background:var(--card-bg);border-radius:28px;box-shadow:0 20px 35px rgba(15,23,42,.08)}.press-section .comment-spotlight{background:var(--card-bg);border-radius:24px}.press-section header h2{margin:.35rem 0;font-size:clamp(1.5rem,3vw,2rem)}.press-page{display:flex;flex-direction:column;gap:2rem}.press-screenshots{background:var(--card-bg);border-radius:28px;padding:1.5rem;box-shadow:0 25px 40px rgba(0,0,0,.35)}.press-screenshots .press-screenshots-card{background:var(--card-bg);border-radius:32px;padding:clamp(1.5rem,3vw,2.5rem);border:1px solid hsla(0,0%,100%,.15)}.press-screenshots header{max-width:620px}.press-screenshots__grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem;justify-content:center}.press-screenshot-card{background:rgba(15,23,42,.7);border-radius:1.25rem;border:1px solid hsla(0,0%,100%,.15);box-shadow:0 10px 25px rgba(15,23,42,.35);overflow:hidden;display:flex;flex-direction:column;width:100%;max-width:420px;margin:0 auto;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.press-screenshot-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 20px 45px rgba(0,0,0,.5);border-color:rgba(255,20,147,.5)}.press-screenshot-card__title{margin:0;padding:.75rem 1rem 0;font-size:1rem;font-weight:600;line-height:1.2;color:hsla(0,0%,97%,.9)}.press-screenshot-card__image{overflow:hidden;min-height:640px}.press-screenshot-card__image img{width:100%;height:100%;object-fit:cover;display:block;padding:1rem}.press-screenshot-card__brand{margin:0;padding:.75rem 1rem;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:hsla(0,0%,97%,.7)}.press-screenshot-card{margin-bottom:1rem}.press-screenshot-link{display:block;text-decoration:none;color:inherit}.press-events{min-height:100vh;padding:4rem clamp(1rem,4vw,4rem);background:#01010b;display:flex;justify-content:flex-start;align-items:flex-start}.press-events .events-card{width:min(1100px,100%);background:var(--card-bg);border-radius:32px;padding:clamp(1.5rem,3vw,2.5rem);border:1px solid hsla(0,0%,100%,.15);box-shadow:0 10px 25px rgba(15,23,42,.35)}.press-events header h1{margin:.5rem 0;font-size:clamp(2rem,4vw,2.75rem)}.press-events .events-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem}.press-events .events-section{background:hsla(0,0%,100%,.02);border-radius:20px;padding:1.25rem;border:1px solid hsla(0,0%,100%,.08);min-height:220px;display:flex;flex-direction:column;gap:.75rem}.press-events .events-section h2{margin:0;font-size:1.2rem}.press-events .section-description{margin:0;color:hsla(0,0%,97%,.7)}.press-events .events-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.press-events li{padding-bottom:.25rem}.press-events .section-item-headline{margin:0;font-weight:600;letter-spacing:.2em;text-transform:uppercase;font-size:.7rem}.press-events .section-item-detail{margin:0;color:hsla(0,0%,97%,.7);font-size:.9rem}.logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));grid-gap:1.25rem;gap:1.25rem;justify-content:center;background:var(--card-bg);border-radius:20px;padding:1rem;align-items:stretch;grid-auto-rows:max-content;border:1px solid hsla(0,0%,100%,.15);margin-top:2rem}@media (max-width:768px){.press-layout{grid-template-columns:1fr}.logo-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.logo-grid__cell img{width:100%;max-width:120px;max-height:120px}.press-comments{overflow-x:hidden}.grid-comments .comment-spotlight{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-rows:minmax(80px,1fr)!important;gap:.5rem}.grid-comments .comment-spotlight__item{width:100%!important;max-width:100%!important;height:100%!important;min-height:80px!important}.grid-comments .comment-spotlight__item img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover}.comment-spotlight{min-height:280px}.comment-spotlight__item img{max-width:100%;max-height:200px}}.portfolio-page{display:flex;flex-direction:column;gap:2rem}.portfolio-page .eyebrow-big,.portfolio-subsection header{text-align:center}.portfolio-banner{margin:0 0 2rem;padding:clamp(1.5rem,3vw,2.5rem);text-align:center;font-size:4rem;font-weight:500;font-family:Bauer_Bodoni,Times New Roman,serif!important;line-height:1.5;color:hsla(0,0%,97%,.95);background:linear-gradient(135deg,rgba(255,20,147,.08),rgba(15,23,42,.6) 50%,rgba(255,20,147,.06));border:1px solid rgba(255,20,147,.2);border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.25)}.portfolio-sections{display:flex;flex-direction:column}.portfolio-subsection{background:var(--card-bg);border-radius:28px;border:1px solid hsla(0,0%,100%,.15);padding:1.5rem;margin-bottom:2rem}.portfolio-subsection header h1{margin:0;font-size:clamp(1.5rem,3vw,2.25rem)}.portfolio-subsection header{margin-bottom:1rem}.portfolio-subsection header p{margin:0;color:hsla(0,0%,97%,.7)}.portfolio-section-description{margin:1rem auto 0;color:hsla(0,0%,97%,.7);max-width:105ch;font-size:1.2rem;font-weight:400;line-height:1.5;font-family:Bauer_Bodoni,Times New Roman,serif!important;text-align:center}.logo-grid__cell{display:flex;padding:.75rem;align-items:center;justify-content:center;background:var(--card-bg)}.logo-grid__cell img{width:100%;height:auto;max-width:350px;max-height:350px;display:block;object-fit:contain;background:transparent}.portfolio-page .portfolio-hero{margin-bottom:1rem}.test-hero-section{min-height:80vh;width:100%;display:flex;align-items:center;justify-content:center;padding:clamp(2rem,6vw,4rem) clamp(1.5rem,5vw,5rem)}.test-hero-section__content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:clamp(2rem,6vw,4rem);width:100%;max-width:1200px}.test-hero-section__text{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.test-hero-section__heading{margin:0}.test-hero-section__line1,.test-hero-section__line2{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:5rem;font-weight:900;letter-spacing:-.01em;line-height:100%;color:#fff}.test-hero-section__tagline{margin:-.2em 0 0;transform:translateY(-12%);position:relative;z-index:1;font-family:Great Vibes,Dancing Script,Brush Script MT,cursive;font-size:clamp(2.75rem,6.5vw,5.5rem);font-weight:400;letter-spacing:.03em;line-height:1.2}.test-hero-section__tagline-gradient{display:inline-block;background-image:linear-gradient(296deg,#ff1493,#9d5889);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:max(0em,calc((1.3em - 1.2em) / 2))}.test-hero-section__stats{display:flex;flex-direction:row;gap:2rem;margin-top:1.5rem}.test-hero-section__stat{display:flex;flex-direction:column;gap:.15rem}.test-hero-section__stat-row{display:inline-flex;align-items:baseline}.test-hero-section__stat-num,.test-hero-section__stat-plus{font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:clamp(28px,4vw,40px);font-weight:700;letter-spacing:-.01em;line-height:120%;color:#fff}.test-hero-section__stat-plus{font-weight:300}.test-hero-section__stat-label-inline{font-size:clamp(28px,4vw,40px);line-height:120%;color:#fff}.test-hero-section__stat-label,.test-hero-section__stat-label-inline{font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-weight:300;letter-spacing:-.01em}.test-hero-section__stat-label{font-size:clamp(18px,2.5vw,22px);line-height:110%;color:hsla(0,0%,100%,.7)}.test-hero-section__image{flex:0 0 auto;width:clamp(280px,45%,520px);position:relative}.test-hero-section__image-inner{position:relative;width:100%;aspect-ratio:4/3;border-radius:12px;overflow:hidden}.test-hero-section__img{width:100%;height:100%;object-fit:contain;object-position:center}@media (max-width:768px){.test-hero-section__content{flex-direction:column;text-align:center}.test-hero-section__text{align-items:center}.test-hero-section__stats{justify-content:center}.test-hero-section__image{width:100%;max-width:400px}}.test-portfolio-banner{padding:clamp(3rem,8vw,6rem) clamp(1rem,4vw,4rem);text-align:center}.test-portfolio-banner__content{display:flex;flex-direction:column;align-items:center;gap:.1em}.test-portfolio-banner__line1{font-size:clamp(2.5rem,6vw,5rem);font-weight:700;color:#fff;letter-spacing:-.01em;line-height:1}.test-portfolio-banner__line1,.test-portfolio-banner__line2{font-family:Bauer Bodoni,Bodoni MT,Didot,Times New Roman,serif}.test-portfolio-banner__line2{font-size:clamp(6rem,14vw,12rem);font-weight:400;line-height:1.3;transform:translateX(-2%) rotate(-1deg);background:linear-gradient(135deg,#ff1493,#ff69b4 50%,#9d5889);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.test-portfolio-banner__divider{width:100%;max-width:800px;margin:2rem auto 0;color:rgba(255,20,147,.5)}.test-portfolio-banner__divider svg{width:100%;height:5px}.test-press-page .logo-grid{background:var(--card-bg);padding:1rem;border-radius:24px;grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}.test-press-page .logo-grid__cell{padding:.75rem;min-height:140px;display:flex;align-items:center;justify-content:center;overflow:hidden}.test-grid-comments{min-height:100vh;padding:4rem clamp(1rem,4vw,4rem);background:#03030a;display:flex;justify-content:center;align-items:flex-start}.test-grid-comments .comment-grid-card{background:#050511;border-radius:32px;padding:2rem;width:min(1100px,100%);box-shadow:0 25px 60px rgba(0,0,0,.7)}.test-grid-comments .comment-grid{margin-top:1.5rem;width:100%;display:grid;grid-template-columns:repeat(4,minmax(420px,1fr));grid-gap:.25rem;gap:.25rem;height:auto}.test-grid-comments .comment-spotlight{position:static;width:100%;display:grid;grid-template-columns:repeat(4,420px);grid-auto-rows:140px;grid-gap:.5rem;gap:.5rem;padding:.25rem}.test-grid-comments .comment-spotlight__item{position:relative;width:420px;height:170px;padding:0;border-radius:18px;overflow:hidden;display:flex;align-items:center;justify-content:center}.comment-spotlight{position:relative;min-height:480px;margin-top:-.75rem}.comment-spotlight__item{position:absolute;border-radius:12px;overflow:hidden;padding:0;border:none;animation:commentPop .5s ease forwards;opacity:0;transform:translateY(10px) scale(.95);transform-origin:center}.comment-spotlight__item img{width:auto;height:auto;max-width:500px;max-height:500px;display:block;object-fit:contain;margin-top:-150px;margin-bottom:-100px}.test-grid-comments .comment-spotlight__item img{width:420px;height:190px;object-fit:cover;display:block}.grid-comments .comment-grid{margin-top:.75rem;width:100%;display:grid;grid-template-columns:repeat(3,minmax(420px,1fr));grid-gap:.75rem;gap:.75rem}.grid-comments .comment-spotlight{position:static;width:100%;display:grid;grid-template-columns:repeat(3,420px);grid-auto-rows:120px;grid-gap:.5rem;gap:.5rem;padding:.25rem}.grid-comments .comment-spotlight__item{position:relative;width:420px;height:190px;padding:0;border-radius:18px;overflow:hidden;display:flex;align-items:center;justify-content:center}@keyframes commentPop{0%{transform:translateY(20px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.video-block header p{margin-bottom:1rem}.admin-page{color:var(--text-color);padding:2rem}.admin-page button{margin-top:1rem;padding:.85rem 1.5rem;border-radius:999px;border:none;background:#111;color:#fff;cursor:pointer}.admin-page button:disabled{opacity:.6;cursor:not-allowed}.status{margin-top:.75rem;color:var(--muted-text)}.home-logo-stack{margin-top:2rem}.about-gallery .video-gallery{width:100%}.video-gallery{width:100%;padding:2rem}.video-gallery .gallery-message{padding:3rem;background:var(--panel-bg);border:1px dashed var(--border-color);border-radius:1rem;text-align:center;color:var(--muted-text)}.video-meta h3{margin:0;font-size:1.1rem}.video-meta p{margin:.25rem 0 0;color:hsla(0,0%,97%,.7)}.video-category{text-transform:uppercase;letter-spacing:.2em;font-size:.65rem;color:#c7d2fe;margin-bottom:.5rem}.contact-page{background:var(--card-bg);border-radius:32px;padding:clamp(2rem,4vw,3.5rem);display:flex;flex-direction:column;gap:1.5rem;max-width:960px;margin:0 auto;box-shadow:0 20px 40px rgba(0,0,0,.35)}.contact-page header h1{margin:.35rem 0 0;font-size:clamp(2rem,4vw,2.75rem)}.contact-page__form{display:flex;flex-direction:column;gap:1rem}.contact-page__form label{display:flex;flex-direction:column;gap:.35rem;font-weight:600}.contact-page__form input,.contact-page__form textarea{background:rgba(15,23,42,.8);border:1px solid hsla(0,0%,100%,.2);border-radius:999px;padding:.85rem 1rem;color:inherit;font-size:1rem;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease}.contact-page__form textarea{border-radius:1.25rem;padding:1rem;min-height:160px;resize:vertical}.contact-page__form input:focus,.contact-page__form textarea:focus{border-color:rgba(255,20,147,.8);box-shadow:0 0 0 2px rgba(255,20,147,.25);outline:none}.contact-page__actions{display:flex;flex-direction:column;gap:.75rem}.contact-page__actions button{align-self:flex-start;padding:.85rem 1.5rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.08);color:#f8fafc;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.contact-page__actions button:hover{transform:translateY(-2px);border-color:rgba(255,20,147,.8);box-shadow:0 10px 25px rgba(15,23,42,.5)}.contact-page__status{margin:0;font-size:.95rem;color:var(--muted-text)}.site-footer{display:flex;flex-direction:column;align-items:center;gap:1rem;border-top:1px solid hsla(0,0%,100%,.12);padding-top:1.5rem;padding-bottom:2rem;margin-top:2rem;color:hsla(0,0%,97%,.7);font-size:.9rem}.site-footer .nav-links{margin:0}.site-footer__back-to-top{color:hsla(0,0%,97%,.7);text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}.site-footer__back-to-top:hover{color:var(--text-color);border-bottom-color:var(--text-color)}.logo-carousel{display:flex;flex-direction:column;gap:0}.logo-carousel:not(.logo-carousel--bare){background:#fff;padding:0;border-radius:24px;box-shadow:0 20px 40px rgba(15,23,42,.1)}.logo-carousel__label{font-size:.95rem;letter-spacing:.2em;text-transform:uppercase;color:#0f172a;margin:0}.embla{position:relative;width:100%}.embla__viewport{overflow:hidden;width:100%}.logo-carousel__viewport--mirrored,.logo-carousel__viewport--mirrored .carousel-card{transform:scaleX(-1)}.embla__container{display:flex;gap:clamp(.75rem,1vw,1rem);align-items:center;padding-bottom:0}.embla__slide{flex:0 0 auto}.carousel-card{flex:0 0 auto;width:clamp(90px,15vw,140px);aspect-ratio:1/1;border-radius:10px;border:none;background:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center;padding:0}.carousel-card img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(0,0,0,.4))}@media (max-width:900px){.about-top,.home-video-grid{grid-template-columns:1fr}}