:root {
  --ink: #0f2533;
  --muted: #61707b;
  --line: #dbe5e9;
  --blue: #0b6097;
  --deep-blue: #073e65;
  --night: #061725;
  --orange: #f47b20;
  --gold: #f5b43b;
  --green: #3d7c59;
  --paper: #f5f8fa;
  --white: #ffffff;
  --glass: rgba(255, 255, 255, 0.72);
  --shadow: 0 24px 80px rgba(9, 37, 52, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(245, 180, 59, 0.14), transparent 30rem),
    radial-gradient(circle at top right, rgba(11, 96, 151, 0.12), transparent 34rem),
    var(--paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
  padding: 10px clamp(18px, 5vw, 72px);
  background: rgba(245, 248, 250, 0.78);
  border-bottom: 1px solid rgba(15, 37, 51, 0.1);
  box-shadow: 0 12px 40px rgba(9, 37, 52, 0.06);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 124px;
  flex: 0 0 auto;
}

.brand img,
footer img {
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  font-size: 0.92rem;
  font-weight: 700;
  color: #284555;
}

.nav-links a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  color: var(--blue);
  border-color: var(--orange);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-call,
.instagram-link,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 6px;
  font-weight: 800;
  white-space: nowrap;
}

.header-call {
  padding: 0 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--deep-blue), #0a76a8);
  box-shadow: 0 12px 28px rgba(7, 62, 101, 0.22);
}

.instagram-link {
  padding: 0 16px;
  color: var(--deep-blue);
  border: 1px solid rgba(7, 62, 101, 0.14);
  background: var(--glass);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  min-height: calc(100svh - 84px);
  padding: clamp(34px, 6vw, 76px) clamp(18px, 5vw, 72px) clamp(26px, 5vw, 58px);
  background:
    linear-gradient(110deg, rgba(245, 248, 250, 0.98) 0%, rgba(245, 248, 250, 0.84) 45%, rgba(224, 240, 248, 0.64) 100%),
    url("assets/anand-residency.jpg") center / cover;
}

.hero-copy {
  max-width: 670px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(2.7rem, 5.35vw, 5.25rem);
  color: var(--deep-blue);
  text-shadow: 0 16px 40px rgba(7, 62, 101, 0.14);
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.2rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.25;
}

.hero-text {
  max-width: 620px;
  margin-bottom: 28px;
  color: #354d5b;
  font-size: clamp(1.06rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  padding: 0 22px;
  border: 2px solid transparent;
}

.btn.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--gold));
  box-shadow: 0 16px 34px rgba(244, 123, 32, 0.26);
}

.btn.secondary {
  color: var(--deep-blue);
  background: var(--glass);
  border-color: rgba(11, 96, 151, 0.25);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 560px;
  margin-top: 30px;
}

