:root {
  --bg: #f6f7fb;
  --surface: #ffffff;
  --surface-soft: #edf3f8;
  --ink: #102336;
  --ink-soft: #5c7086;
  --navy: #17314a;
  --navy-deep: #10273d;
  --teal-glow: #0d7284;
  --orange: #f47b34;
  --orange-deep: #d85e18;
  --line: rgba(16, 35, 54, 0.12);
  --shadow: 0 24px 60px rgba(16, 35, 54, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(13, 114, 132, 0.12), transparent 26%),
    linear-gradient(180deg, #fbfcfe 0%, #f4f6fa 100%);
  color: var(--ink);
}

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

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

p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  line-height: 1.7;
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  line-height: 1.1;
  color: var(--ink);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.topbar {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.86);
}

.topbar-shell,
.topbar-links {
  display: flex;
  align-items: center;
}

.topbar-shell {
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  font-size: 0.9rem;
}

.topbar-shell p,
.topbar-links a,
.topbar-links span {
  margin: 0;
  color: inherit;
}

.topbar-links {
  gap: 18px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 10px 0;
  backdrop-filter: blur(16px);
  background: rgba(246, 247, 251, 0.78);
  border-bottom: 1px solid rgba(16, 35, 54, 0.06);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img,
.footer-brand img {
  width: 220px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.96rem;
  color: var(--ink-soft);
}

.nav-links a:hover,
.footer-links a:hover,
.footer-contact a:hover {
  color: var(--orange);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, #ff914d 0%, var(--orange) 100%);
  color: #fff;
  box-shadow: 0 16px 30px rgba(244, 123, 52, 0.28);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.18);
  color: var(--ink);
  border: 1px solid rgba(16, 35, 54, 0.12);
}

.hero {
  padding: 32px 0 40px;
}

.page-hero {
  padding: 28px 0 34px;
}

.page-hero-panel {
  padding: 56px 42px;
  text-align: center;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top left, rgba(16, 176, 197, 0.32), transparent 28%),
    radial-gradient(circle at bottom right, rgba(244, 123, 52, 0.26), transparent 24%),
    linear-gradient(135deg, #12283e 0%, #17314a 52%, #213145 100%);
  box-shadow: var(--shadow);
}

.page-hero-panel h1,
.page-hero-panel p {
  color: #fff;
}

.page-hero-panel h1 {
  max-width: 12ch;
  margin-inline: auto;
  font-size: clamp(2.5rem, 4.8vw, 4.5rem);
}

.page-hero-panel > p:last-child {
  max-width: 54ch;
  margin: 0 auto;
  color: rgba(235, 241, 247, 0.8);
}

.hero-panel,
.dark-panel .container,
.benefits-panel .container,
.testimonials-shell,
.final-cta-shell {
  position: relative;
}

