:root {
  --paper: #f7f2e8;
  --paper-2: #eee5d5;
  --white: #ffffff;
  --ink: #191715;
  --ink-soft: #332d27;
  --muted: #746b60;
  --line: rgba(25, 23, 21, 0.14);
  --brand: #e85b2c;
  --brand-deep: #aa3618;
  --steel: #455762;
  --shadow: 0 18px 42px rgba(25, 23, 21, 0.13);
  --radius: 8px;
  --max: 1180px;
  --pad-x: 14px;
}

* { box-sizing: border-box; }

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-top: 76px;
  padding-bottom: 0;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(232, 91, 44, 0.18);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 75;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 76px;
  width: 100%;
  max-width: 100vw;
  padding: 10px max(var(--pad-x), env(safe-area-inset-right, 0px)) 10px max(var(--pad-x), env(safe-area-inset-left, 0px));
  background: rgba(247, 242, 232, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}

body.menu-open .site-header {
  position: fixed;
  right: 0;
  left: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  max-width: min(52vw, 220px);
  overflow: visible;
}

.brand img {
  width: clamp(148px, 42vw, 188px);
  height: auto;
  object-fit: contain;
}

.brand span { display: none; }

.nav-toggle {
  position: relative;
  display: inline-flex;
  width: auto;
  min-width: 82px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0 14px 0 36px;
  flex: 0 0 auto;
  margin-left: auto;
  z-index: 100;
}

.nav-toggle span {
  position: absolute;
  left: 14px;
  display: block;
  width: 16px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.28s ease, opacity 0.22s ease;
}

.nav-toggle span:nth-child(1) { transform: translateY(-6px); }
.nav-toggle span:nth-child(3) { transform: translateY(6px); }

.nav-toggle::after {
  content: "Menu";
}

.nav-toggle[aria-expanded="true"]::after {
  content: "Close";
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg); }

.site-nav {
  position: fixed;
  top: 76px;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
  padding: 10px 14px 16px;
  color: var(--ink-soft);
  background: #151412;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  overflow-y: auto;
  width: 100%;
  max-width: none;
  max-height: calc(100vh - 76px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 44px rgba(25, 23, 21, 0.28);
  z-index: 80;
}

.site-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

body.menu-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(25, 23, 21, 0.42);
}

.site-nav a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.nav-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  pointer-events: none;
  white-space: normal;
}

.nav-badge::before {
  content: "";
  flex: 0 0 auto;
  width: 28px;
  height: 22px;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 27.5 6 19l6.5-7.5 8-1.5 5-5 7.5 3 4.5-.5 6.5 7 7.5 2.5 5.5 8-2 9.5-8 6.5-11-.5-8.5-5.5-9 1.5-10.5-2.5Z' fill='none' stroke='black' stroke-width='6' stroke-linejoin='round' stroke-linecap='round'/%3E%3Ccircle cx='45' cy='45' r='3.5' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 27.5 6 19l6.5-7.5 8-1.5 5-5 7.5 3 4.5-.5 6.5 7 7.5 2.5 5.5 8-2 9.5-8 6.5-11-.5-8.5-5.5-9 1.5-10.5-2.5Z' fill='none' stroke='black' stroke-width='6' stroke-linejoin='round' stroke-linecap='round'/%3E%3Ccircle cx='45' cy='45' r='3.5' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nav-group {
  position: relative;
  display: grid;
}

.nav-parent {
  justify-content: space-between;
  gap: 8px;
}

.nav-parent span {
  color: var(--brand);
  font-size: 11px;
}

.nav-menu {
  display: grid;
  gap: 0;
  padding-left: 12px;
}

.nav-menu a {
  display: block;
  min-height: 42px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 700;
}

.nav-menu small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.12;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--white);
  background: rgba(232, 91, 44, 0.18);
}

.site-nav .nav-cta {
  justify-content: flex-start;
  color: var(--white);
  background: rgba(232, 91, 44, 0.92);
}

.site-nav .nav-cta[aria-current="page"] {
  color: var(--white);
  background: var(--brand);
}

