/* ================================================================
   TATAGARDEN — page-tatapage.css
   Template: Trang Tata Garden (page-tata-garden.php)
================================================================ */

/* Ẩn footer CTA — trang giới thiệu đã có CTA riêng */
body.page-template-page-tata-garden .lsc-cta {
  display: none !important;
}

/* ── Shared tokens ── */
.tg-tatapage {
  --tp-g:      var(--tg-main);
  --tp-dark:   var(--tg-dark);
  --tp-gold:   var(--tg-gold);
  --tp-muted:  var(--tg-muted);
  --tp-stone:  var(--tg-stone);
  --tp-pale:   #e8f5f1;
  --tp-white:  #ffffff;
  --tp-ink:    #1c2621;
  --tp-r:      10px;
  --tp-r-lg:   18px;
  --tp-trans:  all .22s cubic-bezier(.4,0,.2,1);
}

/* ── Shared buttons ── */
.tg-tp-btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 15px 32px; border-radius: 100px;
  font-size: 14.5px; font-weight: 500;
  font-family: var(--tg-font-main, 'Google Sans', sans-serif);
  text-decoration: none; cursor: pointer; border: none;
  transition: var(--tp-trans); white-space: nowrap;
  line-height: 1;
}
.tg-tp-btn svg { flex-shrink: 0; transition: transform .2s; }
.tg-tp-btn:hover svg { transform: translateX(3px); }

.tg-tp-btn--primary {
  background: var(--tp-g); color: #fff;
  box-shadow: 0 6px 24px rgba(20,102,83,.32);
}
.tg-tp-btn--primary:hover {
  background: var(--tp-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(20,102,83,.4);
  color: #fff;
}
.tg-tp-btn--ghost {
  background: rgba(255,255,255,.12);
  border: 1.5px solid rgba(255,255,255,.35);
  color: #fff;
  backdrop-filter: blur(8px);
}
.tg-tp-btn--ghost:hover {
  background: rgba(255,255,255,.2);
  border-color: rgba(255,255,255,.6);
  color: #fff;
}
.tg-tp-btn--cta {
  background: var(--tp-gold); color: var(--tp-ink);
  font-size: 15.5px; font-weight: 700;
  padding: 18px 40px;
  box-shadow: 0 6px 28px rgba(201,168,76,.4);
}
.tg-tp-btn--cta:hover {
  background: #e2c47a;
  color: var(--tp-ink);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(201,168,76,.5);
}
.tg-tp-btn--ghost-light {
  border: 2px solid rgba(255,255,255,.45);
  color: rgba(255,255,255,.85);
  padding: 16px 28px;
}
.tg-tp-btn--ghost-light:hover {
  border-color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.1);
  color: #fff;
}

/* ── Shared section head ── */
.tg-tp-section-head {
  display: flex; align-items: flex-end;
  justify-content: space-between; flex-wrap: wrap;
  gap: 16px; margin-bottom: 52px;
}
.tg-tp-section-head--center { justify-content: center; text-align: center; }

.tg-tp-section-title {
  font-family: var(--tg-font-main, 'Google Sans', sans-serif);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 700; color: var(--tp-ink);
  line-height: 1.1; letter-spacing: -.02em;
  margin: 0;
}
.tg-tp-section-title em { font-style: normal; color: var(--tp-g); }
.tg-tp-section-title--light { color: #fff; }
.tg-tp-section-title--light em { color: #a8d8c8; }

.tg-tp-view-all {
  font-size: 14px; font-weight: 500; color: var(--tp-g);
  text-decoration: none; white-space: nowrap;
  transition: color .2s; flex-shrink: 0;
}
.tg-tp-view-all:hover { color: var(--tp-dark); }
.tg-tp-view-all--light { color: rgba(255,255,255,.7); }
.tg-tp-view-all--light:hover { color: #fff; }

/* ================================================================
   1. HERO
================================================================ */
.tg-tp-hero {
  position: relative;
  min-height: 90vh;
  display: flex; flex-direction: column;
  background: var(--tp-dark);
  overflow: hidden;
}

.tg-tp-hero__media {
  position: absolute; inset: 0; z-index: 0;
}
.tg-tp-hero__bg-img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.tg-tp-hero__video {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.tg-tp-hero__gradient-bg {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--tp-dark) 0%, #1a6b55 60%, #2d8a70 100%);
}
.tg-tp-hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(120deg, rgba(13,74,59,.9) 0%, rgba(13,74,59,.6) 50%, rgba(13,74,59,.2) 100%),
    linear-gradient(to bottom, transparent 50%, rgba(0,0,0,.3) 100%);
}

/* Decorative blobs */
.tg-tp-hero__deco {
  position: absolute; border-radius: 50%; pointer-events: none;
}
.tg-tp-hero__deco--1 {
  width: 560px; height: 560px;
  top: -120px; right: -120px;
  background: radial-gradient(circle, rgba(90,170,42,.12) 0%, transparent 70%);
}
.tg-tp-hero__deco--2 {
  width: 400px; height: 400px;
  bottom: -80px; left: 30%;
  background: radial-gradient(circle, rgba(201,168,76,.08) 0%, transparent 70%);
}

.tg-tp-hero__container {
  position: relative; z-index: 1;
  flex: 1; display: flex; align-items: center;
  padding-top: 80px; padding-bottom: 140px;
}

.tg-tp-hero__content { max-width: 720px; }

.tg-tp-hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 100px; padding: 7px 18px;
  font-size: 11.5px; font-weight: 500; color: rgba(255,255,255,.85);
  letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 28px; backdrop-filter: blur(8px);
}
.tg-tp-hero__badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--tp-gold); flex-shrink: 0;
}

