:root{--teal:#10241b;--teal-soft:#1a3628;--teal-deep:#0a1912;--teal-line:#ffffff24;--teal-muted:#e6e3d6ad;--paper:#f7f4ec;--paper-dim:#efeadd;--surface:#fffdf7;--line:#1e241e1f;--ink:#1b201b;--ink-soft:#5d6156;--orange:#1d7009;--orange-deep:#1f8f57;--orange-tint:#e2f5ea;--brass:#238a08;--brass-soft:#238a0873;--brass-faint:#238a0838;--font-display:"Fraunces", "Georgia", serif;--font-body:"Instrument Sans", "Inter", -apple-system, sans-serif;--ease:cubic-bezier(.16, 1, .3, 1);--fast:.25s ease;--normal:.55s var(--ease);--radius-sm:8px;--radius-md:16px;--radius-lg:26px;--radius-pill:999px;--radius-arch:28px;--shadow-sm:0 2px 14px #2622140f;--shadow-md:0 16px 38px #2622141c;--shadow-lg:0 30px 70px #18160c33;--container:1320px;--header-h:84px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--brass) #0a1912}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:#0a1912;border-left:1px solid #ffffff0f}::-webkit-scrollbar-thumb{background:linear-gradient(180deg, #238a08bf, var(--brass));transition:background var(--fast), box-shadow var(--fast);border:2px solid #0a1912;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#37cb10,#238a08);box-shadow:0 0 10px #238a08b3}::-webkit-scrollbar-thumb:active{background:#2ea30b}::-webkit-scrollbar-corner{background:#0a1912}body{font-family:var(--font-body);background-color:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}input,textarea{font-family:var(--font-body)}::selection{background:var(--orange);color:#fff}.app-container{overflow-x:clip}.container{max-width:var(--container);width:100%;margin:0 auto;padding:0 clamp(1.4rem,4vw,3rem)}.section{padding:clamp(4rem,8vw,7.5rem) 0}.section-tight{padding:clamp(2.4rem,5vw,4.5rem) 0}.text-center{text-align:center}.bg-teal{background:var(--teal);color:#fff;background-image:radial-gradient(120% 90% at 85% -10%,#34c07b12,#0000 55%)}.bg-teal h1,.bg-teal h2,.bg-teal h3,.bg-teal h4{color:#fff}.bg-teal p,.bg-teal .text-muted{color:var(--teal-muted)}.bg-paper{background:var(--paper)}.bg-surface{background:var(--surface)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-optical-sizing:auto;color:var(--ink);letter-spacing:-.015em;font-weight:400;line-height:1.06}em,.italic{font-style:italic;font-weight:400}h1 em,h2 em,.display-1 em,.display-2 em,.bg-teal h1 em,.bg-teal h2 em{color:var(--brass)}p{color:var(--ink)}.text-primary{color:var(--orange)}.text-muted{color:var(--ink-soft)}.text-large{font-size:1.14rem}.text-on-dark{color:#fff}.eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.24em;color:var(--orange);align-items:center;gap:.85rem;margin-bottom:1.3rem;font-size:.72rem;font-weight:600;display:inline-flex}.bg-teal .eyebrow,.page-hero .eyebrow,.footer .eyebrow,.contact-split-dark .eyebrow{color:var(--brass)}.eyebrow:before{content:"";opacity:.85;background:currentColor;flex-shrink:0;width:30px;height:1px}.eyebrow.center:before{display:none}.tag-num{font-family:var(--font-display);letter-spacing:.06em;color:var(--orange);font-size:1rem;font-style:italic;font-weight:500}.display-1{font-size:clamp(2.8rem,6vw,5rem)}.display-2{font-size:clamp(2.1rem,4.4vw,3.3rem)}.display-3{font-size:clamp(1.6rem,2.8vw,2.1rem)}.section-head{max-width:640px;margin-bottom:clamp(2.4rem,5vw,4rem)}.section-head.center{text-align:center;max-width:680px;margin-left:auto;margin-right:auto}.btn{border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.16em;white-space:nowrap;transition:transform var(--fast), box-shadow var(--fast), background-color var(--fast), color var(--fast), border-color var(--fast);justify-content:center;align-items:center;gap:.6rem;padding:1rem 2.1rem;font-size:.78rem;font-weight:600;display:inline-flex}.btn .icon{transition:transform var(--fast)}.btn:hover .icon{transform:translate(2px,-2px)}.btn-light{background-color:var(--paper);color:var(--teal)}.btn-light:hover{background-color:var(--orange);color:#fff;transform:translateY(-2px);box-shadow:0 10px 30px #34c07b40}.btn-outline-onDark{border:1px solid var(--teal-line);color:#fff}.btn-outline-onDark:hover{border-color:var(--brass);color:var(--brass);background:#34c07b12;transform:translateY(-2px)}.btn-outline-onLight{border:1px solid var(--line);color:var(--ink)}.btn-outline-onLight:hover{border-color:var(--teal);background:var(--teal);color:#fff;transform:translateY(-2px)}.btn-dark{background-color:var(--teal);color:var(--paper)}.btn-dark:hover{background-color:var(--teal-deep);color:var(--brass);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-brass{background-color:var(--brass);color:#fff}.btn-brass:hover{background-color:var(--orange);transform:translateY(-2px);box-shadow:0 10px 30px #34c07b4d}.btn-block{width:100%}.link-arrow{text-transform:uppercase;letter-spacing:.18em;color:var(--orange);transition:border-color var(--fast), color var(--fast);border-bottom:1px solid #0000;align-items:center;gap:.5rem;padding-bottom:2px;font-size:.76rem;font-weight:600;display:inline-flex}.link-arrow:hover{border-color:var(--orange);color:var(--orange-deep)}.site-header{z-index:1000;border-bottom:1px solid #0000;width:100%;transition:background-color .35s,border-color .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s;position:fixed;top:0;left:0}.site-header.scrolled{-webkit-backdrop-filter:blur(14px);background:#0a1912e0;border-bottom-color:#34c07b24}.site-header-inner{height:var(--header-h);justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.header-logo{align-items:center;height:30px;display:flex}.header-logo img{width:auto;height:100%}.header-actions{align-items:center;gap:1.6rem;display:flex}.header-lang{letter-spacing:.14em;color:var(--teal-muted);align-items:center;gap:.4rem;font-size:.74rem;font-weight:600;display:flex}.header-lang button{color:inherit;font:inherit;letter-spacing:inherit;transition:color var(--fast);padding:.2rem .1rem}.header-lang button:hover,.header-lang button.active{color:var(--brass)}.header-lang .sep{color:var(--teal-line)}.header-cta{letter-spacing:.08em;background-color:var(--brass);color:#fff;border:1px solid var(--brass);border-radius:var(--radius-pill);transition:background-color var(--fast), border-color var(--fast), box-shadow var(--fast), transform var(--fast);padding:.68rem 1.45rem;font-size:.72rem;font-weight:600;box-shadow:0 2px 12px #238a0859}.header-cta:hover{background-color:var(--orange);border-color:var(--orange);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #34c07b80}@media (width<=700px){.header-cta{display:none}}.menu-toggle{color:#fff;text-transform:uppercase;letter-spacing:.22em;align-items:center;gap:.7rem;font-size:.72rem;font-weight:600;display:inline-flex}.menu-toggle .lines{width:26px;height:12px;position:relative}.menu-toggle .lines:before,.menu-toggle .lines:after{content:"";width:100%;height:1.5px;transition:transform .4s var(--ease), top .4s var(--ease);background:currentColor;position:absolute;left:0}.menu-toggle .lines:before{top:0}.menu-toggle .lines:after{top:10px}.menu-toggle:hover{color:var(--brass)}.menu-toggle.open .lines:before{top:5px;transform:rotate(45deg)}.menu-toggle.open .lines:after{top:5px;transform:rotate(-45deg)}.menu-close{height:var(--header-h);z-index:10;position:fixed;top:0;right:clamp(1.4rem,4vw,3rem)}.menu-overlay{z-index:1200;background:var(--teal-deep);background-image:radial-gradient(90% 70% at 80% 0,#34c07b1a,#0000 60%);flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.menu-overlay-inner{padding-top:calc(var(--header-h) + 2rem);flex:1;grid-template-columns:1fr .65fr;align-content:center;gap:clamp(2rem,6vw,5rem);padding-bottom:3rem;display:grid}@media (width<=860px){.menu-overlay-inner{grid-template-columns:1fr;align-content:start}}.menu-nav{flex-direction:column;max-width:480px;display:flex}.menu-link{font-family:var(--font-display);color:var(--teal-muted);transition:color var(--fast), padding-left .4s var(--ease);border-bottom:1px solid #34c07b1f;grid-template-columns:2.2rem 1fr auto;align-items:center;gap:1rem;padding:clamp(.65rem,1.6vw,1rem) 0;font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:400;line-height:1.1;display:grid}.menu-link .num{font-family:var(--font-body);letter-spacing:.14em;color:var(--brass);opacity:.7;transition:opacity var(--fast);font-size:.68rem;font-weight:600}.menu-link .arrow{color:var(--brass);opacity:0;transition:opacity var(--fast), transform var(--fast);transform:translate(-4px,4px)}.menu-link:hover,.menu-link.active{color:#fff;padding-left:.5rem;font-style:italic}.menu-link:hover .num,.menu-link.active .num{opacity:1}.menu-link:hover .arrow,.menu-link.active .arrow{opacity:1;transform:translate(0)}.menu-aside{flex-direction:column;justify-content:center;gap:2.2rem;display:flex}.menu-aside .eyebrow{color:var(--brass);margin-bottom:.8rem}.menu-aside-block p,.menu-aside-block a{color:var(--teal-muted);transition:color var(--fast);font-size:.98rem;line-height:1.9;display:block}.menu-aside-block a:hover{color:var(--brass)}.menu-social{gap:.65rem;display:flex}.menu-social a{border:1px solid var(--teal-line);color:#fff;width:40px;height:40px;transition:background var(--fast), border-color var(--fast), color var(--fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.menu-social a:hover{background:var(--orange);border-color:var(--orange);color:#fff}.marquee{background:var(--teal-deep);border-top:1px solid #34c07b1f;border-bottom:1px solid #34c07b1f;padding:.95rem 0;overflow:hidden}.marquee-track{width:max-content;animation:32s linear infinite marquee-scroll;display:flex}.marquee-item{font-family:var(--font-display);color:var(--teal-muted);white-space:nowrap;align-items:center;gap:1.5rem;padding:0 1.7rem;font-size:1.02rem;font-style:italic;font-weight:400;display:flex}.marquee-item .dot{color:var(--brass);font-size:.7rem;font-style:normal}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.partners-section{background:var(--paper);border-top:1px solid #1b201b12;padding:clamp(3rem,4.5vw,4.2rem) 0 clamp(2.8rem,4vw,3.8rem);position:relative;overflow:hidden}.partners-header{text-align:center;max-width:600px;margin:0 auto clamp(1.6rem,3vw,2.4rem)}.partners-badge{border-radius:var(--radius-pill);letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft);background:#1b201b0a;border:1px solid #1b201b14;align-items:center;gap:.5rem;margin-bottom:.65rem;padding:.32rem .85rem;font-size:.7rem;font-weight:600;display:inline-flex}.partners-badge-dot{background:var(--orange);border-radius:50%;width:5px;height:5px}.partners-title{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;margin:0;font-size:clamp(1.2rem,2vw,1.55rem);font-style:italic;font-weight:400;line-height:1.35}.partners-marquee{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);width:100%;padding:1rem 0 1.5rem;position:relative;overflow:hidden;mask-image:linear-gradient(90deg,#0000 0%,#000 10%,#000001 90%,#0000 100%)}.partners-track{will-change:transform;align-items:center;width:max-content;animation:42s linear infinite marquee-scroll;display:flex}.partners-track:hover{animation-play-state:paused}.partner-item{opacity:.84;min-width:85px;max-width:150px;height:52px;transition:opacity .35s var(--ease), transform .35s var(--ease);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;margin:0 clamp(1.5rem,2.6vw,2.8rem);display:inline-flex;position:relative}.partner-item:hover{opacity:1;transform:translateY(-5px)}.partner-item img{object-fit:contain;z-index:1;width:auto;max-width:130px;height:auto;max-height:38px;transition:transform .35s var(--ease), filter .35s var(--ease);display:block;position:relative}.partner-item:hover img{filter:drop-shadow(0 4px 8px #238a08a6)drop-shadow(0 10px 20px #34c07b80);transform:scale(1.08)}.partners-section.partners-dark{background:var(--teal);border-top:1px solid var(--teal-line)}.partners-dark .partners-badge{color:var(--teal-muted);background:#ffffff0f;border-color:#ffffff1f}.partners-dark .partners-title{color:#fff}.partners-dark .partner-item{opacity:.65}.partners-dark .partner-item:hover{opacity:1}.hero-editorial{background:var(--teal);padding-top:calc(var(--header-h) + clamp(2.5rem, 6vw, 5rem));background-image:radial-gradient(90% 70% at 78% 0,#34c07b1f,#0000 60%),radial-gradient(60% 50% at 10% 100%,#0a1912e6,#0000 70%);padding-bottom:clamp(3rem,6vw,5rem);position:relative;overflow:hidden}.hero-ed-mark{width:clamp(14rem,24vw,24rem);height:auto;color:var(--brass-faint);pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;top:10%;left:44%}@media (width<=960px){.hero-ed-mark{display:none}}.hero-ed-grid{z-index:1;grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(2.5rem,6vw,5.5rem);display:grid;position:relative}@media (width<=900px){.hero-ed-grid{grid-template-columns:1fr}}.hero-ed-title{color:#fff;margin-bottom:1.6rem;font-size:clamp(3.2rem,7.5vw,6.6rem);font-weight:360;line-height:1}.hero-ed-title .line{display:block}.hero-ed-title .accent{color:var(--brass);font-style:italic}.hero-ed-sub{color:var(--teal-muted);max-width:520px;margin-bottom:2.4rem;font-size:1.12rem;line-height:1.8}.hero-ed-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-ed-visual{justify-self:end;width:100%;max-width:440px;position:relative}@media (width<=900px){.hero-ed-visual{justify-self:start;max-width:380px}}.hero-ed-photo{border-radius:var(--radius-arch);aspect-ratio:4/5;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.hero-ed-photo:after{content:"";pointer-events:none;z-index:2;border:1px solid #34c07b80;border-radius:18px;position:absolute;inset:12px}.hero-ed-photo img{object-fit:cover;width:100%;height:100%}.hero-ed-badge{z-index:3;background:var(--teal-deep);border-radius:var(--radius-md);border:1px solid var(--teal-line);box-shadow:var(--shadow-lg);align-items:center;gap:.9rem;padding:1rem 1.4rem;display:flex;position:absolute;bottom:2.4rem;left:-2.2rem}@media (width<=900px){.hero-ed-badge{left:auto;right:-.6rem}}.hero-ed-badge .num{font-family:var(--font-display);color:var(--brass);font-size:2rem;font-style:italic;font-weight:500;line-height:1}.hero-ed-badge .label{color:var(--teal-muted);max-width:12ch;font-size:.74rem;font-weight:500;line-height:1.35}.about-ed-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:clamp(2.5rem,6vw,6rem);display:grid}@media (width<=860px){.about-ed-grid{grid-template-columns:1fr}}.about-ed-left{top:calc(var(--header-h) + 2rem);position:sticky}@media (width<=860px){.about-ed-left{position:static}}.about-ed-right p{color:var(--ink-soft);font-size:1.16rem;line-height:1.9}.about-ed-right p+p{margin-top:1.6rem}.about-ed-right p:first-of-type:first-letter{font-family:var(--font-display);color:var(--brass)}.team-band{text-align:center}.team-band .display-2{max-width:620px;margin:0 auto 1rem}.team-band p{max-width:560px;color:var(--ink-soft);margin:0 auto}.team-collage{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:clamp(1rem,2.5vw,2rem);margin-top:clamp(2.5rem,5vw,4rem);display:grid}@media (width<=760px){.team-collage{grid-template-columns:1fr;align-items:stretch}}.team-collage figure{border-radius:var(--radius-arch);aspect-ratio:16/11;margin:0;overflow:hidden}.team-collage figure img{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--ease)}.team-collage figure:hover img{transform:scale(1.05)}.service-index{position:relative}.service-row{border-top:1px solid var(--line);color:var(--ink);transition:padding-left .4s var(--ease);grid-template-columns:4.5rem 1fr auto;align-items:center;gap:1.5rem;padding:clamp(1.3rem,2.6vw,2rem) 0;display:grid}.service-index .service-row:last-of-type{border-bottom:1px solid var(--line)}.service-row-num{font-family:var(--font-body);letter-spacing:.2em;color:var(--orange);font-size:.74rem;font-weight:600}.service-row-title{font-family:var(--font-display);transition:color var(--fast), font-style 0s;font-size:clamp(1.4rem,3vw,2.3rem);font-weight:400;line-height:1.15}.service-row-arrow{color:var(--orange);opacity:0;transition:opacity var(--fast), transform var(--fast);transform:translate(-6px,6px)}.service-row:hover{padding-left:.8rem}.service-row:hover .service-row-title{color:var(--orange);font-style:italic}.service-row:hover .service-row-arrow{opacity:1;transform:translate(0)}.service-index.on-dark .service-row{border-color:var(--teal-line);color:#fff}.service-index.on-dark .service-row-num,.service-index.on-dark .service-row:hover .service-row-title,.service-index.on-dark .service-row-arrow{color:var(--brass)}.service-preview{aspect-ratio:4/5;border-radius:var(--radius-arch);pointer-events:none;z-index:5;width:240px;box-shadow:var(--shadow-lg);position:absolute;top:0;right:clamp(1rem,8vw,8rem);overflow:hidden}.service-preview img{object-fit:cover;width:100%;height:100%}@media (width<=1100px),(hover:none){.service-preview{display:none}}.editorial-services-section{background:var(--paper);position:relative}.editorial-services-header{grid-template-columns:1.25fr .85fr;align-items:flex-end;gap:clamp(1.8rem,4vw,3.5rem);margin-bottom:clamp(2.4rem,4vw,3.8rem);display:grid}@media (width<=960px){.editorial-services-header{grid-template-columns:1fr;gap:1.2rem}}.eyebrow-badge-wrap{flex-wrap:wrap;align-items:center;gap:.9rem;margin-bottom:.8rem;display:flex}.editorial-badge-pill{letter-spacing:.12em;text-transform:uppercase;color:var(--teal-deep);background:var(--orange-tint);border-radius:var(--radius-pill);border:1px solid #34c07b59;align-items:center;gap:.45rem;margin-top:-20px;padding:.25rem .75rem;font-size:.72rem;font-weight:600;display:inline-flex}.editorial-badge-pill .live-dot{background:var(--orange);width:6px;height:6px;box-shadow:0 0 8px var(--orange);border-radius:50%}.editorial-services-title{font-family:var(--font-display);color:var(--ink);font-size:clamp(2.2rem,4.2vw,3.6rem);line-height:1.15}.editorial-services-title em{color:var(--orange-deep);font-style:italic}.editorial-services-header-right{flex-direction:column;gap:1.1rem;display:flex}.editorial-services-lead{color:var(--ink-soft);max-width:520px;font-size:1.05rem;line-height:1.75}.editorial-explore-all{color:var(--orange-deep);font-weight:600}.editorial-filter-bar{margin-bottom:clamp(1.8rem,3vw,2.5rem)}.editorial-filter-pills{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:.5rem;padding-bottom:.8rem;display:flex}.editorial-filter-pill{border-radius:var(--radius-pill);color:var(--ink-soft);cursor:pointer;z-index:1;background:0 0;border:none;align-items:center;gap:.6rem;padding:.55rem 1.15rem;font-size:.84rem;font-weight:500;transition:color .25s;display:inline-flex;position:relative}.editorial-filter-pill:hover{color:var(--ink)}.editorial-filter-pill.active{color:var(--ink);font-weight:600}.editorial-pill-indicator{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-pill);box-shadow:var(--shadow-sm);z-index:-1;position:absolute;inset:0}.editorial-pill-count{border-radius:var(--radius-pill);background:var(--paper-dim);color:var(--ink-soft);padding:.15rem .5rem;font-size:.72rem;font-weight:600;transition:all .25s}.editorial-filter-pill.active .editorial-pill-count{background:var(--orange-tint);color:var(--orange-deep)}.editorial-stage-grid{grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr);align-items:stretch;gap:clamp(2rem,4vw,3.8rem);padding-bottom:clamp(14rem,28vh,24rem);display:grid}@media (width<=960px){.editorial-stage-grid{grid-template-columns:1fr;padding-bottom:0}}.editorial-index-column{width:100%;min-width:0}.editorial-rows-list{flex-direction:column;display:flex}.editorial-row-wrap{border-top:1px solid var(--line);transition:border-color .25s;position:relative}.editorial-row-wrap:last-child{border-bottom:1px solid var(--line)}.editorial-row-header{border-radius:var(--radius-md);color:var(--ink);grid-template-columns:3.4rem 2.8rem 1fr auto;align-items:center;gap:clamp(.7rem,1.6vw,1.2rem);padding:1.15rem 1rem;transition:background-color .25s;display:grid;position:relative}@media (width<=580px){.editorial-row-header{grid-template-columns:2.6rem 2.4rem 1fr auto;gap:.6rem;padding:1rem .4rem}}.editorial-row-active-bg{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:0;pointer-events:none;position:absolute;inset:0}.editorial-row-num{z-index:1;flex-direction:column;line-height:1;display:flex;position:relative}.editorial-row-num .num-prefix{text-transform:uppercase;letter-spacing:.15em;color:var(--ink-soft);font-size:.62rem;font-weight:600}.editorial-row-num .num-val{font-family:var(--font-display);color:var(--ink);font-size:1.15rem;font-weight:700;transition:color .25s}.editorial-row-icon-frame{z-index:1;background:var(--paper-dim);width:38px;height:38px;color:var(--orange-deep);transition:all .3s var(--ease);border-radius:10px;justify-content:center;align-items:center;padding:6px;display:flex;position:relative}@media (width<=580px){.editorial-row-icon-frame{width:32px;height:32px;padding:4px}}.editorial-row-main{z-index:1;flex-direction:column;gap:.4rem;min-width:0;display:flex;position:relative}.editorial-row-title{font-family:var(--font-display);color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:clamp(1.18rem,2vw,1.48rem);font-weight:500;line-height:1.25;transition:color .25s;overflow:hidden}.editorial-row-chips{flex-wrap:nowrap;align-items:center;gap:.35rem;display:flex;overflow:hidden}.editorial-row-chip{border-radius:var(--radius-pill);background:var(--paper-dim);color:var(--ink-soft);white-space:nowrap;padding:.16rem .58rem;font-size:.72rem;font-weight:500;transition:all .25s}.editorial-row-chip.more{border:1px dashed var(--line);color:var(--ink-soft);background:0 0}.editorial-row-action{z-index:1;position:relative}.editorial-arrow-btn{border:1px solid var(--line);background:var(--paper);width:38px;height:38px;color:var(--ink-soft);transition:all .35s var(--ease);border-radius:50%;justify-content:center;align-items:center;display:flex}.editorial-row-wrap.is-selected .editorial-row-num .num-val{color:var(--orange-deep)}.editorial-row-wrap.is-selected .editorial-row-icon-frame{background:var(--orange-tint);color:var(--orange-deep)}.editorial-row-wrap.is-selected .editorial-row-title{color:var(--teal-deep);font-style:italic}.editorial-row-wrap.is-selected .editorial-row-chip{background:var(--surface);color:var(--teal-deep);border:1px solid #34c07b40}.editorial-row-wrap.is-selected .editorial-arrow-btn{background:var(--teal);color:#fff;border-color:var(--teal);transform:rotate(45deg)}.editorial-row-mobile-drawer{display:none}@media (width<=960px){.editorial-row-mobile-drawer{display:block;overflow:hidden}}.editorial-mobile-drawer-inner{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:.95rem;margin:.85rem .5rem 1.25rem;padding:1.25rem 1.15rem 1.5rem;display:flex}.editorial-mobile-photo{aspect-ratio:16/9;border-radius:var(--radius-sm);width:100%;overflow:hidden}.editorial-mobile-photo img{object-fit:cover;width:100%;height:100%}.editorial-mobile-desc{color:var(--ink-soft);font-size:.88rem;line-height:1.65}.editorial-mobile-cta{justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.2rem;font-size:.9rem;font-weight:600;display:inline-flex}.editorial-spotlight-column{width:100%;min-width:0;height:100%;display:block}@media (width<=960px){.editorial-spotlight-column{display:none}}.editorial-spotlight-sticky{top:calc(var(--header-h) + 1.5rem);width:100%;position:sticky}.editorial-spotlight-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-arch);box-shadow:var(--shadow-md);max-height:calc(100vh - var(--header-h) - 3rem);scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box;width:100%;position:relative;overflow:hidden auto}.editorial-spotlight-card::-webkit-scrollbar{display:none}.editorial-watermark-num{font-family:var(--font-display);color:#0000;-webkit-text-stroke:1.5px #34c07b29;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;font-size:13rem;font-weight:700;line-height:.8;position:absolute;bottom:-1rem;right:-.8rem}.editorial-spotlight-visual{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.editorial-spotlight-img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease)}.editorial-spotlight-card:hover .editorial-spotlight-img{transform:scale(1.04)}.editorial-spotlight-overlay{background:linear-gradient(#10241b0d 0%,#10241b94 100%);position:absolute;inset:0}.editorial-spotlight-badge{z-index:2;-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-pill);background:#fffffff0;border:1px solid #fff9;align-items:center;gap:.75rem;padding:.45rem .9rem;display:flex;position:absolute;bottom:1.1rem;left:1.2rem;box-shadow:0 4px 18px #00000026}.editorial-spotlight-badge .badge-icon{width:22px;height:22px;color:var(--orange-deep);justify-content:center;align-items:center;display:flex}.editorial-spotlight-badge .badge-text{flex-direction:column;line-height:1.1;display:flex}.editorial-spotlight-badge .badge-kicker{letter-spacing:.14em;color:var(--ink-soft);font-size:.58rem;font-weight:700}.editorial-spotlight-badge .badge-division{color:var(--teal-deep);font-size:.76rem;font-weight:700;font-family:var(--font-display)}.editorial-spotlight-body{z-index:1;flex-direction:column;gap:1rem;padding:clamp(1.5rem,2.2vw,2rem);display:flex;position:relative}.editorial-spotlight-meta{flex-direction:column;gap:.3rem;display:flex}.editorial-spotlight-tag{text-transform:uppercase;letter-spacing:.16em;color:var(--orange-deep);align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;display:inline-flex}.editorial-spotlight-tag .sparkle-icon{color:var(--orange)}.editorial-spotlight-title{font-family:var(--font-display);color:var(--ink);font-size:clamp(1.35rem,1.8vw,1.7rem);font-weight:400;line-height:1.25}.editorial-spotlight-desc{color:var(--ink-soft);font-size:.91rem;line-height:1.7}.editorial-spotlight-highlights{border-top:1px solid var(--line);padding-top:.75rem}.highlights-caption{text-transform:uppercase;letter-spacing:.14em;color:var(--ink);margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.highlights-list{flex-direction:column;gap:.45rem;display:flex}.highlight-item{color:var(--ink);align-items:flex-start;gap:.55rem;font-size:.85rem;line-height:1.4;display:flex}.highlight-item .check-icon{color:var(--orange);flex-shrink:0;margin-top:2px}.editorial-spotlight-action{margin-top:.4rem}.editorial-spotlight-btn{border-radius:var(--radius-md);white-space:normal;text-align:left;letter-spacing:.08em;background:var(--teal);color:#fff;box-sizing:border-box;width:100%;min-width:0;transition:all .3s var(--ease);justify-content:space-between;align-items:center;gap:.85rem;padding:.85rem 1.25rem;font-weight:600;display:flex}.editorial-spotlight-btn-text,.editorial-spotlight-btn>span:first-child{white-space:normal;word-break:normal;overflow-wrap:break-word;text-align:left;flex:auto;min-width:0;line-height:1.35}.editorial-spotlight-btn:hover{background:var(--teal-soft);box-shadow:var(--shadow-md)}.editorial-spotlight-btn .btn-arrow-wrap{background:#ffffff29;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .3s,background .3s;display:flex}.editorial-spotlight-btn:hover .btn-arrow-wrap{background:var(--orange);transform:translate(3px,-3px)}.editorial-mobile-cta{white-space:normal;text-align:center;word-break:normal;overflow-wrap:break-word;width:100%;line-height:1.35}.service-tiles{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}@media (width<=900px){.service-tiles{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.service-tiles{grid-template-columns:1fr}}.service-tile{background:var(--surface);color:var(--ink);min-height:190px;transition:background var(--fast), color var(--fast);flex-direction:column;gap:.9rem;padding:clamp(1.6rem,2.4vw,2.2rem) clamp(1.4rem,2vw,1.8rem);display:flex;position:relative}.service-tile-icon{width:34px;height:34px;color:var(--orange);transition:color var(--fast)}.service-tile-num{letter-spacing:.18em;color:var(--ink-soft);transition:color var(--fast);font-size:.7rem;font-weight:600}.service-tile-title{font-family:var(--font-display);margin-top:auto;font-size:1.18rem;line-height:1.25}.service-tile-arrow{color:var(--orange);opacity:0;transition:opacity var(--fast), transform var(--fast);position:absolute;top:1.4rem;right:1.4rem;transform:translate(-4px,4px)}.service-tile:hover{background:var(--teal);color:#fff}.service-tile:hover .service-tile-icon{color:var(--brass)}.service-tile:hover .service-tile-num{color:var(--teal-muted)}.service-tile:hover .service-tile-title{font-style:italic}.service-tile:hover .service-tile-arrow{opacity:1;color:var(--brass);transform:translate(0)}.values-dark-row{grid-template-columns:repeat(3,1fr);gap:clamp(1.8rem,3.5vw,3rem);display:grid}@media (width<=860px){.values-dark-row{grid-template-columns:1fr}}.value-col{border-left:1px solid var(--teal-line);flex-direction:column;padding-left:1.6rem;display:flex;position:relative}.value-col:before{content:"";background:var(--brass);width:1px;height:56px;position:absolute;top:0;left:-1px}.value-col .tag-num{color:var(--brass);margin-bottom:.6rem}.value-col h3{color:#fff;margin-bottom:.7rem;font-size:1.4rem}.value-col p{color:var(--teal-muted);flex:1;margin-bottom:0}.quote-band{background-position:15% 72%;background-size:cover;align-items:center;min-height:60vh;display:flex;position:relative;overflow:hidden}.quote-band:before{content:"";background:linear-gradient(90deg,#08140ee0 0%,#08140e8c 45%,#08140e1a 85%),linear-gradient(#0000 45%,#08140eeb 95%);position:absolute;inset:0}.quote-band-inner{z-index:2;width:100%;padding:clamp(3.5rem,6vw,6rem) 0;position:relative}.quote-band blockquote{font-family:var(--font-display);color:#fff;text-shadow:0 3px 20px #0009;max-width:620px;margin-left:auto;font-size:clamp(1.8rem,3.2vw,2.75rem);font-style:italic;font-weight:500;line-height:1.35;position:relative}.quote-band .quote-text{display:inline;position:relative}.quote-band .quote-text:before{content:"“";color:var(--brass);vertical-align:-.08em;margin-right:.12em;font-size:1.25em;line-height:0}.quote-band .quote-text:after{content:"”";color:var(--brass);vertical-align:-.16em;margin-left:.12em;font-size:1.25em;line-height:0}.quote-band cite{color:var(--brass);font-size:.78rem;font-style:normal;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;align-items:center;gap:.65rem;margin-top:1.4rem;font-weight:600;display:flex}.quote-band cite:before{content:"";background:var(--brass);opacity:.85;width:24px;height:1.5px;display:inline-block}@media (width<=900px){.quote-band{align-items:flex-start}.quote-band-inner{padding-top:12vh}.quote-band:before{background:linear-gradient(#08140eb3 0%,#08140ee6 100%)}.quote-band blockquote{max-width:100%;margin-left:0}}.page-hero{background:var(--teal);padding-top:calc(var(--header-h) + clamp(3rem, 7vw, 6rem));background-image:radial-gradient(90% 80% at 80% -10%,#34c07b1a,#0000 60%);padding-bottom:clamp(3rem,6vw,5rem);position:relative;overflow:hidden}.page-hero h1{color:#fff;max-width:880px;font-weight:380}.page-hero-lead{color:var(--teal-muted);max-width:560px;margin-top:1.4rem;font-size:1.14rem;line-height:1.8}.page-hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);display:grid}@media (width<=860px){.page-hero-grid{grid-template-columns:1fr;gap:2.2rem}.page-hero-illustration{width:100%;margin-top:.5rem;display:block}.page-hero-illustration .hero-ed-photo{border-radius:var(--radius-arch);overflow:hidden;max-width:100%!important;margin:0 auto!important}}.page-hero-illustration img{width:100%;height:auto;display:block}.page-hero .watermark-num{font-family:var(--font-display);color:#0000;-webkit-text-stroke:1px #34c07b47;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(10rem,26vw,22rem);font-style:italic;font-weight:500;line-height:1;position:absolute;bottom:-3rem;right:-1rem}.hero-ed-visual{max-width:420px;margin-left:auto;position:relative}@media (width<=860px){.hero-ed-visual{max-width:100%;margin:0 auto}}.hero-floating-stat{z-index:4;-webkit-backdrop-filter:blur(14px);border-radius:var(--radius-pill);color:#fff;pointer-events:none;white-space:nowrap;background:#0a1912e0;border:1px solid #34c07b73;align-items:center;gap:.55rem;padding:.5rem 1rem;font-size:.82rem;display:inline-flex;position:absolute;box-shadow:0 12px 32px #00000059}.hero-floating-stat.top{top:1.5rem;right:-1.2rem}.hero-floating-stat.bottom{bottom:2rem;left:-1.4rem}@media (width<=900px){.hero-floating-stat.top{top:1.1rem;right:1.1rem}.hero-floating-stat.bottom{bottom:1.1rem;left:1.1rem}}.hero-floating-stat .stat-icon{color:var(--brass)}.hero-floating-stat strong{color:#34c07b}.outsourcing-stats-strip{background:var(--teal-deep);border-top:1px solid var(--teal-line);border-bottom:1px solid var(--teal-line);padding:clamp(1.4rem,2.8vw,2.2rem) 0}.stats-strip-grid{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.stats-strip-item{align-items:baseline;gap:.8rem;display:flex}.stats-strip-item .stats-num{font-family:var(--font-display);color:#34c07b;font-size:clamp(2rem,3.5vw,2.6rem);font-style:italic;font-weight:500;line-height:1}.stats-strip-item .stats-label{color:var(--teal-muted);max-width:160px;font-size:.92rem;line-height:1.35}.stats-strip-divider{background:var(--teal-line);width:1px;height:36px}@media (width<=860px){.stats-strip-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.stats-strip-divider{display:none}}.manifesto-section{padding-top:clamp(3rem,6vw,4.8rem);padding-bottom:clamp(2rem,4vw,3.2rem)}.manifesto-row{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);display:grid}@media (width<=860px){.manifesto-row{grid-template-columns:1fr}}.manifesto-collage{width:100%;max-width:420px;margin:0 auto;padding-bottom:2.8rem;padding-right:1.2rem;position:relative}#specialties.section{padding-top:clamp(2.5rem,5vw,4rem);padding-bottom:clamp(3.5rem,6vw,5.5rem)}.manifesto-photo-main{border-radius:var(--radius-arch);aspect-ratio:4/5;width:100%;box-shadow:var(--shadow-lg);background:var(--teal-soft);transition:transform .6s var(--ease), box-shadow .6s var(--ease);position:relative;overflow:hidden}.manifesto-photo-main:after{content:"";pointer-events:none;z-index:2;transition:border-color .4s var(--ease), box-shadow .4s var(--ease);border:1px solid #34c07b73;border-radius:18px;position:absolute;inset:10px}.manifesto-photo-main img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .7s var(--ease)}.manifesto-collage:hover .manifesto-photo-main img{transform:scale(1.04)}.manifesto-photo-overlay{aspect-ratio:16/11;background:var(--teal-soft);z-index:3;border:3px solid var(--paper);width:58%;transition:transform .5s var(--ease), box-shadow .5s var(--ease);border-radius:20px;position:absolute;bottom:-.8rem;right:-.5rem;overflow:hidden;box-shadow:0 20px 48px #0a191247}.manifesto-photo-overlay:after{content:"";pointer-events:none;z-index:2;transition:border-color .4s var(--ease);border:1px solid #34c07b80;border-radius:14px;position:absolute;inset:6px}.manifesto-photo-overlay img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .7s var(--ease)}.manifesto-collage:hover .manifesto-photo-overlay{transform:translate(4px,-4px)scale(1.02);box-shadow:0 26px 56px #0a191261}.manifesto-collage:hover .manifesto-photo-overlay:after{border-color:#34c07be6}.manifesto-collage:hover .manifesto-photo-overlay img{transform:scale(1.06)}.manifesto-badge{z-index:4;-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-pill);color:#fff;box-shadow:var(--shadow-md);pointer-events:none;background:#0a1912e0;border:1px solid #34c07b73;align-items:center;gap:.5rem;padding:.45rem .95rem;font-size:.8rem;font-weight:600;display:inline-flex;position:absolute;top:1.2rem;left:1.2rem}.manifesto-badge svg{color:#34c07b}@media (width<=860px){.manifesto-collage{max-width:440px;margin:0 auto 2rem}}.manifesto-pillars{border-top:1px solid var(--line);flex-direction:column;gap:.85rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.pillar-item{color:var(--ink);align-items:flex-start;gap:.75rem;font-size:.96rem;line-height:1.5;display:flex}.pillar-icon{color:#238a08;flex-shrink:0;margin-top:.2rem}.dept-grid{grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,3.5rem) clamp(1.6rem,3.5vw,3rem);display:grid}@media (width<=760px){.dept-grid{grid-template-columns:1fr}}.dept-card{color:inherit;display:block}.dept-card-photo{border-radius:var(--radius-arch);aspect-ratio:5/4;background:var(--teal-soft);transition:transform .5s var(--ease), box-shadow .5s var(--ease);margin-bottom:1.4rem;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.dept-card-photo:after{content:"";pointer-events:none;z-index:2;transition:border-color .4s var(--ease), box-shadow .4s var(--ease);border:1px solid #34c07b73;border-radius:18px;position:absolute;inset:10px}.dept-card:hover .dept-card-photo{transform:translateY(-5px);box-shadow:0 20px 42px #10241b29}.dept-card:hover .dept-card-photo:after{border-color:#34c07bf2;box-shadow:inset 0 0 16px #34c07b38}.dept-card-photo img{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--ease)}.dept-card:hover .dept-card-photo img{transform:scale(1.05)}.dept-card-photo .num{z-index:2;color:var(--brass);font-family:var(--font-display);border-radius:var(--radius-pill);border:1px solid var(--teal-line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a1912d1;padding:.35rem .85rem;font-size:.95rem;font-style:italic;position:absolute;top:auto;bottom:.9rem;left:.9rem}.dept-highlights-pill{z-index:2;color:#ffffffe6;letter-spacing:.04em;border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a1912d1;border:1px solid #ffffff26;padding:.35rem .75rem;font-size:.75rem;font-weight:600;transition:all .3s;position:absolute;bottom:.9rem;right:.9rem}.dept-card:hover .dept-highlights-pill{color:#34c07b;border-color:#34c07b99}.dept-card h3{transition:color var(--fast);margin-bottom:.5rem;font-size:clamp(1.3rem,2vw,1.65rem)}.dept-card:hover h3{color:var(--orange);font-style:italic}.dept-card p{color:var(--ink-soft);margin-bottom:.9rem;font-size:.98rem}@media (width>=761px){.dept-grid>:nth-child(2n){margin-top:clamp(1.5rem,4vw,3.5rem)}}.service-hero-split{padding-bottom:clamp(3.5rem,6vw,5.5rem)}.service-hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);display:grid}@media (width<=960px){.service-hero-grid{grid-template-columns:1fr;gap:2.5rem}}.service-hero-content{flex-direction:column;display:flex}.service-hero-eyebrow-wrap{margin-bottom:.85rem}.service-hero-title{margin-bottom:.5rem}.service-hero-desc{max-width:620px;margin-top:0;margin-bottom:1.6rem}.service-hero-checks{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:.65rem;max-width:580px;margin-bottom:2rem;padding:1.1rem 1.4rem;display:flex}.hero-check-item{color:#e2e8f0;align-items:center;gap:.75rem;font-size:.92rem;display:flex}.hero-check-icon{color:var(--brass);flex-shrink:0}.service-hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.service-hero-photo-wrap{justify-content:center;display:flex}.service-hero-photo-card{border-radius:20px;width:100%;max-width:440px;height:clamp(280px,32vw,380px);position:relative;overflow:hidden;box-shadow:0 16px 40px #00241f40,0 0 0 1px #ffffff1a}.service-hero-photo{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.service-hero-photo-card:hover .service-hero-photo{transform:scale(1.04)}.service-photo-overlay{background:linear-gradient(#0000 0%,#00241f26 50%,#00241fcc 100%);position:absolute;inset:0}.service-photo-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-pill);color:#fff;letter-spacing:.02em;background:#00241fd9;border:1px solid #ffffff26;align-items:center;gap:.55rem;padding:.45rem .95rem;font-size:.8rem;font-weight:600;display:inline-flex;position:absolute;bottom:1.2rem;left:1.2rem}.badge-pulse{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite pulseGreen;box-shadow:0 0 #22c55eb3}@keyframes pulseGreen{0%{box-shadow:0 0 #22c55eb3}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}.capabilities-section{background:var(--paper);padding:clamp(3.5rem,6vw,5.5rem) 0}.capabilities-bento-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(1.2rem,2vw,1.8rem);display:grid}@media (width<=640px){.capabilities-bento-grid{grid-template-columns:1fr}}.capability-bento-card{background:#fff;border:1px solid #00292414;border-radius:18px;flex-direction:column;padding:clamp(1.6rem,2.5vw,2.2rem);transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 20px #00292408}.capability-bento-card:hover{border-color:#238a084d;transform:translateY(-4px);box-shadow:0 14px 36px #00292414}.bento-card-header{justify-content:space-between;align-items:center;margin-bottom:1.4rem;display:flex}.bento-num-badge{font-family:var(--font-sans);letter-spacing:.08em;color:var(--teal-deep);border-radius:var(--radius-pill);background:#0029240f;padding:.3rem .75rem;font-size:.78rem;font-weight:700}.bento-icon-wrap{background:var(--teal-deep);width:44px;height:44px;color:var(--brass);border-radius:12px;justify-content:center;align-items:center;transition:transform .25s;display:flex;box-shadow:0 6px 16px #00292426}.capability-bento-card:hover .bento-icon-wrap{transform:scale(1.08)rotate(3deg)}.bento-title{font-family:var(--font-display);color:var(--ink);margin-bottom:.75rem;font-size:1.35rem;font-weight:500;line-height:1.3}.bento-desc{font-family:var(--font-sans);color:var(--ink-soft);flex-grow:1;margin:0 0 1.6rem;font-size:.95rem;line-height:1.68}.bento-footer-deliverables{border-top:1px dashed #0029241a;flex-direction:column;gap:.45rem;padding-top:1.1rem;display:flex}.deliverable-bullet{color:var(--teal-deep);align-items:center;gap:.5rem;font-size:.82rem;font-weight:500;display:flex}.deliv-icon{color:var(--brass);flex-shrink:0}.service-guarantees-bar{background:var(--teal-deep);border-radius:20px;grid-template-columns:repeat(4,1fr);gap:clamp(1.2rem,2vw,2rem);margin-bottom:clamp(2.5rem,5vw,4rem);padding:clamp(1.6rem,3vw,2.4rem);display:grid;box-shadow:0 12px 36px #00292433}@media (width<=1024px){.service-guarantees-bar{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.service-guarantees-bar{grid-template-columns:1fr}}.guarantee-col{align-items:flex-start;gap:1rem;display:flex}.guarantee-icon-box{width:42px;height:42px;color:var(--brass);background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.guarantee-text{flex-direction:column;display:flex}.guarantee-title{font-family:var(--font-sans);color:#fff;margin:0 0 .35rem;font-size:.98rem;font-weight:700}.guarantee-sub{color:#ffffffb8;margin:0;font-size:.82rem;line-height:1.5}.service-pager-section{border-top:1px solid var(--line);padding:clamp(2.5rem,5vw,4rem) 0 clamp(3rem,6vw,5rem)}.service-pager-wrap{grid-template-columns:1fr auto 1fr;align-items:center;gap:clamp(1rem,2.5vw,2.2rem);display:grid}.service-pager-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);color:var(--ink);box-shadow:var(--shadow-sm);transition:transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);align-items:center;gap:1.2rem;padding:1.15rem 1.6rem;text-decoration:none;display:flex}.service-pager-card.next{justify-content:flex-end}.service-pager-card:hover{border-color:var(--brass);transform:translateY(-3px);box-shadow:0 10px 26px #238a081f}.pager-arrow-box{background:var(--paper-dim);width:40px;height:40px;color:var(--teal);transition:background-color .3s var(--ease), color .3s var(--ease), transform .3s var(--ease);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.service-pager-card.prev:hover .pager-arrow-box{background:var(--brass);color:#fff;transform:translate(-4px)}.service-pager-card.next:hover .pager-arrow-box{background:var(--brass);color:#fff;transform:translate(4px)}.pager-content{flex-direction:column;gap:.2rem;display:flex}.pager-content.text-right{text-align:right}.pager-kicker{text-transform:uppercase;letter-spacing:.14em;color:var(--ink-soft);font-size:.68rem;font-weight:600}.pager-title{font-family:var(--font-display);color:var(--ink);transition:color .25s var(--ease);font-size:clamp(1.05rem,1.4vw,1.25rem);font-weight:500;line-height:1.3}.service-pager-card:hover .pager-title{color:var(--brass)}.service-pager-hub{color:var(--ink);box-shadow:none;transition:transform .3s var(--ease);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;padding:.6rem 1.2rem;text-decoration:none;display:inline-flex}.pager-hub-icon-wrap{transition:transform .4s cubic-bezier(.16, 1, .3, 1), filter .3s var(--ease);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pager-grid-icon{grid-template-columns:repeat(3,4px);gap:3px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:grid}.pager-grid-icon span{background:var(--brass);opacity:.75;width:4px;height:4px;transition:opacity .3s var(--ease), background-color .3s var(--ease), transform .3s var(--ease);border-radius:50%}.pager-hub-label{letter-spacing:.2em;text-transform:uppercase;color:var(--ink-soft);transition:color .3s var(--ease), letter-spacing .3s var(--ease);padding-bottom:3px;font-size:.68rem;font-weight:600;position:relative}.pager-hub-label:after{content:"";background:var(--brass);transform-origin:50%;border-radius:1px;width:100%;height:1.5px;transition:transform .35s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.service-pager-hub:hover{box-shadow:none;background:0 0;border:none;transform:translateY(-2px)}.service-pager-hub:hover .pager-hub-icon-wrap{filter:drop-shadow(0 0 6px #238a0880);transform:scale(1.15)rotate(45deg)}.service-pager-hub:hover .pager-grid-icon span{opacity:1;background:var(--brass)}.service-pager-hub:hover .pager-hub-label{color:var(--brass)}.service-pager-hub:hover .pager-hub-label:after{transform:translate(-50%)scaleX(1)}@media (width<=760px){.service-pager-wrap{grid-template-columns:1fr;gap:1rem}.service-pager-hub{order:-1;margin-bottom:.5rem}.service-pager-card.next{justify-content:flex-start}.pager-content.text-right{text-align:left;order:2}.service-pager-card.next .pager-arrow-box{order:1}}.value-spread{grid-template-columns:.95fr 1.05fr;align-items:center;gap:clamp(2.5rem,6vw,5rem);padding:clamp(3.5rem,6vw,5.5rem) 0;display:grid}.value-spread+.value-spread{border-top:1px solid var(--line)}.value-spread.reverse{grid-template-columns:1.05fr .95fr}.value-spread.reverse .value-spread-photo{order:2;justify-self:end}.value-spread.reverse .value-spread-content{order:1}@media (width<=860px){.value-spread,.value-spread.reverse{grid-template-columns:1fr;gap:1.8rem;padding:2.8rem 0}.value-spread .value-spread-content,.value-spread.reverse .value-spread-content{order:1}.value-spread .value-spread-photo,.value-spread.reverse .value-spread-photo{order:2;justify-self:center;max-width:100%;margin:0 auto}}@media (width<=540px){.value-spread,.value-spread.reverse{gap:1.4rem;padding:2.2rem 0}.value-chip{gap:.4rem;padding:.35rem .75rem;font-size:.74rem;bottom:.85rem;left:.85rem}.spread-num{margin-bottom:.4rem;font-size:2.8rem}.value-spread h2{margin-bottom:.75rem;font-size:1.6rem}.value-spread p{font-size:.98rem;line-height:1.65}.value-highlights{gap:.75rem;margin-top:1.2rem;padding-top:1.2rem}.value-highlight-item{font-size:.9rem}}.value-spread-photo{border-radius:var(--radius-arch);aspect-ratio:4/5;width:100%;max-width:440px;box-shadow:var(--shadow-lg);background:var(--teal-soft);transition:transform .6s var(--ease), box-shadow .6s var(--ease);position:relative;overflow:hidden}.value-spread-photo:after{content:"";pointer-events:none;z-index:2;transition:border-color .4s var(--ease), box-shadow .4s var(--ease);border:1px solid #34c07b73;border-radius:18px;position:absolute;inset:12px}.value-spread-photo:hover{transform:translateY(-4px);box-shadow:0 24px 60px #0a191238}.value-spread-photo:hover:after{border-color:#34c07be6;box-shadow:inset 0 0 18px #34c07b38}.value-spread-photo img{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--ease)}.value-spread-photo:hover img{transform:scale(1.05)}.value-chip{z-index:4;-webkit-backdrop-filter:blur(14px);border-radius:var(--radius-pill);color:#fff;box-shadow:var(--shadow-md);pointer-events:none;background:#0a1912e6;border:1px solid #34c07b73;align-items:center;gap:.55rem;padding:.48rem 1rem;font-size:.82rem;font-weight:600;display:inline-flex;position:absolute;bottom:1.4rem;left:1.4rem}.value-chip svg{color:#34c07b}.spread-num{font-family:var(--font-display);color:#0000;-webkit-text-stroke:1px var(--orange);margin-bottom:.8rem;font-size:clamp(3.2rem,6vw,4.8rem);font-style:italic;font-weight:420;line-height:1;display:block}.value-spread h2{margin-bottom:1.1rem;font-size:clamp(1.9rem,3.6vw,2.8rem);line-height:1.15}.value-spread p{color:var(--ink-soft);max-width:560px;font-size:1.12rem;line-height:1.8}.value-highlights{border-top:1px solid var(--line);flex-direction:column;gap:.85rem;margin-top:1.6rem;padding-top:1.6rem;display:flex}.value-highlight-item{color:var(--ink);align-items:flex-start;gap:.75rem;font-size:.98rem;line-height:1.5;display:flex}.value-highlight-item svg{color:var(--orange);flex-shrink:0;margin-top:.18rem}.cities-head{grid-template-columns:1fr auto;align-items:end;gap:2rem;margin-bottom:clamp(2.2rem,4.5vw,3.4rem);display:grid}@media (width<=760px){.cities-head{grid-template-columns:1fr}.cities-mark{display:none}}.cities-mark{color:var(--brass-soft);width:clamp(14rem,22vw,20rem)}.cities-mark svg{width:100%;height:auto;display:block}.cities-grid{--cities-gap:clamp(1.2rem, 2.5vw, 2rem);justify-content:center;gap:var(--cities-gap);flex-wrap:wrap;display:flex}.city-card{flex:0 0 calc(25% - var(--cities-gap) * 3 / 4)}@media (width<=1024px) and (width>=768px){.city-card{flex-basis:calc(33.333% - var(--cities-gap) * 2 / 3)}}@media (width>=768px){.cities-grid>:nth-child(2n){margin-top:clamp(1.2rem,3vw,2.4rem)}}@media (width<=767px){.cities-grid{flex-direction:column;gap:2.2rem;width:100%;display:flex}.city-card{flex:none;width:82%;max-width:320px}.cities-grid>:nth-child(odd){align-self:flex-start;margin-top:0;margin-left:0;margin-right:auto}.cities-grid>:nth-child(2n){align-self:flex-end;margin-top:0;margin-left:auto;margin-right:0}.city-photo{aspect-ratio:4/5;border-radius:var(--radius-arch);margin-bottom:.85rem}.city-name{font-size:1.35rem}.city-hub-tag{padding:.12rem .45rem;font-size:.65rem}.city-card .region{font-size:.88rem}}.city-photo{border-radius:var(--radius-arch);aspect-ratio:3/4;background:var(--teal-soft);transition:transform .5s var(--ease), box-shadow .5s var(--ease);margin-bottom:1.15rem;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.city-photo:after{content:"";pointer-events:none;z-index:2;transition:border-color .4s var(--ease), box-shadow .4s var(--ease);border:1px solid #34c07b73;border-radius:18px;position:absolute;inset:10px}.city-photo img{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--ease)}.city-card:hover .city-photo{transform:translateY(-5px);box-shadow:0 20px 42px #10241b29}.city-card:hover .city-photo:after{border-color:#34c07bf2;box-shadow:inset 0 0 16px #34c07b38}.city-card:hover .city-photo img{transform:scale(1.07)}.city-photo-badge{z-index:3;-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-pill);color:#fff;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;transition:all .35s var(--ease);background:#0a1912b8;border:1px solid #34c07b66;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.72rem;font-weight:600;display:inline-flex;position:absolute;top:18px;left:18px;box-shadow:0 4px 14px #00000040}.city-card:hover .city-photo-badge{background:#10241beb;border-color:#34c07bd9;box-shadow:0 4px 18px #34c07b4d}.city-badge-num{color:#34c07b;font-family:var(--font-body);font-weight:700}.city-badge-sep{opacity:.4;font-size:.65rem}.city-badge-code{letter-spacing:.12em}.city-info{flex-direction:column;gap:.3rem;padding:0 .25rem;display:flex}.city-title-row{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.city-name{font-family:var(--font-display);letter-spacing:-.01em;color:var(--ink);margin:0;font-size:1.4rem;font-style:italic;font-weight:500;transition:color .3s}.city-card:hover .city-name{color:#1a7042}.city-hub-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);border:1px solid var(--line);border-radius:var(--radius-sm);background:#1e241e0d;padding:.15rem .45rem;font-size:.68rem;font-weight:700;transition:all .3s}.city-card:hover .city-hub-tag{color:#10241b;background:#34c07b24;border-color:#34c07b66}.city-card .region{color:var(--ink-soft);letter-spacing:.01em;font-size:.84rem;line-height:1.4}.contact-split{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}@media (width<=960px){.contact-split{grid-template-columns:1fr;min-height:0}}.contact-split-dark{background:var(--teal);color:#fff;padding:calc(var(--header-h) + clamp(2.5rem, 5vw, 4.5rem)) clamp(2rem, 5.5vw, 5.5rem) clamp(3.5rem, 6vw, 5.5rem);background-image:radial-gradient(100% 80% at 90% 0,#34c07b17,#0000 60%);flex-direction:column;justify-content:flex-start;display:flex}.contact-split-form{background:var(--paper);padding:calc(var(--header-h) + clamp(2.5rem, 5vw, 4.5rem)) clamp(2rem, 5.5vw, 5.5rem) clamp(3.5rem, 6vw, 5.5rem);flex-direction:column;justify-content:flex-start;display:flex}@media (width<=960px){.contact-split-form{padding-top:clamp(2.5rem,6vw,4rem)}}.contact-split-inner{width:100%;max-width:540px;margin:0 auto}.contact-split-dark .contact-split-inner{margin-left:max(0px,100% - 540px);margin-right:auto}.contact-split-form .contact-split-inner{margin-left:auto;margin-right:max(0px,100% - 540px)}@media (width<=1200px){.contact-split-dark .contact-split-inner,.contact-split-form .contact-split-inner{margin:0 auto}}.contact-split-dark h1{color:#fff;margin-top:.2rem;margin-bottom:.85rem;font-weight:380}.contact-lead{color:var(--teal-muted);margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.contact-items-list{flex-direction:column;gap:1rem;display:flex}.contact-item{color:#fff;align-items:center;gap:.9rem;font-size:.95rem;display:flex}.contact-item .icon-wrap{border:1px solid var(--teal-line);width:38px;height:38px;color:var(--brass);background:#34c07b1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-item a{color:#fff;transition:color var(--fast)}.contact-item a:hover{color:var(--brass)}.contact-split-photo{border-radius:var(--radius-arch);aspect-ratio:16/10;background:var(--teal-soft);width:100%;margin-top:2.2rem;position:relative;overflow:hidden;box-shadow:0 16px 40px #00000059}.contact-split-photo:after{content:"";pointer-events:none;border:1px solid #34c07b73;border-radius:18px;position:absolute;inset:12px}.contact-split-photo img{object-fit:cover;object-position:center 30%;width:100%;height:100%;display:block}.form-title{color:var(--ink);margin-top:.2rem;margin-bottom:1.8rem;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:400}.contact-main-form{margin-bottom:2.5rem}.form-group{margin-bottom:1.4rem}.form-group label{text-transform:uppercase;letter-spacing:.16em;color:var(--ink-soft);margin-bottom:.45rem;font-size:.72rem;font-weight:700;display:block}.form-control{border:none;border-bottom:1px solid var(--line);width:100%;font-family:var(--font-body);color:var(--ink);transition:border-color var(--fast);background:0 0;border-radius:0;padding:.75rem .15rem;font-size:1rem}.form-control::placeholder{color:#5d61568c}.form-control:focus{border-bottom-color:#238a08;outline:none}textarea.form-control{resize:vertical;min-height:100px}.office-block-section{padding-top:1rem}.office-section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.8rem;margin-bottom:1.3rem;display:flex}.office-block-eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--ink-soft);margin-bottom:.2rem;font-size:.7rem;font-weight:700;display:block}.office-block-subtitle{font-family:var(--font-display);color:var(--teal-deep);font-size:1.25rem;font-style:italic;font-weight:400}.office-live-badge{border-radius:var(--radius-pill);color:#1a6f44;letter-spacing:.02em;background:#34c07b14;border:1px solid #34c07b40;align-items:center;gap:.45rem;padding:.28rem .65rem;font-size:.74rem;font-weight:600;display:inline-flex}.live-dot{background:#34c07b;border-radius:50%;width:6px;height:6px;animation:2.2s ease-in-out infinite pulse-dot;display:inline-block;box-shadow:0 0 6px #34c07bcc}.office-block{grid-template-columns:1fr 1fr;gap:1rem 1.1rem;display:grid}@media (width<=580px){.office-block{grid-template-columns:1fr}}.office-block-card{transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);flex-direction:column;gap:.75rem;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0a191205}.office-block-card:hover{transform:translateY(-2px)}.office-block-card.is-hq{background:linear-gradient(#0000 0%,#34c07b08 100%);border-color:#34c07b59}.office-card-top{justify-content:space-between;align-items:flex-start;gap:.6rem;display:flex}.office-city-wrap{flex-direction:column;display:flex}.office-city-wrap .city{font-family:var(--font-display);color:var(--teal-deep);font-size:1.15rem;font-style:italic;font-weight:500;line-height:1.2}.office-city-wrap .country-sub{color:var(--ink-soft);margin-top:.15rem;font-size:.76rem}.office-mini-badge{border-radius:var(--radius-pill);color:var(--teal-deep);letter-spacing:.05em;background:#10241b0d;flex-shrink:0;padding:.18rem .45rem;font-size:.65rem;font-weight:700}.office-mini-badge.hq{color:#8c6609;background:#b8860b1f}.office-card-addr-row{color:var(--ink-soft);align-items:flex-start;gap:.55rem;font-size:.82rem;line-height:1.45;display:flex}.mini-pin-wrap{color:var(--brass);flex-shrink:0;margin-top:.1rem}.office-card-addr-row .addr{color:var(--ink-soft)}.footer{background:var(--teal-deep);color:var(--teal-muted);background-image:radial-gradient(120% 90% at 50% 120%,#34c07b14,#0000 60%);overflow:hidden}.footer-cta{text-align:center;border-top:1px solid #34c07b24;border-bottom:1px solid #34c07b24;padding:clamp(4rem,9vw,8rem) 0}.footer-cta h2{color:#fff;max-width:900px;margin:0 auto 1.4rem;font-size:clamp(2.4rem,5.5vw,4.6rem);font-weight:380}.footer-cta h2 em{color:var(--brass)}.footer-cta p{max-width:560px;color:var(--teal-muted);margin:0 auto 2.4rem;font-size:1.1rem}.footer-main{grid-template-columns:1.3fr .7fr 1fr 1fr;gap:2.6rem;padding:clamp(3rem,6vw,4.5rem) 0 clamp(2.5rem,5vw,4rem);display:grid}@media (width<=900px){.footer-main{grid-template-columns:1fr 1fr}}@media (width<=560px){.footer-main{grid-template-columns:1fr}}.footer-brand .header-logo{margin-bottom:1.3rem}.footer-brand p{color:var(--teal-muted);margin-bottom:.2rem;font-size:.95rem}.footer-brand .tagline{font-family:var(--font-display);color:var(--brass);margin-bottom:1.2rem;font-size:1.05rem;font-style:italic}.footer-col .eyebrow{margin-bottom:1.3rem}.footer-col ul li{margin-bottom:.85rem}.footer-col ul a,.footer-col ul span,.footer-col li{color:var(--teal-muted);transition:color var(--fast);font-size:.94rem}.footer-col ul a:hover{color:var(--brass)}.footer-social{gap:.65rem;margin-top:1.2rem;display:flex}.footer-social a{border:1px solid var(--teal-line);color:#fff;width:38px;height:38px;transition:background var(--fast), border-color var(--fast), color var(--fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-social a:hover{background:var(--orange);border-color:var(--orange);color:#fff}.footer-bottom{border-top:1px solid var(--teal-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.2rem;padding:1.6rem 0;font-size:.84rem;display:flex}.footer-lang-section{border-top:1px solid #34c07b1f;margin-top:1.8rem;padding-top:1.2rem}.footer-lang-eyebrow{display:block;margin-bottom:.75rem!important}.footer-lang{color:var(--teal-muted);border-radius:var(--radius-pill);border:1px solid var(--teal-line);transition:border-color var(--fast), background var(--fast);background:#ffffff08;align-items:center;gap:.55rem;padding:.35rem .85rem;font-size:.82rem;font-weight:500;display:inline-flex}.footer-lang:hover{background:#ffffff0f;border-color:#34c07b59}.footer-lang-icon{color:var(--brass);opacity:.9}.footer-lang-btn{color:var(--teal-muted);font:inherit;letter-spacing:.04em;cursor:pointer;transition:color var(--fast);background:0 0;border:none;padding:.1rem .2rem;font-size:.8rem}.footer-lang-btn:hover{color:#fff}.footer-lang-btn.active{color:var(--brass);font-weight:700}.footer-lang .sep{color:var(--teal-line);-webkit-user-select:none;user-select:none;font-size:.75rem}.footer-bottom .made-with{color:var(--teal-muted);font-family:var(--font-display);font-style:italic}.top-scroll-progress{transform-origin:0%;z-index:10000;pointer-events:none;will-change:transform;background:linear-gradient(90deg,#238a08,#34c07b,#59f086);width:100%;height:2.5px;position:fixed;top:0;left:0;box-shadow:0 0 8px #238a08cc,0 0 16px #34c07b66}.back-to-top{z-index:900;-webkit-backdrop-filter:blur(12px);width:50px;height:50px;color:var(--brass);transition:background var(--fast), border-color var(--fast), transform var(--fast), box-shadow var(--fast);background:#0a1912e0;border:1px solid #238a0847;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:fixed;bottom:1.6rem;right:1.6rem;box-shadow:0 10px 28px #0006,0 0 14px #238a082e}.scroller-progress-ring{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;transform:rotate(-90deg)}.scroller-ring-track{fill:none;stroke:#ffffff17}.scroller-ring-indicator{fill:none;stroke:var(--brass);stroke-linecap:round;filter:drop-shadow(0 0 3px #238a08a6);transition:stroke-dashoffset 80ms linear}.scroller-arrow-wrap{z-index:2;transition:transform .25s var(--ease), color .25s var(--ease);justify-content:center;align-items:center;display:flex;position:relative}.back-to-top:hover{background:var(--teal);border-color:var(--brass);color:#fff;transform:translateY(-3px);box-shadow:0 14px 34px #00000080,0 0 20px #238a0873}.back-to-top:hover .scroller-arrow-wrap{color:#59f086;transform:translateY(-2px)}@media (width<=640px){.back-to-top{width:44px;height:44px;bottom:1rem;right:1rem}}.showcase-ref-section{background:var(--paper);padding:clamp(3.5rem,6vw,6rem) 0;position:relative}.showcase-top-grid{grid-template-columns:1fr;gap:clamp(1.2rem,2vw,1.8rem);margin-bottom:clamp(3rem,5vw,4.5rem);display:grid}.showcase-how-card{border-radius:20px;align-items:flex-end;min-height:220px;padding:clamp(1.4rem,2vw,1.8rem);text-decoration:none;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 24px #0029241f}.how-card-bg{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.showcase-how-card:hover .how-card-bg{transform:scale(1.05)}.how-card-overlay{background:linear-gradient(#00241f26 0%,#00241f66 40%,#00241ff2 100%);transition:opacity .3s;position:absolute;inset:0}.how-card-content{z-index:1;position:relative}.how-card-title{font-family:var(--font-display);color:#fff;margin-bottom:.6rem;font-size:1.35rem;line-height:1.25}.how-card-link{text-transform:uppercase;letter-spacing:.08em;color:var(--brass);align-items:center;gap:.35rem;font-size:.8rem;font-weight:700;transition:color .2s,transform .2s;display:inline-flex}.showcase-how-card:hover .how-card-link{color:var(--brass)}.showcase-services-card{background:var(--teal-deep);border-radius:20px;grid-template-columns:repeat(5,1fr);gap:clamp(.75rem,1.2vw,1.1rem);padding:clamp(1.2rem,2vw,1.6rem);display:grid;box-shadow:0 10px 30px #00292433}@media (width<=1100px){.showcase-services-card{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.showcase-services-card{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.showcase-services-card{grid-template-columns:1fr}}.service-pillar-item{background:0 0;border:1px solid #0000;border-radius:14px;flex-direction:column;padding:clamp(1.1rem,1.5vw,1.4rem);transition:all .25s;display:flex}.service-pillar-item.is-active,.service-pillar-item:hover{background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-2px)}.pillar-icon-wrap{background:var(--brass);color:#0b1f1c;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:1rem;font-weight:700;display:flex}.pillar-title{font-family:var(--font-sans);color:#fff;letter-spacing:-.01em;margin-bottom:.45rem;font-size:1.05rem;font-weight:700}.pillar-desc{color:#ffffffb8;margin:0;font-size:.82rem;line-height:1.55}.showcase-middle-grid{grid-template-columns:1fr 1.15fr;align-items:center;gap:clamp(2rem,4.5vw,4rem);margin-bottom:clamp(3.5rem,6vw,5rem);display:grid}@media (width<=960px){.showcase-middle-grid{grid-template-columns:1fr;gap:2rem}}.middle-left-col{flex-direction:column;gap:1.4rem;display:flex}.middle-photo-wrap{border-radius:20px;height:clamp(220px,28vw,290px);overflow:hidden;box-shadow:0 8px 24px #00292414}.middle-photo{object-fit:cover;width:100%;height:100%}.vision-mission-row{align-items:flex-start;gap:1rem;display:flex}.vm-icon-bubble{color:#15803d;background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;margin-top:2px;display:flex}.vm-title{font-family:var(--font-sans);color:var(--ink);margin-bottom:.35rem;font-size:1.05rem;font-weight:700}.vm-desc{color:var(--ink-soft);margin:0;font-size:.88rem;line-height:1.6}.middle-right-col{flex-direction:column;gap:1.2rem;display:flex}.middle-badge-wrap{display:flex}.showcase-pill-badge{background:var(--brass-faint);color:var(--brass);border-radius:var(--radius-pill);letter-spacing:.06em;text-transform:uppercase;padding:.35rem .95rem;font-size:.78rem;font-weight:700;display:inline-block}.middle-headline{font-family:var(--font-display);color:var(--ink);letter-spacing:-.015em;font-size:clamp(2rem,3.6vw,3rem);line-height:1.15}.middle-headline em{color:var(--orange-deep);font-style:italic;font-family:var(--font-display)}.middle-cta-pill-bar{color:#fff;border-radius:var(--radius-pill);background:#002e28;border:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:1.2rem;margin-top:.8rem;padding:.65rem .75rem .65rem 1.4rem;display:flex;box-shadow:0 12px 32px #0029242e}@media (width<=640px){.middle-cta-pill-bar{border-radius:20px;flex-direction:column;align-items:stretch;gap:1rem;padding:1.2rem}}.cta-bar-left{align-items:center;gap:.65rem;display:flex}.cta-check-icon{color:var(--brass);flex-shrink:0}.cta-bar-text{color:#ffffffe0;font-size:.84rem;line-height:1.45}.btn-lime-cta{background:var(--brass);color:#0b1f1c;border-radius:var(--radius-pill);white-space:nowrap;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0;justify-content:center;align-items:center;gap:.4rem;padding:.75rem 1.4rem;font-size:.8rem;font-weight:700;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex}.btn-lime-cta:hover{color:#0b1f1c;background:#bef264;transform:translateY(-2px);box-shadow:0 6px 18px #a3e63559}.showcase-bottom-stats{border-top:1px solid #0038311f;grid-template-columns:repeat(4,1fr);gap:clamp(1.4rem,2.8vw,2.8rem);padding-top:clamp(2rem,3.5vw,3rem);display:grid}@media (width<=960px){.showcase-bottom-stats{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width<=520px){.showcase-bottom-stats{grid-template-columns:1fr;gap:1.6rem}}.bottom-stat-col{flex-direction:column;display:flex}.stat-top-bar{background:#a3e635;border-radius:2px;width:48px;height:3.5px;margin-bottom:1.1rem}.stat-number-wrap{align-items:baseline;gap:.15rem;margin-bottom:.35rem;display:flex}.stat-big-num{font-family:var(--font-display);color:var(--teal-deep);letter-spacing:-.03em;font-size:clamp(2.4rem,3.8vw,3.4rem);font-weight:700;line-height:1}.stat-plus{font-family:var(--font-sans);color:var(--brass);font-size:1.6rem;font-weight:600}.stat-heading{font-family:var(--font-sans);color:var(--ink);letter-spacing:-.01em;margin-bottom:.35rem;font-size:1rem;font-weight:700}.stat-sub{color:var(--ink-soft);margin:0;font-size:.86rem;line-height:1.5}.mt-4{margin-top:1rem}.mt-5{margin-top:1.5rem}.mb-5{margin-bottom:1.5rem}
