/* Copyright 2026 HomeOne Interiors. All rights reserved. */

/* === PAGE HERO === */
.ph-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--bg);
}
.ph-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ph-bg-img {
  position: absolute;
  inset: -10%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  transition: transform 0.1s linear;
}
.ph-overlay-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(6,13,26,.92) 0%, rgba(6,13,26,.6) 60%, rgba(6,13,26,.28) 100%);
}
.ph-overlay-2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,13,26,.38) 0%, transparent 42%, rgba(6,13,26,.82) 100%);
}
.ph-overlay-3 {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 0% 50%, rgba(26,107,218,.12) 0%, transparent 70%);
}
.ph-grain {
  position: absolute;
  inset: 0;
  opacity: .028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 256px 256px;
  pointer-events: none;
}
.ph-beam {
  position: absolute;
  top: 0;
  left: -20%;
  width: 40%;
  height: 100%;
  background: linear-gradient(105deg, transparent 0%, rgba(26,107,218,.055) 50%, transparent 100%);
  animation: phBeamSwipe 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
@keyframes phBeamSwipe {
  0%, 100% { transform: translateX(0) skewX(-12deg); opacity: 0; }
  20% { opacity: 1; }
  50% { transform: translateX(320%) skewX(-12deg); opacity: 1; }
  70%, 100% { opacity: 0; }
}
.ph-scan {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(26,107,218,.28);
  animation: phScan 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
@keyframes phScan {
  0% { top: 0; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}
.ph-ghost-yr {
  position: absolute;
  top: 50%;
  right: -2%;
  transform: translateY(-50%);
  font-family: var(--fh);
  font-size: clamp(6rem, 16vw, 16rem);
  font-weight: 900;
  color: rgba(26,107,218,.055);
  letter-spacing: 0.04em;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  z-index: 1;
  will-change: transform;
}
.ph-frame {
  position: absolute;
  inset: 24px;
  pointer-events: none;
  z-index: 2;
}
.ph-corner {
  position: absolute;
  width: 28px;
  height: 28px;
}
.ph-corner-tl { top: 0; left: 0; border-top: 1px solid rgba(26,107,218,.4); border-left: 1px solid rgba(26,107,218,.4); }
.ph-corner-tr { top: 0; right: 0; border-top: 1px solid rgba(26,107,218,.4); border-right: 1px solid rgba(26,107,218,.4); }
.ph-corner-bl { bottom: 0; left: 0; border-bottom: 1px solid rgba(26,107,218,.4); border-left: 1px solid rgba(26,107,218,.4); }
.ph-corner-br { bottom: 0; right: 0; border-bottom: 1px solid rgba(26,107,218,.4); border-right: 1px solid rgba(26,107,218,.4); }
.ph-hero .container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding-top: 120px;
  padding-bottom: 100px;
}
.ph-content {
  max-width: 720px;
}
.ph-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--fb);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--blue);
  margin-bottom: 24px;
}
.ph-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  flex-shrink: 0;
  box-shadow: 0 0 8px var(--blue);
}
.ph-h1 {
  font-family: var(--fh);
  font-weight: 700;
  font-size: clamp(2.4rem, 5.5vw, 5rem);
  line-height: 1.08;
  margin: 0 0 28px;
  overflow: hidden;
}
.ph-h1-row {
  display: block;
  overflow: hidden;
}
.ph-h1-inner {
  display: inline-block;
  color: var(--white);
  transform: translateY(110%);
  animation: phSlideUp 0.9s cubic-bezier(0.16,1,0.3,1) forwards;
}
.ph-h1-row:nth-child(1) .ph-h1-inner { animation-delay: 0.1s; }
.ph-h1-row:nth-child(2) .ph-h1-inner { animation-delay: 0.22s; }
.ph-h1-row:nth-child(3) .ph-h1-inner { animation-delay: 0.34s; }
.ph-h1-row:nth-child(4) .ph-h1-inner { animation-delay: 0.46s; }
@keyframes phSlideUp {
  to { transform: translateY(0); }
}
.ph-h1-blue { color: var(--blue); }
.ph-desc {
  font-family: var(--fb);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: var(--mute);
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: 36px;
}
.ph-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.ph-bottom {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(26,107,218,.1);
  background: rgba(6,13,26,.72);
  backdrop-filter: blur(8px);
}
.ph-bottom-inner {
  padding: 20px 0;
}
.ph-bottom-stats {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}
.ph-bstat {
  flex: 1;
  min-width: 120px;
  padding: 8px 24px;
  border-right: 1px solid var(--line);
  text-align: center;
}
.ph-bstat:last-child { border-right: none; }
.ph-stat-num {
  display: block;
  font-family: var(--fh);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 700;
  color: var(--blue);
  line-height: 1.1;
}
.ph-bstat span {
  font-family: var(--fb);
  font-size: 0.7rem;
  color: var(--mute);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.ph-scroll-cue {
  position: absolute; bottom: 90px; right: 44px; z-index: 5;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.ph-scroll-line {
  width: 1px; height: 72px;
  background: linear-gradient(to bottom, rgba(26,107,218,.9), transparent);
  animation: phScrollPulse 2.8s ease-in-out infinite;
}
@keyframes phScrollPulse {
  0%, 100% { transform: scaleY(.2); transform-origin: top; opacity: .3; }
  50%       { transform: scaleY(1); transform-origin: top; opacity: 1; }
}
.ph-scroll-label {
  font-size: 9px; font-weight: 700; letter-spacing: .32em; text-transform: uppercase;
  color: rgba(26,107,218,.55); writing-mode: vertical-rl;
}

/* === LOCATION TRUST RIBBON === */
.lc-trust {
  background: var(--bg2);
  border-bottom: 1px solid var(--line);
}
.lc-trust .container {
  padding-top: 0;
  padding-bottom: 0;
}
.lc-trust-inner {
  display: flex;
  align-items: stretch;
}
.lc-trust-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 16px;
  text-align: center;
  border-right: 1px solid var(--line);
  transition: background 0.3s ease;
}
.lc-trust-item:last-child { border-right: none; }
.lc-trust-item:hover { background: rgba(26,107,218,.04); }
.lc-trust-num {
  display: block;
  font-family: var(--fh);
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 700;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 7px;
  letter-spacing: -0.02em;
}
.lc-trust-label {
  font-family: var(--fb);
  font-size: 0.7rem;
  color: var(--mute);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

/* === AREA SPOTLIGHT SHARED BASE === */
.lc-area-media-img {
  transition: transform 0.4s ease;
  will-change: transform;
}

/* === ADYAR AREA SPOTLIGHT (ay-) === */
.ay-area {
  position: relative;
  background: var(--bg);
  padding: 112px 0;
  overflow: hidden;
}
.ay-area-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--fh);
  font-size: clamp(7rem, 20vw, 16rem);
  font-weight: 900;
  color: var(--blue);
  opacity: 0.035;
  letter-spacing: 0.1em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  line-height: 1;
}
.ay-area-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.ay-area-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fb);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--blue);
  margin-bottom: 22px;
  padding: 5px 12px;
  border: 1px solid rgba(26,107,218,.28);
  background: rgba(26,107,218,.06);
}
.ay-area-h2 {
  font-family: var(--fh);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 600;
  color: var(--white);
  margin: 0 0 20px;
  line-height: 1.2;
}
.ay-area-h2 em {
  color: var(--blue);
  font-style: normal;
}
.ay-area-desc {
  font-family: var(--fb);
  font-size: 1rem;
  color: var(--mute);
  max-width: 480px;
  line-height: 1.75;
  margin-bottom: 32px;
}
.ay-area-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.ay-area-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--fb);
  font-size: 0.9rem;
  color: var(--white);
}
.ay-area-list li::before {
  content: '';
  flex-shrink: 0;
  width: 24px;
  height: 1px;
  background: var(--blue);
}
.ay-area-studio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--fb);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue);
  padding: 12px 20px;
  border: 1px solid rgba(26,107,218,.24);
  background: rgba(26,107,218,.05);
  text-decoration: none;
  transition: background 0.3s, border-color 0.3s;
}
.ay-area-studio:hover {
  background: rgba(26,107,218,.12);
  border-color: rgba(26,107,218,.5);
}
.ay-area-media {
  position: relative;
}
.ay-area-img {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.ay-area-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.ay-area-img:hover img {
  transform: scale(1.04);
}
.ay-area-accent {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 88px;
  height: 88px;
  background: rgba(26,107,218,.08);
  z-index: -1;
  pointer-events: none;
}

/* === LOCATION SERVICES GRID (3x3) === */
.lc-services {
  background: var(--bg2);
  padding: 100px 0;
}
.lc-services-hd {
  text-align: center;
  margin-bottom: 56px;
}
.lc-services-hd h2 {
  font-family: var(--fh);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 600;
  color: var(--white);
  margin: 0 0 14px;
  line-height: 1.2;
}
.lc-services-hd h2 em {
  color: var(--blue);
  font-style: normal;
}
.lc-services-hd p {
  font-family: var(--fb);
  font-size: 0.95rem;
  color: var(--mute);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}
.lc-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.lc-svc-item {
  position: relative;
  background: var(--bg2);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  transition: background 0.3s ease;
  will-change: transform;
}
.lc-svc-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.34s cubic-bezier(0.4,0,0.2,1);
}
.lc-svc-item:hover::before { transform: scaleX(1); }
.lc-svc-item:hover { background: rgba(9,17,31,.98); }
.lc-svc-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26,107,218,.1);
  color: var(--blue);
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}
.lc-svc-item:hover .lc-svc-icon {
  background: rgba(26,107,218,.2);
  transform: scale(1.08);
}
.lc-svc-title {
  font-family: var(--fh);
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.01em;
}
.lc-svc-desc {
  font-family: var(--fb);
  font-size: 0.84rem;
  color: var(--mute);
  line-height: 1.65;
  flex: 1;
}
.lc-svc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fb);
  font-size: 0.76rem;
  color: var(--blue);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
  transition: gap 0.25s ease;
}
.lc-svc-link:hover { gap: 14px; }

