body.company-page {
  background: #fff;
  color: #172033;
}

.company-page-shell {
  --company-navy: #0d234d;
  --company-navy-2: #173c78;
  --company-orange: #fe5b00;
  --company-muted: #5d6678;
  --company-soft: #f5f8fc;
  --company-line: rgba(13, 35, 77, 0.12);
  overflow: hidden;
}

.company-shell {
  width: min(1460px, calc(100% - 72px));
  margin: 0 auto;
}

.company-section {
  position: relative;
  padding: 112px 0;
}

.company-section-heading {
  position: relative;
}

.company-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  color: var(--company-orange);
  font-size: 0.86rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.company-eyebrow::after {
  content: "";
  width: 52px;
  height: 2px;
  border-radius: 999px;
  background: var(--company-orange);
}

.company-section-heading h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  color: var(--company-navy);
  font-size: 2.5rem;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.company-section-heading > span {
  display: block;
  width: 72px;
  height: 3px;
  margin: 22px 0 18px;
  border-radius: 999px;
  background: var(--company-orange);
  position: relative;
}

.company-section-heading > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--company-orange);
  transform: translate(-50%, -50%);
  animation: company-title-dot-move 2.4s ease-in-out infinite alternate;
}

.company-section-heading p {
  max-width: 720px;
  margin: 0;
  color: var(--company-muted);
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
}

@keyframes company-title-dot-move {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}

.company-section-heading--center {
  max-width: 840px;
  margin: 0 auto 56px;
  text-align: center;
}

.company-section-heading--center > span,
.company-section-heading--center p {
  margin-right: auto;
  margin-left: auto;
}

.company-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.company-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.company-btn--primary {
  color: #fff;
  background: var(--company-orange);
  box-shadow: 0 16px 34px rgba(254, 91, 0, 0.24);
}

.company-btn--secondary {
  color: var(--company-navy);
  background: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 26px rgba(13, 35, 77, 0.08);
}

.company-btn--light {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.company-hero {
  min-height: calc(100vh - 74px);
  min-height: calc(100svh - 74px);
  display: flex;
  align-items: center;
  padding: clamp(170px, 17vh, 230px) 0 clamp(128px, 14vh, 190px);
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 13, 30, 0.88) 0%, rgba(5, 13, 30, 0.66) 48%, rgba(5, 13, 30, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 13, 30, 0.16) 0%, rgba(5, 13, 30, 0.04) 54%, rgba(5, 13, 30, 0.42) 100%),
    radial-gradient(circle at 78% 22%, rgba(254, 91, 0, 0.1), transparent 34%),
    var(--company-hero-image) center / cover no-repeat;
  background-attachment: fixed;
}

.company-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}

.company-hero__inner {
  position: relative;
  z-index: 1;
}

.company-hero__content {
  max-width: 790px;
}

.company-hero__content h1 {
  max-width: 860px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(3.1rem, 6.4vw, 6.25rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
}

.company-hero__subtitle {
  max-width: 720px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.55;
  font-weight: 700;
}

.company-hero__description {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.8;
  font-weight: 500;
}

.company-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.company-hero .company-btn--secondary {
  min-width: 148px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.company-hero .company-btn--secondary:hover,
.company-hero .company-btn--secondary:focus-visible {
  color: var(--company-navy);
  background: #fff;
  border-color: #fff;
}

.company-hero__scroll {
  position: absolute;
  bottom: 38px;
  left: 50%;
  z-index: 1;
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  transform: translateX(-50%);
}

.company-hero__scroll::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 8px;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%);
  animation: company-scroll-dot 1.5s ease-in-out infinite;
}

@keyframes company-scroll-dot {
  0%,
  100% {
    opacity: 0.4;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 12px);
  }
}

.company-about-story {
  padding-top: 118px;
  background:
    radial-gradient(circle at 18% 18%, rgba(254, 91, 0, 0.06), transparent 26%),
    #fff;
}