.hero,
.page-hero,
.section {
  width: min(calc(100% - 28px), var(--max));
  margin: 0 auto;
  max-width: var(--max);
}

.hero {
  display: grid;
  gap: 24px;
  padding: 30px 0 44px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 100%;
  font-size: clamp(32px, 8.8vw, 42px);
  line-height: 1.05;
  overflow-wrap: break-word;
}

h2 {
  max-width: 100%;
  font-size: clamp(27px, 8vw, 38px);
  line-height: 1.04;
}

h3 {
  font-size: 25px;
  line-height: 1.12;
}

.lede,
.page-hero p:not(.eyebrow),
.hero-copy p:not(.eyebrow),
.muted {
  color: var(--muted);
  font-size: 16px;
  overflow-wrap: break-word;
}

.hero-copy p:not(.eyebrow),
.page-hero p:not(.eyebrow) {
  max-width: 680px;
}

.hero-actions,
.inline-actions {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: var(--brand);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--line);
}

.hero-visual {
  position: relative;
  min-height: 332px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--ink);
}

.hero-visual img {
  width: 100%;
  height: 332px;
  object-fit: cover;
  object-position: 50% 24%;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(25, 23, 21, 0.02), rgba(25, 23, 21, 0.58));
  pointer-events: none;
}

.hero-status {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
  margin: -96px 12px 12px;
}