/* === LOCATION GALLERY (staggered 2-col asymmetric) === */
.lc-gallery {
  background: var(--bg);
  padding: 100px 0;
}
.lc-gal-hd {
  margin-bottom: 48px;
}
.lc-gal-hd h2 {
  font-family: var(--fh);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 600;
  color: var(--white);
  margin: 0 0 12px;
  line-height: 1.2;
}
.lc-gal-hd h2 em {
  color: var(--blue);
  font-style: normal;
}
.lc-gal-hd p {
  font-family: var(--fb);
  font-size: 0.95rem;
  color: var(--mute);
  max-width: 560px;
  line-height: 1.7;
}
.lc-gal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 12px;
}
.lc-gal-item {
  position: relative;
  overflow: hidden;
  background: var(--bg3);
  cursor: pointer;
}
.lc-gal-item--tall {
  grid-row: 1 / 3;
}
.lc-gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
  aspect-ratio: 4/3;
}
.lc-gal-item--tall img {
  aspect-ratio: 3/4;
}
.lc-gal-item:hover img {
  transform: scale(1.06);
}
.lc-gal-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(6,13,26,.9) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 24px;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.lc-gal-item:hover .lc-gal-overlay { opacity: 1; }
.lc-gal-tag {
  font-family: var(--fb);
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--blue);
  margin-bottom: 6px;
}
.lc-gal-title {
  font-family: var(--fh);
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 4px;
}
.lc-gal-loc {
  font-family: var(--fb);
  font-size: 0.76rem;
  color: var(--mute);
  display: flex;
  align-items: center;
  gap: 5px;
}
.lc-gal-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  font-family: var(--fb);
  font-size: 0.82rem;
  color: var(--blue);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(26,107,218,.28);
  padding-bottom: 4px;
  transition: gap 0.25s ease, border-color 0.25s ease;
}
.lc-gal-cta:hover {
  gap: 18px;
  border-color: var(--blue);
}