.hero-panel {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 34px;
  padding: 42px;
  background:
    radial-gradient(circle at top left, rgba(16, 176, 197, 0.32), transparent 28%),
    radial-gradient(circle at bottom right, rgba(244, 123, 52, 0.26), transparent 24%),
    linear-gradient(135deg, #12283e 0%, #17314a 52%, #213145 100%);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 5vw, 4.9rem);
  color: #fff;
}

.hero-copy .hero-lead {
  max-width: 58ch;
  font-size: 1.18rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero-copy p:not(.eyebrow):not(.hero-lead) {
  color: rgba(235, 241, 247, 0.8);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 8px;
}

.hero-badges span {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.86rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.eyebrow {
  margin-bottom: 16px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 22px;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.trust-bar div {
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  color: #fff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

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

.hero-sideband div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-sideband strong,
.hero-sideband span {
  display: block;
  color: #fff;
}

.hero-sideband strong {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.hero-sideband span {
  color: rgba(235, 241, 247, 0.8);
  line-height: 1.5;
}

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

.feature-card {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.feature-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.feature-card-large img {
  height: 330px;
}

.feature-card-copy {
  padding: 18px;
}

.feature-card-copy span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ec8d7;
}

.feature-card-copy strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.4;
}

.stats {
  padding: 16px 0 32px;
}

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

.stats-grid article {
  padding: 30px 20px;
  text-align: center;
  background: var(--surface);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(18, 40, 62, 0.08);
}

.stats-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  color: var(--orange);
}

.stats-grid span {
  color: var(--ink);
  font-weight: 600;
}

.section {
  padding: 48px 0;
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}

.reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.image-stack,
.job-story,
.testimonial-image {
  position: relative;
}

.primary-image,
.job-story img,
.testimonial-image img,
.resource-card img {
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.floating-badge {
  position: absolute;
  right: -12px;
  bottom: 22px;
  width: min(290px, 85%);
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff 0%, #f3f7fb 100%);
  box-shadow: 0 20px 40px rgba(16, 35, 54, 0.16);
}

.floating-badge span,
.resource-card span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
}

.light-copy h2,
.light-copy h3,
.light-copy p {
  color: #fff;
}

.light-copy .eyebrow {
  color: #ffb28a;
}

.floating-badge strong {
  display: block;
  font-size: 1.1rem;
  color: var(--ink);
}

.section-copy h2,
.section-heading h2,
.process-intro h2,
.area-copy h2,
.testimonial-copy h2,
.final-cta-shell h2 {
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.check-list,
.pill-grid,
.borough-grid,
.footer-links,
.footer-contact {
  display: grid;
  gap: 12px;
}

.check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--ink);
  font-weight: 500;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(244, 123, 52, 0.14);
}

.dark-panel .container,
.benefits-panel .container,
.area-grid,
.site-footer,
.final-cta-shell {
  padding: 40px;
  border-radius: var(--radius-xl);
}

.dark-panel .container,
.benefits-panel .container,
.site-footer {
  background:
    radial-gradient(circle at top left, rgba(8, 153, 176, 0.26), transparent 25%),
    radial-gradient(circle at bottom right, rgba(244, 123, 52, 0.22), transparent 18%),
    linear-gradient(135deg, #17314a 0%, #21384f 100%);
}

.dark-panel h2,
.benefits-panel h2,
.dark-panel p,
.benefits-panel p,
.site-footer p,
.site-footer a,
.site-footer span,
.site-footer strong {
  color: #fff;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.section-heading.narrow {
  align-items: start;
}

.section-heading.narrow p:last-child {
  max-width: 44ch;
}

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

.service-card {
  min-height: 220px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-card h3,
.service-card p,
.service-card .inline-link,
.callout-card h3,
.callout-card p {
  color: #fff;
}

.inline-link {
  display: inline-flex;
  margin-top: 12px;
  font-size: 0.94rem;
  font-weight: 700;
  color: #ffb28a;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(244, 123, 52, 0.18);
  color: #ffb28a;
  font-weight: 800;
}

.accent-card {
  background: #fff;
}

.accent-card h3,
.accent-card p,
.accent-card .inline-link {
  color: var(--ink);
}

.accent-card .service-icon {
  background: rgba(16, 35, 54, 0.08);
  color: var(--navy);
}

.callout-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  align-items: center;
}

.callout-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.job-story {
  overflow: hidden;
  background: var(--surface);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.job-story div {
  padding: 24px;
}

.about-intro-side {
  display: grid;
  gap: 20px;
}

.about-stat-card,
.about-intro-card,
.rating-card,
.team-card,
.value-item,
.values-badge {
  background: #fff;
  box-shadow: 0 16px 38px rgba(18, 40, 62, 0.08);
}

.about-stat-card {
  padding: 28px;
  border-radius: 28px;
  text-align: center;
}

.about-stat-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(3rem, 4vw, 4.25rem);
  color: var(--orange);
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
}

.about-stat-card span {
  color: var(--ink);
  font-weight: 600;
}

.about-intro-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  padding: 18px;
  border-radius: 28px;
}

.about-intro-card img,
.mission-image-frame img,
.standards-figure img,
.promise-image img,
.expertise-visual img,
.values-image img,
.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.mission-points {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.mission-points article {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mission-points h3,
.mission-points p {
  color: #fff;
}

.mission-image-frame {
  min-height: 100%;
}

.standards-figure img {
  max-height: 620px;
}

.standard-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.standard-list article {
  padding: 18px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
}

.standard-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}

.expertise-shell,
.values-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: center;
}

.expertise-visual,
.values-image {
  position: relative;
}

.rating-card,
.values-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: min(290px, calc(100% - 36px));
  padding: 18px 20px;
  border-radius: 22px;
}

.rating-card span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
}

.rating-card strong,
.values-badge strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.metric-row article {
  padding: 18px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
}

.metric-row strong {
  display: block;
  font-size: 2rem;
  color: var(--orange);
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
}

.metric-row span {
  color: var(--ink);
  font-weight: 600;
}

.promise-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.promise-image img {
  min-height: 100%;
}

.promise-card {
  padding: 26px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.promise-card h3,
.promise-card p {
  color: #fff;
}

.light-list li {
  color: #fff;
}

.team-section .center-heading {
  justify-content: center;
  text-align: center;
}

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

.team-card {
  overflow: hidden;
  border-radius: 24px;
  background: var(--surface);
  box-shadow: 0 8px 28px rgba(16, 35, 54, 0.07);
}

.team-card img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 0;
}

.team-card-body {
  padding: 20px 22px 22px;
}

.team-name {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

.team-card h3 {
  font-size: 0.82rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--orange);
  margin: 0 0 10px;
}

.team-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.6;
}

