.ci-page {
  --ci-navy: #003c97;
  --ci-blue: #0095e6;
  --ci-green: #008a28;
  --ci-gold: #a78348;
  --ci-ink: #102a46;
  --ci-text: #405562;
  --ci-muted: #6a7a83;
  --ci-line: rgba(16, 42, 70, .13);
  overflow-x: hidden;
  background: #fff;
}

.ci-page .mega-links .is-current { border-color: transparent; }
.ci-page .mega-links .is-current::after,
.ci-page .nav-item--current > a::after { transform: scaleX(1); }

@media (min-width: 801px) {
  .ci-page .dropdown { width: calc(100vw - 8px); }
}

.ci-visual > img {
  object-position: center 52%;
  filter: brightness(.92) contrast(1.015) saturate(.90);
}

.ci-visual__shade {
  background:
    linear-gradient(90deg, rgba(5, 20, 31, .78) 0%, rgba(5, 20, 31, .38) 32%, rgba(5, 20, 31, .11) 61%, rgba(5, 20, 31, .30) 100%),
    linear-gradient(180deg, rgba(5, 20, 31, .15) 0%, rgba(5, 20, 31, .04) 48%, rgba(5, 20, 31, .30) 100%);
}

.ci-page .ceo-visual__inner { padding-top: 98px; }
.ci-page .ceo-visual__statement {
  width: min(470px, 40vw);
  color: rgba(255, 255, 255, .93);
  font-size: clamp(24px, 1.72vw, 29px);
  line-height: 1.48;
}

.ci-section { position: relative; }
.ci-heading > p {
  margin: 0 0 20px;
  color: var(--ci-gold);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .20em;
}