.company-about-story__grid {
  display: grid;
  grid-template-columns: minmax(440px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(72px, 7vw, 120px);
  align-items: center;
}

.company-about-story__image-box {
  width: min(100%, 590px);
  min-height: 660px;
  position: relative;
  isolation: isolate;
}

.company-about-story__video-box {
  width: min(100%, 540px);
  aspect-ratio: 720 / 966;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: var(--company-navy);
  box-shadow: 0 30px 70px rgba(13, 35, 77, 0.18);
}

.company-about-story__video-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: inherit;
  pointer-events: none;
}

.company-about-story__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.company-about-story__main-image,
.company-about-story__detail-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 26px 58px rgba(13, 35, 77, 0.14);
}

.company-about-story__main-image {
  width: min(78%, 470px);
  aspect-ratio: 1 / 1;
  position: relative;
  z-index: 2;
}

.company-about-story__detail-image {
  width: min(55%, 330px);
  aspect-ratio: 31 / 32;
  position: absolute;
  right: 0;
  bottom: 38px;
  z-index: 4;
}

.company-about-story__main-image img,
.company-about-story__detail-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.company-about-story__image-box::before {
  content: "";
  position: absolute;
  top: 72px;
  right: 82px;
  width: 210px;
  height: 390px;
  background: linear-gradient(145deg, rgba(254, 91, 0, 0.94), rgba(13, 35, 77, 0.88));
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  opacity: 0.95;
  z-index: 1;
}

.company-about-story__image-box::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 22px;
  width: 260px;
  height: 92px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, var(--company-orange), #ff7a2f);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 42% 100%, 0 58%);
  z-index: 1;
}

body.contact-page .company-about-story__image-box::before,
body.contact-page .company-about-story__image-box::after {
  display: none;
}

.company-about-story__triangle {
  display: none;
  position: absolute;
  height: 0;
  pointer-events: none;
  width: 0;
  z-index: 1;
}

body.contact-page .company-about-story__triangle {
  display: block;
}

.company-about-story__triangle--right {
  top: 48px;
  right: -42px;
  border-top: 270px solid transparent;
  border-left: 116px solid rgba(254, 91, 0, 0.94);
  filter: drop-shadow(0 20px 34px rgba(254, 91, 0, 0.18));
}

.company-about-story__triangle--bottom {
  bottom: 8px;
  left: 22px;
  border-top: 138px solid rgba(254, 91, 0, 0.92);
  border-left: 238px solid transparent;
  border-radius: 14px;
  filter: drop-shadow(0 24px 44px rgba(254, 91, 0, 0.16));
}

.company-about-story__signal {
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 178px;
  left: min(70%, 405px);
  z-index: 5;
  border-radius: 50%;
  color: var(--company-orange);
  background: #fff;
  box-shadow: 0 18px 38px rgba(13, 35, 77, 0.16);
}

.company-about-story__signal i {
  position: relative;
  z-index: 2;
  font-size: 1.35rem;
  animation: company-signal-float 2.4s ease-in-out infinite;
}

.company-about-story__signal span {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(254, 91, 0, 0.24);
  border-radius: 50%;
  animation: company-signal-ring 2.4s ease-in-out infinite;
}

.company-about-story__signal span:last-of-type {
  inset: -7px;
  animation-delay: 0.55s;
}

@keyframes company-signal-ring {
  0% {
    opacity: 0.8;
    transform: scale(0.75);
  }
  100% {
    opacity: 0;
    transform: scale(1.22);
  }
}

@keyframes company-signal-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.company-about-story__experience {
  min-width: 250px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  position: absolute;
  left: 10px;
  bottom: 78px;
  z-index: 5;
  padding: 24px 28px;
  border-radius: 8px;
  color: #fff;
  background: var(--company-orange);
  box-shadow: 0 22px 50px rgba(254, 91, 0, 0.25);
}

.company-about-story__experience strong {
  font-size: 3rem;
  line-height: 0.9;
  font-weight: 900;
}

