@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap');

:root {
  --red: #b20d1b;
  --red-dark: #810913;
  --ink: #111214;
  --muted: #626368;
  --line: #ddd9d2;
  --paper: #fff;
  --section-rail: calc(100% / 7);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { min-width: 0; margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
section[id] { scroll-margin-top: 74px; }

.site-header {
  height: 74px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: sticky;
  z-index: 50;
  top: 0;
  padding: 0 2.7vw;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid #e5e2dc;
  backdrop-filter: blur(14px);
}

.brand, .footer-brand { display: flex; align-items: center; gap: 12px; }
.brand { min-width: 330px; }
.brand img, .footer-brand img {
  width: 55px;
  height: 55px;
  padding: 2px;
  object-fit: contain;
  background: #fff;
}
.brand strong, .footer-brand strong { display: block; font: 600 14px var(--serif); letter-spacing: .13em; }
.brand small, .footer-brand small { display: block; max-width: 210px; margin-top: 3px; font-size: 7px; font-weight: 600; line-height: 1.3; letter-spacing: .08em; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 40px); margin-left: auto; font-size: 10px; font-weight: 600; }
.site-header nav a { position: relative; padding: 29px 0; }
.site-header nav a::after { content: ""; height: 2px; position: absolute; right: 100%; bottom: 19px; left: 0; background: var(--red); transition: right .3s ease; }
.site-header nav a:hover::after { right: 0; }
.header-cta { display: flex; align-items: center; gap: 22px; padding: 13px 18px; color: #fff; background: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .05em; }
.header-cta:hover { background: var(--red-dark); }
.nav-toggle, .menu-button { display: none; }

.hero {
  min-height: calc(100vh - 98px);
  min-height: calc(100svh - 98px);
  display: grid;
  grid-template-columns: 42% 58%;
  border-bottom: 1px solid var(--line);
}
.hero-copy { align-self: center; padding: 40px 4.4vw; animation: fade-up .8s both; }
.kicker, .section-label, .growth-intro > span, .why-title > span, .industries > span, .insights-intro > span {
  color: var(--red);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
}
.hero h1 { margin: 15px 0 13px; font: 500 clamp(39px, 3.45vw, 58px)/1.02 var(--serif); letter-spacing: -.025em; }
.hero h1 em {
  display: block;
  color: var(--red);
  font-size: .82em;
  font-style: normal;
  white-space: nowrap;
}
.hero-lead { max-width: 520px; color: #44464a; font-size: 12px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; margin-top: 22px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 170px; padding: 12px 14px; border: 1px solid var(--line); font-size: 8px; font-weight: 700; }
.button span { margin-left: 20px; font-size: 15px; }
.button-red { color: #fff; background: var(--red); border-color: var(--red); }
.button-red:hover { background: var(--red-dark); }
.button-light:hover { color: var(--red); border-color: var(--red); }
.hero-image {
  min-height: calc(100vh - 98px);
  min-height: calc(100svh - 98px);
  background:
    linear-gradient(90deg, rgba(255,255,255,.52), transparent 15%),
    url("../assets/images/hero-banner-client.png") center/cover no-repeat;
  animation: image-in 1.1s both;
}

.growth {
  display: grid;
  grid-template-columns: 22% 78%;
  position: relative;
  overflow: hidden;
  padding: 20px 4.4vw 24px;
  border-bottom: 1px solid var(--line);
  transition: background-color .45s ease;
}
.growth-intro,
.growth-steps,
.why-title,
.why-grid { transition: transform .45s cubic-bezier(.22, 1, .36, 1); }
.growth-intro h2 { margin: 8px 0 0; font: 500 25px/1.05 var(--serif); }
.growth-steps { display: grid; grid-template-columns: repeat(5, 1fr); }
.growth-steps article { min-width: 0; position: relative; padding: 0 16px; }
.growth-steps b { width: 28px; height: 28px; display: grid; place-items: center; color: var(--red); border: 1px solid #e5bbc0; border-radius: 50%; font: 12px var(--serif); margin-top: -2px; }
.growth-steps i { height: 1px; position: absolute; top: 12px; right: 4px; left: 46px; background: #878787; }
.growth-steps i::after { content: "›"; position: absolute; top: -11px; right: -1px; color: #555; font: 15px var(--serif); }
.growth-steps h3 { margin: 9px 0 6px; font-size: 9px; }
.growth-steps p { margin: 0; color: #55575a; font-size: 8px; line-height: 1.65; }

.why {
  display: grid;
  grid-template-columns: 22% 78%;
  position: relative;
  overflow: hidden;
  padding: 22px 4.4vw;
  color: #fff;
  background: linear-gradient(110deg, #0b0c0e, #171719);
  transition: background .45s ease;
}
.why-title h2 { margin: 12px 0 0; font: 500 23px/1.15 var(--serif); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.why-grid article { min-height: 90px; padding: 0 16px; border-left: 1px solid #545456; }
.why-grid article:first-child {border-left: 0px;}
.why-grid h3 { margin: 0 0 9px; font: 500 16px var(--serif); }
.why-grid p { max-width: 200px; margin: 0; color: #c6c6c8; font-size: 8px; line-height: 1.7; }
.why-grid article::after { content: ""; width: 22px; height: 2px; display: block; margin-top: 12px; background: var(--red); }

@media (hover: hover) and (pointer: fine) {
  .growth:hover {
    background: #faf7f3;
  }
  .growth:hover .growth-intro { transform: translateX(5px); }
  .growth:hover .growth-steps { transform: translateY(-4px); }
  .growth:hover .growth-steps b {
    color: #fff;
    background: var(--red);
    border-color: var(--red);
  }
  .growth:hover .growth-steps i { background: #c66a73; }
  .growth-steps b,
  .growth-steps i { transition: color .35s ease, background .35s ease, border-color .35s ease; }

  .why:hover {
    background: linear-gradient(110deg, #151012, #211719);
  }
  .why:hover .why-title { transform: translateX(5px); }
  .why:hover .why-grid { transform: translateY(-4px); }
  .why:hover .why-grid article::after { width: 42px; }
  .why-grid article::after { transition: width .4s cubic-bezier(.22, 1, .36, 1); }

  .metrics div:hover {
    background: linear-gradient(180deg, #fff 0%, #fff7f7 100%);
  }
  .metrics strong { transition: color .3s ease, transform .35s cubic-bezier(.22, 1, .36, 1); }
  .metrics div:hover strong {
    color: var(--red);
    transform: scale(1.06);
    transform-origin: left center;
  }

  .practice-grid article:hover {
    background: linear-gradient(110deg, #fff4f5 0%, #fff 72%);
  }
  .practice-grid article:hover b { color: var(--red); }
  .practice-grid article:hover a { transform: translateX(8px); }
  .practice-grid b { transition: color .3s ease; }
  .practice-grid article:hover::before { transform: scaleY(1); }
  .metrics div:hover::after { transform: scaleX(1); }

  .industries a:hover {
    color: var(--red);
    background: linear-gradient(180deg, #fff 0%, #fff5f6 100%);
  }
  .industries a:hover::after { transform: scaleX(1); }

  .news-grid article:hover {
    background: linear-gradient(120deg, #fff7f7 0%, #fff 68%);
  }
  .news-grid article:hover::before { transform: scaleY(1); }
  .news-grid article:hover img {
    filter: saturate(1);
    transform: scale(1.025);
  }
  .news-grid article:hover h3 { color: var(--red-dark); }

  .insights-intro a:hover { color: var(--red); }
  .insights-intro a:hover b { transform: translateX(6px); }
}

.metrics { display: grid; grid-template-columns: repeat(4, 1fr); padding: 12px 10vw; border-bottom: 1px solid var(--line); }
.metrics div {
  position: relative;
  padding: 9px 3vw;
  border-left: 1px solid var(--line);
  transition: background .3s ease;
}
.metrics div::after {
  content: "";
  height: 2px;
  position: absolute;
  right: 12%;
  bottom: -1px;
  left: 12%;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}
.metrics div:first-child { border-left: 0; }
.metrics strong { display: block; font: 500 27px var(--serif); }
.metrics span { color: #55565a; font-size: 8px; }
.metrics strong .metric-plus {
  display: inline;
  margin-left: 2px;
  color: var(--red);
  font: 600 1.08em/1 var(--sans);
  vertical-align: .05em;
}

.practice { padding: 24px 4.4vw 24px; }
.section-label { margin: 0 0 6px; }
.practice-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.practice-grid article {
  min-height: 116px;
  display: grid;
  grid-template-columns: 28px 1fr;
  position: relative;
  padding: 12px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .3s ease;
}
.practice-grid article::before {
  content: "";
  width: 3px;
  position: absolute;
  z-index: 1;
  top: 8px;
  bottom: 8px;
  left: -1px;
  background: var(--red);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}
.practice-grid b { font: 500 13px var(--serif); }
.practice-grid h3 { margin: 0; font: 500 11px/1.15 var(--serif); }
.practice-grid p { grid-column: 2; margin: 6px 0 0; color: #55565a; font-size: 7px; line-height: 1.55; }
.practice-grid a {
  grid-column: 2;
  justify-self: start;
  position: static;
  margin-top: 8px;
  color: var(--red);
  font-size: 15px;
  transition: transform .25s;
}
.practice-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.practice-grid article:hover a { transform: translateX(7px); }
.practice-grid article:hover h3 { color: var(--red); }

.industries { display: grid; grid-template-columns: var(--section-rail) 1fr; align-items: center; padding: 24px 4.4vw 24px; }
.industries > div {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.industries a {
  position: relative;
  padding: 12px 8px;
  text-align: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 8px;
  font-weight: 500;
  transition: color .3s ease, background .3s ease;
}
.industries a::after {
  content: "";
  height: 2px;
  position: absolute;
  right: 18%;
  bottom: -1px;
  left: 18%;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

.insights { display: grid; grid-template-columns: var(--section-rail) 1fr; padding: 24px 4.4vw 42px; }
.insights-intro h2 { margin: 7px 0 13px; font: 500 22px/1.05 var(--serif); }
.insights-intro a { color: #292a2d; font-size: 7px; font-weight: 700; transition: color .3s ease; }
.insights-intro a b { display: inline-block; margin-left: 10px; color: var(--red); transition: transform .3s ease; }
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.news-grid article {
  position: relative;
  overflow: hidden;
  padding: 8px 8px 17px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .3s ease;
}
.news-grid article::before {
  content: "";
  width: 3px;
  position: absolute;
  z-index: 2;
  top: 8px;
  bottom: 8px;
  left: 0;
  background: var(--red);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}
.news-grid img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  filter: saturate(.8);
  transition: filter .4s ease, transform .5s cubic-bezier(.22, 1, .36, 1);
}
.news-grid article > div { display: flex; justify-content: space-between; gap: 10px; padding: 8px 8px 0; color: var(--red); font-size: 6px; font-weight: 700; }
.news-grid time { color: #999; font-weight: 500; }
.news-grid h3 { margin: 6px 8px 2px; font: 500 10px/1.3 var(--serif); transition: color .3s ease; }

.people {
  display: grid;
  grid-template-columns: var(--section-rail) 1fr;
  padding: 16px 4.4vw 22px;
  color: var(--ink);
  background:
    radial-gradient(circle at 9% 10%, rgba(178, 13, 27, .055), transparent 24%),
    #fff;
}
.people-intro { padding: 7px 24px 24px 0; }
.people-intro > span { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.people-intro h2 { margin: 12px 0 16px; font: 500 27px/1.08 var(--serif); }
.people-intro h2 em { color: var(--red); font-style: normal; }
.people-intro > p { max-width: 230px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.people-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.person-card {
  min-height: 0;
  grid-column: span 2;
  display: grid;
  position: relative;
  grid-template-rows: 215px auto auto;
  padding: 0 18px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .3s ease;
}
.person-card-featured {
  min-height: 410px;
  grid-column: span 3;
  grid-template-columns: minmax(190px, 42%) 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 20px;
  padding: 20px;
}
.person-card:hover { background: #faf8f5; }
.person-photo {
  min-width: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 -18px 16px;
  background:
    linear-gradient(145deg, rgba(178, 13, 27, .14), transparent 48%),
    linear-gradient(135deg, #f1efeb, #dedbd5);
}
.person-card-featured .person-photo { margin: 0; }
.person-card-featured .person-photo {
  grid-column: 1;
  grid-row: 1 / 3;
}
.person-photo::before,
.person-photo::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(178, 13, 27, .1);
  border-radius: 50%;
}
.person-photo::before { width: 210px; height: 210px; top: -90px; right: -70px; }
.person-photo::after { width: 150px; height: 150px; bottom: -95px; left: -45px; }
.person-photo span {
  position: absolute;
  right: 17px;
  bottom: 14px;
  color: rgba(178, 13, 27, .16);
  font: 500 36px var(--serif);
  letter-spacing: .12em;
}
.person-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.person-card:nth-child(3) .person-photo img { object-position: center 22%; }
.person-index { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #85868a; padding-top: 4px;}
.person-card-featured .person-index {
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  padding: 0 0 14px;
  color: #85868a;
  border-bottom: 1px solid var(--line);
}
.person-index span { color: var(--red); font: 500 18px var(--serif); }
.person-index i {
  color: #424347;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .025em;
}
.person-card-featured .person-index i { display: inline; margin-top: 0; }
.person-content { align-self: start; padding-top: 24px; }
.person-card-featured .person-content {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  padding-top: 20px;
}
.person-role { margin: 0 0 10px; color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .11em; }
.person-content h3 { margin: 0 0 15px; font: 500 25px/1.05 var(--serif); }
.person-card-featured .person-content h3 { font-size: 32px; line-height: 1.08; }
.person-card-featured .person-content h3 span {
  display: block;
  margin-bottom: 5px;
  color: #55565a;
  font: 500 13px/1.2 var(--sans);
  letter-spacing: .04em;
}
.person-summary { max-width: 520px; margin: 0; color: #55565a; font-size: 12px; line-height: 1.75; }
.person-practices { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.person-practices span {
  padding: 7px 10px;
  color: var(--red-dark);
  background: #fff7f7;
  border: 1px solid #e7bcc0;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
}
.person-content > a { display: inline-flex; align-items: center; gap: 18px; margin-top: 19px; color: var(--red); font-size: 9px; font-weight: 700; }
.person-content > a b { color: var(--red); font-size: 15px; transition: transform .25s; }
.person-content > a:hover b { transform: translateX(6px); }

.contact { display: flex; align-items: center; justify-content: space-between; padding: 15px 4.4vw; color: #fff; background: linear-gradient(90deg, var(--red), #d01c2a); }
.contact h2 { margin: 0; font: 500 26px/1.05 var(--serif); }
.contact > a { min-width: 260px; display: flex; justify-content: space-between; padding: 13px 18px; border: 1px solid #ffffff90; font-size: 8px; font-weight: 700; }
.contact > a:hover { color: var(--red); background: #fff; }

footer { min-height: 72px; display: grid; grid-template-columns: 25% 45% 30%; align-items: center; padding: 7px 4.4vw; color: #fff; background: #0e0f11; }
.footer-brand img { width: 48px; height: 48px; }
.footer-brand small { color: #aaa; }
footer nav { display: flex; justify-content: center; gap: 25px; font-size: 8px; }
.footer-contact { display: flex; justify-content: flex-end; gap: 24px; color: #ccc; font-size: 8px; }

/* Tăng nhẹ khả năng đọc trên toàn bộ Home 3. */
.brand strong, .footer-brand strong { font-size: 16px; }
.brand small, .footer-brand small { font-size: 9px; }
.site-header nav { font-size: 13px; }
.header-cta { font-size: 11px; }
.kicker, .section-label, .growth-intro > span, .why-title > span, .insights-intro > span { font-size: 10px; }
.industries > h2 {font-size: 26px; font: 500 22px/1.05 var(--serif);}
.hero h1 { font-size: clamp(44px, 3.85vw, 66px); }
.hero-lead { font-size: 14px; }
.button { font-size: 10px; }
.growth-intro h2 { font-size: 29px; }
.growth-steps h3 { font-size: 11px; }
.growth-steps p { font-size: 13px; font-weight: 500; }
.why-title h2 { font-size: 27px; }
.why-grid h3 { font-size: 18px; }
.why-grid p { font-size: 13px; font-weight: 500; }
.metrics strong { font-size: 36px; }
.metrics span { font-size: 12px; }
.practice-grid b { font-size: 15px; }
.practice-grid h3 { font-size: 13px; }
.practice-grid p { font-size: 11px; }
.industries a { font-size: 12px; }
.insights-intro h2 { font-size: 26px; }
.insights-intro a { font-size: 9px; }
.news-grid article > div { font-size: 9px; }
.news-grid h3 { margin-top: 9px; font-size: 14px; line-height: 1.38; }
.contact h2 { font-size: 24px; }
.contact > a { font-size: 10px; }
footer nav, .footer-contact { font-size: 10px; }

@keyframes fade-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes image-in { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .brand { min-width: 230px; }
  .brand small { display: none; }
  .site-header nav { gap: 17px; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 48% 52%; }
  .growth { grid-template-columns: 1fr; gap: 22px; }
  .why { grid-template-columns: 1fr; gap: 24px; }
  .practice-grid { grid-template-columns: repeat(4, 1fr); }
  .industries,
  .insights,
  .people { grid-template-columns: 25% 75%; }
  .industries { padding-top: 12px; }
  .industries > div { margin-top: 0; }
  .people-grid { grid-template-columns: repeat(2, 1fr); }
  .person-card,
  .person-card-featured {
    min-height: 0;
    grid-column: span 1;
    grid-template-columns: 1fr;
    grid-template-rows: 300px auto auto;
    gap: 0;
    padding: 0 18px 22px;
  }
  .person-photo,
  .person-card-featured .person-photo {
    grid-column: 1;
    grid-row: 1;
    margin: 0 -18px;
  }
  .person-card-featured .person-index {
    grid-column: 1;
    grid-row: 2;
    padding: 14px 0;
  }
  .person-card-featured .person-content {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
    padding-top: 24px;
  }
}

@media (max-width: 760px) {
  .site-header { height: 68px; }
  .brand img { width: 49px; height: 49px; }
  .brand strong { font-size: 14px; }
  .menu-button { width: 52px; height: 42px; display: flex; align-items: center; justify-content: center; position: relative; margin-left: auto; cursor: pointer; }
  .menu-button i { width: 21px; height: 1px; position: absolute; left: 15px; background: #111; transition: .3s; }
  .menu-button i:first-child { top: 14px; }
  .menu-button i:nth-child(2) { top: 21px; }
  .menu-button span { margin-top: 28px; font-size: 6px; letter-spacing: .1em; }
  .site-header nav { position: absolute; top: 68px; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 5vw 22px; background: #fff; box-shadow: 0 20px 30px #0002; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .3s; }
  .site-header nav a { padding: 14px 3px; border-bottom: 1px solid var(--line); }
  .site-header nav a::after { display: none; }
  .nav-toggle:checked ~ nav { opacity: 1; visibility: visible; transform: none; }
  .nav-toggle:checked + .menu-button i:first-child { top: 18px; transform: rotate(45deg); }
  .nav-toggle:checked + .menu-button i:nth-child(2) { top: 18px; transform: rotate(-45deg); }
  .hero {
    min-height: calc(100vh - 92px);
    min-height: calc(100svh - 92px);
    grid-template-columns: 1fr;
    grid-template-rows: auto clamp(260px, 38svh, 360px);
  }
  .hero-copy { padding: 42px 6vw 38px; }
  .hero-image {
    min-height: 0;
    height: 100%;
  }
  .growth { padding: 40px 6vw; }
  .growth-steps { grid-template-columns: 1fr 1fr; gap: 25px 0; }
  .growth-steps article:last-child { grid-column: 1 / -1; }
  .growth-steps article:nth-child(even) i { display: none; }
  .why { padding: 48px 6vw; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .why-grid article {
    padding: 18px 24px;
    border-top: 1px solid #454548;
    border-left: 0;
  }
  .why-grid article:nth-child(even) { border-left: 1px solid #454548; }
  .why-grid article:nth-child(-n+2) { border-top: 0; }
  .metrics { grid-template-columns: 1fr 1fr; padding: 8px 6vw; }
  .metrics div { padding: 15px 4vw; }
  .metrics div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .metrics div:nth-child(4) { border-top: 1px solid var(--line); }
  .practice { padding: 40px 6vw; }
  .practice-grid { grid-template-columns: 1fr 1fr; }
  .industries,
  .insights,
  .people { grid-template-columns: 1fr; }
  .industries { padding: 28px 6vw; }
  .industries > div { margin-top: 8px; }
  .industries > div { grid-template-columns: repeat(2, 1fr); }
  .insights { grid-template-columns: 1fr; gap: 25px; padding: 42px 6vw; }
  .news-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .news-grid img { height: 180px; }
  .people { padding: 42px 6vw; }
  .people-intro { padding-right: 0; }
  .people-intro > p { max-width: 600px; }
  .people-grid { grid-template-columns: 1fr; }
  .person-card { grid-column: span 1; }
  .person-card-featured {
    grid-column: span 1;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact { align-items: flex-start; flex-direction: column; gap: 25px; padding: 35px 6vw; }
  .contact > a { width: 100%; min-width: 0; }
  footer { grid-template-columns: 1fr; gap: 22px; padding: 25px 6vw; }
  footer nav { justify-content: flex-start; flex-wrap: wrap; }
  .footer-contact { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .brand { min-width: 0; }
  .brand > span { display: none; }
  .hero h1 { font-size: 44px; }
  .hero h1 em { font-size: clamp(28px, 9vw, 36px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .growth-steps, .why-grid, .practice-grid, .news-grid { grid-template-columns: 1fr; }
  .growth-steps article:last-child { grid-column: auto; }
  .growth-steps i { display: none; }
  .why-grid article,
  .why-grid article:nth-child(even) {
    padding: 20px;
    border-top: 1px solid #454548;
    border-left: 0;
  }
  .why-grid article:first-child { border-top: 0; }
  .practice-grid article { min-height: 105px; }
  .people-grid { grid-template-columns: 1fr; }
  .person-card,
  .person-card-featured {
    min-height: 0;
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: clamp(280px, 95vw, 390px) auto auto;
    gap: 0;
    padding: 0 22px 26px;
  }
  .person-photo,
  .person-card-featured .person-photo {
    grid-column: 1;
    grid-row: 1;
    margin: 0 -22px;
  }
  .person-card-featured .person-index {
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
    position: static;
    padding: 14px 0;
    color: #8e8f92;
    border-bottom: 1px solid var(--line);
    background: transparent;
    backdrop-filter: none;
  }
  .person-card-featured .person-content {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
    padding-top: 24px;
  }
  .person-card-featured .person-index i { display: inline; margin-top: 0; }
  .person-card-featured .person-content h3 { font-size: 29px; }
}

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

/* Footer trang chủ — bố cục thông tin mở rộng. */
.home-footer {
  min-height: 0;
  display: grid;
  grid-template-columns: 1.05fr .58fr 1.05fr 1.32fr;
  align-items: start;
  gap: clamp(30px, 4vw, 72px);
  padding: 42px 4.4vw 18px;
  color: #fff;
  background: #0e0f11;
}
.home-footer-brand { display: grid; align-content: start; gap: 34px; }
.home-footer .footer-brand { align-items: center; justify-content: flex-start; }
.home-footer .footer-brand img { width: 58px; height: 58px; }
.home-footer .footer-brand small { color: #aaa; }
.home-footer-socials { display: flex; gap: 14px; }
.home-footer-socials span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid #4a4b4e;
  font: 600 17px/1 var(--sans);
  transition: color .3s ease, border-color .3s ease, background .3s ease;
}
.home-footer-socials .instagram-icon {
  width: 19px;
  height: 19px;
  display: block;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-footer-socials .instagram-icon-dot {
  fill: currentColor;
  stroke: none;
}
.home-footer nav {
  display: grid;
  justify-content: start;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
}
.home-footer nav a { width: max-content; transition: color .25s ease; }
.home-footer-info { display: grid; align-content: start; gap: 27px; }
.home-footer-info > div { display: grid; gap: 7px; }
.home-footer-info strong { font-size: 11px; }
.home-footer-info p,
.home-footer-info a {
  margin: 0;
  color: #c9c9cb;
  font-size: 10px;
  line-height: 1.75;
}
.home-footer-info a { width: fit-content; transition: color .25s ease; }
.home-footer-info a span { color: #999a9d; }
.home-footer-info a.map-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 4px;
  padding: 7px 11px;
  color: #fff;
  border: 1px solid #4b4c50;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}
.home-footer-info a.map-link span { color: var(--red); font-size: 12px; }
.home-footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  padding-top: 15px;
  color: #8f9093;
  border-top: 1px solid #303135;
  font-size: 9px;
}
.home-footer-bottom p { margin: 0; }
.home-footer-bottom a { color: #c9c9cb; font-weight: 600; }
.home-footer-bottom a span { margin-left: 10px; color: var(--red); }

@media (hover: hover) and (pointer: fine) {
  .home-footer-socials span:hover { color: #fff; background: var(--red); border-color: var(--red); }
  .home-footer-info a.map-link:hover { color: #fff; background: var(--red); border-color: var(--red); }
  .home-footer-info a.map-link:hover span { color: #fff; }
  .home-footer nav a:hover,
  .home-footer-info a:hover,
  .home-footer-bottom a:hover { color: #fff; }
}

@media (max-width: 1100px) {
  .home-footer {
    grid-template-columns: .8fr 1.2fr;
    gap: 38px 60px;
  }
  .home-footer nav { grid-row: 2; grid-column: 1; }
  .home-footer-info { grid-column: 2; }
  .home-footer-info:nth-of-type(2) { grid-row: 1; }
  .home-footer-info:nth-of-type(3) { grid-row: 2; }
}

@media (max-width: 760px) {
  .home-footer {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 38px 6vw 18px;
  }
  .home-footer nav,
  .home-footer-info,
  .home-footer-info:nth-of-type(2),
  .home-footer-info:nth-of-type(3) {
    grid-row: auto;
    grid-column: 1;
  }
  .home-footer nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
  }
  .home-footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}
.language-switch { display:flex; align-items:center; gap:5px; white-space:nowrap; font-size:10px; font-weight:700; letter-spacing:.08em; }
.language-switch button { padding:6px 2px; color:#8b8b8d; background:none; border:0; cursor:pointer; font:inherit; transition:color .2s ease; }
.language-switch button.is-active,.language-switch button:hover { color:var(--red); }
@media (max-width:1100px) { .language-switch { margin-left:auto; margin-right:14px; } }
@media (max-width:620px) { .language-switch { gap:3px; margin-right:8px; font-size:9px; } }