.value-accordion {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.value-item {
  padding: 22px 24px;
  border-radius: 22px;
  border: 1px solid var(--line);
}

.value-item.active {
  background: linear-gradient(135deg, #f47b34 0%, #fb8d44 100%);
  border-color: transparent;
}

.value-item.active h3,
.value-item.active p {
  color: #fff;
}

.values-image img {
  max-height: 620px;
}

.pill-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.pill-grid span,
.borough-grid span {
  padding: 15px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
}

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

.benefits-grid article {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.benefits-grid h3,
.benefits-grid p {
  color: #fff;
}

.showcase-band {
  padding-top: 12px;
}

.showcase-shell {
  padding: 40px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top left, rgba(8, 153, 176, 0.26), transparent 24%),
    radial-gradient(circle at bottom right, rgba(244, 123, 52, 0.22), transparent 18%),
    linear-gradient(135deg, #17314a 0%, #21384f 100%);
}

.showcase-shell h2,
.showcase-shell p,
.showcase-shell h3 {
  color: #fff;
}

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

.showcase-grid article {
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.showcase-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 16px;
}

.process-intro,
.faq-list details,
.resource-card,
.area-grid,
.cta-card {
  background: #fff;
  box-shadow: 0 16px 38px rgba(18, 40, 62, 0.08);
}

.process-intro {
  padding: 34px;
  border-radius: 28px;
}

.process-steps {
  display: grid;
  gap: 16px;
}

.process-steps article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
}

.process-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(244, 123, 52, 0.18), rgba(13, 114, 132, 0.14));
  color: var(--orange-deep);
  font-weight: 800;
}

.area-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
}

.borough-grid {
  align-content: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonials-shell {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #f47b34 0%, #fb8d44 100%);
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.testimonial-copy {
  padding: 42px;
}

.testimonial-copy h2,
.testimonial-copy blockquote,
.testimonial-copy p {
  color: #fff;
}

.testimonial-copy blockquote {
  margin: 0 0 18px;
  font-size: 1.15rem;
  line-height: 1.7;
}

.quote-author {
  font-weight: 700;
}

.mini-testimonials {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.mini-testimonials p {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.16);
}

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

.projects-section {
  padding-top: 18px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 20px;
}

.services-grid-section {
  padding-top: 18px;
}

.services-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.services-page-card {
  min-height: 220px;
  padding: 24px 22px;
  border-radius: 22px;
  background: #edf4f7;
  transition: transform 0.22s ease, background 0.22s ease;
}

.services-page-card:hover {
  transform: translateY(-4px);
}

.services-page-card h3 {
  margin-bottom: 12px;
  font-size: 1.28rem;
  color: var(--ink);
}

.services-page-card p {
  margin-bottom: 0;
}

.services-page-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(244, 123, 52, 0.12);
  color: var(--orange-deep);
  font-weight: 800;
}

.featured-service-card {
  background: linear-gradient(135deg, #f47b34 0%, #fb8d44 100%);
}

.featured-service-card h3,
.featured-service-card p,
.featured-service-card .services-page-icon {
  color: #fff;
}

.featured-service-card .services-page-icon {
  background: rgba(255, 255, 255, 0.18);
}

.services-process-section {
  padding-top: 24px;
}

.services-faq-shell {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 28px;
  align-items: start;
}

.services-faq-list {
  display: grid;
  gap: 14px;
}

.services-faq-list h2 {
  margin-bottom: 10px;
}

.services-faq-list details {
  padding: 18px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px rgba(18, 40, 62, 0.06);
}

.services-faq-list details[open] {
  background: linear-gradient(135deg, #f47b34 0%, #fb8d44 100%);
  border-color: transparent;
}

.services-faq-list details[open] summary,
.services-faq-list details[open] p {
  color: #fff;
}

.services-faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: var(--ink);
}

.services-faq-list summary::-webkit-details-marker {
  display: none;
}

.services-faq-list details p {
  margin-top: 12px;
}

.services-faq-image {
  position: relative;
}

.services-faq-image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(18, 40, 62, 0.08);
}

.contact-section {
  padding-top: 22px;
}

.contact-shell {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: start;
}

.contact-info-card,
.contact-form-card {
  border-radius: 26px;
}

.contact-info-card {
  padding: 28px;
  margin-top: 26px;
  background:
    radial-gradient(circle at bottom right, rgba(244, 123, 52, 0.22), transparent 18%),
    linear-gradient(135deg, #17314a 0%, #21384f 100%);
  box-shadow: var(--shadow);
}

.contact-info-card article + article {
  margin-top: 24px;
}

.contact-info-card h3,
.contact-info-card p,
.contact-info-card a {
  color: #fff;
}

.contact-form-card {
  padding: 32px;
  background: #edf4f7;
  box-shadow: 0 16px 38px rgba(18, 40, 62, 0.06);
}

.contact-form-card h2 {
  margin-bottom: 22px;
}

.detailed-contact-form {
  display: grid;
  gap: 16px;
}

.form-grid {
  display: grid;
  gap: 16px;
}

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

.detailed-contact-form label {
  display: grid;
  gap: 8px;
}

.detailed-contact-form label span {
  font-weight: 700;
  color: var(--ink);
  font-size: 0.95rem;
}

.detailed-contact-form input,
.detailed-contact-form select,
.detailed-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 35, 54, 0.08);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  color: var(--ink);
  background: #fff;
  outline: none;
}

