/*
Theme Name: Brino Warehouse Updated
Theme URI: https://www.brinolog.com/
Author: 江苏巴境通供应链服务有限公司
Description: 江苏巴境通供应链服务有限公司官网定制 WordPress 主题。
Version: 2.0.1
Text Domain: brino-warehouse-updated
*/

:root {
  --navy: #071b24;
  --ink: #13232b;
  --muted: #607078;
  --line: #cfd9dc;
  --blue: #0a5b73;
  --green: #0f7666;
  --teal: #0b4f4e;
  --gold: #c5a15a;
  --paper: #a8b9b5;
  --paper-warm: #7f9999;
  --card: #edf2ee;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  color: var(--white);
  background: rgba(7, 22, 43, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 430px;
}

.brand-logo {
  display: block;
  width: 82px;
  height: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.18));
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.nav a:hover {
  color: var(--white);
}

.nav a {
  position: relative;
  transition: color 0.24s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--gold);
  transition: transform 0.28s ease;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 27, 36, 0.96) 0%, rgba(7, 27, 36, 0.78) 44%, rgba(7, 27, 36, 0.26) 100%),
    radial-gradient(circle at 72% 32%, rgba(15, 118, 102, 0.24), transparent 30%),
    linear-gradient(180deg, rgba(7, 27, 36, 0.22) 0%, rgba(7, 27, 36, 0.9) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 690px) minmax(320px, 420px);
  gap: clamp(32px, 6vw, 88px);
  align-items: end;
  width: min(1360px, calc(100% - 40px));
  min-height: 92vh;
  margin: 0 auto;
  padding: 156px 0 66px;
}

.hero-main {
  align-self: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.14;
}

.hero-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  max-width: 960px;
}

.hero-brand-name {
  color: var(--gold);
  font-size: clamp(42px, 5.2vw, 68px);
  white-space: nowrap;
}

.hero-kicker {
  flex-basis: 100%;
  margin-top: -2px;
  color: rgba(197, 161, 90, 0.82);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero-separator {
  display: none;
  color: rgba(197, 161, 90, 0.82);
  font-size: clamp(28px, 3vw, 42px);
}

.hero-positioning {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(24px, 2.7vw, 36px);
  line-height: 1.22;
}

.hero-copy {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-capability {
  position: relative;
  align-self: center;
  width: min(470px, 100%);
  min-height: 330px;
  justify-self: end;
  padding-top: 34px;
}

.hero-capability ul {
  position: relative;
  min-height: 310px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-capability li {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  padding: 18px;
  border: 1px solid rgba(197, 161, 90, 0.2);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(27, 90, 86, 0.5), rgba(9, 28, 42, 0.48));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}

.hero-capability li:nth-child(1) {
  left: 4%;
  top: 8px;
  width: 126px;
  height: 126px;
}

.hero-capability li:nth-child(2) {
  right: 4%;
  top: 44px;
  width: 152px;
  height: 152px;
  color: var(--white);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.24), transparent 34%),
    linear-gradient(145deg, rgba(197, 161, 90, 0.28), rgba(12, 79, 75, 0.56));
}

.hero-capability li:nth-child(3) {
  left: 0;
  top: 158px;
  width: 116px;
  height: 116px;
}

.hero-capability li:nth-child(4) {
  right: 18%;
  bottom: 14px;
  width: 132px;
  height: 132px;
}

.hero-capability li:nth-child(5) {
  left: 24%;
  bottom: 70px;
  width: 122px;
  height: 122px;
}

.hero-capability li:nth-child(even) {
  animation: bubbleFloat 6.8s ease-in-out infinite;
}

.hero-capability li:nth-child(odd) {
  animation: bubbleFloat 7.4s ease-in-out infinite reverse;
}

.hero-capability li:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: rgba(197, 161, 90, 0.45);
  color: var(--white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 24px 54px rgba(0, 0, 0, 0.24);
}

.primary-btn,
.secondary-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.primary-btn {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 14px 34px rgba(10, 91, 115, 0.24);
}

.secondary-btn {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.primary-btn::after,
.secondary-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: transform 0.5s ease;
}

.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-2px);
}

.primary-btn:hover {
  box-shadow: 0 18px 44px rgba(13, 95, 184, 0.34);
}