.hero-status span {
  min-height: 48px;
  padding: 11px 12px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(25, 23, 21, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-status strong {
  display: inline-block;
  margin-right: 9px;
  color: var(--white);
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section {
  padding: 48px 0;
}

.page-hero {
  padding: 42px 0 38px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  margin-bottom: 16px;
}

.intro-band,
.contact-strip,
.split,
.service-block,
.experience-layout,
.contact-layout,
.three-column,
.values-grid,
.audience-grid,
.industry-grid,
.future-grid,
.stat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.intro-band,
.contact-strip,
.service-block.alt {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.card,
.values-grid article,
.audience-grid article,
.industry-grid article,
.experience-layout article,
.contact-card,
.stat-grid article,
.future-grid article,
.service-list li,
.check-list li,
.contact-form {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.content-panel {
  padding: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.content-panel + .content-panel {
  margin-top: 16px;
}

.card,
.values-grid article,
.audience-grid article,
.industry-grid article,
.experience-layout article,
.contact-card,
.stat-grid article,
.future-grid article {
  padding: 22px;
}

.card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1), background 0.3s ease, box-shadow 0.3s ease;
}

.card:active {
  transform: translateY(-4px);
  background: var(--ink);
  box-shadow: 0 24px 48px -26px rgba(25, 23, 21, 0.62);
}

.card:active h3,
.card:active p,
.card:active a,
.card:active .card-action {
  color: var(--white);
}

.card p,
.values-grid p,
.audience-grid p,
.service-block p,
.content-panel p,
.split p,
.intro-band p,
.contact-strip p,
.experience-layout p,
.future-grid p,
.contact-card p,
.contact-card span {
  color: var(--muted);
}

.privacy-policy h3 {
  margin-top: 30px;
}

.privacy-policy p + p {
  margin-top: 14px;
}

.privacy-policy ul {
  margin: 12px 0 24px;
  padding-left: 22px;
  color: var(--muted);
}

.privacy-policy li + li {
  margin-top: 8px;
}

.privacy-policy a {
  color: var(--brand-deep);
  font-weight: 800;
}

.card a,
.card-action {
  display: inline-block;
  margin-top: auto;
  color: var(--brand-deep);
  font-weight: 900;
}

.card-link {
  color: inherit;
}

.card-link:focus-visible {
  outline: 3px solid rgba(232, 91, 44, 0.42);
  outline-offset: 3px;
}

.icon-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  color: var(--white);
  background: var(--brand);
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 900;
}

.audience-list,
.contact-actions,
.service-list,
.check-list,
.timeline {
  display: grid;
  gap: 10px;
}

.audience-list a,
.contact-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.audience-list a::after,
.contact-actions a::after {
  content: ">";
  flex: 0 0 auto;
  margin-left: 14px;
  color: var(--brand);
}

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

.service-list li,
.check-list li {
  position: relative;
  padding: 14px 14px 14px 38px;
  color: var(--ink);
}

.service-list li a,
.check-list li a {
  display: block;
  color: inherit;
}

.service-list > li > a,
.check-list > li > a {
  margin: -14px -14px -14px -38px;
  padding: 14px 14px 14px 38px;
}

.service-list > li > a:hover,
.check-list > li > a:hover {
  background: rgba(255, 255, 255, 0.94);
}

.service-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 16px;
  width: 8px;
  height: 8px;
  background: var(--brand);
  border-radius: 50%;
}

.service-kicker {
  margin: 0 0 8px;
  color: var(--brand-deep);
  font-weight: 900;
}

.service-detail {
  display: grid;
  gap: 16px;
}

.service-detail h3 {
  margin-bottom: 8px;
}

.service-detail p {
  margin: 0 0 14px;
}

.service-card-grid {
  grid-template-columns: 1fr;
}

.service-card-grid > div:first-child {
  max-width: 860px;
}

.service-card-grid .service-detail {
  grid-template-columns: 1fr;
}

.service-card-grid.intro-removed {
  grid-template-columns: 1fr;
  width: min(calc(100% - 28px), 1840px);
  max-width: 1840px;
}

.service-card-grid.intro-removed .service-detail {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
}

.service-card-grid .content-panel + .content-panel {
  margin-top: 0;
}

.content-panel .check-list {
  gap: 4px;
}

.content-panel .check-list li {
  padding: 7px 0 7px 22px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.content-panel .check-list li::before {
  top: 16px;
  left: 2px;
}

.audience-grid article:last-child {
  color: var(--white);
  background: var(--ink);
}

.audience-grid article:last-child h2,
.audience-grid article:last-child p {
  color: var(--white);
}

.industry-grid article {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.industry-grid span,
.values-grid span,
.stat-grid span {
  color: var(--brand-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.industry-grid h2,
.future-grid h2 {
  font-size: 27px;
}

.timeline span {
  padding: 13px 15px;
  background: rgba(69, 87, 98, 0.11);
  border-left: 3px solid var(--steel);
}

.stat-grid strong {
  display: block;
  margin: 8px 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 44px;
  line-height: 1;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 52px;
  padding: 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
  font-size: 16px;
  max-width: 100%;
}

.contact-form textarea {
  resize: vertical;
}

.contact-card p,
.contact-card a,
.contact-card span,
.site-footer a,
.site-footer span,
.site-footer strong {
  display: block;
  overflow-wrap: anywhere;
}

.contact-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  padding: 34px var(--pad-x) calc(34px + env(safe-area-inset-bottom, 0px));
  color: rgba(255, 255, 255, 0.74);
  background: var(--ink);
}

.site-footer img {
  width: min(68vw, 226px);
  height: auto;
  margin-bottom: 14px;
}

.site-footer strong {
  margin-bottom: 12px;
  color: var(--white);
}

.site-footer a {
  margin-bottom: 8px;
}

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

.footer-contact {
  margin-top: 18px;
}

.footer-links strong,
.footer-meta strong {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-meta p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
}

.footer-links a {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
}

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

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

body.menu-open {
  overflow: hidden;
  touch-action: none;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header {
    background: rgba(247, 242, 232, 0.98);
  }

  .hero-status span {
    background: rgba(25, 23, 21, 0.72);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (min-width: 560px) {
  :root { --pad-x: 24px; }

  .hero-actions,
  .inline-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .button {
    width: auto;
  }

  .hero-status {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-list,
  .three-column,
  .values-grid,
  .audience-grid,
  .industry-grid,
  .future-grid,
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  :root { --pad-x: clamp(32px, 5vw, 72px); }

  body {
    padding-top: 82px;
    padding-bottom: 0;
  }

  .site-header {
    min-height: 82px;
    padding-block: 14px;
    gap: 24px;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .brand {
    flex: 0 0 auto;
  }

  .brand img {
    width: clamp(158px, 12vw, 184px);
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin-left: auto;
    padding: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
    overflow: visible;
    font-size: 12px;
    font-weight: 800;
  }

  .site-nav a {
    min-height: 0;
    padding: 10px 8px;
    color: var(--ink-soft);
    background: transparent;
    border: 0;
    font-size: 12px;
    white-space: nowrap;
  }

  .nav-badge {
    min-height: 0;
    padding: 10px 10px 10px 0;
    color: var(--ink-soft);
    border-bottom: 0;
    font-size: 12px;
    white-space: nowrap;
  }

  .site-nav > a:hover,
  .site-nav > a[aria-current="page"],
  .nav-group:hover > .nav-parent,
  .nav-group:focus-within > .nav-parent,
  .nav-parent[aria-current="page"] {
    color: var(--ink);
    background: rgba(232, 91, 44, 0.12);
  }

  .nav-group {
    display: block;
  }

  .nav-parent span {
    font-size: 10px;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    display: grid;
    width: 290px;
    padding: 8px;
    background: #151412;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    box-shadow: 0 24px 52px rgba(25, 23, 21, 0.26);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
  }

  .nav-group:hover .nav-menu,
  .nav-group:focus-within .nav-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-menu a {
    display: block;
    min-height: 40px;
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.84);
    border-radius: 6px;
    font-size: 12px;
    white-space: normal;
  }

  .nav-menu small {
    font-size: 12px;
  }

  .nav-menu a:hover,
  .nav-menu a[aria-current="page"] {
    color: var(--white);
    background: rgba(232, 91, 44, 0.22);
  }

  .site-nav .nav-cta,
  .site-nav .nav-cta:hover,
  .site-nav .nav-cta[aria-current="page"] {
    color: var(--white);
    background: var(--brand);
  }

  .site-nav .nav-cta {
    margin-left: 4px;
    padding-inline: 12px;
  }

  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    align-items: center;
    min-height: calc(100vh - 82px);
    gap: clamp(34px, 6vw, 82px);
    padding: 56px 0 64px;
  }

  h1 {
    font-size: clamp(52px, 6.6vw, 82px);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(36px, 4vw, 48px);
  }

  .lede,
  .page-hero p:not(.eyebrow),
  .hero-copy p:not(.eyebrow),
  .muted {
    font-size: 18px;
  }

  .hero-visual {
    min-height: 620px;
  }

  .hero-visual img {
    height: 620px;
  }

  .hero-status {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
  }

  .hero-status span {
    min-height: 82px;
    padding: 14px;
  }

  .hero-status strong {
    display: block;
    margin: 0 0 4px;
  }

  .section {
    padding: 72px 0;
  }

  .page-hero {
    padding: 72px 0 56px;
  }

  .intro-band,
  .contact-strip {
    grid-template-columns: 1fr 0.95fr;
    align-items: center;
    gap: clamp(28px, 5vw, 64px);
  }

  .split {
    grid-template-columns: 0.82fr 1.18fr;
    gap: clamp(28px, 5vw, 64px);
  }

  .service-block {
    grid-template-columns: 0.72fr 1.28fr;
    gap: clamp(28px, 5vw, 64px);
  }

  .service-card-grid {
    grid-template-columns: 1fr;
  }

  .service-card-grid .service-detail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
  }

  .service-card-grid.intro-removed .service-detail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 32px);
  }

  .experience-layout {
    grid-template-columns: 1.16fr 0.84fr;
    gap: clamp(28px, 5vw, 64px);
  }

  .contact-layout {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: clamp(28px, 5vw, 64px);
  }

  .three-column { grid-template-columns: repeat(3, 1fr); }
  .values-grid { grid-template-columns: repeat(4, 1fr); }
  .industry-grid { grid-template-columns: repeat(4, 1fr); }
  .future-grid { grid-template-columns: repeat(3, 1fr); }
  .stat-grid { grid-template-columns: repeat(4, 1fr); }

  .audience-grid article:last-child {
    grid-column: 1 / -1;
  }

  .card:hover {
    transform: translateY(-6px);
    background: var(--ink);
    box-shadow: 0 30px 60px -28px rgba(25, 23, 21, 0.62);
  }

  .card:hover h3,
  .card:hover p,
  .card:hover a,
  .card:hover .card-action {
    color: var(--white);
  }

  .site-footer {
    grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 0.78fr)) minmax(220px, 0.95fr);
    gap: clamp(28px, 4vw, 72px);
    padding: 64px var(--pad-x);
  }
}

@media (min-width: 900px) and (max-width: 1239px) {
  body {
    padding-bottom: 0;
  }

  .site-header {
    min-height: 76px;
    padding-block: 12px;
  }

  .brand {
    flex: 1 1 auto;
  }

  .brand img {
    width: min(32vw, 190px);
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    top: 76px;
    right: 0;
    bottom: auto;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px;
    padding: 10px 18px 16px;
    background: #151412;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    overflow-y: auto;
    font-size: 17px;
    width: 100%;
    max-width: none;
    max-height: calc(100vh - 76px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 44px rgba(25, 23, 21, 0.28);
    z-index: 80;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-nav a {
    min-height: 48px;
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.9);
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 18px;
    white-space: normal;
  }

  .nav-menu {
    position: static;
    width: auto;
    padding: 0 0 0 12px;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-menu a {
    min-height: 42px;
    padding: 10px 16px;
    font-size: 14px;
  }

  .site-nav .nav-cta {
    margin-left: 0;
    justify-content: flex-start;
  }

  .hero,
  .intro-band,
  .contact-strip,
  .split,
  .service-block,
  .experience-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding: 42px 0 56px;
  }

  .hero-visual {
    min-height: 440px;
  }

  .hero-visual img {
    height: 440px;
  }

  .three-column,
  .values-grid,
  .industry-grid,
  .future-grid,
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1240px) {
  .site-header {
    padding-inline: var(--pad-x);
  }

  .brand {
    max-width: 184px;
  }

  .site-nav {
    font-size: clamp(11px, 0.86vw, 13px);
  }

  .site-nav a {
    padding: 10px clamp(6px, 0.72vw, 11px);
    font-size: clamp(11px, 0.86vw, 13px);
  }
}

/* 2026 consultancy redesign */
:root {
  --paper: #f4efe6;
  --paper-2: #e8ded0;
  --white: #ffffff;
  --ink: #111111;
  --ink-soft: #26221d;
  --muted: #6d675e;
  --line: rgba(17, 17, 17, 0.14);
  --brand: #df5a22;
  --brand-deep: #963612;
  --steel: #4d616b;
  --charcoal: #171512;
  --shadow: 0 28px 70px rgba(17, 17, 17, 0.18);
  --radius: 6px;
  --max: 1280px;
}

body {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px) 0 0 / 88px 88px,
    var(--paper);
}

body::after {
  content: "";
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  height: 3px;
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  background: var(--brand);
  pointer-events: none;
}

.site-header {
  min-height: 86px;
  background: rgba(244, 239, 230, 0.9);
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.08);
}

.brand img {
  width: clamp(150px, 39vw, 205px);
}

.site-nav .nav-cta,
.button.primary {
  background: var(--brand);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.16);
}