.hero-stats div {
  min-height: 86px;
  padding: 16px;
  border: 1px solid rgba(7, 62, 101, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 34px rgba(9, 37, 52, 0.08);
  backdrop-filter: blur(16px);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  color: var(--deep-blue);
  font-size: 1.08rem;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-media {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  max-height: 680px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  box-shadow: var(--shadow);
  aspect-ratio: 0.98;
}

.hero-media::before {
  position: absolute;
  inset: 14px;
  z-index: 1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 7px;
  pointer-events: none;
}

.hero-media img,
.project-card img,
.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  width: min(220px, calc(100% - 48px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  color: var(--white);
  background: rgba(6, 23, 37, 0.68);
  backdrop-filter: blur(18px);
}

.media-badge span,
.media-badge strong {
  display: block;
}

.media-badge span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.media-badge strong {
  font-size: 1.1rem;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 72px);
  transform: translateY(-22px);
  overflow: hidden;
  border: 1px solid rgba(15, 37, 51, 0.1);
  border-radius: 8px;
  background: var(--line);
  box-shadow: 0 18px 46px rgba(15, 37, 51, 0.12);
}

.quick-strip div {
  min-height: 104px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.quick-strip strong,
.quick-strip span {
  display: block;
}

.quick-strip strong {
  margin-bottom: 6px;
  color: var(--deep-blue);
  font-size: 1rem;
}

.quick-strip span {
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  padding: clamp(46px, 8vw, 104px) clamp(18px, 5vw, 72px);
  scroll-margin-top: 112px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  margin-bottom: 34px;
}

.section-heading.compact {
  display: block;
  max-width: 870px;
}

.intro-grid,
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.intro-grid article {
  min-height: 252px;
  padding: 28px;
  border: 1px solid rgba(15, 37, 51, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(235, 245, 249, 0.78));
  box-shadow: 0 16px 42px rgba(9, 37, 52, 0.08);
}

.intro-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 44px;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  font-weight: 900;
}

.intro-grid p,
.project-content p,
.contact-copy p,
footer p {
  color: var(--muted);
}

.projects {
  background:
    linear-gradient(180deg, #eaf4f8, #f8fbfc);
}

.project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.project-card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 54px rgba(9, 37, 52, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(9, 37, 52, 0.18);
}

.project-card img {
  aspect-ratio: 1.16;
}

.project-content {
  padding: 26px;
}

.tag {
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.project-content a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 8px;
  color: var(--deep-blue);
  font-weight: 900;
  border-bottom: 2px solid var(--orange);
}

.delivered {
  background:
    linear-gradient(135deg, rgba(6, 23, 37, 0.96), rgba(7, 62, 101, 0.9)),
    url("assets/roza-jalalpur-delivered.jpg") center / cover;
  color: var(--white);
}

.delivered h2 {
  color: var(--white);
}

.delivered-heading {
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
}

.delivered .section-heading p:not(.eyebrow),
.video-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.06rem;
}

.delivered-showcase {
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.video-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.video-card video {
  display: block;
  min-height: 430px;
  max-height: 620px;
  background: var(--night);
  aspect-ratio: 0.72;
}

.video-copy {
  padding: 22px;
}

.delivered-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.delivered-grid figure {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  margin: 0;
  border-radius: 8px;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.delivered-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.delivered-grid figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 18px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(6, 23, 37, 0.76);
  backdrop-filter: blur(12px);
}

.delivered-grid strong,
.delivered-grid span {
  display: block;
}

.delivered-grid strong {
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.delivered-grid span {
  color: rgba(255, 255, 255, 0.82);
}

.locations {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: center;
  padding: clamp(48px, 8vw, 100px) clamp(18px, 5vw, 72px);
  color: var(--white);
  background:
    radial-gradient(circle at 18% 20%, rgba(245, 180, 59, 0.26), transparent 16rem),
    linear-gradient(135deg, var(--night), #125f79);
  scroll-margin-top: 112px;
}

.locations h2 {
  margin-bottom: 0;
}

.locations ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.locations li {
  min-height: 72px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(24px, 5vw, 78px);
  align-items: center;
  padding: clamp(50px, 8vw, 106px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(232, 243, 248, 0.92));
  scroll-margin-top: 112px;
}

.contact-copy {
  max-width: 760px;
}

.contact-panel {
  display: grid;
  gap: 12px;
}

.contact-panel a {
  display: block;
  padding: 20px;
  border: 1px solid rgba(15, 37, 51, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 32px rgba(9, 37, 52, 0.08);
  transition: transform 180ms ease, border-color 180ms ease;
}

.contact-panel a:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 123, 32, 0.45);
}

.contact-panel span,
.contact-panel strong {
  display: block;
}

.contact-panel span {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-panel strong {
  color: var(--deep-blue);
  overflow-wrap: anywhere;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(18px, 5vw, 72px);
  background: var(--white);
  border-top: 1px solid rgba(15, 37, 51, 0.1);
}

footer img {
  width: 120px;
  flex: 0 0 auto;
}

footer p {
  margin: 0;
  text-align: right;
}

@media (max-width: 920px) {
  .site-header {
    flex-wrap: wrap;
    min-height: auto;
  }

  .header-actions {
    margin-left: auto;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .section-heading,
  .delivered-heading,
  .delivered-showcase,
  .locations,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 360px;
    aspect-ratio: 1.25;
  }

  .quick-strip,
  .intro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delivered-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 10px;
    padding: 8px 16px 10px;
  }

  .brand {
    width: 74px;
  }

  .nav-links {
    gap: 18px;
    font-size: 0.84rem;
  }

  .header-actions {
    gap: 6px;
  }

  .header-call {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .instagram-link {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .hero,
  .section,
  .locations,
  .contact {
    padding-left: 16px;
    padding-right: 16px;
    scroll-margin-top: 158px;
  }

  .hero {
    padding-top: 32px;
  }

  h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 300px;
    aspect-ratio: 0.9;
  }

  .quick-strip {
    grid-template-columns: 1fr;
    margin-inline: 16px;
    transform: translateY(-12px);
  }

  .quick-strip div {
    min-height: 88px;
  }

  .intro-grid,
  .project-grid,
  .delivered-grid,
  .locations ul {
    grid-template-columns: 1fr;
  }

  .project-card img {
    aspect-ratio: 1;
  }

  .delivered-grid figure {
    min-height: 430px;
  }

  .video-card video {
    min-height: 420px;
  }

  footer {
    display: block;
  }

  footer p {
    margin-top: 14px;
    text-align: left;
  }
}