.detailed-contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.detailed-contact-form input:focus,
.detailed-contact-form select:focus,
.detailed-contact-form textarea:focus {
  border-color: rgba(244, 123, 52, 0.5);
  box-shadow: 0 0 0 4px rgba(244, 123, 52, 0.12);
}

.checkbox-row {
  display: flex !important;
  align-items: center;
  gap: 12px;
}

.checkbox-row input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  padding: 0;
}

.checkbox-row span {
  font-weight: 500 !important;
  color: var(--ink-soft) !important;
}

.contact-submit {
  width: 100%;
  margin-top: 4px;
}

.contact-alert {
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 18px;
}

.contact-alert-success {
  background: #edfaf3;
  color: #1a6b42;
  border: 1px solid #b6e8cf;
}

.contact-alert-error {
  background: #fff0f0;
  color: #b03030;
  border: 1px solid #f5c0c0;
}

.contact-map-section {
  padding-top: 12px;
}

.map-embed-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(18, 40, 62, 0.08);
}

.map-overlay,
.map-label {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 28px rgba(18, 40, 62, 0.1);
}

.map-overlay {
  top: 22px;
  left: 22px;
  padding: 18px 20px;
  border-radius: 18px;
}

.map-overlay strong {
  display: block;
  color: var(--ink);
}

.map-overlay span {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
}

.map-label {
  bottom: 22px;
  right: 22px;
  padding: 10px 14px;
  border-radius: 14px;
  font-weight: 700;
  color: var(--ink);
}

.project-card {
  transition: transform 0.22s ease;
}

.project-card:hover {
  transform: translateY(-4px);
}

.project-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(18, 40, 62, 0.08);
  margin-bottom: 14px;
}

.project-card span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #8295a8;
}

.project-card h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
  color: var(--ink);
}

.resource-card {
  overflow: hidden;
  border-radius: 24px;
}

.resource-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.resource-card div {
  padding: 20px;
}

/* ── Blog ─────────────────────────────────────────────── */
.blog-hero-panel h1 {
  max-width: 16ch;
}

.blog-breadcrumb {
  margin-top: 14px;
  font-size: 0.9rem;
  color: rgba(235, 241, 247, 0.65) !important;
}

.blog-breadcrumb a {
  color: rgba(235, 241, 247, 0.65);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-section {
  padding-top: 56px;
  padding-bottom: 72px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.blog-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(16, 35, 54, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(16, 35, 54, 0.12);
}

.blog-card-img-wrap {
  display: block;
  overflow: hidden;
}

.blog-card-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-img-wrap img {
  transform: scale(1.04);
}

.blog-card-body {
  padding: 24px 26px 26px;
}

.blog-card-date {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-soft);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.blog-card-title {
  font-size: 1rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 18px;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--orange);
  transition: gap 0.2s ease;
}

.blog-read-more:hover {
  gap: 10px;
}

.blog-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
}