.company-about-story__experience span {
  font-weight: 900;
  line-height: 1.35;
}

.company-about-story__quote {
  display: none;
  margin: 24px 0 0;
  color: var(--company-orange);
  font-size: 1.08rem;
  line-height: 1.6;
  font-weight: 900;
  font-style: italic;
}

.company-about-story__body {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--company-muted);
  font-size: 1rem;
  line-height: 1.85;
  font-weight: 650;
}

.company-about-tabs {
  margin-top: 32px;
}

.company-about-tabs__buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.company-about-tabs__button {
  min-height: 56px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--company-navy);
  background: #f5f7fb;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.company-about-tabs__button:hover,
.company-about-tabs__button.is-active {
  color: #fff;
  background: var(--company-orange);
  box-shadow: 0 14px 28px rgba(254, 91, 0, 0.22);
  transform: translateY(-1px);
}

.company-about-tabs__panels {
  margin-top: 22px;
}

.company-about-tabs__panel {
  animation: company-tab-in 0.28s ease;
}

.company-about-tabs__panel p {
  margin: 0 0 18px;
  color: var(--company-muted);
  line-height: 1.78;
  font-weight: 650;
}

.company-about-tabs__panel ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.company-about-tabs__panel li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #3f4a5d;
  line-height: 1.55;
  font-weight: 700;
}

.company-about-tabs__panel li i {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  border-radius: 50%;
  color: #fff;
  background: var(--company-orange);
  font-size: 0.66rem;
}

@keyframes company-tab-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.company-intro__grid,
.company-operations__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 72px;
  align-items: center;
}

.company-intro {
  background:
    linear-gradient(rgba(245, 248, 252, 0.9), rgba(245, 248, 252, 0.9)),
    linear-gradient(90deg, rgba(13, 35, 77, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(13, 35, 77, 0.045) 1px, transparent 1px);
  background-size: auto, 94px 94px, 94px 94px;
}

.company-intro__media,
.company-operations__media {
  min-height: 460px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 58px rgba(13, 35, 77, 0.12);
  position: relative;
}

.company-intro__media::after,
.company-operations__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 35, 77, 0), rgba(13, 35, 77, 0.28));
}

.company-intro__media img,
.company-operations__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.company-operations__media--globe {
  min-height: 600px;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.company-operations__media--globe::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 9% 4% 6%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.9), transparent 32%),
    radial-gradient(circle at 50% 50%, rgba(254, 91, 0, 0.13), transparent 58%),
    radial-gradient(circle at 50% 50%, rgba(13, 35, 77, 0.08), transparent 68%);
  filter: blur(4px);
  pointer-events: none;
}

.company-operations__media--globe::after {
  display: none;
}