.button,
.site-nav a,
.nav-toggle,
.audience-list a,
.contact-actions a {
  text-transform: none;
}

.button {
  border-radius: 2px;
  transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

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

.button.secondary {
  background: transparent;
  border-color: rgba(17, 17, 17, 0.28);
}

.hero {
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 86px);
  padding: 0;
  background: var(--charcoal);
  color: var(--white);
  isolation: isolate;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 68vh;
  width: min(calc(100% - 28px), 700px);
  margin: 0 auto;
  padding: clamp(46px, 9vw, 104px) 0;
}

.hero-copy h1,
.hero-copy p:not(.eyebrow) {
  color: var(--white);
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(42px, 8vw, 96px);
  line-height: 0.92;
}

.hero-accent {
  color: var(--brand);
}

.hero-copy .lede {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.8);
}

.hero .eyebrow {
  color: var(--brand);
}

.hero-visual {
  position: absolute;
  inset: 86px 0 0;
  z-index: 0;
  min-height: 0;
  height: calc(100vh - 86px);
  border-radius: 0;
  box-shadow: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-position: center;
  filter: saturate(0.92) contrast(1.04);
}

.hero-visual::after {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.86) 0%, rgba(17, 17, 17, 0.62) 43%, rgba(17, 17, 17, 0.08) 100%),
    linear-gradient(0deg, rgba(17, 17, 17, 0.44), transparent 52%);
}