/* === WHY HOMEONE IN [LOCATION] === */
.lc-why {
  background: var(--bg3);
  padding: 100px 0;
}
.lc-why-hd {
  text-align: center;
  margin-bottom: 56px;
}
.lc-why-hd h2 {
  font-family: var(--fh);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 600;
  color: var(--white);
  margin: 0 0 14px;
  line-height: 1.2;
}
.lc-why-hd h2 em {
  color: var(--blue);
  font-style: normal;
}
.lc-why-hd p {
  font-family: var(--fb);
  font-size: 0.95rem;
  color: var(--mute);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}
.lc-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.lc-why-item {
  background: var(--bg3);
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
  will-change: transform;
}
.lc-why-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.34s cubic-bezier(0.4,0,0.2,1);
}
.lc-why-item:hover::before { transform: scaleX(1); }
.lc-why-item:hover { background: rgba(13,24,41,.98); }
.lc-why-n {
  font-family: var(--fh);
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 900;
  color: rgba(26,107,218,.11);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
}
.lc-why-title {
  font-family: var(--fh);
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.3;
}
.lc-why-body {
  font-family: var(--fb);
  font-size: 0.88rem;
  color: var(--mute);
  line-height: 1.75;
}

/* === TESTIMONIALS (3-col) === */
.sv-testi {
  background: var(--bg);
  padding: 100px 0;
}
.sv-testi-hd {
  text-align: center;
  margin-bottom: 56px;
}
.sv-testi-hd h2 {
  font-family: var(--fh);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 600;
  color: var(--white);
  margin: 0 0 12px;
  line-height: 1.2;
}
.sv-testi-hd h2 em {
  color: var(--blue);
  font-style: normal;
}
.sv-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.sv-testi-item {
  background: var(--bg2);
  border: 1px solid var(--line);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.3s ease, transform 0.3s ease;
  will-change: transform;
}
.sv-testi-item:hover { border-color: rgba(26,107,218,.3); }
.sv-testi-stars {
  display: flex;
  gap: 4px;
  color: #f59e0b;
  font-size: 0.85rem;
}
.sv-testi-quote {
  font-family: var(--fb);
  font-size: 0.95rem;
  color: var(--white);
  line-height: 1.75;
  font-style: italic;
  flex: 1;
  margin: 0;
}
.sv-testi-quote::before { content: '\201C'; }
.sv-testi-quote::after { content: '\201D'; }
.sv-testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.sv-testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(26,107,218,.28);
}
.sv-testi-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sv-testi-name {
  display: block;
  font-family: var(--fh);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--white);
}
.sv-testi-loc {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--fb);
  font-size: 0.74rem;
  color: var(--mute);
}
.sv-testi-cta {
  text-align: center;
  margin-top: 40px;
}