.tg-tp-hero__title {
  font-family: var(--tg-font-main, 'Google Sans', sans-serif);
  font-size: clamp(42px, 5.5vw, 80px);
  font-weight: 700; color: #fff;
  line-height: 1.05; letter-spacing: -.03em;
  margin: 0 0 24px;
}
.tg-tp-hero__title em { font-style: normal; color: #c4e8a0; }

.tg-tp-hero__sub {
  font-size: 17px; color: rgba(255,255,255,.72);
  line-height: 1.75; max-width: 540px; margin: 0 0 36px;
}

.tg-tp-hero__actions {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-bottom: 48px;
}

/* Stats card overlapping next section */
.tg-tp-hero__stats-card {
  display: flex; gap: 0;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--tp-r-lg);
  overflow: hidden;
  backdrop-filter: blur(16px);
  max-width: 560px;
}
.tg-tp-stat {
  flex: 1; padding: 22px 20px; text-align: center;
  border-right: 1px solid rgba(255,255,255,.12);
}
.tg-tp-stat:last-child { border-right: none; }
.tg-tp-stat__num {
  display: block;
  font-size: 28px; font-weight: 700; color: #fff;
  line-height: 1; margin-bottom: 5px;
  font-family: var(--tg-font-main);
}
.tg-tp-stat__label {
  font-size: 11px; color: rgba(255,255,255,.6);
  white-space: nowrap;
}

/* Scroll indicator */
.tg-tp-hero__scroll {
  position: absolute; bottom: 28px; left: 50%;
  transform: translateX(-50%); z-index: 2;
  width: 26px; height: 42px;
  border: 2px solid rgba(255,255,255,.35);
  border-radius: 13px; display: flex;
  justify-content: center; padding-top: 6px;
}
.tg-tp-hero__scroll span {
  display: block; width: 4px; height: 8px;
  background: rgba(255,255,255,.55); border-radius: 2px;
  animation: tp-scroll-dot 1.8s infinite;
}
@keyframes tp-scroll-dot {
  0%,100% { transform: translateY(0); opacity: .8; }
  50%      { transform: translateY(10px); opacity: .2; }
}

/* ================================================================
   2. STORY
================================================================ */
.tg-tp-story {
  padding: 100px 0;
  position: relative; overflow: hidden;
  background: #fff;
}

.tg-tp-story__bg-text {
  position: absolute; top: -20px; right: -20px;
  font-size: clamp(100px, 15vw, 180px);
  font-weight: 900; letter-spacing: -.05em;
  color: rgba(20,102,83,.04); pointer-events: none;
  user-select: none; line-height: 1;
  font-family: var(--tg-font-main);
}

.tg-tp-story__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
}

/* Visual column */
.tg-tp-story__visual { position: relative; }
.tg-tp-story__img-wrap {
  position: relative; border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 72px rgba(20,102,83,.16);
}
.tg-tp-story__img {
  width: 100%; height: 480px;
  object-fit: cover; display: block;
  transition: transform .5s ease;
}
.tg-tp-story__img-wrap:hover .tg-tp-story__img { transform: scale(1.03); }
.tg-tp-story__img-placeholder {
  background: var(--tp-pale);
  display: flex; align-items: center; justify-content: center;
  min-height: 480px;
}
.tg-tp-story__img-placeholder svg { max-width: 200px; }

