:root {
  --mint: #6ed9be;
  --mint-2: #4cc9aa;
  --mint-deep: #1f9d82;
  --ink: #1a1a1a;
  --muted: #5c6570;
  --paper: #ffffff;
  --wash: #f3fbf8;
  --line: #e4eeea;
  --max: 1120px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--mint-deep);
}
h1, h2, .display {
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.12;
  color: var(--ink);
}
.muted { color: var(--muted); max-width: 62ch; }
.rule { width: 48px; height: 3px; background: var(--mint); border-radius: 4px; margin: 16px 0; }
.script { font-style: italic; font-weight: 600; color: var(--mint-deep); }

/* HEADER — mint bar like JioSphere */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: var(--mint);
}
.nav-inner {
  display: flex; align-items: center; gap: 20px;
  min-height: 84px; padding: 10px 0;
}
.brand {
  display: flex; align-items: center; flex-shrink: 0;
  background: transparent; padding: 0; border-radius: 0;
}
.brand img {
  height: 64px; width: auto; max-width: min(300px, 70vw);
}
.nav .brand img,
.drawer-head .brand img { filter: brightness(0); }
.menu {
  display: flex; align-items: center; gap: 2px;
  margin: 0 auto;
}
.menu > a, .menu .drop > a {
  color: var(--ink);
  font-size: 14px; font-weight: 600;
  padding: 8px 14px;
}
.menu > a:hover, .menu > a.active, .menu .drop > a.active { color: #0b4f40; }
.menu .drop { position: relative; }
.menu .drop-list {
  display: none; position: absolute; top: calc(100% - 2px); left: 0; min-width: 240px;
  background: #fff; padding: 10px 8px; border-radius: 14px;
  box-shadow: 0 16px 40px rgba(20,40,36,.12);
}
.menu .drop:hover .drop-list { display: block; }
.menu .drop-list a { display: block; padding: 10px 12px; color: var(--ink); font-size: 13px; font-weight: 600; border-radius: 10px; }
.menu .drop-list a:hover { background: var(--wash); color: var(--mint-deep); }
.nav-cta { display: none; }

.cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px;
  border: 0;
  border-radius: 999px;
  font-size: 14px; font-weight: 700;
  cursor: pointer;
  background: linear-gradient(90deg, var(--mint), var(--mint-2));
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(76,201,170,.28);
  transition: transform .15s ease, box-shadow .15s ease;
}
.cta:hover { transform: translateY(-1px); box-shadow: 0 14px 28px rgba(76,201,170,.35); }
.cta.solid { background: linear-gradient(90deg, var(--mint), var(--mint-2)); color: #fff !important; }
.cta.line {
  background: #fff; color: var(--mint-deep) !important;
  border: 1.5px solid var(--mint); box-shadow: none;
}

.burger {
  display: none; margin-left: auto; width: 44px; height: 44px; border: 0;
  background: rgba(255,255,255,.35); border-radius: 12px;
  align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer;
}
.burger span { display: block; width: 16px; height: 2px; background: var(--ink); border-radius: 2px; }

.drawer-veil {
  position: fixed; inset: 0; background: rgba(12,24,32,.4); opacity: 0; pointer-events: none; z-index: 70; transition: .4s;
}
.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(100%, 400px); z-index: 80;
  background: #fff; transform: translateX(104%);
  transition: transform .45s cubic-bezier(.22,1,.36,1);
  display: flex; flex-direction: column; padding: 18px 22px 28px;
}
.drawer.open { transform: none; }
.drawer-veil.open { opacity: 1; pointer-events: auto; }
body.menu-on { overflow: hidden; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.drawer-head img { height: 48px; width: auto; max-width: 220px; }
.drawer-close {
  width: 42px; height: 42px; border: 0; background: var(--wash); border-radius: 12px;
  color: var(--ink); font-size: 22px; cursor: pointer;
}
.drawer-nav { display: flex; flex-direction: column; gap: 2px; }
.drawer-nav a {
  font-size: 22px; font-weight: 800; color: var(--ink);
  padding: 10px 0; border-bottom: 1px solid var(--line);
}
.drawer-projects { margin-top: 20px; display: grid; gap: 6px; }
.drawer-projects span { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--mint-deep); font-weight: 700; }
.drawer-projects a { color: var(--muted); font-size: 15px; padding: 4px 0; }
.drawer-foot { margin-top: auto; padding-top: 24px; }
.drawer-foot p { color: var(--muted); font-size: 13px; margin-top: 14px; }

