/* ============================================
   VARIATION C — INNER PAGES (About, Projects,
   Project detail, News, Article, Contact)
   Reuses .vcs-banner from variation-c-service.css.
   Prefix: .vcp-
   ============================================ */

.vcp {
  width: 1440px;
  background: #fff;
  color: var(--kt-ink);
  overflow: hidden;
  position: relative;
}

/* section paddings */
.vcp-sec { padding: 88px 56px; }
.vcp-sec.tight { padding: 64px 56px; }
.vcp-sec.paper { background: var(--kt-paper); }
.vcp-sec.paper2 { background: var(--kt-paper-2); }
.vcp-sec.navy { background: var(--kt-blue-900); color: #fff; }

.vcp-head { margin-bottom: 44px; }
.vcp-head.center { text-align: center; }
.vcp-head .vc-eyebrow { margin-bottom: 16px; }
.vcp-head.center .vc-eyebrow { justify-content: center; }
.vcp-head.center .vc-eyebrow::before { display: none; }
.vcp-head h2 {
  font-family: var(--font-display);
  font-size: 46px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.018em;
}
.vcp-head h2 .red { color: var(--kt-red); }
.vcp-head.navy h2 { color: #fff; }
.vcp-head p {
  margin-top: 16px;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--kt-steel);
  max-width: 640px;
}
.vcp-head.center p { margin-left: auto; margin-right: auto; }

/* ───────── ABOUT ───────── */
.vcp-story {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}
.vcp-story .txt .vc-eyebrow { margin-bottom: 18px; }
.vcp-story .txt h2 {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.018em;
  margin-bottom: 22px;
}
.vcp-story .txt h2 .red { color: var(--kt-red); }
.vcp-story .txt p {
  font-size: 15.5px; line-height: 1.7; color: var(--kt-graphite); margin-bottom: 16px;
}
.vcp-story .pic {
  position: relative; height: 480px;
}
.vcp-story .pic image-slot { width: 100%; height: 100%; }
.vcp-story .pic .badge {
  position: absolute; left: -20px; bottom: -20px;
  background: var(--kt-red); color: #fff;
  padding: 22px 26px;
  font-family: var(--font-display);
}
.vcp-story .pic .badge b { display: block; font-size: 44px; line-height: 1; font-weight: 800; }
.vcp-story .pic .badge span {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.16em;
  text-transform: uppercase; margin-top: 6px; display: block;
}

/* mission / vision cards */
.vcp-mv { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.vcp-mv-card {
  border: 1px solid rgba(255,255,255,0.12);
  padding: 36px 32px;
  position: relative;
}
.vcp-mv-card .ic {
  width: 52px; height: 52px; background: var(--kt-red); color: #fff;
  display: grid; place-items: center; margin-bottom: 20px;
}
.vcp-mv-card h3 {
  font-family: var(--font-display); font-size: 26px; font-weight: 800; color: #fff;
  margin-bottom: 12px;
}
.vcp-mv-card p { font-size: 14.5px; line-height: 1.65; color: #BBD2E8; }

/* values grid */
.vcp-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--kt-line); border: 1px solid var(--kt-line); }
.vcp-value { background: #fff; padding: 32px 26px; }
.vcp-value .n {
  font-family: var(--font-mono); font-size: 12px; color: var(--kt-red);
  letter-spacing: 0.14em; margin-bottom: 18px;
}
.vcp-value .ic { color: var(--kt-blue); margin-bottom: 16px; }
.vcp-value h4 {
  font-family: var(--font-display-wide); font-weight: 700; font-size: 17px;
  text-transform: uppercase; letter-spacing: 0.01em; margin-bottom: 10px;
}
.vcp-value p { font-size: 13.5px; line-height: 1.6; color: var(--kt-steel); }

/* timeline */
.vcp-timeline { display: flex; flex-direction: column; }
.vcp-tl {
  display: grid; grid-template-columns: 160px 1fr; gap: 40px;
  padding: 28px 0; border-top: 1px solid var(--kt-line);
  align-items: baseline;
}
.vcp-tl:last-child { border-bottom: 1px solid var(--kt-line); }
.vcp-tl .yr {
  font-family: var(--font-display); font-weight: 800; font-size: 40px;
  color: var(--kt-blue); letter-spacing: -0.02em; line-height: 1;
}
.vcp-tl .body h4 {
  font-family: var(--font-display-wide); font-weight: 700; font-size: 18px;
  text-transform: uppercase; margin-bottom: 8px;
}
.vcp-tl .body p { font-size: 14.5px; line-height: 1.6; color: var(--kt-steel); }

/* team */
.vcp-team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.vcp-member .pic {
  position: relative; height: 300px; background: var(--kt-blue-900); margin-bottom: 16px;
}
.vcp-member .pic image-slot { width: 100%; height: 100%; }
.vcp-member .pic::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: var(--kt-red);
}
.vcp-member h4 { font-family: var(--font-display); font-weight: 800; font-size: 20px; }
.vcp-member .role {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--kt-red); margin-top: 6px;
}