.secondary-btn:hover {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.08);
}

.primary-btn:hover::after,
.secondary-btn:hover::after {
  transform: translateX(120%);
}

.hero-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 1px;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid rgba(197, 161, 90, 0.26);
  border-radius: 8px;
  background: rgba(197, 161, 90, 0.16);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.hero-stats span {
  position: relative;
  display: block;
  min-height: 92px;
  padding: 18px 20px;
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(145deg, rgba(8, 24, 35, 0.76), rgba(19, 58, 57, 0.58));
  transition: transform 0.26s ease, background 0.26s ease, color 0.26s ease;
}

.hero-stats span:hover {
  transform: translateY(-3px);
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(14, 43, 56, 0.82), rgba(21, 91, 80, 0.7));
}

.hero-stats strong {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1.05;
  text-shadow: 0 8px 24px rgba(197, 161, 90, 0.22);
}

.stat-number {
  font: inherit;
  color: inherit;
}

.section {
  padding: 78px clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading h2,
.copy-panel h2,
.contact h2 {
  margin: 0;
  font-size: clamp(24px, 3.1vw, 36px);
  line-height: 1.28;
}

.thesis-section,
.solutions {
  background:
    linear-gradient(180deg, #587579 0%, #7f9999 220px, #a8b9b5 100%);
}

.services {
  background:
    linear-gradient(180deg, #587579 0%, #7f9999 220px, #a8b9b5 100%);
}

.thesis-section .eyebrow,
.thesis-section .section-heading h2,
.services .eyebrow,
.services .section-heading h2,
.solutions .eyebrow,
.solutions .section-heading h2 {
  color: var(--white);
}

.thesis-section .section-heading p {
  color: rgba(255, 255, 255, 0.76);
}

.thesis-grid,
.solution-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.thesis-grid article,
.solution-row article,
.service-cards article,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  box-shadow: 0 18px 42px rgba(18, 35, 58, 0.06);
}

.thesis-grid article {
  min-height: 190px;
  padding: 22px;
  background: linear-gradient(180deg, #eef3ef 0%, #dbe5df 100%);
}

.thesis-grid span {
  color: var(--blue);
  font-weight: 800;
}

.thesis-grid h3,
.service-cards h3,
.solution-row h3 {
  margin: 16px 0 8px;
  font-size: 18px;
  line-height: 1.42;
}

.section-heading p,
.thesis-grid p,
.service-feature p,
.service-feature li,
.service-cards p,
.copy-panel p,
.solution-row p,
.contact p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.section-heading p {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.78;
}

.compact-heading {
  margin-bottom: 24px;
}

.control-section {
  color: var(--white);
  background:
    radial-gradient(circle at 85% 20%, rgba(15, 118, 102, 0.24), transparent 28%),
    linear-gradient(145deg, #071b24, #0a3440 60%, #082027);
}

.control-board {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding: 48px 22px 118px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    rgba(255, 255, 255, 0.06);
  background-size: 36px 36px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.control-track {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 104px;
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
}

.control-track::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--gold), var(--green), var(--blue));
  transform-origin: left;
  animation: routePulse 4.8s ease-in-out infinite;
}

.control-node {
  position: relative;
  z-index: 2;
  min-height: 190px;
  padding: 24px 18px 20px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.control-node::before {
  content: "";
  position: absolute;
  left: 24px;
  top: -12px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(217, 170, 48, 0.18);
}

.control-node span {
  color: var(--gold);
  font-weight: 800;
}

.control-node h3 {
  margin: 16px 0 8px;
  font-size: 18px;
}

.control-node p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.72;
}

.control-node:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(217, 170, 48, 0.46);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.control-node:hover::before {
  animation: dotPulse 1.2s ease-in-out infinite;
}

.control-summary {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 17px 20px;
  border-radius: 8px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  background: rgba(7, 22, 43, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.reveal-section {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.25fr);
  gap: 22px;
}

.service-split {
  display: grid;
  gap: 34px;
}

.service-main-title {
  margin: 0 auto 30px;
  color: var(--white);
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.18;
  text-align: center;
}

.service-value-title {
  margin-top: 26px;
  margin-bottom: 26px;
}

.service-group {
  display: grid;
  gap: 16px;
}

.group-title {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.group-title span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.group-title strong {
  color: var(--ink);
  font-size: 20px;
}

.core-business-card {
  display: grid;
  grid-template-columns: minmax(420px, 1.15fr) minmax(340px, 0.85fr);
  overflow: hidden;
  border: 1px solid rgba(10, 91, 115, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, #071b24, #0a4a5a 60%, #0f7666);
  box-shadow: 0 26px 70px rgba(7, 27, 36, 0.18);
}

.core-business-image {
  min-height: 430px;
  overflow: hidden;
}

.core-business-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 0.8s ease, opacity 0.4s ease;
}

.core-business-card:hover .core-business-image img {
  transform: scale(1.045);
  opacity: 1;
}

.core-business-copy {
  padding: 36px;
  color: var(--white);
}

.core-business-copy h3 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.24;
}

.core-business-copy p,
.core-business-copy li {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.76;
}

.core-business-copy ul {
  margin: 22px 0 0;
  padding-left: 19px;
}

.core-business-copy ul li {
  color: var(--gold);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.82;
}

.value-business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.value-business-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #eef3ef 0%, #dbe5df 100%);
  box-shadow: 0 18px 42px rgba(18, 35, 58, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.value-business-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(10, 91, 115, 0.28);
  box-shadow: 0 24px 58px rgba(18, 35, 58, 0.13);
}

.value-business-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.value-business-grid article:hover img {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.04);
}

.value-business-grid div {
  padding: 22px;
}

.value-business-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.42;
}

.value-business-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.service-feature {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  padding: 30px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(145deg, #071b24, #0a4a5a 62%, #0f7666);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-feature::after {
  content: "";
  position: absolute;
  inset: -30% auto auto -40%;
  width: 260px;
  height: 620px;
  transform: rotate(22deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transition: left 0.7s ease;
}

.service-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(7, 22, 43, 0.24);
}

.service-feature:hover::after {
  left: 120%;
}

.service-feature p,
.service-feature li {
  color: rgba(255, 255, 255, 0.78);
}

.service-feature h3 {
  margin: 18px 0 16px;
  font-size: 28px;
  line-height: 1.25;
}

.tag {
  display: inline-block;
  margin: 0;
  padding: 7px 10px;
  border-radius: 6px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
}

.service-feature ul {
  margin: 24px 0 0;
  padding-left: 20px;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-cards article {
  position: relative;
  min-height: 220px;
  padding: 24px;
  background: linear-gradient(180deg, #eef3ef 0%, #dbe5df 100%);
}

.thesis-grid article,
.service-cards article,
.solution-row article {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.thesis-grid article:hover,
.service-cards article:hover,
.solution-row article:hover {
  transform: translateY(-7px);
  border-color: rgba(13, 95, 184, 0.28);
  box-shadow: 0 24px 58px rgba(18, 35, 58, 0.13);
}

.thesis-grid article:hover h3,
.service-cards article:hover h3,
.solution-row article:hover h3 {
  color: var(--blue);
}

.warehouse {
  background: linear-gradient(135deg, #071b24, #092a32 64%, #0b3f3b);
  color: var(--white);
}

.warehouse h2 {
  margin: 0 0 34px;
  color: var(--white);
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.18;
  text-align: center;
}

.warehouse-gallery {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.warehouse-gallery figure {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  background: rgba(255, 255, 255, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.warehouse-gallery figure:first-child {
  min-height: 430px;
}

.warehouse-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, filter 0.7s ease;
}

.warehouse-gallery figure:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.warehouse-gallery figure:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.05);
}

.solution-row article {
  min-height: 164px;
  padding: 24px;
  background: linear-gradient(180deg, #eef3ef 0%, #dbe5df 100%);
}

.network {
  color: var(--white);
  background: linear-gradient(135deg, #071b24, #0a3039);
}

.network-map {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #dbe5ee;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.network-map:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 88px rgba(0, 0, 0, 0.28);
}

.group-map,
.map-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.group-map {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.network-map.map-live .group-map {
  opacity: 1;
}

.network-map.map-live .map-fallback {
  opacity: 0;
  pointer-events: none;
}

.map-fallback {
  z-index: 1;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 70% 46%, rgba(13, 95, 184, 0.18), transparent 20%),
    radial-gradient(circle at 34% 70%, rgba(19, 135, 91, 0.18), transparent 18%),
    linear-gradient(120deg, transparent 0 28%, rgba(255,255,255,.42) 28% 29%, transparent 29% 100%),
    linear-gradient(35deg, transparent 0 55%, rgba(255,255,255,.36) 55% 56%, transparent 56% 100%),
    #dbe5ee;
}

.map-fallback::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(60, 82, 105, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(60, 82, 105, 0.15) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.58;
}

.map-fallback::after {
  content: "";
  position: absolute;
  inset: 7% 5%;
  border-radius: 26px;
  background:
    radial-gradient(ellipse at 64% 42%, rgba(122, 150, 111, 0.52) 0 10%, transparent 11%),
    radial-gradient(ellipse at 62% 56%, rgba(122, 150, 111, 0.48) 0 7%, transparent 8%),
    radial-gradient(ellipse at 58% 65%, rgba(122, 150, 111, 0.5) 0 7%, transparent 8%),
    radial-gradient(ellipse at 34% 34%, rgba(122, 150, 111, 0.5) 0 12%, transparent 13%),
    radial-gradient(ellipse at 30% 54%, rgba(122, 150, 111, 0.48) 0 9%, transparent 10%),
    radial-gradient(ellipse at 40% 72%, rgba(122, 150, 111, 0.52) 0 10%, transparent 11%);
  opacity: 0.9;
}

.map-pin {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 6px;
  color: #17304c;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(13, 95, 184, 0.18);
  box-shadow: 0 12px 28px rgba(30, 52, 76, 0.18);
}

.map-pin::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 999px;
  background: var(--blue);
}

.cn1 { left: 68%; top: 42%; }
.cn2 { left: 70%; top: 48%; }
.cn3 { left: 64%; top: 47%; }
.cn4 { left: 62%; top: 41%; }
.vn { left: 64%; top: 58%; }
.th { left: 60%; top: 55%; }
.id { left: 67%; top: 72%; }
.mx { left: 19%; top: 42%; }
.us { left: 20%; top: 28%; }
.br {
  left: 34%;
  top: 68%;
  color: var(--white);
  background: rgba(19, 135, 91, 0.94);
}

.br::before {
  background: var(--gold);
}

.map-panel {
  position: absolute;
  z-index: 3;
  left: 26px;
  bottom: 24px;
  width: min(360px, calc(100% - 52px));
  padding: 18px 20px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(7, 27, 36, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  transition: transform 0.28s ease, background 0.28s ease;
}

.network-map:hover .map-panel {
  transform: translateY(-4px);
  background: rgba(7, 27, 36, 0.92);
}

.map-panel strong,
.map-panel span {
  display: block;
}

.map-panel strong {
  margin-bottom: 8px;
  color: var(--gold);
}

.map-panel span {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.amap-office-marker {
  position: relative;
  padding: 7px 10px;
  border-radius: 6px;
  color: #17304c;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(13, 95, 184, 0.22);
  box-shadow: 0 12px 28px rgba(30, 52, 76, 0.2);
}

.amap-office-marker::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) rotate(45deg);
  background: inherit;
  border-right: inherit;
  border-bottom: inherit;
}

.amap-office-marker.brazil {
  color: var(--white);
  background: rgba(19, 135, 91, 0.96);
  border-color: rgba(255, 255, 255, 0.28);
}

.amap-office-marker.global {
  border-color: rgba(217, 170, 48, 0.42);
}

.contact {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(460px, 0.9fr);
  gap: 32px;
  align-items: center;
  color: var(--white);
  background: linear-gradient(135deg, #071b24, #0a4a5a 58%, #0f7666);
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-card {
  padding: 18px;
  text-align: center;
  color: var(--ink);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
}

.qr-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 170px;
  height: 170px;
  margin: 0 auto 16px;
  color: var(--muted);
  border-radius: 8px;
  border: 1px dashed #aeb9c8;
  background:
    linear-gradient(90deg, transparent 48%, #d7dde7 48% 52%, transparent 52%),
    linear-gradient(transparent 48%, #d7dde7 48% 52%, transparent 52%),
    #edf2ee;
  background-size: 24px 24px;
}

.qr-code {
  display: block;
  width: 100%;
  max-width: 170px;
  height: 170px;
  margin: 0 auto 16px;
  border-radius: 8px;
  object-fit: cover;
  background: #edf2ee;
}

.contact-card strong,
.contact-card span {
  display: block;
}

.contact-card span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.contact-lines {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.65;
}

.contact-lines span {
  display: block;
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .nav {
    display: none;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
    padding-top: 138px;
  }

  .hero-capability {
    min-height: auto;
    justify-self: start;
    width: min(520px, 100%);
    padding-top: 0;
  }

  .hero-capability ul {
    display: flex;
    flex-wrap: wrap;
    min-height: 0;
    gap: 12px;
  }

  .hero-capability li,
  .hero-capability li:nth-child(1),
  .hero-capability li:nth-child(2),
  .hero-capability li:nth-child(3),
  .hero-capability li:nth-child(4),
  .hero-capability li:nth-child(5) {
    position: relative;
    inset: auto;
    width: 112px;
    height: 112px;
    min-width: 112px;
    min-height: 112px;
    padding: 16px;
  }

  .hero-stats,
  .thesis-grid,
  .solution-row,
  .service-layout,
  .core-business-card,
  .contact-cards,
  .contact {
    grid-template-columns: 1fr;
  }

  .warehouse-gallery {
    grid-template-columns: 1fr;
  }

  .warehouse-gallery figure,
  .warehouse-gallery figure:first-child {
    min-height: 300px;
  }

  .value-business-grid {
    grid-template-columns: 1fr;
  }

  .core-business-image {
    min-height: 280px;
  }

  .service-cards {
    grid-template-columns: 1fr;
  }

  .control-board {
    grid-template-columns: 1fr;
    padding-bottom: 190px;
  }

  .control-track {
    left: 32px;
    top: 48px;
    bottom: 180px;
    width: 3px;
    height: auto;
  }

  .control-track::after {
    transform-origin: top;
    animation-name: routePulseVertical;
  }

  .control-summary {
    position: static;
    margin-top: 18px;
  }
}

@keyframes routePulse {
  0% { transform: scaleX(0.08); opacity: 0.42; }
  45% { transform: scaleX(1); opacity: 1; }
  100% { transform: scaleX(1); opacity: 0.52; }
}

@keyframes routePulseVertical {
  0% { transform: scaleY(0.08); opacity: 0.42; }
  45% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1); opacity: 0.52; }
}

@keyframes dotPulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(217, 170, 48, 0.18); }
  50% { box-shadow: 0 0 0 14px rgba(217, 170, 48, 0.08); }
}

@keyframes bubbleFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 620px) {
  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 72px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    width: 100%;
    padding: 124px 20px 44px;
  }

  h1 {
    font-size: 32px;
  }

  .hero-title {
    display: block;
  }

  .hero-brand-name,
  .hero-positioning {
    display: inline;
  }

  .hero-kicker {
    display: block;
    margin-top: 3px;
    font-size: 12px;
  }

  .hero-positioning {
    display: block;
    margin-top: 6px;
    font-size: 25px;
  }

  .hero-copy {
    font-size: 15px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stats span {
    min-height: 86px;
    padding: 15px;
  }

  .hero-capability {
    width: 100%;
    padding-top: 0;
  }

  .hero-capability ul {
    gap: 10px;
  }

  .hero-capability li,
  .hero-capability li:nth-child(1),
  .hero-capability li:nth-child(2),
  .hero-capability li:nth-child(3),
  .hero-capability li:nth-child(4),
  .hero-capability li:nth-child(5) {
    width: 98px;
    height: 98px;
    min-width: 98px;
    min-height: 98px;
    padding: 13px;
    font-size: 13px;
  }

  .section {
    padding: 58px 20px;
  }

  .network-map {
    min-height: 560px;
  }

  .map-pin {
    transform: scale(0.92);
    transform-origin: left top;
  }

  .cn1 { left: 58%; top: 36%; }
  .cn2 { left: 62%; top: 43%; }
  .cn3 { left: 53%; top: 46%; }
  .cn4 { left: 50%; top: 39%; }
  .vn { left: 51%; top: 58%; }
  .th { left: 45%; top: 54%; }
  .id { left: 58%; top: 72%; }
  .mx { left: 8%; top: 39%; }
  .us { left: 8%; top: 23%; }
  .br { left: 19%; top: 75%; }
}