.company-operations__globe-canvas,
.company-operations__globe-fallback {
  position: absolute;
  z-index: 2;
  width: min(620px, 104%);
  height: min(620px, 104%);
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.company-operations__globe-canvas {
  display: block;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.company-operations__globe-fallback {
  z-index: 1;
  background:
    radial-gradient(circle at 56% 42%, rgba(254, 91, 0, 0.94) 0 5px, transparent 6px),
    radial-gradient(circle at 42% 54%, rgba(13, 35, 77, 0.2) 0 3px, transparent 4px),
    radial-gradient(circle at 62% 34%, rgba(13, 35, 77, 0.18) 0 3px, transparent 4px),
    radial-gradient(circle at 68% 58%, rgba(254, 91, 0, 0.32) 0 3px, transparent 4px),
    radial-gradient(circle at 50% 50%, #ffffff 0%, #f5f8ff 45%, #ecf3ff 70%, #dfeafd 100%);
  box-shadow:
    inset -36px -24px 86px rgba(13, 35, 77, 0.12),
    0 0 95px rgba(254, 91, 0, 0.15);
  transition: opacity 0.35s ease;
}

.company-operations__globe-fallback::before,
.company-operations__globe-fallback::after {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  border: 1px solid rgba(13, 35, 77, 0.1);
}

.company-operations__globe-fallback::after {
  inset: 26%;
  border-color: rgba(254, 91, 0, 0.2);
}

.company-operations__media--globe.is-ready .company-operations__globe-canvas {
  opacity: 1;
}

.company-operations__media--globe.is-ready .company-operations__globe-fallback {
  opacity: 0;
}

.company-operations__media--globe.has-fallback .company-operations__globe-canvas,
.company-operations__media--globe.has-fallback .company-operations__globe-ring {
  opacity: 0;
}

.company-operations__globe-ring {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: min(690px, 118%);
  height: min(292px, 50%);
  border: 1px solid rgba(254, 91, 0, 0.24);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-22deg);
}

.company-operations__globe-ring--two {
  width: min(680px, 116%);
  height: min(366px, 64%);
  border-color: rgba(13, 35, 77, 0.13);
  transform: translate(-50%, -50%) rotate(22deg);
}

.company-operations__globe-ring--three {
  width: min(580px, 98%);
  height: min(278px, 48%);
  border-color: rgba(254, 91, 0, 0.18);
  transform: translate(-50%, -50%) rotate(62deg);
}

.company-intro__media--map {
  background: #eef3f8;
}

.company-intro__media--map::after {
  display: none;
}

.company-intro__media--map iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  border: 0;
}

.company-intro__map-caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  gap: 6px;
  max-width: 480px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: var(--company-navy);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(13, 35, 77, 0.14);
  backdrop-filter: blur(12px);
}

.company-intro__map-caption strong {
  font-size: 1rem;
  font-weight: 900;
}

.company-intro__map-caption span {
  color: var(--company-muted);
  font-size: 0.88rem;
  line-height: 1.45;
  font-weight: 750;
}

.company-intro__body {
  margin: 28px 0 0;
  color: #3f4a5d;
  font-size: 1.05rem;
  line-height: 1.9;
}