@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-list details {
  padding: 22px 24px;
  border-radius: 22px;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--ink);
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details p {
  margin-top: 14px;
}

.final-cta-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  background:
    radial-gradient(circle at top left, rgba(11, 151, 172, 0.24), transparent 26%),
    radial-gradient(circle at bottom right, rgba(244, 123, 52, 0.18), transparent 22%),
    linear-gradient(135deg, #153048 0%, #20384f 100%);
}

.final-cta-shell h2,
.final-cta-shell p {
  color: #fff;
}

.cta-card {
  padding: 28px;
  border-radius: 28px;
  align-self: center;
}

.cta-card .button {
  width: 100%;
  margin-bottom: 12px;
}

.contact-block {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.contact-block strong,
.contact-block span {
  color: var(--ink);
}

.site-footer {
  margin: 0 auto 22px;
  width: min(calc(100% - 32px), var(--container));
  padding: 36px 38px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(16, 176, 197, 0.16), transparent 24%),
    radial-gradient(circle at bottom right, rgba(244, 123, 52, 0.16), transparent 24%),
    linear-gradient(135deg, #11273c 0%, #18334d 56%, #223447 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 24px 60px rgba(16, 35, 54, 0.18);
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 16px 16px;
  opacity: 0.28;
  pointer-events: none;
}

.footer-shell {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 1fr 1.1fr;
  gap: 26px;
  position: relative;
  z-index: 1;
  align-items: start;
}

.footer-brand,
.footer-links,
.footer-contact {
  min-width: 0;
}

.footer-brand {
  display: grid;
  gap: 16px;
}

.footer-brand p {
  max-width: 32ch;
  font-size: 1.02rem;
  line-height: 1.75;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  color: rgba(255, 255, 255, 0.82);
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links strong,
.footer-contact strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  font-size: 1rem;
  line-height: 1.55;
  width: fit-content;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  transform: translateX(3px);
}

.footer-email {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.footer-map-card {
  margin-top: 8px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.footer-map-visual {
  position: relative;
  min-height: 132px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(16,35,54,0.08);
  background: #dce6f0;
}

.footer-map-visual iframe {
  display: block;
  width: 100%;
  height: 132px;
  border: 0;
  filter: saturate(0.9) contrast(1.02);
}

.footer-map-copy {
  margin-top: 12px;
}

.footer-map-copy strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 0.95rem;
}

.footer-map-copy span {
  display: block;
  color: rgba(255,255,255,0.68);
  font-size: 0.88rem;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .hero-panel,
  .split-layout,
  .area-grid,
  .final-cta-shell,
  .testimonials-shell,
  .footer-shell,
  .expertise-shell,
  .values-shell {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .services-page-grid,
  .resource-grid,
  .stats-grid,
  .showcase-grid,
  .team-grid,
  .promise-grid,
  .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-shell {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 12px 0;
  }

  .topbar-shell,
  .topbar-links {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .topbar-shell {
    padding: 10px 0;
  }

  .brand img,
  .footer-brand img {
    width: 180px;
  }

  .nav-cta {
    width: 100%;
  }

  .hero-panel,
  .dark-panel .container,
  .benefits-panel .container,
  .final-cta-shell,
  .testimonial-copy,
  .process-intro,
  .cta-card {
    padding: 24px;
  }

  .feature-card-grid,
  .hero-sideband,
  .trust-bar,
  .stats-grid,
  .service-grid,
  .services-page-grid,
  .benefits-grid,
  .resource-grid,
  .showcase-grid,
  .metric-row,
  .projects-grid,
  .pill-grid,
  .borough-grid {
    grid-template-columns: 1fr;
  }

  .callout-card,
  .process-steps article,
  .about-intro-card,
  .promise-grid,
  .services-faq-shell,
  .contact-shell,
  .form-grid.two-col {
    grid-template-columns: 1fr;
  }

  .process-steps span {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2.3rem, 9vw, 3.3rem);
  }

  .feature-card img {
    height: 200px;
  }

  .feature-card-large img {
    height: 240px;
  }

  .floating-badge {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

  .testimonial-image img {
    min-height: 280px;
  }

  .project-card img {
    height: 300px;
  }

  .page-hero-panel,
  .showcase-shell {
    padding: 32px 24px;
  }

  .site-footer {
    padding: 24px;
  }

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

  .rating-card,
  .values-badge {
    position: static;
    width: 100%;
    margin-top: 16px;
  }
}