.hero-status {
  position: relative;
  z-index: 3;
  grid-template-columns: 1fr;
  width: min(calc(100% - 28px), var(--max));
  margin: -18px auto 28px;
}

.hero-status span {
  color: rgba(255, 255, 255, 0.82);
  background: rgba(17, 17, 17, 0.66);
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

.hero-status strong {
  color: #ffb18d;
}

.page-hero {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 390px;
  padding: clamp(62px, 10vw, 116px) max(14px, calc((100vw - var(--max)) / 2)) clamp(46px, 7vw, 82px);
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.88), rgba(17, 17, 17, 0.42)),
    url("../img/brio-construction-site-hero.jpeg") center 24% / cover;
  color: var(--white);
}

.project-management-hero {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.34)),
    url("../img/project-management-hero.jpg") center 48% / cover;
}

.cost-commercial-hero {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.34)),
    url("../img/cost-commercial-hero.jpg") center 50% / cover;
}

.estimating-commercial-hero {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.84), rgba(17, 17, 17, 0.36)),
    url("../img/estimating-commercial-hero.jpg") center 48% / cover;
}

.construction-solutions-hero {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.32)),
    url("../img/construction-solutions-hero.jpg") center 52% / cover;
}

.property-development-hero {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.30)),
    url("../img/property-development-hero.jpg") center 58% / cover;
}