.company-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.company-stat {
  min-height: 112px;
  padding: 24px 22px;
  border: 1px solid var(--company-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(13, 35, 77, 0.05);
}

.company-stat strong {
  display: block;
  color: var(--company-navy);
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 900;
}

.company-stat span {
  display: block;
  margin-top: 10px;
  color: var(--company-muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.company-principles {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(254, 91, 0, 0.07), transparent 30%),
    linear-gradient(rgba(245, 248, 252, 0.96), rgba(245, 248, 252, 0.96));
}

.company-operations {
  background:
    linear-gradient(rgba(245, 248, 252, 0.94), rgba(245, 248, 252, 0.94)),
    linear-gradient(90deg, rgba(13, 35, 77, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(13, 35, 77, 0.055) 1px, transparent 1px);
  background-size: auto, 92px 92px, 92px 92px;
}

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

.company-contact-card {
  min-height: 258px;
  padding: 34px;
  border: 1px solid var(--company-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(13, 35, 77, 0.07);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.company-contact-card:hover {
  border-color: rgba(254, 91, 0, 0.2);
  box-shadow: 0 24px 56px rgba(13, 35, 77, 0.1);
  transform: translateY(-4px);
}

.company-principles__inner {
  width: min(1460px, calc(100% - 72px));
}

.company-principles__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
}

.company-principles__header .company-section-heading {
  max-width: 760px;
}

.company-principles__controls {
  display: inline-flex;
  gap: 12px;
  padding-bottom: 18px;
}

.company-principles__arrow {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 35, 77, 0.1);
  border-radius: 50%;
  color: var(--company-navy);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(13, 35, 77, 0.08);
  cursor: pointer;
  transition: transform 0.22s ease, color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.company-principles__arrow:hover,
.company-principles__arrow:focus-visible {
  color: #fff;
  background: var(--company-orange);
  box-shadow: 0 16px 34px rgba(254, 91, 0, 0.22);
  transform: translateY(-2px);
}

.company-principles__arrow:disabled {
  color: rgba(13, 35, 77, 0.28);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: none;
  cursor: default;
  transform: none;
}

.company-principles__arrow:disabled:hover {
  color: rgba(13, 35, 77, 0.28);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: none;
}

.company-principles__arrow:focus-visible {
  outline: 3px solid rgba(254, 91, 0, 0.2);
  outline-offset: 3px;
}

.company-principles__viewport {
  margin-top: 52px;
  margin-right: calc((100vw - min(1460px, calc(100vw - 72px))) * -0.5);
  margin-left: calc((100vw - min(1460px, calc(100vw - 72px))) * -0.5);
  overflow: hidden;
  width: 100vw;
}

.company-principles__track {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 max(36px, calc((100vw - min(1460px, calc(100vw - 72px))) * 0.5)) 30px;
  scroll-behavior: smooth;
  scroll-padding-inline: max(36px, calc((100vw - min(1460px, calc(100vw - 72px))) * 0.5));
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.company-principles__track::-webkit-scrollbar {
  display: none;
}

.company-principle-card {
  position: relative;
  flex: 0 0 clamp(360px, 30vw, 436px);
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 70px 36px 28px;
  border: 1px solid rgba(13, 35, 77, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(13, 35, 77, 0.045);
  scroll-snap-align: start;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.company-principle-card:hover,
.company-principle-card:focus-visible {
  border-color: rgba(254, 91, 0, 0.2);
  box-shadow: 0 12px 28px rgba(13, 35, 77, 0.075);
  transform: translateY(-5px);
}

.company-principle-card:focus-visible {
  outline: 3px solid rgba(254, 91, 0, 0.18);
  outline-offset: 4px;
}

.company-principle-card__bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background: linear-gradient(90deg, var(--company-orange), #ff8a45);
}

.company-principle-card__icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--company-orange);
  background: rgba(254, 91, 0, 0.09);
  box-shadow: inset 0 0 0 1px rgba(254, 91, 0, 0.1);
}

.company-principle-card h3 {
  margin: 28px 0 14px;
  color: var(--company-navy);
  font-size: 1.42rem;
  line-height: 1.22;
  font-weight: 900;
}

.company-principle-card p {
  margin: 0;
  color: var(--company-muted);
  font-size: 1rem;
  line-height: 1.72;
  font-weight: 650;
}

.company-principle-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 18px;
  color: var(--company-orange);
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;
}

.company-principle-card__link i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}

.company-principle-card__link:hover i {
  transform: translateX(3px);
}

.company-principle-card__signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(13, 35, 77, 0.1);
}

.company-principle-card__signals span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: #4f5c70;
  font-size: 0.78rem;
  line-height: 1.25;
  font-weight: 900;
}

.company-principle-card__signals i {
  flex: 0 0 auto;
  color: var(--company-navy);
  font-size: 0.92rem;
  opacity: 0.82;
}

.company-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--company-orange);
  box-shadow: 0 14px 26px rgba(254, 91, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.company-icon i {
  transition: transform 0.25s ease;
}

.company-icon--small {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

.company-contact-card h3,
.company-operation-item h3 {
  margin: 24px 0 12px;
  color: var(--company-navy);
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 900;
}

.company-operation-item p {
  margin: 0;
  color: var(--company-muted);
  line-height: 1.75;
  font-weight: 650;
}

.company-operations__list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.company-operation-item {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 90px;
  padding: 20px 22px;
  border: 1px solid rgba(13, 35, 77, 0.1);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff, #f8fbff);
  box-shadow: 0 14px 34px rgba(13, 35, 77, 0.055);
  cursor: pointer;
  overflow: hidden;
  transition:
    min-height 0.28s ease,
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.company-operation-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 16% 24%, rgba(254, 91, 0, 0.13), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(254, 91, 0, 0.035));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.company-operation-item > * {
  position: relative;
  z-index: 1;
}

.company-operation-item:focus-visible {
  outline: 3px solid rgba(254, 91, 0, 0.2);
  outline-offset: 3px;
}

.company-operation-item h3 {
  margin: 0;
  font-size: 1.1rem;
  transition: color 0.25s ease;
}

.company-operation-item p {
  max-height: 0;
  padding-top: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-4px);
  transition:
    max-height 0.3s ease,
    padding-top 0.3s ease,
    opacity 0.24s ease,
    transform 0.24s ease;
}

.company-operation-item.is-active {
  min-height: 132px;
  align-items: flex-start;
  border-color: rgba(254, 91, 0, 0.22);
  background: #fff;
  box-shadow: 0 22px 48px rgba(13, 35, 77, 0.09);
  transform: translateX(6px);
}

.company-operation-item.is-active::after {
  opacity: 1;
}

.company-operation-item.is-active .company-icon {
  background: #ff6b18;
  box-shadow: 0 18px 34px rgba(254, 91, 0, 0.26);
  transform: scale(1.05);
}

.company-operation-item.is-active h3 {
  color: #0b1f46;
}

.company-operation-item.is-active p {
  max-height: 170px;
  padding-top: 10px;
  opacity: 1;
  transform: translateY(0);
}

.company-contact-summary {
  background:
    radial-gradient(circle at 14% 18%, rgba(254, 91, 0, 0.06), transparent 28%),
    #fff;
}

.company-contact-card {
  min-height: 300px;
}

.company-contact-card:hover .company-icon {
  background: #ff6b18;
  box-shadow: 0 18px 34px rgba(254, 91, 0, 0.26);
  transform: translateY(-4px) scale(1.08);
}

.company-contact-card:hover .company-icon i {
  transform: rotate(-8deg);
}

.company-contact-card__lines {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.company-contact-card__lines a,
.company-contact-card__lines span {
  color: var(--company-muted);
  line-height: 1.55;
  font-weight: 700;
  text-decoration: none;
}

.company-contact-card__lines a:hover {
  color: var(--company-orange);
}

.company-contact-workspace {
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 118px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #07122a;
}

.company-contact-workspace__backdrop {
  position: absolute;
  inset: 0;
  background-color: #07122a;
  background-image: url("/assets/images/company/customer-service-center-asian-team.webp");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.company-contact-workspace::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 50%, rgba(254, 91, 0, 0.18), transparent 36%),
    linear-gradient(90deg, rgba(7, 18, 42, 0.9), rgba(7, 18, 42, 0.84) 62%, rgba(7, 18, 42, 0.62));
  pointer-events: none;
  z-index: 1;
}

.company-contact-workspace__inner {
  position: relative;
  z-index: 2;
}

.company-form-panel {
  width: min(760px, 58vw);
}

.company-contact-workspace .company-section-heading h2,
.company-contact-workspace .company-section-heading p {
  color: #fff;
}

.company-contact-workspace .company-eyebrow {
  color: #fff;
}

.company-contact-workspace .company-eyebrow::after {
  background: rgba(255, 255, 255, 0.9);
}

.company-contact-workspace .company-section-heading p {
  color: rgba(255, 255, 255, 0.78);
}

.company-contact-workspace__person {
  position: absolute;
  right: max(7vw, 80px);
  bottom: 0;
  z-index: 2;
  width: min(31vw, 480px);
  pointer-events: none;
}

.company-contact-workspace__person img {
  width: 100%;
  display: block;
  filter: grayscale(1);
}

.company-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.company-form-field {
  display: grid;
  gap: 8px;
}

.company-form-field--full {
  grid-column: 1 / -1;
}

.company-contact-workspace .company-form-field label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.company-form-field input,
.company-form-field select,
.company-form-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font: inherit;
  font-weight: 700;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.company-form-field input,
.company-form-field select {
  min-height: 56px;
  padding: 0 18px;
}

.company-form-field textarea {
  min-height: 168px;
  padding: 17px 18px;
  resize: vertical;
}

.company-form-field select option {
  color: var(--company-navy);
}

.company-form-field input::placeholder,
.company-form-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.68);
}