/* HOMEPAGE HERO — JioSphere centered layout */
.hero-js {
  position: relative;
  overflow: hidden;
  padding: 56px 0 0;
  text-align: center;
  background:
    radial-gradient(420px 280px at 0% 30%, rgba(110,217,190,.28), transparent 70%),
    radial-gradient(420px 280px at 100% 20%, rgba(110,217,190,.26), transparent 70%),
    #fff;
}
.hero-js:before {
  content: "";
  position: absolute; left: 50%; top: 120px;
  width: 520px; height: 520px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgba(80,160,140,.12);
  box-shadow:
    0 0 0 48px rgba(80,160,140,.06),
    0 0 0 96px rgba(80,160,140,.04),
    0 0 0 144px rgba(80,160,140,.025);
  pointer-events: none;
}
.hero-js-copy { position: relative; z-index: 1; max-width: 760px; }
.hero-js h1 {
  font-size: clamp(34px, 5.2vw, 56px);
  margin-bottom: 14px;
}
.hero-js .lead {
  color: var(--muted); font-size: 17px; max-width: 560px; margin: 0 auto 26px;
}
.hero-js .meta {
  margin-top: 14px; font-size: 13px; color: var(--muted);
}
.hero-js .meta a { color: var(--mint-deep); font-weight: 700; }

.showcase {
  position: relative; z-index: 1;
  margin-top: 48px; padding-bottom: 28px;
  max-width: 900px;
}
.desk {
  background: #ececec; border-radius: 18px; overflow: hidden;
  box-shadow: 0 28px 70px rgba(20,40,36,.16);
}
.desk-bar {
  height: 34px; background: #f6f6f6;
  display: flex; align-items: center; gap: 6px; padding: 0 14px;
}
.desk-bar i { width: 9px; height: 9px; border-radius: 50%; display: block; }
.desk-bar i:nth-child(1) { background: #ff5f57; }
.desk-bar i:nth-child(2) { background: #febc2e; }
.desk-bar i:nth-child(3) { background: #28c840; }
.desk-bar span {
  margin-left: auto; color: #b4b4b4; font-size: 16px; line-height: 1;
}
.desk-slides {
  position: relative;
  height: auto;
  aspect-ratio: 4 / 3;
  background: #f4f8f6;
}
.desk-slides a {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity .55s ease;
}
.desk-slides a.on { opacity: 1; pointer-events: auto; }
.desk-slides img {
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: none;
}
.show-tabs {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 8px;
  margin-top: 22px; position: relative; z-index: 3;
}
.show-tabs button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  color: var(--ink);
}
.show-tabs button.on {
  background: var(--mint);
  border-color: transparent;
  color: #0c3a32;
}

/* PROJECT PAGE HERO */
.phero {
  position: relative; overflow: hidden; text-align: center; padding: 48px 0 0;
  background: #fff;
}
.phero-copy { max-width: 740px; margin: 0 auto; }
.phero h1 { font-size: clamp(32px, 5vw, 52px); margin: 8px 0 12px; color: var(--ink); }
.phero .lead { color: var(--muted); margin: 0 auto 22px; }
.phero .kicker { justify-content: center; }
.phero .hero-actions { justify-content: center; }
.phero-shot { margin-top: 28px; padding-bottom: 36px; }
.phero-shot img {
  width: 100%; height: auto;
  object-fit: contain; object-position: center;
  max-width: none;
  display: block;
  background: #f4f8f6;
  border-radius: 20px; box-shadow: 0 24px 60px rgba(20,40,36,.14);
}

.why-head { text-align: center; margin-bottom: 36px; }
.why-head h2 { font-size: clamp(28px, 3.6vw, 40px); margin-top: 8px; }
.why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.why-card {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 26px 22px; text-align: left;
  box-shadow: 0 8px 24px rgba(20,40,36,.04);
}
.why-ico {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--wash); color: var(--mint-deep);
  display: grid; place-items: center; font-size: 20px; margin-bottom: 14px;
}
.why-card h3 { font-size: 18px; margin-bottom: 8px; }
.why-card p { color: var(--muted); font-size: 14px; }

.proj-cards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px;
}
.proj-card {
  background: #fff; border-radius: 18px; overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(20,40,36,.06);
  transition: transform .2s ease;
}
.proj-card:hover { transform: translateY(-4px); }
.proj-card img {
  height: 210px; width: 100%;
  object-fit: contain;
  object-position: center;
  background: #f4f8f6;
}
.proj-card .pad { padding: 14px 14px 18px; }
.proj-card span { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--mint-deep); }
.proj-card b { display: block; margin-top: 4px; font-size: 15px; }