.ci-heading h2 {
  margin: 0;
  color: var(--ci-ink);
  font-size: clamp(38px, 3.15vw, 56px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.052em;
  word-break: keep-all;
}

.ci-heading > span {
  display: block;
  width: 48px;
  height: 1px;
  margin-top: 32px;
  background: var(--ci-gold);
}

.ci-heading--center { text-align: center; }
.ci-heading--center > span { margin-inline: auto; }
/* Brand symbol: the logo carries the section's visual weight. */
.ci-symbol {
  padding: 174px 0 150px;
  overflow: hidden;
  background: #fff;
}

.ci-symbol__inner {
  display: grid;
  grid-template-columns: minmax(360px, .94fr) minmax(500px, 1.06fr);
  align-items: end;
  gap: clamp(72px, 8vw, 130px);
}

.ci-symbol__mark {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  min-height: 472px;
  margin: 70px 0 0;
  place-items: center;
  border-top: 1px solid var(--ci-line);
  border-bottom: 1px solid var(--ci-line);
  background: linear-gradient(135deg, #fff 0%, #f6f7f7 100%);
}

.ci-symbol__mark img { display: block; width: min(720px, 62vw); height: auto; }
.ci-symbol__intro {
  max-width: 620px;
  margin: 0 0 4px auto;
  color: var(--ci-text);
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: -.012em;
  word-break: keep-all;
}

/* Symbol story: manual-like split layout. */
.ci-story {
  padding: 172px 0 164px;
  border-top: 1px solid rgba(16, 42, 70, .05);
  border-bottom: 1px solid rgba(16, 42, 70, .06);
  background: #f4f6f6;
}

.ci-story__grid {
  display: grid;
  grid-template-columns: minmax(470px, 1.02fr) minmax(520px, .98fr);
  gap: clamp(82px, 8.8vw, 148px);
  align-items: start;
}

.ci-story__visual { position: sticky; top: 132px; padding-top: 78px; }
.ci-story__canvas {
  position: relative;
  display: grid;
  min-height: 468px;
  place-items: center;
  border-top: 1px solid rgba(16, 42, 70, .12);
  border-bottom: 1px solid rgba(16, 42, 70, .12);
  background: #fff;
}

.ci-story__canvas::before {
  position: absolute;
  top: 28px;
  right: 28px;
  bottom: 28px;
  left: 28px;
  border-top: 1px solid rgba(167, 131, 72, .16);
  border-bottom: 1px solid rgba(167, 131, 72, .16);
  content: "";
  pointer-events: none;
}

.ci-story__logo {
  position: relative;
  width: min(540px, 84%);
  aspect-ratio: 4 / 1;
}

.ci-story__logo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.ci-story__logo-base {
  z-index: 0;
  opacity: 1;
  transform: none;
  filter: none;
}

.ci-story__logo-highlight {
  z-index: 2;
  opacity: 0;
  transform: scale(1);
  filter: brightness(1) saturate(1);
  transition: opacity 210ms ease-out, transform 210ms ease-out, filter 210ms ease-out;
}

.ci-story__logo-highlight--green {
  clip-path: polygon(6% 62%, 9% 50%, 15% 37%, 21% 29%, 28% 30%, 34% 42%, 39% 58%, 37% 63%, 33% 48%, 28% 36%, 22% 34%, 16% 41%, 10% 54%, 7% 63%);
  transform-origin: 22% 39%;
}

.ci-story__logo-highlight--blue {
  clip-path: polygon(6% 38%, 10% 46%, 15% 61%, 21% 69%, 28% 68%, 34% 56%, 39% 42%, 38% 50%, 34% 63%, 28% 74%, 21% 75%, 15% 66%, 10% 52%, 6% 45%);
  transform-origin: 22% 61%;
}

.ci-story__logo-highlight--junction-left {
  clip-path: polygon(5% 32%, 13% 35%, 13% 65%, 5% 68%);
  transform-origin: 9% 50%;
}

.ci-story__logo-highlight--junction-right {
  clip-path: polygon(33% 35%, 41% 32%, 41% 68%, 33% 65%);
  transform-origin: 37% 50%;
}

.ci-story__curve-dim {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  background: rgba(255, 255, 255, .54);
  opacity: 0;
  pointer-events: none;
  transition: opacity 210ms ease-out;
}

.ci-story__curve-dim--green { clip-path: polygon(6% 62%, 9% 50%, 15% 37%, 21% 29%, 28% 30%, 34% 42%, 39% 58%, 37% 63%, 33% 48%, 28% 36%, 22% 34%, 16% 41%, 10% 54%, 7% 63%); }
.ci-story__curve-dim--blue { clip-path: polygon(6% 38%, 10% 46%, 15% 61%, 21% 69%, 28% 68%, 34% 56%, 39% 42%, 38% 50%, 34% 63%, 28% 74%, 21% 75%, 15% 66%, 10% 52%, 6% 45%); }

.ci-story__visual[data-ci-symbol-focus="green"] .ci-story__logo-highlight--green,
.ci-story__visual[data-ci-symbol-focus="blue"] .ci-story__logo-highlight--blue {
  opacity: 1;
  transform: scale(1.15);
  filter: brightness(1.12) saturate(1.18);
}

.ci-story__visual[data-ci-symbol-focus="green"] .ci-story__curve-dim--blue,
.ci-story__visual[data-ci-symbol-focus="blue"] .ci-story__curve-dim--green { opacity: 1; }

.ci-story__visual[data-ci-symbol-focus="center"] .ci-story__logo-highlight--junction-left,
.ci-story__visual[data-ci-symbol-focus="center"] .ci-story__logo-highlight--junction-right {
  opacity: 1;
  transform: scale(1.13);
  filter: brightness(1.18) saturate(1.22);
}

.ci-story__visual[data-ci-symbol-focus="center"] .ci-story__curve-dim--green,
.ci-story__visual[data-ci-symbol-focus="center"] .ci-story__curve-dim--blue { opacity: .54; }

.ci-story__visual > p {
  margin: 18px 0 0;
  color: #78878f;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .16em;
  text-align: right;
}

.ci-story__steps { margin: 74px 0 0; padding: 0; list-style: none; }
.ci-story__steps > li:last-child .ci-story__step { border-bottom: 1px solid var(--ci-line); }
.ci-story__step {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 50px 1fr;
  gap: 26px;
  padding: 36px 0 38px;
  border-top: 1px solid var(--ci-line);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  background: transparent;
  cursor: pointer;
  opacity: .72;
  transition: opacity 210ms ease-out;
}
.ci-story__step::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 76px;
  height: 1px;
  background: var(--ci-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 190ms ease-out;
}
.ci-story__step[aria-pressed="true"]::after { transform: scaleX(1); }
.ci-story__step[aria-pressed="true"] { opacity: 1; }
.ci-story__step > span:first-child { padding-top: 4px; color: rgba(16, 42, 70, .42); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.ci-story__step[aria-pressed="true"] > span:first-child { color: var(--ci-gold); }
.ci-story__copy { display: block; }
.ci-story__label { display: block; margin: 0 0 13px; color: var(--ci-gold); font-size: 10px; font-weight: 800; letter-spacing: .17em; transition: color 190ms ease-out; }
.ci-story__step[data-ci-focus="green"] .ci-story__label { color: var(--ci-green); }
.ci-story__step[data-ci-focus="blue"] .ci-story__label { color: var(--ci-blue); }
.ci-story__step[data-ci-focus="center"] .ci-story__label { color: var(--ci-ink); }
.ci-story__copy strong { display: block; color: var(--ci-ink); font-size: 25px; font-weight: 700; line-height: 1.34; letter-spacing: -.035em; }
.ci-story__copy > span:last-child { display: block; max-width: 500px; margin: 15px 0 0; color: var(--ci-text); font-size: 15px; line-height: 1.82; letter-spacing: -.01em; word-break: keep-all; }
.ci-story__step:focus-visible { outline: 0; box-shadow: inset 2px 0 0 rgba(167, 131, 72, .68); }
.ci-story__summary { margin: 32px 0 0 76px; padding-left: 20px; border-left: 1px solid rgba(167, 131, 72, .52); color: #60727c; font-size: 14px; line-height: 1.82; word-break: keep-all; }

/* Color system: exact brand values remain the dominant information. */
.ci-colors { padding: 150px 0 174px; background: #fff; }
.ci-colors__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 78px; border: 1px solid rgba(16, 42, 70, .10); }
.ci-color {
  display: flex;
  min-height: 382px;
  padding: 38px 42px 42px;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
.ci-color + .ci-color { border-left: 1px solid rgba(255, 255, 255, .28); }
.ci-color--navy { background: #003c97; }
.ci-color--blue { background: #0095e6; }
.ci-color--green { background: #008a28; }
.ci-color > span { font-size: 11px; font-weight: 700; letter-spacing: .16em; opacity: .70; }
.ci-color p { margin: 0 0 9px; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.ci-color small { display: block; margin-bottom: 24px; color: rgba(255, 255, 255, .72); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.ci-color h3 { margin: 0; font-size: clamp(30px, 2.25vw, 39px); font-weight: 600; line-height: 1; letter-spacing: .01em; }

/* Logo variations: one dominant mark and two supporting signatures. */
.ci-variations { padding: 164px 0 190px; background: #f5f6f6; }
.ci-variations__grid { display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(320px, .68fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 24px 28px; margin-top: 76px; }
.ci-logo-card { padding: 0 0 28px; border-bottom: 1px solid rgba(16, 42, 70, .18); }
.ci-logo-card--primary { grid-row: 1 / 3; }
.ci-logo-card__visual {
  display: grid;
  height: 230px;
  padding: 38px;
  place-items: center;
  border: 1px solid rgba(16, 42, 70, .10);
  background: #fff;
}
.ci-logo-card--primary .ci-logo-card__visual { height: 558px; padding: 68px; border-color: rgba(167, 131, 72, .26); background: #fbfaf7; }
.ci-logo-card__visual img { display: block; width: min(100%, 350px); max-height: 112px; object-fit: contain; }
.ci-logo-card--primary .ci-logo-card__visual img { width: min(100%, 520px); }
.ci-logo-card--dark .ci-logo-card__visual { border-color: #0a1a27; background: linear-gradient(145deg, #0a1a27 0%, #071521 100%); }
.ci-logo-card > p { margin: 24px 0 8px; color: var(--ci-gold); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.ci-logo-card h3 { margin: 0; color: var(--ci-ink); font-size: 20px; font-weight: 700; line-height: 1.35; letter-spacing: -.025em; }

.ci-reveal { opacity: 0; transform: translateY(22px); transition: opacity .62s cubic-bezier(.22, .72, .2, 1), transform .62s cubic-bezier(.22, .72, .2, 1); }
.ci-reveal.is-visible { opacity: 1; transform: none; }
.ci-colors__grid .ci-reveal:nth-child(2),
.ci-variations__grid .ci-reveal:nth-child(2) { transition-delay: .07s; }
.ci-colors__grid .ci-reveal:nth-child(3),
.ci-variations__grid .ci-reveal:nth-child(3) { transition-delay: .14s; }

@media (max-width: 1180px) {
  .ci-symbol__inner, .ci-story__grid { gap: 64px; }
  .ci-story__grid { grid-template-columns: minmax(370px, .9fr) minmax(460px, 1.1fr); }
  .ci-story__canvas { min-height: 390px; }
  .ci-logo-card--primary .ci-logo-card__visual { height: 520px; }
  .ci-logo-card__visual { height: 210px; padding: 30px; }
}

@media (max-width: 900px) {
  .ci-symbol { padding-block: 122px 106px; }
  .ci-story { padding-block: 118px; }
  .ci-colors { padding-block: 112px 124px; }
  .ci-variations { padding-block: 118px 140px; }
  .ci-symbol__inner { grid-template-columns: 1fr; gap: 34px; }
  .ci-symbol__mark { min-height: 310px; margin-top: 50px; }
  .ci-symbol__intro { margin-left: 0; }
  .ci-story__grid { grid-template-columns: 1fr; }
  .ci-story__visual { position: relative; top: auto; padding-top: 0; }
  .ci-story__canvas { min-height: 330px; }
  .ci-story__steps { margin-top: 54px; }
  .ci-colors__grid { grid-template-columns: 1fr; }
  .ci-color { min-height: 250px; }
  .ci-color + .ci-color { border-top: 1px solid rgba(255,255,255,.28); border-left: 0; }
  .ci-variations__grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .ci-logo-card--primary { grid-row: auto; }
  .ci-logo-card--primary .ci-logo-card__visual { height: 340px; }
  .ci-logo-card__visual { height: 240px; }
}

@media (max-width: 769px) {
  .ci-visual > img { object-position: 61% center; }
  .ci-page .ceo-visual__inner { padding-top: 72px; }
  .ci-page .ceo-visual__statement { width: min(350px, 52vw); }
  .ci-section .hd-shell { width: calc(100% - 40px); }
  .ci-heading h2 { font-size: clamp(32px, 9vw, 42px); }
  .ci-symbol { padding-block: 92px 84px; }
  .ci-story { padding-block: 92px; }
  .ci-colors { padding-block: 90px 100px; }
  .ci-variations { padding-block: 94px 116px; }
  .ci-symbol__mark { min-height: 238px; margin-top: 44px; }
  .ci-symbol__mark img { width: min(560px, 88%); }
  .ci-symbol__intro { font-size: 15px; line-height: 1.84; }
  .ci-story__canvas { min-height: 250px; }
  .ci-story__step { grid-template-columns: 38px 1fr; gap: 16px; padding-block: 29px; }
  .ci-story__step::after { left: 54px; }
  .ci-story__copy strong { font-size: 22px; }
  .ci-story__summary { margin-left: 54px; }
  .ci-colors__grid, .ci-variations__grid { margin-top: 54px; }
  .ci-color { min-height: 225px; padding: 28px; }
  .ci-logo-card--primary .ci-logo-card__visual { height: 280px; padding: 36px; }
  .ci-logo-card__visual { height: 210px; padding: 30px; }
}

@media (max-width: 520px) {
  .ci-page .ceo-visual__statement { display: none; }
  .ci-visual > img { object-position: 63% center; }
  .ci-symbol__mark { min-height: 196px; }
  .ci-story__canvas { min-height: 215px; }
  .ci-story__canvas::before { top: 14px; right: 14px; bottom: 14px; left: 14px; }
  .ci-story__logo { width: 88%; }
  .ci-story__summary { margin-left: 0; }
  .ci-color { min-height: 205px; }
  .ci-logo-card--primary .ci-logo-card__visual { height: 230px; padding: 26px; }
  .ci-logo-card__visual { height: 180px; padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .ci-reveal { opacity: 1; transform: none; transition: none; }
  .ci-story__logo-highlight, .ci-story__curve-dim, .ci-story__step, .ci-story__step::after, .ci-story__label { transition: none; }
}