.page-hero h1,
.page-hero p:not(.eyebrow) {
  color: var(--white);
}

.page-hero h1 {
  max-width: 920px;
}

.page-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.page-hero .eyebrow {
  color: #ffb18d;
}

.section {
  position: relative;
}

.intro-band {
  margin-top: 26px;
}

.proof-strip {
  margin-top: -28px;
  padding: 0;
  position: relative;
  z-index: 4;
}

.proof-strip article {
  background: var(--charcoal);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.12);
}

.proof-strip p,
.proof-strip span,
.proof-strip strong {
  color: var(--white);
}

.proof-strip span {
  display: block;
  min-height: 2.8em;
  color: #ffb18d;
}

.card,
.values-grid article,
.audience-grid article,
.industry-grid article,
.experience-layout article,
.contact-card,
.stat-grid article,
.future-grid article,
.content-panel,
.contact-form {
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 2px;
}

.card {
  min-height: 286px;
  padding: 26px;
  border-top: 4px solid transparent;
}

.service-showcase .card:nth-child(1) { border-top-color: var(--brand); }
.service-showcase .card:nth-child(2) { border-top-color: var(--steel); }
.service-showcase .card:nth-child(3) { border-top-color: var(--ink); }
.service-showcase .card:nth-child(4) { border-top-color: var(--brand-deep); }
.service-showcase .card:nth-child(5) { border-top-color: #b89468; }

.service-showcase .card-action {
  font-size: clamp(14px, 1.08vw, 16px);
  line-height: 1.18;
  white-space: nowrap;
}

@media (max-width: 899px) {
  .service-showcase .card-action {
    white-space: normal;
  }
}

.icon-mark {
  width: 48px;
  height: 48px;
  background: var(--charcoal);
  border-radius: 50%;
}

.lifecycle-panel,
.industry-preview {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  width: 100%;
  max-width: none;
  padding: clamp(54px, 8vw, 96px) max(14px, calc((100vw - var(--max)) / 2));
}

.lifecycle-panel {
  background: var(--charcoal);
  color: var(--white);
}

.lifecycle-panel h2,
.lifecycle-panel .eyebrow {
  color: var(--white);
}

.lifecycle-panel .eyebrow {
  color: #ffb18d;
}

.lifecycle-steps {
  display: grid;
  gap: 8px;
  counter-reset: step;
}

.lifecycle-steps span {
  counter-increment: step;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
}

.lifecycle-steps span::before {
  content: counter(step, decimal-leading-zero);
  color: #ffb18d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.industry-preview {
  background: #dcd1c2;
  overflow: hidden;
}

.sector-marquee {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.sector-marquee span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.55);
  border-left: 4px solid var(--brand);
  color: var(--ink);
  font-weight: 900;
}