.company-form-field input:focus,
.company-form-field select:focus,
.company-form-field textarea:focus {
  border-color: rgba(254, 91, 0, 0.72);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 4px rgba(254, 91, 0, 0.12);
}

.company-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.company-form-footer p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.65;
  font-size: 0.9rem;
  font-weight: 650;
}

.company-mailto-result {
  margin-top: 2px;
  padding: 24px;
  border: 1px solid rgba(120, 162, 173, 0.34);
  border-radius: 8px;
  background: rgba(246, 251, 252, 0.96);
  box-shadow: 0 20px 48px rgba(7, 18, 42, 0.16);
  color: var(--company-navy);
}

.company-mailto-result__title {
  margin: 0 0 6px;
  color: var(--company-navy);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.3;
}

.company-mailto-result__text {
  margin: 0 0 14px;
  color: rgba(13, 35, 77, 0.72);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.55;
}

.company-mailto-result__text a {
  color: var(--company-orange);
  font-weight: 900;
  text-decoration: none;
}

.company-mailto-result__content {
  width: 100%;
  min-height: 172px;
  padding: 16px;
  border: 1px solid rgba(13, 35, 77, 0.14);
  border-radius: 8px;
  background: #fff;
  color: rgba(13, 35, 77, 0.78);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.65;
  outline: none;
  resize: vertical;
}

