
/* Design philosophy: premium editorial contractor branding. Keep the approved structure, but reduce brown dominance in favor of charcoal, blackened bronze, restrained copper highlights, and cleaner luxury contrast. */
:root {
  --bg: #ece7e1;
  --bg-soft: #f5f1ec;
  --panel: rgba(255, 251, 247, 0.88);
  --panel-strong: rgba(255, 252, 249, 0.95);
  --panel-dark: #171514;
  --text: #181615;
  --muted: #5a524d;
  --line: rgba(44, 35, 30, 0.14);
  --line-strong: rgba(44, 35, 30, 0.28);
  --accent: #b7794b;
  --accent-deep: #7d4f2f;
  --accent-soft: #ddb48d;
  --shadow: 0 18px 40px rgba(18, 14, 12, 0.11);
  --shadow-soft: 0 10px 22px rgba(18, 14, 12, 0.08);
  --radius: 16px;
  --radius-small: 8px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.48), transparent 30%),
    radial-gradient(circle at right center, rgba(183,121,75,0.06), transparent 24%),
    linear-gradient(180deg, #f3eee8 0%, #e7e0d9 100%);
  line-height: 1.65;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(43,34,29,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43,34,29,0.035) 1px, transparent 1px);
  background-size: 120px 120px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding-left: 1.2rem; }