.faq { display: grid; gap: 10px; max-width: 820px; margin: 28px auto 0; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 4px 18px;
}
.faq summary {
  cursor: pointer; font-weight: 700; padding: 14px 0; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq details p { color: var(--muted); padding: 0 0 16px; font-size: 14px; }

.banner {
  position: relative; height: 42vh; min-height: 280px; max-height: 420px;
  overflow: hidden; background: #1c2834; color: #fff;
}
.banner > img { width: 100%; height: 100%; object-fit: cover; max-width: none; }
.banner-veil { position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(12,24,32,.5)); }
.banner-copy {
  position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: min(var(--max), calc(100% - 48px)); padding: 16px 0 32px;
}

.mosaic {
  display: grid; grid-template-columns: 1.35fr 1fr; grid-auto-rows: 240px; gap: 14px; margin-top: 28px;
}
.mosaic-card { position: relative; overflow: hidden; background: #d9d2c4; display: block; border-radius: 18px; }
.mosaic-lg { grid-row: span 2; }
.mosaic-wide { grid-column: 1 / -1; min-height: 260px; }
.mosaic-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; max-width: none;
  transition: transform 1s ease;
}
.mosaic-card:hover img { transform: scale(1.05); }
.mosaic-cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  padding: 20px;
  background: linear-gradient(180deg, transparent, rgba(12,24,32,.78));
  color: #fff;
}
.mosaic-cap span { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.75); }
.mosaic-cap b { display: block; font-size: 22px; font-weight: 800; }

.life-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 14px; }
.life-grid figure { margin: 0; }
.life-grid img { width: 100%; height: 280px; object-fit: cover; border-radius: 18px; }
.life-grid figcaption {
  margin-top: 10px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted);
}