.company-mailto-result__content:focus {
  border-color: rgba(254, 91, 0, 0.68);
  box-shadow: 0 0 0 4px rgba(254, 91, 0, 0.12);
}

.company-mailto-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.company-mailto-result__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(13, 35, 77, 0.16);
  border-radius: 8px;
  background: #fff;
  color: var(--company-navy);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.company-mailto-result__btn:hover {
  border-color: rgba(254, 91, 0, 0.42);
  color: var(--company-orange);
  transform: translateY(-2px);
}

.company-mailto-result__btn--primary {
  border-color: var(--company-orange);
  background: var(--company-orange);
  color: #fff;
}

.company-mailto-result__btn--primary:hover {
  background: var(--company-navy);
  border-color: var(--company-navy);
  color: #fff;
}

.company-mailto-result__status {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--company-orange);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.4;
}

.company-cta {
  position: relative;
  padding: 64px 0 0;
  background:
    linear-gradient(180deg, #fff 0%, #fff 50%, var(--company-navy) 50%, var(--company-navy) 100%);
  color: #fff;
  z-index: 2;
}

.company-cta__inner {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-height: 210px;
  max-width: 1440px;
  padding: 44px 390px 42px 48px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(13, 35, 77, 0.98) 0%, rgba(23, 58, 117, 0.98) 100%);
  box-shadow: 0 28px 70px rgba(13, 35, 77, 0.22);
  overflow: visible;
}

.company-cta__shape {
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/hardware/cta-wave-shape.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: inherit;
  opacity: 0.1;
  pointer-events: none;
}

.company-cta__advisor {
  position: absolute;
  right: 78px;
  bottom: 0;
  z-index: 2;
  width: min(27vw, 300px);
  max-width: 300px;
  height: auto;
  animation: company-cta-left-right 4s ease-in-out infinite;
  pointer-events: none;
}

.company-cta__content {
  position: relative;
  z-index: 3;
  max-width: 760px;
  min-width: 0;
}

.company-cta h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company-cta p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.68;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

@keyframes company-cta-left-right {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }
}

