@import "https://fonts.googleapis.com/css2?family=Galdeano&family=Manrope:wght@400;500;600;700;800&family=Vazirmatn:wght@400;500;600;700;800&display=swap";:root{--background:#110f0e;--background-raised:#171210;--surface:#211815;--foreground:#f8f0e9;--muted:#f8f0e9ad;--subtle:#f8f0e975;--light:#fffaf5;--cream:#f1e5d2;--paper:#fffdf9;--ink:#281a14;--accent:#df8b4c;--gold:#d7a443;--gold-soft:#e7c889;--navy:#121a22;--navy2:#1e2b36;--line:#f8f0e929;--radius:1.25rem;--radius-card:1.75rem;--radius-card-sm:1.1rem;--radius-pill:999px;--container-shell:min(100% - 3rem, 112rem);--header-control-height:3.5rem;--font-brand:"Galdeano", Georgia, serif;--ease:cubic-bezier(.22, 1, .36, 1);--ease-hover:cubic-bezier(.22, 1, .36, 1);--ease-spring:cubic-bezier(.16, 1, .3, 1);--ease-spring-soft:cubic-bezier(.25, 1, .5, 1)}*{box-sizing:border-box}html{background:var(--background);scroll-behavior:smooth;scrollbar-color:#df8b4cb3 var(--background)}body{background:var(--background);min-width:320px;color:var(--foreground);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Vazirmatn,Manrope,Arial,sans-serif;overflow-x:hidden}html[dir=ltr] body{font-family:Manrope,Arial,sans-serif}button,input,textarea,select{font:inherit}button{color:inherit;cursor:pointer;background:0 0;border:0;padding:0}a{color:inherit;text-decoration:none}img,svg,video{max-width:100%;display:block}.icon{flex:none;place-items:center;width:1em;height:1em;line-height:1;display:inline-grid}.icon>svg{width:100%;height:100%}.reveal-lines>.line{display:block}.reveal-lines>.line>.line-in{display:inline-block}h1,h2,h3,p{margin:0}ul,ol{margin:0;padding:0;list-style:none}#root{min-height:100vh;overflow-x:clip}.shell{width:var(--container-shell);margin-inline:auto}#about .shell,#services .shell,.blog-section .blog-shell,.stats-section .shell{width:min(100% - 3rem,96rem)}@media (width<=640px){:root{--container-shell:min(100% - 2rem, 112rem)}#about .shell,#services .shell,.blog-section .blog-shell,.stats-section .shell{width:min(100% - 2rem,96rem)}}.page-loader{z-index:120;color:var(--foreground);transition:transform .7s var(--ease-spring);background:#110e0d;border-radius:0 0 2rem 2rem;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:fixed;inset:0;transform:translateY(0)}.page-loader.exiting{transform:translateY(-100%)}.loader-center{text-align:center;transition:opacity .65s var(--ease-spring-soft), transform .65s var(--ease-spring-soft);flex-direction:column;align-items:center;gap:1.25rem;display:flex}.page-loader.exiting .loader-center{opacity:0;transform:translateY(-12px)}.loader-brand .brand-mark-word{height:2.2rem}.loader-tagline{color:#ffffff8c;max-width:24ch;font-size:.875rem}.loader-progress{flex-direction:column;gap:.75rem;width:min(22rem,72vw);display:flex}.loader-track{background:#ffffff26;height:1px}.loader-fill{background:var(--accent);width:0%;height:100%;transition:width .1s ease-out}.loader-row{color:#ffffff73;justify-content:space-between;font-size:.75rem;font-weight:500;display:flex}.loader-count{color:#fffc;font-variant-numeric:tabular-nums}@media (width>=640px){.loader-brand .brand-mark-word{height:3rem}}.site-header{inset-inline:0;z-index:50;--header-control-height:3.5rem;--tx:0;--ty:-14px;--dur:.7s;--ease:var(--ease-spring-soft);--delay:.15s;position:absolute;top:0}.site-header .shell{justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 1.25rem;display:flex}@media (width>=640px){.site-header .shell{padding:1.5rem 2rem}}.brand-btn{align-items:center;gap:.5rem;display:flex}.brand-btn .brand-mark{transform-origin:100%}.brand-btn .brand-mark-word{height:2.1rem}@media (width>=640px){.brand-btn .brand-mark-word{height:2.4rem}}@media (hover:hover) and (pointer:fine){.brand-btn .brand-mark{transition:transform .35s var(--ease-hover)}.brand-btn:hover .brand-mark{transform:scale(1.04)}}.primary-nav{display:none}@media (width>=1024px){.primary-nav{display:flex}}.primary-nav ul{gap:clamp(1.35rem,2.5vw,2.75rem);font-size:1rem;font-weight:500;display:flex}.primary-nav li button{align-items:center;gap:.25rem;display:inline-flex}.primary-nav .caret{opacity:.6;font-size:.75rem}@media (hover:hover) and (pointer:fine){.primary-nav li span.lbl{transition:transform .35s var(--ease-hover), opacity .35s var(--ease-hover);opacity:.74;display:inline-block}.primary-nav li button:hover span.lbl{opacity:1;transform:translateY(-2px)}}.header-right{align-items:center;gap:.75rem;display:flex}.header-cta{height:var(--header-control-height);border-radius:var(--radius-pill);color:#1b1310;transition:transform .3s var(--ease-hover), background .3s var(--ease-hover);background:#f5eee7;padding-inline:1.35rem;font-size:.95rem;font-weight:700;display:none}@media (width>=768px){.header-cta{align-items:center;display:inline-flex}}.header-cta:hover{background:#fff;transform:translateY(-1px)}.menu-btn{height:var(--header-control-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-pill);transition:background .3s var(--ease-hover), border-color .3s var(--ease-hover);background:#110e0d52;border:1px solid #f5eee738}.menu-btn:hover{background:#f5eee71f;border-color:#f5eee773}.menu-btn>span{align-items:center;gap:.55rem;height:100%;padding-inline:1.1rem;font-size:.95rem;font-weight:600;display:inline-flex}@media (hover:hover) and (pointer:fine){.menu-btn>span{transition:transform .35s var(--ease-hover)}.menu-btn:hover>span{transform:scale(1.05)}}.menu-btn .word-lbl{display:none}@media (width>=640px){.menu-btn .word-lbl{display:inline}}.language-switcher{direction:ltr;position:relative}.language-trigger{min-width:4.8rem;height:var(--header-control-height);border-radius:var(--radius-pill);color:#f5eee7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .25s var(--ease-hover), background .25s var(--ease-hover);background:#110e0d59;border:1px solid #f5eee73d;justify-content:space-between;align-items:center;gap:.45rem;padding-inline:.9rem;font-size:.78rem;font-weight:700;line-height:1;display:inline-flex}.language-trigger:hover,.language-switcher.open .language-trigger{background:#f5eee71f;border-color:#f5eee780}.language-chevron{opacity:.72;transition:transform .25s var(--ease-hover);font-size:1rem;line-height:.55}.language-switcher.open .language-chevron{transform:rotate(180deg)}.language-menu{z-index:2;top:calc(100% + .55rem);opacity:0;pointer-events:none;transform-origin:100% 0;width:8.75rem;transition:opacity .22s var(--ease-hover), transform .22s var(--ease-hover);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#18110ef5;border:1px solid #f5eee72b;border-radius:.9rem;gap:.2rem;padding:.35rem;display:grid;position:absolute;inset-inline-end:0;transform:translateY(-.4rem)scale(.97);box-shadow:0 1rem 2.5rem #00000047}.language-switcher.open .language-menu{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.language-menu button{color:#f5eee7b3;width:100%;transition:color .2s var(--ease-hover), background .2s var(--ease-hover);border-radius:.62rem;justify-content:space-between;align-items:center;padding:.58rem .62rem;font-size:.72rem;font-weight:600;display:flex}.language-menu button>:first-child{color:#f5eee7;text-align:start;min-width:1.35rem;font-size:.68rem;font-weight:800}.language-menu button:hover,.language-menu button.active{color:#fff;background:#f5eee71f}.site-header--light .shell{box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:0;border-radius:0;margin-top:.35rem}.site-header--light .brand-mark-word{filter:brightness(0)saturate()invert(10%)sepia(18%)saturate(1454%)hue-rotate(339deg)brightness(88%)contrast(93%)}.site-header--light .primary-nav{color:#39251b}.site-header--light .primary-nav li span.lbl{opacity:.68}.site-header--light .primary-nav li button:hover span.lbl{color:#1d120d}.site-header--light .header-cta{color:#fff9f3;background:#2a1912;box-shadow:0 .45rem 1.25rem #371f1224}.site-header--light .header-cta:hover{background:#42271b}.site-header--light .menu-btn,.site-header--light .language-trigger{color:#39251b;-webkit-backdrop-filter:none;backdrop-filter:none;background:#ffffff8a;border-color:#3f281a2b}.site-header--light .menu-btn:hover,.site-header--light .language-trigger:hover,.site-header--light .language-switcher.open .language-trigger{background:#ffffffe0;border-color:#3f281a4f}.site-header--light .language-menu{background:#fffdfafa;border-color:#3f281a29;box-shadow:0 1rem 2.5rem #492f1c29}.site-header--light .language-menu button{color:#39251bb8}.site-header--light .language-menu button>:first-child{color:#39251b}.site-header--light .language-menu button:hover,.site-header--light .language-menu button.active{color:#2a1912;background:#d8874f24}@media (width<=639px){.site-header--light .shell{width:100%;margin:.2rem 0 0}}.nav-menu{z-index:115;color:var(--foreground);opacity:0;pointer-events:none;transition:opacity .5s var(--ease-spring);background:#110e0d;flex-direction:column;display:flex;position:fixed;inset:0}.nav-menu.open{opacity:1;pointer-events:auto}.nav-menu-top{justify-content:space-between;align-items:center;padding:1.25rem;display:flex}@media (width>=640px){.nav-menu-top{padding:1.5rem 2rem}}.nav-menu-brand .brand-mark-word{height:1.75rem}.nav-close-btn{border:1px solid var(--line);border-radius:var(--radius-pill);color:var(--muted);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;transition:color .3s,border-color .3s;display:inline-flex}.nav-close-btn:hover{color:var(--foreground);border-color:#f5eee766}.nav-menu-nav{flex-direction:column;flex:1;justify-content:center;display:flex}.nav-menu-nav .shell{width:100%}.nav-menu-nav ul{flex-direction:column;gap:.25rem;display:flex}.nav-menu-item{text-align:start;letter-spacing:-.02em;opacity:0;gap:1rem;width:100%;padding-block:.5rem;font-size:2.25rem;font-weight:600;transition:all .5s ease-out;display:flex;transform:translateY(1rem)}@media (width>=640px){.nav-menu-item{font-size:3.75rem}}.nav-menu.open .nav-menu-item{opacity:1;transform:translateY(0)}.nav-menu-item .idx{color:var(--subtle);font-size:1rem;font-weight:400;transition:color .3s}.nav-menu-item .lbl{color:#f5eee7c7;transition:color .3s}.nav-menu-item:hover .idx{color:var(--accent)}.nav-menu-item:hover .lbl{color:var(--foreground)}.nav-menu-bottom{border-top:1px solid var(--line);color:var(--subtle);flex-direction:column;gap:.75rem;padding:1.5rem 1.25rem;font-size:.75rem;display:flex}@media (width>=640px){.nav-menu-bottom{flex-direction:row;justify-content:space-between;padding-inline:2rem}}.nav-start-btn{color:var(--muted);transition:color .3s}.nav-start-btn:hover{color:var(--foreground);text-decoration:underline}.modal-backdrop{z-index:110;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:none;transition:opacity .45s var(--ease-spring);background:#040303bd;justify-content:center;align-items:flex-end;padding:1rem;display:flex;position:fixed;inset:0}@media (width>=640px){.modal-backdrop{align-items:center}}.modal-backdrop.open{opacity:1;pointer-events:auto}.modal-panel{border:1px solid var(--line);border-radius:var(--radius-card);background:var(--background-raised);width:100%;max-width:33rem;color:var(--foreground);transition:transform .6s var(--ease-spring);padding:1.5rem;position:relative;overflow:hidden;transform:translateY(28px);box-shadow:0 28px 70px #0000006b}@media (width>=640px){.modal-panel{padding:2rem}}.modal-backdrop.open .modal-panel{transform:translateY(0)}.modal-close{inset-inline-end:1rem;width:2.25rem;height:2.25rem;color:var(--muted);background:#f5eee717;border-radius:50%;place-items:center;transition:background .3s,color .3s;display:grid;position:absolute;top:1rem}.modal-close:hover{color:var(--foreground);background:#f5eee72e}.modal-heading{flex-direction:column;gap:.375rem;margin-bottom:1.5rem;display:flex}.modal-eyebrow{color:var(--muted);align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;display:inline-flex}.modal-eyebrow .dot{background:var(--accent);border-radius:50%;width:.375rem;height:.375rem}.modal-heading h2{letter-spacing:-.02em;max-width:17ch;font-size:1.65rem;font-weight:500}@media (width>=640px){.modal-heading h2{font-size:2rem}}.modal-form{flex-direction:column;gap:1rem;display:flex}.modal-form label{color:var(--muted);flex-direction:column;gap:.4rem;font-size:.75rem;font-weight:500;display:flex}.modal-form input,.modal-form textarea{border:1px solid var(--line);width:100%;color:var(--foreground);background:#f5eee70e;border-radius:.75rem;outline:none;padding:.8rem 1rem;font-family:inherit;font-size:.875rem;transition:border-color .3s,background .3s}.modal-form input::placeholder,.modal-form textarea::placeholder{color:var(--subtle)}.modal-form input:focus,.modal-form textarea:focus{border-color:var(--accent);background:#f5eee717}.modal-form textarea{resize:none}.modal-bottom-row{justify-content:space-between;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.modal-note{color:var(--subtle);font-size:.75rem}.modal-success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding-block:2rem;display:none}.modal-success-badge{background:var(--accent);color:#1c120d;border-radius:50%;place-items:center;width:3.5rem;height:3.5rem;font-size:1.5rem;display:grid}.modal-success h2{font-size:1.5rem;font-weight:500}.modal-success p{max-width:32ch;color:var(--muted);font-size:.875rem;line-height:1.8}.modal-panel.success .modal-success{display:flex}.modal-panel.success .modal-default{display:none}.hero{isolation:isolate;background:#0d0b0a;min-height:100dvh;position:relative;overflow:hidden}.hero:after{z-index:0;content:"";pointer-events:none;background:radial-gradient(55% 82% at 87% 57%,#0807066b 0%,#08070638 58%,#0000 100%),linear-gradient(90deg,#08070659 0%,#080706bf 57%,#080706ed 100%);position:absolute;inset:0}.hero-media{z-index:-1;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.hero-award-dock{z-index:1;pointer-events:none;--ty:12px;background:linear-gradient(#120d0b2e,#0000 28%);border-radius:0 2.2rem 0 0;place-items:end center;width:clamp(8.4rem,13vw,11.75rem);min-height:clamp(9.5rem,15vw,13rem);padding:1rem 1rem 4.7rem;display:grid;position:absolute;bottom:0;left:0;box-shadow:inset -1px 1px #f5eee71f}.hero-award{opacity:.93;width:clamp(4.64rem,7.68vw,7.36rem);height:auto;display:block}.hero-grid{z-index:1;flex-direction:column;justify-content:flex-end;min-height:100dvh;padding:8.5rem 1.25rem 6.25rem;display:flex;position:relative}.hero-copy{width:min(100%,38rem);margin-inline-end:auto}.hero-kicker{color:#f5eee7b3;letter-spacing:.03em;--ty:12px;font-size:.8125rem;font-weight:600}.hero-h1{letter-spacing:-.05em;text-wrap:balance;margin-top:1.25rem;font-size:clamp(3rem,5.6vw,5.5rem);font-weight:600;line-height:.96}.hero-h1 .line{white-space:nowrap;padding-block:.08em .14em;line-height:1.18}.hero-h1 .line-in{line-height:.96}.hero-description{color:#f5eee7b8;--ty:12px;max-width:33rem;margin-top:1.5rem;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.9}.hero-cta-row{--ty:12px;flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.hero-proof{z-index:2;-webkit-backdrop-filter:blur(18px)saturate(105%);color:#f5eee7a3;--ty:10px;background:#120d0b75;justify-content:space-between;align-items:center;gap:1rem;width:100%;min-height:4.4rem;padding:1rem 1.25rem 1rem clamp(10rem,15vw,14.25rem);font-size:.75rem;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:visible}.hero-proof-mark{letter-spacing:.08em;color:#f5eee7d6;font-family:Georgia,serif;font-size:1rem}html[dir=ltr] .hero-award-dock{border-radius:2.2rem 0 0;left:auto;right:0}html[dir=ltr] .hero-proof{padding-left:1.25rem;padding-right:clamp(10rem,15vw,14.25rem)}@media (width>=640px){.hero-grid{padding-inline:2rem;padding-bottom:6.5rem}.hero-proof{padding-left:clamp(11rem,15vw,15.25rem);padding-right:2rem}.hero-award-dock{width:clamp(9.5rem,13vw,12.75rem);min-height:clamp(10.75rem,15vw,14rem);padding-bottom:5.15rem}html[dir=ltr] .hero-proof{padding-left:2rem;padding-right:clamp(11rem,15vw,15.25rem)}}@media (width>=1024px){.hero-grid{padding-top:7rem;padding-bottom:7rem}.hero-proof{padding-left:clamp(12rem,16vw,17rem);padding-right:clamp(2rem,5vw,6rem)}html[dir=ltr] .hero-proof{padding-left:clamp(2rem,5vw,6rem);padding-right:clamp(12rem,16vw,17rem)}}@media (width<=639px){.hero{min-height:100dvh}.hero-media{object-position:18% center}.hero-grid{min-height:100dvh}.hero-copy{margin-inline:0}.hero-h1{max-width:9ch}.hero-h1 .line{white-space:normal;overflow:visible}.hero-grid{padding-bottom:5.75rem}.hero-award-dock{border-radius:0 1.75rem 0 0;width:7.35rem;min-height:8.75rem;padding:.75rem .75rem 4.55rem}.hero-award{opacity:.86;width:4.16rem}.hero-proof{padding-left:8.25rem;padding-right:1.25rem}html[dir=ltr] .hero-award-dock{border-radius:1.75rem 0 0}html[dir=ltr] .hero-proof{padding-left:1.25rem;padding-right:8.25rem}}.hero-ticker{border-bottom:1px solid var(--line);color:var(--gold-soft);background:#15110f;overflow:hidden}.hero-ticker-track{will-change:transform;width:max-content;animation:30s linear infinite hero-ticker-scroll;display:flex}.hero-ticker-set{white-space:nowrap;flex:none;align-items:center;display:flex}.hero-ticker-item{align-items:center;padding:2rem 0;font-size:clamp(.78rem,1.1vw,.95rem);font-weight:600;display:inline-flex}.hero-ticker-mark{width:.9rem;height:.9rem;color:var(--accent);flex:none;margin-inline:clamp(1.6rem,3vw,3.25rem)}.hero-ticker-mark path{fill:currentColor}@keyframes hero-ticker-scroll{to{transform:translate(-50%)}}@media (hover:hover) and (pointer:fine){.hero-ticker:hover .hero-ticker-track{animation-play-state:paused}}@media (prefers-reduced-motion:reduce){.hero-ticker-track{animation:none}}#products{isolation:isolate;color:#251914;background-color:#ede1d2;background-image:linear-gradient(#4a35270e 1px,#0000 1px),linear-gradient(90deg,#4a35270e 1px,#0000 1px),radial-gradient(circle at 84% 18%,#d8874f1f,#0000 27rem);background-size:4.5rem 4.5rem,4.5rem 4.5rem,auto;position:relative;overflow:hidden}#products .shell{z-index:1;padding:4rem 1.25rem 7rem;position:relative}@media (width>=640px){#products .shell{padding-inline:2rem}}@media (width>=1024px){#products .shell{padding-top:7rem;padding-bottom:15rem}}.section-eyebrow-wrap{justify-content:flex-start;margin-bottom:1.25rem;display:flex}.section-h2-wrap{justify-content:space-between;align-items:end;gap:1.25rem;margin-bottom:3.5rem;display:flex}.section-h2-wrap .reveal-lines{width:fit-content}.products-h2{color:#251914;letter-spacing:-.05em;text-align:start;font-size:clamp(2.35rem,4vw,4.8rem);font-weight:500}#products .eyebrow.dark{color:#715b4e;border-color:#25191433}#products .eyebrow.dark .dot{background:var(--accent)}.products-controls{flex:none;gap:.6rem;display:flex}.products-control{color:#251914;width:3rem;height:3rem;transition:transform .3s var(--ease-hover), background .3s var(--ease-hover), border-color .3s var(--ease-hover), color .3s var(--ease-hover);border:1px solid #2519143d;border-radius:50%;place-items:center;font-size:1rem;display:grid}.products-control.next .icon{transform:rotate(180deg)}@media (hover:hover) and (pointer:fine){.products-control:hover{border-color:var(--accent);background:var(--accent);color:#21130f;transform:translateY(-2px)}.products-control:active{transform:translateY(0)scale(.96)}}.products-rail{width:100vw;margin-inline:calc(50% - 50vw);position:relative}.products-carousel{overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none;direction:ltr;grid-template-rows:1fr;grid-auto-columns:minmax(17rem,86%);grid-auto-flow:column;gap:1rem;padding:.25rem 1.25rem 1rem;scroll-padding-inline:1.25rem;display:grid;overflow-x:auto}.products-carousel::-webkit-scrollbar{display:none}.products-carousel>li{scroll-snap-align:start;direction:rtl;width:100%;min-width:0}@media (width>=640px){.products-carousel{grid-auto-columns:calc(50% - .5rem);padding-inline:2rem;scroll-padding-inline:2rem}}@media (width>=1024px){.products-carousel{grid-auto-columns:25rem;gap:1.5rem;padding-inline:clamp(4rem,12vw,15rem);scroll-padding-inline:clamp(4rem,12vw,15rem)}.products-carousel>li.is-peripheral{filter:blur(5px);opacity:.38;transition:filter .45s var(--ease-hover), opacity .45s var(--ease-hover)}}.product-card{border-radius:var(--radius-card);width:100%;height:31.5rem;transition:transform .5s var(--ease-hover);background:#fff;border:0;flex-direction:column;display:flex;position:relative;overflow:hidden}@media (width>=640px){.product-card{height:33rem}}@media (hover:hover) and (pointer:fine){.product-card:hover{transform:translateY(-6px)}}.product-media{background:0 0;flex:none;height:15.5rem;padding:1rem;position:relative;overflow:hidden}.product-media img{object-fit:contain;object-position:center;width:calc(100% - 2rem);height:calc(100% - 2rem);transition:transform .8s var(--ease-hover);position:absolute;inset:1rem}@media (hover:hover) and (pointer:fine){.product-card:hover .product-media img{transform:scale(1.045)}}.product-badge{z-index:2;top:1rem;color:#fffaf4;width:2.75rem;height:2.75rem;transition:transform .35s var(--ease-hover);background:#2b1e18;border-radius:50%;place-items:center;display:grid;position:absolute;inset-inline-end:1rem}@media (hover:hover) and (pointer:fine){.product-card:hover .product-badge{transform:rotate(45deg)}}.product-body{color:#251914;background:0 0;flex:1;padding:1.55rem 1.5rem 1.75rem}.product-cat-row{color:#956d52;margin-bottom:.8rem;font-size:.875rem}.product-body h3{color:#251914;letter-spacing:-.035em;font-size:clamp(1.45rem,1.7vw,1.75rem);font-weight:700;line-height:1.35}.product-body p{color:#725b4c;margin-top:.8rem;font-size:.95rem;line-height:1.85}.product-tags{flex-wrap:wrap;gap:.4rem;margin-top:1.25rem;display:flex}#products .product-tags .tag-chip{color:#604839;border-color:#442f2340;font-size:.82rem}.product-modal-backdrop{z-index:130;-webkit-backdrop-filter:blur(12px);background:#160e0bb8;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.product-modal{border-radius:var(--radius-card);color:#251914;background:#fff;width:min(100%,62rem);max-height:calc(100dvh - 2.5rem);display:grid;position:relative;overflow:auto;box-shadow:0 2rem 6rem #140a0657}.product-modal-close{z-index:2;top:1.25rem;color:#fff;width:3rem;height:3rem;transition:transform .25s var(--ease-hover), background .25s var(--ease-hover);background:#2b1e18;border-radius:50%;place-items:center;font-size:1.1rem;display:grid;position:absolute;inset-inline-start:1.25rem}.product-modal-media{background:linear-gradient(145deg,#fff 0%,#f5eee7 100%);place-items:center;min-height:18rem;padding:3.5rem 2rem 2rem;display:grid}.product-modal-media img{object-fit:contain;width:100%;max-height:24rem}.product-modal-content{padding:2rem 1.75rem 2.25rem}.product-modal-meta{color:#956d52;font-size:.9rem}.product-modal-content h2{letter-spacing:-.045em;margin-top:.75rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.2}.product-modal-content p{color:#725b4c;max-width:38ch;margin-top:1rem;font-size:1rem;line-height:2}.product-modal-tags{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.product-modal-tags .tag-chip{color:#604839;border-color:#442f2340;font-size:.88rem}@media (width>=768px){.product-modal{grid-template-columns:minmax(0,1.1fr) minmax(19rem,.9fr)}.product-modal-media{min-height:34rem;padding:3rem}.product-modal-content{align-self:center;padding:3rem}}@media (hover:hover) and (pointer:fine){.product-modal-close:hover{background:var(--accent);color:#251914;transform:rotate(90deg)}}.section-seal-wrap{z-index:5;height:0;position:relative}.section-seal{aspect-ratio:1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#271c17d1;border:1px solid #f5eee72e;border-radius:50%;place-items:center;width:clamp(10.5rem,14vw,14rem);display:grid;position:absolute;top:0;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 1.4rem 3.5rem #1a100a42,inset 0 1px #ffffff0f}.seal-artwork{width:100%;height:100%;animation:18s linear infinite section-seal-spin;overflow:visible}.section-seal-type{fill:#f4e4c9;letter-spacing:1.8px;font-family:Georgia,Times New Roman,serif;font-size:10px}.section-seal-mark{fill:none;stroke:#d9ae67;stroke-width:1.15px;opacity:.9;transform-origin:100px 100px}@media (hover:hover) and (pointer:fine){.section-seal{transition:transform .7s var(--ease-spring-soft), box-shadow .5s var(--ease-hover)}.section-seal:hover{transform:translate(-50%,-50%)scale(1.05)rotate(7deg);box-shadow:0 1.8rem 4rem #1a100a57,inset 0 1px #ffffff1a}}@media (width<=639px){.section-seal{width:8.5rem}.section-seal-type{letter-spacing:1.3px;font-size:11px}}@keyframes section-seal-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.seal-artwork{animation:none}}#about{background:var(--background)}#about .shell{grid-template-columns:1fr;align-items:center;gap:3rem;padding:6rem 1.25rem;display:grid}@media (width>=640px){#about .shell{padding-inline:2rem}}@media (width>=1024px){#about .shell{grid-template-columns:.82fr 1.18fr;gap:7rem;padding-block:10rem}}.about-globe-block{flex-direction:column;gap:1rem;display:flex}.about-visual{border-radius:var(--radius-card);background:var(--surface);position:relative;overflow:hidden}.about-visual img{aspect-ratio:4/5;object-fit:cover;object-position:center;width:100%;transition:transform 1s var(--ease-hover)}.about-image-seal{z-index:2;aspect-ratio:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#271c17d1;border:1px solid #f5eee740;border-radius:50%;place-items:center;width:clamp(5.75rem,9vw,7.5rem);display:grid;position:absolute;top:1rem;left:1rem;box-shadow:0 .8rem 1.8rem #170c084d,inset 0 1px #ffffff14}.about-image-seal .seal-artwork{width:100%;height:100%}@media (hover:hover) and (pointer:fine){.about-visual:hover img{transform:scale(1.035)}}.about-visual-note{max-width:23ch;color:var(--muted);font-size:.8125rem;line-height:1.8}.about-right{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}.about-h2{letter-spacing:-.035em;font-size:clamp(2rem,3.3vw,3.45rem);font-weight:500;line-height:1.25}.about-h2 .muted-word .word-in{color:var(--muted)}.about-footer-row{border-top:1px solid var(--line);--ty:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding-top:1.5rem;display:flex}.about-social-lbl{max-width:26ch;color:var(--subtle);font-size:.8125rem;line-height:1.8}#services{background:radial-gradient(circle at 12% 78%,#d8874f13,#0000 24rem),#171210}#services .shell{padding:6.5rem 1.25rem 7rem}@media (width>=640px){#services .shell{padding-inline:2rem}}@media (width>=1024px){#services .shell{padding-block:10rem}}.services-heading{gap:1.5rem;margin-bottom:4.25rem;display:grid}.services-h2{letter-spacing:-.055em;max-width:13ch;margin-top:1.25rem;font-size:clamp(2.35rem,4vw,4.7rem);font-weight:500;line-height:1.08}.services-intro{color:#f5eee79e;align-self:end;max-width:23rem;font-size:.94rem;line-height:2}@media (width>=900px){.services-heading{grid-template-columns:minmax(0,1fr) minmax(15rem,25rem);align-items:end}.services-intro{margin-bottom:.5rem}}.services-list{border-top:1px solid #f5eee726;border-inline:1px solid #f5eee726;border-bottom:1px solid #f5eee726;grid-template-columns:1fr;display:grid;overflow:hidden}@media (width>=700px){.services-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.services-list{grid-template-columns:repeat(4,minmax(0,1fr))}}.service-row{text-align:start;width:100%;min-height:20rem;transition:background .65s var(--ease-hover);background:0 0;border:0;border-bottom:1px solid #f5eee71f;flex-direction:column;justify-content:space-between;padding:1.8rem 1.45rem 1.65rem;display:flex;position:relative}@media (width>=640px){.service-row{min-height:21rem;padding:2rem 1.8rem 1.75rem}}@media (width>=700px){.services-list>li:nth-child(odd) .service-row{border-inline-end:1px solid #f5eee71f}.services-list>li:nth-last-child(-n+2) .service-row{border-bottom:0}}@media (width>=1024px){.service-row{border-bottom:0;min-height:24rem;padding:2.35rem 2rem 1.9rem}.services-list>li:not(:last-child) .service-row{border-inline-end:1px solid #f5eee71f}}.service-icon{color:#e8c991f2;width:4.25rem;height:4.25rem;transition:border-color .65s var(--ease-hover), background .65s var(--ease-hover), transform .7s var(--ease-spring-soft);background:#fff8f106;border:1px solid #f5eee72b;border-radius:.9rem;place-items:center;font-size:1.75rem;display:grid;box-shadow:inset 0 1px #ffffff09,0 10px 28px #0000001a}.service-copy{gap:0;margin-top:auto;display:grid}.service-title{max-width:12ch;color:var(--foreground);letter-spacing:-.045em;transition:transform .6s var(--ease-spring-soft);font-size:clamp(1.45rem,1.65vw,1.9rem);font-weight:500;line-height:1.18}.service-desc{color:#f5eee78c;opacity:0;max-width:26rem;max-height:0;transition:max-height .7s var(--ease-spring-soft), margin-top .7s var(--ease-spring-soft), opacity .45s ease 80ms, transform .7s var(--ease-spring-soft);font-size:.8rem;line-height:1.9;overflow:hidden;transform:translateY(.55rem)}.service-action{color:#f5eee7c7;align-self:flex-start;align-items:center;gap:.55rem;margin-top:1.75rem;font-size:.75rem;font-weight:600;display:inline-flex}.service-arrow{color:#f4ddbb;width:2rem;height:2rem;transition:transform .6s var(--ease-spring-soft), border-color .55s var(--ease-hover), background .55s var(--ease-hover), color .55s var(--ease-hover);border:1px solid #f5eee738;border-radius:50%;place-items:center;font-size:.82rem;display:grid}@media (hover:hover) and (pointer:fine){.service-row:hover{background:#fff8f10b}.service-row:hover .service-icon{background:#e8c9910d;border-color:#e8c99173;transform:translateY(-.18rem)rotate(-7deg)}.service-row:hover .service-title{transform:translateY(-.35rem)}.service-row:hover .service-desc{opacity:1;max-height:7rem;margin-top:.65rem;transform:translateY(0)}.service-row:hover .service-arrow{border-color:var(--accent);background:var(--accent);color:#21130f;transform:translate(-3px,-3px)}}.service-row:focus-visible{outline:2px solid var(--accent);outline-offset:-3px}.service-row:focus-visible .service-title{transform:translateY(-.35rem)}.service-row:focus-visible .service-desc{opacity:1;max-height:7rem;margin-top:.65rem;transform:translateY(0)}.stats-section{background-color:#ede1d2;background-image:linear-gradient(#4a35270d 1px,#0000 1px),linear-gradient(90deg,#4a35270d 1px,#0000 1px),radial-gradient(circle at 15% 76%,#d8874f21,#0000 28rem);background-size:4.5rem 4.5rem,4.5rem 4.5rem,auto;position:relative;overflow:visible}.stats-section .shell{padding:7rem 1.25rem}@media (width>=640px){.stats-section .shell{padding-inline:2rem}}@media (width>=1024px){.stats-section .shell{padding-block:7rem}}.stats-panel{border-radius:var(--radius-card);color:#251914;background:#ffffffe0;border:1px solid #5c433330;padding:2rem 1.5rem;box-shadow:0 1.5rem 4rem #4a35271c,inset 0 1px #ffffffe6}@media (width>=640px){.stats-panel{padding:2.5rem}}@media (width>=768px){.stats-panel{padding-inline:4rem}}.stats-panel .eyebrow.light{color:#89644c}.stats-panel .eyebrow.light .dot{background:var(--accent)}.stats-intro{gap:1.5rem;display:grid}.stats-copy{align-self:center}.stats-packshot{z-index:0;justify-self:center;width:min(100%,33.6rem);position:relative}.stats-packshot img{width:100%;height:auto}@media (width>=768px){.stats-intro{grid-template-columns:minmax(18rem,.75fr) minmax(0,1.25fr);align-items:center}.stats-packshot{justify-self:end}}.stats-h2{color:#251914;letter-spacing:-.045em;max-width:17ch;margin-top:1rem;font-size:clamp(2rem,3vw,3.4rem);font-weight:600}.stats-grid{z-index:1;background:#fffaf4;border:1px solid #5c43332b;border-radius:1.15rem;grid-template-columns:repeat(2,1fr);gap:0;margin-top:2.75rem;display:grid;position:relative;overflow:hidden}@media (width>=1024px) and (prefers-reduced-motion:no-preference){.stats-packshot{transform:translate(5rem, var(--packshot-shift,-6.5rem));will-change:transform;margin-inline-end:0}}@media (width>=1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stats-grid>li{min-width:0}.stats-grid>li:nth-child(odd){border-inline-start:1px solid #5c433324}.stats-grid>li:nth-child(-n+2){border-bottom:1px solid #5c433324}@media (width>=1024px){.stats-grid>li{border-bottom:0!important}.stats-grid>li:nth-child(odd){border-inline-start:0}.stats-grid>li:not(:first-child){border-inline-start:1px solid #5c433324}}.stat-item{background:0 0;flex-direction:column;align-items:flex-start;min-height:12.5rem;padding:1.25rem;display:flex;position:relative;overflow:hidden}@media (width>=640px){.stat-item{min-height:14rem;padding:1.5rem}}.stat-icon{color:#a8653a;background:#fff;border:1px solid #a8653a47;border-radius:50%;place-items:center;width:3.35rem;height:3.35rem;font-size:1.45rem;display:grid;position:absolute;top:1.25rem;left:1.25rem;box-shadow:0 .5rem 1.2rem #4a352712}.stat-icon-ghost{z-index:0;color:#a8653a;opacity:.09;pointer-events:none;width:8.5rem;height:8.5rem;font-size:8.5rem;line-height:1;position:absolute;bottom:-1.45rem;left:-1rem}.stat-icon-ghost .icon{width:100%;height:100%}.stat-num,.stat-lbl{z-index:1;position:relative}@media (width>=640px){.stat-icon{top:1.5rem;left:1.5rem}.stat-icon-ghost{width:10.5rem;height:10.5rem;font-size:10.5rem;bottom:-1.85rem;left:-1.35rem}}.stat-icon{animation:stat-icon-float 4.8s var(--ease-spring-soft) infinite}.stats-grid>li:nth-child(2) .stat-icon{animation-delay:.45s}.stats-grid>li:nth-child(3) .stat-icon{animation-delay:.9s}.stats-grid>li:nth-child(4) .stat-icon{animation-delay:1.35s}.stat-num{color:#251914;letter-spacing:-.05em;margin-top:auto;font-size:clamp(2.7rem,4vw,4.25rem);font-weight:600;line-height:1}.stat-lbl{color:#765b4a;margin-top:.8rem;font-size:.82rem;line-height:1.8}@media (hover:hover) and (pointer:fine){.stat-item{transition:background .35s var(--ease-hover)}.stat-item:hover{background:#d8874f0f}.stat-item:hover .stat-icon{animation-play-state:paused;transform:translateY(-5px)scale(1.08)rotate(7deg)}}@keyframes stat-icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.blog-section{background-color:#ede1d2;background-image:linear-gradient(#4a35270d 1px,#0000 1px),linear-gradient(90deg,#4a35270d 1px,#0000 1px),radial-gradient(circle at 82% 14%,#d8874f26,#0000 27rem);background-size:4.5rem 4.5rem,4.5rem 4.5rem,auto;position:relative;overflow:hidden}.blog-shell{padding:6.5rem 1.25rem 7rem}@media (width>=640px){.blog-shell{padding-inline:2rem}}@media (width>=1024px){.blog-shell{padding-block:9rem 10rem}}.blog-heading{max-width:39rem;margin-bottom:2.5rem}.blog-heading h2{color:#251914;letter-spacing:-.06em;font-size:clamp(2.35rem,4.5vw,5.35rem);font-weight:500;line-height:1.08}.blog-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=620px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1100px){.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.blog-card{isolation:isolate;border-radius:var(--radius-card);min-height:30.5rem;color:var(--foreground);transition:transform .55s var(--ease-spring-soft), box-shadow .55s var(--ease-hover);background:#211815;align-items:flex-end;display:flex;position:relative;overflow:hidden;box-shadow:0 1rem 2.25rem #4a352721}.blog-card-image{z-index:-3;object-fit:cover;width:100%;height:100%;transition:transform .85s var(--ease-spring-soft);position:absolute;inset:0}.blog-card-scrim{z-index:-1;pointer-events:none;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);background:linear-gradient(#110d0b00 0%,#110d0b7a 33%,#110d0be6 62%,#0f0b0afa 100%);position:absolute;inset:35% 0 0;-webkit-mask-image:linear-gradient(#0000 0%,#000000e0 45%,#000 88%);mask-image:linear-gradient(#0000 0%,#000000e0 45%,#000 88%)}.blog-card-content{flex-direction:column;justify-content:flex-end;width:100%;min-height:57%;padding:1.45rem;display:flex}.blog-card-meta{color:#f5eee7a3;justify-content:space-between;gap:.75rem;margin-bottom:.8rem;font-size:.7rem;font-weight:600;display:flex}.blog-card-meta span:last-child{white-space:nowrap}.blog-card h3{letter-spacing:-.045em;max-width:14ch;font-size:clamp(1.45rem,1.8vw,1.8rem);font-weight:500;line-height:1.16}.blog-card p{color:#f5eee7b8;margin-top:.8rem;font-size:.79rem;line-height:1.75}.blog-card-link{color:#f6e0cb;align-self:flex-start;align-items:center;gap:.55rem;margin-top:1.15rem;font-size:.75rem;font-weight:700;display:inline-flex}.blog-card-arrow{width:1.9rem;height:1.9rem;transition:transform .35s var(--ease-hover), background .35s var(--ease-hover), color .35s var(--ease-hover);border:1px solid #f5eee757;border-radius:50%;place-items:center;font-size:.8rem;display:grid}@media (hover:hover) and (pointer:fine){.blog-card:hover{transform:translateY(-.4rem);box-shadow:0 1.5rem 3.5rem #4a352740}.blog-card:hover .blog-card-image{transform:scale(1.055)}.blog-card:hover .blog-card-arrow{background:var(--accent);border-color:var(--accent);color:#21130f;transform:translate(2px,-2px)}}@media (width<=619px){.blog-card{min-height:27rem}}@media (prefers-reduced-motion:reduce){.blog-card,.blog-card-image,.blog-card-arrow{transition:none}}.article-page{color:#251914;background-color:#ede1d2;background-image:linear-gradient(#4a35270d 1px,#0000 1px),linear-gradient(90deg,#4a35270d 1px,#0000 1px),radial-gradient(circle at 80% 10%,#d8874f2e,#0000 30rem);background-size:4.5rem 4.5rem,4.5rem 4.5rem,auto;min-height:100dvh;overflow:hidden}.article-shell{padding:8rem 1.25rem 6rem}.article-back{color:#5c4030;align-items:center;gap:.6rem;font-size:.82rem;font-weight:700;display:inline-flex}.article-back .icon{width:1.2rem;height:1.2rem;transition:transform .35s var(--ease-hover)}.article-back:hover .icon{transform:translate(-.2rem)}.article-hero{background:#fffdfaf0;border-radius:1.5rem;grid-template-columns:1fr;max-width:74rem;margin:1.5rem auto 0;display:grid;overflow:hidden;box-shadow:0 1.2rem 3.5rem #4a352724}.article-hero-copy{flex-direction:column;justify-content:flex-end;min-height:20rem;padding:2rem;display:flex}.article-meta{color:#9a6b4d;gap:.9rem;margin-bottom:1.4rem;font-size:.72rem;font-weight:700;display:flex}.article-meta span+span{color:#8b776a}.article-hero h1{letter-spacing:-.055em;max-width:15ch;font-size:clamp(2.15rem,3.5vw,4.1rem);font-weight:500;line-height:1.1}.article-hero-copy>p{color:#715c4e;max-width:37rem;margin-top:1.25rem;font-size:clamp(.92rem,1.15vw,1.02rem);line-height:1.8}.article-hero-image-wrap{min-height:17rem}.article-hero-image{object-fit:cover;width:100%;height:100%;display:block}.article-body{max-width:47rem;margin:0 auto;padding:clamp(3.5rem,8vw,7rem) 0 1rem}.article-body p{color:#5c493e;font-size:clamp(1.05rem,1.55vw,1.3rem);line-height:2}.article-body p+p{margin-top:1.5rem}.article-body .article-lead{color:#2b1c15;font-size:clamp(1.28rem,2vw,1.75rem);line-height:1.8}.article-signoff{color:#a26d49;font-family:var(--font-brand,serif);letter-spacing:.16em;margin-top:3.5rem;font-size:.95rem}.article-not-found{text-align:center;place-content:center;gap:1rem;min-height:75dvh;font-size:1.15rem;display:grid}.article-not-found a{color:#8f562f;font-weight:700}@media (width>=700px){.article-shell{padding-inline:2rem}}@media (width>=900px){.article-shell{padding-top:9rem}.article-hero{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.article-hero-copy{min-height:30rem;padding:clamp(2.5rem,4vw,4.5rem)}.article-hero-image-wrap{min-height:30rem}}@media (prefers-reduced-motion:reduce){.article-back .icon{transition:none}}footer{background:var(--background);color:var(--foreground);position:relative;overflow:hidden}.footer-landscape{z-index:1;pointer-events:none;background:0 0;width:100%;margin-top:-25vw;position:relative;overflow:visible}.footer-landscape img{width:100%;height:auto;display:block}.footer-landscape:after{background:linear-gradient(to top, var(--background) 0%, #110e0d99 15%, #110e0d2e 33%, transparent 56%);content:"";pointer-events:none;position:absolute;inset:0}footer .shell{z-index:10;padding:5rem 1.25rem 2.5rem;position:relative}@media (width>=640px){footer .shell{padding-inline:2rem}}@media (width>=1024px){footer .shell{padding-top:6rem}}.footer-cta{border-bottom:1px solid #ffffff1a;flex-direction:column;gap:2rem;padding-bottom:4rem;display:flex}@media (width>=1024px){.footer-cta{flex-direction:row;justify-content:space-between;align-items:flex-end}}.footer-h2{letter-spacing:-.02em;max-width:22ch;font-size:2.25rem;font-weight:600}@media (width>=640px){.footer-h2{font-size:3rem}}@media (width>=768px){.footer-h2{font-size:3.75rem}}@media (width>=1200px){.footer-h2{max-width:none;font-size:clamp(3rem,3.45vw,3.75rem)}.footer-h2 .line{white-space:nowrap}}.footer-cols{grid-template-columns:1fr;gap:3rem;padding:4rem 0 1.5rem;display:grid}@media (width>=768px){.footer-cols{grid-template-columns:1fr 1fr}}@media (width>=1024px){.footer-cols{grid-template-columns:repeat(4,1fr)}}.footer-brand .brand-mark-word{height:2.25rem}.footer-tagline{max-width:20rem;color:var(--muted);margin-top:1.25rem;font-size:.875rem}.footer-contact{max-width:20rem;color:var(--subtle);margin-top:.625rem;font-size:.8125rem;line-height:1.6}.footer-contact a{color:#f5eee7bf}.footer-contact a:hover{color:var(--foreground)}.footer-contact .sep{color:var(--subtle);margin-inline:.5rem}.footer-col-title{color:var(--subtle);margin-bottom:1rem;font-size:.75rem}.footer-col ul{flex-direction:column;gap:.75rem;display:flex}.footer-col a{font-size:.875rem}.footer-legal{border-top:1px solid var(--line);color:var(--subtle);flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.75rem;display:flex}@media (width>=640px){.footer-legal{flex-direction:row}}.footer-legal-links{gap:1.5rem;display:flex}.footer-watermark{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.055;justify-content:center;align-items:center;width:100%;padding:1.25rem 1rem 1.75rem;display:flex}.footer-watermark .brand-mark-word{width:min(54vw,52rem);height:auto}@media (width<=639px){.footer-watermark{padding-top:1rem;padding-bottom:1.25rem}.footer-watermark .brand-mark-word{width:min(78vw,24rem)}}.floating-whatsapp{z-index:110;inset-inline-start:max(1rem, env(safe-area-inset-left));bottom:max(1rem, env(safe-area-inset-bottom));color:#fff;width:3.65rem;height:3.65rem;transition:transform .3s var(--ease-hover), background .3s var(--ease-hover);background:#25d366;border:0;border-radius:50%;place-items:center;font-size:2.05rem;display:grid;position:fixed;box-shadow:0 .85rem 2rem #0c623047,inset 0 1px #ffffff47}.floating-whatsapp:after{border-radius:inherit;content:"";pointer-events:none;animation:2.8s ease-out infinite whatsapp-pulse;position:absolute;inset:0;box-shadow:0 0 #25d36694}.floating-whatsapp .icon{z-index:1;width:1em;height:1em;position:relative}@keyframes whatsapp-pulse{0%,70%,to{box-shadow:0 0 #25d36600}84%{box-shadow:0 0 0 .72rem #25d36638}}@media (hover:hover) and (pointer:fine){.floating-whatsapp:hover{background:#1fbd5c;transform:translateY(-4px)scale(1.04)}}