/* ───────── PROJECTS LISTING ───────── */
.vcp-filterbar {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 32px; padding-bottom: 22px; border-bottom: 1px solid var(--kt-line);
}
.vcp-filterbar .tabs { display: flex; gap: 8px; }
.vcp-filterbar .tabs button {
  padding: 11px 20px; font-family: var(--font-display-wide); font-weight: 700;
  font-size: 12px; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--kt-graphite); border: 1px solid var(--kt-line); background: #fff;
}
.vcp-filterbar .tabs button.on { background: var(--kt-blue-900); color: #fff; border-color: var(--kt-blue-900); }
.vcp-filterbar .count { font-family: var(--font-mono); font-size: 12px; color: var(--kt-steel); letter-spacing: 0.1em; }

.vcp-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 24px; }
.vcp-pcard { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--kt-line); }
.vcp-pcard .pic { position: relative; height: 260px; background: var(--kt-blue-900); overflow: hidden; }
.vcp-pcard .pic image-slot { width: 100%; height: 100%; transition: transform 0.4s; }
.vcp-pcard:hover .pic image-slot { transform: scale(1.05); }
.vcp-pcard .tag {
  position: absolute; left: 14px; top: 14px; z-index: 2;
  background: var(--kt-red); color: #fff;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; padding: 5px 11px;
}
.vcp-pcard .body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.vcp-pcard h4 {
  font-family: var(--font-display); font-size: 20px; font-weight: 700;
  line-height: 1.15; text-transform: uppercase; letter-spacing: 0.005em;
}
.vcp-pcard .loc { margin-top: 8px; font-size: 13px; color: var(--kt-steel); }
.vcp-pcard .meta {
  margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--kt-line);
  display: flex; gap: 20px; font-family: var(--font-mono); font-size: 11.5px;
  letter-spacing: 0.08em; color: var(--kt-graphite);
}
.vcp-pcard .meta b { color: var(--kt-blue); }

.vcp-pager {
  display: flex; justify-content: center; gap: 8px; margin-top: 48px;
}
.vcp-pager a {
  width: 46px; height: 46px; display: grid; place-items: center;
  border: 1px solid var(--kt-line); font-family: var(--font-display-wide);
  font-weight: 700; font-size: 14px; color: var(--kt-graphite);
}
.vcp-pager a.on { background: var(--kt-red); color: #fff; border-color: var(--kt-red); }
.vcp-pager a.nav { width: auto; padding: 0 18px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }

/* ───────── PROJECT DETAIL ───────── */
.vcp-gallery { display: grid; grid-template-columns: 2fr 1fr; gap: 16px; height: 520px; }
.vcp-gallery .main { position: relative; background: var(--kt-blue-900); overflow: hidden; }
.vcp-gallery .main image-slot { width: 100%; height: 100%; }
.vcp-gallery .col { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }
.vcp-gallery .col .thumb { position: relative; background: var(--kt-blue-900); overflow: hidden; }
.vcp-gallery .col .thumb image-slot { width: 100%; height: 100%; }
.vcp-gallery .col .thumb.more::after {
  content: "+12 ảnh"; position: absolute; inset: 0; z-index: 2;
  background: rgba(0,30,60,0.7); color: #fff; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; font-size: 22px;
}

.vcp-detail { display: grid; grid-template-columns: 1fr 360px; gap: 56px; align-items: start; }
.vcp-detail .body .vcp-subhead { margin: 0 0 22px; display: flex; align-items: baseline; gap: 14px; }
.vcp-detail .body .vcp-subhead .num { font-family: var(--font-mono); font-size: 13px; color: var(--kt-red); letter-spacing: 0.12em; }
.vcp-detail .body .vcp-subhead h2 { font-family: var(--font-display); font-size: 30px; font-weight: 800; letter-spacing: -0.01em; }
.vcp-detail .body p { font-size: 15.5px; line-height: 1.7; color: var(--kt-graphite); margin-bottom: 16px; }
.vcp-detail .body .vcp-subhead.mt { margin-top: 44px; }

.vcp-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; margin: 8px 0; }
.vcp-checklist .item { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: var(--kt-graphite); line-height: 1.5; }
.vcp-checklist .item .ck { width: 22px; height: 22px; background: var(--kt-blue-100); color: var(--kt-blue); display: grid; place-items: center; flex-shrink: 0; }