/* === NEARBY AREAS CHIPS === */
.lc-nearby {
  background: var(--bg2);
  padding: 72px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.lc-nearby-hd {
  text-align: center;
  margin-bottom: 36px;
}
.lc-nearby-hd h2 {
  font-family: var(--fh);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 600;
  color: var(--white);
  margin: 0 0 8px;
  line-height: 1.3;
}
.lc-nearby-hd h2 em {
  color: var(--blue);
  font-style: normal;
}
.lc-nearby-hd p {
  font-family: var(--fb);
  font-size: 0.88rem;
  color: var(--mute);
}
.lc-nearby-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.lc-nearby-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border: 1px solid rgba(26,107,218,.2);
  background: rgba(26,107,218,.03);
  color: var(--white);
  font-family: var(--fb);
  font-size: 0.88rem;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}
.lc-nearby-chip i {
  color: var(--blue);
  font-size: 0.76rem;
  transition: transform 0.25s ease;
}
.lc-nearby-chip:hover {
  background: rgba(26,107,218,.1);
  border-color: rgba(26,107,218,.5);
  transform: translateY(-2px);
}
.lc-nearby-chip:hover i { transform: translateX(4px); }

/* === FAQ SECTION === */
.sv-faq {
  background: var(--bg);
  padding: 100px 0;
}
.sv-faq-inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 80px;
  align-items: start;
}
.sv-faq-hd {
  position: sticky;
  top: 100px;
}
.sv-faq-hd h2 {
  font-family: var(--fh);
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 600;
  color: var(--white);
  margin: 0 0 16px;
  line-height: 1.2;
}
.sv-faq-hd h2 em {
  color: var(--blue);
  font-style: normal;
}
.sv-faq-hd p {
  font-family: var(--fb);
  font-size: 0.92rem;
  color: var(--mute);
  line-height: 1.7;
  margin-bottom: 24px;
}
.sv-faq-hd p a {
  color: var(--blue);
  text-decoration: none;
}
.sv-faq-hd p a:hover { text-decoration: underline; }
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.faq-item {
  border-bottom: 1px solid var(--line);
  border-left: 2px solid transparent;
  transition: border-left-color 0.3s ease;
}
.faq-item.open { border-left-color: var(--blue); }
.faq-item.open .faq-a { max-height: 600px; }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-family: var(--fb);
  font-size: 0.97rem;
  color: var(--white);
  text-align: left;
  transition: color 0.2s ease;
}
.faq-q:hover { color: var(--bl); }
.faq-icon {
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--blue);
  font-size: 0.75rem;
  transition: transform 0.3s ease, background 0.3s ease;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: rgba(26,107,218,.1);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-a-inner {
  padding: 0 16px 20px 16px;
  font-family: var(--fb);
  font-size: 0.9rem;
  color: var(--mute);
  line-height: 1.75;
}
.faq-a-inner a {
  color: var(--blue);
  text-decoration: none;
}
.faq-a-inner a:hover { text-decoration: underline; }

/* === PROCESS STRIP === */
.process-strip {
  background: var(--bg3);
  padding: 80px 0;
  border-top: 1px solid var(--line);
}
.ps-hd {
  text-align: center;
  margin-bottom: 52px;
}
.ps-hd h2 {
  font-family: var(--fh);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 600;
  color: var(--white);
  margin: 0;
  line-height: 1.2;
}
.ps-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.ps-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 24px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  transition: background 0.3s ease;
  position: relative;
}
.ps-step:last-child { border-right: none; }
.ps-step:hover { background: rgba(26,107,218,.04); }
.ps-num {
  font-family: var(--fh);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: rgba(26,107,218,.14);
  line-height: 1;
  margin-bottom: 18px;
}
.ps-content { flex: 1; }
.ps-title {
  font-family: var(--fh);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--white);
  margin: 0 0 8px;
  letter-spacing: 0.02em;
}
.ps-desc {
  font-family: var(--fb);
  font-size: 0.8rem;
  color: var(--mute);
  line-height: 1.65;
}
.ps-arrow { display: none; }

/* === TAMBARAM AREA SPOTLIGHT (tmb-) === */
.tmb-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.tmb-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.tmb-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.tmb-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.tmb-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.tmb-area-h2 em { color: var(--blue); font-style: normal; }
.tmb-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.tmb-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.tmb-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.tmb-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.tmb-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.tmb-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.tmb-area-media { position: relative; }
.tmb-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.tmb-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.tmb-area-img:hover img { transform: scale(1.04); }
.tmb-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .tmb-area-inner { gap: 48px; } }
@media (max-width: 768px) { .tmb-area-inner { grid-template-columns: 1fr; gap: 44px; } .tmb-area-media { order: -1; } .tmb-area-img { aspect-ratio: 16/9; } }