.audience-list a,
.contact-actions a,
.service-list li,
.check-list li {
  border-radius: 2px;
}

.audience-grid article:last-child,
.contact-strip {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(38, 34, 29, 0.96)),
    var(--charcoal);
}

.contact-strip {
  width: 100%;
  max-width: none;
  padding-inline: max(14px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  border: 0;
}

.contact-strip h2,
.contact-strip p,
.contact-strip .eyebrow {
  color: var(--white);
}

.contact-strip .eyebrow {
  color: #ffb18d;
}

.site-footer {
  background: #0f0e0c;
}

.site-footer img {
  filter: brightness(1.08);
}

@media (min-width: 560px) {
  .hero-status {
    grid-template-columns: repeat(2, 1fr);
  }

  .lifecycle-steps,
  .sector-marquee {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  body {
    padding-top: 86px;
  }

  .site-nav a {
    letter-spacing: 0;
  }

  .hero {
    display: block;
  }

  .hero-copy {
    min-height: calc(100vh - 86px);
    width: min(calc(100% - var(--pad-x) * 2), var(--max));
    margin: 0 auto;
  }

  .hero-actions {
    margin-top: 32px;
  }

  .hero-status {
    position: absolute;
    right: max(var(--pad-x), calc((100vw - var(--max)) / 2));
    bottom: 34px;
    left: auto;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    width: min(72vw, 1040px);
    margin: 0;
  }

  .intro-band {
    margin-top: 0;
  }

  .proof-strip {
    margin-top: -48px;
    grid-template-columns: repeat(4, 1fr);
  }

  .lifecycle-panel,
  .industry-preview {
    grid-template-columns: 0.72fr 1.28fr;
    align-items: start;
    gap: clamp(34px, 6vw, 86px);
  }

  .lifecycle-steps {
    grid-template-columns: repeat(7, minmax(88px, 1fr));
    gap: 0;
  }

  .lifecycle-steps span {
    min-height: 172px;
    align-items: flex-end;
    border-left: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }

  .lifecycle-steps span::before {
    writing-mode: horizontal-tb;
    transform: rotate(180deg);
  }

  .sector-marquee {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1240px) {
  .nav-menu {
    width: 380px;
    padding: 14px;
  }
}

@media (max-width: 899px) {
  .site-header {
    min-height: 76px;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    inset: 76px 0 0;
    height: 68vh;
  }

  .hero-copy {
    min-height: 68vh;
  }

  .hero-copy h1 {
    font-size: clamp(40px, 12vw, 62px);
  }

  .hero-status {
    margin-top: 96px;
  }
}

.hero .button.secondary {
  color: var(--white);
  background: rgba(17, 17, 17, 0.28);
  border-color: rgba(255, 255, 255, 0.34);
}

.proof-strip article,
.proof-strip article p {
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.78);
}

.proof-strip article strong {
  color: var(--white);
}

.proof-strip article span {
  color: #ffb18d;
}

@media (max-width: 899px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px;
    padding-right: max(14px, env(safe-area-inset-right, 0px));
  }

  .nav-toggle {
    position: static;
    grid-column: 2;
    grid-row: 1;
    z-index: 120;
    display: inline-flex !important;
    justify-self: end;
    visibility: visible !important;
    opacity: 1 !important;
    width: 86px;
    height: 46px;
    background: var(--charcoal);
    border-color: rgba(17, 17, 17, 0.22);
    color: var(--white);
  }

  .nav-toggle span {
    background: var(--white);
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    max-width: calc(100vw - 118px);
  }

  .brand img {
    width: min(190px, calc(100vw - 132px));
  }

  .hero-copy {
    width: calc(100% - 28px);
  }

}

@media (max-width: 899px) {
  .hero-copy h1 {
    max-width: min(342px, 100%);
    font-size: clamp(34px, 9.8vw, 42px);
    line-height: 1;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
}

@media (min-width: 900px) {
  .nav-badge {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 12px 0 0;
    color: var(--ink);
    border: 0;
    font-size: clamp(11px, 0.75vw, 14px);
    font-weight: 800;
    white-space: nowrap;
  }

  .site-nav > a,
  .nav-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--ink);
    min-height: 46px;
    padding: 0 13px;
    background: rgba(247, 242, 232, 0.86);
    border: 1px solid rgba(25, 23, 21, 0.1);
    border-radius: 4px;
    box-shadow: none;
    transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease;
  }

  .nav-group {
    display: flex;
    align-items: center;
  }

  .nav-parent {
    height: auto;
  }

  .site-nav > a:hover,
  .site-nav > a[aria-current="page"],
  .nav-group:hover > .nav-parent,
  .nav-group:focus-within > .nav-parent,
  .nav-parent[aria-current="page"] {
    color: var(--ink);
    background: rgba(238, 229, 213, 0.94);
    border-color: rgba(232, 91, 44, 0.24);
  }

  .site-nav > a[aria-current="page"]::before,
  .nav-parent[aria-current="page"]::before {
    content: none;
  }

  .site-nav > a[aria-current="page"],
  .nav-parent[aria-current="page"] {
    background: rgba(247, 242, 232, 0.86);
    border-color: rgba(25, 23, 21, 0.1);
  }

  .site-nav .nav-cta,
  .site-nav .nav-cta:hover,
  .site-nav .nav-cta[aria-current="page"] {
    color: var(--white);
    background: var(--brand);
    border-color: rgba(232, 91, 44, 0.36);
    border-radius: 4px;
    padding-inline: 14px;
  }
}