.tg-tp-story__img-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--tp-g); border-radius: var(--tp-r-lg);
  padding: 20px 24px; color: #fff;
  box-shadow: 0 12px 32px rgba(20,102,83,.28);
  display: flex; flex-direction: column; align-items: center;
  gap: 2px;
}
.tg-tp-story__badge-year {
  font-size: 28px; font-weight: 700; line-height: 1;
}
.tg-tp-story__badge-text {
  font-size: 11px; color: rgba(255,255,255,.7);
  text-align: center; line-height: 1.4;
}

.tg-tp-story__float-card {
  position: absolute; top: 30px; left: -24px;
  background: #fff;
  border-radius: var(--tp-r);
  padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 8px 28px rgba(20,102,83,.14);
  border: 1px solid rgba(20,102,83,.08);
  min-width: 160px;
}
.tg-tp-story__float-icon { flex-shrink: 0; }
.tg-tp-story__float-icon svg { width: 36px; height: 36px; }
.tg-tp-story__float-card strong {
  display: block; font-size: 14px; font-weight: 600;
  color: var(--tp-ink);
}
.tg-tp-story__float-card span {
  font-size: 11px; color: var(--tp-muted);
}

/* Content column */
.tg-tp-story__text p {
  font-size: 15.5px; color: var(--tp-muted);
  line-height: 1.8; margin-bottom: 16px;
}
.tg-tp-story__text strong { color: var(--tp-ink); }

.tg-tp-story__values {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px;
}
.tg-tp-value {
  display: flex; align-items: center; gap: 10px;
  background: var(--tp-pale); border-radius: 100px;
  padding: 9px 18px 9px 12px;
  transition: var(--tp-trans);
}
.tg-tp-value:hover { background: #d0eddd; }
.tg-tp-value__icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(20,102,83,.12);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.tg-tp-value__icon svg { width: 15px; height: 15px; color: var(--tp-g); }
.tg-tp-value span { font-size: 13px; font-weight: 500; color: var(--tp-ink); }

/* ================================================================
   3. PROJECTS MASONRY
================================================================ */
.tg-tp-projects { padding: 100px 0; background: #f7faf9; }

.tg-tp-projects__masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 0 36px;
}

/* Item đầu tiên: chiếm 2 cột × 2 hàng */
.tg-tp-project-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

/*
  Layout kết quả (6 items, không ô trống):
  [ item 1 ───────── ] [ item 2 ]
  [ item 1 ───────── ] [ item 3 ]
  [ item 4 ] [ item 5 ] [ item 6 ]
*/

.tg-tp-project-item {
  border-radius: var(--tp-r-lg); overflow: hidden;
  position: relative; cursor: pointer;
}

.tg-tp-project-item__inner {
  display: block; position: relative;
  width: 100%; height: 100%; min-height: 260px;
  overflow: hidden; text-decoration: none;
}
.tg-tp-project-item:nth-child(1) .tg-tp-project-item__inner { min-height: 560px; }

.tg-tp-project-item__inner img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .5s ease;
}
.tg-tp-project-item:hover .tg-tp-project-item__inner img { transform: scale(1.05); }

.tg-tp-project-item__placeholder {
  width: 100%; height: 100%; min-height: 280px;
  background: var(--tp-pale);
}

.tg-tp-project-item__info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 32px 20px 20px;
  background: linear-gradient(to top, rgba(13,74,59,.88) 0%, rgba(13,74,59,.3) 60%, transparent 100%);
  transform: translateY(4px);
  transition: var(--tp-trans);
}
.tg-tp-project-item:hover .tg-tp-project-item__info { transform: none; }
.tg-tp-project-item__cat {
  display: block; font-size: 10px; font-weight: 600;
  letter-spacing: .15em; text-transform: uppercase;
  color: #c4e8a0; margin-bottom: 5px;
}
.tg-tp-project-item__title {
  font-size: 15px; font-weight: 600; color: #fff;
  margin: 0; line-height: 1.3;
}

/* ================================================================
   4. SERVICES  (dark bg)
================================================================ */
.tg-tp-services {
  padding: 100px 0;
  position: relative;
  background: var(--tp-dark);
  overflow: hidden;
}
.tg-tp-services__bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse at 10% 50%, rgba(90,170,42,.12) 0%, transparent 55%),
    radial-gradient(ellipse at 90% 20%, rgba(201,168,76,.07) 0%, transparent 55%);
}

