/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--paper:#fffaf0;--ink:#12373b;--teal:#10b9bd;--teal-dark:#078e92;--purple:#7b43e6;--orange:#ff7628;--lime:#c9ed39;--soft:#eef5f1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Tahoma,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.edit-launch{z-index:100;background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:99px;padding:14px 21px;font-weight:900;position:fixed;bottom:18px;left:18px;box-shadow:0 12px 30px #0003}.edit-launch:hover{background:var(--teal-dark)}.site-header{justify-content:space-between;align-items:center;gap:28px;max-width:1440px;height:104px;margin:auto;padding:0 58px;display:flex}.brand-lockup{flex-shrink:0;align-items:center;gap:15px;display:flex}.brand{width:218px;height:76px;display:block}.brand img{object-fit:contain;filter:drop-shadow(1px 0 #087f74)drop-shadow(-1px 0 #087f74)drop-shadow(0 1px #087f74)drop-shadow(0 -1px #087f74);width:100%;height:100%}.brand-divider{background:#a9bcb6;width:1px;height:54px}.kingdom-brand{object-fit:contain;width:66px;height:66px}.site-header nav{gap:36px;font-size:15px;font-weight:800;display:flex}.site-header nav a{padding:13px 2px;position:relative}.site-header nav a:after{content:"";background:var(--teal);border-radius:10px;width:0;height:4px;transition:all .25s;position:absolute;bottom:2px;right:0}.site-header nav a:hover:after{width:100%}.contact-button{border:2px solid var(--ink);border-radius:14px;padding:11px 19px;font-weight:900;transition:all .2s}.contact-button:hover{background:var(--ink);color:#fff}.hero{grid-template-columns:.95fr 1.05fr;gap:38px;max-width:1440px;min-height:790px;margin:auto;padding:52px 58px 78px;display:grid;position:relative;overflow:hidden}.hero-copy{z-index:2;align-self:start;padding:50px 20px 0 5px;position:relative}.micro-label{color:var(--teal-dark);font-size:14px;font-weight:900}.hero h1{letter-spacing:-.065em;margin:28px 0 35px;font-size:clamp(72px,7vw,112px);line-height:.95}.hero h1 em,.title-block em{color:var(--teal);font-style:normal}.hero-copy>p{max-width:560px;margin:0;font-size:22px;line-height:1.8}.primary-button{background:var(--teal);color:#fff;border-radius:21px;align-items:center;gap:58px;margin-top:30px;padding:17px 28px;font-size:18px;font-weight:900;transition:all .25s;display:inline-flex;box-shadow:0 7px #06878a}.primary-button:hover{transform:translateY(-4px);box-shadow:0 11px #06878a}.primary-button b{font-size:23px}.scribble{color:var(--orange);font-size:64px;font-weight:900;position:absolute;transform:rotate(-15deg)}.arrow-scribble{bottom:-16px;left:32px}.hero-media{direction:ltr;align-self:start;gap:16px;display:grid}.main-tile{height:408px;box-shadow:13px 13px 0 var(--teal);border-radius:32px 56px 33px 46px;margin:0;position:relative;overflow:hidden;transform:rotate(-1.3deg)}.main-tile img{object-fit:cover;width:100%;height:100%}.float-icon{color:#fff;border:6px solid var(--paper);border-radius:50%;place-items:center;width:95px;height:95px;font-size:46px;font-weight:900;display:grid;position:absolute;top:-12px;left:-12px}.bottom-tiles{grid-template-columns:.55fr 1.15fr .55fr 1.15fr .55fr;align-items:stretch;gap:12px;display:grid}.bottom-tiles figure{border-radius:24px;height:190px;margin:0;overflow:hidden;box-shadow:0 8px 17px #003d3b20}.bottom-tiles figure img{object-fit:cover;width:100%;height:100%}.icon-tile{color:#fff;border-radius:23px;flex-direction:column;justify-content:center;align-items:center;padding:20px 12px;display:flex;box-shadow:0 7px #26344a55}.icon-tile b{font-size:40px}.icon-tile span{margin-top:10px;font-size:13px;font-weight:900}.purple{color:#fff;background:var(--purple)!important}.orange{color:#fff;background:var(--orange)!important}.lime{color:var(--ink);background:var(--lime)!important}.cyan{color:#fff;background:var(--teal)!important}.shape{z-index:-1;position:absolute}.dots{color:var(--teal);letter-spacing:11px;font-size:29px;line-height:.65;top:20px;left:2px}.zigzag{color:var(--purple);font-size:40px;top:14px;right:43%;transform:rotate(5deg)}.circle{border:11px solid var(--teal);border-radius:50%;width:135px;height:135px;bottom:4px;right:-79px}.section{max-width:1240px;margin:auto;padding:115px 36px}.title-block>span{color:var(--teal-dark);letter-spacing:.03em;font-size:13px;font-weight:900}.title-block h2{letter-spacing:-.055em;margin:22px 0 58px;font-size:clamp(48px,5.8vw,78px);line-height:1.08}.centered{text-align:center}.about-layout{grid-template-columns:.8fr 1.2fr;align-items:center;gap:55px;display:grid}.about-text p{color:#476164;margin:0 0 22px;font-size:18px;line-height:2}.about-image{height:470px;box-shadow:13px 13px 0 var(--purple);border-radius:32px;position:relative;overflow:hidden}.about-image img{object-fit:cover;width:100%;height:100%}.about-image span{background:var(--lime);border-radius:12px;padding:12px 17px;font-weight:900;position:absolute;bottom:22px;right:22px}.gallery-section{max-width:1320px}.studio-gallery{direction:ltr;grid-template-rows:310px 265px;grid-template-columns:1.15fr .85fr .85fr;gap:15px;display:grid}.studio-gallery figure{background:#dce8e4;border-radius:27px;margin:0;position:relative;overflow:hidden}.studio-gallery img{object-fit:cover;width:100%;height:100%;transition:all .4s}.studio-gallery figure:hover img{transform:scale(1.035)}.studio-gallery figcaption{color:var(--ink);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);direction:rtl;background:#fffdf4e8;border-radius:12px;padding:10px 13px;font-size:12px;font-weight:900;position:absolute;bottom:14px;right:14px}.gallery-1{grid-row:1/3}.gallery-2{grid-column:2/4}.gallery-5,.gallery-6{display:none}.services-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.service{border-radius:28px;min-height:330px;padding:25px;transition:all .25s;box-shadow:0 8px #16383a2e}.service>div{justify-content:space-between;align-items:center;display:flex}.service>div b{font-size:45px}.service>div span{font-weight:900}.service h3{margin:85px 0 14px;font-size:24px}.service p{font-size:14px;line-height:1.8}.channels{background:var(--ink);color:#fff;grid-template-columns:.75fr 1.25fr;gap:75px;max-width:none;padding-inline:max(36px,50% - 584px);display:grid}.title-block.light>span{color:#78e0df}.title-block.light em{color:var(--lime)}.channels-list{grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;gap:14px;display:grid}.channels-list article{border-radius:27px;grid-template-columns:32px 1fr 92px;align-items:center;gap:12px;min-height:118px;padding:12px 16px;transition:all .25s;display:grid;overflow:hidden}.channels-list article:hover{transform:translate(-7px)}.channels-list article>span{font-weight:900}.channels-list small{font-weight:700}.channels-list h3{margin:5px 0 0;font-size:23px}.channel-art{color:#fff;text-align:center;border:2px dashed #fff8;border-radius:18px;justify-self:end;place-items:center;width:88px;height:94px;font-size:11px;font-weight:900;line-height:1.4;display:grid}.lime .channel-art{color:var(--ink);border-color:#12373b55}.channel-art.has-image{border:0}.channel-art img{object-fit:contain;width:100%;height:100%;display:block}.video-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.video-card{background:#fff;border:2px solid #183d3d12;border-radius:30px;grid-template-columns:230px 1fr;min-height:420px;display:grid;overflow:hidden;box-shadow:0 9px #17373a18}.video-card:nth-child(3n+1){box-shadow:0 9px 0 var(--purple)}.video-card:nth-child(3n+2){box-shadow:0 9px 0 var(--orange)}.video-card:nth-child(3n){box-shadow:0 9px 0 var(--teal)}.video-frame{background:#0b2022;min-height:420px}.video-frame iframe{border:0;width:100%;height:100%;min-height:420px}.video-info{flex-direction:column;padding:24px 22px;display:flex}.video-top{justify-content:space-between;align-items:center;display:flex}.video-top span{background:var(--lime);border-radius:9px;padding:7px 10px;font-size:12px;font-weight:900}.video-top b{color:var(--teal);font-size:20px}.video-info h3{margin:20px 0;font-size:22px;line-height:1.45}.video-info dl{gap:10px;margin:auto 0 18px;display:grid}.video-info dl>div{border-top:1px solid #dce8e3;padding-top:9px}.video-info dt{color:#6b7e7d;font-size:11px}.video-info dd{margin:4px 0 0;font-size:13px;font-weight:900}.video-info a{color:var(--teal-dark);font-size:13px;font-weight:900}.data-note{text-align:center;color:#607471;margin:28px 0 0;font-size:12px}.video-frame>a{color:#fff;place-items:center;height:100%;min-height:420px;font-weight:900;display:grid}.extra-section{background:#fff}.extra-section h2{margin:0 0 24px;font-size:54px}.extra-section p{color:#526967;white-space:pre-wrap;font-size:20px;line-height:2}.partners{background:var(--soft);max-width:none;padding-inline:max(36px,50% - 584px)}.partner-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.partner{background:#fff;border-radius:24px;place-items:center;height:142px;padding:22px;display:grid;box-shadow:0 6px 16px #0a4e4a10}.partner img{object-fit:contain;width:100%;max-width:190px;height:100%;max-height:80px}.partner-1,.partner-5{border-bottom:7px solid var(--purple)}.partner-2,.partner-6{border-bottom:7px solid var(--orange)}.partner-3,.partner-7{border-bottom:7px solid var(--lime)}footer{background:var(--teal-dark);color:#fff;grid-template-columns:260px 1fr .9fr;align-items:center;gap:45px;padding:85px max(36px,50% - 584px) 28px;display:grid}.footer-logos{align-items:center;gap:14px;display:flex}.footer-logos>span{background:#fff5;width:1px;height:58px}.footer-logos img:first-child{object-fit:contain;width:185px;height:82px}.footer-logos img:last-child{object-fit:contain;width:62px;height:76px}footer>div>p{color:#b7ffff;font-weight:900}footer h2{margin:10px 0;font-size:clamp(43px,5vw,70px);line-height:1.08}footer h2 em{color:var(--lime);font-style:normal}.footer-copy p{color:#d6f2f0;line-height:1.9}.footer-copy a{background:var(--lime);color:var(--ink);border-radius:14px;margin-top:15px;padding:13px 17px;font-weight:900;display:inline-block}footer>small{border-top:1px solid #fff4;grid-column:1/-1;margin-top:35px;padding-top:24px}.editor-backdrop{z-index:999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#092b2c88;justify-content:flex-start;display:flex;position:fixed;inset:0}.editor{direction:rtl;background:#fff;flex-direction:column;width:min(560px,100vw);height:100%;display:flex;box-shadow:20px 0 60px #0004}.editor-head{background:var(--ink);color:#fff;justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.editor-head b{font-size:23px}.editor-head small{color:#b7dad8;margin-top:4px;display:block}.editor-head button{color:#fff;cursor:pointer;background:#ffffff18;border:0;border-radius:50%;width:42px;height:42px;font-size:27px}.editor-tabs{border-bottom:1px solid #dce7e4;grid-template-columns:repeat(5,1fr);display:grid}.editor-tabs button{cursor:pointer;background:#fff;border:0;padding:15px 5px;font-size:11px;font-weight:900}.editor-tabs button.active{background:var(--lime);color:var(--ink)}.editor-body{gap:14px;padding:22px;display:grid;overflow:auto}.editor-body>label,.editor-card>label{gap:7px;display:grid}.editor-body label>span,.editor-card label>span{color:#48605e;font-size:12px;font-weight:900}.editor-body input:not([type=color]),.editor-body textarea{background:#f8fbfa;border:1px solid #cbdad6;border-radius:12px;width:100%;padding:12px}.editor-body textarea{resize:vertical;min-height:90px}.editor-body h3{margin:17px 0 0;font-size:18px}.editor-hint{color:#627673;margin:-7px 0 3px;font-size:12px}.editor-card{background:#f8fbfa;border:1px solid #dce7e4;border-radius:18px;gap:12px;padding:14px;display:grid}.add-row,.danger{cursor:pointer;border:0;border-radius:12px;padding:12px;font-weight:900}.add-row{background:var(--lime);color:var(--ink)}.danger{color:#a72b20;background:#ffe3df}.image-editor{grid-template-columns:100px 1fr;align-items:center;gap:12px;display:grid}.image-editor img,.image-placeholder{object-fit:contain;background:#e8efed;border-radius:11px;width:100px;height:76px}.image-placeholder{color:#6a7c78;border:2px dashed #a9bdb7;place-items:center;font-weight:900;display:grid}.image-editor>div{gap:8px;display:grid}.image-editor b{font-size:13px}.upload-button{background:var(--teal);color:#fff;cursor:pointer;text-align:center;border-radius:10px;padding:9px 12px;font-size:12px;font-weight:900;display:inline-block}.upload-button input{display:none}.color-list{gap:10px;display:grid}.color-list label{border:1px solid #dce7e4;border-radius:14px;grid-template-columns:54px 1fr 85px;align-items:center;gap:12px;padding:10px;display:grid}.color-list input{background:0 0;border:0;width:50px;height:42px;padding:0}.color-list code{color:#6e807e;direction:ltr}.social-editor-title{align-items:center;gap:10px;display:flex}.social-editor-title img{object-fit:contain;width:30px;height:30px}.editor-footer{border-top:1px solid #dce7e4;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.editor-footer span{color:var(--teal-dark);font-size:12px;font-weight:900}.editor-footer button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:13px;padding:13px 18px;font-weight:900}.editor-footer button:disabled{opacity:.55}@media (width<=1000px){.site-header{padding-inline:24px}.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-inline:24px}.hero-copy{padding-top:10px}.hero-media{margin-top:25px}.services-grid{grid-template-columns:1fr 1fr}.channels{grid-template-columns:1fr}.video-card{grid-template-columns:190px 1fr}.shape{display:none}}@media (width<=680px){.site-header{height:88px;padding-inline:14px}.brand-lockup{gap:8px}.brand{width:157px;height:58px}.brand-divider{height:42px}.kingdom-brand{width:48px;height:48px}.contact-button{display:none}.hero{padding:35px 15px 65px}.hero h1{font-size:64px}.hero-copy>p{font-size:17px}.main-tile{height:310px}.bottom-tiles{grid-template-columns:1fr 1.6fr 1fr}.bottom-tiles figure{height:145px}.bottom-tiles figure:nth-of-type(2),.bottom-tiles .lime{display:none}.section{padding:80px 18px}.title-block h2{font-size:47px}.about-layout{grid-template-columns:1fr}.about-image{height:320px}.studio-gallery{grid-template-rows:290px 190px 190px;grid-template-columns:1fr 1fr}.gallery-1{grid-area:auto/1/auto/3}.gallery-2{grid-column:auto}.gallery-5,.gallery-6{display:block}.studio-gallery figcaption{font-size:10px}.services-grid{grid-template-columns:1fr}.service{min-height:270px}.service h3{margin-top:45px}.channels{padding-inline:18px}.channels-list,.video-grid{grid-template-columns:1fr}.video-card{grid-template-columns:145px 1fr;min-height:370px}.video-frame,.video-frame iframe{min-height:370px}.video-info{padding:18px 14px}.video-info h3{font-size:17px}.partner-grid{grid-template-columns:1fr 1fr}.partner{height:110px;padding:16px}footer{grid-template-columns:1fr;padding:65px 20px 25px}.edit-pill span{display:none}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}footer{background:var(--ink)}:root{--paper:#fff9f0;--ink:#171717;--teal:#4056f4;--teal-dark:#3145db;--purple:#b9a7ff;--orange:#ff6b7a;--lime:#b9e769;--yellow:#ffd84d;--soft:#fff2b8}body{background:radial-gradient(circle at 12% 3%,#ffd84d45 0 7%,transparent 7.2%), radial-gradient(circle at 88% 15%,#ff6b7a35 0 9%,transparent 9.2%), var(--paper);color:var(--ink)}.site-header{border:3px solid var(--ink);height:112px;box-shadow:0 7px 0 var(--ink);z-index:10;background:#fffdf8;border-top:0;border-radius:0 0 28px 28px;padding-inline:34px;position:relative}.brand-divider{background:var(--ink);height:46px}.site-header nav a:after{background:var(--teal);height:6px;transform:rotate(-2deg)}.contact-button{background:var(--teal);color:#fff;border:3px solid var(--ink);box-shadow:5px 5px 0 var(--ink);border-radius:18px}.contact-button:hover{background:var(--yellow);color:var(--ink);box-shadow:3px 3px 0 var(--ink);transform:translate(2px,2px)}.hero{padding-top:72px}.micro-label{background:var(--yellow);color:var(--ink);border:3px solid var(--ink);box-shadow:4px 4px 0 var(--ink);border-radius:99px;padding:9px 15px;display:inline-block;transform:rotate(-2deg)}.hero h1{color:var(--ink);text-shadow:3px 3px #fff}.hero h1 em,.title-block em{color:var(--teal);text-decoration:underline;text-decoration-thickness:7px;-webkit-text-decoration-color:var(--yellow);-webkit-text-decoration-color:var(--yellow);-webkit-text-decoration-color:var(--yellow);text-decoration-color:var(--yellow);text-underline-offset:10px}.primary-button{background:var(--teal);border:3px solid var(--ink);box-shadow:7px 7px 0 var(--ink);border-radius:18px}.primary-button:hover{box-shadow:3px 3px 0 var(--ink);transform:translate(4px,4px)}.main-tile{border:4px solid var(--ink);box-shadow:13px 13px 0 var(--yellow);transform:rotate(1.2deg)}.main-tile:after{content:"✦";color:var(--yellow);text-shadow:3px 3px 0 var(--ink);font-size:56px;position:absolute;bottom:12px;left:20px}.bottom-tiles figure,.icon-tile{border:3px solid var(--ink);box-shadow:6px 6px 0 var(--ink)}.bottom-tiles figure:first-of-type{transform:rotate(-2deg)}.bottom-tiles figure:nth-of-type(2){transform:rotate(2deg)}.section{position:relative}.section:before{content:"✦";color:var(--orange);font-size:36px;position:absolute;top:72px;left:18px;transform:rotate(15deg)}.title-block>span{color:var(--ink);background:var(--yellow);border:2px solid var(--ink);box-shadow:3px 3px 0 var(--ink);border-radius:99px;padding:7px 12px;display:inline-block}.about-image,.studio-gallery figure{border:3px solid var(--ink)}.about-image{box-shadow:12px 12px 0 var(--purple);transform:rotate(-1deg)}.about-image span{border:2px solid var(--ink);box-shadow:4px 4px 0 var(--ink)}.studio-gallery figure{border-radius:22px}.gallery-1{box-shadow:-9px 9px 0 var(--teal)}.gallery-2{box-shadow:8px -8px 0 var(--orange)}.gallery-3{box-shadow:-7px 7px 0 var(--purple)}.gallery-4{box-shadow:7px 7px 0 var(--lime)}.service{border:3px solid var(--ink);box-shadow:7px 7px 0 var(--ink);border-radius:24px}.service:first-child{transform:rotate(-1.5deg)}.service:nth-child(2){transform:rotate(1deg)}.service:nth-child(3){transform:rotate(-.7deg)}.service:nth-child(4){transform:rotate(1.6deg)}.service:hover{transform:translateY(-7px)rotate(0)}.channels{background:var(--teal);color:var(--ink);overflow:hidden}.channels:after{content:"★";color:var(--yellow);font-size:110px;position:absolute;bottom:3%;right:4%;transform:rotate(13deg)}.title-block.light>span{color:var(--ink);background:var(--yellow)}.title-block.light em{color:#fff;-webkit-text-decoration-color:var(--yellow);-webkit-text-decoration-color:var(--yellow);-webkit-text-decoration-color:var(--yellow);text-decoration-color:var(--yellow)}.channels-list{z-index:1;position:relative}.channels-list article{border:3px solid var(--ink);box-shadow:6px 6px 0 var(--ink);border-radius:24px}.channels-list article:nth-child(3n+1){transform:rotate(-1deg)}.channels-list article:nth-child(3n+2){transform:rotate(1deg)}.channels-list article:hover{box-shadow:10px 10px 0 var(--ink);transform:translate(-5px,-5px)}.watch-channel{border:2px solid var(--ink);color:var(--ink);cursor:pointer;box-shadow:3px 3px 0 var(--ink);background:#fff;border-radius:99px;margin-top:9px;padding:7px 10px;font-size:11px;font-weight:900}.watch-channel:hover{background:var(--yellow)}.channel-page{max-width:1500px;min-height:900px;margin:auto;padding:55px 36px 110px}.channel-hero{grid-template-columns:.82fr 1.18fr;align-items:center;gap:38px;min-height:470px;display:grid}.channel-intro{z-index:2;padding:20px 35px;position:relative}.channel-logo-large{object-fit:contain;object-position:right center;filter:drop-shadow(5px 6px #fff)drop-shadow(8px 9px #171717);width:min(480px,100%);height:210px}.channel-intro p{max-width:510px;margin:22px 0;font-size:21px;line-height:1.9}.back-channels{border:3px solid var(--ink);background:var(--ink);color:#fff;box-shadow:6px 6px 0 var(--yellow);cursor:pointer;border-radius:16px;padding:13px 21px;font-weight:900}.channel-hero-art{place-items:center;height:470px;display:grid;position:relative}.channel-hero-art:before,.channel-hero-art:after{content:"";z-index:-1;border-radius:45% 55% 42% 58%;position:absolute}.channel-hero-art:before{background:var(--orange);width:70%;height:76%;top:6%;right:3%;transform:rotate(8deg)}.channel-hero-art:after{background:var(--yellow);width:57%;height:68%;bottom:5%;left:5%;transform:rotate(-9deg)}.channel-hero-art img{object-fit:contain;z-index:1;width:100%;height:100%;position:relative}.talk-bubble{z-index:2;background:var(--teal);color:#fff;border:3px solid var(--ink);text-align:center;width:116px;height:116px;box-shadow:5px 5px 0 var(--ink);border-radius:50%;place-items:center;font-size:20px;font-weight:900;line-height:1.25;display:grid;position:absolute;top:18%;right:47%;transform:rotate(-5deg)}.channel-videos{padding-top:25px}.channel-videos-title{align-items:center;gap:14px;margin-bottom:28px;display:flex}.channel-videos-title h2{text-decoration:underline;-webkit-text-decoration-color:var(--yellow);-webkit-text-decoration-color:var(--yellow);-webkit-text-decoration-color:var(--yellow);text-decoration-color:var(--yellow);text-underline-offset:10px;margin:0;font-size:54px;text-decoration-thickness:7px}.channel-videos-title>span{color:var(--orange);font-size:45px}.channel-video-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:22px;display:grid}.channel-video-card{border:3px solid var(--ink);box-shadow:8px 8px 0 var(--ink);background:#fff;border-radius:28px;transition:all .2s;overflow:hidden}.channel-video-card:hover{transform:translateY(-6px)rotate(0)!important}.channel-video-card:nth-child(odd){transform:rotate(-1deg)}.channel-video-card:nth-child(2n){transform:rotate(1deg)}.channel-video-frame{background:#101c2c;height:380px}.channel-video-frame iframe{border:0;width:100%;height:100%}.channel-video-frame>a{color:#fff;place-items:center;height:100%;font-size:60px;display:grid}.channel-video-copy h3{margin:0 0 16px;font-size:21px;line-height:1.45}.channel-video-copy>div{flex-wrap:wrap;gap:12px;font-size:11px;font-weight:900;display:flex}.card-0 .channel-video-copy{background:var(--yellow)}.card-1 .channel-video-copy{background:var(--purple)}.card-2 .channel-video-copy{background:var(--lime)}.card-3 .channel-video-copy{background:var(--orange)}.empty-channel{border:3px dashed var(--ink);text-align:center;background:#fff;border-radius:30px;padding:70px}.work{background:#fffdf8;max-width:none;padding-inline:max(36px,50% - 584px)}.video-card{border:3px solid var(--ink);border-radius:25px;box-shadow:8px 8px 0 var(--ink)!important}.video-card:nth-child(odd){transform:rotate(-.6deg)}.video-card:nth-child(2n){transform:rotate(.6deg)}.partners{background:var(--yellow)}.partner{border:3px solid var(--ink);box-shadow:6px 6px 0 var(--ink);border-radius:20px}.partner:nth-child(odd){transform:rotate(-1deg)}.partner:nth-child(2n){transform:rotate(1deg)}footer{background:var(--ink);border-top:10px solid var(--teal)}.footer-copy a{box-shadow:5px 5px 0 var(--orange);border:3px solid #fff}.edit-launch{background:var(--yellow);color:var(--ink);border:3px solid var(--ink);box-shadow:5px 5px 0 var(--ink)}@media (width<=1000px){.site-header{box-shadow:0 5px 0 var(--ink);border-inline:0;border-radius:0}.site-header nav{display:none}.channel-hero{grid-template-columns:1fr}.channel-hero-art{height:390px}.channel-video-grid{grid-template-columns:1fr 1fr}}@media (width<=680px){body{background:var(--paper)}.hero h1{text-shadow:2px 2px #fff}.section:before{display:none}.service,.video-card,.partner{transform:none!important}.channel-page{padding:36px 16px 75px}.channel-intro{padding:10px}.channel-logo-large{height:150px}.channel-intro p{font-size:17px}.channel-hero-art{height:310px}.talk-bubble{width:90px;height:90px;font-size:15px}.channel-videos-title h2{font-size:38px}.channel-video-grid{grid-template-columns:1fr}.channel-video-card{transform:none!important}.channel-video-frame{height:430px}}.home-showcase{max-width:1540px;margin:auto;padding:44px 34px 110px;overflow:hidden}.home-showcase-top{direction:ltr;grid-template-columns:.78fr 1.22fr;align-items:center;gap:30px;min-height:540px;display:grid}.home-intro{direction:rtl;padding:34px 24px 34px 4px;position:relative}.home-studio-logo{object-fit:contain;object-position:right center;width:min(520px,100%);height:230px;filter:drop-shadow(5px 6px 0 #fff) drop-shadow(8px 9px 0 var(--ink))}.home-spark{color:var(--orange);font-size:62px;position:absolute;top:2%;left:4%;transform:rotate(14deg)}.all-channels-button{background:var(--ink);color:#fff;border:3px solid var(--ink);box-shadow:6px 6px 0 var(--yellow);border-radius:18px;align-items:center;gap:16px;padding:13px 22px;font-weight:900;transition:all .2s;display:inline-flex}.all-channels-button:hover{box-shadow:3px 3px 0 var(--yellow);transform:translate(3px,3px)}.home-art{direction:rtl;place-items:center;height:525px;display:grid;position:relative}.home-art:before{content:"";background:linear-gradient(125deg,var(--yellow) 0 48%,var(--orange) 48%);z-index:-1;border-radius:44% 56% 47% 53%/52% 43% 57% 48%;position:absolute;inset:7% 1% 8% 6%;transform:rotate(2deg)}.home-art img{object-fit:contain;z-index:1;width:100%;height:100%;position:relative}.home-bubble{width:126px;height:126px;top:14%;right:44%}.doodle{z-index:2;color:var(--ink);font-style:normal;font-weight:900;position:absolute}.doodle-star{font-size:66px;bottom:17%;right:3%;transform:rotate(13deg)}.doodle-lines{letter-spacing:5px;font-size:40px;top:13%;left:7%;transform:rotate(65deg)}.home-channels{padding-top:28px;scroll-margin-top:24px}.home-channels-title{justify-content:flex-start;align-items:center;gap:16px;margin:0 7px 32px;display:flex}.home-channels-title>span{color:var(--orange);font-size:48px}.home-channels-title small{color:var(--teal);font-weight:900}.home-channels-title h2{text-decoration:underline;text-decoration-thickness:8px;-webkit-text-decoration-color:var(--yellow);-webkit-text-decoration-color:var(--yellow);-webkit-text-decoration-color:var(--yellow);text-decoration-color:var(--yellow);text-underline-offset:12px;margin:0;font-size:clamp(48px,5vw,72px);line-height:1}.home-channel-grid{direction:rtl;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:20px;display:grid}.home-channel-card{border:4px solid var(--ink);box-shadow:8px 8px 0 var(--ink);background:#fff;border-radius:28px;transition:all .22s;overflow:hidden}.home-channel-card:nth-child(4n+1){transform:rotate(-1.4deg)}.home-channel-card:nth-child(4n+2){transform:rotate(.9deg)}.home-channel-card:nth-child(4n+3){transform:rotate(-.7deg)}.home-channel-card:nth-child(4n){transform:rotate(1.2deg)}.home-channel-card:hover{box-shadow:11px 11px 0 var(--ink);transform:translateY(-7px)rotate(0)}.home-channel-visual{border:3px solid var(--ink);background:#fffdf8;border-radius:20px;place-items:center;height:220px;margin:14px 14px 0;display:grid;position:relative;overflow:hidden}.home-channel-visual:before,.home-channel-visual:after{content:"";border-radius:50%;position:absolute}.home-channel-visual:before{background:#ffd84d52;width:150px;height:150px;top:-45px;right:-45px}.home-channel-visual:after{background:#4056f43b;width:100px;height:100px;bottom:-35px;left:-35px}.home-channel-visual img{object-fit:contain;z-index:1;filter:drop-shadow(3px 4px #fff);width:88%;height:76%;position:relative}.home-card-number{z-index:2;background:var(--ink);color:#fff;border-radius:99px;padding:5px 9px;font-size:11px;font-weight:900;position:absolute;top:10px;right:12px}.home-logo-placeholder{font-weight:900}.home-channel-copy{flex-direction:column;min-height:168px;padding:18px 18px 20px;display:flex}.home-channel-copy small{opacity:.7;font-weight:900}.home-channel-copy button{border:3px solid var(--ink);color:var(--ink);cursor:pointer;box-shadow:3px 3px 0 var(--ink);background:#fff;border-radius:99px;align-self:flex-start;margin-top:auto;padding:9px 13px;font-weight:900}.home-channel-copy button:hover{background:var(--teal);color:#fff}.home-card-0 .home-channel-copy{background:var(--yellow)}.home-card-1 .home-channel-copy{background:var(--purple)}.home-card-2 .home-channel-copy{background:var(--lime)}.home-card-3 .home-channel-copy{background:var(--orange)}@media (width<=1120px){.home-showcase-top{grid-template-columns:1fr 1.15fr}.home-studio-logo{height:190px}.home-art{height:440px}.home-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.home-showcase{padding:30px 15px 80px}.home-showcase-top{direction:rtl;grid-template-columns:1fr;gap:8px}.home-intro{padding:15px 6px}.home-studio-logo{height:170px}.home-intro p{margin:20px 0;font-size:17px}.home-spark{font-size:42px}.home-art{height:340px}.home-art:before{inset:5% 0}.home-bubble{width:88px;height:88px;font-size:14px;top:10%;right:48%}.doodle-star{font-size:46px}.doodle-lines{font-size:27px}.home-channels{padding-top:10px}.home-channels-title h2{font-size:48px}.home-channel-grid{grid-template-columns:1fr;gap:24px}.home-channel-card{transform:none!important}.home-channel-visual{height:210px}.home-channel-copy{min-height:145px}.home-channel-copy h3{font-size:26px}}.brand-lockup{gap:10px}.brand-divider{height:40px}.kingdom-brand{object-fit:contain;object-position:center;background:#fff;border-radius:12px;width:62px;height:62px;padding:4px;display:block}.home-channel-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;max-width:1380px;margin-inline:auto}.home-channel-card{box-shadow:6px 6px 0 var(--ink);border-width:3px;border-radius:22px}.home-channel-visual{border-width:2px;border-radius:15px;height:145px;margin:9px 9px 0}.home-channel-visual:before{width:100px;height:100px}.home-channel-visual:after{width:68px;height:68px}.home-card-number{padding:4px 7px;font-size:9px;top:7px;right:8px}.home-channel-copy button{box-shadow:2px 2px 0 var(--ink);border-width:2px;padding:6px 9px;font-size:10px}@media (width<=1120px){.home-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.brand{width:145px;height:52px}.brand-divider{height:34px}.kingdom-brand{width:48px;height:48px;padding:3px}.home-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.home-channel-visual{height:120px}.home-channel-copy{min-height:108px;padding:10px}.home-channel-copy h3{font-size:18px}.home-channel-copy button{padding:6px 8px;font-size:9px}}.brand{background:var(--ink);border-radius:15px;padding:7px 10px}.brand img{filter:none!important}.home-studio-logo{background:var(--ink);border:3px solid var(--ink);box-shadow:8px 8px 0 var(--yellow);border-radius:30px;padding:22px;filter:none!important}@media (width<=760px){.brand{padding:6px 8px}.home-studio-logo{box-shadow:6px 6px 0 var(--yellow);border-radius:22px;padding:15px}}.brand,.home-studio-logo{box-shadow:none!important;filter:none!important;box-shadow:none!important;background:#eadbc3!important;border:2px solid #bda47a!important;border-radius:18px!important;padding:8px 12px!important}.home-studio-logo{object-fit:contain;width:min(440px,100%);height:150px}.home-showcase-top{min-height:500px;scroll-margin-top:24px}.home-intro{padding-top:20px}.about-kicker{background:var(--yellow);border:2px solid var(--ink);border-radius:99px;margin-top:22px;padding:6px 11px;font-size:12px;font-weight:900;display:inline-block}.home-intro h1 em{color:var(--teal);text-decoration:underline;-webkit-text-decoration-color:var(--yellow);-webkit-text-decoration-color:var(--yellow);-webkit-text-decoration-color:var(--yellow);text-decoration-color:var(--yellow);text-underline-offset:8px;font-style:normal;text-decoration-thickness:6px}.home-intro p{max-width:560px;margin:8px 0;font-size:15px;font-weight:600;line-height:1.85}.home-art img{object-fit:contain}.home-channel-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:13px;max-width:1280px}.home-channel-card{box-shadow:4px 4px 0 var(--ink);border-radius:18px}.home-channel-card:hover{box-shadow:6px 6px 0 var(--ink)}.home-channel-visual{border-radius:12px;height:105px;margin:7px 7px 0}.home-channel-visual img{width:80%;height:68%}.home-channel-copy{min-height:92px;padding:9px 9px 10px}.home-channel-copy small{font-size:8px}.home-channel-copy h3{margin:3px 0 7px;font-size:17px}.home-channel-copy button{padding:5px 7px;font-size:8px}.home-card-number{padding:3px 6px;font-size:8px}@media (width<=1120px){.home-channel-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-showcase-top{min-height:460px}.home-studio-logo{height:125px}}@media (width<=760px){.brand{border-radius:13px!important;padding:5px 7px!important}.home-studio-logo{height:115px;border-radius:16px!important;padding:9px!important}.home-intro h1{font-size:38px}.home-intro p{font-size:14px}.home-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.home-channel-visual{height:88px}.home-channel-copy{min-height:88px;padding:7px}.home-channel-copy h3{font-size:14px}.home-channel-copy button{padding:4px 6px;font-size:7px}}.brand,.home-studio-logo{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.brand img,.home-studio-logo{filter:none!important}.home-art img,.channel-hero-art img{mix-blend-mode:normal!important}.site-header{gap:22px;height:96px;padding-inline:30px}.brand{width:168px;height:58px}.kingdom-brand{width:54px;height:54px}.site-header nav{gap:22px;font-size:14px}.contact-button{padding:9px 16px;font-size:13px}.home-showcase{padding:26px 34px 86px}.home-showcase-top{grid-template-columns:.88fr 1.12fr;gap:38px;min-height:445px}.home-intro{padding:12px 28px 18px 4px}.home-studio-logo{object-position:right center;width:min(390px,100%);height:118px}.about-kicker{margin-top:15px;padding:5px 10px;font-size:11px}.home-intro h1{margin:13px 0 12px;font-size:clamp(32px,3.5vw,50px);line-height:1.12}.home-intro p{max-width:530px;margin:6px 0;font-size:14px;line-height:1.8}.home-intro .all-channels-button{margin-top:12px}.all-channels-button{border-radius:15px;padding:10px 18px;font-size:13px}.home-art{height:440px}.home-bubble{width:104px;height:104px;font-size:17px}.home-spark{font-size:48px}.doodle-star{font-size:52px}.doodle-lines{font-size:32px}.home-channels{padding-top:18px}.home-channels-title{margin-bottom:20px}.home-channels-title>span{font-size:38px}.home-channels-title small{font-size:11px}.home-channels-title h2{font-size:clamp(36px,3.5vw,52px)}.section{padding-top:88px;padding-bottom:88px}.title-block>span{padding:6px 10px;font-size:11px}.title-block h2{margin:18px 0 44px;font-size:clamp(38px,4.5vw,62px)}.studio-gallery figcaption{font-size:11px}.service h3{font-size:21px}.service p{font-size:13px}.video-info h3{font-size:19px}.video-info dt{font-size:10px}.video-info dd,.video-info a{font-size:12px}.extra-section h2{font-size:46px}.extra-section p{font-size:17px}.channel-intro p{font-size:18px}.channel-videos-title h2{font-size:46px}.channel-video-copy h3{font-size:18px}.empty-channel b{font-size:34px}.empty-channel p{font-size:16px}footer h2{font-size:clamp(36px,4vw,56px)}.footer-copy p{font-size:14px}@media (width<=1000px){.site-header{height:88px}.home-showcase-top{grid-template-columns:.92fr 1.08fr;gap:22px}.home-art{height:390px}.home-studio-logo{height:104px}.home-intro h1{font-size:38px}.home-intro p{font-size:13px}}@media (width<=760px){.site-header{height:78px}.brand{width:132px;height:46px}.kingdom-brand{width:43px;height:43px}.home-showcase{padding:22px 15px 64px}.home-showcase-top{grid-template-columns:1fr;gap:0}.home-intro{text-align:center;padding:10px 8px 4px}.home-studio-logo{object-position:center;width:min(330px,90%);height:92px}.home-spark{font-size:34px;top:0;left:1%}.about-kicker{margin-top:10px}.home-intro h1{margin:11px 0;font-size:31px}.home-intro p{max-width:440px;margin:5px auto;font-size:12.5px;line-height:1.75}.all-channels-button{padding:9px 15px;font-size:12px}.home-art{height:285px}.home-bubble{width:78px;height:78px;font-size:12px}.doodle-star{font-size:36px}.doodle-lines{font-size:22px}.home-channels{padding-top:8px}.home-channels-title{margin-bottom:16px}.home-channels-title h2{font-size:34px}.home-channels-title>span{font-size:30px}.section{padding-top:62px;padding-bottom:62px}.title-block h2{margin:15px 0 32px;font-size:34px}.service h3{font-size:19px}.service p{font-size:12.5px}.video-info h3{font-size:16px}.extra-section h2{font-size:34px}.extra-section p,.channel-intro p{font-size:15px}.channel-videos-title h2{font-size:32px}footer h2{font-size:36px}.footer-copy p{font-size:13px}}.channel-video-grid{direction:rtl;grid-template-columns:repeat(auto-fill,minmax(230px,280px));justify-content:start;gap:26px}.channel-video-card{width:100%;max-width:280px}.channel-video-frame{aspect-ratio:9/16;width:100%;height:auto;overflow:hidden}.channel-video-frame iframe{width:100%;height:100%;min-height:0;display:block}.channel-video-frame>a{min-height:0}.channel-video-copy{padding:14px 15px 16px}.channel-video-copy h3{margin-bottom:12px;font-size:16px}.channel-video-copy>div{gap:9px;font-size:10px}@media (width<=680px){.channel-video-grid{grid-template-columns:minmax(0,320px);justify-content:center}.channel-video-card{max-width:320px}.channel-video-copy h3{font-size:15px}}.channel-stats{border-top:4px solid var(--ink);margin-top:68px;padding-top:34px}.channel-stats-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px;display:flex}.channel-stats-heading>div>span{background:var(--yellow);border:2px solid var(--ink);border-radius:99px;padding:6px 11px;font-size:11px;font-weight:900;display:inline-block}.channel-stats-heading h2{margin:13px 0 0;font-size:clamp(32px,3.5vw,48px);line-height:1.1}.channel-stats-heading small{white-space:nowrap;align-items:center;gap:7px;font-size:11px;font-weight:900;display:flex}.channel-stats-heading small i{background:var(--lime);border:2px solid var(--ink);border-radius:50%;width:9px;height:9px}.channel-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.social-stat-card{color:inherit;border:3px solid var(--ink);box-shadow:5px 5px 0 var(--ink);background:#fff;border-radius:20px;min-width:0;padding:16px;text-decoration:none;transition:all .2s;display:block}.social-stat-card[href]:hover{box-shadow:8px 8px 0 var(--ink);transform:translateY(-4px)}.social-stat-card:nth-child(2),.social-stat-card:nth-child(4){transform:translateY(8px)}.social-stat-card[href]:nth-child(2):hover,.social-stat-card[href]:nth-child(4):hover{transform:translateY(3px)}.social-stat-head{border-bottom:2px solid var(--ink);justify-content:space-between;align-items:center;gap:8px;padding-bottom:12px;display:flex}.social-stat-head>div{align-items:center;gap:9px;min-width:0;display:flex}.social-stat-head strong{font-size:14px}.social-stat-head>span{background:var(--paper);border:1px solid var(--ink);white-space:nowrap;border-radius:99px;padding:4px 6px;font-size:8px;font-weight:900}.social-stat-mark{border:2px solid var(--ink);background:#fff;border-radius:10px;flex:none;place-items:center;width:38px;height:38px;padding:7px;display:grid}.social-stat-mark img{object-fit:contain;width:100%;height:100%;display:block}.social-primary{padding:15px 0 12px}.social-primary>b{font-size:28px;line-height:1;display:block}.social-primary>span{margin-top:6px;font-size:10px;font-weight:800;display:block}.social-stat-detail{border-top:1px dashed #777;border-bottom:1px dashed #777;justify-content:space-between;gap:8px;padding:10px 0;font-size:9px;font-weight:800;display:flex}.social-stat-detail span{gap:3px;display:grid}.social-stat-detail b{font-size:13px}.social-growth{justify-content:space-between;align-items:center;gap:8px;margin-top:11px;font-size:9px;font-weight:900;display:flex}.social-growth b{font-size:14px}.social-stat-0{background:var(--purple)}.social-stat-1{background:#fff}.social-stat-2{background:var(--orange)}.social-stat-3{background:var(--lime)}.homepage-stats .channel-stats{margin-top:0}@media (width<=1000px){.channel-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.social-stat-card:nth-child(2),.social-stat-card:nth-child(4){transform:none}}@media (width<=680px){.channel-stats{margin-top:48px;padding-top:26px}.channel-stats-heading{flex-direction:column;align-items:flex-start;gap:10px}.channel-stats-heading h2{font-size:30px}.channel-stats-grid{grid-template-columns:1fr}.social-stat-card{padding:15px}.social-stat-head strong{font-size:15px}}.homepage-stats{background:#fffdf8;padding-top:48px;padding-bottom:92px}.homepage-stats .channel-stats{border:3px solid var(--ink);box-shadow:8px 8px 0 var(--ink);background:#fff;border-radius:28px;margin:0;padding:28px 30px 30px}.homepage-stats .channel-stats-heading{align-items:center;margin-bottom:24px}.homepage-stats .channel-stats-heading>div>span{color:var(--teal);background:0 0;border:0;padding:0;font-size:11px}.homepage-stats .channel-stats-heading h2{margin-top:7px;font-size:clamp(30px,3vw,43px)}.homepage-stats .channel-stats-grid{border-block:2px solid var(--ink);gap:0}.homepage-stats .social-stat-card{text-align:center;border:0;border-inline-start:2px solid var(--ink);box-shadow:none;border-radius:0;flex-direction:column;align-items:center;min-height:245px;padding:24px 16px;display:flex;background:#fff!important;transform:none!important}.homepage-stats .social-stat-card:first-child{border-inline-start:0}.homepage-stats .social-stat-card[href]:hover{box-shadow:none;background:var(--paper)!important;transform:none!important}.homepage-stats .social-stat-head{border:0;flex-direction:column;justify-content:center;gap:9px;padding:0}.homepage-stats .social-stat-head>div{flex-direction:column;gap:8px}.homepage-stats .social-stat-head strong{font-size:15px}.homepage-stats .social-stat-head>span{display:none}.homepage-stats .social-stat-mark{border:2px solid var(--ink);width:58px;height:58px;box-shadow:3px 3px 0 var(--yellow);border-radius:50%;padding:13px}.homepage-stats .social-primary{padding:16px 0 13px}.homepage-stats .social-primary>b{font-size:36px}.homepage-stats .social-primary>span{font-size:10px}.homepage-stats .social-stat-detail{border:0;justify-content:center;gap:18px;width:100%;padding:0;font-size:9px}.homepage-stats .social-stat-detail span{min-width:70px}.homepage-stats .social-stat-detail b{font-size:12px}.homepage-stats .social-growth{color:var(--teal);flex-wrap:wrap;justify-content:center;margin-top:auto;padding-top:14px;font-size:9px}.homepage-stats .social-growth b{font-size:13px}@media (width<=900px){.homepage-stats .channel-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.homepage-stats .social-stat-card:nth-child(3){border-inline-start:0;border-top:2px solid var(--ink)}.homepage-stats .social-stat-card:nth-child(4){border-top:2px solid var(--ink)}}@media (width<=560px){.homepage-stats{padding-inline:16px}.homepage-stats .channel-stats{border-radius:22px;padding:22px 16px 20px}.homepage-stats .channel-stats-heading{text-align:center;align-items:center}.homepage-stats .channel-stats-heading small{white-space:normal}.homepage-stats .channel-stats-grid{grid-template-columns:1fr}.homepage-stats .social-stat-card{border-top:2px solid var(--ink);min-height:220px;border-inline-start:0!important}.homepage-stats .social-stat-card:first-child{border-top:0}}.services-grid .service h3{font-size:clamp(27px,2.25vw,32px);font-weight:900;line-height:1.3}@media (width<=680px){.services-grid .service h3{font-size:26px}}.service-with-image{flex-direction:column;padding:18px;display:flex}.service-image{object-fit:cover;object-position:center;border:3px solid var(--ink);width:100%;height:145px;box-shadow:4px 4px 0 var(--ink);border-radius:18px;margin:16px 0 0}.service-with-image h3{margin:18px 0 9px}.service-with-image p{margin:0}@media (width<=1000px){.service-image{height:190px}}@media (width<=680px){.service-image{height:210px}.service-with-image h3{margin-top:18px}}
