:root{--axis-plum:#8a1538;--axis-plum-dark:#6d0f2c;--ink:#1f2937;--muted:#6b7280;--bg:#f7f8fb;--card:#ffffff;--line:#e5e7eb}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit;text-decoration:none}.site-topbar{background:#111827;color:#fff;font-size:.85rem}.site-topbar-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.55rem 1rem}.site-header{background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.08);position:-webkit-sticky;position:sticky;top:0;z-index:40}.header-actions{display:flex;gap:.6rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.58rem .95rem;border-radius:8px;font-size:.9rem;font-weight:700;border:1px solid transparent;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.btn-ghost,.btn-primary{background:var(--axis-plum);border-color:var(--axis-plum);color:#fff}.btn-ghost:hover,.btn-primary:hover{background:var(--axis-plum-dark);border-color:var(--axis-plum-dark);color:#fff}.segment-strip{background:linear-gradient(90deg,var(--axis-plum) 0,#9c1d47 100%);color:#fff}.segment-strip-inner{max-width:1280px;margin:0 auto;min-height:44px;padding:0 .75rem;display:flex;align-items:center;gap:1rem}.logo-badge{flex:0 0 auto;display:inline-flex;align-items:center;background:#6f0f2f;padding:.5rem .85rem;border-radius:0 0 18px 0;white-space:nowrap}.logo-image{width:150px;height:auto;display:block}.segment-nav{flex:1 1;min-width:0;display:flex;align-items:center;gap:.9rem;overflow:visible}.segment-nav::-webkit-scrollbar{display:none}.segment-nav a{color:rgba(255,255,255,.95);font-size:.84rem;white-space:nowrap}.segment-nav a:first-child{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.4);padding:.16rem .45rem;border-radius:4px}.mobile-menu{display:none;position:relative;margin-left:auto}.mobile-menu summary{width:34px;height:30px;border-radius:8px;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.16);display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{width:14px;height:2px;border-radius:999px;background:#fff}.mobile-menu-panel{position:absolute;right:0;top:calc(100% + 10px);width:min(86vw,320px);background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 30px rgba(15,23,42,.18);padding:.5rem;z-index:80;display:grid;grid-gap:.2rem;gap:.2rem}.mobile-menu-panel a{display:block;color:#1f2937;font-size:.9rem;font-weight:600;padding:.56rem .62rem;border-radius:8px}.mobile-menu-panel a:hover{background:#f5f6fa;color:#1f3fb2}.mobile-menu-title{margin:.2rem .2rem 0;padding-top:.45rem;border-top:1px solid #eceff5;color:#8a1538;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.segment-icons{display:inline-flex;gap:.45rem;align-items:center;font-size:.8rem;white-space:nowrap}.footer-social-links a,.segment-icons a{width:30px;height:30px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.14);display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,transform .2s ease}.footer-social-links a:hover,.segment-icons a:hover{background:rgba(255,255,255,.26);border-color:rgba(255,255,255,.7);transform:translateY(-1px)}.social-icon-image{width:16px;height:16px;object-fit:contain}.utility-strip{background:#fff;border-bottom:1px solid var(--line)}.utility-strip-inner{max-width:1280px;margin:0 auto;min-height:42px;padding:0 .75rem;display:flex;justify-content:flex-start;align-items:center;gap:1rem;overflow-x:auto;scrollbar-width:none}.utility-strip-inner::-webkit-scrollbar{display:none}.utility-links{display:inline-flex;align-items:center;gap:1.15rem;color:#8b1a42;font-size:.87rem;font-weight:600;white-space:nowrap}.login-pill{background:var(--axis-plum);color:#fff;border-radius:999px;padding:.35rem .9rem;font-size:.84rem;font-weight:700}.product-strip{background:#fff;border-bottom:1px solid var(--line)}.product-strip-inner{max-width:1280px;margin:0 auto;min-height:44px;padding:0 .75rem;display:flex;align-items:center;gap:1.15rem;overflow-x:auto;scrollbar-width:none}.product-strip-inner::-webkit-scrollbar{display:none}.product-strip-inner a{font-size:.94rem;color:#343a4a;white-space:nowrap}.services-menu{position:relative}.services-trigger{border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.16);font:inherit;color:rgba(255,255,255,.95);font-size:.84rem;font-weight:400;padding:.16rem .45rem;border-radius:4px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.services-trigger:hover{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.44)}.services-trigger:after{content:" ▼";font-size:.72rem}.services-dropdown{position:absolute;top:calc(100% + 12px);left:0;background:#fff;border:1px solid #e6e8ef;border-radius:14px;min-width:300px;max-width:360px;z-index:60;box-shadow:0 18px 38px rgba(16,24,40,.16);padding:.38rem;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.services-dropdown:before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px}.services-menu:focus-within .services-dropdown,.services-menu:hover .services-dropdown{opacity:1;transform:translateY(0);pointer-events:auto}.services-dropdown ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:.12rem;gap:.12rem}.services-dropdown li{border:0}.services-dropdown a{min-height:0;padding:.58rem .78rem;font-size:.94rem;font-weight:500;line-height:1.3;color:#1f2937;display:flex;align-items:center;justify-content:space-between;white-space:normal;border-radius:9px;transition:background .18s ease,color .18s ease}.services-dropdown a:after{content:"›";font-size:1rem;font-weight:600;color:#a7afbf;margin-left:.7rem;transition:color .18s ease,transform .18s ease}.services-dropdown a:hover{color:#1f3fb2;background:#f6f8ff}.services-dropdown a:hover:after{color:#3658cf;transform:translateX(2px)}.container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.hero{background:linear-gradient(120deg,#fdf3f6,#fff 50%,#f4f7ff);border:1px solid var(--line);border-radius:12px;padding:2rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,42%);grid-gap:1.4rem;gap:1.4rem;align-items:center}.hero-content{min-width:0}.hero-media{position:relative;min-height:250px;border-radius:12px;overflow:hidden;border:1px solid #d9deeb;background:#eef2f8}.hero-image{object-fit:cover}.hero h1{margin:0;font-size:clamp(1.8rem,4vw,2.7rem)}.hero p{color:var(--muted);max-width:760px;line-height:1.55}.hero-secondary{margin-top:1.15rem;border-radius:12px;min-height:360px;border:1px solid #d9deeb;overflow:hidden;background-image:linear-gradient(100deg,rgba(9,15,33,.72),rgba(17,24,39,.38) 58%,rgba(17,24,39,.22)),url(/images/hero2.webp);background-size:cover;background-position:50%;display:flex;align-items:center}.hero-secondary-content{max-width:620px;padding:2rem;color:#fff}.hero-secondary-kicker{margin:0 0 .45rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#f8d7e3}.hero-secondary h2{margin:0 0 .65rem;font-size:clamp(1.4rem,3vw,2.25rem);line-height:1.2}.hero-secondary p{margin:0 0 1rem;color:rgba(255,255,255,.92);line-height:1.55}.services-showcase{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1.2rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,38%);grid-gap:1.2rem;gap:1.2rem}.services-showcase-left h2{margin:0 0 .55rem;font-size:clamp(1.35rem,2.4vw,2rem)}.services-showcase-left p{margin:0;color:var(--muted);line-height:1.55}.services-showcase-kicker{margin:0 0 .45rem;color:var(--axis-plum);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.services-showcase-list{margin:1rem 0 0;padding:0;list-style:none;display:grid;grid-gap:.55rem;gap:.55rem}.services-showcase-list li{display:flex;align-items:center;gap:.6rem;background:linear-gradient(90deg,#fff8fb,#f8f9ff);border:1px solid #ead9df;border-radius:9px;padding:.62rem .78rem;font-weight:600;color:#2b3244}.services-showcase-list li:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--axis-plum);margin-right:.6rem;flex:0 0 auto}.services-showcase-list li span{flex:1 1}.service-apply-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:.32rem .7rem;border-radius:999px;border:1px solid rgba(138,21,56,.25);background:#fff;color:var(--axis-plum);font-size:.76rem;font-weight:700;letter-spacing:.01em;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.service-apply-btn:hover{background:var(--axis-plum);border-color:var(--axis-plum);color:#fff}.services-showcase-right{border-radius:12px;border:1px solid #e2e5ef;background:linear-gradient(160deg,#fcf7fa,#f6f8ff);padding:.7rem;height:460px;overflow:hidden;position:relative}.services-showcase-track{display:grid;grid-gap:.7rem;gap:.7rem;animation:services-scroll 20s linear infinite}.service-image-placeholder{min-height:152px;border-radius:10px;border:1px solid #d6dbe8;background:#edf1f8;position:relative;overflow:hidden}.service-scroll-image{object-fit:cover}@keyframes services-scroll{0%{transform:translateY(0)}to{transform:translateY(calc(-50% - .35rem))}}.cards{margin-top:1.3rem;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:1rem}.card h3{margin:0 0 .45rem}.card p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.45}.section{margin-top:1.6rem}.section h2{margin-bottom:.4rem}.section p{color:var(--muted)}.list-grid{display:grid;grid-gap:.8rem;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.list-item{background:#fff;border:1px solid var(--line);border-radius:10px;padding:.85rem .95rem}.why-org-section{border-radius:12px;padding:1.6rem;min-height:500px;border:1px solid #d9deeb;background-image:linear-gradient(115deg,rgba(15,23,42,.75),rgba(15,23,42,.58) 45%,rgba(15,23,42,.42)),url(/images/organisation.webp);background-size:cover;background-position:50%;display:flex;flex-direction:column;justify-content:flex-start;position:relative}.why-org-section h2{color:#fff;text-align:center;margin:.2rem 0 1.5rem}.why-org-section .list-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;row-gap:1.4rem;column-gap:2.8rem;margin:auto 0}.why-org-section .list-item{width:195px;height:195px;border-radius:999px;background:linear-gradient(145deg,var(--axis-plum) 0,#a01f4b 100%);border:1px solid rgba(255,255,255,.24);box-shadow:0 12px 24px rgba(17,24,39,.26);color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;padding:1.1rem;line-height:1.35;font-size:.9rem;font-weight:600}.partner-section{border:1px solid #eadbe3;border-radius:14px;padding:1.5rem;background:radial-gradient(circle at 90% 18%,rgba(209,170,208,.35) 0,rgba(209,170,208,0) 36%),linear-gradient(98deg,#f8dff0,#efe6f7 48%,#f4ebfa)}.partner-content{max-width:100%}.partner-section h2{color:#26243c;margin:0 0 .52rem}.partner-section p{color:#4b4c63;margin:0;max-width:100%;line-height:1.62}.partner-cta{margin-top:1rem}.contact-form-section{border:1px solid #e7d9df;border-radius:14px;padding:1.3rem;background:linear-gradient(140deg,#f2dce8,#e3e8f7)}.contact-hero{background-image:linear-gradient(110deg,rgba(138,21,56,.58),rgba(15,23,42,.36) 62%,rgba(15,23,42,.22)),url(/images/contact.webp);background-size:cover;background-position:50%;border-color:#e3d3dc;min-height:310px;align-items:end}.contact-hero h1{color:#fff;text-shadow:0 2px 10px rgba(15,23,42,.35);margin:0 0 .55rem}.contact-hero p{color:rgba(255,255,255,.95);max-width:760px;line-height:1.62;text-shadow:0 2px 8px rgba(15,23,42,.32)}.contact-tiles .card{background:linear-gradient(145deg,#f3dfe9,#e8ecf8);border-color:#e0d4df}.contact-tiles .card p{color:#4b4c63}.contact-form-head h2{margin:0 0 .4rem}.contact-form-head p{margin:0}.contact-form{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.9rem 1rem;gap:.9rem 1rem}.contact-alert{margin:.9rem 0 0;border-radius:10px;padding:.62rem .8rem;font-size:.88rem;font-weight:600}.contact-alert-success{background:#ecfdf3;border:1px solid #86efac;color:#14532d}.contact-alert-error{background:#fef2f2;border:1px solid #fca5a5;color:#7f1d1d}.contact-field{display:grid;grid-gap:.35rem;gap:.35rem}.contact-field label{font-size:.86rem;font-weight:600;color:#303651}.contact-field input,.contact-field textarea{width:100%;border:1px solid #d9dce8;border-radius:10px;background:#fff;padding:.64rem .76rem;font:inherit;color:var(--ink);transition:border-color .2s ease,box-shadow .2s ease}.contact-field input:focus,.contact-field textarea:focus{outline:none;border-color:rgba(138,21,56,.65);box-shadow:0 0 0 3px rgba(138,21,56,.12)}.contact-field textarea{resize:vertical;min-height:130px}.contact-actions,.contact-field-full{grid-column:1/-1}.contact-submit{min-width:170px}.about-page{display:grid;grid-gap:1.2rem;gap:1.2rem}.about-hero{border:1px solid #e5dbe7;border-radius:14px;padding:1.6rem;background:linear-gradient(128deg,#f8deef,#efe6f8 52%,#f5ecfa)}.about-kicker{margin:0 0 .5rem;color:var(--axis-plum);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.about-hero h1{margin:0 0 .7rem;font-size:clamp(1.6rem,3.5vw,2.5rem);line-height:1.2}.about-hero p{margin:0;color:#4c4e66;max-width:900px;line-height:1.6}.about-grid{margin-top:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.about-panel{border:1px solid var(--line);border-radius:12px;padding:1.1rem;background:#fff}.about-panel h2{margin:0 0 .5rem;font-size:1.22rem}.about-panel p{margin:0;line-height:1.6}.about-expertise{margin-top:0;border:1px solid var(--line);border-radius:14px;background:#fff;padding:1.2rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,34%);grid-gap:1rem;gap:1rem;align-items:stretch}.about-expertise h2,.about-focus h2,.about-goals h2{margin:0 0 .55rem}.about-expertise p,.about-focus p,.about-goals p{margin:0;color:var(--muted);line-height:1.62}.about-bullets{margin:.8rem 0 0;padding-left:1.1rem;display:grid;grid-gap:.4rem;gap:.4rem;color:#3c4458}.about-goals{margin-top:0;border:1px solid var(--line);border-radius:14px;background:#fff;padding:1.2rem}.about-service-tags{margin-top:.9rem;display:flex;flex-wrap:wrap;gap:.55rem}.about-service-tags span{border:1px solid #e2d1db;background:linear-gradient(140deg,#fff5fa,#f7f8ff);color:#334155;border-radius:999px;padding:.33rem .72rem;font-size:.82rem;font-weight:600}.about-image-row{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.about-image-frame{border:1px solid #d3dae9;border-radius:12px;overflow:hidden;position:relative;min-height:180px;background:#eef2f8}.about-section-image{object-fit:cover}.about-focus{margin-top:0;border:1px solid var(--line);border-radius:14px;background:#fff;padding:1.2rem;display:grid;grid-gap:.65rem;gap:.65rem}.news-updates-page{padding-bottom:2.5rem}.news-updates-header{background:linear-gradient(180deg,#e8eef9,#f0f4fb 45%,#ffffff);border-bottom:1px solid #dde4f0;padding:2.2rem 1rem 1.75rem;text-align:center}.news-updates-header-inner{max-width:860px;margin:0 auto}.news-updates-header h1{margin:0 0 .85rem;font-size:clamp(1.75rem,3.2vw,2.35rem);font-weight:700;color:#0f2744;letter-spacing:-.02em}.news-updates-intro{margin:0 auto 1.35rem;max-width:640px;color:#5a6578;font-size:.98rem;line-height:1.65}.news-updates-filters{gap:.65rem;flex-wrap:wrap}.news-filter-pill,.news-updates-filters{display:inline-flex;align-items:center;justify-content:center}.news-filter-pill{padding:.45rem 1.35rem;border-radius:999px;font-size:.84rem;font-weight:700;border:1px solid transparent;cursor:default;box-shadow:0 4px 12px rgba(15,39,68,.08)}.news-filter-pill-active{background:var(--axis-plum);color:#fff;border-color:var(--axis-plum)}.news-filter-pill-outline{background:#fff;color:#0f2744;border-color:rgba(15,39,68,.35);cursor:pointer;font:inherit;font-weight:700;font-size:.84rem;box-shadow:0 4px 12px rgba(15,39,68,.06);transition:background .2s ease,color .2s ease,border-color .2s ease}.news-filter-pill-outline:hover{background:var(--axis-plum);color:#fff;border-color:var(--axis-plum)}.news-updates-body{background:#fff;padding-top:1.75rem}.news-updates-grid-wrap{padding-left:1rem;padding-right:1rem}.news-updates-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.35rem;gap:1.35rem}.news-card{border-radius:18px;overflow:hidden;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 32px rgba(15,39,68,.08);transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.news-card:hover{box-shadow:0 18px 42px rgba(138,21,56,.12);border-color:#e5d4df;transform:translateY(-2px)}.news-card-link{display:flex;flex-direction:column;height:100%;color:inherit}.news-card-image{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden;border-bottom:1px solid #e8ecf4;background:#eef2f8}.news-card-image-media{object-fit:cover}.news-card-image-placeholder{aspect-ratio:16/10;width:100%;background:linear-gradient(135deg,rgba(138,21,56,.12),rgba(54,88,207,.1)),repeating-linear-gradient(-45deg,rgba(255,255,255,.55),rgba(255,255,255,.55) 10px,rgba(255,255,255,.3) 0,rgba(255,255,255,.3) 20px);display:grid;place-items:center;border-bottom:1px solid #e8ecf4}.news-card-image-placeholder span{font-size:.76rem;font-weight:700;color:#475069;background:rgba(255,255,255,.9);border:1px solid rgba(71,80,105,.15);border-radius:999px;padding:.32rem .7rem}.news-card-body{padding:1.25rem 1.35rem 1.2rem;display:flex;flex-direction:column;flex:1 1}.news-card-body h2{margin:0 0 .65rem;font-size:.82rem;line-height:1.45;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#0f2744;transition:color .18s ease}.news-card-link:hover .news-card-body h2{color:var(--axis-plum)}.news-card-body>p{margin:0 0 1rem;font-size:.88rem;line-height:1.55;color:#4b5563;flex:1 1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.15rem}.news-card-read{font-size:.8rem;font-weight:600;color:#94a3b8;transition:color .18s ease}.news-card-footer time{font-size:.8rem;color:#94a3b8;white-space:nowrap}.news-card-link:hover .news-card-read{color:var(--axis-plum)}.blog-card-meta{display:flex;align-items:center;gap:.45rem;font-size:.78rem;font-weight:600;color:#6b7280;margin-bottom:.5rem}.blog-card-dot{width:4px;height:4px;border-radius:50%;background:#c4c9d6}.blog-post-page{display:grid;grid-gap:1rem;gap:1rem}.blog-post-back{margin:0}.blog-post-back a{font-size:.88rem;font-weight:600;color:var(--axis-plum)}.blog-post-back a:hover{color:var(--axis-plum-dark)}.blog-post-hero{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;display:grid;grid-template-columns:minmax(220px,38%) minmax(0,1fr);grid-gap:0;gap:0}.blog-post-image{min-height:220px;position:relative;overflow:hidden;border-right:1px solid #e8e4ef;background:#eef2f8}.blog-post-image-media{object-fit:cover}.blog-post-image-placeholder{min-height:220px;background:linear-gradient(135deg,rgba(138,21,56,.14),rgba(54,88,207,.12)),repeating-linear-gradient(-45deg,rgba(255,255,255,.55),rgba(255,255,255,.55) 10px,rgba(255,255,255,.32) 0,rgba(255,255,255,.32) 20px);display:grid;place-items:center;border-right:1px solid #e8e4ef}.blog-post-image-placeholder span{font-size:.78rem;font-weight:700;color:#475069;background:rgba(255,255,255,.88);border:1px solid rgba(71,80,105,.18);border-radius:999px;padding:.35rem .75rem}.blog-post-hero-text{padding:1.25rem 1.35rem}.blog-post-hero-text h1{margin:0 0 .65rem;font-size:clamp(1.35rem,2.8vw,2rem);line-height:1.25}.blog-post-lead{margin:0;color:#6b7280;line-height:1.6;font-size:.98rem}.blog-post-body p{margin:0;color:var(--muted);line-height:1.62;max-width:720px}.blog-post-article{max-width:840px;display:grid;grid-gap:.9rem;gap:.9rem}.blog-post-article h2{margin:.45rem 0 0;font-size:1.16rem;color:#1f2937}.blog-post-article p{max-width:100%}.blog-post-article ul{margin:0;padding-left:1.2rem;color:#4b5563;display:grid;grid-gap:.4rem;gap:.4rem}.trade-page{display:grid;grid-gap:1.2rem;gap:1.2rem}.trade-hero{border:1px solid #e4dce7;border-radius:14px;padding:1.3rem;background:linear-gradient(128deg,#f8e4f0,#f1e8f9 52%,#f6edfa);display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,42%);grid-gap:1rem;gap:1rem;align-items:center}.trade-kicker{margin:0 0 .45rem;color:var(--axis-plum);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.trade-hero h1{margin:0 0 .65rem;font-size:clamp(1.5rem,3.3vw,2.4rem);line-height:1.18}.trade-hero p{margin:0;color:#4d5167;line-height:1.6}.trade-instruments{margin-top:.9rem;display:flex;flex-wrap:wrap;gap:.5rem}.trade-instruments a,.trade-instruments span{border:1px solid #e2d3dd;background:rgba(255,255,255,.74);border-radius:999px;padding:.3rem .66rem;font-size:.78rem;font-weight:600;color:#374151}.trade-instruments a:hover,.trade-instruments a[aria-current=page]{background:var(--axis-plum);border-color:var(--axis-plum);color:#fff}.trade-hero-media{position:relative;min-height:280px;border-radius:12px;overflow:hidden;border:1px solid #d8dce8;background:#eef2f8}.trade-hero-image{object-fit:cover}.trade-feature-grid{margin-top:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.trade-feature-card{border:1px solid var(--line);border-radius:12px;background:#fff;padding:1rem}.trade-feature-card h2{margin:0 0 .45rem;font-size:1.22rem}.trade-feature-card p{margin:0;line-height:1.6}.trade-benefits{margin-top:0;border:1px solid var(--line);border-radius:14px;background:#fff;padding:1.2rem}.trade-benefits-list{margin-top:.9rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:.8rem;gap:.8rem}.trade-benefits-list article{border:1px solid #e6dbe2;border-radius:10px;padding:.8rem;background:linear-gradient(142deg,#fff6fb,#f7f8ff)}.trade-benefits-list h3{margin:0;font-size:.95rem;line-height:1.42;color:#2d3748}.trade-capabilities{margin-top:0;border:1px solid var(--line);border-radius:14px;background:#fff;padding:1.2rem}.trade-capabilities p{margin:0}.trade-capabilities ul{margin:.85rem 0 0;padding-left:1.2rem;display:grid;grid-gap:.45rem;gap:.45rem;color:#374151}.trade-presence{margin-top:0;border:1px solid var(--line);border-radius:14px;background:#fff;padding:1.2rem}.trade-region-grid{margin-top:.85rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.8rem;gap:.8rem}.trade-region-card{border:1px solid #e6dce4;border-radius:10px;padding:.8rem;background:linear-gradient(145deg,#fff9fc,#f7f8ff)}.trade-region-card h3{margin:0 0 .38rem;font-size:1rem}.trade-region-card p{margin:0;font-size:.9rem;color:#4b5563;line-height:1.5}.trade-cta{margin-top:0;border:1px solid #e5d8e3;border-radius:14px;padding:1.35rem;background:radial-gradient(circle at 92% 12%,rgba(209,170,208,.32) 0,rgba(209,170,208,0) 35%),linear-gradient(98deg,#f8dff0,#efe6f7 48%,#f4ebfa)}.trade-cta p{margin:0;max-width:900px}.trade-cta .btn{margin-top:.95rem}.site-footer{margin-top:2rem;background:#111827;color:#e5e7eb}.site-footer-inner{max-width:1200px;margin:0 auto;padding:1.5rem 1rem;display:grid;grid-template-columns:1.2fr 1fr 1fr 1.1fr;grid-gap:1.2rem;gap:1.2rem}.footer-brand-block{min-width:0}.footer-logo{display:inline-flex;margin-bottom:.7rem}.footer-column h3{margin:0 0 .55rem;color:#fff;font-size:.92rem;font-weight:700}.footer-address{margin:0;color:#c7d1e2;line-height:1.6;font-size:.9rem}.footer-links{list-style:none;margin:0;padding:0;display:grid;grid-gap:.4rem;gap:.4rem}.footer-links a{color:#d8deea;font-size:.9rem;transition:color .18s ease}.footer-links a:hover{color:#ffffff}.footer-social-links{display:flex;flex-wrap:wrap;gap:.55rem}.footer-social-links li{list-style:none}.footer-social-links a{border-color:rgba(216,222,234,.35);background:rgba(216,222,234,.08)}.site-footer-meta{border-top:1px solid rgba(229,231,235,.2)}.site-footer-meta-inner{max-width:1200px;margin:0 auto;padding:.7rem 1rem .9rem;color:#aeb6c5;font-size:.82rem}@media (max-width:900px){.segment-icons{display:none}.utility-strip-inner{justify-content:space-between}.utility-links{gap:.8rem;font-size:.82rem}.segment-nav{overflow-x:auto;scrollbar-width:none}.services-dropdown{min-width:90vw;left:0}.hero{grid-template-columns:1fr}.hero-media{min-height:210px}.hero-secondary{min-height:300px}.hero-secondary-content{padding:1.35rem}.services-showcase{grid-template-columns:1fr}.services-showcase-right{height:380px}.why-org-section{min-height:auto;padding:1.2rem}.why-org-section .list-item{width:170px;height:170px;font-size:.83rem}.site-footer-inner{gap:1rem}.blog-post-hero,.contact-form,.news-updates-grid,.site-footer-inner{grid-template-columns:1fr}.blog-post-image,.blog-post-image-placeholder{min-height:180px;border-right:0;border-bottom:1px solid #e8e4ef}.about-expertise,.about-grid,.about-image-row,.trade-feature-grid,.trade-hero{grid-template-columns:1fr}}@media (max-width:1200px){.segment-strip-inner,.site-footer-inner,.site-footer-meta-inner,.utility-strip-inner{padding-left:1rem;padding-right:1rem}.news-updates-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.container{padding:1.35rem .9rem}.segment-strip-inner{min-height:52px;gap:.7rem;flex-wrap:wrap;padding-top:.35rem;padding-bottom:.35rem}.logo-badge{padding:.42rem .72rem}.logo-image{width:126px}.segment-nav{display:none}.mobile-menu{display:block}.segment-nav a,.services-trigger{font-size:.8rem}.utility-strip-inner{min-height:38px;padding-top:.2rem;padding-bottom:.2rem}.utility-strip{display:none}.utility-links{font-size:.78rem;gap:.75rem}.header-actions{flex-wrap:wrap}.btn{padding:.52rem .85rem;font-size:.84rem}.services-showcase-right{height:320px}.why-org-section{min-height:auto}.why-org-section .list-grid{column-gap:1.1rem;row-gap:1rem;margin:.4rem 0 0}.why-org-section .list-item{width:145px;height:145px;font-size:.76rem;padding:.8rem}.news-updates-header{padding:1.6rem .8rem 1.4rem}.news-updates-header h1{margin-bottom:.65rem}.news-updates-intro{font-size:.9rem}.news-updates-grid{grid-template-columns:1fr;gap:1rem}.blog-post-hero-text{padding:1rem 1rem 1.05rem}.trade-hero{padding:1rem}.trade-hero-media{min-height:220px}.trade-instruments{gap:.42rem}.trade-instruments a,.trade-instruments span{font-size:.74rem}.about-focus,.about-goals,.about-hero,.contact-form-section,.partner-section,.trade-benefits,.trade-capabilities,.trade-cta,.trade-presence{padding:1rem}}@media (max-width:560px){.segment-nav{gap:.55rem}.services-dropdown{min-width:95vw}.hero-secondary-content{padding:1rem}.about-hero h1,.hero-secondary h2,.trade-hero h1{font-size:clamp(1.2rem,6vw,1.55rem)}.services-showcase-right{height:280px;padding:.55rem}.service-image-placeholder{min-height:130px}.why-org-section h2{margin-bottom:1rem}.why-org-section .list-item{width:130px;height:130px;font-size:.72rem;line-height:1.28}.site-footer-meta-inner{font-size:.76rem}}