.tg-tp-services__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; position: relative; z-index: 1;
}

.tg-tp-service-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--tp-r-lg); padding: 28px 24px;
  position: relative; overflow: hidden;
  transition: var(--tp-trans);
}
.tg-tp-service-card::before {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--tp-g); transform: scaleX(0);
  transition: transform .3s;
}
.tg-tp-service-card:hover {
  background: rgba(255,255,255,.1);
  transform: translateY(-4px);
}
.tg-tp-service-card:hover::before { transform: scaleX(1); }

.tg-tp-service-card__num {
  font-size: 48px; font-weight: 700; line-height: 1;
  color: rgba(255,255,255,.06); margin-bottom: 16px;
  font-family: var(--tg-font-main);
}
.tg-tp-service-card__img-wrap {
  width: 100%; height: 140px; border-radius: var(--tp-r);
  overflow: hidden; margin-bottom: 20px;
}
.tg-tp-service-card__img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s ease;
}
.tg-tp-service-card:hover .tg-tp-service-card__img-wrap img { transform: scale(1.05); }

.tg-tp-service-card__title {
  font-size: 16px; font-weight: 600; color: #fff;
  margin: 0 0 10px; line-height: 1.35;
}
.tg-tp-service-card__title a { color: inherit; text-decoration: none; }
.tg-tp-service-card__title a:hover { color: #a8d8c8; }
.tg-tp-service-card__excerpt {
  font-size: 13.5px; color: rgba(255,255,255,.55);
  line-height: 1.65; margin: 0 0 16px;
}
.tg-tp-service-card__link {
  font-size: 13px; font-weight: 500; color: #7fcab0;
  text-decoration: none; transition: color .15s;
}
.tg-tp-service-card__link:hover { color: #a8d8c8; }

/* ================================================================
   5. PROCESS TIMELINE
================================================================ */
.tg-tp-process {
  padding: 100px 0; background: #fff;
}

.tg-tp-process__timeline {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; position: relative;
  margin-top: 8px;
}
.tg-tp-process__timeline::before {
  content: ''; position: absolute;
  top: 26px; left: 10%; right: 10%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--tp-g) 20%, var(--tp-g) 80%, transparent);
  opacity: .25; z-index: 0;
}

.tg-tp-process__step {
  padding: 0 24px; text-align: center;
  position: relative; z-index: 1;
}

.tg-tp-process__step-num {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--tp-g); color: #fff;
  font-size: 15px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 16px rgba(20,102,83,.28);
  font-family: var(--tg-font-main);
}

.tg-tp-process__step-line {
  display: none; /* connector handled by ::before */
}

.tg-tp-process__step-title {
  font-size: 15px; font-weight: 600; color: var(--tp-ink);
  margin: 0 0 10px; line-height: 1.3;
}
.tg-tp-process__step-desc {
  font-size: 13px; color: var(--tp-muted); line-height: 1.7;
  margin: 0;
}

/* ================================================================
   6. TESTIMONIALS  (dark bg)
================================================================ */
.tg-tp-testimonials {
  padding: 100px 0;
  position: relative;
  background: #0d3d30;
  overflow: hidden;
}
.tg-tp-testimonials__bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(201,168,76,.09) 0%, transparent 55%),
    radial-gradient(ellipse at 0% 100%, rgba(90,170,42,.1) 0%, transparent 55%);
}

.tg-tp-test__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; position: relative; z-index: 1;
}

.tg-tp-testimonial {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--tp-r-lg); padding: 36px 28px;
  position: relative; overflow: hidden;
  margin: 0;
  transition: background .2s;
}
.tg-tp-testimonial:hover { background: rgba(255,255,255,.09); }

.tg-tp-testimonial__quote-icon {
  position: absolute; top: -8px; right: 20px;
  font-size: 120px; font-weight: 900;
  color: rgba(255,255,255,.04);
  line-height: 1; font-family: Georgia, serif;
  user-select: none; pointer-events: none;
}
.tg-tp-testimonial__text {
  font-size: 14.5px; color: rgba(255,255,255,.78);
  line-height: 1.8; margin: 0 0 24px;
  position: relative; z-index: 1;
}
.tg-tp-testimonial__footer {
  display: flex; align-items: center; gap: 14px;
  position: relative; z-index: 1;
}
.tg-tp-testimonial__avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--tp-g); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; font-weight: 600; flex-shrink: 0;
}
.tg-tp-testimonial__name {
  display: block; font-size: 14px; font-weight: 600;
  color: #fff; font-style: normal;
}
.tg-tp-testimonial__loc {
  display: block; font-size: 12px; color: rgba(255,255,255,.5);
  margin-top: 2px;
}