/* === T NAGAR AREA SPOTLIGHT (tng-) === */
.tng-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.tng-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.tng-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.tng-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.tng-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.tng-area-h2 em { color: var(--blue); font-style: normal; }
.tng-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.tng-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.tng-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.tng-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.tng-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.tng-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.tng-area-media { position: relative; }
.tng-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.tng-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.tng-area-img:hover img { transform: scale(1.04); }
.tng-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .tng-area-inner { gap: 48px; } }
@media (max-width: 768px) { .tng-area-inner { grid-template-columns: 1fr; gap: 44px; } .tng-area-media { order: -1; } .tng-area-img { aspect-ratio: 16/9; } }

/* === OMR AREA SPOTLIGHT (omr-) === */
.omr-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.omr-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.omr-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.omr-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.omr-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.omr-area-h2 em { color: var(--blue); font-style: normal; }
.omr-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.omr-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.omr-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.omr-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.omr-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.omr-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.omr-area-media { position: relative; }
.omr-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.omr-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.omr-area-img:hover img { transform: scale(1.04); }
.omr-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .omr-area-inner { gap: 48px; } }
@media (max-width: 768px) { .omr-area-inner { grid-template-columns: 1fr; gap: 44px; } .omr-area-media { order: -1; } .omr-area-img { aspect-ratio: 16/9; } }

/* === ANNA NAGAR AREA SPOTLIGHT (ann-) === */
.ann-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.ann-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.ann-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.ann-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.ann-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.ann-area-h2 em { color: var(--blue); font-style: normal; }
.ann-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.ann-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.ann-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.ann-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.ann-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.ann-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.ann-area-media { position: relative; }
.ann-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.ann-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.ann-area-img:hover img { transform: scale(1.04); }
.ann-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .ann-area-inner { gap: 48px; } }
@media (max-width: 768px) { .ann-area-inner { grid-template-columns: 1fr; gap: 44px; } .ann-area-media { order: -1; } .ann-area-img { aspect-ratio: 16/9; } }

/* === VELACHERY AREA SPOTLIGHT (vlc-) === */
.vlc-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.vlc-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.vlc-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.vlc-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.vlc-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.vlc-area-h2 em { color: var(--blue); font-style: normal; }
.vlc-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.vlc-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.vlc-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.vlc-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.vlc-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.vlc-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.vlc-area-media { position: relative; }
.vlc-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.vlc-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.vlc-area-img:hover img { transform: scale(1.04); }
.vlc-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .vlc-area-inner { gap: 48px; } }
@media (max-width: 768px) { .vlc-area-inner { grid-template-columns: 1fr; gap: 44px; } .vlc-area-media { order: -1; } .vlc-area-img { aspect-ratio: 16/9; } }

/* === PORUR AREA SPOTLIGHT (pur-) === */
.pur-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.pur-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.pur-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.pur-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.pur-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.pur-area-h2 em { color: var(--blue); font-style: normal; }
.pur-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.pur-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.pur-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.pur-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.pur-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.pur-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.pur-area-media { position: relative; }
.pur-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.pur-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.pur-area-img:hover img { transform: scale(1.04); }
.pur-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .pur-area-inner { gap: 48px; } }
@media (max-width: 768px) { .pur-area-inner { grid-template-columns: 1fr; gap: 44px; } .pur-area-media { order: -1; } .pur-area-img { aspect-ratio: 16/9; } }

/* === SHOLINGANALLUR AREA SPOTLIGHT (shg-) === */
.shg-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.shg-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.shg-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.shg-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.shg-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.shg-area-h2 em { color: var(--blue); font-style: normal; }
.shg-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.shg-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.shg-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.shg-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.shg-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.shg-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.shg-area-media { position: relative; }
.shg-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.shg-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.shg-area-img:hover img { transform: scale(1.04); }
.shg-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .shg-area-inner { gap: 48px; } }
@media (max-width: 768px) { .shg-area-inner { grid-template-columns: 1fr; gap: 44px; } .shg-area-media { order: -1; } .shg-area-img { aspect-ratio: 16/9; } }

/* === PERUNGUDI AREA SPOTLIGHT (png-) === */
.png-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.png-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.png-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.png-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.png-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.png-area-h2 em { color: var(--blue); font-style: normal; }
.png-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.png-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.png-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.png-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.png-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.png-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.png-area-media { position: relative; }
.png-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.png-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.png-area-img:hover img { transform: scale(1.04); }
.png-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .png-area-inner { gap: 48px; } }
@media (max-width: 768px) { .png-area-inner { grid-template-columns: 1fr; gap: 44px; } .png-area-media { order: -1; } .png-area-img { aspect-ratio: 16/9; } }

