﻿:root{--ink:#111;--charcoal:#373737;--navy:#071b3a;--navy-2:#0b315f;--gold:#c9952e;--gold-soft:#f7ecd6;--paper:#fff;--warm:#f7f5f0;--line:#d9d7d0;--muted:#73716b;--success:#2f6f3e;--danger:#a33636;--warning:#8a5a09;--info:#245f8f;--r-sm:5px;--r:9px;--shadow:0 12px 40px rgba(7,27,58,.08);--max:1504px;--shell-max:1504px;--shell-gutter:clamp(20px,4vw,72px);--header:88px;--font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.55}body.drawer-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.skip-link{position:fixed;left:16px;top:-60px;background:var(--navy);color:#fff;padding:12px 18px;z-index:9999}.skip-link:focus{top:16px}.site-header{height:var(--header);position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);z-index:100;transition:.25s}.site-header.compact{height:72px;box-shadow:0 8px 30px rgba(7,27,58,.06)}.header-inner{height:100%;display:flex;align-items:center;gap:32px}.brand{display:flex;align-items:center;gap:12px;min-width:270px}.brand img{width:240px;height:72px;object-fit:contain}.nav{display:flex;align-items:center;gap:28px;margin-left:auto}.nav a{font-size:.92rem;font-weight:620;color:#252525;position:relative;white-space:nowrap}.nav a:hover,.nav a[aria-current="page"]{color:var(--navy)}.nav a[aria-current="page"]:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;background:var(--gold)}.header-actions{display:flex;align-items:center;gap:10px}.icon-btn{width:42px;height:42px;border:1px solid var(--line);display:grid;place-items:center;background:#fff;border-radius:50%;font-size:1.05rem}.menu-toggle{display:none}.btn{min-height:46px;padding:11px 20px;border:1px solid var(--navy);border-radius:var(--r-sm);display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;transition:.2s;background:#fff;color:var(--navy)}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(7,27,58,.12)}.btn:focus-visible,.icon-btn:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid rgba(201,149,46,.45);outline-offset:3px}.btn--primary{background:var(--navy);color:#fff}.btn--ghost{border-color:var(--line);color:var(--ink)}.btn--small{min-height:38px;padding:8px 13px;font-size:.88rem}.mobile-drawer{position:fixed;inset:0;z-index:300;pointer-events:none;visibility:hidden}.mobile-drawer.is-open{pointer-events:auto;visibility:visible}.drawer-scrim{position:absolute;inset:0;background:rgba(0,0,0,.52);opacity:0;transition:.22s}.is-open .drawer-scrim{opacity:1}.drawer-panel{position:absolute;inset:0 0 0 auto;width:min(88vw,420px);background:var(--navy);color:#fff;transform:translateX(100%);transition:.25s;padding:24px;overflow:auto}.is-open .drawer-panel{transform:none}.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:18px}.drawer-head img{width:220px;filter:brightness(0) invert(1)}.drawer-nav{display:grid;gap:2px;margin-top:24px}.drawer-nav a,.drawer-nav button{background:transparent;border:0;color:#fff;text-align:left;padding:14px 12px;border-bottom:1px solid rgba(255,255,255,.08);font-weight:650}.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fdfcf9 100%);border-bottom:1px solid var(--line)}.hero:after{content:"";position:absolute;right:-8%;bottom:-40%;width:64%;height:80%;background:repeating-radial-gradient(ellipse at center,transparent 0 20px,rgba(201,149,46,.08) 21px 22px);pointer-events:none}.hero h1{font-size:clamp(2.6rem,5vw,5.2rem);line-height:1.02;letter-spacing:-.055em;margin:15px 0 24px;max-width:900px}.hero p{max-width:650px;font-size:1.12rem;color:var(--charcoal)}.section{padding:96px 0}.site-footer{background:var(--navy);color:#fff;border-top:3px solid var(--gold);padding:62px 0 24px}.input,.select,.textarea{width:100%;border:1px solid var(--line);border-radius:var(--r-sm);background:#fff;padding:12px 14px;color:var(--ink);min-height:48px}.textarea{min-height:150px;resize:vertical}.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:0 8px 24px rgba(7,27,58,.04)}.list{border:1px solid var(--line);background:#fff}.meta{color:var(--muted);font-size:.86rem}.alert{border-left:3px solid var(--info);padding:14px 18px;background:#edf5fb;margin:18px 0}.alert--success{border-color:var(--success);background:#edf6ef}.alert--danger{border-color:var(--danger);background:#faeeee}.check{display:flex;gap:10px;align-items:flex-start;font-size:.88rem;margin:12px 0}.check input{margin-top:4px}
@media(max-width:1200px){.nav{display:none}.menu-toggle{display:grid}.brand{margin-right:auto}}
@media(max-width:900px){.container{width:min(calc(100% - 32px),var(--max))}.hero h1{font-size:clamp(2.7rem,10vw,4.4rem)}}
@media(max-width:620px){:root{--header:70px}.container{width:min(calc(100% - 24px),var(--max))}.brand{min-width:0}.brand img{width:190px;height:58px}.header-actions .btn{display:none}.hero h1{font-size:2.75rem}.hero p{font-size:1rem}.section{padding:66px 0}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.drawer-head img{filter:none;background:#fff;border-radius:4px}
.drawer-head img{width:220px;height:82px;object-fit:contain}

/* Bootstrap Icons integration and TKM-compatible custom icons */
.bi{line-height:1;vertical-align:-.125em}.btn .bi{font-size:1rem}.icon-btn .bi{font-size:1.12rem}.drawer-nav .bi{width:22px;display:inline-block;color:#e0b75f}

/* Admin navigation and dashboard */

/* Final experience system: account center, profile, notifications and calendar */
:root{--surface:#fbfaf7;--surface-2:#f1f0eb;--line-soft:#e7e5de;--teal:#1b6571;--teal-soft:#e6f2f1;--green:#36745a;--red:#a84545;--account-side:292px}

/* Domain-specific admin workspaces */

/* Moderator workflow center */

/* Premium institutional footer */
.site-footer{position:relative;padding:0;overflow:hidden;border-top:0;color:#d7dfe8;background:#04142c}.footer-pattern{position:absolute;z-index:0;inset:0;background-image:linear-gradient(90deg,rgba(4,20,44,.9) 0%,rgba(4,20,44,.62) 48%,rgba(4,20,44,.28) 100%),url('../footer/footer-pattern-1600.webp');background-position:center;background-size:cover;opacity:.92;pointer-events:none}.site-footer>.container,.footer-legal{position:relative;z-index:1}.footer-main-grid{padding-top:58px;padding-bottom:58px;display:grid;grid-template-columns:minmax(280px,1.55fr) minmax(130px,.6fr) minmax(160px,.7fr) minmax(280px,1.05fr);gap:54px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-logo{width:210px;height:80px;padding:7px 12px;border-radius:8px;display:grid;place-items:center;background:rgba(255,255,255,.96)}.footer-logo img{width:100%;height:100%;object-fit:contain}.footer-identity>p{max-width:420px;margin:22px 0;color:#9facb9;font-size:.76rem;line-height:1.7}.footer-assurance{display:flex;flex-wrap:wrap;gap:7px}.footer-assurance span{padding:7px 9px;border:1px solid rgba(255,255,255,.14);border-radius:6px;display:flex;align-items:center;gap:6px;color:#b9c6d1;background:rgba(255,255,255,.035);font-size:.6rem}.footer-assurance i{color:#d7b66f}.footer-links,.footer-contact{display:flex;flex-direction:column}.footer-links h3,.footer-contact h3{margin:0 0 19px;color:#e7c57f;font-size:.63rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em}.footer-links>a{min-height:38px;border-bottom:1px solid rgba(255,255,255,.075);display:flex;align-items:center;justify-content:space-between;color:#c3ced8;font-size:.72rem}.footer-links>a i{color:#6f8294;font-size:.65rem;transition:.18s}.footer-links>a:hover{color:#fff}.footer-links>a:hover i{color:#d8b871;transform:translate(2px,-2px)}.footer-contact>p{margin:-3px 0 18px;color:#8f9eac;font-size:.68rem;line-height:1.6}.footer-contact>a{min-height:63px;padding:10px 0;border-top:1px solid rgba(255,255,255,.09);display:grid;grid-template-columns:34px 1fr;align-items:center;gap:9px}.footer-contact>a>i{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#dfbd73;background:rgba(201,149,46,.1)}.footer-contact>a>span{min-width:0;display:grid}.footer-contact small{color:#788b9c;font-size:.55rem}.footer-contact strong{margin-top:2px;overflow:hidden;text-overflow:ellipsis;color:#d7e0e8;font-size:.66rem}.footer-contact>a:hover strong{color:#fff}.footer-standard-strip{min-height:112px;border-bottom:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:.8fr 1fr 1fr;align-items:center;gap:28px}.footer-standard-strip>span{color:#e3c57f;font-size:.63rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.footer-standard-strip>div{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:10px}.footer-standard-strip>div>i{width:34px;height:34px;border:1px solid rgba(255,255,255,.13);border-radius:50%;display:grid;place-items:center;color:#cba659}.footer-standard-strip p{margin:0;display:grid}.footer-standard-strip strong{color:#d3dce4;font-size:.67rem}.footer-standard-strip small{margin-top:2px;color:#7e90a0;font-size:.57rem}.footer-legal{background:rgba(1,9,22,.64);backdrop-filter:blur(8px)}.footer-legal>.container{min-height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px}.footer-legal>.container>div:first-child{display:flex;gap:14px;color:#6f8191;font-size:.58rem}.footer-legal>.container>div:first-child span+span:before{content:"?";margin-right:14px;color:#43586b}.footer-legal nav{display:flex;gap:18px;color:#7c8d9c;font-size:.58rem}.footer-legal nav a:hover{color:#fff}.footer-created{justify-self:end;display:flex;align-items:center;gap:10px}.footer-created>span{color:#657889;font-size:.54rem;text-transform:uppercase;letter-spacing:.1em}.footer-created img{width:128px;height:30px;object-fit:contain;filter:invert(1);opacity:.78}.footer-created:hover img{opacity:1}
@media(max-width:1100px){.footer-main-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-contact{grid-column:2/-1}.footer-standard-strip{grid-template-columns:1fr 1fr}.footer-standard-strip>span{grid-column:1/-1;padding-top:22px}.footer-legal>.container{grid-template-columns:1fr 1fr}.footer-created{grid-column:2;grid-row:1}.footer-legal nav{grid-column:1/-1;padding-bottom:20px}}
@media(max-width:700px){.footer-pattern{background-position:68% center}.footer-main-grid{padding-top:45px;padding-bottom:42px;grid-template-columns:1fr 1fr;gap:42px 24px}.footer-identity{grid-column:1/-1}.footer-contact{grid-column:1/-1}.footer-standard-strip{padding:25px 0;grid-template-columns:1fr;gap:18px}.footer-standard-strip>span{grid-column:auto;padding:0}.footer-legal>.container{padding-top:22px;padding-bottom:22px;grid-template-columns:1fr;gap:17px}.footer-created{grid-column:auto;grid-row:auto;justify-self:start}.footer-legal nav{grid-column:auto;padding:0;flex-wrap:wrap}.footer-legal>.container>div:first-child{flex-wrap:wrap}.footer-created img{width:145px}}
@media(max-width:430px){.footer-main-grid{grid-template-columns:1fr}.footer-links{grid-column:1}.footer-logo{width:190px}.footer-assurance{display:grid}.footer-created{width:100%;justify-content:space-between}}

/* Category-first, single-page lesson studio */@keyframes button-spin{to{transform:rotate(360deg)}}

/* Compact footer correction */
.site-footer{min-height:0}.footer-pattern{opacity:.68;background-image:linear-gradient(90deg,rgba(4,20,44,.94) 0%,rgba(4,20,44,.78) 52%,rgba(4,20,44,.48) 100%),url('../footer/footer-pattern-1600.webp')}.footer-main-grid{padding-top:36px;padding-bottom:34px;grid-template-columns:minmax(245px,1.3fr) minmax(120px,.55fr) minmax(145px,.65fr) minmax(245px,1fr);gap:40px;align-items:start}.footer-logo{width:156px;height:92px;padding:6px 8px;overflow:hidden}.footer-logo img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.footer-identity>p{max-width:360px;margin:14px 0 13px;font-size:.67rem;line-height:1.58}.footer-assurance span{padding:6px 8px;font-size:.56rem}.footer-links h3,.footer-contact h3{margin-bottom:13px}.footer-links>a{min-height:44px;font-size:.72rem}.footer-contact>p{margin-bottom:10px;font-size:.65rem}.footer-contact>a{min-height:52px;padding:7px 0}.footer-contact>a>i{width:28px;height:28px}.footer-standard-strip{min-height:72px;grid-template-columns:.65fr 1fr 1fr;gap:22px}.footer-standard-strip>div{grid-template-columns:30px 1fr;gap:8px}.footer-standard-strip>div>i{width:28px;height:28px}.footer-standard-strip strong{font-size:.64rem}.footer-standard-strip small{font-size:.55rem}.footer-legal>.container{min-height:58px}.footer-created img{width:112px;height:auto}.footer-created>span,.footer-legal>.container>div:first-child{font-size:.56rem}.footer-legal nav{font-size:.56rem}.footer-legal nav a{min-height:44px;display:inline-flex;align-items:center}
@media(max-width:1100px){.footer-main-grid{grid-template-columns:1.25fr 1fr 1fr;padding-top:32px;padding-bottom:30px}.footer-contact{grid-column:2/-1}.footer-standard-strip{grid-template-columns:1fr 1fr}.footer-standard-strip>span{padding-top:15px}}
@media(max-width:700px){.footer-main-grid{padding-top:32px;padding-bottom:30px;gap:30px 22px}.footer-logo{width:142px;height:86px}.footer-standard-strip{padding:19px 0;gap:14px}.footer-legal>.container{padding-top:17px;padding-bottom:17px}}
@media(max-width:430px){.footer-main-grid{gap:28px}.footer-identity>p{max-width:none}.footer-standard-strip{min-height:0}}

/* Footer brand mark containment */
.footer-logo{position:relative;display:block;width:148px;height:82px;padding:0;overflow:hidden}
.footer-logo img{position:absolute;inset:6px 8px;display:block;width:calc(100% - 16px);height:calc(100% - 12px);max-width:none;max-height:none;object-fit:contain;object-position:center}
.footer-identity>p{margin:12px 0}
@media(max-width:700px){.footer-logo{width:142px;height:80px}}

/* Optimized public shell */
@media(min-width:621px){:root{--header:82px}}
.header-inner{gap:22px}
.brand{min-width:160px}
.brand img{width:108px;height:76px;object-fit:contain;transition:width .2s,height .2s}
.site-header.compact .brand img{width:90px;height:62px}
.nav{gap:22px}
.nav a{font-size:.86rem}
.header-actions .btn--small{min-height:44px}
.header-search[aria-current="page"]{border-color:var(--navy);color:#fff;background:var(--navy)}
.drawer-nav a[aria-current="page"]{color:#fff;background:rgba(255,255,255,.1);box-shadow:inset 3px 0 0 var(--gold)}
.footer-pattern{background-image:linear-gradient(90deg,rgba(4,20,44,.94) 0%,rgba(4,20,44,.78) 52%,rgba(4,20,44,.48) 100%),url('../footer/footer-pattern-1600.webp')}
@supports(background-image:image-set(url('../footer/footer-pattern-1600.avif') type('image/avif') 1x)){.footer-pattern{background-image:linear-gradient(90deg,rgba(4,20,44,.94) 0%,rgba(4,20,44,.78) 52%,rgba(4,20,44,.48) 100%),image-set(url('../footer/footer-pattern-1600.avif') type('image/avif') 1x,url('../footer/footer-pattern-1600.webp') type('image/webp') 1x)}}
@media(max-width:620px){.brand{min-width:0}.brand img{width:88px;height:64px}}

/* Global shell accessibility */
.icon-btn{width:44px;height:44px;min-width:44px;min-height:44px}
.btn:focus-visible,.icon-btn:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #fff;outline-offset:2px;box-shadow:0 0 0 5px #245f8f}

/* Homepage footer final readability and managed-content layer */
.footer-pattern{opacity:.82;background-image:linear-gradient(90deg,rgba(4,20,44,.96),rgba(4,20,44,.82) 55%,rgba(4,20,44,.62)),url('../custom-patterns/png/footer-network.png')}
.footer-identity>p{font-size:.8rem;line-height:1.65;color:#bcc8d3}
.footer-assurance span{font-size:.72rem;color:#d2dbe3}
.footer-links h3,.footer-contact h3{font-size:.75rem;color:#f0d08a}
.footer-links>a{font-size:.78rem;color:#d0dae3}
.footer-contact>p{font-size:.76rem;color:#aebdca}
.footer-contact>a,.footer-contact__item{min-height:56px;padding:8px 0;border-top:1px solid rgba(255,255,255,.11);display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px}
.footer-contact>a>i,.footer-contact__item>i{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#f0c66c;background:rgba(201,149,46,.12)}
.footer-contact__item>span{min-width:0;display:grid}.footer-contact small{font-size:.7rem;color:#9fb0bf}.footer-contact strong{font-size:.75rem;color:#e3eaf0}
.footer-standard-strip>span{font-size:.72rem}.footer-standard-strip strong{font-size:.75rem;color:#e0e7ed}.footer-standard-strip small{font-size:.69rem;color:#a7b5c1}
.footer-legal>.container>div:first-child,.footer-legal nav,.footer-created>span{font-size:.68rem;color:#a9b7c3}.footer-created>span{color:#b8c4ce}
.footer-social{margin-top:14px;display:flex;gap:8px}.footer-social a{width:44px;height:44px;border:1px solid rgba(255,255,255,.16);display:grid;place-items:center;color:#f0c66c;background:rgba(255,255,255,.04)}
@media(max-width:700px){.footer-links>a{min-height:46px}.footer-legal nav{gap:12px}.footer-legal nav a{min-height:44px;display:inline-flex;align-items:center}}

/* Refined global spacing and soft public header */
.container{width:min(calc(100% - (var(--shell-gutter)*2)),var(--shell-max))}
.site-header{height:auto;min-height:86px;padding:10px 0;background:rgba(247,245,240,.78);border-bottom:0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);overflow:visible}
.header-inner{min-height:64px;height:auto;padding:8px 10px 8px 16px;border:1px solid rgba(7,27,58,.11);border-radius:999px;background:rgba(255,255,255,.9);box-shadow:0 16px 42px rgba(7,27,58,.08);gap:18px}
.brand{min-width:132px}
.brand img{width:124px;height:52px;object-fit:contain}
.site-header.compact{height:auto;min-height:74px;box-shadow:none}
.site-header.compact .header-inner{min-height:58px;box-shadow:0 12px 32px rgba(7,27,58,.09)}
.site-header.compact .brand img{width:108px;height:46px}
.nav{gap:6px}
.nav a{min-height:44px;padding:11px 14px;border-radius:999px;color:#26364f;font-size:.85rem;font-weight:750;display:inline-flex;align-items:center;transition:background-color .2s ease,color .2s ease}
.nav a:hover,.nav a[aria-current="page"]{color:var(--navy);background:#f6f1e7}
.nav a[aria-current="page"]:after{display:none}
.header-actions{gap:8px}
.icon-btn{border-radius:999px;border-color:rgba(7,27,58,.13);background:#fff;color:var(--navy);box-shadow:0 6px 18px rgba(7,27,58,.045)}
.header-actions .btn{border-radius:999px}
.header-actions .btn--ghost{background:#fff}
.header-actions .btn--primary{border-color:var(--navy);box-shadow:0 8px 22px rgba(7,27,58,.12)}
.header-search[aria-current="page"]{border-color:var(--navy);color:#fff;background:var(--navy)}
.mobile-drawer:not(.is-open){display:none}
@media(max-width:1200px){.site-header{min-height:78px}.header-inner{min-height:58px}.brand img{width:108px;height:46px}}
@media(max-width:620px){:root{--shell-gutter:16px}.container{width:min(calc(100% - (var(--shell-gutter)*2)),var(--shell-max))}.site-header{min-height:72px;padding:8px 0}.header-inner{min-height:58px;padding:7px 8px 7px 12px;border-radius:20px}.brand img{width:88px;height:44px}.brand--homepage .brand-monogram{width:58px;height:42px;border-radius:14px}.icon-btn{width:44px;height:44px;min-width:44px;min-height:44px}.header-actions{gap:6px}.header-actions>.icon-btn:not(.header-search):not(.menu-toggle){display:none}}
/* Canonical compact footer */
.site-footer--refined{position:relative;padding:0;overflow:visible;border-top:1px solid rgba(201,149,46,.42);color:#d8e1e9;background:#04142c}
.site-footer--refined .footer-pattern{position:absolute;z-index:0;inset:0;opacity:.72;background:linear-gradient(90deg,rgba(4,20,44,.98),rgba(4,20,44,.88) 58%,rgba(4,20,44,.72)),url('../custom-patterns/png/footer-network.png') center/cover no-repeat;pointer-events:none}
.site-footer--refined>.container,.site-footer--refined .footer-legal{position:relative;z-index:1}
.site-footer--refined .footer-main-grid{padding-top:42px;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:minmax(250px,1.35fr) minmax(145px,.58fr) minmax(165px,.68fr) minmax(260px,1fr);gap:clamp(28px,4vw,58px);align-items:start}
.site-footer--refined .footer-logo{position:relative;width:150px;height:82px;padding:0;border-radius:12px;display:block;overflow:hidden;background:rgba(255,255,255,.97)}
.site-footer--refined .footer-logo img{position:absolute;inset:6px 8px;width:calc(100% - 16px);height:calc(100% - 12px);max-width:none;max-height:none;object-fit:contain}
.site-footer--refined .footer-identity>p{max-width:390px;margin:15px 0 0;color:#b8c5d0;font-size:.81rem;line-height:1.65}
.site-footer--refined .footer-social{margin-top:15px;display:flex;flex-wrap:wrap;gap:8px}
.site-footer--refined .footer-social a{width:44px;height:44px;border:1px solid rgba(255,255,255,.16);border-radius:12px;display:grid;place-items:center;color:#f0c66c;background:rgba(255,255,255,.045)}
.site-footer--refined .footer-social a:hover{border-color:rgba(240,198,108,.55);background:rgba(240,198,108,.1)}
.site-footer--refined .footer-links,.site-footer--refined .footer-contact{display:flex;flex-direction:column}
.site-footer--refined .footer-links h2,.site-footer--refined .footer-contact h2{margin:0 0 15px;color:#f0d08a;font-size:.76rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.site-footer--refined .footer-links>a{min-height:46px;border-bottom:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:space-between;gap:12px;color:#d0dae3;font-size:.8rem}
.site-footer--refined .footer-links>a i{color:#7e91a3;font-size:.72rem;transition:transform .2s ease,color .2s ease}
.site-footer--refined .footer-links>a:hover{color:#fff}
.site-footer--refined .footer-links>a:hover i{color:#e3bd65;transform:translate(2px,-2px)}
.site-footer--refined .footer-contact>p{margin:-2px 0 10px;color:#aebdca;font-size:.77rem;line-height:1.55}
.site-footer--refined .footer-contact>a{min-height:56px;padding:8px 0;border-top:1px solid rgba(255,255,255,.11);display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px}
.site-footer--refined .footer-contact>a>i{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#f0c66c;background:rgba(201,149,46,.12)}
.site-footer--refined .footer-contact>a>span{min-width:0;display:grid}
.site-footer--refined .footer-contact small{color:#9fb0bf;font-size:.7rem}
.site-footer--refined .footer-contact strong{margin-top:2px;overflow-wrap:anywhere;color:#e3eaf0;font-size:.76rem;line-height:1.35}
.site-footer--refined .footer-legal{background:rgba(1,9,22,.66);backdrop-filter:blur(8px)}
.site-footer--refined .footer-legal>.container{min-height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}
.site-footer--refined .footer-copyright{display:flex;flex-wrap:wrap;gap:10px 20px;color:#a9b7c3;font-size:.7rem}
.site-footer--refined .footer-copyright span+span{position:relative}
.site-footer--refined .footer-copyright span+span:before{content:"?";position:absolute;left:-12px;color:#536779}
.site-footer--refined .footer-legal nav{display:flex;flex-wrap:wrap;justify-content:center;gap:5px 16px;color:#a9b7c3;font-size:.7rem}
.site-footer--refined .footer-legal nav a{min-height:44px;display:inline-flex;align-items:center}
.site-footer--refined .footer-legal nav a:hover{color:#fff}
.site-footer--refined .footer-created{justify-self:end;display:flex;align-items:center;gap:10px}
.site-footer--refined .footer-created>span{color:#b8c4ce;font-size:.67rem;letter-spacing:.1em;text-transform:uppercase}
.site-footer--refined .footer-created img{width:118px;height:auto;object-fit:contain;filter:invert(1);opacity:.84}
@media(max-width:1100px){
.site-footer--refined .footer-main-grid{grid-template-columns:1fr 1fr;gap:34px 46px}
.site-footer--refined .footer-contact{grid-column:auto}
.site-footer--refined .footer-legal>.container{padding-block:15px;grid-template-columns:1fr 1fr}
.site-footer--refined .footer-legal nav{grid-column:1/-1;grid-row:2;justify-content:flex-start}
.site-footer--refined .footer-created{grid-column:2;grid-row:1}
}
@media(max-width:700px){
.site-footer--refined .footer-main-grid{padding-top:34px;padding-bottom:32px;grid-template-columns:1fr;gap:28px}
.site-footer--refined .footer-logo{width:142px;height:78px}
.site-footer--refined .footer-links,.site-footer--refined .footer-contact{grid-column:auto}
.site-footer--refined .footer-legal>.container{padding-top:20px;padding-bottom:22px;grid-template-columns:1fr;gap:12px}
.site-footer--refined .footer-created,.site-footer--refined .footer-legal nav{grid-column:auto;grid-row:auto;justify-self:start;justify-content:flex-start}
.site-footer--refined .footer-created{width:100%;justify-content:space-between}
.site-footer--refined .footer-copyright span+span:before{display:none}
}
