:root{--brand-blue:#011f68;--brand-navy:#00062f;--brand-gold:#e69c1e;--brand-green:#326a25;--brand-cream:#f4e8d1;--brand-white:#fff;--font-serif:"Cormorant Garamond",Georgia,serif;--font-sans:"Manrope",Arial,sans-serif;--space-1:.5rem;--space-2:3rem;--space-3:5rem;--space-4:8rem;--container:1320px;--line:color-mix(in srgb,var(--brand-blue) 16%,transparent);--ease:.22s ease}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--brand-white);color:var(--brand-navy);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.7}body,button,input,select,textarea{font-family:var(--font-sans)}a{color:inherit;text-decoration:none}img{object-fit:cover}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--font-serif);letter-spacing:-.035em;font-weight:600;line-height:.98}h1{font-size:clamp(3.5rem,7.5vw,7.6rem)}h2{font-size:clamp(2.75rem,5vw,5.25rem)}h3{font-size:clamp(1.8rem,2.5vw,2.8rem)}p{max-width:68ch}.shell{width:min(var(--container),calc(100% - 64px));margin-inline:auto}.section{padding:clamp(5rem,9vw,9rem) 0}.kicker{font:700 .72rem/1.2 var(--font-sans);letter-spacing:.19em;text-transform:uppercase;color:var(--brand-blue);margin-bottom:1.35rem}.kicker.on-dark{color:var(--brand-gold)}em{font-weight:500}.button{border:1px solid var(--brand-blue);background:var(--brand-blue);min-height:52px;color:var(--brand-white);letter-spacing:.09em;text-transform:uppercase;transition:background var(--ease),color var(--ease),transform var(--ease);cursor:pointer;border-radius:0;justify-content:center;align-items:center;gap:.65rem;padding:.9rem 1.35rem;font-size:.7rem;font-weight:700;display:inline-flex}.button:hover{background:var(--brand-navy);transform:translateY(-2px)}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button-secondary{color:var(--brand-blue);background:0 0}.button-secondary:hover{color:var(--brand-white)}.button-cream{background:var(--brand-cream);border-color:var(--brand-cream);color:var(--brand-navy)}.button-cream:hover{background:var(--brand-white);color:var(--brand-navy)}.button-outline-light{border-color:var(--brand-white);background:0 0}.button-row{flex-wrap:wrap;align-items:center;gap:.8rem;display:flex}.text-link{color:var(--brand-blue);letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(var(--brand-gold),var(--brand-gold)) bottom left/38% 2px no-repeat;transition:background-size var(--ease);align-items:center;gap:.55rem;padding-bottom:.25rem;font-size:.72rem;font-weight:700;display:inline-flex}.text-link:hover{background-size:100% 2px}.text-link.light{color:var(--brand-white)}.skip-link{z-index:1000;background:var(--brand-white);border:2px solid var(--brand-gold);padding:1rem;position:fixed;top:-100px;left:1rem}.skip-link:focus{top:1rem}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--brand-gold);outline-offset:3px}.site-header{z-index:100;background:color-mix(in srgb,var(--brand-white) 96%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);height:104px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.brand-logo{background:var(--brand-white);align-items:center;width:190px;height:78px;padding:8px;display:flex}.brand-logo img{object-fit:contain;width:100%;height:100%}.main-nav{align-items:center;gap:1.25rem;display:flex}.main-nav>a,.portfolio-nav>a{white-space:nowrap;padding:.5rem 0;font-size:.68rem;font-weight:700}.main-nav a.active{color:var(--brand-blue);background:linear-gradient(var(--brand-gold),var(--brand-gold)) bottom left/100% 2px no-repeat}.main-nav .nav-cta{min-height:44px;color:var(--brand-white);padding:.9rem 1.05rem}.portfolio-nav{position:relative}.portfolio-nav>a{align-items:center;gap:.3rem;display:flex}.mega-menu{background:var(--brand-white);border-bottom:4px solid var(--brand-gold);box-shadow:0 28px 60px color-mix(in srgb,var(--brand-navy) 14%,transparent);padding:3rem max(32px,calc((100vw - var(--container))/2));opacity:0;visibility:hidden;transition:all var(--ease);grid-template-columns:1.3fr repeat(4,1fr);gap:2.5rem;display:grid;position:fixed;top:104px;left:0;right:0;transform:translateY(-8px)}.portfolio-nav:hover .mega-menu,.portfolio-nav:focus-within .mega-menu{opacity:1;visibility:visible;transform:none}.mega-menu>div:first-child{border-right:1px solid var(--line);padding-right:2rem}.mega-menu p{text-transform:uppercase;letter-spacing:.14em;color:var(--brand-blue);font-size:.67rem;font-weight:700}.mega-menu h2{margin-bottom:1rem;font-size:2.2rem}.mega-menu>div:first-child>a{color:var(--brand-blue);text-decoration:underline;-webkit-text-decoration-color:var(--brand-gold);text-decoration-color:var(--brand-gold);text-underline-offset:5px;font-size:.7rem;font-weight:700}.mega-menu>div:not(:first-child)>a{color:color-mix(in srgb,var(--brand-navy) 72%,transparent);padding:.24rem 0;font-size:.7rem;display:block}.mega-menu .mega-title{margin-bottom:.6rem;font:600 1.3rem var(--font-serif)!important;color:var(--brand-navy)!important}.menu-toggle{color:var(--brand-navy);background:0 0;border:0;padding:.7rem;display:none}.home-hero{background:var(--brand-cream);grid-template-columns:46% 54%;min-height:calc(100vh - 104px);display:grid;position:relative;overflow:hidden}.hero-copy{padding:clamp(5rem,8vw,9rem) max(32px,calc((100vw - var(--container))/2));z-index:2;flex-direction:column;justify-content:center;padding-right:clamp(3rem,6vw,7rem);display:flex;position:relative}.hero-copy h1{color:var(--brand-blue);margin-bottom:2rem}.hero-copy h1 em{color:var(--brand-navy);display:block}.hero-copy>p:not(.kicker){margin-bottom:2rem;font-size:1.12rem}.hero-visual{clip-path:ellipse(78% 78% at 72%);min-height:650px;position:relative}.hero-visual:after{content:"";background:linear-gradient(90deg,var(--brand-cream),transparent 18%);position:absolute;inset:0}.petal-frame{border:1px solid color-mix(in srgb,var(--brand-white) 60%,transparent);z-index:2;border-radius:50% 50% 46% 54%/62% 46% 54% 38%;position:absolute;inset:8% 7%}.hero-word{z-index:1;font:600 clamp(8rem,20vw,21rem)/.8 var(--font-serif);color:color-mix(in srgb,var(--brand-blue) 6%,transparent);pointer-events:none;position:absolute;bottom:-.22em;left:1.5%}.home-statement{background:var(--brand-blue);color:var(--brand-white);padding:2.3rem 0}.home-statement .shell{grid-template-columns:auto 1fr;align-items:center;gap:2rem;display:grid}.home-statement span{color:var(--brand-gold);font-size:.7rem;font-weight:700}.home-statement p{font:500 clamp(1.15rem,2vw,1.6rem)/1.5 var(--font-serif);max-width:900px;margin:0}.section-heading{grid-template-columns:1.25fr .75fr;align-items:end;gap:5rem;margin-bottom:4rem;display:grid}.section-heading h2{color:var(--brand-blue);margin:0}.section-heading>p{margin:0}.section-heading.light h2,.section-heading.light>p{color:var(--brand-white)}.portfolio-section{background:var(--brand-white)}.portfolio-grid{background:var(--brand-blue);grid-template-columns:1fr 1fr;gap:1px;display:grid}.portfolio-tile{background:var(--brand-white)}.portfolio-tile>a{grid-template-columns:1fr 1fr;min-height:560px;display:grid}.portfolio-image{position:relative;overflow:hidden}.portfolio-image img{transition:transform .35s}.portfolio-tile:hover .portfolio-image img{transform:scale(1.025)}.portfolio-copy{flex-direction:column;padding:clamp(2rem,4vw,4rem);display:flex}.portfolio-copy>span{color:var(--brand-gold);font-size:.7rem;font-weight:700}.portfolio-copy h3{color:var(--brand-blue);margin:2rem 0 1rem}.portfolio-copy p{font-size:.86rem}.portfolio-copy ul{border-top:1px solid var(--line);margin:auto 0 1.5rem;padding:1.5rem 0 0;list-style:none}.portfolio-copy li{padding:.22rem 0;font-size:.68rem}.portfolio-copy strong{text-transform:uppercase;letter-spacing:.08em;color:var(--brand-blue);align-items:center;gap:.5rem;font-size:.68rem;display:flex}.corporate-intro{background:var(--brand-cream)}.editorial-split{grid-template-columns:.85fr 1.15fr;align-items:start;gap:clamp(4rem,9vw,10rem);display:grid}.editorial-split h2{color:var(--brand-blue)}.editorial-split>p,.editorial-split>div>p:not(.kicker){font-size:1.08rem}.brand-orbit{place-items:center;height:430px;display:grid;position:relative}.brand-orbit:before{content:"";background:repeating-conic-gradient(from -5deg,transparent 0 11deg,var(--brand-gold) 11.3deg 12deg);opacity:.5;border-radius:50%;width:360px;height:360px;position:absolute}.brand-orbit:after{content:"";background:var(--brand-cream);border-radius:50%;width:240px;height:240px;position:absolute}.brand-orbit span{z-index:2;font:600 10rem var(--font-serif);color:var(--brand-blue)}.trade-feature{background:var(--brand-blue);min-height:760px;color:var(--brand-white);grid-template-columns:1fr 1fr;display:grid}.trade-image{min-height:560px;position:relative}.trade-copy{flex-direction:column;justify-content:center;padding:clamp(4rem,8vw,8rem);display:flex}.trade-copy>svg{color:var(--brand-gold);width:46px;height:46px;margin-bottom:3rem}.trade-copy h2{font-size:clamp(3rem,5vw,5.4rem)}.trade-copy>p:not(.kicker){color:color-mix(in srgb,var(--brand-white) 78%,transparent);margin-bottom:2rem}.international-home .shell{grid-template-columns:1fr 1fr;gap:8rem;display:grid}.international-home svg{width:48px;height:48px;color:var(--brand-gold);margin-bottom:2rem}.international-home h2{color:var(--brand-blue)}.international-home p{font-size:1.08rem}.final-paths{background:var(--brand-navy);color:var(--brand-white);padding:clamp(5rem,9vw,9rem) 0}.final-paths h2{margin-bottom:3rem}.path-grid{border:1px solid color-mix(in srgb,var(--brand-white) 20%,transparent);grid-template-columns:repeat(3,1fr);display:grid}.path-grid a{border-right:1px solid color-mix(in srgb,var(--brand-white) 20%,transparent);min-height:170px;transition:background var(--ease);grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:2rem;display:grid}.path-grid a:last-child{border:0}.path-grid a:hover{background:var(--brand-blue)}.path-grid a>svg:first-child{color:var(--brand-gold)}.path-grid span{font:600 1.5rem var(--font-serif)}.page-hero{background:var(--brand-blue);color:var(--brand-white);padding:clamp(5rem,10vw,10rem) 0;position:relative;overflow:hidden}.page-hero:after{content:"";background:repeating-conic-gradient(transparent 0 10deg,var(--brand-gold) 10.3deg 11deg);opacity:.25;border-radius:50%;width:600px;height:600px;position:absolute;top:-360px;right:-240px}.page-hero .shell{z-index:2;position:relative}.page-hero h1{max-width:1050px}.portfolio-hero{background:var(--brand-navy)}.portfolio-hero em{color:var(--brand-gold)}.hub-grid .portfolio-tile>a{min-height:620px}.breadcrumb{margin-bottom:4rem}.breadcrumb ol{flex-wrap:wrap;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumb li{text-transform:uppercase;letter-spacing:.1em;color:color-mix(in srgb,currentColor 65%,transparent);gap:.65rem;font-size:.65rem;display:flex}.breadcrumb i{color:var(--brand-gold);font-style:normal}.category-hero{background:var(--brand-cream)}.category-hero>.shell{grid-template-columns:1fr 1fr;min-height:660px;display:grid}.category-hero>.shell>div:first-child{flex-direction:column;justify-content:center;padding:5rem 5rem 5rem 0;display:flex}.category-hero h1,.detail-hero h1{color:var(--brand-blue)}.category-hero p:not(.kicker){font-size:1.08rem}.category-hero-image{min-width:calc(100% + max(32px,calc((100vw - var(--container))/2)));position:relative}.category-index{background:var(--brand-white)}.category-lines{border-top:1px solid var(--line)}.category-lines>a{border-bottom:1px solid var(--line);grid-template-columns:50px 50px 1fr auto;align-items:center;gap:2rem;padding:2rem 0;display:grid}.category-lines>a>span{color:var(--brand-gold);font-size:.7rem;font-weight:700}.category-lines>a>svg{color:var(--brand-blue)}.category-lines h3{margin:0 0 .3rem;font-size:2rem}.category-lines p{margin:0;font-size:.8rem}.category-lines>a:hover h3{color:var(--brand-blue)}.detail-hero{background:var(--brand-cream);padding:5rem 0 7rem}.detail-title{max-width:900px}.detail-title>svg{color:var(--brand-gold);stroke-width:1.3px;width:54px;height:54px;margin-bottom:2rem}.detail-title>p:last-child{font-size:1.2rem}.category-scope{background:var(--brand-white)}.category-scope>.shell>p{font:500 clamp(1.7rem,3vw,2.7rem)/1.25 var(--font-serif);color:var(--brand-blue)}.products-section{background:var(--brand-cream)}.empty-state{border-top:3px solid var(--brand-gold);background:var(--brand-white);max-width:900px;padding:4rem}.empty-state>span{float:right;font:600 8rem/.7 var(--font-serif);color:color-mix(in srgb,var(--brand-blue) 8%,transparent);display:block}.empty-state h2{color:var(--brand-blue);font-size:2.7rem}.related-categories{background:var(--brand-blue);color:var(--brand-white);padding:3rem 0}.related-categories .shell>div{flex-wrap:wrap;gap:1rem;display:flex}.related-categories a{border-bottom:1px solid var(--brand-gold);align-items:center;gap:.5rem;padding:.4rem;font-size:.72rem;display:inline-flex}.build-map{background:var(--brand-cream)}.territory-list{border-top:1px solid var(--line)}.territory-list a{border-bottom:1px solid var(--line);grid-template-columns:60px 1fr 1.2fr auto;align-items:center;gap:2rem;padding:2rem 0;display:grid}.territory-list span{color:var(--brand-gold);font-size:.7rem;font-weight:700}.territory-list h3{margin:0;font-size:2.1rem}.territory-list p{margin:0;font-size:.8rem}.approach-band{background:var(--brand-blue);color:var(--brand-white);padding:6rem 0}.approach-band .shell{grid-template-columns:repeat(3,1fr);display:grid}.approach-band article{border-right:1px solid color-mix(in srgb,var(--brand-white) 18%,transparent);padding:2.5rem}.approach-band article:last-child{border:0}.approach-band svg{color:var(--brand-gold);margin-bottom:2rem}.approach-band h3{font-size:2rem}.approach-band p{color:color-mix(in srgb,var(--brand-white) 72%,transparent);font-size:.82rem}.future-section{background:var(--brand-white)}.corporate-panel{background:var(--brand-cream);padding:5rem 0}.corporate-panel>.shell{grid-template-columns:auto 1fr 1fr;align-items:start;gap:3rem;display:grid}.corporate-panel>div>svg{color:var(--brand-gold);width:42px;height:42px}.corporate-panel h2{max-width:650px;font-size:2.3rem}.corporate-panel dl{margin:0}.corporate-panel dl>div{border-top:1px solid var(--line);padding:1rem 0}.corporate-panel dt{text-transform:uppercase;letter-spacing:.1em;color:var(--brand-blue);font-size:.62rem}.corporate-panel dd{margin:0;font-weight:600}.trade-hero{background:var(--brand-navy);color:var(--brand-white);grid-template-columns:1fr 1fr;display:grid}.trade-hero-copy{padding:clamp(4rem,7vw,8rem) max(32px,calc((100vw - var(--container))/2));padding-right:clamp(3rem,6vw,6rem)}.trade-hero h1{font-size:clamp(3.7rem,6.4vw,6.8rem)}.trade-hero-copy>p:not(.kicker){color:color-mix(in srgb,var(--brand-white) 75%,transparent);font-size:1.05rem}.trade-hero-image{min-height:720px;position:relative}.mini-territories{flex-wrap:wrap;gap:.5rem;margin-top:2rem;display:flex}.mini-territories span{border:1px solid var(--line);padding:.45rem .65rem;font-size:.66rem;font-weight:700}.trade-model{background:var(--brand-blue);color:var(--brand-white);padding:7rem 0}.process-row{border:1px solid color-mix(in srgb,var(--brand-white) 18%,transparent);grid-template-columns:repeat(3,1fr);display:grid}.process-row article{border-right:1px solid color-mix(in srgb,var(--brand-white) 18%,transparent);padding:3rem}.process-row article:last-child{border:0}.process-row span{color:var(--brand-gold);font-size:.7rem}.process-row svg{color:var(--brand-gold);margin:2.5rem 0 1.5rem;display:block}.process-row h3{font-size:2rem}.process-row p{color:color-mix(in srgb,var(--brand-white) 72%,transparent);font-size:.82rem}.international-hero{background:var(--brand-navy)}.international-hero em{color:var(--brand-gold)}.international-territories{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid}.international-territories article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:2rem}.international-territories span{font:600 1.8rem var(--font-serif);color:var(--brand-blue)}.international-territories p{font-size:.8rem}.partner-opportunities{background:var(--brand-cream);padding:6rem 0}.partner-opportunities .shell{grid-template-columns:repeat(4,1fr);display:grid}.partner-opportunities article{border-right:1px solid var(--line);padding:2rem}.partner-opportunities article:last-child{border:0}.partner-opportunities svg{color:var(--brand-gold);margin-bottom:2rem}.partner-opportunities h3{font-size:1.7rem}.partner-opportunities p{font-size:.78rem}.form-section{background:var(--brand-cream);scroll-margin-top:110px}.form-layout,.contact-layout{grid-template-columns:.8fr 1.2fr;align-items:start;gap:clamp(3rem,8vw,8rem);display:grid}.form-layout>div:first-child{position:sticky;top:140px}.form-layout h2{color:var(--brand-blue)}.form-layout>div:first-child>svg{color:var(--brand-gold);width:42px;height:42px;margin-bottom:2rem}.inquiry-form{background:var(--brand-white);border-top:4px solid var(--brand-gold);box-shadow:0 22px 60px color-mix(in srgb,var(--brand-navy) 8%,transparent);padding:clamp(1.5rem,4vw,3.5rem)}.inquiry-form label,.inquiry-form legend{color:var(--brand-blue);letter-spacing:.06em;text-transform:uppercase;margin:0 0 1.25rem;font-size:.68rem;font-weight:700;display:block}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{border:1px solid color-mix(in srgb,var(--brand-blue) 28%,transparent);background:var(--brand-white);width:100%;color:var(--brand-navy);text-transform:none;border-radius:0;margin-top:.45rem;padding:.9rem;font-size:.9rem;display:block}.inquiry-form textarea{resize:vertical}.inquiry-form small{color:color-mix(in srgb,var(--brand-navy) 60%,transparent);letter-spacing:0;text-transform:none;margin-top:.4rem;font-weight:400;display:block}.field-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.inquiry-form fieldset{border:0;margin:0;padding:0}.check-grid{grid-template-columns:1fr 1fr;gap:.45rem;margin-bottom:1.5rem;display:grid}.check-grid label{background:var(--brand-cream);align-items:flex-start;gap:.55rem;margin:0;padding:.65rem;font-size:.6rem;display:flex}.check-grid input{width:auto;margin:.15rem 0 0}.consent{align-items:flex-start;gap:.7rem;color:color-mix(in srgb,var(--brand-navy) 72%,transparent)!important;letter-spacing:0!important;text-transform:none!important;font-weight:400!important;display:flex!important}.consent input{width:auto;margin:.2rem 0 0}.consent a{text-decoration:underline}.honeypot{left:-9999px;position:absolute!important}.form-error{color:var(--brand-blue);border-left:3px solid var(--brand-gold);padding-left:1rem}.form-success{background:var(--brand-white);border-top:4px solid var(--brand-green);padding:4rem}.form-success>svg{color:var(--brand-green);width:48px;height:48px}.form-success h2{color:var(--brand-blue);font-size:3rem}.text-button{color:var(--brand-blue);cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.career-areas{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(5,1fr);display:grid}.career-areas article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:230px;padding:1.7rem}.career-areas span{color:var(--brand-gold);font-size:.7rem}.career-areas svg{color:var(--brand-blue);margin:3rem 0 1rem;display:block}.career-areas h3{font-size:1.6rem}.vacancies{background:var(--brand-cream)}.identity-panel{background:var(--brand-blue);color:var(--brand-white);padding:3rem}.identity-panel>svg{color:var(--brand-gold);width:42px;height:42px;margin-bottom:2rem}.identity-panel h2{font-size:2.6rem}.identity-panel address{gap:1rem;font-style:normal;display:flex}.identity-panel address svg{color:var(--brand-gold);flex:none}.identity-panel dl{margin:2rem 0 0}.identity-panel dl>div{border-top:1px solid color-mix(in srgb,var(--brand-white) 18%,transparent);padding:1rem 0}.identity-panel dt{text-transform:uppercase;letter-spacing:.1em;color:var(--brand-gold);font-size:.6rem}.identity-panel dd{margin:0}.contact-note{border-left:2px solid var(--brand-gold);margin:1rem 0 0;padding-left:1rem;font-size:.75rem}.site-footer{background:var(--brand-navy);color:var(--brand-white);padding-top:6rem}.footer-sweep{border-top:3px solid var(--brand-gold);border-radius:50% 50% 0 0/100% 100% 0 0;height:26px;transform:translateY(-6rem)}.footer-grid{grid-template-columns:1.5fr repeat(4,1fr);gap:3rem;padding-bottom:5rem;display:grid}.site-footer .brand-logo{width:220px;height:100px;margin-bottom:1.5rem}.footer-brand p,.footer-brand address{color:color-mix(in srgb,var(--brand-white) 65%,transparent);font-size:.75rem;font-style:normal}.footer-grid h2{font:700 .65rem var(--font-sans);text-transform:uppercase;letter-spacing:.14em;color:var(--brand-gold)}.footer-grid>div:not(.footer-brand)>a{color:color-mix(in srgb,var(--brand-white) 72%,transparent);padding:.35rem 0;font-size:.72rem;display:block}.footer-bottom{border-top:1px solid color-mix(in srgb,var(--brand-white) 16%,transparent);color:color-mix(in srgb,var(--brand-white) 55%,transparent);justify-content:space-between;gap:2rem;padding:1.5rem 0;font-size:.65rem;display:flex}.footer-bottom p{margin:0}.not-found{background:var(--brand-navy);min-height:calc(100vh - 104px);color:var(--brand-white);padding:4rem max(32px,calc((100vw - var(--container))/2));grid-template-columns:1fr 1fr;align-items:center;display:grid;overflow:hidden}.not-found-mark{font:600 28vw/.8 var(--font-serif);color:color-mix(in srgb,var(--brand-blue) 50%,transparent)}.not-found h1{font-size:clamp(3.5rem,6vw,6.5rem)}.legal-page{background:var(--brand-cream)!important}.legal-page h1,.legal-page h2{font-family:var(--font-serif)!important}.legal-page h1{color:var(--brand-blue)!important}@media (max-width:1120px){.site-header{height:88px}.brand-logo{width:165px;height:68px}.menu-toggle{display:block}.main-nav{background:var(--brand-white);max-height:calc(100vh - 88px);box-shadow:0 25px 45px color-mix(in srgb,var(--brand-navy) 12%,transparent);flex-direction:column;align-items:stretch;padding:1.5rem 32px 2rem;display:none;position:absolute;top:88px;left:0;right:0;overflow:auto}.main-nav.is-open{display:flex}.main-nav>a,.portfolio-nav>a{padding:.7rem 0;font-size:.78rem}.mega-menu{visibility:visible;opacity:1;box-shadow:none;background:var(--brand-cream);border:0;margin-top:.4rem;padding:1rem;display:block;position:static;transform:none}.mega-menu>div:first-child{display:none}.mega-menu>div{margin-bottom:1rem}.mega-menu>div:not(:first-child)>a{font-size:.68rem}.home-hero{min-height:760px}.hero-copy{padding-left:32px}.portfolio-tile>a{grid-template-columns:1fr;min-height:0}.portfolio-image{min-height:450px}.footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}.footer-brand{grid-row:span 2}}@media (max-width:800px){:root{--space-4:5rem}.shell{width:calc(100% - 32px)}.section{padding:5rem 0}.home-hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:5rem 24px 4rem}.hero-copy h1{font-size:clamp(4rem,17vw,6rem)}.hero-visual{clip-path:ellipse(90% 75% at 60% 48%);min-height:560px}.hero-word{display:none}.section-heading{display:block}.section-heading>p{margin-top:1.5rem}.portfolio-grid{grid-template-columns:1fr}.portfolio-tile>a{grid-template-columns:1fr 1fr;min-height:520px}.portfolio-image{min-height:0}.editorial-split,.international-home .shell{grid-template-columns:1fr;gap:3rem}.brand-orbit{height:300px}.brand-orbit:before{width:270px;height:270px}.brand-orbit:after{width:180px;height:180px}.brand-orbit span{font-size:7rem}.trade-feature,.trade-hero{grid-template-columns:1fr}.trade-image,.trade-hero-image{min-height:520px}.trade-copy{padding:5rem 24px}.international-home .shell{gap:2rem}.path-grid{grid-template-columns:1fr}.path-grid a{border-right:0;border-bottom:1px solid color-mix(in srgb,var(--brand-white) 20%,transparent);min-height:120px}.category-hero>.shell{grid-template-columns:1fr}.category-hero>.shell>div:first-child{padding:4rem 0}.category-hero-image{min-width:0;min-height:500px;margin-inline:-16px}.category-lines>a{grid-template-columns:35px 38px 1fr;gap:1rem}.category-lines>a>svg:last-child{display:none}.territory-list a{grid-template-columns:40px 1fr auto}.territory-list p{grid-column:2/4}.approach-band .shell,.process-row,.partner-opportunities .shell{grid-template-columns:1fr}.approach-band article,.process-row article,.partner-opportunities article{border-right:0;border-bottom:1px solid color-mix(in srgb,var(--brand-white) 18%,transparent)}.corporate-panel>.shell{grid-template-columns:auto 1fr}.corporate-panel dl{grid-column:1/-1}.form-layout,.contact-layout{grid-template-columns:1fr}.form-layout>div:first-child{position:static}.career-areas,.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-area:auto/1/auto/-1}.not-found{grid-template-columns:1fr}.not-found-mark{font-size:40vw}.footer-bottom{flex-direction:column}}@media (max-width:560px){body{font-size:15px}.home-hero .button-row,.home-hero .button{width:100%}.hero-visual{min-height:480px}.portfolio-tile>a{grid-template-columns:1fr}.portfolio-image{min-height:390px}.portfolio-copy{min-height:360px}.trade-image,.trade-hero-image{min-height:420px}.path-grid a{grid-template-columns:auto 1fr auto}.hub-grid .portfolio-tile>a{min-height:0}.category-hero-image{min-height:400px}.category-lines>a{grid-template-columns:30px 1fr}.category-lines>a>svg{display:none}.territory-list a{grid-template-columns:32px 1fr auto}.international-territories,.field-grid,.check-grid{grid-template-columns:1fr}.inquiry-form{padding:1.4rem}.career-areas,.footer-grid{grid-template-columns:1fr}.footer-bottom{gap:.5rem}.empty-state{padding:2rem}.not-found{padding:4rem 20px}.not-found .button-row{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html,body{overflow-x:hidden}.hero-copy{min-width:0;max-width:none}.hero-copy>p:not(.kicker){color:var(--brand-navy)}.menu-toggle{border:1px solid var(--line);background:var(--brand-white);width:44px;height:44px;color:var(--brand-navy);border-radius:0;flex:0 0 44px;justify-content:center;align-items:center;padding:.6rem}@media (max-width:1120px){.menu-toggle{display:inline-flex}}@media (max-width:560px){.hero-copy h1{overflow-wrap:normal;max-width:100%;font-size:3.65rem}}.cookie-banner{z-index:500;background:var(--brand-white);border-top:4px solid var(--brand-gold);max-width:980px;box-shadow:0 20px 70px color-mix(in srgb,var(--brand-navy) 24%,transparent);justify-content:space-between;align-items:center;gap:2rem;margin:auto;padding:1.5rem 1.75rem;display:flex;position:fixed;bottom:24px;left:24px;right:24px}.cookie-banner h2{color:var(--brand-blue);margin-bottom:.3rem;font-size:1.8rem}.cookie-banner p{margin:0;font-size:.75rem}.cookie-banner a{font-size:.68rem;font-weight:700;text-decoration:underline}.cookie-banner>div:last-child{flex:none;gap:.6rem;display:flex}.cookie-revisit{z-index:90;border:1px solid color-mix(in srgb,var(--brand-white) 25%,transparent);background:var(--brand-navy);color:var(--brand-white);cursor:pointer;padding:.5rem .7rem;font-size:.58rem;position:fixed;bottom:12px;left:12px}@media (max-width:700px){.cookie-banner{padding:1.2rem;display:block;bottom:12px;left:12px;right:12px}.cookie-banner>div:last-child{grid-template-columns:1fr 1fr;margin-top:1rem;display:grid}.cookie-banner .button{padding:.7rem;font-size:.6rem}}@media (max-width:560px){.site-header,.header-inner,.home-hero,.hero-copy,.hero-visual{width:100%!important;min-width:0!important;max-width:100vw!important}.header-inner{padding-inline:16px!important}.header-inner.shell{width:100%!important}.site-header .brand-logo{width:132px!important;height:70px!important;padding:6px!important}.site-header .menu-toggle{flex:none;justify-content:center;align-items:center;width:46px;height:46px;color:var(--brand-navy)!important;display:inline-flex!important}.home-hero{padding:0!important;display:block!important;overflow:hidden!important}.hero-copy{padding:5rem 24px 4rem!important;overflow:hidden!important}.hero-copy h1{overflow-wrap:anywhere!important;width:100%!important;max-width:100%!important;font-size:3.15rem!important;line-height:.96!important}.hero-copy>p:not(.kicker){width:100%!important;max-width:100%!important;font-size:1rem!important}.home-hero .button-row{grid-template-columns:1fr!important;width:100%!important;display:grid!important}.home-hero .button{white-space:normal!important;width:100%!important;min-width:0!important}}.product-category-hero,.product-detail-hero{background:var(--brand-cream)}.product-category-hero>.shell,.product-detail-hero>.shell{grid-template-columns:1fr 1fr;min-height:700px;display:grid}.product-category-hero>.shell>div:first-child,.product-detail-hero>.shell>div:first-child{flex-direction:column;justify-content:center;min-width:0;padding:5rem 5rem 5rem 0;display:flex}.product-category-hero h1,.product-detail-hero h1{color:var(--brand-blue)}.product-category-hero p:not(.kicker),.product-detail-hero p:not(.kicker){font-size:1.08rem}.product-category-art,.product-detail-art{min-width:calc(100% + max(32px,calc((100vw - var(--container))/2)));position:relative;overflow:hidden}.product-grid{background:var(--brand-blue);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.product-card{background:var(--brand-white);flex-direction:column;min-width:0;display:flex}.product-card-image{aspect-ratio:1;background:var(--brand-cream);position:relative;overflow:hidden}.product-card-image img{object-fit:contain;width:100%;max-width:100%;transition:transform .35s}.product-card>div:last-child{flex-direction:column;flex:1;padding:1.6rem;display:flex}.product-card span{text-transform:uppercase;letter-spacing:.1em;color:var(--brand-gold);font-size:.62rem;font-weight:700}.product-card h3{color:var(--brand-blue);margin:1rem 0 .65rem;font-size:1.65rem}.product-card p{font-size:.75rem}.product-card strong{text-transform:uppercase;letter-spacing:.08em;color:var(--brand-blue);align-items:center;gap:.5rem;margin-top:auto;font-size:.65rem;display:flex}.product-information{background:var(--brand-white)}.product-information>.shell{grid-template-columns:1.15fr .85fr;align-items:start;gap:8rem;display:grid}.product-information h2{color:var(--brand-blue)}.product-information>div>div>p:last-child{font-size:1.05rem}.product-information dl{border-top:1px solid var(--line);margin:0}.product-information dl>div{border-bottom:1px solid var(--line);grid-template-columns:1fr 1.3fr;gap:1rem;padding:1.2rem 0;display:grid}.product-information dt{text-transform:uppercase;letter-spacing:.1em;color:var(--brand-blue);font-size:.62rem}.product-information dd{margin:0;font-weight:700}.product-disclaimer{background:var(--brand-blue);color:var(--brand-white);padding:2rem 0}.product-disclaimer .shell{align-items:flex-start;gap:1.2rem;display:flex}.product-disclaimer svg{color:var(--brand-gold);flex:none}.product-disclaimer p{max-width:1000px;margin:0;font-size:.78rem}.related-product-grid{border:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.related-product-grid a{border-right:1px solid var(--line);padding:2rem}.related-product-grid a:last-child{border:0}.related-product-grid h3{color:var(--brand-blue);font-size:1.8rem}.related-product-grid p{font-size:.78rem}.related-product-grid svg{color:var(--brand-gold)}.home-insights{background:var(--brand-cream)}.home-insights-grid{background:var(--brand-blue);grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:2.5rem;display:grid}.home-insights-grid>a{background:var(--brand-white);padding-bottom:2rem}.home-insights-grid>a>div{aspect-ratio:16/10;margin-bottom:1.5rem;position:relative;overflow:hidden}.home-insights-grid img{transition:transform .35s}.home-insights-grid a:hover img{transform:scale(1.025)}.home-insights-grid span,.home-insights-grid h3,.home-insights-grid strong{margin-inline:1.5rem}.home-insights-grid span{text-transform:uppercase;color:var(--brand-gold);font-size:.62rem;font-weight:700}.home-insights-grid h3{color:var(--brand-blue);margin-top:.8rem;font-size:2rem}.home-insights-grid strong{text-transform:uppercase;letter-spacing:.08em;color:var(--brand-blue);align-items:center;gap:.5rem;font-size:.65rem;display:flex}.insights-hero em{color:var(--brand-gold)}.insights-section{background:var(--brand-cream)}.editorial-grid{background:var(--brand-blue);grid-template-columns:1fr 1fr;gap:1px;display:grid}.editorial-card{background:var(--brand-white);grid-template-columns:1fr 1fr;min-height:430px;display:grid}.editorial-card-featured{grid-column:1/-1;grid-template-columns:1.25fr .75fr;min-height:600px}.editorial-card-image{position:relative;overflow:hidden}.editorial-card-image img{object-fit:cover;transition:transform .35s}.editorial-card:hover img{transform:scale(1.02)}.editorial-card-copy{flex-direction:column;padding:clamp(2rem,4vw,4rem);display:flex}.editorial-card-copy>div{text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;gap:1rem;font-size:.6rem;display:flex}.editorial-card-copy>div span{color:var(--brand-gold);font-weight:700}.editorial-card-copy h2{color:var(--brand-blue);margin:2rem 0 1rem;font-size:clamp(2rem,3vw,3.3rem)}.editorial-card-copy p{font-size:.8rem}.editorial-card-copy strong{text-transform:uppercase;color:var(--brand-blue);align-items:center;gap:.5rem;margin-top:auto;font-size:.65rem;display:flex}.editorial-image-fallback{isolation:isolate;background:radial-gradient(circle at 72% 24%,color-mix(in srgb,var(--brand-gold) 76%,transparent),transparent 23%),radial-gradient(circle at 18% 84%,color-mix(in srgb,var(--brand-green) 62%,transparent),transparent 28%),linear-gradient(145deg,var(--brand-blue),var(--brand-navy));place-items:center;display:grid}.editorial-image-fallback:before,.editorial-image-fallback:after{content:"";z-index:-1;border:1px solid color-mix(in srgb,var(--brand-white) 22%,transparent);border-radius:50%;position:absolute}.editorial-image-fallback:before{aspect-ratio:1;width:55%;top:-20%;left:-12%}.editorial-image-fallback:after{aspect-ratio:1;width:38%;bottom:-14%;right:-8%}.editorial-image-fallback>div,.home26-insight-fallback{text-align:center;color:var(--brand-white);display:grid}.editorial-image-fallback>div span,.home26-insight-fallback small{letter-spacing:.18em;text-transform:uppercase;color:var(--brand-gold);font-size:.58rem;font-weight:800}.editorial-image-fallback>div strong,.home26-insight-fallback b{font:600 clamp(1.8rem,4vw,4rem) var(--font-serif)}.insights-empty{text-align:center;background:var(--brand-white);border:1px solid var(--line);padding:clamp(3rem,8vw,7rem)}.insights-empty>svg{width:44px;height:44px;color:var(--brand-gold);margin-bottom:1.2rem}.insights-empty h2{color:var(--brand-blue)}.insights-empty>p:last-child{margin:0}.insights-subscribe{background:var(--brand-blue);color:var(--brand-white);padding:4rem 0}.insights-subscribe .shell{grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;display:grid}.insights-subscribe>div>svg{color:var(--brand-gold);width:44px;height:44px}.insights-subscribe h2{margin-bottom:.5rem;font-size:2.7rem}.insights-subscribe p:not(.kicker){color:color-mix(in srgb,var(--brand-white) 75%,transparent);margin:0;font-size:.8rem}.gulabad-article-header{background:var(--brand-navy);color:var(--brand-white);padding:5rem 0 7rem}.gulabad-article-header h1{max-width:1100px}.gulabad-article-header>.shell>p:not(.kicker){color:color-mix(in srgb,var(--brand-white) 78%,transparent);font-size:1.1rem}.article-back{text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.5rem;margin-bottom:4rem;font-size:.65rem;display:inline-flex}.article-facts{gap:2rem;margin-top:2rem;display:flex}.article-facts span{color:var(--brand-gold);align-items:center;gap:.5rem;font-size:.65rem;display:flex}.gulabad-article-cover{aspect-ratio:16/9;background:linear-gradient(145deg,#f5ead7,#fff);width:min(1440px,100%);margin:clamp(2rem,5vw,5rem) auto;position:relative;overflow:hidden}.gulabad-article-cover img{object-fit:contain;object-position:center}.article-cover-fallback{color:var(--brand-white);background:radial-gradient(circle at 78% 22%,color-mix(in srgb,var(--brand-gold) 70%,transparent),transparent 20%),radial-gradient(circle at 15% 85%,color-mix(in srgb,var(--brand-green) 65%,transparent),transparent 25%),linear-gradient(140deg,var(--brand-blue),var(--brand-navy));flex-direction:column;justify-content:center;align-items:center;display:flex}.article-cover-fallback span{letter-spacing:.18em;text-transform:uppercase;color:var(--brand-gold);font-size:.65rem;font-weight:800}.article-cover-fallback strong{font:600 clamp(3rem,8vw,8rem) var(--font-serif)}.gulabad-article-body{grid-template-columns:260px minmax(0,760px);justify-content:center;gap:7rem;padding-block:7rem;display:grid}.gulabad-article-body>aside{border-top:3px solid var(--brand-gold);height:max-content;padding-top:1.5rem;position:sticky;top:140px}.gulabad-article-body>aside span{font:600 1.5rem var(--font-serif);color:var(--brand-blue)}.gulabad-article-body>aside p{font-size:.72rem}.gulabad-article-body>aside a{text-transform:uppercase;color:var(--brand-blue);align-items:center;gap:.5rem;padding:.45rem 0;font-size:.65rem;font-weight:700;display:flex}.gulabad-article-body .cms-rich h2{color:var(--brand-blue)}.gulabad-article-body .cms-rich p{color:var(--brand-navy);font-size:1.04rem;line-height:1.9}.article-tldr{border-left:4px solid var(--brand-gold);background:var(--brand-cream);margin-bottom:2.5rem;padding:1.7rem 2rem}.article-tldr strong{text-transform:uppercase;letter-spacing:.1em;color:var(--brand-blue);font-size:.62rem}.article-tldr p{color:var(--brand-navy);margin:.55rem 0 0}.article-author-card{background:linear-gradient(135deg,var(--brand-cream),var(--brand-white));border-top:4px solid var(--brand-gold);box-shadow:0 20px 60px color-mix(in srgb,var(--brand-navy) 8%,transparent);grid-template-columns:110px 1fr;align-items:start;gap:2rem;margin-top:4rem;padding:clamp(2rem,4vw,3.2rem);display:grid}.article-author-mark{aspect-ratio:1;background:var(--brand-blue);width:110px;color:var(--brand-gold);font:600 2.4rem var(--font-serif);box-shadow:inset 0 0 0 8px color-mix(in srgb,var(--brand-white) 10%,transparent);border-radius:50%;place-items:center;display:grid}.article-author-card span{color:var(--brand-green);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.5rem;font-size:.58rem;font-weight:800;display:block}.article-author-card h2{color:var(--brand-blue);margin:0 0 .25rem;font-size:2.5rem}.article-author-card strong{color:var(--brand-gold);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem}.article-author-card p{color:color-mix(in srgb,var(--brand-navy) 76%,transparent);margin:1.2rem 0 1.5rem;font-size:.82rem;line-height:1.8}.article-author-card a{border-bottom:1px solid var(--brand-gold);width:max-content;color:var(--brand-blue);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.55rem;padding-bottom:.3rem;font-size:.62rem;font-weight:800;display:flex}.article-editorial-note{border-top:1px solid var(--line);margin-top:4rem;padding-top:1.5rem}.article-editorial-note strong{text-transform:uppercase;color:var(--brand-blue);font-size:.65rem}.article-editorial-note p{font-size:.75rem}.related-editorial{background:var(--brand-cream);padding:6rem 0}.related-editorial .shell>div{grid-template-columns:repeat(3,1fr);display:grid}.related-editorial a{border:1px solid var(--line);grid-template-columns:1fr auto;padding:2.5rem;display:grid}.related-editorial a+a{border-left:0}.related-editorial span{text-transform:uppercase;color:var(--brand-gold);font-size:.6rem}.related-editorial h2{color:var(--brand-blue);grid-column:1/2;margin:1rem 0 0;font-size:2.1rem}.related-editorial svg{color:var(--brand-blue);grid-area:1/2/3}.international-illustrated-hero{background:var(--brand-navy);color:var(--brand-white)}.international-illustrated-hero>.shell{grid-template-columns:45% 55%;width:100%;max-width:none;min-height:720px;display:grid}.international-illustrated-hero>.shell>div:first-child{padding:6rem max(32px,calc((100vw - var(--container))/2));flex-direction:column;justify-content:center;padding-right:5rem;display:flex}.international-illustrated-hero>.shell>div:last-child{position:relative;overflow:hidden}.international-illustrated-hero h1{font-size:clamp(3.7rem,6vw,6.5rem)}.international-illustrated-hero p:not(.kicker){color:color-mix(in srgb,var(--brand-white) 75%,transparent)}.footer-lead{border-bottom:1px solid color-mix(in srgb,var(--brand-white) 18%,transparent);grid-template-columns:.8fr 1.2fr;gap:5rem;padding-bottom:4rem;display:grid}.footer-lead h2{margin:0;font-size:clamp(3rem,5vw,5rem)}.footer-direct{border:1px solid color-mix(in srgb,var(--brand-white) 18%,transparent);grid-template-columns:repeat(3,1fr);display:grid}.footer-direct>a{border-right:1px solid color-mix(in srgb,var(--brand-white) 18%,transparent);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.footer-direct>a:last-child{border:0}.footer-direct svg{color:var(--brand-gold);flex:none}.footer-direct span{text-transform:uppercase;letter-spacing:.08em;color:color-mix(in srgb,var(--brand-white) 60%,transparent);font-size:.58rem}.footer-direct strong{text-transform:none;letter-spacing:0;color:var(--brand-white);overflow-wrap:anywhere;margin-top:.35rem;font-size:.72rem;display:block}.modern-footer .footer-grid{grid-template-columns:1.4fr repeat(4,1fr);padding-top:4rem}.footer-brand address{align-items:flex-start;gap:.6rem;display:flex}.footer-portfolio-link{align-items:center;gap:.5rem;margin-top:1rem;color:var(--brand-gold)!important;display:inline-flex!important}.contact-channels{border-top:1px solid color-mix(in srgb,var(--brand-white) 18%,transparent);margin-top:2rem}.contact-channels a{border-bottom:1px solid color-mix(in srgb,var(--brand-white) 18%,transparent);align-items:center;gap:1rem;padding:1rem 0;display:flex}.contact-channels svg{color:var(--brand-gold)}.contact-channels span{text-transform:uppercase;color:var(--brand-gold);font-size:.58rem}.contact-channels strong{color:var(--brand-white);text-transform:none;margin-top:.25rem;font-size:.82rem;display:block}.whatsapp-button{z-index:180;background:var(--brand-green);color:var(--brand-white);border:2px solid var(--brand-white);box-shadow:0 12px 36px color-mix(in srgb,var(--brand-navy) 25%,transparent);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.55rem;padding:.75rem 1rem;font-size:.65rem;font-weight:700;display:flex;position:fixed;bottom:20px;right:20px}.whatsapp-button svg{width:19px;height:19px}@media (max-width:1000px){.product-grid{grid-template-columns:1fr 1fr}.editorial-card,.editorial-card-featured{grid-template-columns:1fr}.editorial-card-image{min-height:420px}.footer-lead{grid-template-columns:1fr}.modern-footer .footer-grid{grid-template-columns:1fr 1fr 1fr}.footer-brand{grid-column:1/-1}.footer-direct{grid-template-columns:1fr}.footer-direct>a{border-right:0;border-bottom:1px solid color-mix(in srgb,var(--brand-white) 18%,transparent)}}@media (max-width:800px){.product-category-hero>.shell,.product-detail-hero>.shell,.product-information>.shell,.international-illustrated-hero>.shell{grid-template-columns:1fr}.product-category-hero>.shell>div:first-child,.product-detail-hero>.shell>div:first-child{padding:4rem 0}.product-category-art,.product-detail-art{min-width:0;min-height:480px;margin-inline:-16px}.product-information>.shell{gap:3rem}.home-insights-grid{grid-template-columns:1fr}.insights-subscribe .shell{grid-template-columns:auto 1fr}.insights-subscribe .button{grid-column:1/-1}.gulabad-article-body{grid-template-columns:1fr;gap:3rem}.gulabad-article-body>aside{position:static}.related-editorial .shell>div{grid-template-columns:1fr}.related-editorial a+a{border-left:1px solid var(--line);border-top:0}.international-illustrated-hero>.shell>div:first-child{padding:5rem 24px}.international-illustrated-hero>.shell>div:last-child{min-height:520px}.modern-footer .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.product-grid,.related-product-grid{grid-template-columns:1fr}.related-product-grid a{border-right:0;border-bottom:1px solid var(--line)}.editorial-card-image{min-height:310px}.editorial-card-copy{padding:1.7rem}.article-facts{flex-direction:column;gap:.5rem}.gulabad-article-cover{height:65vw}.modern-footer .footer-grid{grid-template-columns:1fr}.footer-lead h2{font-size:3rem}.whatsapp-button span{display:none}.whatsapp-button{border-radius:50%;justify-content:center;width:50px;height:50px;padding:0}}.home-2026{background:var(--brand-white)}.home26-hero{background:var(--brand-cream);grid-template-columns:43% 57%;min-height:calc(100svh - 104px);display:grid;position:relative;overflow:hidden}.home26-hero-copy{z-index:3;padding:clamp(6rem,9vw,9rem) max(32px,calc((100vw - var(--container))/2));flex-direction:column;justify-content:center;padding-right:clamp(2rem,5vw,5rem);display:flex;position:relative}.home26-hero-meta{top:2rem;left:max(32px,calc((100vw - var(--container))/2));color:color-mix(in srgb,var(--brand-blue) 62%,transparent);letter-spacing:.09em;text-transform:uppercase;justify-content:space-between;gap:1rem;font-size:.58rem;font-weight:700;display:flex;position:absolute;right:2rem}.home26-hero h1{color:var(--brand-blue);margin-bottom:2rem;font-size:clamp(4.7rem,7.3vw,8rem)}.home26-hero h1 em{color:var(--brand-navy);display:block}.home26-lead{max-width:570px;margin-bottom:2.2rem;font-size:1.08rem}.home26-primary{min-height:58px}.home26-inline-link{letter-spacing:.08em;text-transform:uppercase;width:max-content;color:var(--brand-blue);border-bottom:2px solid var(--brand-gold);align-items:center;gap:.6rem;padding-bottom:.3rem;font-size:.7rem;font-weight:800;display:inline-flex}.home26-hero-art{min-height:720px;position:relative;overflow:hidden}.home26-hero-art:after{content:"";background:linear-gradient(90deg,var(--brand-cream),transparent 18%);position:absolute;inset:0}.home26-art-label{z-index:2;background:color-mix(in srgb,var(--brand-white) 92%,transparent);border-left:3px solid var(--brand-gold);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:1.15rem 1.35rem;display:flex;position:absolute;bottom:7.5rem;right:2rem}.home26-art-label span{text-transform:uppercase;letter-spacing:.1em;color:var(--brand-blue);font-size:.55rem}.home26-art-label strong{font:600 1.15rem var(--font-serif)}.home26-quick-nav{z-index:4;background:var(--brand-navy);color:var(--brand-white);grid-template-columns:repeat(4,1fr);display:grid;position:absolute;bottom:0;left:43%;right:0}.home26-quick-nav a{border-right:1px solid color-mix(in srgb,var(--brand-white) 17%,transparent);grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;min-height:92px;padding:1rem 1.25rem;transition:background .25s;display:grid}.home26-quick-nav a:hover{background:var(--brand-blue)}.home26-quick-nav span{color:var(--brand-gold);font-size:.56rem}.home26-quick-nav strong{font-size:.65rem}.home26-quick-nav svg{color:var(--brand-gold)}.home26-intro{background:var(--brand-navy);color:var(--brand-white);padding:clamp(5rem,9vw,8rem) 0}.home26-intro-grid{grid-template-columns:1.2fr .8fr;align-items:end;gap:8rem;display:grid}.home26-intro h2{margin:0;font-size:clamp(4rem,7vw,7.5rem)}.home26-intro h2 em{color:var(--brand-gold)}.home26-intro-grid>div>p{color:color-mix(in srgb,var(--brand-white) 72%,transparent);font-size:1.05rem}.home26-intro dl{border-top:1px solid color-mix(in srgb,var(--brand-white) 18%,transparent);grid-template-columns:repeat(3,1fr);margin:3rem 0 0;display:grid}.home26-intro dl>div{padding:1.5rem .6rem 0 0}.home26-intro dt{font:600 2.7rem var(--font-serif);color:var(--brand-gold)}.home26-intro dd{text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.6rem}.home26-section-head{justify-content:space-between;align-items:flex-end;gap:3rem;margin-bottom:4rem;display:flex}.home26-section-head h2{color:var(--brand-blue);margin:0}.home26-section-head>p{max-width:480px;margin:0}.home26-portfolio{background:var(--brand-white)}.home26-bento{grid-template-rows:repeat(3,minmax(230px,1fr));grid-template-columns:1.35fr .65fr;gap:12px;min-height:960px;display:grid}.home26-territory{color:var(--brand-white);flex-direction:column;justify-content:space-between;padding:2rem;display:flex;position:relative;overflow:hidden}.home26-territory.territory-1{grid-row:1/4}.home26-territory-shade{background:linear-gradient(180deg,color-mix(in srgb,var(--brand-navy) 8%,transparent),color-mix(in srgb,var(--brand-navy) 92%,transparent));position:absolute;inset:0}.home26-territory>span,.home26-territory>div{z-index:2;position:relative}.home26-territory>span{color:var(--brand-gold);font-size:.65rem}.home26-territory h3{margin-bottom:.8rem;font-size:clamp(2.6rem,4vw,4.8rem)}.home26-territory p{color:color-mix(in srgb,var(--brand-white) 75%,transparent);font-size:.78rem}.home26-territory strong{text-transform:uppercase;letter-spacing:.08em;color:var(--brand-gold);align-items:center;gap:.55rem;font-size:.62rem;display:flex}.home26-territory img{transition:transform .5s}.home26-system{background:var(--brand-blue);color:var(--brand-white);overflow:hidden}.home26-system-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:5rem;display:grid}.home26-system-copy h2{font-size:clamp(3.6rem,5.4vw,6.2rem)}.home26-system-copy>p:not(.kicker){color:color-mix(in srgb,var(--brand-white) 72%,transparent);margin-bottom:2rem}.care-constellation{min-height:720px;position:relative}.care-constellation-center{z-index:5;background:var(--brand-white);width:230px;height:230px;box-shadow:0 30px 90px color-mix(in srgb,var(--brand-navy) 35%,transparent);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.care-constellation-center img{object-fit:contain;width:165px;height:auto}.care-constellation-center span{text-transform:uppercase;letter-spacing:.1em;color:var(--brand-blue);font-size:.55rem}.care-node{z-index:4;grid-template-rows:auto auto;grid-template-columns:74px auto;align-items:center;column-gap:1rem;display:grid;position:absolute}.care-node>div{border:3px solid var(--brand-gold);border-radius:50%;grid-row:1/3;width:74px;height:74px;position:relative;overflow:hidden}.care-node span{color:var(--brand-gold);font-size:.55rem}.care-node strong{font:600 1.15rem var(--font-serif)}.care-node-1{top:10%;left:5%}.care-node-2{top:18%;right:1%}.care-node-3{bottom:12%;left:2%}.care-node-4{bottom:9%;right:3%}.care-ring{border:1px solid color-mix(in srgb,var(--brand-white) 20%,transparent);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.care-ring-one{width:470px;height:470px}.care-ring-two{border-style:dashed;width:650px;height:650px}.care-constellation:before,.care-constellation:after{content:"";background:color-mix(in srgb,var(--brand-white) 16%,transparent);transform-origin:0;position:absolute;top:50%;left:50%}.care-constellation:before{width:620px;height:1px;transform:rotate(24deg)translate(-50%)}.care-constellation:after{width:620px;height:1px;transform:rotate(-28deg)translate(-50%)}.home26-products{background:var(--brand-cream)}.home26-product-rail{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.home26-product-rail>a{background:var(--brand-white);flex-direction:column;padding-bottom:1.7rem;display:flex}.home26-product-image{aspect-ratio:4/5;margin-bottom:1.4rem;position:relative;overflow:hidden}.home26-product-image img{transition:transform .45s;width:200%!important;max-width:none!important}.home26-product-rail a:hover img{transform:scale(1.035)}.home26-product-rail span,.home26-product-rail h3,.home26-product-rail p,.home26-product-rail strong{margin-inline:1.4rem}.home26-product-rail span{color:var(--brand-gold);text-transform:uppercase;letter-spacing:.08em;font-size:.58rem;font-weight:700}.home26-product-rail h3{color:var(--brand-blue);margin-top:1rem;font-size:1.8rem}.home26-product-rail p{font-size:.72rem}.home26-product-rail strong{color:var(--brand-blue);text-transform:uppercase;align-items:center;gap:.5rem;margin-top:auto;font-size:.6rem;display:flex}.home26-business{background:var(--brand-white)}.home26-business-grid{grid-template-columns:1.4fr .6fr;gap:12px;display:grid}.home26-trade-card{background:var(--brand-navy);min-height:720px;color:var(--brand-white);grid-template-columns:1.1fr .9fr;display:grid}.home26-business-art{position:relative;overflow:hidden}.home26-trade-card>div:last-child{flex-direction:column;justify-content:center;padding:clamp(3rem,5vw,5rem);display:flex}.home26-trade-card>div:last-child>svg,.home26-global-card>svg{color:var(--brand-gold);width:42px;height:42px;margin-bottom:2rem}.home26-trade-card h2,.home26-global-card h2{font-size:clamp(2.7rem,4vw,4.5rem)}.home26-trade-card p:not(.kicker),.home26-global-card p:not(.kicker){color:color-mix(in srgb,var(--brand-white) 70%,transparent);font-size:.8rem}.home26-global-card{background:var(--brand-green);color:var(--brand-white);flex-direction:column;justify-content:flex-end;padding:clamp(2.5rem,4vw,4rem);display:flex}.home26-light-link{color:var(--brand-white);text-transform:uppercase;border-bottom:1px solid var(--brand-gold);align-items:center;gap:.6rem;width:max-content;max-width:100%;padding-bottom:.4rem;font-size:.65rem;font-weight:700;display:flex}.home26-insights{background:var(--brand-white)}.home26-insight-grid{grid-template-rows:1fr 1fr;grid-template-columns:1.2fr .8fr;gap:12px;display:grid}.home26-insight-grid>a{background:var(--brand-cream);grid-template-rows:auto auto 1fr auto;grid-template-columns:210px 1fr;column-gap:1.5rem;padding:1.5rem;display:grid}.home26-insight-grid>a>div{grid-row:1/5;width:210px;min-height:240px;position:relative;overflow:hidden}.home26-insight-featured{flex-direction:column;grid-row:1/3!important;display:flex!important}.home26-insight-featured>div{margin-bottom:2rem;width:100%!important;min-height:480px!important}.home26-insight-grid>a>span{color:var(--brand-gold);text-transform:uppercase;font-size:.58rem;font-weight:700}.home26-insight-grid h3{color:var(--brand-blue);margin:.7rem 0;font-size:2rem}.home26-insight-featured h3{font-size:3rem}.home26-insight-grid p{font-size:.7rem}.home26-insight-grid strong{text-transform:uppercase;color:var(--brand-blue);align-items:center;gap:.5rem;font-size:.6rem;display:flex}.home26-insight-grid img{object-fit:cover;transition:transform .4s}.home26-insight-grid a:hover img{transform:scale(1.03)}.home26-insight-fallback{place-content:center;height:100%;padding:1rem}.home26-insight-fallback b{font-size:clamp(1.5rem,3vw,3rem)}.home26-insights-empty{border-block:1px solid var(--line);justify-content:space-between;align-items:center;gap:2rem;padding:2.2rem;display:flex}.home26-insights-empty p{font:600 clamp(1.5rem,3vw,2.6rem) var(--font-serif);color:var(--brand-blue);margin:0}.home26-contact{background:var(--brand-navy);color:var(--brand-white);padding:clamp(5rem,8vw,8rem) 0}.home26-contact>.shell{grid-template-columns:.8fr 1.2fr;align-items:center;gap:7rem;display:grid}.home26-contact h2{margin:0;font-size:clamp(3.5rem,5vw,5.8rem)}.home26-contact-actions{border-top:1px solid color-mix(in srgb,var(--brand-white) 18%,transparent)}.home26-contact-actions>a{border-bottom:1px solid color-mix(in srgb,var(--brand-white) 18%,transparent);grid-template-columns:auto 1fr auto;align-items:center;gap:1.2rem;padding:1.4rem 0;display:grid}.home26-contact-actions>a>svg:first-child{color:var(--brand-gold)}.home26-contact-actions span{text-transform:uppercase;letter-spacing:.09em;color:var(--brand-gold);font-size:.55rem}.home26-contact-actions strong{text-transform:none;letter-spacing:0;color:var(--brand-white);font-size:.85rem;display:block}@media (max-width:1100px){.home26-hero{grid-template-columns:1fr}.home26-hero-copy{min-height:720px;padding-left:32px;padding-right:32px}.home26-hero-art{min-height:650px}.home26-quick-nav{grid-column:1;grid-template-columns:1fr 1fr;position:static}.home26-intro-grid,.home26-system-grid,.home26-contact>.shell{grid-template-columns:1fr;gap:4rem}.home26-product-rail{grid-template-columns:1fr 1fr}.home26-business-grid{grid-template-columns:1fr}.home26-global-card{min-height:470px}.care-constellation{width:100%;max-width:760px;margin:auto}.home26-insight-grid{grid-template-columns:1fr}.home26-insight-featured{grid-row:auto!important}}@media (max-width:800px){.home26-hero-copy{min-height:650px;padding:6rem 24px 4rem}.home26-hero-meta{left:24px}.home26-hero h1{font-size:clamp(4rem,14vw,6rem)}.home26-bento{min-height:0;display:block}.home26-territory{min-height:520px;margin-bottom:12px}.home26-trade-card{grid-template-columns:1fr}.home26-business-art{min-height:470px}.home26-section-head{display:block}.home26-section-head .home26-inline-link{margin-top:1.5rem}.home26-insight-grid>a{grid-template-columns:150px 1fr}.home26-insight-grid>a>div{width:150px}.home26-insight-featured>div{width:100%!important}.care-node{grid-template-columns:58px auto}.care-node>div{width:58px;height:58px}.care-ring-two{width:570px;height:570px}.care-ring-one{width:400px;height:400px}}@media (max-width:560px){.home26-hero{display:grid!important}.home26-hero-copy{min-height:650px;padding:5.5rem 24px 4rem!important}.home26-hero-meta{top:1.4rem;right:24px}.home26-hero-meta span:last-child{display:none}.home26-hero h1{overflow-wrap:normal!important;font-size:3.65rem!important}.home26-hero-art{min-height:520px}.home26-art-label{bottom:1rem;right:1rem}.home26-quick-nav{grid-template-columns:1fr}.home26-quick-nav a{min-height:72px}.home26-intro h2{font-size:3.7rem}.home26-intro dl{grid-template-columns:1fr}.home26-intro dl>div{align-items:baseline;gap:1rem;display:flex}.home26-product-rail{scroll-snap-type:x mandatory;margin-right:-16px;padding-right:16px;display:flex;overflow-x:auto}.home26-product-rail>a{scroll-snap-align:start;min-width:82vw}.home26-territory{min-height:470px}.home26-system-grid{display:block}.care-constellation{min-height:620px;margin-top:4rem}.care-constellation-center{width:170px;height:170px}.care-constellation-center img{width:125px}.care-node{text-align:center;max-width:90px;display:block}.care-node>div{margin:auto}.care-node strong{font-size:.85rem}.care-node span{display:block}.care-node-1{left:0}.care-node-2{right:0}.care-node-3{left:0}.care-node-4{right:0}.care-ring-one{width:300px;height:300px}.care-ring-two{width:450px;height:450px}.home26-trade-card>div:last-child{padding:3rem 24px}.home26-insight-grid>a{display:block}.home26-insight-grid>a>div,.home26-insight-featured>div{margin-bottom:1.4rem;width:100%!important;min-height:280px!important}.home26-insight-featured h3{font-size:2.4rem}.home26-contact h2{font-size:3.5rem}.home26-contact-actions strong{overflow-wrap:anywhere;font-size:.72rem}}.site-footer .brand-logo{background:0 0;width:260px;height:112px;margin-bottom:1.5rem;padding:0}.site-footer .brand-logo img{object-fit:contain;object-position:left center}.home26-hero-art{background:var(--brand-cream)}.home26-hero-art>img{object-fit:cover;object-position:center}.home26-bento{grid-template-rows:repeat(3,minmax(250px,1fr));min-height:980px}.home26-territory{background:var(--brand-cream);color:var(--brand-navy);grid-template-columns:.9fr 1.1fr;padding:0;display:grid}.home26-territory.territory-1{grid-template-rows:minmax(0,1fr) auto;grid-template-columns:1fr}.home26-territory-art{background:#efe4d2;min-height:250px;position:relative;overflow:hidden}.home26-territory-art img{object-fit:cover;transition:transform .55s}.home26-territory-copy{z-index:2;background:var(--brand-cream);flex-direction:column;justify-content:center;padding:clamp(1.8rem,3vw,3rem);display:flex;position:relative}.home26-territory-copy>span{color:var(--brand-gold);letter-spacing:.12em;font-size:.65rem;font-weight:800}.home26-territory h3{color:var(--brand-blue);margin:.65rem 0;font-size:clamp(2rem,3.3vw,4.3rem)}.home26-territory p{color:color-mix(in srgb,var(--brand-navy) 70%,transparent);margin-bottom:1.2rem;font-size:.74rem}.home26-territory strong{color:var(--brand-blue)}.home26-territory:hover img{transform:scale(1.025)}.home26-carousel{background:var(--brand-white);overflow:hidden}.home26-carousel-viewport{overflow:hidden}.home26-carousel-track{will-change:transform;transition:transform .75s cubic-bezier(.22,1,.36,1);display:flex}.home26-carousel-slide{flex:0 0 100%;grid-template-columns:1.12fr .88fr;min-height:650px;display:grid}.home26-carousel-art{background:#efe4d2;position:relative;overflow:hidden}.home26-carousel-art img{object-fit:contain}.home26-carousel-art>span{z-index:2;background:var(--brand-white);width:54px;height:54px;color:var(--brand-blue);border-radius:50%;place-items:center;font-size:.65rem;font-weight:800;display:grid;position:absolute;top:2rem;left:2rem}.home26-carousel-copy{background:var(--brand-white);flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,7rem);display:flex}.home26-carousel-copy>span{color:var(--brand-gold);text-transform:uppercase;letter-spacing:.1em;font-size:.62rem;font-weight:800}.home26-carousel-copy h3{color:var(--brand-blue);margin:1.2rem 0;font-size:clamp(2.8rem,5vw,5.3rem)}.home26-carousel-copy p{max-width:430px;font-size:.82rem}.home26-carousel-copy a{border-bottom:1px solid var(--brand-gold);width:max-content;color:var(--brand-blue);text-transform:uppercase;align-items:center;gap:.55rem;margin-top:1.7rem;padding-bottom:.4rem;font-size:.63rem;font-weight:800;display:flex}.home26-carousel-controls{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex}.home26-carousel-controls>div:last-child{gap:.45rem;display:flex}.home26-carousel-controls button{border:1px solid var(--line);background:var(--brand-white);color:var(--brand-blue);cursor:pointer;place-items:center;width:42px;height:42px;display:grid}.home26-carousel-controls svg{width:17px}.home26-carousel-dots{align-items:center;gap:.45rem;display:flex}.home26-carousel-dots button{background:0 0;border:0;width:42px;height:20px;padding:8px 0}.home26-carousel-dots button span{background:color-mix(in srgb,var(--brand-blue) 22%,transparent);width:100%;height:2px;transition:all .3s;display:block}.home26-carousel-dots button.is-active span{background:var(--brand-gold);height:4px}.home26-business-art{background:var(--brand-cream)}.home26-business-art img{object-fit:cover}@media (max-width:800px){.home26-hero-art>img{object-fit:contain}.home26-hero-art:after{background:linear-gradient(180deg,var(--brand-cream),transparent 16%)}.home26-territory,.home26-territory.territory-1{grid-template-rows:auto auto;grid-template-columns:1fr;min-height:0}.home26-territory-art{min-height:430px}.home26-territory-art img{object-fit:contain}.home26-carousel-slide{grid-template-columns:1fr;min-height:0}.home26-carousel-art{min-height:520px}.home26-carousel-copy{padding:3rem 24px 3.5rem}.home26-business-art img{object-fit:contain}}@media (max-width:560px){.home26-hero-art{min-height:430px}.home26-territory-art{min-height:330px}.home26-territory-copy{padding:2rem 24px 2.4rem}.home26-carousel-art{min-height:340px}.home26-carousel-art>span{top:1rem;left:1rem}.home26-carousel-copy h3{font-size:2.7rem}.home26-carousel-controls{padding:.8rem}.home26-carousel-dots button{width:28px}}@media (prefers-reduced-motion:reduce){.home26-carousel-track{transition:none}}@media (max-width:800px){.home26-hero-copy{min-height:auto;padding-top:5.5rem;padding-bottom:4.5rem}.home26-hero-art{min-height:min(92vw,560px)}.home26-hero h1{overflow-wrap:anywhere}.home26-quick-nav{grid-column:1;position:static}.home26-quick-nav a{min-height:72px}.home26-intro{padding-top:5rem}.site-header .brand-logo{width:170px!important;height:64px!important}}@media (max-width:560px){.home26-hero-copy{min-height:auto!important}.home26-hero h1{font-size:clamp(3rem,14vw,3.65rem)!important}.home26-hero-art{min-height:390px}.home26-art-label{bottom:1rem}.home26-quick-nav{grid-template-columns:1fr 1fr}.home26-quick-nav a{min-height:76px}.site-header .brand-logo{width:152px!important;height:58px!important}}.insight26-hero{background:var(--brand-navy);color:var(--brand-white);position:relative;overflow:hidden}.insight26-hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 76% 48%,#e69c1e29,#0000 28%),linear-gradient(115deg,#0000 45%,#ffffff09);position:absolute;inset:0}.insight26-hero-grid{grid-template-columns:1.06fr .94fr;min-height:760px;display:grid}.insight26-hero-copy{z-index:2;flex-direction:column;justify-content:center;padding:7rem clamp(2rem,5vw,5.5rem) 7rem 0;display:flex;position:relative}.insight26-issue{letter-spacing:.13em;text-transform:uppercase;color:#ffffff94;border-bottom:1px solid #ffffff29;justify-content:space-between;padding-bottom:.9rem;font-size:.57rem;font-weight:700;display:flex;position:absolute;top:2.2rem;left:0;right:clamp(2rem,5vw,5.5rem)}.insight26-hero h1{max-width:780px;margin:0 0 2rem;font-size:clamp(4.3rem,7vw,7.6rem)}.insight26-hero h1 em{color:var(--brand-gold);display:block}.insight26-hero-copy>p:not(.kicker){color:#ffffffb8;max-width:590px;font-size:1.05rem}.insight26-hero-copy>a{border-bottom:1px solid var(--brand-gold);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.7rem;width:max-content;margin-top:2rem;padding-bottom:.45rem;font-size:.63rem;font-weight:800;display:flex}.insight26-hero-art{border-left:1px solid #ffffff1f;position:relative;overflow:hidden}.insight26-hero-art:before{content:"";background:var(--brand-gold);filter:blur(90px);opacity:.25;border-radius:50%;width:240px;height:240px;position:absolute;top:50%;left:50%;translate:-50% -50%}.insight26-orbit{border:1px solid #ffffff29;border-radius:50%;position:absolute;top:50%;left:50%;translate:-50% -50%}.orbit-one{width:430px;height:430px}.orbit-two{border-style:dashed;width:650px;height:650px;animation:50s linear infinite insight-orbit}.insight26-petal{transform-origin:0 100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(145deg,#e69c1e66,#011f6840);border:1px solid #fff6;border-radius:100% 0;width:165px;height:270px;position:absolute;top:50%;left:50%}.petal-one{transform:translate(-12%,-100%)rotate(-38deg)}.petal-two{transform:translate(-5%,-100%)rotate(7deg)}.petal-three{transform:translate(-2%,-100%)rotate(52deg)}.insight26-monogram{z-index:2;text-align:center;width:220px;height:220px;font:600 2.2rem/.88 var(--font-serif);background:#00062fd1;border-radius:50%;place-content:center;display:grid;position:absolute;top:50%;left:50%;translate:-50% -50%;box-shadow:0 26px 90px #00000052}.insight26-monogram i{color:var(--brand-gold);font-weight:500}.insight26-art-note{writing-mode:vertical-rl;letter-spacing:.16em;text-transform:uppercase;color:#ffffff94;font-size:.55rem;position:absolute;bottom:2rem;right:2rem}@keyframes insight-orbit{to{transform:rotate(360deg)}}.insight26-feature{background:var(--brand-white);padding:clamp(4rem,8vw,8rem) 0}.insight26-feature-label{border-bottom:1px solid var(--line);letter-spacing:.12em;text-transform:uppercase;color:var(--brand-blue);justify-content:space-between;margin-bottom:1.2rem;padding-bottom:1rem;font-size:.58rem;font-weight:800;display:flex}.insight26-feature a{background:var(--brand-cream);grid-template-columns:1.12fr .88fr;min-height:620px;display:grid}.insight26-feature-art{background:linear-gradient(145deg,#efe4d2,#fff);min-height:520px;position:relative;overflow:hidden}.insight26-feature-art img,.insight26-card-art img{object-fit:contain;object-position:center;transition:transform .65s cubic-bezier(.22,1,.36,1)}.insight26-feature a:hover img,.insight26-card:hover img{transform:scale(1.012)}.insight26-feature-copy{flex-direction:column;justify-content:center;padding:clamp(2.5rem,5vw,5.5rem);display:flex}.insight26-feature-copy>div,.insight26-card-meta{letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;gap:1rem;font-size:.57rem;font-weight:700;display:flex}.insight26-feature-copy>div span,.insight26-card-meta span{color:var(--brand-green)}.insight26-feature-copy time,.insight26-card-meta time{color:color-mix(in srgb,var(--brand-navy) 55%,transparent)}.insight26-feature-copy h2{color:var(--brand-blue);margin:2rem 0 1.3rem;font-size:clamp(3rem,5vw,5.4rem)}.insight26-feature-copy p{color:color-mix(in srgb,var(--brand-navy) 72%,transparent);font-size:.88rem}.insight26-feature-copy>strong,.insight26-card-copy>strong{border-bottom:1px solid var(--brand-gold);letter-spacing:.08em;text-transform:uppercase;width:max-content;color:var(--brand-blue);align-items:center;gap:.65rem;margin-top:auto;padding-bottom:.4rem;font-size:.62rem;font-weight:800;display:flex}.insight26-section{background:#f8f3e9;padding:clamp(5rem,9vw,9rem) 0;scroll-margin-top:104px}.insight26-archive-head{grid-template-columns:1.15fr .85fr;align-items:end;gap:6rem;margin-bottom:4rem;display:grid}.insight26-archive-head h2{max-width:800px;color:var(--brand-blue);margin:0}.insight26-archive-head>p{color:color-mix(in srgb,var(--brand-navy) 68%,transparent);margin:0;font-size:.88rem}.insight26-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;display:grid}.insight26-card{background:var(--brand-white);flex-direction:column;min-width:0;transition:transform .3s,box-shadow .3s;display:flex}.insight26-card:hover{transform:translateY(-5px);box-shadow:0 28px 70px #00062f1a}.insight26-card-art{aspect-ratio:16/10;background:linear-gradient(145deg,#efe4d2,#fff);position:relative;overflow:hidden}.insight26-card-index{width:38px;height:38px;color:var(--brand-blue);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border-radius:50%;place-items:center;font-size:.57rem;font-weight:800;display:grid;position:absolute;top:1rem;left:1rem}.insight26-art-fallback{isolation:isolate;background:radial-gradient(circle at 75% 24%,#e69c1ecc,transparent 22%),radial-gradient(circle at 16% 84%,#326a25a6,transparent 28%),linear-gradient(145deg,var(--brand-blue),var(--brand-navy));place-items:center;display:grid}.insight26-art-fallback:after{content:"";aspect-ratio:1;z-index:-1;border:1px solid #fff3;border-radius:50%;width:72%;position:absolute}.insight26-art-fallback>div{text-align:center;color:var(--brand-white);display:grid}.insight26-art-fallback>div span{letter-spacing:.18em;text-transform:uppercase;color:var(--brand-gold);font-size:.58rem}.insight26-art-fallback>div strong{font:600 3rem var(--font-serif)}.insight26-card-copy{flex-direction:column;flex:1;padding:1.7rem;display:flex}.insight26-card-copy h2{color:var(--brand-blue);margin:1.4rem 0 1rem;font-size:clamp(2rem,2.8vw,2.75rem)}.insight26-card-copy p{color:color-mix(in srgb,var(--brand-navy) 68%,transparent);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.74rem;display:-webkit-box;overflow:hidden}.insight26-card-copy>strong{margin-top:auto;padding-top:1.4rem}.insight26-load{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:3rem;padding-top:2rem;display:flex}.insight26-load p{text-transform:uppercase;letter-spacing:.09em;color:color-mix(in srgb,var(--brand-navy) 55%,transparent);margin:0;font-size:.62rem}.insight26-load p span{color:var(--brand-blue);font-weight:800}.insight26-load button{border:1px solid var(--brand-blue);background:var(--brand-blue);min-width:260px;color:var(--brand-white);cursor:pointer;letter-spacing:.07em;text-transform:uppercase;grid-template-columns:auto 1fr auto;align-items:center;gap:.8rem;padding:1rem 1.2rem;font-size:.64rem;font-weight:800;transition:transform .25s,background .25s;display:grid}.insight26-load button:hover{background:var(--brand-navy);transform:translateY(-2px)}.insight26-load button small{color:var(--brand-gold);font-size:.52rem}.insight26-briefing{background:linear-gradient(120deg,var(--brand-blue),var(--brand-navy));color:var(--brand-white);padding:clamp(5rem,8vw,8rem) 0}.insight26-briefing .shell{grid-template-columns:.55fr 1.3fr .75fr;align-items:center;gap:4rem;display:grid}.insight26-briefing svg{color:var(--brand-gold);margin-bottom:1.3rem}.insight26-briefing h2{margin:0;font-size:clamp(3rem,5vw,5.2rem)}.insight26-briefing>div>div:last-child p{color:#ffffffad;font-size:.78rem}.insight26-briefing a{letter-spacing:.08em;text-transform:uppercase;border-block:1px solid #fff3;justify-content:space-between;align-items:center;margin-top:1.5rem;padding:1rem 0;font-size:.62rem;font-weight:800;display:flex}.article-breadcrumbs{margin-bottom:2.5rem}.article-breadcrumbs ol{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.article-breadcrumbs li{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.08em;text-transform:uppercase;color:#ffffff9e;max-width:50ch;font-size:.58rem;overflow:hidden}.article-breadcrumbs li+li:before{content:"/";color:var(--brand-gold);margin-right:.5rem}.article-breadcrumbs a:hover{color:var(--brand-white)}.insight-taxonomy-hero{background:radial-gradient(circle at 85% 20%,#e69c1e33,transparent 25%),var(--brand-navy);color:var(--brand-white);padding:clamp(5rem,9vw,9rem) 0}.insight-taxonomy-hero h1{margin-bottom:1.2rem}.insight-taxonomy-hero strong{color:var(--brand-gold);margin-bottom:1rem;display:block}.insight-taxonomy-hero p:not(.kicker){color:#ffffffb8;font-size:1.05rem}@media (max-width:1050px){.insight26-hero-grid{grid-template-columns:1fr;min-height:0}.insight26-hero-copy{min-height:670px;padding-right:0}.insight26-hero-art{border-top:1px solid #ffffff1f;border-left:0;min-height:620px}.insight26-feature a{grid-template-columns:1fr}.insight26-feature-copy{min-height:480px}.insight26-grid,.insight26-briefing .shell{grid-template-columns:1fr 1fr}.insight26-briefing .shell>div:first-child{grid-column:1/-1}}@media (max-width:700px){.insight26-hero-grid{width:100%}.insight26-hero-copy{min-width:0;min-height:610px;padding:6rem 24px 4rem}.insight26-issue{gap:1rem;left:24px;right:24px}.insight26-issue span:last-child{text-align:right}.insight26-hero h1{overflow-wrap:anywhere;max-width:100%;font-size:clamp(3.15rem,13.5vw,4.3rem)}.insight26-hero-copy>p:not(.kicker){overflow-wrap:anywhere;max-width:100%}.insight26-hero-art{min-height:470px}.orbit-one{width:290px;height:290px}.orbit-two{width:430px;height:430px}.insight26-petal{width:115px;height:190px}.insight26-monogram{width:160px;height:160px;font-size:1.65rem}.insight26-feature{padding:4rem 0}.insight26-feature-art{aspect-ratio:16/10;min-height:0}.insight26-feature-copy{min-height:440px;padding:2.4rem 24px}.insight26-feature-copy h2{font-size:3rem}.insight26-archive-head{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}.insight26-grid{grid-template-columns:1fr}.insight26-card-art{aspect-ratio:16/10}.insight26-load{gap:1.2rem;display:grid}.insight26-load button{width:100%;min-width:0}.insight26-briefing .shell{grid-template-columns:1fr;gap:2rem}.insight26-briefing .shell>div:first-child{grid-column:auto}.insight26-briefing h2{font-size:3.2rem}.gulabad-article-cover{aspect-ratio:4/3;width:calc(100% - 32px);margin:2rem auto}.article-breadcrumbs li:last-child{max-width:20ch}}@media (prefers-reduced-motion:reduce){.orbit-two{animation:none}}@media (max-width:600px){.article-author-card{grid-template-columns:1fr;gap:1.4rem;padding:2rem 24px}.article-author-mark{width:82px;font-size:1.8rem}.article-author-card h2{font-size:2.2rem}}.page-hero,.trade-hero,.international-illustrated-hero,.category-hero,.product-category-hero,.product-detail-hero{isolation:isolate;background:var(--brand-navy);color:var(--brand-white);position:relative;overflow:hidden}.page-hero:before,.page-hero:after{content:"";pointer-events:none;position:absolute}.page-hero:before{z-index:-1;aspect-ratio:1;background:radial-gradient(circle,#e69c1e2e,#0000 52%);border:1px dashed #ffffff29;border-radius:50%;width:min(52vw,700px);top:50%;right:-7%;translate:0 -50%}.page-hero:after{z-index:-1;background:linear-gradient(145deg,#e69c1e4d,#011f682e);border:1px solid #ffffff47;border-radius:100% 0;width:min(22vw,290px);height:min(35vw,450px);top:20%;right:9%;rotate:24deg;box-shadow:-150px 160px 0 -2px #326a2540,-150px 160px 0 -1px #ffffff2e}.page-hero{min-height:720px;padding:0}.page-hero>.shell{padding-block:7rem;flex-direction:column;justify-content:center;min-height:720px;padding-right:min(44vw,590px);display:flex}.page-hero>.shell:before{content:"GULABAD / PAKISTAN";letter-spacing:.13em;color:#ffffff94;border-bottom:1px solid #ffffff26;padding-bottom:.9rem;font-size:.57rem;font-weight:800;position:absolute;top:2.2rem;left:0;right:0}.page-hero h1{max-width:850px;margin-bottom:2rem;font-size:clamp(4.2rem,6.4vw,7rem)}.page-hero h1 em,.portfolio-hero em{color:var(--brand-gold)}.page-hero>div>p:not(.kicker){color:#ffffffb8;font-size:1.04rem}.page-hero .breadcrumb{margin:0 0 3rem}.page-hero .breadcrumb li{color:#ffffff9e}.trade-hero,.international-illustrated-hero>.shell,.category-hero>.shell,.product-category-hero>.shell,.product-detail-hero>.shell{grid-template-columns:1.04fr .96fr;width:100%;max-width:none;min-height:760px;display:grid}.trade-hero-copy,.international-illustrated-hero>.shell>div:first-child,.category-hero>.shell>div:first-child,.product-category-hero>.shell>div:first-child,.product-detail-hero>.shell>div:first-child{z-index:2;padding:7rem max(32px,calc((100vw - var(--container))/2));flex-direction:column;justify-content:center;padding-right:clamp(3rem,6vw,6rem);display:flex;position:relative}.trade-hero-copy:before,.international-illustrated-hero>.shell>div:first-child:before,.category-hero>.shell>div:first-child:before,.product-category-hero>.shell>div:first-child:before,.product-detail-hero>.shell>div:first-child:before{content:"GULABAD / PAKISTAN";left:max(32px,calc((100vw - var(--container))/2));letter-spacing:.13em;color:#ffffff94;border-bottom:1px solid #ffffff26;padding-bottom:.9rem;font-size:.57rem;font-weight:800;position:absolute;top:2.2rem;right:clamp(3rem,6vw,6rem)}.trade-hero h1,.international-illustrated-hero h1,.category-hero h1,.product-category-hero h1,.product-detail-hero h1{color:var(--brand-white);margin-bottom:2rem;font-size:clamp(4rem,6vw,6.7rem)}.trade-hero p:not(.kicker),.international-illustrated-hero p:not(.kicker),.category-hero p:not(.kicker),.product-category-hero p:not(.kicker),.product-detail-hero p:not(.kicker){color:#ffffffb8;font-size:1rem}.category-hero .kicker,.product-category-hero .kicker,.product-detail-hero .kicker{color:var(--brand-gold)}.trade-hero-image,.international-illustrated-hero>.shell>div:last-child,.category-hero-image,.product-category-art,.product-detail-art{background:radial-gradient(circle at 50% 50%,#e69c1e33,transparent 34%),linear-gradient(145deg,#07144c,var(--brand-navy));border-left:1px solid #ffffff1f;min-width:0;min-height:760px;position:relative;overflow:hidden}.trade-hero-image:before,.international-illustrated-hero>.shell>div:last-child:before,.category-hero-image:before,.product-category-art:before,.product-detail-art:before{content:"";z-index:1;aspect-ratio:1;pointer-events:none;border:1px dashed #ffffff38;border-radius:50%;width:min(40vw,590px);position:absolute;top:50%;left:50%;translate:-50% -50%;box-shadow:inset 0 0 0 90px #ffffff05}.trade-hero-image img,.international-illustrated-hero>.shell>div:last-child img,.category-hero-image img,.product-category-art img,.product-detail-art img{z-index:2;object-position:center;filter:drop-shadow(0 28px 55px #0000003d);object-fit:contain!important}.trade-hero .breadcrumb,.international-illustrated-hero .breadcrumb,.category-hero .breadcrumb,.product-category-hero .breadcrumb,.product-detail-hero .breadcrumb{margin:0 0 3rem}.trade-hero .breadcrumb li,.international-illustrated-hero .breadcrumb li,.category-hero .breadcrumb li,.product-category-hero .breadcrumb li,.product-detail-hero .breadcrumb li{color:#ffffff9e}.product-detail-hero .button-secondary{color:var(--brand-white);border-color:#fff9}@media (max-width:1050px){.page-hero{min-height:680px}.page-hero>.shell{min-height:680px;padding-right:34%}.page-hero:before{width:65vw;right:-25%}.trade-hero,.international-illustrated-hero>.shell,.category-hero>.shell,.product-category-hero>.shell,.product-detail-hero>.shell{grid-template-columns:1fr}.trade-hero-copy,.international-illustrated-hero>.shell>div:first-child,.category-hero>.shell>div:first-child,.product-category-hero>.shell>div:first-child,.product-detail-hero>.shell>div:first-child{min-height:650px;padding-left:32px}.trade-hero-copy:before,.international-illustrated-hero>.shell>div:first-child:before,.category-hero>.shell>div:first-child:before,.product-category-hero>.shell>div:first-child:before,.product-detail-hero>.shell>div:first-child:before{left:32px}.trade-hero-image,.international-illustrated-hero>.shell>div:last-child,.category-hero-image,.product-category-art,.product-detail-art{border-top:1px solid #ffffff1f;border-left:0;min-height:620px}.trade-hero-image:before,.international-illustrated-hero>.shell>div:last-child:before,.category-hero-image:before,.product-category-art:before,.product-detail-art:before{width:min(78vw,590px)}}@media (max-width:700px){.page-hero,.page-hero>.shell{min-height:640px}.page-hero>.shell{width:100%;padding:6rem 24px 4rem}.page-hero>.shell:before{left:24px;right:24px}.page-hero:before{opacity:.55;width:110vw;right:-60%}.page-hero:after{opacity:.4;width:45vw;height:70vw;top:17%;right:-12%}.page-hero h1{overflow-wrap:anywhere;font-size:clamp(3.25rem,13vw,4.3rem)}.trade-hero-copy,.international-illustrated-hero>.shell>div:first-child,.category-hero>.shell>div:first-child,.product-category-hero>.shell>div:first-child,.product-detail-hero>.shell>div:first-child{min-width:0;max-width:100%;min-height:620px;padding:6rem 24px 4rem}.trade-hero-copy:before,.international-illustrated-hero>.shell>div:first-child:before,.category-hero>.shell>div:first-child:before,.product-category-hero>.shell>div:first-child:before,.product-detail-hero>.shell>div:first-child:before{left:24px;right:24px}.trade-hero h1,.international-illustrated-hero h1,.category-hero h1,.product-category-hero h1,.product-detail-hero h1{overflow-wrap:anywhere;max-width:100%;font-size:clamp(3rem,12.5vw,4.2rem)}.trade-hero-image,.international-illustrated-hero>.shell>div:last-child,.category-hero-image,.product-category-art,.product-detail-art{min-height:min(115vw,500px);margin:0}.trade-hero-image img,.international-illustrated-hero>.shell>div:last-child img,.category-hero-image img,.product-category-art img,.product-detail-art img{padding:1rem}}:is(body:has(.admin-app),body:has(.gulabad-admin-login)){--navy:var(--brand-navy);--navy-deep:#00041f;--slate:#07133f;--slate-raised:#0a1c57;--blue:var(--brand-gold);--blue-strong:#c9820d;--amber:var(--brand-gold);--amber-strong:#c9820d;--mint:var(--brand-green);--paper:#fffdf8;--muted:#aeb5ca;--line:#f4e8d124;--line-strong:#f4e8d145;--surface:#07133fcc;background:var(--brand-navy);color:var(--paper)}:is(body:has(.admin-app) .whatsapp-button,body:has(.gulabad-admin-login) .whatsapp-button,body:has(.admin-app) .cookie-preferences,body:has(.gulabad-admin-login) .cookie-preferences){display:none}.admin-app{background:var(--brand-cream);color:var(--brand-navy)}.admin-sidebar{background:linear-gradient(180deg,var(--brand-navy),#010a3c);border-right-color:#f4e8d129;width:auto;padding:26px 16px}.admin-brand{border-bottom:1px solid #f4e8d124;gap:12px;margin-bottom:18px;padding:2px 8px 28px}.admin-brand>img{object-fit:contain;width:56px;height:44px}.admin-brand>div{min-width:0}.admin-brand strong{color:var(--brand-white);font-family:var(--font-serif);font-size:1.2rem}.admin-brand small{color:var(--brand-gold);font-size:.52rem;line-height:1.35}.admin-sidebar nav{gap:5px}.admin-sidebar nav a,.admin-sidebar form button{color:#ffffffb3;border-radius:0}.admin-sidebar nav a:hover,.admin-sidebar nav a.active{color:var(--brand-white);box-shadow:inset 3px 0 var(--brand-gold);background:#e69c1e21}.admin-sidebar nav a.active svg{color:var(--brand-gold)}.admin-content .admin-page{background:radial-gradient(circle at 91% 0,#e69c1e26,transparent 25%),var(--brand-cream);color:var(--brand-navy)}.admin-content .admin-heading h1,.admin-content h1,.admin-content h2,.admin-content h3{color:var(--brand-blue)}.admin-content .eyebrow{color:var(--brand-green)}.admin-content .admin-heading>div>p:last-child{color:color-mix(in srgb,var(--brand-navy) 66%,transparent)}.admin-content .button{border-color:var(--brand-blue);background:var(--brand-blue);color:var(--brand-white)}.admin-stats,.admin-panel,.admin-table-wrap,.admin-detail-main,.admin-contact-card,.settings-list,.admin-create-drawer{border-color:color-mix(in srgb,var(--brand-blue) 14%,transparent);background:#ffffffe6;box-shadow:0 18px 55px #00062f12}.admin-stats>div{border-color:color-mix(in srgb,var(--brand-blue) 12%,transparent)}.admin-stats span,.admin-label,.admin-detail-status>span,.admin-info-grid span,.admin-panel-head span{color:var(--brand-green)}.admin-stats strong{color:var(--brand-blue)}.admin-stats-five svg{color:var(--brand-gold)}.admin-panel-head,.admin-compact-list>a{border-color:color-mix(in srgb,var(--brand-blue) 12%,transparent)}.admin-compact-list>a:hover,.admin-table tr:hover td{background:color-mix(in srgb,var(--brand-cream) 55%,transparent)}.admin-compact-list strong,.admin-table td:first-child strong{color:var(--brand-blue)}.admin-compact-list small,.admin-table td,.admin-muted{color:color-mix(in srgb,var(--brand-navy) 62%,transparent)}.admin-table th{background:var(--brand-blue);color:var(--brand-cream)}.admin-table td{border-color:color-mix(in srgb,var(--brand-blue) 10%,transparent)}.admin-filters select,.admin-status-form select,.admin-content input,.admin-content textarea,.admin-content select{border-color:color-mix(in srgb,var(--brand-blue) 22%,transparent);background:var(--brand-white);color:var(--brand-navy)}.admin-logout,.admin-filters button,.admin-filters>a,.admin-status-form button{border-color:var(--brand-blue);background:var(--brand-blue);color:var(--brand-white);border-radius:0}.pipeline-board>section{border-color:color-mix(in srgb,var(--brand-blue) 14%,transparent);background:#ffffff9e}.pipeline-board article,.editor-block{border-color:color-mix(in srgb,var(--brand-blue) 13%,transparent);background:var(--brand-white);color:var(--brand-navy)}.pipeline-board p{color:color-mix(in srgb,var(--brand-navy) 60%,transparent)}.pipeline-board select,.pipeline-board input,.block-toolbar select,.block-toolbar button{background:var(--brand-white);color:var(--brand-navy);border-color:color-mix(in srgb,var(--brand-blue) 18%,transparent)}.pipeline-board button{background:var(--brand-blue);color:var(--brand-white)}.gulabad-admin-login{background:var(--brand-cream);color:var(--brand-navy);grid-template-columns:1.08fr .92fr;padding:0;display:grid}.admin-login-story{background:var(--brand-cream);min-height:100svh;position:relative;overflow:hidden}.admin-login-story>img{object-fit:cover;object-position:center}.admin-login-story:after{content:"";background:linear-gradient(#0000 42%,#00062fd1);position:absolute;inset:0}.admin-login-story>div{z-index:2;color:var(--brand-white);position:absolute;bottom:clamp(2.5rem,5vw,5rem);left:clamp(2rem,5vw,5rem);right:clamp(2rem,5vw,5rem)}.admin-login-story span{color:var(--brand-gold);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;font-size:.65rem;font-weight:800;display:block}.admin-login-story strong{max-width:700px;font:600 clamp(2.6rem,4.4vw,5.2rem)/.98 var(--font-serif);display:block}.admin-login-panel{background:var(--brand-cream);place-items:center;padding:clamp(2rem,6vw,7rem);display:grid}.admin-login-card{width:min(520px,100%);box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.admin-login-logo{object-fit:contain;width:190px;height:auto;margin-bottom:clamp(3rem,7vw,6rem)}.admin-login-icon{width:48px;height:48px;color:var(--brand-blue);background:#e69c1e2b;border-radius:50%;margin-bottom:2rem}.admin-login-card .eyebrow{color:var(--brand-green)}.admin-login-card h1{color:var(--brand-blue);font-size:clamp(3.6rem,6vw,6rem)}.admin-login-card>p:not(.eyebrow,.form-error,.admin-alert){color:color-mix(in srgb,var(--brand-navy) 65%,transparent)}.admin-login-card label{color:var(--brand-blue)}.admin-login-card input{border:1px solid color-mix(in srgb,var(--brand-blue) 25%,transparent);background:var(--brand-white);min-height:58px;color:var(--brand-navy);border-radius:0}.admin-login-card .button{background:var(--brand-blue);border-color:var(--brand-blue);width:100%;min-height:58px;color:var(--brand-white);margin-top:12px}.admin-login-security{color:color-mix(in srgb,var(--brand-navy) 55%,transparent);align-items:center;gap:.55rem;margin-top:1.5rem;font-size:.68rem;display:flex}.admin-login-security svg{width:16px;color:var(--brand-green)}@media (max-width:900px){.gulabad-admin-login{grid-template-columns:1fr}.admin-login-story{min-height:38svh}.admin-login-story>div{display:none}.admin-login-panel{min-height:62svh;padding:3rem 24px}.admin-login-logo{margin-bottom:3rem}.admin-app{grid-template-columns:1fr}}.admin-login-story{background:var(--brand-cream) url(/assets/illustrations/hero.png) center/cover no-repeat}.home26-care-grid{grid-template-rows:repeat(3,minmax(240px,1fr));grid-template-columns:1.2fr .8fr;gap:14px;min-height:980px;display:grid}.home26-care-card{--care-a:#031a68;--care-b:#00617d;isolation:isolate;background:linear-gradient(145deg,var(--care-a),var(--care-b));min-width:0;color:var(--brand-white);border:1px solid #ffffff2e;border-radius:clamp(22px,2.6vw,38px);flex-direction:column;justify-content:space-between;padding:clamp(1.7rem,3vw,3rem);transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s;display:flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 28px 80px #00062f21}.home26-care-card:before{content:"";z-index:-1;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff24,#0000 38%,#ffffff0d);position:absolute;inset:1px}.home26-care-card:hover{transform:translateY(-6px);box-shadow:0 34px 95px #00062f33}.home26-care-card.care-card-1{--care-a:#00062f;--care-b:#093f9b;grid-row:1/4}.home26-care-card.care-card-2{--care-a:#12256f;--care-b:#7b2d88}.home26-care-card.care-card-3{--care-a:#063b67;--care-b:#2f7a58}.home26-care-card.care-card-4{--care-a:#173b34;--care-b:#4d761b}.home26-care-glow{z-index:-1;aspect-ratio:1;filter:blur(2px);background:radial-gradient(circle,#f4b743ad,#e69c1e1f 42%,#0000 70%);border-radius:50%;width:72%;transition:transform .6s;position:absolute;top:-28%;right:-24%}.home26-care-card:hover .home26-care-glow{transform:scale(1.12)translate(-3%,4%)}.home26-care-number{z-index:2;letter-spacing:.12em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff17;border:1px solid #ffffff3d;border-radius:999px;width:max-content;padding:.45rem .65rem;font-size:.58rem;font-weight:800;position:relative}.home26-care-symbol{z-index:-1;aspect-ratio:1;place-items:center;width:min(54%,290px);display:grid;position:absolute;top:16%;right:8%;transform:rotate(-8deg)}.home26-care-symbol:before,.home26-care-symbol:after,.home26-care-symbol i{content:"";-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:linear-gradient(145deg,#ffffff2e,#ffffff05);border:1px solid #ffffff3d;border-radius:46% 54% 62% 38%/58% 40% 60% 42%;position:absolute}.home26-care-symbol:before{width:100%;height:100%;transform:rotate(15deg)}.home26-care-symbol:after{width:70%;height:70%;transform:rotate(55deg)}.home26-care-symbol i:first-child{background:linear-gradient(145deg,var(--brand-gold),#ffd985);width:38%;height:38%;box-shadow:0 18px 55px #e69c1e4d}.home26-care-symbol i:nth-child(2){background:linear-gradient(90deg,#0000,#ffffff80,#0000);border:0;width:118%;height:1px;transform:rotate(28deg)}.home26-care-symbol i:nth-child(3){background:0 0;border-style:dashed;width:82%;height:82%;animation:28s linear infinite care-orbit-spin}.home26-care-copy{z-index:2;max-width:500px;margin-top:auto;position:relative}.home26-care-copy small{color:#ffd47d;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.8rem;font-size:.58rem;font-weight:800;display:block}.home26-care-copy h3{max-width:9ch;color:var(--brand-white);margin:0 0 .9rem;font-size:clamp(2.35rem,4.2vw,5rem)}.home26-care-copy p{color:#ffffffb8;max-width:42ch;font-size:.78rem}.home26-care-copy strong{border-bottom:1px solid var(--brand-gold);width:max-content;max-width:100%;color:var(--brand-white);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.55rem;padding-bottom:.35rem;font-size:.6rem;display:flex}.home26-care-orbit{aspect-ratio:1;border:1px solid #ffffff1c;border-radius:50%;width:62%;position:absolute;bottom:-34%;right:-11%}.home26-care-orbit:after{content:"";border:1px dashed #ffffff1f;border-radius:50%;position:absolute;inset:12%}@keyframes care-orbit-spin{to{transform:rotate(360deg)}}@media (max-width:900px){.home26-care-grid{grid-template-rows:none;grid-template-columns:1fr 1fr;min-height:0}.home26-care-card,.home26-care-card.care-card-1{grid-row:auto;min-height:460px}.home26-care-card.care-card-1{grid-column:1/-1;min-height:560px}.home26-care-symbol{width:min(45vw,260px)}}@media (max-width:620px){.home26-care-grid{grid-template-columns:1fr;gap:12px;display:grid}.home26-care-card,.home26-care-card.care-card-1{border-radius:24px;grid-column:auto;min-height:390px;padding:24px}.home26-care-symbol{opacity:.95;width:210px;top:8%;right:-2%}.home26-care-copy{padding-top:9rem}.home26-care-copy h3{font-size:clamp(2.7rem,13vw,4rem)}.home26-care-copy p{font-size:.76rem}.home26-care-glow{width:88%;top:-30%;right:-38%}}@media (prefers-reduced-motion:reduce){.home26-care-symbol i:nth-child(3){animation:none}.home26-care-card{transition:none}}:is(body:has(.admin-app),body:has(.gulabad-admin-login)){--admin-ink:#00062f;--admin-blue:#011f68;--admin-gold:#e69c1e;--admin-green:#326a25;--admin-cream:#f4e8d1;--admin-paper:#fffdf8;--admin-line:#011f6826;--admin-muted:#00062f9e;--admin-danger:#a6362e}.admin-app{background:var(--admin-cream)}.admin-content,.admin-content .admin-page{background:radial-gradient(circle at 92% 0,#e69c1e29,transparent 28%),linear-gradient(180deg,#fffaf0 0,var(--admin-cream) 100%);color:var(--admin-ink)}.admin-content .admin-shell{color:var(--admin-ink)}.admin-content .admin-heading h1,.admin-content .admin-detail-head h1,.admin-content h1,.admin-content h2,.admin-content h3,.admin-content strong{color:var(--admin-blue)}.admin-content p,.admin-content .admin-muted,.admin-content .admin-footnote,.admin-content .admin-outcome{color:var(--admin-muted)}.admin-content .eyebrow,.admin-content .admin-label,.admin-content .admin-detail-status>span,.admin-content .admin-info-grid span,.admin-content .admin-panel-head span,.admin-content .admin-form-section>div:first-child>span{color:var(--admin-green)}.admin-content .admin-stats,.admin-content .admin-panel,.admin-content .admin-table-wrap,.admin-content .admin-detail-main,.admin-content .admin-contact-card,.admin-content .admin-form-section,.admin-content .admin-create-drawer,.admin-content .settings-list>div,.admin-content .notification-feed article,.admin-content .editor-block,.admin-content .block-library,.admin-content .vercel-env-grid label{border-color:var(--admin-line);background:#fffdf8f0;box-shadow:0 18px 55px #00062f11}.admin-content .admin-stats>div,.admin-content .admin-table td,.admin-content .admin-panel-head,.admin-content .admin-compact-list>a,.admin-content .admin-resource-list>div,.admin-content .admin-info-grid,.admin-content .admin-info-grid>div,.admin-content .admin-contact-card>a,.admin-content .admin-contact-card>div,.admin-content .admin-timeline>div,.admin-content .admin-custom-fields,.admin-content .admin-custom-fields>div,.admin-content .seo-issue-list>a,.admin-content .seo-issue-list>div{border-color:var(--admin-line)}.admin-content .admin-table th{background:var(--admin-blue);color:var(--admin-cream)}.admin-content .admin-table td,.admin-content .admin-table td:first-child span,.admin-content .admin-compact-list small,.admin-content .admin-compact-list em,.admin-content .admin-resource-list small,.admin-content .settings-note p,.admin-content .notification-feed p,.admin-content .notification-feed time,.admin-content .seo-issue-list p,.admin-content .admin-timeline time{color:var(--admin-muted)}.admin-content .admin-table td:first-child strong,.admin-content .admin-contact-card>a,.admin-content .admin-contact-card>div,.admin-content .admin-info-grid strong,.admin-content .admin-timeline p,.admin-content .admin-form label,.admin-content .editor-block label,.admin-content .admin-mini-form label{color:var(--admin-ink)}.admin-content .admin-table tr:hover td,.admin-content .admin-compact-list>a:hover{background:#e69c1e14}.admin-content input,.admin-content select,.admin-content textarea,.admin-content .admin-filters label,.admin-content .admin-filters input,.admin-content .admin-filters select,.admin-content .admin-status-form select,.admin-content .admin-activity-form select,.admin-content .admin-activity-form textarea,.admin-content .admin-mini-form input,.admin-content .admin-mini-form select,.admin-content .admin-mini-form textarea,.admin-content .editor-block input,.admin-content .editor-block select,.admin-content .editor-block textarea,.admin-content .block-toolbar select,.admin-content .block-toolbar button,.admin-content .block-library input,.admin-content .block-library select,.admin-content .block-library button,.admin-content .vercel-env-grid input,.admin-content .vercel-env-grid textarea{color:var(--admin-ink);box-shadow:none;background:#fff;border-color:#011f683b}.admin-content input::placeholder,.admin-content textarea::placeholder{color:#00062f61}.admin-content input:focus,.admin-content select:focus,.admin-content textarea:focus{border-color:var(--admin-gold);outline-offset:1px;outline:2px solid #e69c1e2e}.admin-content .button,.admin-content .admin-logout,.admin-content .admin-filters button,.admin-content .admin-filters>a,.admin-content .admin-status-form button,.admin-content .admin-activity-form button,.admin-content .admin-mini-form button,.admin-content .pipeline-board button,.admin-content .vercel-env-form>button{border:1px solid var(--admin-blue);background:var(--admin-blue);color:#fff;border-radius:0}.admin-content .button:hover,.admin-content .admin-status-form button:hover,.admin-content .admin-mini-form button:hover{border-color:var(--admin-gold);background:var(--admin-gold);color:var(--admin-ink)}.admin-content .button-outline{color:var(--admin-blue);background:0 0}.admin-content .admin-open,.admin-content .admin-panel-head>a,.admin-content .settings-note a,.admin-content .notification-feed a{color:var(--admin-blue)}.admin-content .admin-open:hover{border-color:var(--admin-gold);background:#e69c1e1a}.admin-content .admin-service,.admin-content .post-status{color:var(--admin-blue);background:#011f6812;border-color:#011f682e}.admin-content .score,.admin-content .content-state{color:var(--admin-blue);background:#011f6814}.admin-content .score-high,.admin-content .post-status-published{color:var(--admin-green);background:#326a251a}.admin-content .score-mid,.admin-content .post-status-review{color:#8d5800;background:#e69c1e24}.admin-content .pipeline-board>section{border-color:var(--admin-line);background:#fffdf89e}.admin-content .pipeline-board>section>header{color:var(--admin-green)}.admin-content .pipeline-board article{border-color:var(--admin-line);color:var(--admin-ink);background:#fff;box-shadow:0 8px 24px #00062f0d}.admin-content .pipeline-board p{color:var(--admin-muted)}.admin-content .editor-block>header strong,.admin-content .block-toolbar button,.admin-content .block-library button{color:var(--admin-blue)}.admin-content .editor-block>header button{border-color:var(--admin-line);color:var(--admin-blue);background:#fff}.admin-content .editor-empty,.admin-content .featured-upload-drop{color:var(--admin-blue);background:#f4e8d16b;border-color:#011f6847}.admin-content .featured-upload-drop strong{color:var(--admin-blue)}.admin-content .featured-upload-drop span,.admin-content .featured-upload-fields small,.admin-content .block-library small,.admin-content .vercel-env-grid small,.admin-content .vercel-env-grid code{color:var(--admin-muted)}.admin-content .featured-upload-preview{border-color:var(--admin-line);background:var(--admin-cream)}.admin-content .notification-feed article.unread{background:linear-gradient(100deg,#e69c1e1f,#fffdf8f5);border-color:#e69c1e7a}.admin-content .notification-feed span{color:var(--admin-green)}.admin-content .notification-feed article>svg{color:var(--admin-gold)}.admin-content .settings-warning,.admin-content .admin-unmapped{color:#714900;background:#e69c1e1a;border-color:#e69c1e6b}.admin-content .admin-success,.admin-content .admin-key-alert{color:var(--admin-green);background:#326a2514;border-color:#326a254d}.admin-content .admin-error,.admin-content .featured-upload-error{color:var(--admin-danger);background:#a6362e14;border-color:#a6362e52}.admin-content .admin-delete-form button,.admin-content .featured-upload-remove{color:var(--admin-danger)!important;background:#a6362e0f!important;border-color:#a6362e52!important}.admin-content .admin-delete-form button:hover,.admin-content .featured-upload-remove:hover{background:#a6362e21!important}@media (max-width:720px){.admin-content .admin-table-wrap{border-radius:0}.admin-content .admin-panel,.admin-content .admin-form-section,.admin-content .admin-detail-main,.admin-content .admin-contact-card{border-radius:0;padding:20px}}.modern-footer{padding-top:clamp(4.5rem,7vw,7rem)}.modern-footer .footer-sweep{margin-bottom:-1rem}.modern-footer .footer-lead{grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);align-items:end;gap:clamp(2.5rem,5vw,5.5rem);padding-bottom:clamp(3rem,5vw,4.5rem)}.modern-footer .footer-direct>a{min-width:0;padding:clamp(1.15rem,2vw,1.6rem)}.modern-footer .footer-grid{grid-template-columns:minmax(270px,1.5fr) repeat(4,minmax(120px,1fr));align-items:start;gap:clamp(2rem,3.5vw,4rem);padding:clamp(3.5rem,6vw,5rem) 0}.modern-footer .footer-brand{max-width:390px}.modern-footer .footer-brand .brand-logo{background:0 0;width:min(100%,280px);height:118px;margin:0 0 1.35rem;padding:0;display:block;overflow:hidden}.modern-footer .footer-brand .brand-logo img{object-fit:contain;object-position:left center;transform-origin:0;width:100%;height:100%;transform:scale(1.08)}.modern-footer .footer-brand>p{color:#ffffffb8;max-width:42ch;margin:0 0 1.35rem;font-size:.76rem;line-height:1.75}.modern-footer .footer-brand address{color:#ffffffad;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:.75rem;margin:0;font-size:.74rem;line-height:1.65;display:grid}.modern-footer .footer-brand address svg{color:var(--brand-gold);margin-top:.2rem}.modern-footer .footer-portfolio-link{margin-top:1.4rem}.modern-footer .footer-grid h2{margin:0 0 1rem}.modern-footer .footer-grid>div:not(.footer-brand)>a{margin:0;padding:.4rem 0;line-height:1.45}.modern-footer .footer-bottom{grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;padding:1.5rem 0;display:grid}.modern-footer .footer-bottom>p:last-of-type{text-align:center}.modern-footer .footer-bottom>a:last-child{justify-self:end}.modern-footer .footer-credit a{color:var(--brand-gold);text-underline-offset:3px;font-weight:700;display:inline}.modern-footer .footer-credit a:hover{text-decoration:underline}@media (max-width:1120px){.modern-footer .footer-grid{grid-template-columns:minmax(260px,1.35fr) repeat(2,1fr)}.modern-footer .footer-brand{grid-area:span 2}}@media (max-width:800px){.modern-footer .footer-lead{grid-template-columns:1fr;align-items:start}.modern-footer .footer-grid{grid-template-columns:1fr 1fr}.modern-footer .footer-brand{grid-area:auto/1/auto/-1;max-width:520px}.modern-footer .footer-bottom{grid-template-columns:1fr;gap:.55rem}.modern-footer .footer-bottom>p:last-of-type{text-align:left}.modern-footer .footer-bottom>a:last-child{justify-self:start}}@media (max-width:560px){.modern-footer .footer-grid{grid-template-columns:1fr;gap:2.2rem}.modern-footer .footer-brand{grid-column:auto}.modern-footer .footer-brand .brand-logo{width:245px;height:104px}.modern-footer .footer-direct strong{font-size:.78rem}.modern-footer .footer-bottom{padding:1.25rem 0 2rem}}.home26-hero{background:linear-gradient(120deg,#fbf6ec 0%,var(--brand-cream) 100%);grid-template-columns:47% 53%;min-height:calc(100svh - 104px)}.home26-hero-copy{padding-top:clamp(7rem,10vw,10rem);padding-bottom:clamp(9rem,12vw,12rem)}.home26-hero h1{letter-spacing:-.055em;max-width:7.5ch;font-size:clamp(4.8rem,7.1vw,8.2rem);line-height:.86}.home26-hero h1 em{color:var(--brand-blue);margin-top:.08em}.home26-lead{max-width:610px;color:color-mix(in srgb,var(--brand-navy) 74%,transparent);font-size:clamp(.98rem,1.3vw,1.15rem);line-height:1.8}.home26-hero-proof{border-top:1px solid color-mix(in srgb,var(--brand-blue) 18%,transparent);grid-template-columns:repeat(3,1fr);max-width:610px;margin-top:clamp(2.5rem,4vw,4rem);display:grid}.home26-hero-proof span{color:color-mix(in srgb,var(--brand-navy) 62%,transparent);letter-spacing:.08em;text-transform:uppercase;flex-direction:column;padding:1.15rem 1rem 0 0;font-size:.56rem;font-weight:800;display:flex}.home26-hero-proof b{color:var(--brand-blue);font:600 1.8rem/1 var(--font-serif);letter-spacing:-.03em}.home26-hero-art{isolation:isolate;background:linear-gradient(145deg,#00113f 0%,#052b78 48%,#073b65 100%);min-height:760px}.home26-hero-art:after{z-index:1;background:linear-gradient(90deg,var(--brand-cream),transparent 8%);pointer-events:none}.home26-hero-aurora{z-index:-1;filter:saturate(1.12);background:radial-gradient(circle at 76% 18%,#e69c1ea6,#0000 19%),radial-gradient(circle at 16% 78%,#326a25b3,#0000 25%),radial-gradient(circle at 70% 78%,#3c83d973,#0000 27%);position:absolute;inset:0}.home26-hero-visual{z-index:2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(150deg,#ffffff30,#ffffff0e);border:1px solid #ffffff38;border-radius:clamp(28px,4vw,58px);position:absolute;inset:clamp(3rem,6vw,6rem) clamp(2rem,4vw,4rem) clamp(7.5rem,9vw,9rem);overflow:hidden;box-shadow:0 45px 120px #00062f61}.home26-hero-visual:after{content:"";pointer-events:none;background:linear-gradient(#0000 65%,#00062f33);position:absolute;inset:0}.home26-hero-visual img{object-fit:contain;filter:saturate(.94)contrast(1.025);padding:clamp(.5rem,1.8vw,1.8rem)}.home26-hero-orbit{z-index:0;pointer-events:none;border:1px solid #ffffff2b;border-radius:50%;position:absolute}.home26-orbit-a{aspect-ratio:1;width:62%;top:-15%;right:-16%}.home26-orbit-b{aspect-ratio:1;border-style:dashed;width:72%;bottom:-39%;left:-28%}.home26-float-card{z-index:4;color:var(--brand-white);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#000d37b3;border:1px solid #ffffff3d;border-radius:18px;position:absolute;box-shadow:0 22px 60px #00062f47}.home26-float-card span{color:#f4bd52;letter-spacing:.12em;text-transform:uppercase;font-size:.52rem;font-weight:800;display:block}.home26-float-card strong{font:600 1.25rem/1.1 var(--font-serif)}.home26-float-top{padding:1.15rem 1.3rem;top:clamp(2rem,4vw,4rem);right:clamp(1.2rem,3vw,3rem)}.home26-float-bottom{align-items:center;gap:.9rem;padding:.9rem 1.1rem;display:flex;bottom:8.3rem;left:clamp(1.5rem,4vw,4rem)}.home26-float-bottom i{background:radial-gradient(circle at 50% 40%,#ffd271 0 18%,var(--brand-gold) 20% 43%,#e69c1e38 45% 100%);border-radius:50%;width:36px;height:36px}.home26-float-bottom strong{font-family:var(--font-sans);font-size:.68rem}.home26-art-label{border:1px solid #fff3;border-left:3px solid var(--brand-gold);background:#ffffffe6;border-radius:14px;bottom:8.3rem;right:clamp(1.5rem,3vw,3rem)}.home26-quick-nav{left:47%}.product-card{transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.product-card:hover{z-index:2;transform:translateY(-5px);box-shadow:0 25px 65px #001f6824}.product-card-image{isolation:isolate;aspect-ratio:4/3;background:radial-gradient(circle at 78% 20%,#e69c1e3d,transparent 28%),linear-gradient(145deg,#fffaf0,var(--brand-cream))}.product-card-image:after{content:"";z-index:-1;aspect-ratio:1;border:1px solid color-mix(in srgb,var(--brand-blue) 12%,transparent);border-radius:50%;width:65%;position:absolute;bottom:-38%;right:-18%}.product-card-image img{filter:none;padding:clamp(.6rem,1.4vw,1.25rem);transition:transform .4s cubic-bezier(.22,1,.36,1);object-fit:contain!important;object-position:center!important;width:100%!important;max-width:100%!important;height:100%!important;transform:none!important}.product-card:hover .product-card-image img{transform:scale(1.018)!important}.product-card-index{z-index:2;border:1px solid color-mix(in srgb,var(--brand-blue) 15%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:1rem;left:1rem;color:var(--brand-blue)!important}.product-category-art img,.product-detail-art img{padding:clamp(1rem,3vw,3rem);object-fit:contain!important}.admin-content-reduction{background:#e69c1e14;border:1px solid #e69c1e80;border-radius:10px;align-items:flex-start;padding:15px 18px;grid-template-columns:auto 1fr!important;gap:12px!important;display:flex!important}.admin-content-reduction input{margin-top:4px;width:auto!important}.admin-content-reduction span{display:grid}.admin-content-reduction small{color:var(--admin-muted);font-weight:500}.admin-save-note{color:var(--admin-muted);margin-right:auto;font-size:.68rem}@media (max-width:1100px){.home26-hero{grid-template-columns:1fr}.home26-hero-copy{min-height:auto;padding:7rem 32px 5rem}.home26-hero h1{max-width:9ch}.home26-hero-art{min-height:720px}.home26-hero-art:after{background:linear-gradient(180deg,var(--brand-cream),transparent 7%)}.home26-quick-nav{left:auto}.home26-hero-visual{inset:4.5rem 4rem 8rem}}@media (max-width:700px){.home26-hero-copy{padding:5.7rem 24px 4rem}.home26-hero-proof{grid-template-columns:1fr 1fr}.home26-hero-proof span:last-child{display:none}.home26-hero-art{min-height:520px}.home26-hero-visual{border-radius:28px;inset:2.4rem 1rem 6.8rem}.home26-hero-visual img{padding:0}.home26-float-top{padding:.8rem 1rem;top:1.4rem;right:1rem}.home26-float-top strong{font-size:1rem}.home26-float-bottom{bottom:5.7rem;left:1rem}.home26-art-label{display:none}.product-category-hero h1,.product-detail-hero h1{overflow-wrap:anywhere;max-width:100%;font-size:clamp(3rem,15vw,4.2rem)}.product-category-hero p,.product-detail-hero p,.section-heading h2,.product-card h3{overflow-wrap:anywhere;max-width:100%}.product-card-image{aspect-ratio:16/11}.product-card-image img{padding:.5rem}.admin-form-actions{flex-wrap:wrap}.admin-save-note{width:100%}}