/* === PALLIKARANAI AREA SPOTLIGHT (plk-) === */
.plk-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.plk-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.plk-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.plk-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.plk-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.plk-area-h2 em { color: var(--blue); font-style: normal; }
.plk-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.plk-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.plk-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.plk-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.plk-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.plk-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.plk-area-media { position: relative; }
.plk-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.plk-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.plk-area-img:hover img { transform: scale(1.04); }
.plk-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .plk-area-inner { gap: 48px; } }
@media (max-width: 768px) { .plk-area-inner { grid-template-columns: 1fr; gap: 44px; } .plk-area-media { order: -1; } .plk-area-img { aspect-ratio: 16/9; } }

/* === THORAIPAKKAM AREA SPOTLIGHT (thp-) === */
.thp-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.thp-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.thp-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.thp-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.thp-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.thp-area-h2 em { color: var(--blue); font-style: normal; }
.thp-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.thp-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.thp-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.thp-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.thp-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.thp-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.thp-area-media { position: relative; }
.thp-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.thp-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.thp-area-img:hover img { transform: scale(1.04); }
.thp-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .thp-area-inner { gap: 48px; } }
@media (max-width: 768px) { .thp-area-inner { grid-template-columns: 1fr; gap: 44px; } .thp-area-media { order: -1; } .thp-area-img { aspect-ratio: 16/9; } }

/* === PERAMBUR AREA SPOTLIGHT (pmb-) === */
.pmb-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.pmb-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.pmb-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.pmb-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.pmb-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.pmb-area-h2 em { color: var(--blue); font-style: normal; }
.pmb-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.pmb-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.pmb-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.pmb-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.pmb-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.pmb-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.pmb-area-media { position: relative; }
.pmb-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.pmb-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.pmb-area-img:hover img { transform: scale(1.04); }
.pmb-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .pmb-area-inner { gap: 48px; } }
@media (max-width: 768px) { .pmb-area-inner { grid-template-columns: 1fr; gap: 44px; } .pmb-area-media { order: -1; } .pmb-area-img { aspect-ratio: 16/9; } }

/* === MEDAVAKKAM AREA SPOTLIGHT (mdv-) === */
.mdv-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.mdv-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.mdv-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.mdv-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.mdv-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.mdv-area-h2 em { color: var(--blue); font-style: normal; }
.mdv-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.mdv-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.mdv-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.mdv-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.mdv-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.mdv-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.mdv-area-media { position: relative; }
.mdv-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.mdv-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.mdv-area-img:hover img { transform: scale(1.04); }
.mdv-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .mdv-area-inner { gap: 48px; } }
@media (max-width: 768px) { .mdv-area-inner { grid-template-columns: 1fr; gap: 44px; } .mdv-area-media { order: -1; } .mdv-area-img { aspect-ratio: 16/9; } }

/* === NUNGAMBAKKAM AREA SPOTLIGHT (ngb-) === */
.ngb-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.ngb-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.ngb-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.ngb-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.ngb-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.ngb-area-h2 em { color: var(--blue); font-style: normal; }
.ngb-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.ngb-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.ngb-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.ngb-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.ngb-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.ngb-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.ngb-area-media { position: relative; }
.ngb-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.ngb-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.ngb-area-img:hover img { transform: scale(1.04); }
.ngb-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .ngb-area-inner { gap: 48px; } }
@media (max-width: 768px) { .ngb-area-inner { grid-template-columns: 1fr; gap: 44px; } .ngb-area-media { order: -1; } .ngb-area-img { aspect-ratio: 16/9; } }

/* === MOGAPPAIR AREA SPOTLIGHT (mgp-) === */
.mgp-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.mgp-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.mgp-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.mgp-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.mgp-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.mgp-area-h2 em { color: var(--blue); font-style: normal; }
.mgp-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.mgp-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.mgp-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.mgp-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.mgp-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.mgp-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.mgp-area-media { position: relative; }
.mgp-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.mgp-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.mgp-area-img:hover img { transform: scale(1.04); }
.mgp-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .mgp-area-inner { gap: 48px; } }
@media (max-width: 768px) { .mgp-area-inner { grid-template-columns: 1fr; gap: 44px; } .mgp-area-media { order: -1; } .mgp-area-img { aspect-ratio: 16/9; } }

/* === MADIPAKKAM AREA SPOTLIGHT (mdp-) === */
.mdp-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.mdp-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.mdp-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.mdp-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.mdp-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.mdp-area-h2 em { color: var(--blue); font-style: normal; }
.mdp-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.mdp-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.mdp-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.mdp-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.mdp-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.mdp-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.mdp-area-media { position: relative; }
.mdp-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.mdp-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.mdp-area-img:hover img { transform: scale(1.04); }
.mdp-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .mdp-area-inner { gap: 48px; } }
@media (max-width: 768px) { .mdp-area-inner { grid-template-columns: 1fr; gap: 44px; } .mdp-area-media { order: -1; } .mdp-area-img { aspect-ratio: 16/9; } }