.section { padding: 72px 0; background: var(--paper); }
.section.alt, .section.ivory { background: var(--wash); }
.section.navy, .section.mist { background: #12323a; color: rgba(250,247,241,.78); }
.section.navy h2, .section.mist h2 { color: #fff; }
.section.navy .muted, .section.mist .muted { color: rgba(250,247,241,.68); }
.section h2 { font-size: clamp(28px, 3.8vw, 42px); }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.split img, .plan-frame img, .gallery img { width: 100%; object-fit: cover; }
.split img { height: 400px; border-radius: 18px; }
.split img.full-elev {
  height: auto;
  object-fit: contain;
  background: #f4f8f6;
}

.stats {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 0;
  border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff;
}
.stat { padding: 24px 16px; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat b { display: block; font-size: 32px; color: var(--mint-deep); }
.section.navy .stat b { color: #fff; }
.stat span { font-size: 13px; color: var(--muted); }

.feat-grid, .need-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 28px; }
.feat, .need, .step {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px 20px;
}
.section.navy .feat, .section.navy .need { background: rgba(255,255,255,.06); }
.feat .num, .step b { color: var(--mint-deep); font-size: 22px; font-weight: 800; }
.feat h3, .need h3, .step h3 { font-size: 20px; margin: 8px 0; }
.section.navy .feat h3, .section.navy .need h3 { color: #fff; }

.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 32px; }
.p-card { display: flex; flex-direction: column; background: #fff; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); }
.p-media { position: relative; height: 280px; overflow: hidden; background: #d9d2c4; }
.p-media img, .p-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.p-body { padding: 16px 4px 8px; }
.pill {
  display: inline-flex; padding: 4px 10px; border-radius: 999px;
  background: var(--wash); color: var(--mint-deep);
  font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.p-body h3 { font-size: 22px; margin: 8px 0 4px; }
.p-body p { color: var(--muted); font-size: 14px; }
.more { display: inline-block; margin-top: 12px; color: var(--mint-deep); font-size: 13px; font-weight: 700; }

.story { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 480px; background: var(--wash); }
.story.reverse { grid-template-columns: .85fr 1.15fr; }
.story.reverse .story-copy { order: 2; }
.story-media { position: relative; min-height: 360px; overflow: hidden; }
.story-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-copy { padding: 56px 48px; display: flex; flex-direction: column; justify-content: center; }
.story-copy h2 { font-size: clamp(28px, 3.2vw, 40px); margin: 10px 0 14px; }

.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 28px; }

.form { display: grid; gap: 10px; }
label { font-size: 12px; font-weight: 700; color: var(--mint-deep); }
input, select, textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); background: #fff; color: var(--ink);
  border-radius: 12px;
}
input:focus, select:focus, textarea:focus { outline: 2px solid var(--mint); border-color: var(--mint); }
textarea { min-height: 96px; resize: vertical; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.note { color: #2f7a58; font-size: 14px; }
.err { color: #b35448; font-size: 14px; }
.quote-card {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px 22px;
  box-shadow: 0 10px 28px rgba(20,40,36,.06);
}
.quote-card h3 { font-size: 26px; margin-bottom: 6px; }
.quote-card .hint { color: var(--muted); font-size: 13px; margin-bottom: 14px; }
.quote-card .form > .kicker { display: none; }
.quote-card .cta { width: 100%; }
.is-hidden { display: none !important; }
.form-note { color: var(--muted); font-size: 12px; text-align: center; margin-top: 4px; }

.blog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.blog-card { background: #fff; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); }
.blog-card img { height: 200px; width: 100%; object-fit: cover; }
.blog-card .pad { padding: 18px; }
.blog-card h3 { font-size: 22px; margin: 8px 0 10px; }

.page-hero {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; color: var(--ink);
  background: #fff;
  padding: 48px 0 40px;
  min-height: 0; position: relative; overflow: hidden;
}
.page-hero .veil { display: none; }
.page-hero .wrap {
  position: relative; z-index: 1; order: 1;
  max-width: 740px; margin: 0 auto;
}
.page-hero h1 { font-size: clamp(32px, 5vw, 52px); color: var(--ink); }
.page-hero .kicker { justify-content: center; color: var(--mint-deep); }
.page-hero .lead { color: var(--muted); margin: 12px auto 0; max-width: 52ch; }
.page-hero video, .page-hero img.bg {
  position: relative; inset: auto; order: 2;
  width: min(1120px, calc(100% - 48px));
  height: auto; object-fit: contain; object-position: center;
  max-width: none; display: block;
  background: #f4f8f6;
  border-radius: 20px; margin: 28px auto 0;
  box-shadow: 0 24px 60px rgba(20,40,36,.14);
}

.hero { position: relative; overflow: hidden; color: var(--ink); background: #fff; }
.hero > video, .hero > img { display: none; }
.hero-veil { display: none; }
.hero > .hero-copy {
  position: relative; z-index: 3; min-height: 0; display: flex; flex-direction: column;
  align-items: center; text-align: center;
  justify-content: flex-end; padding: 48px 24px 0; max-width: 780px; margin: 0 auto;
}
.hero-copy h1 { color: var(--ink); font-size: clamp(32px, 5vw, 52px); }
.hero-copy .lead { color: var(--muted); margin-top: 12px; }
.hero-actions { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; justify-content: center; }

.subnav {
  position: sticky; top: 84px; z-index: 45;
  background: rgba(255,255,255,.94); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line); overflow-x: auto;
}
.subnav .wrap { display: flex; gap: 4px; }
.subnav a {
  white-space: nowrap; padding: 14px; font-size: 12px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; color: var(--muted);
}
.subnav a:hover, .subnav a.on { color: var(--mint-deep); }

.amen-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; list-style: none; }
.amen-list li {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 14px 16px 14px 36px; position: relative;
}
.amen-list li:before {
  content: ""; width: 8px; height: 8px; background: var(--mint); border-radius: 50%;
  position: absolute; left: 16px; top: 20px;
}

.plan-frame { background: #fff; padding: 16px; margin-top: 22px; border-radius: 18px; border: 1px solid var(--line); }
.plan-frame img { height: auto; max-height: 640px; object-fit: contain; margin: 0 auto; }
.gallery { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-auto-rows: 180px; gap: 10px; margin-top: 24px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.gallery img:first-child { grid-row: span 2; height: 100%; }

table.price, table.areas { width: 100%; border-collapse: collapse; margin-top: 22px; font-size: 14px; }
table.price th, table.areas th {
  text-align: left; font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--mint-deep); padding: 10px 0; border-bottom: 1px solid var(--mint);
}
table.price td, table.areas td { padding: 12px 0; border-bottom: 1px solid var(--line); }
table.price td:last-child, table.areas td:last-child, table.price th:last-child, table.areas th:last-child { text-align: right; }

.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 24px; }
.spec-block { background: #fff; border-top: 3px solid var(--mint); border-radius: 0 0 14px 14px; padding: 20px 18px; }
.spec-block h3 { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--mint-deep); margin-bottom: 10px; }
.spec-block ul { padding-left: 16px; color: var(--muted); }
.spec-block li { margin: 6px 0; }

.loc-rows { margin-top: 18px; }
.loc-row { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.loc-row span:last-child { color: var(--mint-deep); font-weight: 700; }

.legal-doc { max-width: 820px; margin: 0 auto; }
.legal-doc .updated { font-size: 13px; color: var(--muted); margin-bottom: 8px; }
.legal-doc h2 { font-size: 22px; margin: 36px 0 12px; }
.legal-doc h3 { font-size: 16px; margin: 22px 0 8px; }
.legal-doc p { color: var(--muted); margin: 0 0 14px; }
.legal-doc ul, .legal-doc ol { color: var(--muted); padding-left: 20px; margin: 0 0 16px; }
.legal-doc li { margin: 8px 0; }
.legal-doc a { color: var(--mint-deep); font-weight: 700; }

.footer {
  background: #10231f; color: rgba(255,255,255,.72); padding: 56px 0 22px; font-size: 14px;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 32px; }
.footer .brand { display: inline-flex; background: transparent; padding: 0; border-radius: 0; }
.footer .brand img {
  height: 64px; width: auto; max-width: 300px; margin-bottom: 0;
  filter: brightness(0) invert(1);
}
.footer h4 { color: #fff; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 12px; }
.footer a { display: block; margin: 7px 0; color: rgba(255,255,255,.72); }
.footer a:hover { color: #fff; }
.legal {
  border-top: 1px solid rgba(255,255,255,.1); padding-top: 16px; font-size: 12px; color: rgba(255,255,255,.42);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.legal a { display: inline; margin: 0; color: rgba(255,255,255,.72); }
.legal a:hover { color: #fff; }

@media (max-width: 980px) {
  .menu { display: none; }
  .burger { display: flex; }
  .brand img { height: 52px; max-width: min(240px, 72vw); }
  .nav-inner { min-height: 72px; }
  .subnav { top: 68px; }
  .split, .project-grid, .feat-grid, .need-grid, .stats, .blog-grid, .footer-grid, .row2, .amen-list, .steps, .spec-grid, .gallery, .story, .story.reverse, .mosaic, .life-grid, .why-grid, .proj-cards {
    grid-template-columns: 1fr;
  }
  .mosaic { grid-auto-rows: 220px; }
  .mosaic-lg, .mosaic-wide { grid-row: auto; grid-column: auto; }
  .desk-slides { height: auto; aspect-ratio: 4 / 3; }
  .desk-slides img { height: 100%; }
  .show-tabs button { font-size: 11px; padding: 7px 11px; }
  .life-grid img { height: 220px; }
  .stat + .stat { border-left: 0; border-top: 1px solid var(--line); }
  .gallery { grid-auto-rows: 160px; }
  .gallery img:first-child { grid-row: auto; }
  .story-copy { padding: 32px 22px; }
  .hero-js { padding-top: 36px; }
  .phero-shot img, .page-hero img.bg { height: auto; object-fit: contain; }
}