.vcp-aside { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 24px; }
.vcp-infocard { border: 1px solid var(--kt-line); }
.vcp-infocard h4 {
  font-family: var(--font-display-wide); font-weight: 700; font-size: 13px;
  letter-spacing: 0.1em; text-transform: uppercase; color: #fff;
  background: var(--kt-blue-900); padding: 18px 22px;
}
.vcp-infocard .rows { padding: 8px 22px; }
.vcp-infocard .r {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 13px 0; border-bottom: 1px solid var(--kt-line); align-items: baseline;
}
.vcp-infocard .r:last-child { border-bottom: 0; }
.vcp-infocard .r .k { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--kt-steel); }
.vcp-infocard .r .v { font-family: var(--font-display-wide); font-weight: 600; font-size: 14.5px; color: var(--kt-ink); text-align: right; }
.vcp-infocard .r .v.red { color: var(--kt-red); }

/* ───────── NEWS ───────── */
.vcp-news-layout { display: grid; grid-template-columns: 1fr 320px; gap: 56px; align-items: start; }
.vcp-feat {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 0;
  border: 1px solid var(--kt-line); margin-bottom: 36px;
}
.vcp-feat .pic { position: relative; min-height: 340px; background: var(--kt-blue-900); }
.vcp-feat .pic image-slot { width: 100%; height: 100%; }
.vcp-feat .pic .date {
  position: absolute; left: 16px; top: 16px; background: var(--kt-red); color: #fff;
  padding: 10px 14px; text-align: center; font-family: var(--font-display);
  font-weight: 800; line-height: 1.05;
}
.vcp-feat .pic .date b { display: block; font-size: 26px; }
.vcp-feat .body { padding: 40px 36px; display: flex; flex-direction: column; justify-content: center; }
.vcp-feat .cat {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--kt-red); margin-bottom: 14px;
}
.vcp-feat h3 {
  font-family: var(--font-display); font-size: 32px; font-weight: 800;
  line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 14px;
}
.vcp-feat p { font-size: 14.5px; line-height: 1.65; color: var(--kt-steel); margin-bottom: 22px; }
.vcp-feat .read {
  font-family: var(--font-display-wide); font-weight: 700; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--kt-red);
}

.vcp-news-list { display: flex; flex-direction: column; }
.vcp-newsrow {
  display: grid; grid-template-columns: 200px 1fr; gap: 24px;
  padding: 24px 0; border-top: 1px solid var(--kt-line); align-items: center;
}
.vcp-newsrow:last-child { border-bottom: 1px solid var(--kt-line); }
.vcp-newsrow .pic { height: 130px; background: var(--kt-blue-900); position: relative; }
.vcp-newsrow .pic image-slot { width: 100%; height: 100%; }
.vcp-newsrow .cat {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--kt-red); margin-bottom: 8px;
}
.vcp-newsrow h4 {
  font-family: var(--font-display); font-size: 22px; font-weight: 700;
  line-height: 1.18; text-transform: uppercase; letter-spacing: 0.005em; margin-bottom: 8px;
}
.vcp-newsrow .excerpt { font-size: 13.5px; color: var(--kt-steel); line-height: 1.55; margin-bottom: 8px; }
.vcp-newsrow .meta { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--kt-fog); }