/* ================================================================
   7. BLOG
================================================================ */
.tg-tp-blog { padding: 100px 0; background: #f7faf9; }

.tg-card-date {
  display: block;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .06em;
  color: var(--tp-muted);
  margin-bottom: 10px;
}

.tg-card-title {
  font-family: var(--tg-font-main, 'Google Sans', sans-serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--tp-ink);
  line-height: 1.35;
  margin: 0 0 auto;
}
.tg-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}
.tg-card-title a:hover { color: var(--tp-g); }

.tg-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(20,102,83,.08);
}

.tg-card-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--tp-g);
  text-decoration: none;
  transition: color .2s, gap .2s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.tg-card-link:hover { color: var(--tp-dark); }

/* ================================================================
   8. CTA LUXURY
================================================================ */
.tg-tp-cta-luxury {
  padding: 120px 0;
  background: var(--tp-dark);
  position: relative; overflow: hidden;
  text-align: center;
}
.tg-tp-cta-luxury__bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 120%, rgba(90,170,42,.15) 0%, transparent 60%),
    radial-gradient(ellipse at 20% -20%, rgba(201,168,76,.1) 0%, transparent 55%);
}
.tg-tp-cta-luxury__circle {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.06);
  pointer-events: none;
}
.tg-tp-cta-luxury__circle--1 { width: 600px; height: 600px; top: -260px; left: -200px; }
.tg-tp-cta-luxury__circle--2 { width: 400px; height: 400px; bottom: -160px; right: -120px; }
.tg-tp-cta-luxury__circle--3 { width: 240px; height: 240px; top: 50px; right: 15%; }

