/* Public homepage only. No shared login or workspace stylesheet is changed. */
.aks-site { --ink:#0a202b; --deep:#061922; --soft:#f3f5f6; --brand:#871e4b; --accent:var(--brand); --muted:#586874; --line:#dce3e6; --gutter:clamp(22px,4.2vw,90px); --font:'DM Sans',system-ui,sans-serif; --display:'Manrope',var(--font); --ease:cubic-bezier(.2,.7,.2,1); margin:0; width:100%; overflow:clip; color:var(--ink); background:#fff; font:16px/1.65 var(--font); }
body:has(.aks-site) { margin:0; background:#061922; }
html:has(.aks-site) { scroll-behavior:smooth; scroll-padding-top:105px; }
.aks-site *, .aks-site *::before, .aks-site *::after { box-sizing:border-box; }
.aks-site h1, .aks-site h2, .aks-site h3, .aks-site p, .aks-site figure { margin:0; }
.aks-site h1, .aks-site h2, .aks-site h3 { color:inherit; font-family:var(--display); }
.aks-site a { color:inherit; text-decoration:none; }
.aks-site button { font:inherit; cursor:pointer; }
.aks-site img { display:block; max-width:100%; }
.aks-site svg { display:block; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.aks-site :focus-visible { outline:3px solid #bc3971; outline-offset:5px; }
.aks-site button:disabled { opacity:.3; cursor:default; }
.aks-site [hidden] { display:none !important; }
.aks-container { width:min(1720px,calc(100% - 2 * var(--gutter))); margin-inline:auto; }
.aks-skip { position:fixed; z-index:200; top:-70px; left:20px; padding:12px 20px; background:#fff; }
.aks-skip:focus { top:10px; }
.aks-contact-strip { padding:9px 0; color:#b0bdc4; background:var(--deep); font-size:12px; border-bottom:1px solid #ffffff12; }
.aks-contact-strip .aks-container, .aks-contact-strip .aks-container > div, .aks-strip-social { display:flex; align-items:center; gap:16px; }
.aks-contact-strip .aks-container { justify-content:space-between; }
.aks-contact-strip .aks-container > div > span, .aks-strip-social > span { width:3px; height:3px; background:#75878f; border-radius:50%; }
.aks-strip-social a, .aks-footer-social a { display:inline-flex; align-items:center; gap:7px; }
.aks-brand-mark { display:inline-grid; place-items:center; flex:0 0 23px; width:23px; height:23px; border-radius:7px; color:#fff; }
.aks-brand-mark svg { width:15px; height:15px; }
.aks-brand-mark.instagram, .instagram .aks-brand-mark { background:radial-gradient(circle at 25% 110%,#fdf497,#fd5949 38%,#d6249f 66%,#285aeb); }
.aks-brand-mark.facebook, .facebook .aks-brand-mark { background:#1877f2; }
.aks-brand-mark.facebook svg, .facebook .aks-brand-mark svg { fill:#fff; stroke:none; width:14px; height:14px; }
.aks-header { position:sticky; z-index:40; top:0; height:90px; background:#061922f5; color:#fff; backdrop-filter:blur(16px); border-bottom:1px solid #ffffff14; }
.aks-header.is-scrolled { box-shadow:0 6px 24px #06192225; }
.aks-nav-wrap { display:flex; align-items:center; gap:35px; height:100%; }
.aks-logo { flex:0 0 auto; }
.aks-logo img { width:226px; height:55px; object-fit:contain; }
.aks-nav { display:flex; align-items:center; gap:clamp(18px,1.8vw,35px); margin-left:auto; }
.aks-nav a { font-size:14px; color:#c8d0d4; transition:color .2s; }
.aks-nav a:hover, .aks-nav a[aria-current] { color:var(--accent); }
.aks-nav-actions { display:flex; align-items:center; gap:12px; }
.aks-staff-link { display:inline-flex; align-items:center; gap:9px; border:1px solid #ffffff40; border-radius:5px; padding:10px 15px; font-size:13px; white-space:nowrap; }
.aks-staff-link svg { width:17px; height:17px; }
.aks-staff-link:hover { background:#ffffff12; }
.aks-menu-button { display:none; width:42px; height:42px; border:1px solid #ffffff50; border-radius:5px; padding:10px; background:none; }
.aks-menu-button span { display:block; height:2px; margin:4px 0; background:white; }
.aks-hero { position:relative; color:#fff; background:radial-gradient(ellipse at 82% 43%,#153c49 0,#0a2530 29%,#061922 63%); overflow:hidden; }
.aks-hero::before { content:''; position:absolute; inset:0; pointer-events:none; opacity:.12; background-image:linear-gradient(#93b2c114 1px,transparent 1px),linear-gradient(90deg,#93b2c114 1px,transparent 1px); background-size:80px 80px; }
.aks-hero-content { display:grid; grid-template-columns:1.08fr 1fr; gap:35px; align-items:center; padding-block:65px 55px; min-height:695px; position:relative; }
.aks-hero-copy { min-width:0; padding-bottom:15px; }
.aks-kicker { display:flex; align-items:center; gap:12px; font-size:12px; text-transform:uppercase; letter-spacing:2px; font-weight:700; color:var(--brand); margin-bottom:25px !important; }
.aks-kicker > span { width:27px; height:1px; flex:0 0 27px; background:currentColor; }
.aks-hero .aks-kicker, .aks-kicker.light { color:var(--accent); }
.aks-hero h1 { font-size:clamp(56px,5.5vw,102px); font-weight:800; line-height:1.04; letter-spacing:-.055em; max-width:800px; }
.aks-hero h1 span { color:var(--accent); }
.aks-hero h1 em { display:block; font-style:normal; }
.aks-hero-lead { max-width:555px; margin-top:28px !important; color:#aebfc7; line-height:1.8; }
.aks-hero-actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:30px; }
.aks-button { display:inline-flex; align-items:center; justify-content:center; gap:25px; min-height:53px; padding:12px 23px; font-size:14px; font-weight:700; border-radius:5px; transition:transform .25s var(--ease),background .25s; }
.aks-button:hover { transform:translateY(-3px); }
.aks-button-primary { background:var(--accent); color:var(--ink) !important; }
.aks-button-primary:hover { background:#a32960; }
.aks-button-ghost { border:1px solid #ffffff30; color:#fff !important; }
.aks-button-ghost:hover { background:#ffffff09; }
.aks-license { display:flex; align-items:center; gap:12px; margin-top:35px; }
.aks-license-seal { width:40px; height:40px; flex:0 0 40px; display:grid; place-items:center; border:1px solid #ffffff25; border-radius:50%; color:var(--accent); }
.aks-license svg { width:22px; height:22px; }
.aks-license > span:last-child { display:grid; gap:3px; }
.aks-license small { font-size:12px; color:#8fa7b3; }
.aks-license strong { font-size:12px; font-weight:500; color:#c6d1d7; overflow-wrap:anywhere; }
.aks-network { min-width:0; position:relative; }
.aks-network-caption { display:flex; justify-content:space-between; gap:20px; color:#93aeba; font-size:11px; text-transform:uppercase; letter-spacing:1.7px; padding-inline:12px; }
.aks-network-caption span:last-child { color:var(--accent); }
.aks-globe-stage { width:100%; max-width:660px; aspect-ratio:1.2; margin:0 auto; position:relative; }
.aks-globe-stage canvas { display:block; width:100%; height:100%; position:absolute; inset:0; }
.aks-globe-fallback { position:absolute; width:88%; height:70%; top:12%; left:6%; object-fit:contain; opacity:.65; }
.aks-globe-stage.is-ready .aks-globe-fallback { visibility:hidden; }
.aks-network-origin { position:absolute; bottom:20px; left:12px; color:#a9bec8; font-size:12px; line-height:1.6; pointer-events:none; }
.aks-network-origin strong { font-size:14px; color:#fff; font-weight:500; }
.aks-network-origin > span { position:absolute; left:-13px; top:6px; width:5px; height:5px; background:var(--accent); box-shadow:0 0 15px var(--accent); border-radius:50%; }
.aks-destinations { display:flex; justify-content:center; flex-wrap:wrap; gap:7px; margin-top:8px; }
.aks-destinations button { border:1px solid #7398aa38; color:#a9bec8; background:#ffffff03; border-radius:30px; padding:6px 13px; font-size:12px; transition:background .2s,color .2s; }
.aks-destinations button:hover, .aks-destinations button[aria-pressed='true'] { color:var(--accent); border-color:#871e4b77; background:#871e4b10; }
.aks-network-note { text-align:center; font-size:12px; color:#7c97a4; margin-top:15px !important; }
.aks-hero-foot { position:relative; padding-block:21px; border-top:1px solid #ffffff17; display:flex; align-items:center; justify-content:space-between; gap:25px; font-size:12px; color:#8da5b0; }
.aks-hero-foot > a { display:inline-flex; align-items:center; gap:12px; color:#d4dee2; }
.aks-hero-foot strong { font-weight:500; color:#fff; }
.aks-scroll-mark { display:inline-grid; place-items:center; width:24px; height:30px; border:1px solid #ffffff30; border-radius:15px; animation:aks-nudge 2.5s ease-in-out infinite; }
@keyframes aks-nudge { 50% { transform:translateY(4px); } }
.aks-motion-toggle { padding:7px 14px; border:1px solid #ffffff25; border-radius:30px; color:#b6c7cf; background:none; font-size:12px !important; }
.aks-trust-band { border-bottom:1px solid var(--line); background:#f4f6f6; }
.aks-trust-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); }
.aks-trust-grid > div { padding:30px; border-right:1px solid var(--line); display:grid; }
.aks-trust-grid > div:first-child { padding-left:0; }
.aks-trust-grid > div:last-child { border:0; }
.aks-trust-grid strong { font:700 clamp(20px,1.65vw,29px)/1.2 var(--display); letter-spacing:-.7px; }
.aks-trust-grid span { font-size:13px; color:var(--muted); margin-top:7px; }
.aks-section { padding-block:clamp(70px,7vw,125px); }
.aks-section h2, .aks-contact h2 { font-size:clamp(32px,3.15vw,56px); line-height:1.15; letter-spacing:-.04em; font-weight:700; }
.aks-two-column { display:grid; grid-template-columns:1fr 1fr; gap:clamp(35px,9vw,165px); }
.aks-about-copy { padding-top:34px; max-width:690px; }
.aks-about-copy p + p { margin-top:18px; }
.aks-about-copy p, .aks-centered-heading > p:last-child { color:var(--muted); }
.aks-text-link { display:inline-flex; gap:24px; color:var(--brand) !important; border-bottom:1px solid #871e4b33; padding-bottom:6px; font-size:14px; font-weight:700; margin-top:24px; }
.aks-photo-section { padding-bottom:clamp(70px,7vw,125px); margin-top:-25px; }
.aks-photo-stories { display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:18px; }
.aks-photo-stories figure { height:clamp(250px,23vw,380px); min-width:0; overflow:hidden; position:relative; border-radius:7px; background:var(--deep); }
.aks-photo-stories img { width:100%; height:100%; object-fit:cover; filter:saturate(.65); transition:transform 1s var(--ease),filter 1s; }
.aks-photo-stories figure:hover img { transform:scale(1.055); filter:saturate(1); }
.aks-photo-stories figure::after { content:''; position:absolute; inset:20% 0 0; background:linear-gradient(transparent,#061922e8); }
.aks-photo-stories figcaption { position:absolute; z-index:1; left:28px; right:22px; bottom:27px; color:#fff; display:grid; gap:9px; }
.aks-photo-stories figcaption span { font-size:11px; letter-spacing:1.7px; color:#fff; }
.aks-photo-stories figcaption strong { font:600 clamp(18px,1.5vw,26px)/1.35 var(--display); }
.aks-services { background:#f1f4f5; }
.aks-services > .aks-container { display:grid; grid-template-columns:.85fr 1.25fr; gap:clamp(45px,7vw,130px); align-items:start; }
.aks-centered-heading { max-width:770px; }
.aks-centered-heading > p:last-child { margin-top:22px; }
.aks-services .aks-centered-heading { position:sticky; top:130px; }
.aks-service-grid { border-top:1px solid #cbd5da; }
.aks-service-card { display:grid; grid-template-columns:38px minmax(0,1fr) 46px; gap:10px 20px; align-items:center; border-bottom:1px solid #cbd5da; padding:30px 5px; position:relative; transition:padding .3s,background .3s; }
.aks-service-card:hover { padding-inline:18px; background:#fff8; }
.aks-service-number { grid-column:1; grid-row:1; font-size:13px; color:var(--brand); }
.aks-service-icon { grid-column:3; grid-row:1; color:var(--brand); width:43px; height:43px; background:#871e4b09; border-radius:50%; display:grid; place-items:center; }
.aks-service-icon svg { width:22px; height:22px; }
.aks-service-card h3 { grid-column:2; grid-row:1; font-size:clamp(20px,1.7vw,29px); letter-spacing:-.8px; }
.aks-service-card p { grid-column:2 / 4; color:var(--muted); font-size:15px; max-width:600px; }
.aks-purpose { padding-block:0 100px; background:#f1f4f5; }
.aks-purpose-grid { display:grid; grid-template-columns:1fr 1fr .85fr; gap:22px; }
.aks-purpose-grid article { min-width:0; background:#fff; padding:0 27px 30px; border:1px solid #dce3e6; border-radius:7px; overflow:hidden; }
.aks-purpose-image { width:calc(100% + 54px); max-width:none !important; height:205px; margin:0 -27px 27px; object-fit:cover; }
.aks-purpose-grid h2 { font-size:25px; margin-block:12px; }
.aks-purpose-grid article > span, .aks-certification span { font-size:11px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; color:var(--brand); }
.aks-purpose-grid p { font-size:14px; color:var(--muted); }
.aks-purpose-grid .aks-certification { background:var(--deep); color:#fff; padding:30px; display:flex; flex-direction:column; justify-content:space-between; }
.aks-certification img { width:125px; height:135px; object-fit:contain; margin-bottom:30px; border-radius:5px; }
.aks-certification span { color:var(--accent); }
.aks-certification p { color:#a4bac5; }
.aks-process { position:relative; overflow:hidden; color:#fff; background:radial-gradient(ellipse at 100% 100%,#174353,transparent 70%),#061922; }
.aks-process-heading { display:grid; grid-template-columns:1.1fr .8fr; gap:12%; align-items:end; }
.aks-process-heading > p { color:#9bb1bc; max-width:570px; }
.aks-process-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); position:relative; margin-top:65px; }
.aks-process-grid::before { content:''; position:absolute; top:25px; left:25px; right:25px; height:1px; background:#ffffff26; }
.aks-process-grid::after { content:''; position:absolute; top:24px; width:20%; height:2px; background:linear-gradient(90deg,transparent,var(--accent),transparent); animation:aks-route 9s linear infinite; }
@keyframes aks-route { from { transform:translateX(-100%); } to { transform:translateX(500%); } }
.aks-process-grid article { min-width:0; padding-right:38px; position:relative; z-index:1; }
.aks-process-grid article > span { display:grid; place-items:center; width:50px; height:50px; border:1px solid #637e8b; border-radius:50%; background:#0a2632; color:var(--accent); font-size:13px; }
.aks-process-grid h3 { margin:28px 0 12px; font-size:22px; letter-spacing:-.5px; }
.aks-process-grid p { color:#9bb1bc; font-size:15px; }
.aks-industries .aks-centered-heading { max-width:760px; margin-bottom:45px; }
.aks-industry-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:15px; }
.aks-industry-grid article { display:flex; flex-direction:column; align-items:flex-start; justify-content:space-between; padding:27px; min-height:175px; border:1px solid var(--line); border-radius:6px; background:#fff; transition:background .3s,border-color .3s,transform .3s; }
.aks-industry-grid article:hover { background:#f4f6f6; border-color:#96b0bb; transform:translateY(-4px); }
.aks-industry-grid img { width:55px; height:55px; object-fit:contain; }
.aks-industry-grid span { margin-top:22px; font-size:15px; font-weight:700; }
.aks-outcomes { background:#f1f4f5; }
.aks-outcomes-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:30px; margin-bottom:38px; }
.aks-outcomes-heading > div:first-child { max-width:850px; }
.aks-outcomes-heading p:last-child { margin-top:15px; color:var(--muted); }
.aks-carousel-controls { display:flex; gap:9px; flex:0 0 auto; }
.aks-carousel-controls button { width:46px; height:46px; border:1px solid #a5b4bc; border-radius:50%; background:transparent; color:var(--ink); font-size:20px; transition:background .2s,color .2s; }
.aks-carousel-controls button:hover:not(:disabled) { background:var(--ink); color:#fff; }
.aks-outcome-window, .aks-testimonial-window { overflow-x:auto; overflow-y:hidden; scroll-snap-type:x mandatory; scrollbar-width:thin; scrollbar-color:#b6c4cb transparent; padding-block:5px 20px; }
.aks-outcome-track, .aks-testimonial-grid { display:flex; gap:20px; width:100%; min-width:0; }
/* Explicit flex basis: large source images cannot expand the gallery cards. */
.aks-outcome-card { flex:0 0 266px; width:266px; min-width:0; max-width:266px; scroll-snap-align:start; overflow:hidden; background:#fff; border:1px solid #d6dfe3; border-radius:7px; }
.aks-outcome-card img { width:100%; height:292px; object-fit:contain; background:#e9edef; transition:filter .3s; }
.aks-outcome-card:hover img { filter:saturate(1.1); }
.aks-outcome-card > span { display:grid; gap:8px; padding:17px; border-top:1px solid var(--line); }
.aks-outcome-card strong { font-size:14px; line-height:1.4; font-weight:700; }
.aks-outcome-card small { color:var(--muted); font-size:12px; }
.aks-testimonials { background:white; }
.aks-testimonial-grid article { flex:0 0 calc((100% - 20px) / 2); min-width:0; scroll-snap-align:start; padding:35px; background:#f3f5f6; border-radius:7px; display:flex; flex-direction:column; justify-content:space-between; }
.aks-testimonial-grid article::before { content:'“'; height:53px; font:80px/1 Georgia,serif; color:var(--brand); }
.aks-testimonial-grid article > p { font:500 clamp(17px,1.3vw,22px)/1.7 var(--display); }
.aks-testimonial-grid footer { display:grid; margin-top:30px; padding-top:20px; border-top:1px solid #d8e0e5; }
.aks-testimonial-grid footer strong { font-size:15px; }
.aks-testimonial-grid footer span { font-size:13px; color:var(--muted); }
.aks-clients { padding-bottom:80px; }
.aks-clients p { text-align:center; margin-bottom:28px; font-size:12px; letter-spacing:1.5px; text-transform:uppercase; color:var(--muted); }
.aks-client-window { overflow-x:auto; scrollbar-width:thin; padding-bottom:12px; mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent); }
.aks-client-row { display:flex; width:max-content; gap:22px; animation:aks-logo-scroll 65s linear infinite; }
.aks-client-row img { flex:0 0 120px; width:120px; height:65px; object-fit:contain; padding:6px; background:#fff; border:1px solid #edf0f2; border-radius:5px; }
@keyframes aks-logo-scroll { to { transform:translateX(calc(-50% - 11px)); } }
.aks-client-window:hover .aks-client-row, .aks-client-window:focus .aks-client-row, .aks-client-window:focus-within .aks-client-row { animation-play-state:paused; }
.aks-social-proof { color:#fff; background:#112e3b; padding:52px 0; }
.aks-social-grid { display:grid; grid-template-columns:1fr auto; gap:60px; align-items:center; }
.aks-social-grid .aks-kicker { color:var(--accent); margin-bottom:16px !important; }
.aks-social-grid h2 { font-size:clamp(24px,2vw,33px); line-height:1.3; max-width:660px; }
.aks-social-grid p:last-child { color:#9db4c1; margin-top:13px; font-size:14px; }
.aks-social-actions { display:flex; gap:12px; }
.aks-social-actions a { display:flex; align-items:center; gap:13px; border:1px solid #ffffff30; border-radius:7px; padding:15px 20px; font-size:14px; }
.aks-social-actions a:hover { background:#ffffff09; }
.aks-social-actions a b { color:#9bb1bc; margin-left:15px; font-weight:400; }
.aks-contact { padding:90px 0; color:#fff; background:linear-gradient(100deg,#590e30ef,#871e4bea),url('/assets/ak_traders/images/site/footer-network.jpg') center/cover; }
.aks-contact-card { display:grid; grid-template-columns:1.15fr 1fr; gap:12%; align-items:center; }
.aks-contact-card > div:first-child > p:last-child { color:#e1b6c7; max-width:570px; margin-top:23px; font-size:15px; }
.aks-contact-options { display:grid; }
.aks-contact-options a { display:grid; grid-template-columns:minmax(0,1fr) auto; border-bottom:1px solid #ffffff35; padding-block:22px; }
.aks-contact-options a:hover { border-color:#fff; }
.aks-contact-options small { color:#dab4c4; font-size:12px; text-transform:uppercase; letter-spacing:1px; }
.aks-contact-options strong { font:500 clamp(16px,1.55vw,27px)/1.4 var(--display); margin-top:7px; overflow-wrap:anywhere; }
.aks-contact-options span { grid-column:2; grid-row:1/3; align-self:center; font-size:28px; margin-left:16px; }
.aks-footer { color:#a6b6bf; background:var(--deep); padding-top:68px; }
.aks-footer-grid { display:grid; grid-template-columns:1.4fr .7fr 1fr .9fr; gap:50px; padding-bottom:55px; }
.aks-footer-grid > div { display:flex; flex-direction:column; align-items:flex-start; gap:9px; min-width:0; }
.aks-footer-grid img { width:220px; height:58px; object-fit:contain; }
.aks-footer-grid p { max-width:290px; font-size:14px; }
.aks-footer-grid strong { color:#fff; font-size:14px; margin-bottom:10px; }
.aks-footer-grid a { font-size:13px; overflow-wrap:anywhere; }
.aks-footer-grid a:hover { color:var(--accent); }
.aks-footer-social { display:flex; flex-wrap:wrap; gap:16px; margin-top:13px; }
.aks-footer-login { color:var(--accent) !important; }
.aks-footer-bottom { border-top:1px solid #ffffff1c; display:flex; align-items:center; justify-content:space-between; gap:20px; padding-block:23px; font-size:11px; color:#7d969f; }
.aks-technology-mark { display:inline-flex; align-items:center; gap:8px; white-space:nowrap; }
.aks-technology-mark small { font-size:11px; }
.aks-technology-mark img { width:33px; height:28px; object-fit:contain; }
.aks-reveal { opacity:1; transform:none; }
.aks-reveal.is-entering { animation:aks-enter .85s var(--ease) both; }
@keyframes aks-enter { from { opacity:.25; transform:translateY(22px); } to { opacity:1; transform:none; } }
.aks-site.aks-motion-paused *, .aks-site.aks-motion-paused *::before, .aks-site.aks-motion-paused *::after { animation-play-state:paused !important; }
/* Existing install prompt, unchanged IDs and behavior. */
.aks-site .ak-pwa-prompt { position:fixed; z-index:90; bottom:18px; right:18px; width:min(420px,calc(100% - 36px)); display:grid; grid-template-columns:44px minmax(0,1fr) auto 25px; gap:10px; padding:14px; align-items:center; border:1px solid #dce3e6; border-radius:10px; color:var(--ink); background:#fff; box-shadow:0 12px 50px #06192244; }
.ak-pwa-prompt img { width:44px; height:44px; }
.ak-pwa-prompt > span { display:grid; }
.ak-pwa-prompt strong { font-size:13px; }
.ak-pwa-prompt small { font-size:11px; line-height:1.4; color:var(--muted); }
.ak-pwa-prompt button { border:0; background:var(--brand); color:#fff; border-radius:5px; padding:7px 10px; font-size:12px; }
.ak-pwa-prompt button:last-child { background:none; color:var(--muted); font-size:22px; padding:0; }
@media (min-width:1850px) { .aks-hero-content { min-height:780px; } }
@media (max-width:1150px) {
 .aks-contact-strip .aks-strip-social { font-size:0; gap:10px; }
 .aks-contact-strip .aks-social-label, .aks-contact-strip .aks-strip-social > span { display:none; }
 .aks-nav { display:none; position:absolute; top:100%; left:var(--gutter); right:var(--gutter); margin:0; padding:25px; background:#0b2937; border:1px solid #ffffff25; border-radius:7px; max-height:calc(100dvh - 140px); overflow:auto; }
 .aks-nav.is-open { display:grid; gap:20px; }
 .aks-nav-actions { margin-left:auto; }
 .aks-menu-button { display:block; }
 .aks-hero-content { gap:15px; padding-top:55px; }
 .aks-hero h1 { font-size:clamp(48px,6vw,70px); }
 .aks-network-origin { bottom:0; }
 .aks-purpose-grid { grid-template-columns:1fr 1fr; }
 .aks-purpose-grid .aks-certification { grid-column:1/-1; flex-direction:row; align-items:center; gap:35px; }
 .aks-certification img { margin:0; flex:0 0 120px; }
 .aks-footer-grid { grid-template-columns:1.2fr 1fr; }
 .aks-contact-card { gap:6%; }
}
@media (max-width:820px) {
 .aks-hero-content { grid-template-columns:1fr; padding-block:50px 28px; }
 .aks-hero-copy { max-width:650px; }
 .aks-hero h1 { font-size:clamp(48px,8.7vw,72px); max-width:720px; }
 .aks-network { max-width:610px; width:100%; margin:15px auto 0; }
 .aks-globe-stage { max-width:460px; }
 .aks-network-origin { bottom:8px; }
 .aks-hero-foot > span { display:none; }
 .aks-trust-grid > div { padding:23px 17px; }
 .aks-trust-grid span { font-size:12px; }
 .aks-two-column, .aks-services > .aks-container { grid-template-columns:1fr; gap:35px; }
 .aks-about-copy { padding:0; max-width:none; }
 .aks-services .aks-centered-heading { position:static; max-width:650px; }
 .aks-photo-stories { gap:12px; grid-template-columns:1.2fr 1fr; }
 .aks-photo-stories figure:last-child { grid-column:1/-1; height:235px; }
 .aks-photo-stories figcaption { left:22px; bottom:22px; }
 .aks-process-heading { grid-template-columns:1fr; gap:25px; }
 .aks-process-grid { grid-template-columns:1fr 1fr; gap:30px; }
 .aks-process-grid::before, .aks-process-grid::after { display:none; }
 .aks-process-grid article { padding:0; }
 .aks-industry-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .aks-testimonial-grid article { flex-basis:88%; }
 .aks-social-grid { grid-template-columns:1fr; gap:25px; }
 .aks-contact-card { grid-template-columns:1fr; gap:35px; }
 .aks-contact-options strong { font-size:22px; }
 .aks-footer-bottom { flex-wrap:wrap; }
}
@media (max-width:540px) {
 .aks-contact-strip { padding-block:7px; }
 .aks-contact-strip .aks-container > div { gap:0; }
 .aks-contact-strip .aks-container > div a:not(:first-child), .aks-contact-strip .aks-container > div > span { display:none; }
 .aks-header { height:73px; }
 .aks-nav-wrap { gap:12px; }
 .aks-logo img { width:min(190px,48vw); height:48px; }
 .aks-staff-link { font-size:0; padding:11px; gap:0; }
 .aks-nav-actions { gap:8px; }
 .aks-hero h1 { font-size:clamp(40px,9.7vw,53px); letter-spacing:-.06em; }
 .aks-hero-lead { font-size:15px; margin-top:24px !important; }
 .aks-hero-actions { gap:10px; }
 .aks-button { width:100%; min-height:50px; }
 .aks-kicker { font-size:10px; letter-spacing:1.4px; }
 .aks-license { align-items:flex-start; margin-top:26px; }
 .aks-license small, .aks-license strong { font-size:10px; }
 .aks-network { margin-top:25px; }
 .aks-network-caption { font-size:9px; letter-spacing:1px; padding:0; }
 .aks-network-origin { left:15px; bottom:2px; font-size:10px; }
 .aks-network-origin strong { font-size:11px; }
 .aks-destinations { margin-top:20px; gap:6px; }
 .aks-destinations button { padding:7px 11px; font-size:11px; }
 .aks-network-note { font-size:11px; }
 .aks-hero-foot { gap:10px; font-size:10px; }
 .aks-motion-toggle { font-size:10px !important; padding:7px 11px; }
 .aks-trust-grid { grid-template-columns:1fr 1fr; }
 .aks-trust-grid > div { padding:22px 14px !important; border-bottom:1px solid var(--line); }
 .aks-trust-grid > div:nth-child(2) { border-right:0; }
 .aks-trust-grid > div:nth-child(3), .aks-trust-grid > div:nth-child(4) { border-bottom:0; }
 .aks-trust-grid strong { font-size:19px; }
 .aks-section { padding-block:65px; }
 .aks-section h2, .aks-contact h2 { font-size:32px; }
 .aks-photo-stories { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:12px; }
 .aks-photo-stories figure, .aks-photo-stories figure:last-child { flex:0 0 85%; height:280px; scroll-snap-align:start; }
 .aks-service-card { grid-template-columns:25px minmax(0,1fr) 35px; column-gap:10px; padding-block:24px; }
 .aks-service-card:hover { padding-inline:5px; }
 .aks-service-card h3 { font-size:20px; }
 .aks-service-icon { width:35px; height:35px; }
 .aks-service-card p { font-size:14px; }
 .aks-purpose { padding-top:0; }
 .aks-purpose-grid { grid-template-columns:1fr; gap:18px; }
 .aks-purpose-grid h2 { font-size:25px; }
 .aks-purpose-grid .aks-certification { flex-direction:column; align-items:flex-start; padding:25px; gap:24px; }
 .aks-certification img { flex-basis:auto; width:105px; height:120px; }
 .aks-process-grid { margin-top:40px; gap:28px 20px; }
 .aks-process-grid h3 { font-size:19px; margin-top:19px; }
 .aks-process-grid p { font-size:14px; }
 .aks-industry-grid { gap:10px; }
 .aks-industry-grid article { min-height:165px; padding:21px 17px; }
 .aks-industry-grid span { font-size:13px; }
 .aks-outcomes-heading { align-items:flex-start; flex-direction:column; gap:20px; }
 .aks-outcome-card { flex-basis:240px; width:240px; max-width:240px; }
 .aks-outcome-card img { height:264px; }
 .aks-testimonial-grid article { flex-basis:93%; padding:25px; }
 .aks-testimonial-grid article > p { font-size:17px; }
 .aks-social-actions { gap:10px; }
 .aks-social-actions a { padding:13px; font-size:13px; gap:9px; }
 .aks-social-actions a b { margin-left:0; }
 .aks-contact { padding-block:65px; }
 .aks-contact-options strong { font-size:18px; }
 .aks-footer-grid { grid-template-columns:1fr; gap:30px; }
 .aks-footer-bottom { display:grid; gap:13px; }
}
@media (prefers-reduced-motion:reduce) {
 html:has(.aks-site) { scroll-behavior:auto; }
 .aks-site *, .aks-site *::before, .aks-site *::after { animation:none !important; transition:none !important; }
}
