html, body { width: 100%; height: 100%; margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; background: #EEE7E3; overflow-x: clip}
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI"; background: #EEE7E3; color: #000; overflow-y: scroll; }
main { height:auto; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.top-bar { position: fixed; width: 1121px; height: 43px; left: 274px; top: 67px; filter: drop-shadow(0px 4px 4px #000000); z-index: 1000; }
.top-bar-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; height: 100px; }
.top-bar.hidden { opacity: 0; pointer-events: none; transition: opacity 0.5s ease; }

.logo { position: absolute; width: 130px; height: 168px; left: 131px; top: 20px; object-fit: contain; }
/* Header: logo image next to title */
.and-logo img{
  display: block;
  height: 90px; /* 8px top/bottom breathing room */
  width: 250px;                        /* keep aspect ratio */
  object-fit: contain;                /* no cropping */
}

.top-bar nav { flex: 1; display: flex; align-items: center; height: 100%; margin-left: 32px; }

.top-bar nav ul { display: flex; gap: 48px; list-style: none; margin: 0; padding: 0; align-items: center; height: 100%; }
nav ul li { font-family: 'Inter', Arial, sans-serif; font-size: 18px; font-weight: 500; color: #fff; cursor: pointer; text-transform: uppercase; letter-spacing: 0.08em; transition: color 0.2s; height: 100%; display: flex; align-items: center; padding: 0 8px; position: relative; }
nav ul li:hover { color: #007aff; }
.nav-links { position: relative; width: 100%; height: 100%; }
.nav-links ul { display: flex; flex-wrap: wrap; gap: 24px; list-style: none; margin: 0; padding: 0; }
.nav-item { position: absolute; top: 73px; height: 31px; font-family: 'Inter', sans-serif; font-style: normal; font-weight: 500; font-size: 18px; line-height: 22px; color: #FFFFFF; text-decoration: none; text-transform: uppercase; cursor: pointer; border-bottom: 2px solid transparent; padding-bottom: 4px; transition: border-color 0.3s ease; }
.nav-item:hover { border-bottom: 2px solid #fff; }
.nav-line { position: absolute; left: 1135px; top: 70px; width: 1px; height: 22px; background-color: #FFFFFF; }

/* === Section 2: Full-bleed video + Glass Card overlay === */
.hero, .mission--glass{width:100%;left:0;margin:0;padding:0;scroll-snap-align:start;scroll-snap-stop:always;will-change:transform;min-height:100dvh;min-height:100svh;height:auto!important;}
.mission .mission-desktop{display:block;}
.mission .mission-mobile{display:none;}
@media (max-width:768px){
  .mission .mission-desktop { display: none !important; }
  .mission .mission-mobile { display: block !important; }
  .mission--glass .mission-cta { display: inline-flex; align-items: center; gap: 10px; flex-wrap: nowrap; margin-top: 8px; } /* Keep the “Learn more about it +” on one line in the mobile mission card */
  .mission--glass .mission-cta .learn-more { white-space: nowrap; } /* prevents the plus from dropping under */
  .mission--glass .mission-cta .plus-btn { flex: 0 0 28px; } /* keeps the button from stretching */
}

.mission--glass{position:relative;min-height:100dvh;overflow:hidden;z-index:0;}
.mission--glass .mission-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.02);filter:blur(1.2px);z-index:0;}
.mission--glass .mission-scrim{position:absolute;inset:0;pointer-events:none;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.45) 0%,rgba(0,0,0,.18) 40%,rgba(0,0,0,0) 75%);}
@media (max-width:768px){
  .mission--glass .mission-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(640px,92vw);margin:0;padding:clamp(14px,3.6vw,18px);background:rgba(238,231,227,.90);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.25);border-radius:0;box-shadow:0 28px 80px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.35);z-index:2;}
  .mission--glass .mission-title{font-size:clamp(28px,6.6vw,36px);}
  .mission--glass .mission-copy{font-size:clamp(14px,4.2vw,18px);line-height:1.48;text-align: justify;}
  .mission--glass .learn-more{font-size:clamp(16px,4.4vw,18px);}
  .mission--glass .arrow-btn.up{top:18px;right:16px;z-index:3;}
}
/* Section 2 (Mission) – smaller "+" on mobile */
@media (max-width: 768px){
  .mission--glass .mission-cta { gap: 8px; }
  .mission--glass .mission-cta .plus-btn { width: 22px; height: 22px; flex: 0 0 22px; } /* override earlier 28px basis */
  .mission--glass .mission-cta .plus-btn .plus-icon { width: 10px; height: 10px; }
  .mission--glass .mission-cta .plus-btn .plus-icon::before { left: 4px; top: 1px; width: 2px; height: 8px; }
  .mission--glass .mission-cta .plus-btn .plus-icon::after { left: 1px; top: 4px; width: 8px; height: 2px; }
}

.hero .hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-bg.hero-bg-mobile { display: none; }
.hero, .mission { width: 100%; left: 0; margin: 0; padding: 0; scroll-snap-align: start; scroll-snap-stop: always; will-change: transform; min-height: 100dvh; min-height: 100svh; height: auto !important; }
.hero-bg, .mission-bg { width: 100%; height: 100%; object-fit: cover; will-change: transform; transition: transform 1.2s cubic-bezier(.4,0,.2,1); }
/* default: show desktop, hide mobile */
.hero-bg-desktop { display: block; }
.hero-bg-mobile  { display: none; }

@media (max-width: 768px) {
  .hero .hero-bg.hero-bg-desktop { display: none; }
  .hero .hero-bg.hero-bg-mobile  { display: block; }
}
.arrow-btn { position: absolute; right: 120px; bottom: 100px; width: 53px; height: 53px; background: none; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 2; }
.arrow-circle { position: absolute; width: 53px; height: 53px; border-radius: 50%; background: rgba(0,0,0,0.08); z-index: 1; }
.arrow-img { position: relative; width: 31px; height: 31px; z-index: 2; }
video { max-width: 100%; height: auto; }

.mission-title { font-family: 'Instrument Sans', Arial, sans-serif; font-size: 64px; font-weight: 400; color: #000; margin: 0 0 32px 0; line-height: 1.22; }
.mission-desc { font-family: 'Inter', sans-serif; font-style: normal; font-weight: 400; font-size: 32px; line-height: 39px; color: #000000; width: 943px; max-width: 843px; }
.mission-action { display: flex; align-items: center; gap: 16px; margin-top: 32px; }
.learn-more { font-family: 'Instrument Sans', Arial, sans-serif; font-size: 28px; font-weight: 400; color: #000; line-height: 1.22; margin-right: 8px; }

.plus-btn { background: #222; border: none; border-radius: 6px; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.10); transition: background 0.2s ease; padding: 0; }
.plus-btn:hover { background: #444; }
.plus-btn .plus-icon { position: relative; width: 14px; height: 14px; }
.plus-btn .plus-icon::before, .plus-btn .plus-icon::after { content: ''; position: absolute; background-color: #fff; border-radius: 1px; }
.plus-btn .plus-icon::before { left: 6px; top: 1px; width: 2px; height: 12px; }
.plus-btn .plus-icon::after { left: 1px; top: 6px; width: 12px; height: 2px; }

.dept-section .dept-header { text-align: center; }
.dept-section .dept-header p { max-width: 760px; margin: 8px auto 24px; }
.dept-list li { grid-template-columns: 18px 1fr; align-items: center; line-height: 1.55; }
.dept-list .dot { width: 10px; height: 10px; margin: 0; }
.dept-list .dot::after { transform: none; }
.dept-section .dept-list li { display: grid; grid-template-columns: 18px 1fr; align-items: center !important; gap: 12px; padding: 14px 22px; line-height: 1.55; }
.dept-section .dept-list .dot { width: 10px; height: 10px; align-self: center; margin: 0; }
                                                     
@keyframes fade-blink { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }
.arrow-btn { animation: fade-blink 2.5s infinite ease-in-out; }
.arrow-btn.up { bottom: auto; top: 60px; }
.background { width: 100%; height: auto; background: #EEE7E3; position: relative; margin: 0 auto; }
.info-cards { --info-scale: .82; transform: scale(var(--info-scale)); transform-origin: top center; min-height: calc(600px * var(--info-scale)); position: relative; z-index: 1;}
.info-card { opacity: 0; transform: translateY(100px); transition: all 0.8s ease-out; }
.info-card.show { opacity: 1; transform: translateY(0); }
@media (min-width: 1600px) { .info-cards { --info-scale: .88; } }
.info-cards .info-title { font-size: clamp(18px, 1.8vw, 24px) !important; letter-spacing: .02em; }
.info-cards .info-desc { font-size: clamp(14px, 1.35vw, 18px) !important; line-height: 1.35 !important; text-align: left !important; }
.info-cards .num { font-size: clamp(32px, 3.2vw, 44px) !important; }
.info-cards dotlottie-wc, .info-cards dotlottie-player { width: 64px !important; height: 64px !important; }
.background { padding-block: 24px; }

.background.blueprint { position: relative; isolation: isolate; overflow: hidden; }
.background.blueprint::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: repeating-linear-gradient(0deg, rgba(0,0,0,.045) 0 1px, transparent 1px 28px), repeating-linear-gradient(90deg, rgba(0,0,0,.045) 0 1px, transparent 1px 28px), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/></filter><rect width='120' height='120' filter='url(%23n)' opacity='.08'/></svg>"); background-size: 28px 28px, 28px 28px, 180px 180px; background-position: center center, center center, center center; }
.background.blueprint::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(120% 80% at 50% 10%, rgba(0,0,0,.08), transparent 55%), radial-gradient(90% 70% at 85% 85%, rgba(0,0,0,.06), transparent 55%); opacity: .7; }
@media (max-width: 768px) { .background.blueprint::before { opacity: .18; } .background.blueprint::after { opacity: .6; } }

.divider { position: absolute; top: 10px; bottom: 10px; width: 14px; pointer-events: none; opacity: .38; }
.divider::before { content: ""; position: absolute; top: 0; bottom: 0; left: 6.5px; width: 1.5px; background: #111; opacity: .45; border-radius: 2px; }
.divider::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(to bottom, transparent 0 11px, rgba(0,0,0,.40) 11px 12px), repeating-linear-gradient(to bottom, transparent 0 59px, rgba(0,0,0,.70) 59px 61px); mask: linear-gradient(to right, #000 0 7px, transparent 7px); }
.v-div-1 { left: 680px; }
.v-div-2 { left: 1239px; }
@media (max-width: 768px) { .divider { opacity: .28; } }
/* HOTFIX: Section 3 breathing room on phones – ensure it trumps later shorthands */
@media (max-width: 768px){ section#departments.dept-section { padding: 20px 20px 96px !important; } } /* more space below cards */

/* ===== Section 4 — Mobile stack ===== */
@media (max-width: 768px) {
  .info-cards { --info-scale: 1; transform: none; min-height: auto; display: flex; flex-direction: column; gap: 20px; padding: 16px; align-items: stretch; }
  .info-cards .divider { display: none !important; }
  .background.stripe .info-cards::before { display: none !important; }
  .info-card { position: static !important; left: auto !important; top: auto !important; width: 100% !important; height: auto !important; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 10px; }
  #money-saved .money-icon, #money-saved .money-wrapper, #money-saved .info-title, #money-saved .info-desc, #average-time .clock-icon, #average-time .clock-wrapper, #average-time .info-title, #average-time .info-desc, #happy-clients .star-icon, #happy-clients .clients-wrapper, #happy-clients .info-title, #happy-clients .info-desc { position: static !important; left: auto !important; top: auto !important; width: 100% !important; height: auto !important; transform: none !important; text-align: center; }
  .info-cards dotlottie-wc, .info-cards dotlottie-player { width: 54px !important; height: 54px !important; }
  .info-cards .num { font-size: 34px !important; line-height: 1.05 !important; }
  .info-cards .info-title { font-size: 18px !important; text-align: center !important; }
  .info-cards .info-desc { font-size: 14px !important; line-height: 1.45 !important; max-width: 40ch; margin: 0 auto; text-align: center !important; }
  #money-saved, #average-time, #happy-clients { left: auto !important; top: auto !important; } /* Put the big numbers back in normal flow + consistent gap below icons */
  #money-saved .num, #average-time .num, #happy-clients .num { position: static !important; left: auto !important; transform: none !important; margin-top: 8px !important; text-align: center !important; }
  #money-saved .money-icon dotlottie-player, #average-time .clock-icon dotlottie-wc, #happy-clients .star-icon dotlottie-wc { width: 56px !important; height: 56px !important; } /* Make all three icons the same size (overrides later !important rules) */
}

#money-saved { position: absolute; left: 200px; top: 0px; width: 401px; height: 413px; display: flex; flex-direction: column; align-items: center; }
#money-saved .info-title { position: absolute; left: 67px; top: 120px; width: 100%; height: 35px; font-family: 'Instrument Sans', sans-serif; font-size: 36px; font-weight: 800; line-height: 1.22em; color: #000; text-align: left; }
#money-saved .info-desc { position: absolute; left: 0; top: 185px; width: 401px; height: 264px; font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; line-height: 1.21em; color: #000; text-align: justify; }
#money-saved .money-wrapper { position: absolute; top: 65px; left: 0; width: 100%; display: flex; justify-content: center; }
#money-saved .num { font-size: 50px; font-weight: 700; line-height: 1; text-align: center; }
#happy-clients { position: absolute; left: 1318px; top: 0px; width: 401px; height: 413px; display: flex; flex-direction: column; align-items: center; }
#happy-clients .info-title { position: absolute; left: 67px; top: 120px; width: 100%; height: 35px; font-family: 'Instrument Sans', sans-serif; font-size: 36px; font-weight: 800; line-height: 1.22em; color: #000; text-align: left; }
#happy-clients .info-desc { position: absolute; left: 0; top: 185px; width: 401px; height: 264px; font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; line-height: 1.21em; color: #000; text-align: justify; }
#happy-clients .clients-wrapper { position: absolute; top: 65px; left: 0; width: 100%; display: flex; justify-content: center; }
#happy-clients .num { font-size: 50px; font-weight: 700; line-height: 1; text-align: end; }
#average-time { position: absolute; left: 759px; top: 197px; width: 401px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 10px; height: auto; }
#average-time .clock-wrapper { position: absolute; top: 0; left: 0; width: 100%; display: flex; justify-content: center; }
#average-time .num { position: absolute; top: 65px; left: 50%; transform: translateX(-50%); font-size: 50px; font-weight: 700; line-height: 1; text-align: center; }
#average-time .info-title { position: absolute; top: 120px; left: 67px; width: 266px; height: 35px; font-family: 'Instrument Sans', sans-serif; font-size: 36px; font-weight: 800; line-height: 1.22em; color: #000; text-align: left; }
#average-time .info-desc { position: absolute; top: 185px; left: 0; width: 401px; height: 264px; font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 400; line-height: 1.21em; color: #000; text-align: justify; }
.count-up { font-weight: 700; text-align: center; }
#average-time .clock-icon { position: absolute; top: 0; left: 0; width: 100%; display: flex; justify-content: center; }
#average-time .clock-icon dotlottie-wc { width: 80px !important; height: 80px !important; }
#money-saved .money-icon { position: relative; top: 0; left: 0; width: 100%; display: flex; justify-content: center; }
#money-saved .money-icon dotlottie-player { width: 80px !important; height: 80px !important; }
#happy-clients .star-icon { position: absolute; top: 0; left: 0; width: 100%; display: flex; justify-content: center; }
#happy-clients .star-icon dotlottie-wc { width: 100px !important; height: 100px !important; }

/* footer section */
.site-footer { background: #000; color: #fff; padding: 60px 40px 40px; font-family: 'Inter', sans-serif; }
.footer-container { display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 1200px; margin: 0 auto; gap: 40px; }
.footer-logo img { width: 140px; height: auto; }
.footer-columns { display: flex; justify-content: center; flex-wrap: wrap; text-align: left; gap: 60px; }
.footer-column h4 { font-size: 14px; text-transform: uppercase; margin-bottom: 12px; text-align: left; font-weight: 600; }
.footer-column ul { list-style: none; padding: 0; margin: 0; }
.footer-column ul li { margin-bottom: 8px; }
.footer-column ul li a, .contact-email { color: #fff; text-decoration: none; font-size: 16px; transition: color 0.3s ease; }
.footer-column ul li a:hover, .contact-email:hover { color: #007aff; }
.footer-bottom { border-top: 1px solid #333; margin-top: 40px; padding-top: 20px; display: flex; flex-direction: column; align-items: center; gap: 12px; font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-links a { color: #aaa; text-decoration: none; }
.footer-links a:hover { color: #fff; }

/* client panel section */
.clients-map .chip { border-radius: 0 !important; padding: 9px 14px; box-shadow: 0 2px 0 rgba(0,0,0,.35), 0 10px 22px rgba(0,0,0,.08); }
.clients-map .chip.active { border-color: #111; }
.map-card { border-radius: 0 !important; }
.clean-info-panel { border-radius: 0 !important; }
.map-card .corner { display: none !important; }

@keyframes glowPulse { 0%, 100% { box-shadow: 0 0 20px rgba(0,255,255,0.3); } 50% { box-shadow: 0 0 30px rgba(0,255,255,0.5); } }
.clients-map { padding: 0; min-height: 100vh; background: #EEE7E3; display: flex; align-items: center; justify-content: center; }
.clients-map-inner { width: 100%; max-width: 1500px; margin: 0 auto; padding: 48px 0 64px; }
.clients-map-header { width: 94%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: space-between; }
.clients-map h2 { font-size: 48px; line-height: 1.1; margin: 0; letter-spacing: .01em; }
.map-controls { display: flex; gap: 10px; flex-wrap: wrap; }
.chip { appearance: none; border: 1.25px solid #111; background: #fff; color: #111; font: 600 12px/1 "Inter", system-ui, sans-serif; letter-spacing: .06em; padding: 9px 14px; border-radius: 999px; cursor: pointer; box-shadow: 0 2px 0 rgba(0,0,0,.35), 0 10px 22px rgba(0,0,0,.08); transition: transform .12s ease, box-shadow .2s ease; }
.chip:hover { transform: translateY(-1px); }
.chip.active { background: #111; color: #fff; }
.clients-map-layout { width: 94%; margin: 0 auto; display: grid; grid-template-columns: 1.95fr .85fr; gap: 28px; height: auto; }
@media (max-width: 1100px) { .clients-map-layout { grid-template-columns: 1fr; height: auto; } }
.map-card { position: relative; overflow: hidden; border-radius: 18px; background: #F6F3F1; border: 1.5px solid #111; box-shadow: 0 24px 60px rgba(0,0,0,.16); }
.map-card::before { content: ""; position: absolute; inset: -10% -10% -10% -10%; pointer-events: none; background: radial-gradient(120% 100% at 50% 20%, rgba(0,0,0,.08), transparent 55%), radial-gradient(80% 80% at 85% 85%, rgba(0,0,0,.06), transparent 50%); mix-blend-mode: multiply; }
.map-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(transparent 23px, rgba(0,0,0,.06) 24px), linear-gradient(90deg, transparent 23px, rgba(0,0,0,.06) 24px); background-size: 24px 24px, 24px 24px; opacity: .25; }
#world-map { width: 100%; height: 100%; aspect-ratio: 2 / 1;  }
@media (max-width: 1100px) { #world-map { height: 460px; } }
.clean-info-panel { background: rgba(238,231,227,.85); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border-radius: 18px; border: 1.25px solid #111; padding: 24px 22px; box-shadow: 0 22px 60px rgba(0,0,0,.14); }
.clean-info-panel .info-title { font-size: 22px; font-weight: 800; color: #111; letter-spacing: .01em; border-bottom: 1px solid #111; padding-bottom: 12px; margin: 0 0 14px; }
.clean-info-panel .stat-line { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 12px 2px; border-bottom: 1px solid rgba(0,0,0,.12); }
.clean-info-panel .industry-entry { display: block; padding: 12px 2px; border-bottom: 1px solid rgba(0,0,0,.12); }
.stat-label, .industry-label { display: inline-flex; align-items: center; gap: .6rem; font-weight: 600; color: #222; }
.stat-value, .industry-count { font-weight: 800; color: #000; justify-self: end; text-align: right; min-width: 2ch; font-variant-numeric: tabular-nums; }
.map-card .corner { position: absolute; width: 14px; height: 14px; border: 1.5px solid #111; }
.map-card .corner.tl { left: 8px; top: 8px; border-right: none; border-bottom: none; }
.map-card .corner.tr { right: 8px; top: 8px; border-left: none; border-bottom: none; }
.map-card .corner.bl { left: 8px; bottom: 8px; border-right: none; border-top: none; }
.map-card .corner.br { right: 8px; bottom: 8px; border-left: none; border-top: none; }
/* Mobile: give the map a bit more height so the zoomed view breathes */
@media (max-width: 768px){ #world-map { height: 560px; } .clients-map-layout { gap: 16px; } }
.industries-section { display: flex; flex-direction: column; gap: 1rem; }
.industry-entry { display: block; padding: .75rem 0; border-bottom: 1px solid #ddd; }
.industry-entry:last-child { border-bottom: none; }
.industry-row { display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 8px; }
.industry-label { display: grid; grid-template-columns: 20px auto; align-items: center; column-gap: 8px; font-weight: 600; color: #222; }
.industry-icon-svg { width: 18px; height: 18px; display: block; margin: 0; }
.industry-count { justify-self: end; font-weight: 800; color: #000; font-variant-numeric: tabular-nums; }
.industry-notes { margin: 8px 0 0 28px; font: 500 12.5px/1.45 "Inter", system-ui, sans-serif; color: rgba(0,0,0,.68); }
@media (max-width: 768px){ .industry-notes { margin-left: 26px; font-size: 12px; } }
:root { --chip-w: 112px; --chip-h: 34px; }
.map-controls .chip { width: var(--chip-w); height: var(--chip-h); padding: 0; display: inline-flex; align-items: center; justify-content: center; text-align: center; }
@media (max-width: 768px){ .clients-map-header { align-items: flex-start; } .map-controls { display: flex !important; flex-direction: column !important; flex-wrap: nowrap !important; gap: 8px; align-items: flex-end; } }
@media (min-width: 769px){ .map-controls { display: flex; gap: 10px; } }

/* ==== Departments cards ==== */
.dept-section { position: relative; background: #EEE7E3; padding: 20px; height: auto; min-height: 100vh; }
/* wider container so cards fill the row more */
.dept-container { max-width: 1500px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 1600px) { .dept-container { max-width: 1600px; } }
.dept-header h2 { margin: 0; font: 600 32px/1.2 "Inter", system-ui, sans-serif; color: #111; }
.dept-header p { margin: 8px 0 24px; color: rgba(0,0,0,.7); font: 400 14px/1.6 "Inter", system-ui, sans-serif; }
/* equal-height grid items */
.dept-grid { display: grid; gap: 20px; grid-template-columns: 1fr; align-items: stretch; }
@media (min-width: 640px) { .dept-grid { grid-template-columns: repeat(2,1fr); } }

/* === Fix 2: compact desktop sheet (dropdown style) === */
@media (min-width: 1024px) {
  .dept-grid { grid-template-columns: repeat(3,1fr); } /* 3-column layout on desktop */
  .and-sheet-wrap { pointer-events: none; } /* Let clicks pass through the overlay; only the sheet itself is interactive */
  .and-sheet-wrap.open .and-sheet { pointer-events: auto; }
  .and-backdrop { opacity: 0 !important; background: transparent !important; } /* No dark dimmer on desktop */
  .and-sheet{
    top: 12px;                 /* or: top: calc(var(--nav-h) + 12px); */
    bottom: 12px;              /* restore bottom so it fills the viewport */
    width: min(560px, 92vw);  
    display: flex; flex-direction: column; /* keep a nice readable width */
  }
  .and-sheet-top { height: 48px; padding: 0 16px; }
  .and-list{
    max-height: calc(100% - var(--nav-h));
    overflow: auto;
  }
  .and-list a { padding: 14px 18px; font-size: 16px; }
}
@media (min-width: 1280px) { .dept-grid { grid-template-columns: repeat(5,1fr); } }

/* wrappers & card fill the full height */
.dept-card { display: flex; flex-direction: column; height: 100%; background: rgba(255,255,255,.9); backdrop-filter: blur(6px); box-shadow: 0 20px 40px rgba(0,0,0,.20), 0 8px 20px rgba(0,0,0,.08); }
.dept-card-header { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 18px 22px; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(0,0,0,.1); }
.dept-card-header h3 { margin: 0; font: 600 18px/1.2 "Inter", system-ui, sans-serif; color: #111; text-align: center; }
.dept-icon { width: 20px; height: 20px; stroke: #444; }
.dept-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; flex: 1 1 auto; }
.dept-list li { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 12px; padding: 14px 22px; border-bottom: 1px solid rgba(0,0,0,.1); color: rgba(0,0,0,.85); font: 400 14px/1.6 "Inter", system-ui, sans-serif; }
.dept-list li:hover { background: #fff; }
.dot { position: relative; width: 10px; height: 10px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.6); }
.dot::after { content: ""; position: absolute; inset: 2px; border-radius: 50%; background: rgba(0,0,0,.85); transition: transform .2s; }
.dept-list li:hover .dot::after { transform: scale(1.1); }
.dept-card-footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 20px; font-size: 12px; color: rgba(0,0,0,.35); }
.dept-btn { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border: 1px solid rgba(0,0,0,.2); color: rgba(0,0,0,.8); text-decoration: none; }
.dept-btn:hover { background: rgba(0,0,0,.05); }
.dept-btn .arrow { width: 16px; height: 16px; }


/* === 3–2 layout: bottom pair centered under the top three === */
@media (min-width: 1280px) {
  :root { --dept-card-w: clamp(320px, 31vw, 360px); --dept-gap: 40px; }
  .dept-grid { grid-template-columns: repeat(3, var(--dept-card-w)) !important; justify-content: center; column-gap: var(--dept-gap); row-gap: 18px; }
  .dept-grid > .tilt:nth-child(1) { grid-column: 1 !important; grid-row: 1 !important; }
  .dept-grid > .tilt:nth-child(2) { grid-column: 2 !important; grid-row: 1 !important; }
  .dept-grid > .tilt:nth-child(3) { grid-column: 3 !important; grid-row: 1 !important; }
  .dept-grid > .tilt:nth-child(4) { grid-column: 2 !important; grid-row: 2 !important; transform: translateX(calc(-0.5 * (var(--dept-card-w) + var(--dept-gap)))); }
  .dept-grid > .tilt:nth-child(5) { grid-column: 3 !important; grid-row: 2 !important; transform: translateX(calc(-0.5 * (var(--dept-card-w) + var(--dept-gap)))); }
}

/* Hide the mobile UI on desktop only */
@media (min-width: 901px){
  .m-nav-toggle,
  .m-nav-panel { display: none !important; }
}

/* Always honor the HTML hidden attribute (for the panel) */
#m-nav[hidden],
#mNavPanel[hidden] { display: none !important; }

/* ===== Section 4 — desktop centering fix ===== */
@media (min-width: 769px) {
  /* make each card center its content */
  .info-cards .info-card { text-align: center; }
  /* center the big number under the clock */
  #average-time .num { left: 50% !important; transform: translateX(-50%) !important; text-align: center !important; }
  /* center all titles */
  #money-saved .info-title, #average-time .info-title, #happy-clients .info-title { left: 50% !important; transform: translateX(-50%) !important; width: 420px !important; max-width: 92% !important; text-align: center !important; }
  /* center all descriptions */
  #money-saved .info-desc, #average-time .info-desc, #happy-clients .info-desc { left: 50% !important; transform: translateX(-50%) !important; width: 420px !important; max-width: 92% !important; text-align: center !important; }
  /* make sure the wrappers that hold the icons/numbers span full width */
  #money-saved .money-wrapper, #average-time .clock-wrapper, #happy-clients .clients-wrapper { left: 0 !important; right: 0 !important; display: flex !important; justify-content: center !important; }
}

/* ── Mobile footer clean-up ─────────────────────────────────────────── */
@media (max-width: 900px){
  .site-footer { padding: 28px 16px 24px; overflow-x: hidden; } /* tighter vertical rhythm; prevent any stray sideways scroll */
  .footer-container { width: min(640px, 94vw); margin: 0 auto; gap: 24px; align-items: center; text-align: center; } /* keep content centered/narrower; was 40px */
  .footer-logo img { width: 110px; height: auto; } /* smaller logo on phones */
  .footer-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 24px; width: 100%; text-align: left; } /* compact grid for link columns on mobile; smaller gap */
  .footer-column { min-width: 0; }
  .footer-column h4 { margin: 0 0 6px; font-size: 12px; letter-spacing: .08em; color: #bbb; }
  .footer-column ul li { margin: 0 0 6px; }
  .footer-column ul li a, .contact-email { font-size: 14px; white-space: normal; word-break: break-word; } /* allow wrapping; avoid overflow on long addresses */
  .footer-bottom { margin-top: 18px; padding-top: 14px; font-size: 12.5px; }
}

/* --- Mobile arrow tweaks --- */
@media (max-width: 900px){
  /* Move the DOWN arrow to the left on mobile */
  .arrow-btn { right: 5px; bottom: 15%; } /* was right-aligned; keep it comfortably above the edge */
  /* Hide any UP arrows on mobile (hero or mission) */
  .arrow-btn.up, .mission .arrow-btn.up, .mission--glass .arrow-btn.up, .mission-desktop .arrow-btn.up { display: none !important; }
}

/* === NAV + MOBILE SHEET + FOOTER (glass header) === */
:root { --nav-h: 56px; }
/* Push content below fixed header */
body { padding-top: 0; }
/* Header (glass) */
.and-header{ position:fixed; top:0; left:0; right:0; z-index:90; background:transparent !important; -webkit-backdrop-filter:saturate(150%) blur(10px); backdrop-filter:saturate(150%) blur(10px); border-bottom:1px solid rgba(255,255,255,.15); } /* always transparent */
.and-row { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); padding-right: 0; }
@media (min-width: 768px) {
  .and-row { justify-content: flex-start; }
  .and-divide > * + * { border-left: 1px solid rgba(255,255,255,.20); }
}

/* Logo + name */
.and-logo { display: flex; align-items: center; gap: 12px; padding: 0 12px; color: #fff; text-decoration: none; }
.and-logo-badge { width: 32px; height: 32px; border-radius: 10px; background: #000; color: #EEE7E3; display: grid; place-items: center; font-weight: 900; }
.and-logo-text { font-weight: 700; color: #fff; }
/* Desktop menu */
.and-menu { display: none; }
@media (min-width: 768px) { .and-menu { display: flex; align-items: center; gap: 32px; padding: 0 16px; flex: 1; } }
.and-menu a { display: inline-flex; align-items: center; color: #fff; text-decoration: none; }
.and-plus { margin-left: 8px; font-size: 18px; line-height: 1; }
/* "We're Hiring" (sm+) */
.and-hire { display: none; color: #fff; text-decoration: none; }
@media (min-width: 640px) { .and-hire { display: flex; align-items: center; padding: 0 16px; }  }

/* Black hamburger (iOS-safe) */
.and-hamb { margin-left: auto; width: var(--nav-h); height: var(--nav-h); background: #000; color: #fff; border: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; appearance: none; -webkit-appearance: none; outline: none; box-shadow: none; }
.and-hamb svg{ width:24px; height:24px; display:block; }

/* Mobile sheet */
.and-sheet-wrap { position: fixed; inset: 0; z-index: 95; pointer-events: none; }
.and-sheet-wrap.open { pointer-events: auto; }
.and-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.5); opacity: 0; transition: opacity .3s ease; }
.and-sheet-wrap.open .and-backdrop { opacity: 1; }
.and-sheet { position: absolute; left: 20px; right: 20px; top: 20px; bottom: 20px; background: #000; color: #fff; border-radius: 0px; border: 0 solid rgba(255,255,255,.12); box-shadow: 0 20px 60px rgba(0,0,0,.3); transform: translateY(-20px); opacity: 0; transition: transform .3s ease, opacity .3s ease; overflow: hidden; }
.and-sheet-wrap.open .and-sheet{ transform:none; opacity:1; }
/* === Show the menu from the RIGHT on all screens === */
.and-sheet { left: auto !important; right: 0 !important; top: 12px !important; bottom: 12px !important; width: min(92vw, 480px); transform: translateX(100%); transition: transform .32s cubic-bezier(.22,.61,.36,1), opacity .25s ease; } /* start off-canvas right */
.and-sheet-wrap.open .and-sheet { transform: translateX(0); opacity: 1; } /* slide in from right */
.and-sheet-top{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:8px 14px; min-height:var(--nav-h); border-bottom:1px solid rgba(255,255,255,.08); }
/* left group (logo + name) */
.and-sheet-top > div{ display:flex; align-items:center; gap:10px; min-width:0; } /* prevents overflow when the name is long */
/* make the menu logo fit the bar */
.and-sheet-top img{ display:block; height:100px; width:80px; object-fit:contain; }

.and-close { width: 40px; height: 40px; background: transparent; color: #fff;background-color: #000; border: 0; border-radius: 8px; appearance: none; -webkit-appearance: none; outline: none; box-shadow: none; margin-left: auto;}
.and-close:hover {
  background: rgba(255, 255, 255, 0.16);
}
.and-list { overflow: auto; max-height: calc(100% - var(--nav-h)); }
.and-list a { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid rgba(255,255,255,.08); font-weight: 600; font-size: 20px; color: #fff; text-decoration: none; }
.and-list a:hover{ background:rgba(255,255,255,.05); }


/* Footer */
.and-footer{ margin-top:80px; background:#000; color:#fff; }
.and-foot-wrap{ max-width:1200px; margin:0 auto; padding:0 20px; }
.and-foot-logo{ display:flex; flex-direction:column; align-items:center; padding:40px 0 12px; }
.and-foot-logo img{ width:196px; height:196px; object-fit:contain; }
.and-foot-name{ margin-top:8px; font-size:14px; letter-spacing:0.35em; }
.and-foot-grid { display: grid; grid-template-columns: 1fr; gap: 24px; padding-bottom: 28px; }

@media (min-width:768px){ .and-foot-grid{ grid-template-columns:repeat(4,minmax(0,1fr)); } }
.and-foot-grid h5{ font-size:12px; font-weight:700; letter-spacing:.16em; color:rgba(255,255,255,.7); margin:0; }
.and-foot-grid ul{ margin:10px 0 0; padding:0; list-style:none; }
.and-foot-grid li{ margin:8px 0; }
.and-foot-grid a{ color:#fff; opacity:.9; text-decoration:none; }
.and-foot-grid a:hover{ opacity:1; text-decoration:underline; }
.and-foot-div{ border-top:1px solid rgba(255,255,255,.1); }
.and-copy{ text-align:center; padding:14px 0; font-size:14px; color:rgba(255,255,255,.7); }
.and-legal{ display:flex; flex-wrap:wrap; justify-content:center; gap:16px; padding:0 0 28px; font-size:12px; color:rgba(255,255,255,.6); }
.and-legal a{ color:inherit; text-decoration:none; }
.and-legal a:hover{ color:#fff; }

/* Navbar dividers: full-height lines next to Logo|Menu and Hire|Hamburger */
@media (min-width: 768px){
  .and-row{ align-items: stretch; }                 /* children fill bar height */
  .and-divide > *{ display:flex; align-items:center; position:relative; }

  /* turn OFF the old short borders */
  .and-divide > * + *{ border-left: none !important; }

  /* draw full-height lines only before the Menu and Hire blocks */
  .and-divide > .and-menu::before,
  .and-divide > .and-hire::before{
    content:"";
    position:absolute;
    left:0; top:0; bottom:0;                       /* full height of the bar */
    width:1px;
    background: rgba(255,255,255,.35);
  }
}

/* Section 3: dot matrix grid (desktop) */
@media (min-width:1024px){
  #departments{ position:relative; overflow:hidden; }
  #departments > *{ position:relative; z-index:1; }
  #departments::after{ content:none !important; } /* ensure nothing else stacks */

  #departments::before{
    content:"";
    position:absolute; inset:0; z-index:0; pointer-events:none;
    background:
      radial-gradient(circle, rgba(0,0,0,.08) 1px, transparent 1.6px),
      radial-gradient(circle, rgba(0,0,0,.05) .8px, transparent 1.2px);
    background-size: 28px 28px, 28px 28px;
    background-position: 0 0, 14px 14px;
    opacity:.8;                             /* bump if you want more contrast */
  }
}

/* Section 3 — equal vertical padding */
#departments.dept-section{ padding-inline:20px; padding-block:clamp(64px,10vh,96px); } /* equal top & bottom on desktop */
#departments.dept-section{ min-height:auto; }
/* phones: keep the extra breathing room for shadows, but make it equal */
@media (max-width:768px){ #departments.dept-section{ padding:96px 20px !important; } } /* 96 top, 96 bottom, equal */
/* === Site grid tokens (match Section 3) === */
:root{ --site-max:1500px; --site-gutter:16px; } /* same as .dept-container / same side gutter */

/* === Section 2 (desktop, revised) === */
.mission-rev{ position:relative; background:#EEE7E3; }
.mission-rev .mission-shell{ max-width:100%; margin:0 auto; padding-inline:var(--site-gutter); padding-left:0; display:grid; grid-template-columns:repeat(12,minmax(0,1fr)); align-items:center; gap:24px; }
/* Left: video block that aligns to the same left gutter as other sections */
.mission-rev .mission-media{ grid-column:1 / span 7; position:relative; height:100vh; overflow:hidden; } /* 7/12 video, 5/12 text */
.mission-rev .mission-media > video{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:blur(2px) saturate(1.05); object-position:70% 30% !important; }

/* Create the diagonal cut with a same-color overlay (no masks/margins) */
.mission-rev .mission-media::after{ content:""; position:absolute; inset:0; pointer-events:none; background:#EEE7E3; /* adjust the polygon points to tweak the angle if you like */ clip-path:polygon(90% 0, 102% 0, 102% 100%, 56% 100%); }
/* Right: copy column, aligned to the same grid as Section 3 */
.mission-rev .mission-copy{ grid-column:8 / -1; min-width:0; width:100%; align-self:center; }
@media (max-width:1200px){ .mission-rev .mission-media{ grid-column:1 / span 6; } .mission-rev .mission-copy{ grid-column:7 / -1; } }


/* Keep your existing typography */
.mission-rev .mission-title{ font-size: 64px; line-height: 1.22; margin: 0 0 32px 0; }
.mission-rev .mission-desc{ font-size: 32px; line-height: 1.22; width: auto !important; max-width: 64ch !important; overflow-wrap: anywhere; }
/* Hide the old desktop stack if it still exists */
.mission-desktop:not(.mission-rev){ display: none !important; }
/* Mobile stays as your .mission--glass version */
@media (max-width: 768px){ .mission-rev{ display: none; } }
/* Section 2 — shift copy left + give it ~10ch more width */
@media (min-width: 1201px){ /* 6/6 layout on large desktops (was 7/5), moves text left + makes it wider */ .mission-rev .mission-media{ grid-column: 1 / span 6; } .mission-rev .mission-copy{ grid-column: 7 / -1; } }
/* tighten the gap between the video wedge and text a bit */
@media (min-width: 1024px){ .mission-rev .mission-shell{ gap: 18px; } /* was 24px */ }
/* widen the readable line length by ~10ch (64ch -> 74ch) */
.mission-rev .mission-desc{ max-width: 74ch !important; }

/* Make the slide-out a column layout */
.and-sheet { display: flex; flex-direction: column; }
/* Let the menu list take the available space */
.and-list { flex: 1; overflow: auto; max-height: none; }
/* Bottom logo bar */
.and-sheet-bottom { display: flex; align-items: center; justify-content: center; padding: 18px 22px; border-top: 1px solid rgba(255,255,255,.08); }
/* adjust to taste */
.and-sheet-bottom img { height: 90px; width: auto; object-fit: contain; display: block; opacity: .95; }



/* Flip nav colors starting at Section 2 */
.and-header.on-light {
  border-bottom: 1px solid rgba(0,0,0,.15);
}

.and-header.on-light .and-menu a,
.and-header.on-light .and-hire,
.and-header.on-light .and-logo-text {
  color: #111;   /* black text */
}

/* match the divider lines to dark text on desktop */
@media (min-width: 768px){
  .and-header.on-light .and-divide > .and-menu::before,
  .and-header.on-light .and-divide > .and-hire::before{
    background: rgba(0,0,0,.35);
  }
}

/* Clase para esconder elementos visualmente pero mantenerlos para SEO */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