html.company-js-ready [data-company-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.72s cubic-bezier(0.16, 1, 0.3, 1), transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

html.company-js-ready [data-company-reveal][data-company-reveal-slide="left"] {
  transform: translateX(-42px);
}

html.company-js-ready [data-company-reveal][data-company-reveal-slide="right"] {
  transform: translateX(42px);
}

html.company-js-ready [data-company-reveal].company-is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 1180px) {
  .company-about-story__grid,
  .company-intro__grid,
  .company-operations__grid {
    grid-template-columns: 1fr;
  }

  .company-about-story__media {
    order: 2;
  }

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

  .company-principles__header {
    align-items: flex-start;
  }

  .company-principle-card {
    flex-basis: clamp(340px, 42vw, 410px);
  }

  .company-form-panel {
    width: min(760px, 72vw);
  }

  .company-contact-workspace__person {
    opacity: 0.34;
    right: 32px;
  }

  .company-cta__inner {
    min-height: 190px;
    padding-right: 280px;
  }

  .company-cta__advisor {
    right: 18px;
    width: 250px;
  }
}

@media (max-width: 760px) {
  .company-shell {
    width: min(100% - 32px, 560px);
  }

  .company-section {
    padding: 78px 0;
  }

  .company-section-heading h2 {
    font-size: clamp(2rem, 8vw, 2.45rem);
  }

  .company-hero {
    min-height: auto;
    padding: 92px 0 82px;
    background-attachment: scroll;
  }

  .company-hero__content h1 {
    font-size: clamp(3rem, 14vw, 4.3rem);
  }

  .company-about-story__image-box {
    min-height: 520px;
  }

  .company-about-story__video-box {
    width: min(100%, 430px);
    margin: 0 auto;
    border-radius: 18px;
  }

  .company-about-story__triangle {
    display: none;
  }

  .company-about-story__main-image {
    width: 82%;
  }

  .company-about-story__detail-image {
    width: 55%;
  }

  .company-about-story__signal {
    top: 132px;
    left: auto;
    right: 42px;
  }

  .company-about-story__experience {
    min-width: 210px;
    padding: 20px;
  }

  .company-about-tabs__buttons,
  .company-stats,
  .company-contact-cards,
  .company-contact-form {
    grid-template-columns: 1fr;
  }

  .company-principles__inner {
    width: min(100% - 32px, 560px);
  }

  .company-principles__header {
    flex-direction: column;
    gap: 24px;
  }

  .company-principles__controls {
    padding-bottom: 0;
  }

  .company-principles__viewport {
    width: auto;
    margin-top: 34px;
    margin-left: 0;
    margin-right: -16px;
  }

  .company-principles__track {
    gap: 18px;
    padding-right: 16px;
    padding-bottom: 24px;
  }

  .company-principle-card {
    flex-basis: min(86vw, 360px);
    min-height: 370px;
    padding: 62px 26px 24px;
  }

  .company-principle-card h3 {
    font-size: 1.24rem;
  }

  .company-principle-card__signals {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .company-intro__content {
    order: 1;
  }

  .company-intro__media,
  .company-operations__media {
    min-height: 320px;
  }

  .company-intro__media {
    order: 2;
  }

  .company-contact-card {
    padding: 26px;
  }

  .company-contact-workspace {
    min-height: auto;
    padding: 86px 0;
  }

  .company-form-panel {
    width: 100%;
  }

  .company-contact-workspace__person {
    display: none;
  }

  .company-form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .company-form-footer .company-btn {
    width: 100%;
  }

  .company-mailto-result {
    padding: 20px;
  }

  .company-mailto-result__actions,
  .company-mailto-result__btn {
    width: 100%;
  }

  .company-cta {
    padding-top: 8px;
  }

  .company-cta__inner {
    min-height: 0;
    padding: 40px 30px 38px;
    text-align: center;
  }

  .company-cta__advisor {
    display: none;
  }

  .company-cta__content {
    max-width: 100%;
  }

  .company-cta h2 {
    font-size: clamp(1.8rem, 8vw, 2.2rem);
  }

  .company-cta p {
    font-size: 0.92rem;
  }

  .company-cta__actions,
  .company-cta__actions .company-btn {
    width: 100%;
  }

  .company-cta__actions {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.company-js-ready [data-company-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