.tg-tp-cta-luxury__inner {
  position: relative; z-index: 1;
  max-width: 680px; margin: 0 auto;
}
.tg-tp-cta-luxury__title {
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 700; color: #fff;
  line-height: 1.1; letter-spacing: -.025em;
  margin: 12px 0 18px;
  font-family: var(--tg-font-main);
}
.tg-tp-cta-luxury__title em { font-style: normal; color: var(--tp-gold, #c9a84c); }
.tg-tp-cta-luxury__desc {
  font-size: 15px; color: rgba(255,255,255,.55);
  margin: 0 0 44px; letter-spacing: .03em;
}
.tg-tp-cta-luxury__actions {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap;
}

/* ================================================================
   9. CUSTOM CONTENT
================================================================ */
.tg-tp-custom-content { padding: 72px 0; background: #fff; }

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 1100px) {
  .tg-tp-services__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
  .tg-tp-story__grid { grid-template-columns: 1fr; gap: 56px; }
  .tg-tp-story__float-card { left: auto; right: 16px; top: 16px; }
  .tg-tp-story__img-badge { right: 0; }
  .tg-tp-projects__masonry { grid-template-columns: repeat(2, 1fr); padding: 0 24px; }
  .tg-tp-project-item:nth-child(1) { grid-column: span 2; grid-row: span 1; }
  .tg-tp-project-item:nth-child(1) .tg-tp-project-item__inner { min-height: 320px; }
  .tg-tp-test__grid { grid-template-columns: repeat(2, 1fr); }
  .tg-tp-process__timeline { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .tg-tp-process__timeline::before { display: none; }
  .tg-tp-services__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .tg-tp-hero { min-height: 100svh; }
  .tg-tp-hero__container { padding-top: 60px; padding-bottom: 100px; }
  .tg-tp-hero__title { font-size: clamp(36px, 9vw, 56px); }
  .tg-tp-hero__sub { font-size: 15px; }
  .tg-tp-hero__actions { flex-direction: column; align-items: stretch; }
  .tg-tp-hero__actions .tg-tp-btn { justify-content: center; }
  .tg-tp-hero__stats-card { flex-wrap: wrap; }
  .tg-tp-stat { flex: 0 0 50%; border-bottom: 1px solid rgba(255,255,255,.1); }
  .tg-tp-stat:nth-child(even) { border-right: none; }
  .tg-tp-stat:nth-last-child(-n+2) { border-bottom: none; }
  .tg-tp-story { padding: 64px 0; }
  .tg-tp-story__img { height: 340px; }
  .tg-tp-projects { padding: 64px 0; }
  .tg-tp-projects__masonry { grid-template-columns: 1fr; padding: 0 20px; }
  .tg-tp-project-item:nth-child(1) { grid-column: span 1; grid-row: span 1; }
  .tg-tp-project-item:nth-child(1) .tg-tp-project-item__inner { min-height: 260px; }
  .tg-tp-services { padding: 64px 0; }
  .tg-tp-services__grid { grid-template-columns: 1fr; }
  .tg-tp-process { padding: 64px 0; }
  .tg-tp-process__timeline { grid-template-columns: 1fr; gap: 28px; }
  .tg-tp-testimonials { padding: 64px 0; }
  .tg-tp-test__grid { grid-template-columns: 1fr; }
  .tg-tp-blog { padding: 64px 0; }
  .tg-blog-grid { grid-template-columns: 1fr; }
  .tg-tp-cta-luxury { padding: 72px 0; }
  .tg-tp-cta-luxury__actions { flex-direction: column; align-items: stretch; }
  .tg-tp-cta-luxury__actions .tg-tp-btn { justify-content: center; }
  .tg-tp-section-head { margin-bottom: 36px; }
}
@media (max-width: 480px) {
  .tg-tp-hero__stats-card { display: none; }
  .tg-tp-story__float-card { display: none; }
  .tg-tp-story__img-badge { position: static; margin: -12px auto 0; }
}

/* ================================================================
   PHILOSOPHY — Làm vườn thong dong
================================================================ */
.tg-tp-philosophy {
  padding: 100px 0;
  background: var(--tp-dark);
  position: relative; overflow: hidden;
}
.tg-tp-philosophy__bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse at 15% 80%, rgba(90,170,42,.1) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 10%, rgba(201,168,76,.07) 0%, transparent 55%);
}
.tg-tp-philosophy__bg-text {
  position: absolute; top: -40px; right: -40px;
  font-size: clamp(100px, 18vw, 220px);
  font-weight: 900; letter-spacing: -.06em;
  color: rgba(255,255,255,.025);
  pointer-events: none; user-select: none; line-height: 1;
  font-family: var(--tg-font-main);
}
.tg-tp-philosophy__intro {
  font-size: 16px; color: rgba(255,255,255,.55);
  line-height: 1.75; max-width: 580px;
  margin: 16px auto 0;
}
.tg-tp-philosophy__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 56px;
  position: relative; z-index: 1;
}

.tg-tp-phil-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--tp-r-lg);
  padding: 36px 30px 32px;
  position: relative; overflow: hidden;
  transition: var(--tp-trans);
}
.tg-tp-phil-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--tp-gold), var(--tp-g));
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s cubic-bezier(.4,0,.2,1);
}
.tg-tp-phil-card:hover {
  background: rgba(255,255,255,.08);
  transform: translateY(-6px);
  border-color: rgba(255,255,255,.18);
}
.tg-tp-phil-card:hover::before { transform: scaleX(1); }

.tg-tp-phil-card__num {
  font-size: 56px; font-weight: 800; line-height: 1;
  color: rgba(255,255,255,.05);
  font-family: var(--tg-font-main);
  margin-bottom: 20px;
  transition: color .3s;
}
.tg-tp-phil-card:hover .tg-tp-phil-card__num { color: rgba(201,168,76,.15); }

.tg-tp-phil-card__icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(90,170,42,.15);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px; transition: background .3s;
  color: #7fcab0;
}
.tg-tp-phil-card:hover .tg-tp-phil-card__icon {
  background: rgba(90,170,42,.25);
  color: #a8d8c8;
}

.tg-tp-phil-card__title {
  font-size: 22px; font-weight: 700; color: #fff;
  margin: 0 0 6px; line-height: 1.2;
  font-family: var(--tg-font-main);
}
.tg-tp-phil-card__sub {
  font-size: 12px; font-weight: 600;
  color: var(--tp-gold); letter-spacing: .1em;
  text-transform: uppercase; margin: 0 0 16px;
}
.tg-tp-phil-card__desc {
  font-size: 14px; color: rgba(255,255,255,.55);
  line-height: 1.75; margin: 0;
}