/* news sidebar */
.vcp-side2 { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 32px; }
.vcp-side2-box h4 {
  font-family: var(--font-display); font-size: 20px; font-weight: 800;
  margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--kt-red);
}
.vcp-cats { display: flex; flex-direction: column; }
.vcp-cats a {
  display: flex; justify-content: space-between; padding: 12px 0;
  border-bottom: 1px solid var(--kt-line); font-size: 14px; color: var(--kt-graphite);
  font-family: var(--font-display-wide); font-weight: 600;
}
.vcp-cats a:hover { color: var(--kt-red); }
.vcp-cats a span { font-family: var(--font-mono); font-size: 12px; color: var(--kt-fog); }
.vcp-pop { display: flex; flex-direction: column; gap: 16px; }
.vcp-pop a { display: grid; grid-template-columns: 72px 1fr; gap: 14px; align-items: center; }
.vcp-pop .th { height: 60px; background: var(--kt-blue-900); position: relative; }
.vcp-pop .th image-slot { width: 100%; height: 100%; }
.vcp-pop .tt { font-family: var(--font-display-wide); font-weight: 600; font-size: 13.5px; line-height: 1.3; color: var(--kt-ink); }
.vcp-pop .dt { font-family: var(--font-mono); font-size: 10.5px; color: var(--kt-fog); margin-top: 4px; }
.vcp-tagcloud { display: flex; flex-wrap: wrap; gap: 8px; }
.vcp-tagcloud a {
  padding: 7px 13px; border: 1px solid var(--kt-line); font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.08em; color: var(--kt-steel); text-transform: uppercase;
}
.vcp-tagcloud a:hover { background: var(--kt-red); color: #fff; border-color: var(--kt-red); }

/* ───────── ARTICLE ───────── */
.vcp-article { display: grid; grid-template-columns: 1fr 320px; gap: 56px; align-items: start; }
.vcp-art-body { min-width: 0; }
.vcp-art-body .lead {
  font-family: var(--font-display); font-size: 26px; line-height: 1.3; font-weight: 700;
  color: var(--kt-ink); margin-bottom: 28px; letter-spacing: -0.005em;
}
.vcp-art-body p { font-size: 16px; line-height: 1.75; color: var(--kt-graphite); margin-bottom: 20px; }
.vcp-art-body h3 {
  font-family: var(--font-display); font-size: 28px; font-weight: 800;
  margin: 40px 0 16px; letter-spacing: -0.01em;
}
.vcp-art-body figure { margin: 32px 0; }
.vcp-art-body figure image-slot { width: 100%; height: 420px; }
.vcp-art-body figcaption {
  margin-top: 12px; font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.1em; color: var(--kt-steel);
}
.vcp-art-body blockquote {
  border-left: 4px solid var(--kt-red); padding: 8px 0 8px 28px; margin: 32px 0;
  font-family: var(--font-display); font-size: 24px; font-weight: 700; line-height: 1.35;
  color: var(--kt-blue); font-style: italic;
}
.vcp-art-body ul { margin: 0 0 20px; padding-left: 0; list-style: none; }
.vcp-art-body ul li {
  position: relative; padding-left: 28px; margin-bottom: 12px;
  font-size: 16px; line-height: 1.6; color: var(--kt-graphite);
}
.vcp-art-body ul li::before {
  content: "›"; position: absolute; left: 6px; color: var(--kt-red);
  font-family: var(--font-display); font-weight: 800; font-size: 18px;
}

.vcp-art-meta {
  display: flex; align-items: center; gap: 18px; margin-bottom: 32px;
  padding-bottom: 24px; border-bottom: 1px solid var(--kt-line);
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--kt-steel);
}
.vcp-art-meta .cat { color: var(--kt-red); }
.vcp-art-share { display: flex; gap: 8px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--kt-line); align-items: center; }
.vcp-art-share span { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--kt-steel); margin-right: 8px; }
.vcp-art-share a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--kt-line); color: var(--kt-steel); }
.vcp-art-share a:hover { background: var(--kt-red); color: #fff; border-color: var(--kt-red); }

.vcp-author {
  display: flex; gap: 18px; align-items: center; margin-top: 36px;
  background: var(--kt-paper-2); padding: 24px;
}
.vcp-author .av { width: 64px; height: 64px; border-radius: 50%; background: var(--kt-blue-900); position: relative; overflow: hidden; flex-shrink: 0; }
.vcp-author .av image-slot { width: 100%; height: 100%; }
.vcp-author b { font-family: var(--font-display); font-size: 18px; font-weight: 800; }
.vcp-author .role { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--kt-red); margin-top: 4px; }
.vcp-author p { font-size: 13.5px; color: var(--kt-steel); margin-top: 8px; line-height: 1.55; }

/* ───────── CONTACT ───────── */
.vcp-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--kt-line); }
.vcp-contact-form { padding: 48px 44px; }
.vcp-contact-form .vc-eyebrow { margin-bottom: 14px; }
.vcp-contact-form h3 { font-family: var(--font-display); font-size: 32px; font-weight: 800; margin-bottom: 24px; letter-spacing: -0.01em; }
.vcp-map { position: relative; background: var(--kt-blue-900); min-height: 100%; }
.vcp-map image-slot { width: 100%; height: 100%; }
.vcp-map .pin {
  position: absolute; left: 50%; top: 46%; transform: translate(-50%,-50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.vcp-map .pin .dot {
  width: 56px; height: 56px; border-radius: 50%; background: var(--kt-red); color: #fff;
  display: grid; place-items: center; box-shadow: 0 8px 24px rgba(214,40,40,0.5);
}
.vcp-map .pin .lbl {
  background: #fff; padding: 8px 14px; font-family: var(--font-display-wide);
  font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em;
  color: var(--kt-ink); box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

.vcp-offices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.vcp-office {
  border: 1px solid var(--kt-line); padding: 30px 28px; border-top: 3px solid var(--kt-red);
}
.vcp-office h4 {
  font-family: var(--font-display); font-size: 22px; font-weight: 800; margin-bottom: 16px;
}
.vcp-office .row { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; font-size: 14px; color: var(--kt-graphite); line-height: 1.55; }
.vcp-office .row .ic { color: var(--kt-red); flex-shrink: 0; margin-top: 2px; }
.vcp-office .row b { color: var(--kt-ink); }