:root {
  --batg-navy: #071923;
  --batg-ink: #101b22;
  --batg-muted: #64747a;
  --batg-line: #dbe5e1;
  --batg-soft: #f4f8f6;
  --batg-green: #0a9a80;
  --batg-mint: #54bd96;
  --batg-font: "Manrope", Arial, sans-serif;
  --batg-container: min(1320px, calc(100% - 76px));
  --batg-shadow: 0 28px 70px rgba(5, 28, 36, .12);
}
html { scroll-behavior: smooth; }
body.batglobal-landing-template { margin: 0; background: #fff; }
.batg-page, .batg-page * { box-sizing: border-box; }
.batg-page { font-family: var(--batg-font); color: var(--batg-ink); background: #fff; overflow: hidden; font-feature-settings: "liga" 1, "kern" 1; }
.batg-page a { color: inherit; text-decoration: none; }
.batg-page img { display: block; max-width: 100%; }
.batg-page p { margin: 0; line-height: 1.68; }
.batg-container { width: var(--batg-container); margin: 0 auto; }
.batg-svgicon svg, .batg-step-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.batg-topbar { height: 44px; background: #061520; color: #b8c8ca; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.batg-topbar__inner { height: 100%; display: flex; justify-content: space-between; align-items: center; }
.batg-topbar__left, .batg-topbar__right { display: flex; align-items: center; gap: 26px; }
.batg-topbar__left span:not(:last-child)::after { content: ""; display: inline-block; width: 1px; height: 13px; background: rgba(255,255,255,.2); margin-left: 26px; vertical-align: -2px; }
.batg-topbar a:hover { color: #fff; }

.batg-header { height: 88px; position: sticky; top: 0; z-index: 50; background: rgba(7,25,35,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); transition: .25s; }
.batg-header.batg-scrolled { box-shadow: 0 18px 44px rgba(0,0,0,.2); }
.batg-header__inner { height: 100%; display: flex; justify-content: space-between; align-items: center; }
.batg-logo { width: 236px; height: 64px; display: flex; align-items: center; overflow: hidden; }
.batg-logo img { width: 236px; height: auto; }
.batg-nav { display: flex; align-items: center; gap: 42px; color: #e5eeee; font-size: 14px; font-weight: 700; }
.batg-nav a { height: 88px; display: flex; align-items: center; position: relative; }
.batg-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 28px; height: 2px; background: var(--batg-mint); transform: scaleX(0); transform-origin: left; transition: .25s; }
.batg-nav a:hover::after { transform: scaleX(1); }
.batg-menu-button { display: none; width: 44px; border: 0; background: transparent; padding: 0; }
.batg-menu-button i { display: block; height: 2px; background: #fff; margin: 7px 0; }

.batg-hero { position: relative; background: var(--batg-navy); color: #fff; overflow: hidden; }
.batg-hero__bg { position: absolute; inset: 0; background: linear-gradient(110deg,#061620 0%,#071923 48%,#0e3038 100%); }
.batg-hero__bg::before { content: ""; position: absolute; inset: 0; opacity: .68; background: linear-gradient(90deg, rgba(7,25,35,1) 0%, rgba(7,25,35,.78) 46%, rgba(7,25,35,.45) 100%), url("https://images.unsplash.com/photo-1494412651409-8963ce7935a7?auto=format&fit=crop&w=1800&q=80") center/cover; }
.batg-hero__bg::after { content: ""; position: absolute; right: -80px; top: 40px; width: 650px; height: 650px; border-radius: 50%; opacity: .18; background-image: radial-gradient(var(--batg-mint) 1px, transparent 1px); background-size: 14px 14px; }
.batg-hero__grid { position: relative; display: grid; grid-template-columns: 56% 44%; min-height: 710px; }
.batg-hero__content { padding: 94px 0 86px; }
.batg-kicker { margin: 0 0 22px; color: var(--batg-mint); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.batg-kicker--green { color: var(--batg-green); }
.batg-hero h1 { color: #fff; font-weight: 800; letter-spacing: -.065em; font-size: clamp(56px, 4.75vw, 78px); line-height: .98; margin: 0 0 28px; max-width: 820px; text-shadow: 0 16px 50px rgba(0,0,0,.25); }
.batg-hero h1 em { font-style: normal; color: var(--batg-mint); }
.batg-hero__lead { max-width: 650px; color: #d9e6e8; font-size: 16px; margin-bottom: 36px; }
.batg-hero__badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 790px; }
.batg-hero__badges article { background: rgba(5,18,25,.72); border: 1px solid rgba(255,255,255,.16); padding: 22px; min-height: 130px; }
.batg-hero__badges span { color: var(--batg-mint); font-weight: 800; letter-spacing: .16em; font-size: 11px; }
.batg-hero__badges strong { display: block; margin: 14px 0 6px; font-size: 15px; color: #fff; }
.batg-hero__badges small { color: #d1dee0; line-height: 1.55; }
.batg-hero__visual { position: relative; }
.batg-feature-product { position: absolute; right: 0; top: 100px; width: 420px; background: #fff; color: var(--batg-ink); box-shadow: var(--batg-shadow); }
.batg-feature-product > span { display: block; padding: 18px 22px 14px; color: var(--batg-green); text-transform: uppercase; letter-spacing: .17em; font-size: 10px; font-weight: 800; }
.batg-feature-product img { height: 392px; width: 100%; object-fit: cover; object-position: center top; }
.batg-feature-product div { padding: 21px 23px 24px; }
.batg-feature-product strong { display: block; font-size: 20px; margin-bottom: 8px; }
.batg-feature-product p { color: var(--batg-muted); font-size: 13px; }
.batg-sector-strip { position: relative; background: linear-gradient(90deg, var(--batg-green), #41be93); }
.batg-sector-strip__inner { height: 82px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.batg-sector-strip span { color: #fff; font-size: 15px; font-weight: 800; text-align: center; padding: 0 20px; border-left: 1px solid rgba(255,255,255,.25); }
.batg-sector-strip span:first-child { border-left: 0; }

.batg-section { padding: 108px 0; }
.batg-section-head { max-width: 910px; margin: 0 auto 58px; text-align: center; }
.batg-section-head h2, .batg-story__copy h2, .batg-global__content h2 { color: #14232a; font-size: clamp(40px, 3.8vw, 60px); font-weight: 800; line-height: 1.05; letter-spacing: -.055em; margin: 0 0 18px; }
.batg-section-head > p:last-child, .batg-global__content > p { color: var(--batg-muted); max-width: 720px; margin: 0 auto; }

.batg-story { background: #fff; }
.batg-story__layout { display: grid; grid-template-columns: 46% 54%; gap: 70px; align-items: center; }
.batg-story__copy { position: relative; z-index: 2; }
.batg-lead { font-size: 21px; font-weight: 700; line-height: 1.55; color: #314148; margin-bottom: 24px !important; }
.batg-story__copy > p:not(.batg-lead):not(.batg-kicker) { color: var(--batg-muted); margin-bottom: 18px; }
.batg-statement { margin-top: 30px; padding: 24px 28px; background: var(--batg-soft); border-left: 4px solid var(--batg-green); }
.batg-statement span { display: block; color: var(--batg-green); font-size: 11px; font-weight: 800; letter-spacing: .18em; margin-bottom: 8px; }
.batg-statement strong { display: block; font-size: 25px; line-height: 1.25; letter-spacing: -.04em; color: #14232a; }
.batg-story__media { display: grid; grid-template-columns: 1.2fr .85fr; gap: 20px; min-height: 560px; }
.batg-media-frame { position: relative; overflow: hidden; box-shadow: var(--batg-shadow); background: #061520; }
.batg-media-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.95) brightness(.9); }
.batg-media-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,18,25,.78), transparent 62%); }
.batg-media-frame div { position: absolute; left: 26px; right: 26px; bottom: 26px; color: #fff; z-index: 1; }
.batg-media-frame span { display: block; color: var(--batg-mint); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 10px; }
.batg-media-frame strong { display: block; font-size: 22px; line-height: 1.16; letter-spacing: -.035em; }
.batg-media-frame--primary { height: 560px; }
.batg-media-frame--secondary { height: 385px; align-self: end; }
.batg-story-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border: 1px solid var(--batg-line); background: #fff; }
.batg-story-facts article { padding: 26px 28px; border-left: 1px solid var(--batg-line); }
.batg-story-facts article:first-child { border-left: 0; }
.batg-story-facts strong { display: block; color: var(--batg-green); font-size: 24px; margin-bottom: 8px; }
.batg-story-facts span { color: var(--batg-muted); font-size: 13px; }

.batg-sectors { background: var(--batg-soft); }
.batg-sector-gallery { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 24px; align-items: stretch; }
.batg-sector-card { position: relative; overflow: hidden; min-height: 0; background: #fff; border: 1px solid var(--batg-line); box-shadow: 0 16px 36px rgba(5,28,36,.06); display: flex; flex-direction: column; }
.batg-sector-card--wide { grid-row: span 2; }
.batg-sector-card__media { position: relative; overflow: hidden; min-height: 295px; background: #dfe7e5; }
.batg-sector-card--wide .batg-sector-card__media { min-height: 640px; flex: 1; }
.batg-sector-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.18) 100%); pointer-events: none; }
.batg-sector-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1) brightness(.96); transition: transform .5s ease, filter .5s ease; }
.batg-sector-card:hover img { transform: scale(1.045); filter: saturate(1.04) brightness(1); }
.batg-sector-card::after { display: none; }
.batg-sector-card__body { position: relative; padding: 22px 24px 24px; background: linear-gradient(180deg, #10232a 0%, #0b1a20 100%); color: #fff; z-index: 1; min-height: 148px; }
.batg-sector-card__body::before { content: ""; position: absolute; top: 0; left: 24px; width: 72px; height: 3px; background: var(--batg-mint); }
.batg-sector-card__body span { display: inline-block; color: var(--batg-mint); font-size: 11px; font-weight: 800; letter-spacing: .18em; margin-top: 6px; }
.batg-sector-card__body h3 { color: #fff; font-size: 28px; line-height: 1.08; letter-spacing: -.04em; font-weight: 800; margin: 12px 0 8px; }
.batg-sector-card__body p { color: #d7e5e6; font-size: 14px; line-height: 1.62; }
.batg-sector-card__content { position: static; left: auto; right: auto; bottom: auto; color: inherit; z-index: auto; }
.batg-global { background: #fff; }
.batg-global__grid { display: grid; grid-template-columns: 40% 60%; gap: 64px; align-items: center; }
.batg-global__content > p { font-size: 16px; margin-bottom: 34px; }
.batg-value-list { display: grid; gap: 14px; }
.batg-value-list article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 20px; border: 1px solid var(--batg-line); background: #fbfdfc; }
.batg-value-list .batg-svgicon { color: var(--batg-green); width: 34px; height: 34px; margin: 0; }
.batg-value-list strong { display: block; font-size: 16px; font-weight: 800; margin-bottom: 5px; }
.batg-value-list p { color: var(--batg-muted); font-size: 13px; line-height: 1.55; }
.batg-map-card { position: relative; height: 620px; background: linear-gradient(135deg,#071923,#0c2a33); overflow: hidden; box-shadow: var(--batg-shadow); }
.batg-map-card::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 13px 13px; mask-image: radial-gradient(ellipse at center,#000 0%,transparent 73%); }
.batg-map-card::after { content: ""; position: absolute; inset: -15%; background: radial-gradient(circle at 52% 48%, rgba(84,189,150,.26), transparent 36%); }
.batg-map-card__lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.batg-map-card__lines path { fill: none; stroke: rgba(84,189,150,.78); stroke-width: 1.8; stroke-dasharray: 7 8; }
.batg-hub { position: absolute; left: 50%; top: 50%; width: 150px; height: 150px; border-radius: 50%; transform: translate(-50%, -50%); z-index: 2; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; background: var(--batg-green); box-shadow: 0 25px 70px rgba(10,154,128,.42); }
.batg-hub strong { font-size: 18px; letter-spacing: .14em; }
.batg-hub span { color: #d7fff3; margin-top: 8px; font-weight: 700; }
.batg-node { position: absolute; z-index: 3; min-width: 164px; padding: 14px 16px; background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(8px); }
.batg-node strong { display: block; color: var(--batg-mint); font-size: 12px; letter-spacing: .18em; margin-bottom: 5px; }
.batg-node span { color: #c8d6d8; font-size: 12px; font-weight: 600; }
.batg-node--usa { left: 42px; top: 110px; }
.batg-node--europe { left: 42px; bottom: 112px; }
.batg-node--japan { right: 42px; top: 108px; }
.batg-node--korea { right: 42px; top: 278px; }
.batg-node--middle { right: 42px; bottom: 105px; }
.batg-process-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 28px; border: 1px solid var(--batg-line); background: #fff; }
.batg-process-row article { padding: 30px 28px; border-left: 1px solid var(--batg-line); min-height: 250px; transition: .25s; }
.batg-process-row article:first-child { border-left: 0; }
.batg-process-row article:hover { background: #fbfdfc; }
.batg-step-icon { width: 38px; height: 38px; display: inline-flex; color: var(--batg-green); margin-bottom: 24px; }
.batg-process-row small, .batg-framework-grid small { display: block; color: var(--batg-green); font-size: 11px; font-weight: 800; letter-spacing: .18em; margin-bottom: 14px; }
.batg-process-row strong { display: block; font-size: 19px; font-weight: 800; letter-spacing: -.03em; margin-bottom: 10px; }
.batg-process-row p { color: var(--batg-muted); font-size: 13px; }

.batg-framework { background: var(--batg-soft); }
.batg-office-strip { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: stretch; background: #fff; border: 1px solid var(--batg-line); box-shadow: 0 18px 42px rgba(5,28,36,.04); margin-bottom: 28px; }
.batg-office-box { padding: 36px; }
.batg-office-box span { color: var(--batg-green); font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .18em; }
.batg-office-box h3 { color: #14232a; font-size: 31px; font-weight: 800; letter-spacing: -.05em; margin: 14px 0 13px; }
.batg-office-box p { color: var(--batg-muted); font-size: 13px; }
.batg-office-route { position: relative; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 38px; background: #071923; color: #fff; overflow: hidden; }
.batg-office-route::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 12px 12px; }
.batg-office-route span { position: relative; width: 12px; height: 12px; border-radius: 50%; background: var(--batg-mint); }
.batg-office-route i { position: relative; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--batg-mint)); }
.batg-office-route i:last-of-type { background: linear-gradient(90deg, var(--batg-mint), transparent); }
.batg-office-route strong { position: relative; color: var(--batg-mint); text-align: center; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.batg-framework-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.batg-framework-grid article { background: #fff; border: 1px solid var(--batg-line); padding: 30px 28px; min-height: 260px; transition: .25s; }
.batg-framework-grid article:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(5,28,36,.08); }
.batg-framework-grid h3 { color: #14232a; font-size: 19px; font-weight: 800; letter-spacing: -.03em; margin: 0 0 10px; }
.batg-framework-grid p { color: var(--batg-muted); font-size: 13px; }

.batg-contact { background: var(--batg-navy); color: #b8c9cc; padding-top: 70px; }
.batg-contact__grid { display: grid; grid-template-columns: 34% 66%; gap: 60px; padding-bottom: 58px; }
.batg-contact__brand img { width: 255px; margin-bottom: 25px; }
.batg-contact__brand p { color: #fff; font-weight: 800; margin-bottom: 8px; }
.batg-contact__brand small { color: var(--batg-mint); }
.batg-contact__info { display: grid; grid-template-columns: 1.2fr 1.35fr .9fr; gap: 45px; }
.batg-contact__info span { display: block; color: var(--batg-mint); text-transform: uppercase; font-size: 10px; letter-spacing: .18em; font-weight: 800; margin-bottom: 18px; }
.batg-contact__info p, .batg-contact__info a { display: block; color: #b8c9cc; font-size: 13px; line-height: 1.85; }
.batg-contact__info a:hover { color: #fff; }
.batg-copyright { height: 66px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #91a6aa; }

.batg-reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.batg-reveal.batg-visible { opacity: 1; transform: none; }

@media (max-width: 1200px) {
  :root { --batg-container: min(100% - 46px, 980px); }
  .batg-nav { gap: 25px; }
  .batg-hero__grid { grid-template-columns: 52% 48%; }
  .batg-hero h1 { font-size: 56px; }
  .batg-feature-product { width: 360px; }
  .batg-story__layout, .batg-global__grid, .batg-office-strip { grid-template-columns: 1fr; }
  .batg-sector-gallery { grid-template-columns: repeat(2, 1fr); }
  .batg-sector-card--wide { grid-row: auto; }
  .batg-sector-card--wide .batg-sector-card__media { min-height: 420px; }
  .batg-story__media { order: -1; }
}

@media (max-width: 900px) {
  .batg-topbar { display: none; }
  .batg-header { height: 76px; }
  .batg-logo { width: 210px; }
  .batg-logo img { width: 210px; }
  .batg-menu-button { display: block; }
  .batg-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: var(--batg-navy); padding: 18px 24px 30px; flex-direction: column; align-items: stretch; gap: 0; }
  .batg-nav.batg-open { display: flex; }
  .batg-nav a { height: 48px; }
  .batg-nav a::after { right: auto; width: 42px; bottom: 4px; }
  .batg-hero__grid, .batg-contact__grid { display: block; }
  .batg-hero__content { padding: 70px 0 50px; }
  .batg-hero__visual { height: 520px; }
  .batg-feature-product { left: 0; right: auto; top: 35px; width: min(100%, 420px); }
  .batg-hero__badges, .batg-sector-strip__inner, .batg-process-row, .batg-framework-grid, .batg-contact__info { grid-template-columns: repeat(2, 1fr); }
  .batg-section { padding: 78px 0; }
  .batg-process-row article:nth-child(3), .batg-process-row article:nth-child(4) { border-top: 1px solid var(--batg-line); }
  .batg-process-row article:nth-child(3) { border-left: 0; }
  .batg-contact__brand { margin-bottom: 40px; }
}

@media (max-width: 640px) {
  :root { --batg-container: calc(100% - 34px); }
  .batg-hero h1 { font-size: 40px; }
  .batg-hero__lead { font-size: 14px; }
  .batg-hero__badges, .batg-sector-strip__inner, .batg-sector-gallery, .batg-story__media, .batg-process-row, .batg-framework-grid, .batg-contact__info, .batg-story-facts { display: block; }
  .batg-hero__badges article, .batg-sector-card, .batg-media-frame, .batg-process-row article, .batg-framework-grid article, .batg-contact__info div, .batg-story-facts article { margin-bottom: 16px; }
  .batg-sector-strip__inner { height: auto; padding: 12px 0; }
  .batg-sector-strip span { display: block; text-align: left; border-left: 0; border-top: 1px solid rgba(255,255,255,.22); padding: 14px 0; }
  .batg-sector-strip span:first-child { border-top: 0; }
  .batg-feature-product img { height: 300px; }
  .batg-section-head h2, .batg-story__copy h2, .batg-global__content h2 { font-size: 34px; }
  .batg-media-frame--primary, .batg-media-frame--secondary { height: 310px; }
  .batg-lead { font-size: 18px; }
  .batg-statement strong { font-size: 22px; }
  .batg-sector-card { min-height: 0; }
  .batg-sector-card__media, .batg-sector-card--wide .batg-sector-card__media { min-height: 260px; }
  .batg-sector-card__body { min-height: auto; }
  .batg-map-card { height: 520px; }
  .batg-hub { width: 108px; height: 108px; }
  .batg-hub strong { font-size: 13px; }
  .batg-node { min-width: 126px; padding: 11px 12px; }
  .batg-node--usa, .batg-node--europe { left: 15px; }
  .batg-node--japan, .batg-node--korea, .batg-node--middle { right: 15px; }
  .batg-office-route { display: none; }
  .batg-copyright { display: block; height: auto; padding: 20px 0; }
  .batg-copyright span { display: block; margin: 7px 0; }
}


/* ================================
   v9 Motion & Interaction Layer
================================ */
.batg-page {
  --batg-mouse-x: 50%;
  --batg-mouse-y: 50%;
}

.batg-js-parallax {
  isolation: isolate;
}

.batg-orb {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 1;
  filter: blur(8px);
  opacity: .55;
  mix-blend-mode: screen;
  transform: translate3d(0,0,0);
}
.batg-orb--one {
  width: 260px;
  height: 260px;
  right: 11%;
  top: 16%;
  background: radial-gradient(circle, rgba(84,189,150,.52), rgba(84,189,150,0) 68%);
  animation: batgFloatOrb 8s ease-in-out infinite;
}
.batg-orb--two {
  width: 180px;
  height: 180px;
  left: 7%;
  bottom: 14%;
  background: radial-gradient(circle, rgba(255,255,255,.18), rgba(84,189,150,0) 70%);
  animation: batgFloatOrb 10s ease-in-out infinite reverse;
}

.batg-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(circle at var(--batg-mouse-x) var(--batg-mouse-y), rgba(84,189,150,.18), transparent 28%);
  opacity: .8;
  transition: opacity .25s ease;
}
.batg-hero__grid,
.batg-sector-strip {
  z-index: 3;
}

.batg-js-tilt {
  transform-style: preserve-3d;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  will-change: transform;
}
.batg-js-tilt:hover {
  box-shadow: 0 34px 90px rgba(5, 28, 36, .18);
}
.batg-js-glow {
  position: relative;
}
.batg-js-glow::before {
  content: "";
  position: absolute;
  inset: -1px;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(circle at var(--batg-card-x, 50%) var(--batg-card-y, 50%), rgba(84,189,150,.35), transparent 32%);
  transition: opacity .22s ease;
}
.batg-js-glow:hover::before {
  opacity: 1;
}
.batg-sector-card__content,
.batg-feature-product > span,
.batg-feature-product div {
  position: relative;
  z-index: 4;
}

.batg-sector-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.20) 45%, transparent 78%);
  transform: skewX(-16deg);
  transition: left .8s ease;
}
.batg-sector-card:hover::before {
  left: 130%;
}

.batg-feature-product img,
.batg-sector-card img,
.batg-media-frame img {
  transform-origin: center center;
}
.batg-feature-product:hover img,
.batg-sector-card:hover img,
.batg-media-frame:hover img {
  transform: scale(1.055);
}

.batg-map-card__lines path {
  stroke-dasharray: 10 12;
  stroke-dashoffset: 120;
  animation: batgDashMove 5.5s linear infinite;
}
.batg-map-card__lines path:nth-child(2) { animation-duration: 6.2s; }
.batg-map-card__lines path:nth-child(3) { animation-duration: 5.8s; }
.batg-map-card__lines path:nth-child(4) { animation-duration: 6.8s; }
.batg-map-card__lines path:nth-child(5) { animation-duration: 6.4s; }

.batg-hub {
  animation: batgHubPulse 3.2s ease-in-out infinite;
}
.batg-hub::after {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 999px;
  border: 1px solid rgba(84,189,150,.45);
  animation: batgPulseRing 2.5s ease-out infinite;
}
.batg-node {
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.batg-node:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,.14);
  border-color: rgba(84,189,150,.55);
}

.batg-js-stagger > * {
  opacity: 0;
  transform: translateY(22px);
}
.batg-js-stagger.batg-stagger-visible > * {
  animation: batgStaggerUp .72s cubic-bezier(.2,.8,.2,1) forwards;
}
.batg-js-stagger.batg-stagger-visible > *:nth-child(1) { animation-delay: .04s; }
.batg-js-stagger.batg-stagger-visible > *:nth-child(2) { animation-delay: .12s; }
.batg-js-stagger.batg-stagger-visible > *:nth-child(3) { animation-delay: .20s; }
.batg-js-stagger.batg-stagger-visible > *:nth-child(4) { animation-delay: .28s; }
.batg-js-stagger.batg-stagger-visible > *:nth-child(5) { animation-delay: .36s; }

.batg-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 13px;
}
.batg-kicker::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: .85;
  transform-origin: left;
  animation: batgKickerLine 2.6s ease-in-out infinite;
}

.batg-reveal {
  transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1);
}
.batg-reveal.batg-visible {
  opacity: 1;
  transform: none;
}

@keyframes batgDashMove {
  to { stroke-dashoffset: 0; }
}
@keyframes batgHubPulse {
  0%, 100% { box-shadow: 0 25px 70px rgba(10,154,128,.38); }
  50% { box-shadow: 0 25px 105px rgba(84,189,150,.58); }
}
@keyframes batgPulseRing {
  0% { transform: scale(.78); opacity: .7; }
  100% { transform: scale(1.45); opacity: 0; }
}
@keyframes batgFloatOrb {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(18px,-22px,0) scale(1.08); }
}
@keyframes batgStaggerUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes batgKickerLine {
  0%, 100% { transform: scaleX(.55); opacity: .55; }
  50% { transform: scaleX(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .batg-page *,
  .batg-page *::before,
  .batg-page *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .batg-js-stagger > * {
    opacity: 1;
    transform: none;
  }
}


/* =================================
   v11 Mobile-first repair overrides
================================= */
@media (max-width: 900px) {
  .batg-header__inner { gap: 16px; }
  .batg-nav { max-height: calc(100vh - 76px); overflow-y: auto; }

  .batg-hero__grid { min-height: auto; }
  .batg-hero__content { padding: 34px 0 28px; }
  .batg-kicker { font-size: 10px; letter-spacing: .16em; gap: 10px; }
  .batg-kicker::before { width: 18px; }
  .batg-hero h1 { font-size: clamp(34px, 10vw, 48px); line-height: 1.02; letter-spacing: -.045em; margin-bottom: 16px; max-width: 100%; }
  .batg-hero__lead { font-size: 14px; line-height: 1.7; margin-bottom: 18px; max-width: 100%; }
  .batg-hero__badges { display: grid; grid-template-columns: 1fr; gap: 10px; max-width: 100%; }
  .batg-hero__badges article { min-height: auto; padding: 16px; }
  .batg-hero__badges strong { font-size: 14px; margin: 10px 0 4px; }
  .batg-hero__badges small { font-size: 12px; }
  .batg-hero__visual { height: auto; padding-bottom: 24px; }
  .batg-feature-product { position: relative; left: auto; right: auto; top: auto; width: 100%; max-width: 100%; margin-top: 4px; }
  .batg-feature-product > span { padding: 12px 14px 10px; }
  .batg-feature-product img { height: 220px; }
  .batg-feature-product div { padding: 14px; }
  .batg-feature-product strong { font-size: 18px; }

  .batg-sector-strip__inner { display: grid; grid-template-columns: 1fr; height: auto; gap: 0; padding: 4px 0; }
  .batg-sector-strip span { text-align: left; font-size: 13px; padding: 12px 0; border-left: 0 !important; border-top: 1px solid rgba(255,255,255,.18); }
  .batg-sector-strip span:first-child { border-top: 0; }

  .batg-section { padding: 56px 0; }
  .batg-section-head { margin-bottom: 28px; }
  .batg-section-head h2,
  .batg-story__copy h2,
  .batg-global__content h2 { font-size: clamp(28px, 7vw, 36px); line-height: 1.08; letter-spacing: -.04em; margin-bottom: 12px; }
  .batg-section-head > p:last-child,
  .batg-global__content > p { font-size: 14px; line-height: 1.7; }

  .batg-story__layout { display: flex; flex-direction: column; gap: 24px; }
  .batg-story__copy { order: 1; }
  .batg-story__media { order: 2; display: grid; grid-template-columns: 1fr; gap: 14px; min-height: auto; }
  .batg-lead { font-size: 16px; line-height: 1.65; margin-bottom: 16px !important; }
  .batg-story__copy > p:not(.batg-lead):not(.batg-kicker) { font-size: 14px; line-height: 1.72; margin-bottom: 12px; }
  .batg-statement { margin-top: 18px; padding: 18px 18px 18px 20px; }
  .batg-statement strong { font-size: 20px; }
  .batg-media-frame--primary,
  .batg-media-frame--secondary { height: auto; min-height: 240px; }
  .batg-media-frame img { aspect-ratio: 4 / 3; height: auto; }
  .batg-media-frame div { left: 16px; right: 16px; bottom: 16px; }
  .batg-media-frame strong { font-size: 18px; }
  .batg-story-facts { display: grid; grid-template-columns: 1fr; margin-top: 22px; }
  .batg-story-facts article { border-left: 0; border-top: 1px solid var(--batg-line); padding: 16px; }
  .batg-story-facts article:first-child { border-top: 0; }
  .batg-story-facts strong { font-size: 20px; }
  .batg-story-facts span { font-size: 13px; }

  .batg-sector-gallery { display: grid; grid-template-columns: 1fr; gap: 16px; }
  .batg-sector-card,
  .batg-sector-card--wide { min-height: auto; grid-row: auto; }
  .batg-sector-card__media,
  .batg-sector-card--wide .batg-sector-card__media { min-height: 220px; }
  .batg-sector-card img { aspect-ratio: 4 / 3; height: auto; }
  .batg-sector-card__body { padding: 16px; min-height: auto; }
  .batg-sector-card__body::before { left: 16px; width: 56px; }
  .batg-sector-card__body h3 { font-size: 22px; margin: 10px 0 6px; }
  .batg-sector-card__body p { font-size: 13px; }

  .batg-global__grid { display: flex; flex-direction: column; gap: 22px; }
  .batg-global__content { order: 1; }
  .batg-global__map { order: 2; }
  .batg-value-list { gap: 10px; }
  .batg-value-list article { grid-template-columns: 36px 1fr; gap: 12px; padding: 14px; }
  .batg-value-list .batg-svgicon { width: 26px; height: 26px; }
  .batg-map-card { height: 390px; }
  .batg-hub { width: 90px; height: 90px; }
  .batg-hub strong { font-size: 12px; letter-spacing: .1em; }
  .batg-hub span { font-size: 11px; margin-top: 5px; }
  .batg-node { min-width: 108px; padding: 8px 10px; }
  .batg-node strong { font-size: 10px; letter-spacing: .12em; }
  .batg-node span { font-size: 10px; line-height: 1.35; }
  .batg-node--usa { left: 10px; top: 46px; }
  .batg-node--europe { left: 10px; bottom: 40px; }
  .batg-node--japan { right: 10px; top: 46px; }
  .batg-node--korea { right: 10px; top: 154px; }
  .batg-node--middle { right: 10px; bottom: 40px; }

  .batg-process-row,
  .batg-framework-grid { display: grid; grid-template-columns: 1fr; margin-top: 18px; }
  .batg-process-row article,
  .batg-framework-grid article { min-height: auto; border-left: 0 !important; border-top: 1px solid var(--batg-line); padding: 18px 16px; }
  .batg-process-row article:first-child,
  .batg-framework-grid article:first-child { border-top: 0; }
  .batg-process-row strong,
  .batg-framework-grid h3 { font-size: 17px; }

  .batg-office-strip { display: grid; grid-template-columns: 1fr; margin-bottom: 18px; }
  .batg-office-box { padding: 18px 16px; }
  .batg-office-box h3 { font-size: 22px; margin: 8px 0 10px; }
  .batg-office-box p { font-size: 13px; line-height: 1.7; }
  .batg-office-route { display: flex; padding: 14px 16px; min-height: 58px; }
  .batg-office-route strong { font-size: 10px; letter-spacing: .12em; }
  .batg-office-route span { width: 9px; height: 9px; }

  .batg-contact { padding-top: 44px; }
  .batg-contact__grid { display: grid; grid-template-columns: 1fr; gap: 28px; padding-bottom: 34px; }
  .batg-contact__brand img { width: 200px; margin-bottom: 16px; }
  .batg-contact__info { display: grid; grid-template-columns: 1fr; gap: 22px; }
  .batg-contact__info span { margin-bottom: 10px; }
  .batg-contact__info p,
  .batg-contact__info a { font-size: 13px; line-height: 1.75; }
  .batg-copyright { display: block; height: auto; padding: 16px 0 20px; }
  .batg-copyright span { display: block; margin: 6px 0; font-size: 11px; line-height: 1.6; }
}

@media (max-width: 640px) {
  :root { --batg-container: calc(100% - 24px); }
  .batg-page { overflow-x: hidden; }
  .batg-header { height: 72px; }
  .batg-nav { top: 72px; }
  .batg-logo { width: 168px; height: 48px; }
  .batg-logo img { width: 168px; }
  .batg-menu-button { width: 38px; }

  .batg-hero__content { padding: 26px 0 22px; }
  .batg-hero h1 { font-size: 34px; }
  .batg-hero__lead { font-size: 13px; }
  .batg-hero__badges article { padding: 14px; }
  .batg-feature-product img { height: 190px; }
  .batg-feature-product strong { font-size: 16px; }
  .batg-feature-product p { font-size: 12px; }

  .batg-section { padding: 46px 0; }
  .batg-section-head { margin-bottom: 22px; }
  .batg-section-head h2,
  .batg-story__copy h2,
  .batg-global__content h2 { font-size: 26px; }
  .batg-kicker { margin-bottom: 14px; }
  .batg-lead,
  .batg-story__copy > p:not(.batg-lead):not(.batg-kicker),
  .batg-section-head > p:last-child,
  .batg-global__content > p { font-size: 13px; }

  .batg-media-frame--primary,
  .batg-media-frame--secondary { min-height: 214px; }
  .batg-media-frame strong { font-size: 16px; }
  .batg-story-facts article { padding: 14px; }

  .batg-sector-card__media,
  .batg-sector-card--wide .batg-sector-card__media { min-height: 200px; }
  .batg-sector-card__body { padding: 14px; }
  .batg-sector-card__body h3 { font-size: 20px; }
  .batg-sector-card__body p { font-size: 12px; line-height: 1.65; }

  .batg-map-card { height: 350px; }
  .batg-node { min-width: 96px; padding: 7px 8px; }
  .batg-node strong { font-size: 9px; }
  .batg-node span { font-size: 9px; }
  .batg-node--usa { left: 8px; top: 34px; }
  .batg-node--europe { left: 8px; bottom: 26px; }
  .batg-node--japan { right: 8px; top: 34px; }
  .batg-node--korea { right: 8px; top: 136px; }
  .batg-node--middle { right: 8px; bottom: 26px; }
  .batg-hub { width: 82px; height: 82px; }

  .batg-process-row article,
  .batg-framework-grid article,
  .batg-value-list article { padding: 14px; }
  .batg-office-box { padding: 14px; }
  .batg-office-route { padding: 12px 14px; }
}

@media (hover: none), (pointer: coarse) {
  .batg-orb,
  .batg-hero::after,
  .batg-js-glow::before { display: none !important; }
  .batg-js-tilt,
  .batg-js-tilt:hover { transform: none !important; box-shadow: 0 16px 36px rgba(5,28,36,.08); }
  .batg-sector-card::before { display: none; }
  .batg-map-card__lines path { animation-duration: 8s; }
}
