@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=Barlow:wght@600;700;800&family=Inter:wght@400;500;600&display=swap";:root{--orange:#bd4f00;--orange-dark:#983f00;--orange-light:#fff2e6;--charcoal:#111214;--charcoal-2:#1c1f22;--charcoal-3:#2e3135;--muted:#5c5c5c;--muted-light:#929292;--border:#e2e2e2;--surface:#f5f5f5;--white:#fff;--text:#111214;--radius:4px;--radius-md:6px;--radius-lg:8px;--shadow-sm:0 2px 12px #00000014;--shadow:0 6px 28px #0000001f;--ease:.22s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:clip}body{color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,system-ui,sans-serif;font-size:1rem;line-height:1.65}h1,h2,h3,h4,h5{font-family:Barlow,system-ui,sans-serif;font-weight:800;line-height:1.15}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{cursor:pointer;font-family:inherit}.wrap{max-width:1180px;margin:0 auto;padding:0 2rem}.site-nav{z-index:9999;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);width:100%;transition:box-shadow var(--ease);will-change:transform;background:#fffffff5;position:fixed;top:0;left:0}.site-nav.is-scrolled{border-bottom-color:#0000;box-shadow:0 2px 18px #0000001a}.nav-inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1180px;height:74px;margin:0 auto;padding:0 2rem;display:flex}.brand{flex-shrink:0;align-items:center;display:flex}.nav-links{align-items:center;gap:0;display:flex}.nav-link{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);border-radius:var(--radius);transition:color var(--ease);white-space:nowrap;padding:.5rem .9rem;font-family:Barlow,sans-serif;font-size:.85rem;font-weight:700}.nav-link:hover{color:var(--orange)}.nav-cta{background:var(--orange);letter-spacing:.1em;text-transform:uppercase;transition:background var(--ease), transform var(--ease);border-radius:2px;margin-left:.75rem;padding:.6rem 1.35rem;font-family:Barlow,sans-serif;font-size:.82rem;font-weight:800;color:var(--white)!important}.nav-cta:hover{transform:translateY(-1px);background:var(--orange-dark)!important;color:var(--white)!important}.nav-toggle{border:1.5px solid var(--border);border-radius:var(--radius);z-index:300;background:0 0;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;padding:8px;display:none}.nav-toggle span{background:var(--text);width:100%;height:2px;transition:transform var(--ease), opacity var(--ease);transform-origin:50%;border-radius:2px;display:block}.site-nav.menu-open .nav-toggle span:first-child{transform:translateY(7px)rotate(45deg)}.site-nav.menu-open .nav-toggle span:nth-child(2){opacity:0}.site-nav.menu-open .nav-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.btn{letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all var(--ease);white-space:nowrap;border:none;border-radius:2px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:Barlow,sans-serif;font-size:.9rem;font-weight:800;line-height:1;display:inline-flex}.btn-orange{background:var(--orange);color:var(--white)}.btn-orange:hover{background:var(--orange-dark);color:var(--white);transform:translateY(-2px);box-shadow:0 6px 20px #bd4f0059}.btn-outline-white{color:var(--white);background:0 0;border:2px solid #ffffff80}.btn-outline-white:hover{color:var(--white);background:#ffffff1a;border-color:#fff}.btn-white{background:var(--white);color:var(--orange);font-weight:800}.btn-white:hover{background:var(--orange-light);transform:translateY(-1px)}.btn-outline-orange{color:var(--orange);border:2px solid var(--orange);background:0 0}.btn-outline-orange:hover{background:var(--orange);color:#fff}.hero-wrap{background:var(--charcoal);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0;overflow:hidden}.hero-bg-img{object-fit:cover;object-position:center 40%;transform-origin:50%;will-change:transform;width:100%;height:100%;animation:24s ease-in-out infinite alternate hero-zoom;position:absolute;inset:0}@keyframes hero-zoom{0%{transform:scale(1)}to{transform:scale(1.06)}}.hero-bg-overlay{background:linear-gradient(105deg,#111214eb 0%,#111214c7 50%,#11121480 100%),linear-gradient(#11121426 0%,#111214a6 100%);position:absolute;inset:0}.hero-wrap:before{content:"";z-index:1;pointer-events:none;background-image:radial-gradient(#ffffff08 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.hero-section{z-index:2;flex-direction:column;flex:1;justify-content:center;padding:10rem 0 5rem;display:flex;position:relative}.hero-inner{grid-template-columns:1fr 380px;align-items:center;gap:4rem;display:grid}.hero-rule{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.hero-rule-line{background:var(--orange);flex-shrink:0;width:40px;height:3px}.hero-rule-label{letter-spacing:.25em;text-transform:uppercase;color:var(--orange);font-family:Barlow,sans-serif;font-size:.75rem;font-weight:700}.hero-title{color:var(--white);letter-spacing:-.01em;text-transform:uppercase;margin-bottom:1.5rem;font-family:Barlow Condensed,sans-serif;font-size:clamp(3.2rem,7vw,6rem);font-weight:900;line-height:1}.hero-title em{color:var(--orange);font-style:normal}.hero-desc{color:#ffffff9e;max-width:52ch;margin-bottom:2.5rem;font-size:1rem;line-height:1.75}.hero-ctas{flex-wrap:wrap;gap:1rem;display:flex}.hero-card{border:1px solid #ffffff1a;border-top:3px solid var(--orange);border-radius:var(--radius-md);background:#ffffff0d;padding:2rem}.hero-card-label{letter-spacing:.22em;text-transform:uppercase;color:var(--orange);align-items:center;gap:.5rem;margin-bottom:1rem;font-family:Barlow,sans-serif;font-size:.7rem;font-weight:700;display:flex}.hero-card-dot{background:var(--orange);border-radius:50%;width:6px;height:6px;animation:2s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-card h2{text-transform:uppercase;letter-spacing:.02em;color:var(--white);margin-bottom:.85rem;font-family:Barlow,sans-serif;font-size:1.35rem;font-weight:800}.hero-card p{color:#ffffff8c;margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.hero-pillars{flex-direction:column;gap:.7rem;display:flex}.hero-pillar{color:#ffffffc7;align-items:center;gap:.7rem;font-size:.88rem;font-weight:500;display:flex}.hero-pillar-icon{border-radius:var(--radius);background:#bd4f0033;border:1px solid #bd4f004d;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.hero-pillar-icon svg{width:14px;height:14px;stroke:var(--orange);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.stats-bar{z-index:3;background:var(--orange);position:relative}.stats-bar-inner{grid-template-columns:repeat(4,1fr);max-width:1180px;margin:0 auto;padding:0 2rem;display:grid}.stat-item{text-align:center;border-right:1px solid #ffffff38;padding:1.75rem 1.25rem}.stat-item:last-child{border-right:none}.stat-val{color:var(--white);letter-spacing:-.01em;font-family:Barlow Condensed,sans-serif;font-size:2.4rem;font-weight:900;line-height:1}.stat-lbl{letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3;margin-top:.3rem;font-family:Barlow,sans-serif;font-size:.72rem;font-weight:600}.section{padding:6rem 0}.section-dark{background:var(--charcoal)}.section-surface{background:var(--surface)}.section-border-top{border-top:1px solid var(--border)}.section-kicker{align-items:center;gap:.65rem;margin-bottom:1rem;display:flex}.section-kicker-line{background:var(--orange);flex-shrink:0;width:32px;height:3px}.section-kicker-text{letter-spacing:.22em;text-transform:uppercase;color:var(--orange);font-family:Barlow,sans-serif;font-size:.73rem;font-weight:700}.section-title{color:var(--text);text-transform:uppercase;letter-spacing:.01em;margin-bottom:1.1rem;font-family:Barlow Condensed,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.section-dark .section-title{color:var(--white)}.section-copy{color:var(--muted);max-width:60ch;font-size:1rem;line-height:1.75}.section-dark .section-copy{color:#ffffff8c}.section-head{margin-bottom:3.5rem}.section-head.center{text-align:center}.section-head.center .section-copy{margin:0 auto}.vmv-grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:2px;margin-bottom:5rem;display:grid}.vmv-card{background:var(--white);transition:transform var(--ease);padding:2.25rem;position:relative}.vmv-card:hover{transform:translateY(-4px)}.vmv-card:before{content:"";background:var(--border);height:3px;transition:background var(--ease);position:absolute;top:0;left:0;right:0}.vmv-card:hover:before{background:var(--orange)}.vmv-icon-wrap{background:var(--orange-light);border-radius:var(--radius);border:1px solid #bd4f0026;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;display:flex}.vmv-icon-wrap svg{width:22px;height:22px;stroke:var(--orange);fill:none;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round}.vmv-card h3{text-transform:uppercase;letter-spacing:.04em;color:var(--text);margin-bottom:.75rem;font-family:Barlow,sans-serif;font-size:1.1rem;font-weight:800}.vmv-card p,.vmv-card ul{color:var(--muted);font-size:.91rem;line-height:1.7}.vmv-values-list{flex-direction:column;gap:.55rem;display:flex}.vmv-values-list li{padding-left:1rem;position:relative}.vmv-values-list li:before{content:"";background:var(--orange);border-radius:50%;width:4px;height:4px;position:absolute;top:.55em;left:0}.company-split{grid-template-columns:1fr 400px;align-items:center;gap:5rem;display:grid}.mt-section{margin-top:0}.company-copy{color:var(--muted);margin-bottom:1rem;font-size:1rem;line-height:1.78}.why-card{background:var(--charcoal);border-radius:var(--radius-md);padding:2rem}.why-header{border-bottom:1px solid #ffffff1a;align-items:center;gap:.75rem;margin-bottom:1.35rem;padding-bottom:1.1rem;display:flex}.why-icon-wrap{border-radius:var(--radius);background:#bd4f0033;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.why-icon-wrap svg{width:18px;height:18px;stroke:var(--orange);fill:none;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round}.why-card-title{letter-spacing:.18em;text-transform:uppercase;color:var(--orange);font-family:Barlow,sans-serif;font-size:.72rem;font-weight:700}.why-list{flex-direction:column;gap:.75rem;display:flex}.why-list li{color:#fffc;align-items:flex-start;gap:.65rem;font-size:.92rem;font-weight:500;line-height:1.45;display:flex}.why-check{background:#bd4f0033;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:.08rem;display:flex}.why-check svg{width:10px;height:10px;stroke:var(--orange);fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.services-grid{background:#ffffff0f;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.service-card{background:var(--charcoal-2);transition:background var(--ease);padding:2.25rem;position:relative;overflow:hidden}.service-card:after{content:"";background:var(--orange);transform-origin:0;height:3px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.service-card:hover{background:var(--charcoal-3)}.service-card:hover:after{transform:scaleX(1)}.service-num{color:#ffffff0d;letter-spacing:-.02em;transition:color var(--ease);font-family:Barlow Condensed,sans-serif;font-size:3.5rem;font-weight:900;line-height:1;position:absolute;top:1.25rem;right:1.5rem}.service-card:hover .service-num{color:#bd4f0026}.service-icon-wrap{border-radius:var(--radius);width:48px;height:48px;transition:background var(--ease), border-color var(--ease);background:#bd4f0026;border:1px solid #bd4f0040;justify-content:center;align-items:center;margin-bottom:1.35rem;display:flex}.service-card:hover .service-icon-wrap{background:var(--orange);border-color:var(--orange)}.service-icon-wrap svg{width:22px;height:22px;stroke:var(--orange);fill:none;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;transition:stroke var(--ease)}.service-card:hover .service-icon-wrap svg{stroke:#fff}.service-card h3{text-transform:uppercase;letter-spacing:.04em;color:var(--white);margin-bottom:.65rem;font-family:Barlow,sans-serif;font-size:1.05rem;font-weight:800}.service-card p{color:#ffffff80;font-size:.88rem;line-height:1.7}.hseq-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.hseq-chips{flex-wrap:wrap;gap:.65rem;margin-top:2rem;display:flex}.hseq-chip{border-radius:var(--radius);color:#ffffffc7;transition:background var(--ease), border-color var(--ease), color var(--ease);background:#ffffff0f;border:1px solid #ffffff1f;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:500;display:inline-flex}.hseq-chip:hover{background:var(--orange);border-color:var(--orange);color:#fff}.hseq-chip svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;opacity:.8;width:13px;height:13px}.hseq-visual{background:var(--charcoal-3);border:1px solid #ffffff12;border-left:4px solid var(--orange);border-radius:var(--radius-md);padding:2rem}.hseq-stat-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.hseq-stat{flex-direction:column;gap:.3rem;display:flex}.hseq-stat-val{color:var(--orange);font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:900;line-height:1}.hseq-stat-lbl{letter-spacing:.1em;text-transform:uppercase;color:#fff6;font-family:Barlow,sans-serif;font-size:.72rem;font-weight:600}.accred-grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.accred-badge{background:var(--white);text-align:center;text-transform:uppercase;letter-spacing:.04em;color:var(--text);transition:background var(--ease), color var(--ease);padding:1.25rem 1rem;font-family:Barlow,sans-serif;font-size:.83rem;font-weight:700;line-height:1.4;position:relative}.accred-badge:before{content:"";height:2px;transition:background var(--ease);background:0 0;position:absolute;top:0;left:0;right:0}.accred-badge:hover{background:var(--charcoal);color:var(--white)}.accred-badge:hover:before{background:var(--orange)}.careers-band{background:var(--charcoal);border-top:4px solid var(--orange);padding:5rem 0}.careers-inner{justify-content:space-between;align-items:center;gap:3rem;display:flex}.careers-band .section-title{color:var(--white);margin-bottom:.75rem}.careers-band .section-copy{color:#ffffff8c;margin-bottom:1.5rem}.careers-list{flex-direction:column;gap:.5rem;display:flex}.careers-list li{color:#ffffffb8;align-items:center;gap:.65rem;font-size:.9rem;font-weight:500;display:flex}.careers-list li:before{content:"";background:var(--orange);border-radius:50%;flex-shrink:0;width:5px;height:5px}.careers-right{flex-shrink:0}.enquiry-layout{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.contact-details{flex-direction:column;gap:1.5rem;margin-top:2.5rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{background:var(--orange-light);border-radius:var(--radius);border:1px solid #bd4f002e;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.contact-icon svg{width:18px;height:18px;stroke:var(--orange);fill:none;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round}.contact-label{letter-spacing:.18em;text-transform:uppercase;color:var(--muted-light);margin-bottom:.25rem;font-family:Barlow,sans-serif;font-size:.7rem;font-weight:700}.contact-item p{color:var(--muted);font-size:.9rem;line-height:1.65}.contact-item a{color:var(--orange);transition:color var(--ease)}.contact-item a:hover{color:var(--orange-dark)}.enquiry-form{background:var(--charcoal);border-radius:var(--radius-md);flex-direction:column;gap:1.1rem;padding:2.25rem;display:flex}.form-row-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.45rem;display:flex}.form-group label{letter-spacing:.16em;text-transform:uppercase;color:#ffffff8c;font-family:Barlow,sans-serif;font-size:.7rem;font-weight:700}.form-group input,.form-group textarea{color:var(--white);border-radius:var(--radius);transition:border-color var(--ease), background var(--ease);resize:vertical;background:#ffffff0f;border:1px solid #ffffff1f;outline:none;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.92rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff40}.form-group input:focus,.form-group textarea:focus{border-color:var(--orange);background:#ffffff17}.form-submit{justify-content:center;width:100%;margin-top:.35rem}.footer{background:var(--charcoal);border-top:3px solid var(--orange);padding:4.5rem 0 2.5rem}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3.5rem;margin-bottom:2rem;padding-bottom:3rem;display:grid}.footer-tagline{color:#fff6;max-width:28ch;font-size:.88rem;line-height:1.65}.footer-social{gap:.55rem;margin-top:1.25rem;display:flex}.social-link{border-radius:var(--radius);color:#ffffff8c;width:36px;height:36px;transition:background var(--ease), color var(--ease), border-color var(--ease);background:#ffffff12;border:1px solid #ffffff1a;justify-content:center;align-items:center;display:flex}.social-link:hover{background:var(--orange);border-color:var(--orange);color:#fff}.social-link svg{width:15px;height:15px}.footer-col-title{letter-spacing:.2em;text-transform:uppercase;color:#ffffff59;margin-bottom:1.1rem;font-family:Barlow,sans-serif;font-size:.7rem;font-weight:700}.footer-links{flex-direction:column;gap:.65rem;display:flex}.footer-links a{color:#ffffff8c;transition:color var(--ease);font-size:.88rem}.footer-links a:hover{color:var(--orange)}.footer-contact p{color:#ffffff8c;font-size:.88rem;line-height:1.72}.footer-contact a{color:#ffffff8c;transition:color var(--ease)}.footer-contact a:hover{color:var(--orange)}.footer-bottom{justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-copy{letter-spacing:.06em;text-transform:uppercase;color:#ffffff47;font-family:Barlow,sans-serif;font-size:.78rem;font-weight:600}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:#ffffff47;transition:color var(--ease);font-size:.8rem}.footer-legal a:hover{color:var(--orange)}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(24px)}.reveal.delay-1{transition-delay:.1s}.reveal.delay-2{transition-delay:.2s}.reveal.delay-3{transition-delay:.3s}.reveal.delay-4{transition-delay:.4s}.reveal.is-visible{opacity:1;transform:none}@media (width<=1080px){.hero-inner,.company-split{grid-template-columns:1fr;gap:2.5rem}.hseq-inner,.enquiry-layout{grid-template-columns:1fr;gap:3rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.careers-inner{flex-direction:column;align-items:flex-start}.vmv-grid{grid-template-columns:1fr}.stats-bar-inner{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2){border-right:none}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.nav-toggle{display:flex}.nav-links{background:var(--charcoal);opacity:0;pointer-events:none;transition:opacity var(--ease);z-index:100;flex-direction:column;justify-content:flex-start;align-items:center;gap:.25rem;padding-top:6.25rem;position:fixed;inset:0;overflow-y:auto}.nav-links.is-open{opacity:1;pointer-events:all}.nav-links .nav-link{padding:.85rem 2.5rem;font-size:1.2rem;color:#ffffffb8!important}.nav-links .nav-link:hover{background:0 0;color:var(--orange)!important}.nav-links .nav-cta{margin:.5rem 0 0;background:var(--orange)!important;color:#fff!important}.services-grid{grid-template-columns:1fr}.accred-grid{grid-template-columns:repeat(2,1fr)}.section{padding:4rem 0}.hero-section{padding:8rem 0 4rem}.hero-title{font-size:clamp(2.8rem,10vw,4rem)}.hero-desc{margin-bottom:1.75rem;font-size:.96rem}.hero-card{padding:1.45rem}.hero-pillars{gap:.55rem}.hero-pillar{align-items:flex-start}.hero-pillar-icon{margin-top:.1rem}.form-row-2{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-legal{flex-wrap:wrap;gap:.75rem 1rem}}@media (width<=520px){.wrap{padding:0 1.25rem}.nav-inner{height:66px;padding:0 1rem}.hero-section{padding:6.8rem 0 3.4rem}.hero-inner{gap:2rem}.hero-title{margin-bottom:1rem;font-size:clamp(2.2rem,12vw,3rem)}.hero-rule{margin-bottom:1rem}.hero-rule-label{letter-spacing:.2em;font-size:.66rem}.hero-card h2{font-size:1.1rem}.hero-card p{margin-bottom:1rem;font-size:.84rem}.section-head{margin-bottom:2rem}.vmv-grid{margin-bottom:2.5rem}.accred-grid,.footer-grid,.stats-bar-inner{grid-template-columns:1fr}.stat-item{border-bottom:1px solid #ffffff26;border-right:none}.stat-item:last-child{border-bottom:none}.hero-ctas{flex-direction:column}.hero-ctas .btn{justify-content:center;width:100%}.vmv-grid{grid-template-columns:1fr}.vmv-card,.service-card,.why-card,.hseq-visual,.enquiry-form{padding:1.25rem}.section{padding:3.3rem 0}.contact-details{gap:1rem;margin-top:1.5rem}.footer{padding:3.2rem 0 1.8rem}.footer-grid{gap:1.5rem;margin-bottom:1.2rem;padding-bottom:1.6rem}.footer-col-title{margin-bottom:.7rem}.footer-links{gap:.45rem}}@media (width<=380px){.hero-title{font-size:2rem}.btn{padding:.75rem 1rem;font-size:.82rem}.stat-val{font-size:2rem}}.dlogo[data-v-29d21d6b]{-webkit-user-select:none;user-select:none;align-items:center;gap:.78rem;text-decoration:none;display:inline-flex}.dlogo__mark[data-v-29d21d6b]{flex-shrink:0;width:auto;height:46px;transition:filter .22s}.dlogo:hover .dlogo__mark[data-v-29d21d6b]{filter:brightness(1.1)}.dlogo__text[data-v-29d21d6b]{flex-direction:column;gap:3px;line-height:1;display:flex}.dlogo__name[data-v-29d21d6b]{letter-spacing:.05em;text-transform:uppercase;color:#111214;font-family:Barlow Condensed,sans-serif;font-size:1.45rem;font-weight:900;transition:color .22s}.dlogo__sub[data-v-29d21d6b]{letter-spacing:.24em;text-transform:uppercase;color:#bd4f00;font-family:Barlow,sans-serif;font-size:.56rem;font-weight:700;transition:color .22s}.dlogo--dark .dlogo__name[data-v-29d21d6b]{color:#fff}.dlogo--dark .dlogo__sub[data-v-29d21d6b]{color:#ffffff73}@media (width<=768px){.dlogo[data-v-29d21d6b]{gap:.55rem}.dlogo__mark[data-v-29d21d6b]{height:40px}.dlogo__name[data-v-29d21d6b]{font-size:1.2rem}.dlogo__sub[data-v-29d21d6b]{letter-spacing:.18em;font-size:.5rem}}@media (width<=520px){.dlogo__mark[data-v-29d21d6b]{height:34px}.dlogo__name[data-v-29d21d6b]{font-size:1rem}.dlogo__sub[data-v-29d21d6b]{display:none}}.wt-widget[data-v-bebc09cf]{border-radius:var(--radius,10px);background:var(--orange-light,#fff6ef);border:1px solid #bd4f002e;max-width:360px;margin-top:2rem;padding:1.1rem 1.25rem}.wt-head[data-v-bebc09cf]{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.85rem;display:flex}.wt-city[data-v-bebc09cf]{color:var(--ink,#1a1a1a);font-family:Barlow,sans-serif;font-size:.95rem;font-weight:700}.wt-label[data-v-bebc09cf]{letter-spacing:.16em;text-transform:uppercase;color:var(--orange,#bd4f00);font-family:Barlow,sans-serif;font-size:.62rem;font-weight:700}.wt-body[data-v-bebc09cf]{justify-content:space-between;align-items:center;gap:1rem;display:flex}.wt-time-block[data-v-bebc09cf]{flex-direction:column;display:flex}.wt-time[data-v-bebc09cf]{color:var(--ink,#1a1a1a);font-variant-numeric:tabular-nums;font-family:Barlow,sans-serif;font-size:1.55rem;font-weight:700;line-height:1.1}.wt-date[data-v-bebc09cf]{color:var(--muted,#6b6b6b);margin-top:.15rem;font-size:.78rem}.wt-weather-block[data-v-bebc09cf]{align-items:center;gap:.6rem;display:flex}.wt-icon[data-v-bebc09cf]{font-size:1.9rem;line-height:1}.wt-weather-text[data-v-bebc09cf]{flex-direction:column;align-items:flex-end;display:flex}.wt-temp[data-v-bebc09cf]{color:var(--ink,#1a1a1a);font-variant-numeric:tabular-nums;font-family:Barlow,sans-serif;font-size:1.2rem;font-weight:700}.wt-desc[data-v-bebc09cf]{color:var(--muted,#6b6b6b);text-align:right;font-size:.72rem}.wt-widget.wt-dark[data-v-bebc09cf]{background:#ffffff0d;border-color:#ffffff1f;max-width:none;margin-top:1.5rem}.wt-dark .wt-city[data-v-bebc09cf],.wt-dark .wt-time[data-v-bebc09cf],.wt-dark .wt-temp[data-v-bebc09cf]{color:#fff}.wt-dark .wt-date[data-v-bebc09cf],.wt-dark .wt-desc[data-v-bebc09cf]{color:#fff9}