/* === KORATTUR AREA SPOTLIGHT (krt-) === */
.krt-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.krt-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.krt-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.krt-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.krt-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.krt-area-h2 em { color: var(--blue); font-style: normal; }
.krt-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.krt-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.krt-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.krt-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.krt-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.krt-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.krt-area-media { position: relative; }
.krt-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.krt-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.krt-area-img:hover img { transform: scale(1.04); }
.krt-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .krt-area-inner { gap: 48px; } }
@media (max-width: 768px) { .krt-area-inner { grid-template-columns: 1fr; gap: 44px; } .krt-area-media { order: -1; } .krt-area-img { aspect-ratio: 16/9; } }

/* === CHROMEPET AREA SPOTLIGHT (crm-) === */
.crm-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.crm-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.crm-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.crm-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.crm-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.crm-area-h2 em { color: var(--blue); font-style: normal; }
.crm-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.crm-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.crm-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.crm-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.crm-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.crm-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.crm-area-media { position: relative; }
.crm-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.crm-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.crm-area-img:hover img { transform: scale(1.04); }
.crm-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .crm-area-inner { gap: 48px; } }
@media (max-width: 768px) { .crm-area-inner { grid-template-columns: 1fr; gap: 44px; } .crm-area-media { order: -1; } .crm-area-img { aspect-ratio: 16/9; } }

/* === GUINDY AREA SPOTLIGHT (gnd-) === */
.gnd-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.gnd-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.gnd-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.gnd-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.gnd-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.gnd-area-h2 em { color: var(--blue); font-style: normal; }
.gnd-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.gnd-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.gnd-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.gnd-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.gnd-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.gnd-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.gnd-area-media { position: relative; }
.gnd-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.gnd-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.gnd-area-img:hover img { transform: scale(1.04); }
.gnd-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .gnd-area-inner { gap: 48px; } }
@media (max-width: 768px) { .gnd-area-inner { grid-template-columns: 1fr; gap: 44px; } .gnd-area-media { order: -1; } .gnd-area-img { aspect-ratio: 16/9; } }

/* === THIRUVANMIYUR AREA SPOTLIGHT (tvm-) === */
.tvm-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.tvm-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.tvm-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.tvm-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.tvm-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.tvm-area-h2 em { color: var(--blue); font-style: normal; }
.tvm-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.tvm-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.tvm-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.tvm-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.tvm-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.tvm-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.tvm-area-media { position: relative; }
.tvm-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.tvm-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.tvm-area-img:hover img { transform: scale(1.04); }
.tvm-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .tvm-area-inner { gap: 48px; } }
@media (max-width: 768px) { .tvm-area-inner { grid-template-columns: 1fr; gap: 44px; } .tvm-area-media { order: -1; } .tvm-area-img { aspect-ratio: 16/9; } }

/* === BESANT NAGAR AREA SPOTLIGHT (bsn-) === */
.bsn-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.bsn-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.bsn-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.bsn-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.bsn-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.bsn-area-h2 em { color: var(--blue); font-style: normal; }
.bsn-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.bsn-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.bsn-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.bsn-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.bsn-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.bsn-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.bsn-area-media { position: relative; }
.bsn-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.bsn-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.bsn-area-img:hover img { transform: scale(1.04); }
.bsn-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .bsn-area-inner { gap: 48px; } }
@media (max-width: 768px) { .bsn-area-inner { grid-template-columns: 1fr; gap: 44px; } .bsn-area-media { order: -1; } .bsn-area-img { aspect-ratio: 16/9; } }

/* === AMBATTUR AREA SPOTLIGHT (amt-) === */
.amt-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.amt-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.amt-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.amt-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.amt-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.amt-area-h2 em { color: var(--blue); font-style: normal; }
.amt-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.amt-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.amt-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.amt-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.amt-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.amt-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.amt-area-media { position: relative; }
.amt-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.amt-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.amt-area-img:hover img { transform: scale(1.04); }
.amt-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .amt-area-inner { gap: 48px; } }
@media (max-width: 768px) { .amt-area-inner { grid-template-columns: 1fr; gap: 44px; } .amt-area-media { order: -1; } .amt-area-img { aspect-ratio: 16/9; } }

/* === POONAMALLEE AREA SPOTLIGHT (pnm-) === */
.pnm-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.pnm-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.pnm-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.pnm-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.pnm-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.pnm-area-h2 em { color: var(--blue); font-style: normal; }
.pnm-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.pnm-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.pnm-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.pnm-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.pnm-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.pnm-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.pnm-area-media { position: relative; }
.pnm-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.pnm-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.pnm-area-img:hover img { transform: scale(1.04); }
.pnm-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .pnm-area-inner { gap: 48px; } }
@media (max-width: 768px) { .pnm-area-inner { grid-template-columns: 1fr; gap: 44px; } .pnm-area-media { order: -1; } .pnm-area-img { aspect-ratio: 16/9; } }