/* ================================================================
   STATS STRIP
================================================================ */
.tg-tp-stats-strip {
  padding: 64px 0;
  background: var(--tp-g);
  position: relative; overflow: hidden;
}
.tg-tp-stats-strip__bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse at 0% 100%, rgba(0,0,0,.12) 0%, transparent 50%),
    radial-gradient(ellipse at 100% 0%, rgba(255,255,255,.06) 0%, transparent 50%);
}
.tg-tp-stats-strip__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; position: relative; z-index: 1;
}
.tg-tp-kpi {
  padding: 12px 24px; text-align: center;
  border-right: 1px solid rgba(255,255,255,.18);
}
.tg-tp-kpi:last-child { border-right: none; }
.tg-tp-kpi__num {
  display: block;
  font-size: clamp(36px, 4vw, 52px); font-weight: 800;
  color: #fff; line-height: 1; margin-bottom: 8px;
  font-family: var(--tg-font-main);
  letter-spacing: -.02em;
}
.tg-tp-kpi__label {
  font-size: 13px; color: rgba(255,255,255,.75);
  font-weight: 500; letter-spacing: .02em;
}

/* ================================================================
   TEAM
================================================================ */
.tg-tp-team {
  padding: 100px 0; background: #fff;
}
.tg-tp-team__intro {
  font-size: 15.5px; color: var(--tp-muted);
  line-height: 1.7; max-width: 560px;
  margin: 16px auto 0; text-align: center;
}
.tg-tp-team__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 28px; margin-top: 56px;
}

.tg-tp-team-card {
  text-align: center;
  padding: 32px 20px 28px;
  border-radius: var(--tp-r-lg);
  border: 1px solid rgba(20,102,83,.08);
  background: #fff;
  transition: var(--tp-trans);
  box-shadow: 0 2px 16px rgba(20,102,83,.05);
}
.tg-tp-team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(20,102,83,.12);
  border-color: rgba(20,102,83,.16);
}

.tg-tp-team-card__photo {
  width: 88px; height: 88px; border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden; position: relative;
  background: var(--tp-pale);
  border: 3px solid rgba(20,102,83,.12);
  display: flex; align-items: center; justify-content: center;
  transition: border-color .3s;
}
.tg-tp-team-card:hover .tg-tp-team-card__photo { border-color: var(--tp-g); }
.tg-tp-team-card__photo img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}
.tg-tp-team-card__initial {
  font-size: 32px; font-weight: 700;
  color: var(--tp-g); line-height: 1;
  font-family: var(--tg-font-main);
}

.tg-tp-team-card__name {
  font-size: 16px; font-weight: 700; color: var(--tp-ink);
  margin: 0 0 6px; line-height: 1.3;
  font-family: var(--tg-font-main);
}
.tg-tp-team-card__role {
  font-size: 12px; font-weight: 600;
  color: var(--tp-g); letter-spacing: .08em;
  text-transform: uppercase; margin: 0 0 12px;
}
.tg-tp-team-card__bio {
  font-size: 13px; color: var(--tp-muted);
  line-height: 1.65; margin: 0;
}

/* Stars trong testimonial */
.tg-tp-testimonial__stars {
  display: flex; gap: 3px; margin-bottom: 16px;
}

/* ================================================================
   RESPONSIVE — sections mới
================================================================ */
@media (max-width: 1024px) {
  .tg-tp-philosophy__grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .tg-tp-team__grid       { grid-template-columns: repeat(2, 1fr); }
  .tg-tp-stats-strip__grid{ grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 768px) {
  .tg-tp-philosophy { padding: 64px 0; }
  .tg-tp-philosophy__grid { grid-template-columns: 1fr; gap: 16px; }
  .tg-tp-phil-card { padding: 28px 22px; }
  .tg-tp-stats-strip { padding: 44px 0; }
  .tg-tp-stats-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .tg-tp-kpi { border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); padding: 20px; }
  .tg-tp-kpi:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.18); }
  .tg-tp-kpi:nth-last-child(-n+2) { border-bottom: none; }
  .tg-tp-team { padding: 64px 0; }
  .tg-tp-team__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .tg-tp-team-card { padding: 24px 16px 22px; }
}
@media (max-width: 480px) {
  .tg-tp-stats-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .tg-tp-team__grid { grid-template-columns: 1fr; max-width: 340px; margin-left: auto; margin-right: auto; }
  .tg-tp-philosophy__bg-text { display: none; }
}