/* Clickable service boxes in the home-page proof strip */
.proof-strip article {
  position: relative;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.proof-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.proof-link::after {
  content: '';
  position: absolute;
  inset: 0;
}

.proof-strip article p {
  background: transparent;
}

.proof-strip article:hover,
.proof-strip article:focus-within {
  background: #241f1a;
  border-color: rgba(232, 91, 44, 0.55);
  transform: translateY(-3px);
}

.proof-strip article:focus-within {
  outline: 3px solid rgba(232, 91, 44, 0.42);
  outline-offset: 3px;
}

.proof-link:focus-visible {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .proof-strip article,
  .proof-strip article:hover,
  .proof-strip article:focus-within {
    transition: none;
    transform: none;
  }
}

/* Clickable audience tiles in the hero */
.hero-status span {
  position: relative;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-status-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.hero-status-link::after {
  content: '';
  position: absolute;
  inset: 0;
}

.hero-status span:hover,
.hero-status span:focus-within {
  background: rgba(17, 17, 17, 0.86);
  border-color: rgba(232, 91, 44, 0.6);
  transform: translateY(-3px);
}

.hero-status span:focus-within {
  outline: 3px solid rgba(232, 91, 44, 0.42);
  outline-offset: 3px;
}

.hero-status-link:focus-visible {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero-status span,
  .hero-status span:hover,
  .hero-status span:focus-within {
    transition: none;
    transform: none;
  }
}

/* The hero text block spans the full hero height and sits above the hero
   image (z-index 2), which swallowed clicks meant for the audience tiles
   underneath it. Let clicks fall through its empty area; its own content
   stays interactive. */
.hero-copy {
  pointer-events: none;
}

.hero-copy > * {
  pointer-events: auto;
}