/* === VADAPALANI AREA SPOTLIGHT (vdp-) === */
.vdp-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.vdp-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.vdp-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.vdp-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.vdp-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.vdp-area-h2 em { color: var(--blue); font-style: normal; }
.vdp-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.vdp-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.vdp-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.vdp-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.vdp-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.vdp-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.vdp-area-media { position: relative; }
.vdp-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.vdp-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.vdp-area-img:hover img { transform: scale(1.04); }
.vdp-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .vdp-area-inner { gap: 48px; } }
@media (max-width: 768px) { .vdp-area-inner { grid-template-columns: 1fr; gap: 44px; } .vdp-area-media { order: -1; } .vdp-area-img { aspect-ratio: 16/9; } }

/* === MYLAPORE AREA SPOTLIGHT (myl-) === */
.myl-area { position: relative; background: var(--bg); padding: 112px 0; overflow: hidden; }
.myl-area-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--fh); font-size: clamp(7rem,20vw,16rem); font-weight: 900; color: var(--blue); opacity: .035; letter-spacing: .1em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; line-height: 1; }
.myl-area-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.myl-area-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 22px; padding: 5px 12px; border: 1px solid rgba(26,107,218,.28); background: rgba(26,107,218,.06); }
.myl-area-h2 { font-family: var(--fh); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; color: var(--white); margin: 0 0 20px; line-height: 1.2; }
.myl-area-h2 em { color: var(--blue); font-style: normal; }
.myl-area-desc { font-family: var(--fb); font-size: 1rem; color: var(--mute); max-width: 480px; line-height: 1.75; margin-bottom: 32px; }
.myl-area-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 11px; }
.myl-area-list li { display: flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: .9rem; color: var(--white); }
.myl-area-list li::before { content: ''; flex-shrink: 0; width: 24px; height: 1px; background: var(--blue); }
.myl-area-studio { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); padding: 12px 20px; border: 1px solid rgba(26,107,218,.24); background: rgba(26,107,218,.05); text-decoration: none; transition: background .3s, border-color .3s; }
.myl-area-studio:hover { background: rgba(26,107,218,.12); border-color: rgba(26,107,218,.5); }
.myl-area-media { position: relative; }
.myl-area-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.myl-area-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.myl-area-img:hover img { transform: scale(1.04); }
.myl-area-accent { position: absolute; bottom: -20px; right: -20px; width: 88px; height: 88px; background: rgba(26,107,218,.08); z-index: -1; pointer-events: none; }
@media (max-width: 1024px) { .myl-area-inner { gap: 48px; } }
@media (max-width: 768px) { .myl-area-inner { grid-template-columns: 1fr; gap: 44px; } .myl-area-media { order: -1; } .myl-area-img { aspect-ratio: 16/9; } }

/* === RESPONSIVE === */
@media (max-width: 1200px) {
  .ay-area-inner { gap: 52px; }
  .sv-faq-inner { grid-template-columns: 300px 1fr; gap: 52px; }
}
@media (max-width: 1024px) {
  .lc-svc-grid { grid-template-columns: repeat(2, 1fr); }
  .lc-why-grid { grid-template-columns: repeat(2, 1fr); }
  .sv-faq-inner { grid-template-columns: 1fr; gap: 40px; }
  .sv-faq-hd { position: static; }
  .ps-steps { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .ph-hero .container { padding-top: 96px; padding-bottom: 72px; }
  .ph-ghost-yr { right: -5%; font-size: clamp(4rem, 22vw, 9rem); }
  .ph-bstat { min-width: 48%; border-right: none; border-bottom: 1px solid var(--line); }
  .ph-bstat:nth-child(odd) { border-right: 1px solid var(--line); }
  .lc-trust-inner { flex-wrap: wrap; }
  .lc-trust-item { flex: 1 1 48%; }
  .lc-trust-item:nth-child(odd) { border-right: 1px solid var(--line); }
  .lc-trust-item:nth-child(3), .lc-trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .ay-area-inner { grid-template-columns: 1fr; gap: 44px; }
  .ay-area-media { order: -1; }
  .ay-area-img { aspect-ratio: 16/9; }
  .lc-svc-grid { grid-template-columns: 1fr; }
  .lc-gal-grid { grid-template-columns: 1fr; }
  .lc-gal-item--tall { grid-row: auto; }
  .lc-gal-item img { aspect-ratio: 4/3; }
  .lc-gal-item--tall img { aspect-ratio: 4/3; }
  .lc-why-grid { grid-template-columns: 1fr; }
  .sv-testi-grid { grid-template-columns: 1fr; }
  .ps-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 500px) {
  .ph-scroll-cue { display: none; }
  .ph-ctas { flex-direction: column; }
  .lc-trust-item { flex: 1 1 100%; border-right: none; }
  .lc-trust-item:nth-child(odd) { border-right: none; }
  .lc-trust-item:not(:first-child) { border-top: 1px solid var(--line); }
  .lc-nearby-chip { flex: 1 1 calc(50% - 6px); justify-content: center; }
  .ps-steps { grid-template-columns: 1fr; }
}