li { margin-bottom: 0.55rem; }
.container {
  width: 100%;
  max-width: calc(var(--max) + 2rem);
  margin: 0 auto;
  padding-inline: 1rem;
}
.card-surface {
  background: var(--panel);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.eyebrow {
  margin-bottom: 0.75rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-deep);
}
  .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(90deg, rgba(8, 8, 8, 0.99), rgba(13, 13, 13, 0.975) 58%, rgba(29, 19, 14, 0.95));
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(183, 126, 82, 0.18);
  box-shadow: 0 14px 34px rgba(4, 4, 4, 0.5);
}
.header-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 78px;
}
/* Design reminder: use the user's actual approved logo asset here and do not recreate the mark. */
.brand {
  display: inline-flex;
  flex: 0 0 318px;
  align-items: center;
  width: 318px;
  min-width: 0;
  padding: 0.18rem 0;
  background: none;
  border: 0;
  box-shadow: none;
  text-decoration: none;
}
.brand-logo {
  display: none;
}
.brand-lockup {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.18rem;
  color: inherit;
}
.brand-wordmark {
  display: flex;
  align-items: baseline;
  gap: 0.02em;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.95rem, 2.1vw, 2.6rem);
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand-vision {
  font-weight: 700;
  color: rgba(238, 233, 228, 0.94);
}
.brand-build {
  font-weight: 800;
  color: #c98968;
}
.brand-subline {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  white-space: nowrap;
}
.brand-rule {
  flex: 1 1 2.4rem;
  min-width: 2.4rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 137, 104, 0.05), rgba(201, 137, 104, 0.9), rgba(201, 137, 104, 0.05));
}
.brand-construction {
  font-family: "Manrope", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: rgba(232, 224, 216, 0.8);
}
.footer-brand {
  width: min(440px, 100%);
  min-width: 0;
}
.footer-brand .brand-wordmark {
  font-size: clamp(2.2rem, 2.3vw, 2.95rem);
}
.footer-brand .brand-construction {
  font-size: 0.68rem;
}
/* Header-specific logo treatment: use a crisp text lockup derived from the supplied VisionBuild logo styling. */
.site-header .brand {
  flex: 0 0 278px;
  width: 278px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.site-header .brand-wordmark {
  font-size: clamp(2rem, 2vw, 2.5rem);
}
.site-header .brand-construction {
  font-size: 0.56rem;
  letter-spacing: 0.48em;
}
.site-header .footer-brand {
  width: min(390px, 100%);
}

.main-nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.main-nav a,
.phone-link {
  color: rgba(246, 236, 229, 0.92);
  font-size: 0.8rem;
  position: relative;
  text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.main-nav a::after,
.phone-link::after,
.text-link::after,
.footer-grid a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
  background: currentColor;
}
.main-nav a:hover::after,
.phone-link:hover::after,
.text-link:hover::after,
.footer-grid a:hover::after { transform: scaleX(1); }
.phone-link { font-weight: 700; white-space: nowrap; }
.hero,
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.hero {
  min-height: 600px;
  display: flex;
  align-items: center;
  background: #1f1714;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}
.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23,16,14,0.28) 0%, rgba(34,24,20,0.17) 16%, rgba(51,35,28,0.06) 33%, rgba(29,20,17,0.02) 53%, rgba(18,13,11,0.00) 100%),
    linear-gradient(180deg, rgba(18,13,11,0.02) 0%, rgba(18,13,11,0.12) 100%);
}
.hero-media video,
.hero-endstill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-media video {
  filter: saturate(0.98) contrast(1.03) brightness(0.86);
  transition: opacity 240ms ease;
}
.hero-endstill {
  position: absolute;
  inset: 0;
  opacity: 0;
  object-position: center 22%;
  transform: scale(1.02);
  filter: saturate(1) contrast(1.03) brightness(1.04);
  transition: opacity 240ms ease, transform 320ms ease;
}
.hero-media.is-ended::after {
  background:
    linear-gradient(90deg, rgba(23,16,14,0.18) 0%, rgba(34,24,20,0.1) 16%, rgba(51,35,28,0.03) 33%, rgba(29,20,17,0.01) 53%, rgba(18,13,11,0.00) 100%),
    linear-gradient(180deg, rgba(18,13,11,0.01) 0%, rgba(18,13,11,0.05) 100%);
}
.hero-media.is-ended video { opacity: 0; }
.hero-media.is-ended .hero-endstill {
  opacity: 1;
  transform: scale(1.02);
}
.hero::after,
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(24,18,16,0.24));
  z-index: -1;
}
.hero-grid {
  width: 100%;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  padding: 11.85rem 0 0.42rem;
  position: relative;
  z-index: 1;
}
.page-hero-grid {
  width: 100%;
  padding: 5rem 0 6.5rem;
}
.hero-panel {
  max-width: 320px;
  padding: 0 0 0.02rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.page-hero-panel {
  max-width: 620px;
  padding: 2rem 2rem 2.2rem;
  border-radius: var(--radius);
}
.hero h1,
.page-hero h1,
.section-title-row h2,
.sectors-layout h2,
.proof-card h2,
.cta-grid h2,
.contact-copy h2,
.page-title,
.content-block h2,
.content-block h3,
.callout-card h3,
.table-card h2,
.table-card h3 {
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}
.hero h1 {
  font-size: clamp(1.88rem, 3.72vw, 3rem);
  line-height: 1.06;
  margin-bottom: 0.66rem;
}
.page-hero h1 { font-size: clamp(2.35rem, 5vw, 4.2rem); }
.hero h1 span { display: block; }
.hero-title-lead {
  font-size: clamp(0.94rem, 1.72vw, 1.34rem);
}
.hero-title-focus {
  color: #f2dece;
  font-size: clamp(1.02rem, 1.92vw, 1.52rem);
}
.hero-title-region {
  margin-top: 0.12rem;
  color: #dcb69f;
  font-size: clamp(0.64rem, 0.9vw, 0.8rem);
  line-height: 1.02;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.hero .eyebrow,
.hero h1,
.hero .hero-text,
.hero .hero-support {
  color: #fff6f0;
  text-shadow: 0 8px 18px rgba(12, 8, 7, 0.26);
}
.hero .eyebrow {
  display: none;
  margin-bottom: 0;
  color: rgba(255, 240, 229, 0.66);
  font-size: 0.64rem;
  letter-spacing: 0.16em;
}
.hero-text {
  display: none;
}
.hero-support,
.page-support {
  max-width: 52ch;
  color: #372c27;
  font-size: 0.98rem;
}
.hero .hero-support {
  display: none;
}
.hero .btn-secondary {
  background: rgba(255, 248, 242, 0.92);
}
.hero-media.is-ended ~ .hero-grid {
  padding-bottom: 0.75rem;
}
.hero-media.is-ended ~ .hero-grid .hero-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hero-media.is-ended ~ .hero-grid .hero-copy-plain {
  background: linear-gradient(180deg, rgba(18, 14, 12, 0.08), rgba(18, 14, 12, 0.22));
  border-radius: 18px;
  padding: 1rem 1.05rem 1.1rem;
  backdrop-filter: blur(4px);
}
.hero-media.is-ended ~ .hero-grid .hero-support,
.hero-media.is-ended ~ .hero-grid .hero-panel .eyebrow,
.hero-media.is-ended ~ .hero-grid .hero-panel h1,
.hero-media.is-ended ~ .hero-grid .hero-panel .hero-title-region {
  color: rgba(249, 243, 238, 0.96);
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem;
  margin-top: 0.4rem;
}
.hero .button-row {
  flex-wrap: nowrap;
  gap: 0.34rem;
  margin-top: 0.92rem;
}
.hero .btn {
  padding: 0.56rem 0.7rem;
  font-size: 0.56rem;
  letter-spacing: 0.09em;
}
.align-end { justify-content: flex-end; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1.45rem;
  border-radius: 3px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff8f3;
  background: linear-gradient(135deg, #c48755 0%, #9f643a 48%, #6b4128 100%);
  box-shadow: 0 16px 30px rgba(77, 43, 21, 0.28);
}
.btn-secondary {
  border: 1px solid rgba(85,66,53,0.18);
  color: #221c18;
  background: rgba(255,251,247,0.86);
}
.quick-band-wrap { margin-top: -1.45rem; position: relative; z-index: 5; transition: margin-top 220ms ease; }
.hero:has(.hero-media.is-ended) + .quick-band-wrap { margin-top: 0; }
.quick-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-radius: calc(var(--radius) - 8px);
  background: rgba(33, 28, 25, 0.18);
}
.quick-band article + article {
  border-left: 1px solid rgba(70, 56, 47, 0.08);
}
.quick-band article {
  padding: 1rem 1rem 0.98rem;
  background: linear-gradient(180deg, rgba(255,249,244,0.98), rgba(246,238,233,0.98));
  min-height: 132px;
}
.featured-quick { background: linear-gradient(180deg, rgba(236,223,211,0.98), rgba(247,241,236,0.98)) !important; }
.quick-icon {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(183,121,75,0.14);
  color: var(--accent-deep);
  font-weight: 800;
  margin-bottom: 0.9rem;
}
.quick-band h2,
.quick-band h3,
.service-card h3,
.sector-item h3,
.process-grid h3,
.contact-block h3,
.stat-links strong,
.footer-title {
  font-family: 'Cormorant Garamond', serif;
  margin: 0 0 0.55rem;
  line-height: 1.05;
}
.quick-band h2 { font-size: 1.42rem; }
.quick-band p,
.service-card p,
.sector-item p,
.process-grid p,
.contact-block p,
.stat-links span,
.footer-grid p,
.content-block p,
.content-block li { color: var(--muted); }
.section { padding: 5.25rem 0; }
.intro-strip { padding-top: 4rem; }
.narrow-copy { max-width: 980px; }
.section-heading,
.section-title-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.section-heading span,
.section-title-row span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(80,58,42,0.22), transparent);
}
.section-heading p {
  margin: 0;
  color: var(--accent-deep);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.section-title-row h2,
.sectors-layout h2,
.proof-card h2,
.cta-grid h2,
.contact-copy h2,
.page-title { font-size: clamp(2.3rem, 4.4vw, 3.6rem); }
.two-column-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.service-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}
.service-card {
  overflow: hidden;
  border-radius: var(--radius);
  min-height: 100%;
}
.featured-service { grid-row: span 2; }
.service-media {
  min-height: 210px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.service-media-vbcd {
  background:
    linear-gradient(180deg, rgba(28,21,18,0.12) 0%, rgba(28,21,18,0.24) 100%),
    url('https://d2xsxph8kpxj0f.cloudfront.net/310519663469952150/TSK6WXhsLhZpnSxGu9kviD/service-owner-reference_6978e895.jpg') center 34% / cover no-repeat,
    linear-gradient(120deg, #352823 0%, #8a5638 100%);
}
.service-media-gc {
  background:
    linear-gradient(180deg, rgba(28,21,18,0.08) 0%, rgba(28,21,18,0.22) 100%),
    url('https://d2xsxph8kpxj0f.cloudfront.net/310519663469952150/TSK6WXhsLhZpnSxGu9kviD/service-gc_9ff2d7d7.jpg') center 28% / cover no-repeat,
    linear-gradient(135deg, #dac9bc 0%, #9c836d 100%);
}
.service-media-cm {
  background:
    linear-gradient(180deg, rgba(20,16,14,0.20) 0%, rgba(20,16,14,0.36) 100%),
    url('https://d2xsxph8kpxj0f.cloudfront.net/310519663469952150/i22tVwz5fkXRGLMEZFNUsi/visionbuild-construction-management-clean-bsJ4SctQK3gRbmESN2fLWm.webp') center center / cover no-repeat,
    linear-gradient(135deg, #1f1a18 0%, #6f4a36 100%);
}
.service-media-roi {
  background:
    linear-gradient(180deg, rgba(20,16,14,0.14) 0%, rgba(20,16,14,0.30) 100%),
    url('https://d2xsxph8kpxj0f.cloudfront.net/310519663469952150/i22tVwz5fkXRGLMEZFNUsi/visionbuild-roi-estimating-clean-MZN7PFR9s48bytGLFGJtg2.webp') center center / cover no-repeat,
    linear-gradient(135deg, #201917 0%, #8a5a41 100%);
}
.service-media-owner {
  background:
    linear-gradient(180deg, rgba(20,18,18,0.12) 0%, rgba(20,18,18,0.24) 100%),
    url('https://d2xsxph8kpxj0f.cloudfront.net/310519663469952150/i22tVwz5fkXRGLMEZFNUsi/visionbuild-owner-representation-clean-B8EUzHQ28UbXQKQFoZkED2.webp') center center / cover no-repeat,
    linear-gradient(135deg, #1e1a19 0%, #7d5a49 100%);
}
.service-media-roi::after,
.service-media-owner::after {
  content: none;
}
.service-body { padding: 1.4rem 1.4rem 1.6rem; }
.service-card h3 { font-size: 2rem; }
.text-link {
  display: inline-flex;
  position: relative;
  font-weight: 800;
  margin-top: 0.4rem;
  color: var(--accent-deep);
}
.sectors-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}
.sector-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.sector-item,
.proof-card,
.contact-block,
.contact-form,
.callout-card,
.table-card,
.content-block {
  border-radius: var(--radius-small);
  padding: 1.4rem;
}
.sector-item {
  display: block;
  min-height: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.sector-item:hover,
.stat-links a:hover,
.service-card:hover { transform: translateY(-3px); }
.process-band {
  background:
    linear-gradient(180deg, rgba(24,20,19,0.97), rgba(16,15,15,0.97) 62%, rgba(56,36,24,0.96)),
    radial-gradient(circle at top left, rgba(255,255,255,0.07), transparent 25%);
  color: #f8efe9;
}
.left-title-row span { max-width: 180px; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.process-grid article {
  padding: 1.4rem 1.2rem;
  border-radius: var(--radius-small);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.process-grid p,
.process-grid h3 { color: rgba(255,245,239,0.9); }
.process-step {
  margin-bottom: 1rem;
  font-size: 0.78rem;
  color: var(--accent-soft) !important;
  letter-spacing: 0.22em;
  font-weight: 800;
}
  .proof-grid,
  .contact-grid,
  .page-grid,
  .highlight-grid,
  .video-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.compact-list { color: var(--muted); }
.stat-panel {
  background: linear-gradient(180deg, rgba(24,21,20,0.94), rgba(16,15,15,0.95));
  color: #f5ece5;
}
.stat-panel .eyebrow,
.stat-panel p,
.stat-panel span { color: rgba(247,236,229,0.82); }
.stat-links {
  display: grid;
  gap: 1rem;
}
  .stat-links a {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.video-panel {
  overflow: hidden;
}
.video-panel video {
  width: 100%;
  display: block;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  background: #201714;
}
.video-copy {
  display: grid;
  gap: 1rem;
  align-content: start;
}
.roi-brand-block {
  display: grid;
  grid-template-columns: minmax(0, 240px) 1fr;
  gap: 1.3rem;
  align-items: center;
  background: linear-gradient(135deg, rgba(250,245,241,0.98), rgba(236,226,218,0.98));
}
.roi-brand-logo {
  display: block;
  width: min(100%, 240px);
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(45, 31, 24, 0.16));
}
.roi-brand-block h3 {
  font-size: 1.92rem;
  margin: 0 0 0.45rem;
}

.cta-strip { padding-top: 2rem; }
.cta-grid {
  padding: 1.6rem 1.7rem;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 1rem;
  align-items: center;
}
.contact-form {
  display: grid;
  gap: 1rem;
}
.contact-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
  font-size: 0.94rem;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(76,56,44,0.18);
  background: rgba(255,255,255,0.72);
  border-radius: 18px;
  padding: 0.9rem 1rem;
  font: inherit;
  color: var(--text);
}
.contact-form button { border: 0; cursor: pointer; }
.site-footer {
  padding: 2rem 0 2.8rem;
  background: linear-gradient(180deg, #151313 0%, #1d1817 60%, #2c1f18 100%);
  color: rgba(248,238,231,0.84);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 1.2rem;
}
.footer-grid a {
  display: block;
  width: fit-content;
  margin-bottom: 0.55rem;
  position: relative;
}
.page-hero {
  background:
    linear-gradient(90deg, rgba(18,16,15,0.88) 0%, rgba(22,20,19,0.62) 42%, rgba(22,20,19,0.18) 100%),
    linear-gradient(135deg, #1e1b1a, #4d3426 72%, #8a5a39);
}
.page-kicker {
  margin-bottom: 1rem;
  display: inline-flex;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(185,120,85,0.14);
  color: var(--accent-deep);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.76rem;
}
.page-grid { align-items: start; }
.content-stack {
  display: grid;
  gap: 1rem;
}
.content-block h2,
.content-block h3 { font-size: 2rem; }
.callout-card {
  background: linear-gradient(180deg, rgba(24,21,20,0.96), rgba(16,15,15,0.97));
  color: #f7eee8;
}
.callout-card p,
.callout-card li,
.callout-card a { color: rgba(247,238,232,0.84); }
.callout-card .eyebrow { color: var(--accent-soft); }
.dual-win-card {
  background:
    radial-gradient(circle at top right, rgba(196,140,92,0.18), transparent 36%),
    linear-gradient(180deg, rgba(24,21,20,0.97), rgba(16,15,15,0.97));
}
.dual-win-intro,
.dual-win-summary {
  color: rgba(247,238,232,0.86);
}
.dual-win-grid {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}
.dual-win-item {
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}
.dual-win-item span {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--accent-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.dual-win-item strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.42rem;
  line-height: 1.02;
  color: #fff3ea;
  margin-bottom: 0.35rem;
}
.dual-win-item p {
  margin: 0;
  color: rgba(247,238,232,0.84);
}
.dual-win-summary {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.vbcd-home-panel {
  background:
    radial-gradient(circle at top right, rgba(196,140,92,0.18), transparent 36%),
    linear-gradient(180deg, rgba(24,21,20,0.97), rgba(16,15,15,0.97));
  color: #f7eee8;
}
.vbcd-home-panel h2 { color: #fff3ea; }
.vbcd-home-panel p,
.vbcd-home-panel span,
.vbcd-home-panel a { color: rgba(247,238,232,0.84); }
.vbcd-home-panel .eyebrow { color: var(--accent-soft); }
.vbcd-home-intro {
  margin-top: 0.55rem;
  color: rgba(247,238,232,0.88);
}
.vbcd-home-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0.95rem 0 1.05rem;
}
.vbcd-home-metrics article {
  padding: 0.9rem 0.95rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}
.vbcd-home-metrics strong {
  display: block;
  color: var(--accent-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.vbcd-home-metrics p {
  margin: 0.38rem 0 0;
  color: #fff3ea;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.18rem;
  line-height: 1.05;
}
.vbcd-home-flow {
  display: grid;
  gap: 0.8rem;
  margin: 1rem 0 1.15rem;
}
.vbcd-home-flow article {
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}
.vbcd-home-flow span {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--accent-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.vbcd-home-flow strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.42rem;
  line-height: 1.04;
  color: #fff3ea;
  margin-bottom: 0.35rem;
}
.vbcd-home-flow p {
  margin: 0;
  color: rgba(247,238,232,0.84);
}
.vbcd-home-links-wrap {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.vbcd-home-links-label {
  margin: 0 0 0.75rem;
  color: var(--accent-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.vbcd-home-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.vbcd-home-links a {
  min-height: 100%;
  padding: 0.9rem 0.95rem;
  border-top: 0;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.vbcd-home-links a:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
}
.vbcd-home-links a strong {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.05;
  color: #fff3ea;
}
.vbcd-home-links a span {
  display: block;
  color: rgba(247,238,232,0.78);
  line-height: 1.4;
  font-size: 0.92rem;
}
.highlight-grid { margin-top: 1rem; }
.highlight-chip {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(185,120,85,0.12);
  border: 1px solid rgba(185,120,85,0.18);
}
.highlight-chip strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--text);
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: 0.95rem;
}
.data-table th,
.data-table td {
  text-align: left;
  padding: 0.9rem 0.8rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.data-table th {
  color: var(--accent-deep);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
  .note-line {
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--accent);
  background: rgba(185,120,85,0.08);
  color: var(--muted);
  border-radius: 14px;
}
.method-visual-grid,
.comparison-stat-grid {
  display: grid;
  gap: 1rem;
}
.method-visual-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}
.visual-card,
.comparison-stat {
  border-radius: 14px;
  padding: 1.1rem;
  background: linear-gradient(180deg, rgba(247,241,236,0.98), rgba(238,228,220,0.98));
  border: 1px solid rgba(73, 52, 40, 0.12);
}
.visual-card h3,
.comparison-stat strong {
  font-family: 'Cormorant Garamond', serif;
}
.visual-card h3 {
  font-size: 1.6rem;
  margin: 0 0 0.55rem;
}
.visual-card p { color: var(--muted); }
.method-svg {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  display: block;
}
.sensitivity-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.9rem;
}
.sensitivity-item {
  display: grid;
  gap: 0.3rem;
}
.sensitivity-item header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.92rem;
  color: var(--text);
}
.sensitivity-bar-track {
  height: 12px;
  border-radius: 999px;
  background: rgba(73, 52, 40, 0.10);
  overflow: hidden;
}
.sensitivity-bar {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent-soft), var(--accent-deep));
}
.shared-savings-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.8rem;
  font-size: 0.93rem;
}
.shared-savings-table td {
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.shared-savings-table td:first-child {
  width: 38%;
  font-weight: 800;
  color: var(--accent-deep);
}
.case-study-aside {
  position: sticky;
  top: 6.8rem;
}
.comparison-stat-grid {
  margin-top: 1rem;
}
.comparison-stat {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}
.comparison-stat strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff3ea;
}
  .comparison-stat span {
  color: rgba(247,238,232,0.86);
}
.table-card {
  background: linear-gradient(180deg, rgba(252,248,245,0.99), rgba(241,232,225,0.98));
  border: 1px solid rgba(112,79,59,0.14);
}
.table-card .data-table { margin-top: 0.85rem; }
.data-table tbody tr:last-child td {
  background: rgba(185,120,85,0.10);
  color: var(--text);
  font-weight: 700;
}
.data-table tbody tr:last-child td:first-child { color: var(--accent-deep); }
.comparison-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}
.comparison-intro-stat {
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(73, 52, 40, 0.12);
}
.comparison-intro-stat span {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--accent-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.comparison-intro-stat strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--text);
}
.comparison-intro-stat p {
  margin: 0.3rem 0 0;
  color: var(--muted);
}
@media (max-width: 1024px) {


  .header-bar,
  .service-grid,
  .sectors-layout,
  .proof-grid,
  .contact-grid,
  .page-grid,
  .cta-grid,
  .highlight-grid,
  .footer-grid,
  .two-column-copy,
  .process-grid { grid-template-columns: 1fr; }
  .main-nav { justify-content: flex-start; }
  .quick-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  /* Mobile design note: preserve the premium editorial feel while making the first screen legible, centered, and touch-friendly on smaller devices. */
  .site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.985), rgba(16, 14, 13, 0.97) 72%, rgba(28, 21, 17, 0.94));
  }
  .header-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 0.02rem;
    padding: 0.04rem 0 0.08rem;
    min-height: auto;
  }
  .brand {
    flex: 0 0 auto;
    width: min(204px, calc(100vw - 1.3rem));
    max-width: 100%;
    margin: 0 auto;
  }
  .site-header .brand {
    flex: 0 0 auto;
    width: min(204px, calc(100vw - 1.3rem));
    margin: 0.2rem auto 0;
    padding: 0;
    border-radius: 0;
  }
  .site-header .brand-lockup {
    gap: 0.04rem;
  }
  .site-header .brand-lockup::after {
    content: 'Your Vision. From Paper to Project. To Perfection.';
    display: block;
    margin-top: 0.01rem;
    font-size: 0.26rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    white-space: nowrap;
    color: rgba(237, 228, 220, 0.78);
  }
  .site-header .brand-wordmark,
  .footer-brand .brand-wordmark {
    font-size: clamp(0.97rem, 4.4vw, 1.2rem);
  }
  .site-header .brand-construction,
  .footer-brand .brand-construction {
    font-size: 0.28rem;
    letter-spacing: 0.16em;
  }
  .brand-subline {
    gap: 0.12rem;
  }
  .brand-rule {
    min-width: 0.55rem;
  }
  .site-header .main-nav {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.72rem;
    margin-top: -0.08rem;
    overflow-x: auto;
    padding: 0;
    scrollbar-width: none;
  }
  .site-header .main-nav::-webkit-scrollbar {
    display: none;
  }
  .site-header .main-nav a {
    flex: 0 0 auto;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .site-header .phone-link {
    display: none;
  }
  .hero {
    min-height: auto;
    background: #1a1411;
  }
  .hero-grid,
  .page-hero-grid {
    min-height: clamp(420px, 60svh, 520px);
    padding: 4.25rem 0 1.4rem;
    align-items: end;
  }
  .hero-panel,
  .page-hero-panel,
  .service-body,
  .sector-item,
  .proof-card,
  .contact-block,
  .contact-form,
  .callout-card,
  .table-card,
  .content-block { padding: 1.15rem; }
  .hero-panel {
    max-width: min(90vw, 320px);
    margin-top: auto;
    padding: 0.8rem 0.9rem 0.95rem;
    background: linear-gradient(180deg, rgba(20, 15, 13, 0.18), rgba(20, 15, 13, 0.34));
    border-radius: 16px;
    backdrop-filter: blur(4px);
  }
  .hero h1 {
    font-size: clamp(1.6rem, 9.2vw, 2.3rem);
    margin-bottom: 0.52rem;
  }
  .hero-title-lead { font-size: clamp(0.92rem, 4.4vw, 1.2rem); }
  .hero-title-focus { font-size: clamp(1rem, 5.3vw, 1.34rem); }
  .hero-title-region {
    margin-top: 0.18rem;
    font-size: 0.66rem;
    letter-spacing: 0.22em;
  }
  .hero .eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
  }
  .hero .button-row {
    flex-direction: column;
    width: min(100%, 260px);
    gap: 0.55rem;
    margin-top: 0.9rem;
  }
  .quick-band-wrap,
  .hero:has(.hero-media.is-ended) + .quick-band-wrap { margin-top: 0; }
  .quick-band { grid-template-columns: 1fr; }
  .section {
    padding: 3.75rem 0;
  }
  .intro-strip {
    padding-top: 3rem;
  }
  .service-grid,
  .sector-list,
  .comparison-intro-grid,
  .vbcd-home-metrics,
  .vbcd-home-links { grid-template-columns: 1fr; }
  .hero-media video,
  .hero-endstill { object-position: center center; }
  .hero-media.is-ended .hero-endstill {
    transform: scale(1);
    object-fit: contain;
    object-position: center 14%;
    background: #1a1411;
  }
  .hero-media.is-ended ~ .hero-grid {
    min-height: clamp(420px, 60svh, 520px);
    padding-top: 4.4rem;
    padding-bottom: 1.4rem;
  }
  .hero-media.is-ended ~ .hero-grid .hero-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .button-row {
    width: 100%;
    flex-direction: column;
  }
  .btn {
    width: 100%;
    justify-content: center;
  }
}
