:root {
  --grayson-gold: #d99a5c;
}

@media (max-width: 0px) {
/* Our Industries — approved mockup refinement (source copy; authoritative rules follow the base block) */
.industries-section {
  padding-top: 62px;
  padding-bottom: 58px;
}

.industries-hero {
  grid-template-columns: minmax(0, 35fr) minmax(0, 65fr);
  gap: 32px;
}

.industries-intro h2 {
  width: 650px;
  max-width: 650px;
  margin-top: 27px;
  font-size: 46px;
  line-height: 1.12;
  white-space: nowrap;
}

.industries-intro h2 span {
  color: var(--grayson-gold);
}

.industries-intro p {
  max-width: 445px;
  margin-top: 22px;
  line-height: 1.65;
}

.industries-intro-indicator {
  position: relative;
  display: block;
  width: 132px;
  height: 1px;
  margin-top: 31px;
  background: linear-gradient(90deg, rgba(217, 154, 92, 0.82), rgba(217, 154, 92, 0.18));
}

.industries-intro-indicator i {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 11px;
  height: 11px;
  background: #e4a35f;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(217, 154, 92, 0.48);
  transform: translate(50%, -50%);
}

.industries-visual {
  position: relative;
  min-width: 0;
  margin-top: -25px;
  margin-right: -30px;
}

.industries-arcs {
  position: absolute;
  top: -63px;
  right: -12px;
  z-index: 2;
  width: 108%;
  height: calc(100% + 84px);
  overflow: visible;
  fill: none;
  stroke: rgba(217, 154, 92, 0.48);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  pointer-events: none;
}

.industries-arcs path:first-child {
  stroke: rgba(217, 154, 92, 0.3);
}

.industries-arcs circle {
  fill: #fff1d8;
  stroke: rgba(244, 194, 122, 0.92);
  filter: drop-shadow(0 0 5px rgba(244, 194, 122, 0.86));
}

.industries-overview {
  aspect-ratio: 1.98 / 1;
  border-radius: 49% 8% 9% 31% / 42% 9% 10% 57%;
}

.industries-overview::before {
  border: 0;
  box-shadow: inset 32px 0 48px rgba(3, 16, 30, 0.34);
}

.industries-overview::after {
  width: 82px;
}

.industries-lower {
  display: grid;
  margin-top: 22px;
  align-items: stretch;
  grid-template-columns: minmax(0, 64fr) minmax(0, 36fr);
  gap: 14px;
}

.industries-cards {
  margin-top: 0;
  gap: 10px;
}

.industry-card {
  min-height: 0;
  height: 248px;
  padding: 19px 10px 16px;
  justify-content: flex-start;
}

.industry-card::after {
  right: 16%;
  left: 16%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 245, 226, 1) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent, rgba(213, 138, 74, 0.62) 25%, #fff1d8 50%, rgba(213, 138, 74, 0.62) 75%, transparent);
  box-shadow:
    0 0 7px rgba(244, 194, 122, 0.72),
    0 0 17px rgba(217, 154, 92, 0.32);
}

.industry-card.is-active {
  background: linear-gradient(155deg, rgba(9, 27, 44, 0.72), rgba(3, 14, 27, 0.48));
  border-color: rgba(244, 194, 122, 0.96);
  box-shadow:
    inset 0 0 20px rgba(217, 154, 92, 0.045),
    0 0 11px rgba(217, 154, 92, 0.3);
}

.industry-card-icon {
  width: 58px;
  height: 58px;
}

.industry-card-icon svg {
  width: 31px;
  height: 31px;
}

.industry-card-number {
  margin-top: 13px;
  font-size: 15px;
}

.industry-card-title {
  display: flex;
  min-height: 52px;
  margin-top: 9px;
  align-items: flex-start;
  justify-content: center;
  font-size: 16px;
  line-height: 1.22;
}

.industry-detail {
  width: 100%;
  min-height: 0;
  height: 248px;
  margin: 0;
  grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
  grid-template-rows: auto minmax(0, 1fr);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 0 13px rgba(217, 154, 92, 0.13);
}

.industry-detail-copy {
  min-width: 0;
  padding: 16px 18px 5px 21px;
  grid-column: 1;
  grid-row: 1;
}

.industry-detail-number {
  font-size: 14px;
}

.industry-detail-title {
  margin-top: 4px;
  font-size: 21px;
  line-height: 1.08;
}

.industry-detail-body {
  margin-top: 7px;
  font-size: 9px;
  line-height: 1.45;
}

.industry-capabilities {
  display: grid;
  margin: 0;
  padding: 7px 16px 14px 21px;
  align-content: center;
  justify-content: stretch;
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, auto));
  grid-auto-flow: column;
  gap: 7px 10px;
}

.industry-capabilities::before {
  top: 0;
  right: 18px;
  bottom: auto;
  left: 21px;
  width: auto;
  height: 1px;
}

.industry-capabilities li {
  padding-left: 19px;
  font-size: 8px;
  line-height: 1.25;
}

.industry-capabilities li::before {
  top: -1px;
  width: 13px;
  height: 13px;
  font-size: 7px;
}

.industry-detail-visual {
  height: 100%;
  grid-column: 2;
  grid-row: 1 / 3;
}

.industry-detail-visual::after {
  width: 58px;
}

.industry-detail-image {
  object-position: 8% center;
  transition: object-position 0.42s ease;
}

@media (prefers-reduced-motion: reduce) {
  .industry-detail-image {
    transition: none;
  }
}

/* Responsive audit refinements — desktop composition remains unchanged above 1200px. */
.nav-toggle {
  display: none;
}

@media (max-width: 1200px) {
  .site-header {
    height: 112px;
    padding: 12px 32px;
  }

  .header-container {
    position: relative;
  }

  .brand-logo {
    width: 220px;
    transform: none;
  }

  .nav-toggle {
    position: relative;
    z-index: 12;
    display: grid;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 1px solid rgba(217, 154, 92, 0.58);
    border-radius: 50%;
    background: rgba(3, 18, 35, 0.78);
    cursor: pointer;
    place-content: center;
    gap: 7px;
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    background: var(--grayson-gold);
    transition: transform 220ms ease;
  }

  .site-header.is-menu-open .nav-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .site-header.is-menu-open .nav-toggle span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 11;
    display: grid;
    width: min(360px, calc(100vw - 64px));
    padding: 18px 22px;
    gap: 0;
    border: 1px solid rgba(217, 154, 92, 0.42);
    border-radius: 12px;
    background: rgba(3, 18, 35, 0.98);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
      opacity 220ms ease,
      visibility 220ms ease,
      transform 220ms ease;
  }

  .site-header.is-menu-open .main-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-link {
    width: 100%;
    padding: 11px 0;
  }

  .nav-indicator,
  .language-selector {
    display: none;
  }

  .hero {
    min-height: 0;
    background-position: 68% top;
    background-size: auto 680px;
  }

  .hero-container {
    min-height: 0;
    padding: 148px 32px 48px;
  }

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

  .hero-trust-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-metrics {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .trust-metric {
    min-width: 0;
  }

  .growth-model-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .growth-statement {
    white-space: normal;
  }

  .growth-commercial {
    width: 100%;
  }

  .growth-model-visual {
    min-height: 430px;
    margin-left: 0;
    border-radius: 18px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .growth-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

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

  .industries-intro h2 {
    width: auto;
    max-width: 760px;
    white-space: normal;
  }

  .industries-section .industries-visual,
  .industries-section.industries-motion-ready .industries-image-reveal,
  .industries-section.industries-motion-ready.is-visible .industries-image-reveal {
    top: 0;
    right: 0;
    transform: none;
  }

  .industries-lower {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .industries-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .industries-detail-panel {
    width: 100%;
    height: auto;
    min-height: 265px;
    grid-column: 1;
  }
}

@media (max-width: 820px) {
  .site-header {
    height: 96px;
    padding: 10px 24px;
  }

  .brand-logo {
    width: 190px;
  }

  .main-nav {
    width: min(340px, calc(100vw - 48px));
  }

  .hero {
    background-position: 62% top;
    background-size: auto 560px;
  }

  .hero-container {
    padding: 128px 24px 40px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-title {
    font-size: clamp(46px, 8vw, 60px);
  }

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

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

  .trust-metric:nth-child(odd) {
    border-left: 0;
  }

  .growth-model-section,
  .industries-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .growth-title {
    font-size: clamp(42px, 8vw, 56px);
  }

  .growth-model-visual {
    min-height: 360px;
  }

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

  .industry-card {
    height: auto;
    min-height: 210px;
  }

  .industry-detail {
    height: auto;
    padding-block: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .industry-detail-copy,
  .industry-capabilities,
  .industry-detail-visual {
    grid-column: 1;
    grid-row: auto;
  }

  .industry-detail-copy {
    padding: 24px 24px 10px;
  }

  .industry-capabilities {
    margin: 0;
    padding: 18px 24px 24px;
  }

  .industry-detail-visual {
    min-height: 230px;
    margin: 0;
    border-radius: 0 0 14px 14px;
  }

  .industry-detail-image {
    min-height: 230px;
    border-radius: 0 0 14px 14px;
  }

  .insight-preview {
    max-width: calc(100vw - 20px);
  }

  .back-to-top {
    width: 35.2px;
    height: 35.2px;
    padding: 0;
    border-radius: 50%;
  }

  .back-to-top::before {
    position: absolute;
    inset: -5px;
    content: "";
  }

  .back-to-top-label {
    display: none;
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 86px;
    padding: 8px 20px;
  }

  .brand-logo {
    width: 168px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
  }

  .main-nav {
    top: calc(100% + 8px);
    width: calc(100vw - 40px);
  }

  .hero {
    background-position: 58% top;
    background-size: auto 500px;
  }

  .hero-container {
    padding: 114px 20px 36px;
  }

  .hero-title {
    font-size: clamp(40px, 13vw, 54px);
    line-height: 1;
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-highlights {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .hero-highlight {
    max-width: none;
    padding: 0;
    border-left: 0;
  }

  .services-grid,
  .growth-pillars {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 190px;
  }

  .trust-metrics {
    grid-template-columns: 1fr;
  }

  .trust-metric,
  .trust-metric:nth-child(odd) {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .growth-model-section {
    padding: 60px 20px;
  }

  .growth-editorial {
    padding-right: 0;
    padding-left: 0;
  }

  .growth-title {
    font-size: clamp(38px, 11vw, 48px);
  }

  .growth-statement {
    font-size: 23px;
  }

  .growth-commercial {
    padding-right: 18px;
    padding-left: 18px;
  }

  .growth-model-visual {
    min-height: 290px;
  }

  .industries-section {
    padding: 62px 20px 68px;
  }

  .industries-intro h2 {
    font-size: clamp(36px, 10.5vw, 46px);
  }

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

  .industry-card {
    min-height: 195px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .industry-card-title {
    font-size: 15px;
  }

  .industry-capabilities {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }

  .insight-preview-content,
  .legal-preview-content {
    padding-right: 18px;
    padding-left: 18px;
  }

  .insight-preview h2 {
    overflow-wrap: anywhere;
    font-size: clamp(32px, 10.5vw, 42px);
  }

  .insight-preview-section {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
  }

  .insight-preview-section h3,
  .insight-preview-conclusion h3 {
    font-size: clamp(23px, 7vw, 29px);
  }

  .contact-panel {
    width: 100%;
    margin: 0;
  }
}

/* Focused small-mobile refinement; intentionally isolated from tablet/desktop. */
@media (max-width: 560px) {
  .header-container {
    z-index: 11;
  }

  .site-header.is-menu-open::after {
    position: fixed;
    z-index: 9;
    inset: 86px 0 0;
    background: rgba(2, 13, 25, 0.76);
    backdrop-filter: blur(2px);
    content: "";
    pointer-events: none;
  }

  .main-nav {
    z-index: 12;
    padding: 10px 18px;
  }

  .nav-link {
    padding-block: 8px;
  }

  .hero-title {
    font-size: clamp(34px, 10.8vw, 44px);
    line-height: 0.94;
  }

  .hero-title span {
    margin-top: 6px;
  }

  .hero-description {
    margin-top: 18px;
    padding-top: 13px;
  }

  .hero-highlights {
    margin-top: 20px;
    gap: 14px;
  }

  .hero-services {
    margin-top: 30px;
  }

  .hero-trust-bar {
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 18px;
  }

  .contact-email {
    grid-template-columns: 40px minmax(0, 1fr) 20px;
    gap: 8px;
    padding-bottom: 7px;
  }

  .contact-email-icon {
    width: 40px;
    height: 40px;
  }

  .contact-email-address {
    min-width: 0;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    font-size: clamp(15.5px, 4.3vw, 18px);
  }

  .contact-email-arrow {
    width: 20px;
    height: 20px;
  }

  .contact-values {
    margin-top: 30px;
  }

  .contact-value-item {
    grid-template-columns: 30.2px minmax(0, 1fr);
    gap: 10px;
    padding-block: 10.8px;
    font-size: 7.9px;
  }

  .contact-value-icon {
    width: 30.2px;
    height: 30.2px;
  }

  .contact-panel {
    padding: 25.5px 20.4px 123px;
    background-size: cover, auto 210px;
  }

  .contact-panel-title::before,
  .contact-panel-title::after {
    margin-block: 14px;
  }

  .contact-details {
    gap: 14px;
    padding-block: 20px;
  }

  .contact-registration {
    padding-bottom: 7px;
  }

  body.contact-panel-in-view .back-to-top {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .contact-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 300px;
    margin-inline: auto;
    gap: 7px 18px;
    text-align: center;
  }

  .contact-service-item {
    display: block;
  }

  .contact-service-item:last-of-type {
    grid-column: 1 / -1;
  }

  .contact-service-divider {
    display: none;
  }

  .legal-preview-meta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 10px;
    align-items: center;
  }

  .legal-preview-meta .insight-preview-reading-time {
    white-space: nowrap;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .legal-preview-meta .insight-preview-reading-time::before {
    width: 14px;
    margin-right: 8px;
  }

  .legal-preview-content h2 {
    font-size: clamp(42px, 11.5vw, 46px);
    line-height: 1;
  }

  .legal-preview-section h3 {
    font-size: clamp(28px, 7.8vw, 32px);
    line-height: 1.08;
  }

  .legal-preview-description,
  .legal-preview-section p,
  .legal-preview-section li {
    font-size: clamp(17px, 4.6vw, 19px);
    line-height: 1.55;
  }

  .legal-preview-section {
    padding-block: 25px;
  }
}

@media (max-width: 560px) {
  .header-container { z-index: 11; }

  .site-header.is-menu-open::after {
    position: fixed;
    inset: 86px 0 0;
    z-index: 10;
    background: rgba(2, 11, 21, 0.72);
    content: "";
    pointer-events: none;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .main-nav { padding: 10px 18px; }
  .nav-link { padding: 8px 0; }

  .hero-title {
    font-size: clamp(34px, 10.8vw, 44px);
    line-height: 0.94;
  }

  .hero-title span { margin-top: 6px; }

  .hero-description {
    margin-top: 18px;
    padding-top: 13px;
  }

  .hero-highlights {
    margin-top: 20px;
    gap: 14px;
  }

  .hero-services { margin-top: 30px; }

  .hero-trust-bar {
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 18px;
  }

  .contact-email {
    padding-bottom: 7px;
    grid-template-columns: 40px minmax(0, 1fr) 20px;
    gap: 8px;
  }

  .contact-email-icon {
    width: 40px;
    height: 40px;
  }

  .contact-email-address {
    min-width: 0;
    overflow-wrap: normal;
    word-break: normal;
    white-space: nowrap;
    font-size: clamp(15.5px, 4.3vw, 18px);
  }

  .contact-email-arrow { width: 20px; }
  .contact-values { margin-top: 30px; }

  .contact-value {
    padding-top: 10.8px;
    padding-bottom: 10.8px;
    grid-template-columns: 30.2px minmax(0, 1fr);
    gap: 10px;
    font-size: 7.9px;
  }

  .contact-value-icon {
    width: 30.2px;
    height: 30.2px;
  }

  .contact-panel {
    padding: 25.5px 20.4px 123px;
    background-size: cover, auto 210px;
  }

  .contact-panel h3::before { margin-bottom: 14px; }
  .contact-panel-accent { margin-top: 14px; }

  .contact-detail {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 14px;
  }

  .contact-registration { padding-bottom: 7px; }

  body.contact-panel-in-view .back-to-top {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .contact-services {
    display: grid;
    width: min(100%, 300px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 18px;
    line-height: 1.45;
  }

  .contact-service-item { display: block; }
  .contact-service-item:last-of-type { grid-column: 1 / -1; }
  .contact-service-divider { display: none; }

  .legal-preview .insight-preview-meta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 10px;
  }

  .legal-preview .insight-preview-reading-time {
    min-width: 0;
    font-size: 9px;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .legal-preview .insight-preview-reading-time:not(:empty)::before {
    width: 14px;
    margin-right: 8px;
  }

  .legal-preview h2 {
    font-size: clamp(42px, 11.5vw, 46px);
    line-height: 1;
  }

  .legal-preview .insight-preview-section h3,
  .legal-preview .insight-preview-conclusion h3 {
    font-size: clamp(28px, 7.8vw, 32px);
    line-height: 1.08;
  }

  .legal-preview .insight-preview-description,
  .legal-preview .insight-preview-section p,
  .legal-preview .insight-preview-conclusion p,
  .legal-preview .legal-preview-section ul {
    font-size: clamp(17px, 4.6vw, 19px);
    line-height: 1.55;
  }

  .legal-preview .insight-preview-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 560px) {
  .header-container {
    z-index: 11;
  }

  .site-header.is-menu-open::after {
    position: fixed;
    inset: 86px 0 0;
    z-index: 10;
    background: rgba(2, 11, 21, 0.72);
    content: "";
    pointer-events: none;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .main-nav {
    padding: 10px 18px;
  }

  .nav-link {
    padding: 8px 0;
  }

  .hero-title {
    font-size: clamp(34px, 10.8vw, 44px);
    line-height: 0.94;
  }

  .hero-title span {
    margin-top: 6px;
  }

  .hero-description {
    margin-top: 18px;
    padding-top: 13px;
  }

  .hero-highlights {
    margin-top: 20px;
    gap: 14px;
  }

  .hero-services {
    margin-top: 30px;
  }

  .hero-trust-bar {
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 18px;
  }

  .contact-email {
    padding-bottom: 7px;
    grid-template-columns: 40px minmax(0, 1fr) 20px;
    gap: 8px;
  }

  .contact-email-icon {
    width: 40px;
    height: 40px;
  }

  .contact-email-address {
    min-width: 0;
    overflow-wrap: normal;
    word-break: normal;
    white-space: nowrap;
    font-size: clamp(15.5px, 4.3vw, 18px);
  }

  .contact-email-arrow {
    width: 20px;
  }

  .contact-values {
    margin-top: 30px;
  }

  .contact-value {
    padding-top: 10.8px;
    padding-bottom: 10.8px;
    grid-template-columns: 30.2px minmax(0, 1fr);
    gap: 10px;
    font-size: 7.9px;
  }

  .contact-value-icon {
    width: 30.2px;
    height: 30.2px;
  }

  .contact-panel {
    padding: 25.5px 20.4px 123px;
    background-size: cover, auto 210px;
  }

  .contact-panel h3::before {
    margin-bottom: 14px;
  }

  .contact-panel-accent {
    margin-top: 14px;
  }

  .contact-detail {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 14px;
  }

  .contact-registration {
    padding-bottom: 7px;
  }

  body.contact-panel-in-view .back-to-top {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .contact-services {
    display: grid;
    width: min(100%, 300px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 18px;
    line-height: 1.45;
  }

  .contact-service-item {
    display: block;
  }

  .contact-service-item:last-of-type {
    grid-column: 1 / -1;
  }

  .contact-service-divider {
    display: none;
  }

  .legal-preview .insight-preview-meta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 10px;
  }

  .legal-preview .insight-preview-reading-time {
    min-width: 0;
    font-size: 9px;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .legal-preview .insight-preview-reading-time:not(:empty)::before {
    width: 14px;
    margin-right: 8px;
  }

  .legal-preview h2 {
    font-size: clamp(42px, 11.5vw, 46px);
    line-height: 1;
  }

  .legal-preview .insight-preview-section h3,
  .legal-preview .insight-preview-conclusion h3 {
    font-size: clamp(28px, 7.8vw, 32px);
    line-height: 1.08;
  }

  .legal-preview .insight-preview-description,
  .legal-preview .insight-preview-section p,
  .legal-preview .insight-preview-conclusion p,
  .legal-preview .legal-preview-section ul {
    font-size: clamp(17px, 4.6vw, 19px);
    line-height: 1.55;
  }

  .legal-preview .insight-preview-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* Focused small-mobile refinement. */
@media (max-width: 560px) {
  .header-container {
    z-index: 11;
  }

  .site-header.is-menu-open::after {
    position: fixed;
    top: 86px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(2, 11, 21, 0.72);
    content: "";
    pointer-events: none;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .main-nav {
    padding: 10px 18px;
  }

  .nav-link {
    padding: 8px 0;
  }

  .hero-title {
    font-size: clamp(34px, 10.8vw, 44px);
    line-height: 0.94;
  }

  .hero-title span {
    margin-top: 6px;
  }

  .hero-description {
    margin-top: 18px;
    padding-top: 13px;
  }

  .hero-highlights {
    margin-top: 20px;
    gap: 14px;
  }

  .hero-services {
    margin-top: 30px;
  }

  .hero-trust-bar {
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 18px;
  }

  .contact-email {
    padding-bottom: 7px;
    grid-template-columns: 40px minmax(0, 1fr) 20px;
    gap: 8px;
  }

  .contact-email-icon {
    width: 40px;
    height: 40px;
  }

  .contact-email-address {
    min-width: 0;
    overflow-wrap: normal;
    word-break: normal;
    white-space: nowrap;
    font-size: clamp(15.5px, 4.3vw, 18px);
  }

  .contact-email-arrow {
    width: 20px;
  }

  .contact-values {
    margin-top: 30px;
  }

  .contact-value {
    padding-top: 10.8px;
    padding-bottom: 10.8px;
    grid-template-columns: 30.2px minmax(0, 1fr);
    gap: 10px;
    font-size: 7.9px;
  }

  .contact-value-icon {
    width: 30.2px;
    height: 30.2px;
  }

  .contact-panel {
    padding: 25.5px 20.4px 123px;
    background-size: cover, auto 210px;
  }

  .contact-panel h3::before {
    margin-bottom: 14px;
  }

  .contact-panel-accent {
    margin-top: 14px;
  }

  .contact-detail {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 14px;
  }

  .contact-registration {
    padding-bottom: 7px;
  }

  body.contact-panel-in-view .back-to-top {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .contact-services {
    display: grid;
    width: min(100%, 300px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 18px;
    line-height: 1.45;
  }

  .contact-service-item {
    display: block;
  }

  .contact-service-item:last-of-type {
    grid-column: 1 / -1;
  }

  .contact-service-divider {
    display: none;
  }

  .legal-preview .insight-preview-meta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 10px;
  }

  .legal-preview .insight-preview-reading-time {
    min-width: 0;
    font-size: 9px;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .legal-preview .insight-preview-reading-time:not(:empty)::before {
    width: 14px;
    margin-right: 8px;
  }

  .legal-preview h2 {
    font-size: clamp(42px, 11.5vw, 46px);
    line-height: 1;
  }

  .legal-preview .insight-preview-section h3,
  .legal-preview .insight-preview-conclusion h3 {
    font-size: clamp(28px, 7.8vw, 32px);
    line-height: 1.08;
  }

  .legal-preview .insight-preview-description,
  .legal-preview .insight-preview-section p,
  .legal-preview .insight-preview-conclusion p,
  .legal-preview .legal-preview-section ul {
    font-size: clamp(17px, 4.6vw, 19px);
    line-height: 1.55;
  }

  .legal-preview .insight-preview-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}


/* Our Industries — authoritative desktop structure and scale */
.industries-hero {
  grid-template-columns: minmax(0, 36fr) minmax(0, 64fr);
  gap: 30px;
}

.industries-intro {
  min-width: 0;
}

.industries-intro h2 {
  width: 100%;
  max-width: 610px;
  overflow: visible;
  font-size: 43px;
  line-height: 1.14;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.industries-visual {
  min-width: 0;
  margin: 0;
  align-self: center;
}

.industries-arcs {
  right: -8px;
  width: 102%;
}

.industries-overview::before {
  border: 1px solid rgba(217, 154, 92, 0.42);
}

.industries-lower {
  margin-top: 18px;
  align-items: start;
  grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
  gap: 15px;
}

.industries-card-grid,
.industries-detail-panel {
  min-width: 0;
}

.industries-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.industry-card {
  width: 100%;
  height: 244px;
  min-width: 0;
  min-height: 0;
  padding: 20px 9px 18px;
}

.industry-card-icon {
  width: 62px;
  height: 62px;
}

.industry-card-icon svg {
  width: 33px;
  height: 33px;
}

.industry-card-number {
  margin-top: 13px;
}

.industry-card-title {
  width: 92%;
  max-width: 92%;
  min-height: 0;
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.18;
  overflow-wrap: normal;
  word-break: normal;
}

.industry-card::after {
  right: 0;
  bottom: 15px;
  left: 0;
  width: 76px;
  margin: 0 auto;
}

.industries-detail-panel {
  width: 100%;
  height: 298px;
  margin-top: -20px;
  align-self: start;
  grid-column: 2;
}

.industry-detail {
  grid-template-columns: minmax(0, 68fr) minmax(0, 32fr);
}

.industry-detail-copy {
  overflow: hidden;
  padding: 18px 19px 5px 21px;
}

.industry-detail-number {
  font-size: 19px;
}

.industry-detail-title {
  margin-top: 5px;
  font-size: 27px;
  line-height: 1.08;
}

.industry-detail-body {
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.45;
}

.industry-capabilities {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 9px 16px 17px 21px;
  gap: 8px 14px;
}

.industry-capabilities li {
  min-width: 0;
  padding-left: 21px;
  font-size: 11px;
  line-height: 1.28;
  overflow-wrap: normal;
  word-break: normal;
}

.industry-capabilities li::before {
  width: 15px;
  height: 15px;
  font-size: 8px;
}

/* Our Industries — strict desktop structure repair */
.industries-hero {
  grid-template-columns: minmax(0, 38fr) minmax(0, 62fr);
  gap: 28px;
}

.industries-intro {
  min-width: 0;
}

.industries-intro h2 {
  width: 100%;
  max-width: 620px;
  font-size: 40px;
  overflow: visible;
  white-space: nowrap;
}

.industries-visual {
  min-width: 0;
  margin: 0;
  align-self: center;
}

.industries-arcs {
  right: -8px;
  width: 102%;
}

.industries-overview::before {
  border: 1px solid rgba(217, 154, 92, 0.42);
}

.industries-lower {
  margin-top: 18px;
  grid-template-columns: minmax(0, 63fr) minmax(0, 37fr);
  gap: 18px;
}

.industries-card-grid,
.industries-detail-panel {
  min-width: 0;
}

.industries-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.industry-card {
  width: 100%;
  height: 248px;
  min-width: 0;
}

.industry-card-title {
  width: 100%;
  max-width: 124px;
  min-height: 58px;
  font-size: 15px;
  line-height: 1.16;
  overflow-wrap: normal;
  word-break: normal;
}

.industries-detail-panel {
  width: 100%;
  height: 248px;
  align-self: stretch;
  grid-column: 2;
}

.industry-detail {
  grid-template-columns: minmax(0, 66fr) minmax(0, 34fr);
}

.industry-detail-copy {
  overflow: hidden;
}

.industry-detail-body {
  font-size: 10px;
  line-height: 1.42;
}

.industry-capabilities {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
}

.industry-capabilities li {
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
}

/* Our Industries — final scale and proportion corrections */
.industries-hero {
  grid-template-columns: minmax(0, 36fr) minmax(0, 64fr);
  gap: 30px;
}

.industries-intro h2 {
  width: 100%;
  max-width: 610px;
  font-size: 43px;
  line-height: 1.14;
  letter-spacing: -0.01em;
}

.industries-visual {
  margin: 0;
}

.industries-lower {
  grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
  gap: 15px;
  align-items: start;
}

.industries-card-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.industry-card {
  height: 244px;
  min-height: 0;
  padding: 20px 9px 18px;
}

.industry-card-icon {
  width: 62px;
  height: 62px;
}

.industry-card-icon svg {
  width: 33px;
  height: 33px;
}

.industry-card-number {
  margin-top: 13px;
}

.industry-card-title {
  width: 92%;
  max-width: 92%;
  min-height: 0;
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.18;
}

.industry-card::after {
  right: 0;
  bottom: 15px;
  left: 0;
  width: 76px;
  margin: 0 auto;
}

.industries-detail-panel {
  width: 100%;
  height: 298px;
  margin-top: -20px;
  align-self: start;
}

.industry-detail {
  grid-template-columns: minmax(0, 68fr) minmax(0, 32fr);
}

.industry-detail-copy {
  padding: 18px 19px 5px 21px;
}

.industry-detail-number {
  font-size: 19px;
}

.industry-detail-title {
  margin-top: 5px;
  font-size: 27px;
  line-height: 1.08;
}

.industry-detail-body {
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.45;
}

.industry-capabilities {
  padding: 9px 16px 17px 21px;
  gap: 8px 14px;
}

.industry-capabilities li {
  padding-left: 21px;
  font-size: 11px;
  line-height: 1.28;
}

.industry-capabilities li::before {
  width: 15px;
  height: 15px;
  font-size: 8px;
}
}

/* Our Process */
.process-section {
  --process-active-stage: 1;
  position: relative;
  overflow: hidden;
  padding: 58px 48px 46px;
  background:
    radial-gradient(circle at 68% 23%, rgba(217, 154, 92, 0.082), transparent 34%),
    linear-gradient(145deg, #041120 0%, #07182a 54%, #041220 100%);
  border-top: 1px solid rgba(217, 154, 92, 0.12);
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(217, 154, 92, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 154, 92, 0.026) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, transparent 2%, #000 32%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent 2%, #000 32%, #000 92%, transparent);
  pointer-events: none;
}

.process-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 420px;
  z-index: 0;
  background-image:
    radial-gradient(circle at 59% 35%, rgba(4, 17, 32, 0.12) 0%, rgba(4, 17, 32, 0.07) 1.5%, transparent 4%),
    linear-gradient(90deg, #041120 0%, rgba(4, 17, 32, 0.97) 15%, rgba(4, 17, 32, 0.62) 31%, transparent 52%),
    url("../assets/images/process-world-map.png");
  background-repeat: no-repeat;
  background-position: 0 0, 0 0, right 2% top -55px;
  background-size: 100% 100%, 100% 100%, 78% auto;
  opacity: 0.78;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, rgba(0, 0, 0, 0.55) 90%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 78%, rgba(0, 0, 0, 0.55) 90%, transparent 100%);
  pointer-events: none;
}

.process-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.process-intro {
  position: relative;
  z-index: 2;
  max-width: 590px;
}

.process-eyebrow {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding-bottom: 14px;
  color: var(--grayson-gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.process-eyebrow::after,
.process-intro h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: var(--grayson-gold);
}

.process-eyebrow::after {
  position: absolute;
  left: 0;
  bottom: 0;
}

.process-intro h2 {
  color: #ffffff;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 4.45vw, 68px);
  font-weight: 400;
  line-height: 1.01;
  letter-spacing: -0.025em;
}

.process-intro h2::after {
  margin-top: 19px;
}

.process-intro p {
  max-width: 570px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
}

.process-timeline {
  position: relative;
  margin-top: 42px;
}

.process-timeline::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  z-index: 0;
  height: 100px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(3, 17, 32, 0.08) 6%,
    rgba(3, 17, 32, 0.58) 34%,
    rgba(3, 17, 32, 0.88) 72%,
    rgba(3, 17, 32, 0.78) 90%,
    transparent 100%
  );
  pointer-events: none;
}

.process-route {
  position: absolute;
  top: 36px;
  right: 10%;
  left: 10%;
  z-index: 0;
  height: 1px;
  overflow: visible;
  background: linear-gradient(90deg, rgba(217, 154, 92, 0.34), rgba(244, 194, 122, 0.82) 22%, rgba(217, 154, 92, 0.78) 78%, rgba(217, 154, 92, 0.34));
  box-shadow:
    0 0 8px rgba(217, 154, 92, 0.18),
    0 0 18px rgba(217, 154, 92, 0.06);
}

.process-route::after {
  content: "";
  position: absolute;
  inset: -2px 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 232, 198, 0.05) 35%, rgba(255, 232, 198, 0.9) 50%, rgba(217, 154, 92, 0.1) 65%, transparent 100%);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
}

.process-route i {
  position: absolute;
  top: -2px;
  left: calc(var(--process-active-stage) * 21%);
  width: 10%;
  height: 7px;
  background: radial-gradient(ellipse, rgba(255, 240, 218, 1), rgba(217, 154, 92, 0.58) 38%, transparent 72%);
  filter: blur(1.2px);
  opacity: 0.86;
  transition: left 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.process-stages {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-stage {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 0 16px;
  align-items: center;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.68);
  background: none;
  border: 0;
  font: inherit;
  text-align: center;
  cursor: pointer;
}

.process-stage::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 0;
  left: 0;
  z-index: 0;
  height: 7px;
  background: radial-gradient(ellipse, rgba(255, 232, 198, 0.82), rgba(217, 154, 92, 0.3) 40%, transparent 72%);
  filter: blur(1px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.process-stage:hover::before,
.process-stage:focus-visible::before {
  opacity: 0.38;
}

.process-stage.is-active::before {
  opacity: 0.68;
}

.process-stage-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  color: var(--grayson-gold);
  background: rgba(5, 19, 34, 0.9);
  border: 1px solid rgba(217, 154, 92, 0.78);
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(217, 154, 92, 0);
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.process-stage-icon svg {
  width: 35px;
  height: 35px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-stage-number {
  margin-top: 12px;
  color: var(--grayson-gold);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.process-stage-title {
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.15;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.process-stage-summary {
  max-width: 236px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.61);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.62;
  transition: color 0.3s ease;
}

.process-stage:hover .process-stage-icon,
.process-stage:focus-visible .process-stage-icon {
  color: #f0b578;
  border-color: rgba(240, 181, 120, 0.96);
  box-shadow: 0 0 18px rgba(217, 154, 92, 0.2);
}

.process-stage:hover .process-stage-title,
.process-stage:focus-visible .process-stage-title {
  color: #ffffff;
}

.process-stage:focus-visible {
  outline: 1px solid rgba(255, 222, 181, 0.9);
  outline-offset: 7px;
  border-radius: 8px;
}

.process-stage.is-active .process-stage-icon {
  color: #ffd09b;
  border-color: #f0ad68;
  background: rgba(15, 34, 52, 0.96);
  box-shadow:
    0 0 8px rgba(244, 194, 122, 0.95),
    0 0 18px rgba(213, 138, 74, 0.6),
    0 0 30px rgba(213, 138, 74, 0.22);
}

.process-stage.is-active .process-stage-title {
  color: #ffffff;
  text-shadow: 0 0 16px rgba(217, 154, 92, 0.2);
}

.process-stage.is-active .process-stage-summary {
  color: rgba(255, 255, 255, 0.76);
}

.process-detail {
  --process-detail-padding-block: 24px;
  display: grid;
  min-height: 220px;
  margin-top: 34px;
  overflow: hidden;
  grid-template-columns: minmax(0, 42fr) minmax(0, 24fr) minmax(0, 34fr);
  background: linear-gradient(110deg, rgba(11, 31, 49, 0.58), rgba(6, 20, 35, 0.3));
  border: 1px solid rgba(217, 154, 92, 0.3);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 22px 52px rgba(0, 0, 0, 0.14);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.process-detail.is-changing {
  opacity: 0;
  transform: translateY(7px);
}

.process-detail-copy {
  display: grid;
  padding: var(--process-detail-padding-block) 30px var(--process-detail-padding-block) 38px;
  align-content: start;
  align-items: baseline;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 12px;
}

.process-detail-number {
  position: relative;
  display: block;
  margin-top: 0;
  padding-bottom: 0;
  color: var(--grayson-gold);
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.process-detail-number::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 48px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(213, 138, 74, 0) 0%,
    rgba(213, 138, 74, 0.55) 24%,
    rgba(255, 240, 218, 1) 50%,
    rgba(213, 138, 74, 0.55) 76%,
    rgba(213, 138, 74, 0) 100%
  );
  box-shadow:
    0 0 7px rgba(244, 194, 122, 0.72),
    0 0 15px rgba(213, 138, 74, 0.34);
  transform: translateX(-50%);
}

.process-detail-title {
  margin: 0;
  color: #ffffff;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}

.process-detail-body {
  margin-top: 14px;
  margin-bottom: 0;
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
}

.process-capabilities {
  position: relative;
  display: flex;
  margin: 0;
  padding: var(--process-detail-padding-block) 30px;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  color: var(--grayson-gold);
  list-style: none;
}

.process-capabilities::before {
  content: "";
  position: absolute;
  top: var(--process-detail-padding-block);
  bottom: var(--process-detail-padding-block);
  left: 0;
  width: 1px;
  background: rgba(217, 154, 92, 0.22);
}

.process-capabilities li {
  position: relative;
  padding-left: 29px;
  font-size: 12px;
  line-height: 1.3;
}

.process-capabilities li:last-child {
  margin-bottom: 0;
}

.process-capabilities li::before {
  content: "✓";
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(217, 154, 92, 0.8);
  border-radius: 50%;
  font-size: 10px;
}

.process-detail-visual {
  position: relative;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0 14px 14px 0;
  box-shadow: none;
}

.process-detail-visual::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 120px;
  background: linear-gradient(
    90deg,
    rgba(3, 17, 32, 0.98) 0%,
    rgba(3, 17, 32, 0.88) 18px,
    rgba(3, 17, 32, 0.62) 42px,
    rgba(3, 17, 32, 0.3) 68px,
    rgba(3, 17, 32, 0.08) 92px,
    rgba(3, 17, 32, 0) 120px
  );
  pointer-events: none;
}

.process-detail-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0 14px 14px 0;
  box-shadow: none;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.02);
}

.process-helper {
  display: flex;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(217, 154, 92, 0.82);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.015em;
}

.process-helper-icon {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 28px;
  justify-content: center;
  border: 1px solid rgba(217, 154, 92, 0.9);
  border-radius: 9px;
}

.process-helper-icon i {
  width: 1px;
  height: 7px;
  margin-top: 4px;
  background: #f4c27a;
  border-radius: 1px;
  box-shadow: 0 0 5px rgba(217, 154, 92, 0.4);
}

.process-timeline.route-is-travelling .process-route::after {
  animation: process-active-route-light 0.76s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.process-section.process-motion-ready .process-reveal,
.process-section.process-motion-ready .process-stage {
  opacity: 0;
  transform: translateY(16px);
}

.process-section.process-motion-ready.is-visible .process-reveal,
.process-section.process-motion-ready.is-visible .process-stage {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.68s ease,
    transform 0.68s ease;
}

.process-section.process-motion-ready.is-visible .process-intro { transition-delay: 0.04s; }
.process-section.process-motion-ready.is-visible .process-timeline { transition-delay: 0.18s; }
.process-section.process-motion-ready.is-visible .process-stage:nth-child(1) { transition-delay: 0.26s; }
.process-section.process-motion-ready.is-visible .process-stage:nth-child(2) { transition-delay: 0.34s; }
.process-section.process-motion-ready.is-visible .process-stage:nth-child(3) { transition-delay: 0.42s; }
.process-section.process-motion-ready.is-visible .process-stage:nth-child(4) { transition-delay: 0.5s; }
.process-section.process-motion-ready.is-visible .process-stage:nth-child(5) { transition-delay: 0.58s; }
.process-section.process-motion-ready.is-visible .process-detail { transition-delay: 0.66s; }

.process-section.process-motion-ready.is-visible .process-route::after {
  animation: process-route-light 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.32s both;
}

@keyframes process-route-light {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  55% {
    opacity: 0.78;
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes process-active-route-light {
  0% {
    opacity: 0;
    transform: translateX(-42%) scaleX(0.08);
  }
  38% {
    opacity: 0.92;
  }
  100% {
    opacity: 0;
    transform: translateX(42%) scaleX(0.13);
  }
}

@media (max-width: 1100px) {
  .process-section {
    padding-right: 32px;
    padding-left: 32px;
  }

  .process-section::after {
    height: 400px;
    background-position: 0 0, 0 0, right -8% top -55px;
    background-size: 100% 100%, 100% 100%, 88% auto;
    opacity: 0.74;
  }

  .process-stage {
    padding-right: 10px;
    padding-left: 10px;
  }

  .process-stage-title {
    font-size: 23px;
  }

  .process-detail {
    height: auto;
    grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);
  }

  .process-detail-visual {
    min-height: 280px;
    grid-column: 1 / -1;
    border-radius: 0 0 13px 13px;
  }

  .process-detail-image {
    border-radius: 0 0 13px 13px;
  }

  .process-detail-visual::after {
    right: 0;
    bottom: auto;
    width: auto;
    height: 28px;
    background: linear-gradient(180deg, rgba(6, 20, 35, 0.3), transparent 100%);
  }
}

@media (max-width: 820px) {
  .process-section {
    padding: 52px 24px 44px;
  }

  .process-section::after {
    height: 360px;
    background-position: 0 0, 0 0, right -24% top -45px;
    background-size: 100% 100%, 100% 100%, 106% auto;
    opacity: 0.58;
  }

  .process-intro {
    max-width: 540px;
  }

  .process-intro h2 {
    font-size: clamp(42px, 8vw, 58px);
  }

  .process-timeline {
    margin-top: 36px;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .process-stages {
    min-width: 880px;
  }

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

  .process-capabilities {
    margin: 0 30px;
    padding: 24px 8px;
    border-top: 1px solid rgba(217, 154, 92, 0.2);
    border-left: 0;
  }

  .process-capabilities::before {
    display: none;
  }

  .process-detail-visual {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .process-section::after {
    height: 330px;
    background-position: 0 0, 0 0, right -42% top -35px;
    background-size: 100% 100%, 100% 100%, 136% auto;
    opacity: 0.4;
  }

  .process-timeline {
    overflow: visible;
  }

  .process-route {
    display: none;
  }

  .process-stages {
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .process-stage {
    display: grid;
    grid-template-columns: 58px 42px 1fr;
    grid-template-rows: auto auto;
    padding: 0;
    column-gap: 12px;
    text-align: left;
  }

  .process-stage::before {
    display: none;
  }

  .process-stage-icon {
    width: 58px;
    height: 58px;
    grid-row: 1 / 3;
  }

  .process-stage-icon svg {
    width: 29px;
    height: 29px;
  }

  .process-stage-number,
  .process-stage-title,
  .process-stage-summary {
    margin-top: 0;
  }

  .process-stage-number {
    align-self: end;
  }

  .process-stage-title {
    align-self: end;
  }

  .process-stage-summary {
    max-width: none;
    grid-column: 2 / 4;
  }

  .process-detail-copy {
    padding: 28px 24px 24px;
  }

  .process-capabilities {
    margin: 0 24px;
  }

  .process-detail-visual,
  .process-detail-image {
    min-height: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-section.process-motion-ready .process-reveal,
  .process-section.process-motion-ready .process-stage {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .process-section.process-motion-ready.is-visible .process-route::after {
    animation: none;
  }

  .process-timeline.route-is-travelling .process-route::after {
    animation: none;
  }

  .process-detail {
    transition: none;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 300;
  background-color: #071426;
  color: #ffffff;
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 248px;
  padding: 12px 48px;
  background: linear-gradient(180deg, rgba(3, 13, 26, 0.82), transparent);
}

.header-container {
  width: 100%;
  height: 100%;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 336px;
  height: auto;
  align-self: center;
  object-fit: contain;
  transform: scale(0.74);
  transform-origin: left center;
}

.nav-toggle {
  display: none;
}

.main-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-link {
  position: relative;
  color: var(--grayson-gold);
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.25s ease;
}

.nav-link:active,
.nav-link:focus-visible,
.nav-link.active {
  color: var(--grayson-gold);
}

.nav-indicator {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 1.5px;
  background: linear-gradient(
    90deg,
    rgba(202, 126, 58, 0) 0%,
    rgba(225, 151, 76, 0.9) 20%,
    rgba(255, 224, 165, 1) 50%,
    rgba(225, 151, 76, 0.9) 80%,
    rgba(202, 126, 58, 0) 100%
  );
  box-shadow:
    0 0 4px rgba(255, 205, 125, 0.95),
    0 0 9px rgba(236, 158, 78, 0.75),
    0 0 16px rgba(219, 133, 58, 0.38);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    width 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease;
}

.nav-indicator.is-positioned {
  opacity: 1;
}

@media (max-width: 820px) {
  .nav-indicator {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-indicator {
    transition: none;
  }
}

.language-selector {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--grayson-gold);
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #04101f url("../assets/images/hero-background.png") right top / auto 80% no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 12, 24, 0.6) 0%, rgba(3, 15, 29, 0.32) 36%, rgba(4, 16, 31, 0.02) 70%, rgba(3, 14, 27, 0.09) 100%),
    linear-gradient(180deg, rgba(3, 14, 27, 0.02) 0%, rgba(3, 14, 27, 0.04) 38%, rgba(3, 14, 27, 0.32) 63%, rgba(3, 14, 27, 0.5) 100%);
  pointer-events: none;
}

.hero-city-animation {
  --city-shift-x: 0px;
  --city-shift-y: 0px;
  position: absolute;
  inset: 5% 2% 38%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(var(--city-shift-x), var(--city-shift-y), 0);
  transition: transform 0.7s ease-out;
}

.city-connections {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(217, 154, 92, 0.2);
  stroke-width: 1;
  stroke-dasharray: 4 13;
}

.city-connections path {
  animation: city-line-flow 14s linear infinite;
}

.city-connections path:nth-child(2) {
  animation-delay: -6s;
}

.city-connections path:nth-child(3) {
  animation-delay: -12s;
}

.city-node {
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--grayson-gold);
  border: 1px solid rgba(217, 154, 92, 0.7);
  border-radius: 50%;
  box-shadow:
    0 0 9px rgba(217, 154, 92, 0.62),
    0 0 20px rgba(217, 154, 92, 0.25);
  opacity: 0.45;
  animation: city-node-pulse 4.8s ease-in-out infinite;
}

.city-node-2 { top: 14%; left: 30%; animation-delay: -2.1s; }
.city-node-3 { top: 37%; left: 44.5%; animation-delay: -3.7s; }
.city-node-4 { top: 23%; left: 61%; animation-delay: -1.2s; }
.city-node-5 { top: 18%; left: 75.5%; animation-delay: -4.6s; }
.city-node-6 { top: 59%; left: 27.5%; animation-delay: -2.9s; }
.city-node-7 { top: 55%; left: 86.5%; animation-delay: -5.1s; }

.skyline-light {
  position: absolute;
  width: 3px;
  height: 3px;
  background: var(--grayson-gold);
  border-radius: 50%;
  box-shadow: 0 0 7px rgba(217, 154, 92, 0.6);
  opacity: 0.22;
  animation: skyline-light-shimmer 4.2s ease-in-out infinite;
}

.skyline-light-1 { top: 43%; left: 48%; animation-delay: -0.8s; }
.skyline-light-2 { top: 52%; left: 54%; animation-delay: -3.1s; }
.skyline-light-3 { top: 38%; left: 59%; animation-delay: -1.7s; }
.skyline-light-4 { top: 57%; left: 65%; animation-delay: -4.4s; }
.skyline-light-5 { top: 46%; left: 71%; animation-delay: -2.5s; }
.skyline-light-6 { top: 61%; left: 78%; animation-delay: -5.2s; }

.skyline-lights {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.financial-highlights {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(217, 154, 92, 0.24);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 44 172;
}

.financial-highlights path {
  animation: financial-highlight-flow 9.5s linear infinite;
}

.financial-highlights path:nth-child(2) {
  animation-delay: -8s;
}

@keyframes city-node-pulse {
  0%, 100% {
    opacity: 0.28;
    transform: scale(0.85);
  }
  50% {
    opacity: 0.84;
    transform: scale(1.35);
  }
}

@keyframes city-line-flow {
  to {
    stroke-dashoffset: -68;
  }
}

@keyframes skyline-light-shimmer {
  0%, 100% {
    opacity: 0.18;
    transform: scale(0.85);
  }
  50% {
    opacity: 0.88;
    transform: scale(1.2);
  }
}

@keyframes financial-highlight-flow {
  to {
    stroke-dashoffset: -432;
  }
}

.services-grid.cards-enter .service-card {
  animation: service-card-enter 0.82s ease-out both;
}

.services-grid.cards-enter .service-card:nth-child(2) { animation-delay: 0.12s; }
.services-grid.cards-enter .service-card:nth-child(3) { animation-delay: 0.24s; }
.services-grid.cards-enter .service-card:nth-child(4) { animation-delay: 0.36s; }
.services-grid.cards-enter .service-card:nth-child(5) { animation-delay: 0.48s; }

@keyframes service-card-enter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-city-animation {
    transform: none;
    transition: none;
  }

  .city-node,
  .city-connections path,
  .skyline-light,
  .financial-highlights path,
  .services-grid.cards-enter .service-card {
    animation: none;
  }
}

/* Growth model section — mockup-aligned composition. */
.growth-model-section {
  position: relative;
  overflow: hidden;
  padding: 54px 48px 72px;
  background:
    radial-gradient(circle at 53% 32%, rgba(217, 154, 92, 0.085), transparent 30%),
    linear-gradient(145deg, #061426 0%, #091c30 52%, #061524 100%);
  border-top: 1px solid rgba(217, 154, 92, 0.16);
}

.growth-model-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(217, 154, 92, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 154, 92, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.42;
  -webkit-mask-image: linear-gradient(90deg, transparent 8%, rgba(0, 0, 0, 0.7) 48%, transparent 96%);
  mask-image: linear-gradient(90deg, transparent 8%, rgba(0, 0, 0, 0.7) 48%, transparent 96%);
  pointer-events: none;
}

.growth-model-section::after {
  content: "";
  position: absolute;
  top: 8%;
  left: 39%;
  width: 34%;
  height: 68%;
  background: radial-gradient(ellipse, rgba(217, 154, 92, 0.075), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}

.growth-model-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.growth-model-grid {
  display: grid;
  grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
  align-items: stretch;
  gap: 0;
  isolation: isolate;
}

.growth-model-content {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: none;
  flex-direction: column;
}

.growth-editorial {
  padding: 8px 10px 0 8px;
}

.growth-eyebrow {
  position: relative;
  display: block;
  margin-bottom: 22px;
  padding-bottom: 17px;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.growth-eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 1px;
  background: var(--grayson-gold);
}

.growth-title {
  max-width: 690px;
  color: #ffffff;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 4.45vw, 68px);
  font-weight: 400;
  line-height: 1.01;
  letter-spacing: -0.025em;
}

.growth-statement {
  display: block;
  margin-top: 22px;
  padding-bottom: 18px;
  color: var(--grayson-gold);
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
}

.growth-statement::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin-top: 17px;
  background: var(--grayson-gold);
}

.growth-copy {
  max-width: 620px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
}

.growth-copy p + p {
  margin-top: 17px;
}

.growth-copy-emphasis {
  color: var(--grayson-gold);
  font-weight: 400;
}

.growth-commercial {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc(100% + 150px);
  margin-top: 23px;
  padding: 12px 24px 12px 22px;
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(90deg, rgba(7, 24, 41, 0.74), rgba(9, 29, 48, 0.5) 68%, rgba(9, 29, 48, 0.12) 100%);
  border: 0;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(8px);
  font-size: 12px;
  line-height: 1.55;
}

.growth-commercial::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  background: rgba(217, 154, 92, 0.82);
  transform: translateY(-50%);
}

.growth-commercial-mark {
  display: grid;
  width: 28px;
  gap: 6px;
}

.growth-commercial-mark i {
  display: block;
  width: 28px;
  height: 1px;
  background: var(--grayson-gold);
}

.growth-model-visual {
  position: relative;
  z-index: 1;
  min-height: 610px;
  margin-left: -92px;
  overflow: hidden;
  border: 0;
  border-radius: 0 26px 26px 0;
  box-shadow: 18px 22px 48px rgba(0, 0, 0, 0.14);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 9%, rgba(0, 0, 0, 0.72) 27%, #000 35%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 9%, rgba(0, 0, 0, 0.72) 27%, #000 35%, #000 100%);
}

.growth-model-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 20, 38, 0.5) 0%, rgba(6, 20, 38, 0.12) 24%, transparent 48%),
    radial-gradient(circle at 22% 48%, rgba(217, 154, 92, 0.07), transparent 31%);
  pointer-events: none;
}

.growth-model-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.growth-pillars {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 36px;
  margin-top: 12px;
}

.growth-pillar {
  position: relative;
  display: flex;
  min-height: 226px;
  padding: 26px 22px 8px;
  overflow: hidden;
  flex-direction: column;
  background: linear-gradient(155deg, rgba(13, 35, 57, 0.24), rgba(4, 17, 31, 0.1));
  border: 1px solid rgba(217, 154, 92, 0.38);
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 16px 34px rgba(0, 0, 0, 0.13);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

#about .growth-pillar::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 154, 92, 0.08), var(--grayson-gold) 30%, #fff1d6 50%, var(--grayson-gold) 70%, rgba(217, 154, 92, 0.08));
  opacity: 0.8;
  pointer-events: none;
}

#about .growth-pillar::after {
  content: "";
  position: absolute;
  right: 25%;
  bottom: 0;
  left: 25%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--grayson-gold) 30%, #fff1d6 50%, var(--grayson-gold) 70%, transparent);
  box-shadow:
    0 -3px 14px rgba(217, 154, 92, 0.62),
    0 -1px 24px rgba(217, 154, 92, 0.38),
    0 0 9px rgba(255, 241, 214, 0.34);
  opacity: 0.82;
  transform-origin: center;
  filter: brightness(1);
  pointer-events: none;
  transition:
    filter 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

#about .growth-pillar:hover::after {
  box-shadow:
    0 -4px 18px rgba(217, 154, 92, 0.76),
    0 -1px 32px rgba(217, 154, 92, 0.48),
    0 0 12px rgba(255, 241, 214, 0.42);
  filter: brightness(1.26);
}

.growth-pillar-meta {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 24px;
  margin-bottom: 8px;
}

.growth-pillar-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: var(--grayson-gold);
  border: 1px solid var(--grayson-gold);
  border-radius: 50%;
}

.growth-pillar-icon svg {
  width: 29px;
  height: 29px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.growth-pillar-number {
  display: block;
  margin: 0;
  color: var(--grayson-gold);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.growth-pillar h3 {
  min-height: 54px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.12;
}

.growth-pillar p {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.58;
  transform: none;
  transition: color 0.25s ease;
}

.growth-pillar:hover p {
  color: rgba(255, 255, 255, 0.82);
}

.growth-pillar:hover,
.growth-model-section.growth-motion-ready.is-visible .growth-pillar:hover {
  transform: translateY(-3px);
  background-color: rgba(255, 255, 255, 0.018);
  border-color: rgba(217, 154, 92, 0.58);
}

.growth-model-section.growth-motion-ready .growth-reveal,
.growth-model-section.growth-motion-ready .growth-pillar {
  opacity: 0;
  transform: translateY(18px);
}

.growth-model-section.growth-motion-ready .growth-image-reveal {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
}

.growth-model-section.growth-motion-ready.is-visible .growth-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.growth-model-section.growth-motion-ready.is-visible .growth-image-reveal {
  opacity: 1;
  clip-path: inset(0);
  transition:
    opacity 0.85s ease 0.08s,
    clip-path 1s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

.growth-model-section.growth-motion-ready.is-visible .growth-pillar {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.68s ease,
    transform 0.68s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.growth-model-section.growth-motion-ready.is-visible .growth-pillar:nth-child(1) { transition-delay: 0.28s; }
.growth-model-section.growth-motion-ready.is-visible .growth-pillar:nth-child(2) { transition-delay: 0.38s; }
.growth-model-section.growth-motion-ready.is-visible .growth-pillar:nth-child(3) { transition-delay: 0.48s; }
.growth-model-section.growth-motion-ready.is-visible .growth-pillar:nth-child(4) { transition-delay: 0.58s; }

.growth-model-section.growth-motion-ready .growth-pillar::after {
  opacity: 0;
  transform: scaleX(0);
}

.growth-model-section.growth-motion-ready.is-visible .growth-pillar::after {
  animation: growth-edge-glow 0.85s ease-out forwards;
}

.growth-model-section.growth-motion-ready.is-visible .growth-pillar:nth-child(1)::after { animation-delay: 0.48s; }
.growth-model-section.growth-motion-ready.is-visible .growth-pillar:nth-child(2)::after { animation-delay: 0.58s; }
.growth-model-section.growth-motion-ready.is-visible .growth-pillar:nth-child(3)::after { animation-delay: 0.68s; }
.growth-model-section.growth-motion-ready.is-visible .growth-pillar:nth-child(4)::after { animation-delay: 0.78s; }

@keyframes growth-edge-glow {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  65% {
    opacity: 0.92;
  }
  100% {
    opacity: 0.82;
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .growth-model-section.growth-motion-ready .growth-reveal,
  .growth-model-section.growth-motion-ready .growth-pillar,
  .growth-model-section.growth-motion-ready .growth-image-reveal {
    opacity: 1;
    clip-path: none;
    transform: none;
    transition: none;
  }

  .growth-model-section.growth-motion-ready .growth-pillar::after {
    opacity: 0.82;
    transform: scaleX(1);
    animation: none;
  }
}

/* Our Industries */
.industries-section {
  position: relative;
  overflow: hidden;
  padding: 78px 48px 72px;
  background:
    radial-gradient(circle at 73% 18%, rgba(217, 154, 92, 0.075), transparent 30%),
    linear-gradient(145deg, #03101e 0%, #06182a 52%, #03111f 100%);
  border-top: 1px solid rgba(217, 154, 92, 0.12);
}

.industries-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(217, 154, 92, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 154, 92, 0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 90%, transparent);
  pointer-events: none;
}

.industries-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.industries-hero {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(390px, 0.84fr) minmax(580px, 1.16fr);
  gap: clamp(36px, 4vw, 68px);
}

.industries-intro {
  position: relative;
  z-index: 2;
}

.industries-eyebrow {
  display: block;
  color: var(--grayson-gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.industries-intro-line {
  display: block;
  width: 72px;
  height: 1px;
  margin-top: 20px;
  background: linear-gradient(90deg, var(--grayson-gold), rgba(217, 154, 92, 0));
  box-shadow: 0 0 8px rgba(217, 154, 92, 0.32);
}

.industries-intro h2 {
  margin-top: 32px;
  color: #ffffff;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 3.6vw, 56px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.02em;
}

.industries-intro p {
  max-width: 590px;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
}

.industries-overview {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.95 / 1;
  overflow: hidden;
  border-radius: 46% 46% 9% 9% / 28% 28% 9% 9%;
}

.industries-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(217, 154, 92, 0.42);
  border-radius: inherit;
  box-shadow: inset 28px 0 44px rgba(3, 16, 30, 0.4);
  pointer-events: none;
}

.industries-overview::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100px;
  background: linear-gradient(90deg, #06182a 0%, rgba(6, 24, 42, 0.62) 30%, transparent 100%);
  pointer-events: none;
}

.industries-overview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.industries-cards {
  display: grid;
  margin-top: 42px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.industry-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 282px;
  padding: 22px 16px 20px;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  background: linear-gradient(155deg, rgba(11, 31, 50, 0.7), rgba(4, 17, 31, 0.54));
  border: 1px solid rgba(217, 154, 92, 0.35);
  border-radius: 11px;
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.industry-card::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: 0;
  left: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 194, 122, 0.92), transparent);
  box-shadow:
    0 0 7px rgba(244, 194, 122, 0.56),
    0 0 16px rgba(217, 154, 92, 0.28);
  opacity: 0;
  transform: scaleX(0.45);
  transition:
    opacity 0.25s ease,
    transform 0.32s ease;
}

.industry-card:hover,
.industry-card:focus-visible {
  color: rgba(255, 255, 255, 0.86);
  border-color: rgba(244, 194, 122, 0.68);
}

.industry-card:focus-visible {
  outline: 2px solid rgba(244, 194, 122, 0.9);
  outline-offset: 3px;
}

.industry-card.is-active {
  color: #ffffff;
  background: linear-gradient(155deg, rgba(14, 38, 59, 0.84), rgba(5, 20, 35, 0.68));
  border-color: rgba(244, 194, 122, 0.92);
  box-shadow:
    inset 0 0 22px rgba(217, 154, 92, 0.06),
    0 0 13px rgba(217, 154, 92, 0.24);
}

.industry-card.is-active::after,
.industry-card:hover::after,
.industry-card:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.industry-card.is-sweeping::after {
  animation: industry-card-sweep 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

.industry-card-icon {
  display: inline-flex;
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: rgba(217, 154, 92, 0.82);
  border: 1px solid rgba(217, 154, 92, 0.72);
  border-radius: 50%;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.industry-card-icon svg {
  width: 37px;
  height: 37px;
}

.industry-card:hover .industry-card-icon,
.industry-card:focus-visible .industry-card-icon,
.industry-card.is-active .industry-card-icon {
  color: #f4c27a;
  border-color: rgba(244, 194, 122, 0.94);
  box-shadow: 0 0 13px rgba(217, 154, 92, 0.16);
}

.industry-card-number {
  margin-top: 17px;
  color: rgba(217, 154, 92, 0.84);
  font-size: 16px;
  font-weight: 500;
  transition:
    color 0.25s ease,
    text-shadow 0.25s ease;
}

.industry-card:hover .industry-card-number,
.industry-card:focus-visible .industry-card-number,
.industry-card.is-active .industry-card-number {
  color: #f4c27a;
  text-shadow: 0 0 10px rgba(217, 154, 92, 0.32);
}

.industry-card-title {
  margin-top: 10px;
  color: inherit;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.18;
}

.industry-card-summary {
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
}

.industry-detail {
  display: grid;
  width: 76%;
  min-height: 246px;
  margin-top: 28px;
  margin-left: auto;
  overflow: hidden;
  grid-template-columns: minmax(0, 43fr) minmax(0, 27fr) minmax(0, 30fr);
  background: linear-gradient(110deg, rgba(11, 31, 49, 0.69), rgba(6, 20, 35, 0.4));
  border: 1px solid rgba(217, 154, 92, 0.43);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 16px 40px rgba(0, 0, 0, 0.13);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.industry-detail.is-changing {
  opacity: 0;
  transform: translateY(6px);
}

.industry-detail-copy {
  padding: 25px 28px 23px 31px;
}

.industry-detail-number {
  display: block;
  color: var(--grayson-gold);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.industry-detail-title {
  margin-top: 7px;
  color: #ffffff;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.12;
}

.industry-detail-body {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 300;
  line-height: 1.62;
}

.industry-capabilities {
  position: relative;
  display: flex;
  margin: 23px 0;
  padding: 5px 25px;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: var(--grayson-gold);
  list-style: none;
}

.industry-capabilities::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 1px;
  background: rgba(217, 154, 92, 0.21);
}

.industry-capabilities li {
  position: relative;
  padding-left: 25px;
  font-size: 10px;
  line-height: 1.35;
}

.industry-capabilities li::before {
  content: "✓";
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(217, 154, 92, 0.8);
  border-radius: 50%;
  font-size: 8px;
}

.industry-detail-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 0 14px 14px 0;
}

.industry-detail-visual::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 88px;
  background: linear-gradient(90deg, rgba(4, 17, 31, 0.98), rgba(4, 17, 31, 0.52) 42%, transparent);
  pointer-events: none;
}

.industry-detail-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 14px 14px 0;
  object-fit: cover;
  object-position: 22% center;
}

.industries-section.industries-motion-ready .industries-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.industries-section.industries-motion-ready .industries-image-reveal {
  opacity: 0;
  clip-path: inset(0 0 0 22%);
  transform: translateX(18px);
}

.industries-section.industries-motion-ready.is-visible .industries-reveal {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.68s ease,
    transform 0.68s ease;
}

.industries-section.industries-motion-ready.is-visible .industries-image-reveal {
  opacity: 1;
  clip-path: inset(0);
  transform: translateX(0);
  transition:
    opacity 0.85s ease 0.1s,
    clip-path 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
    transform 0.85s ease 0.1s;
}

.industries-section.industries-motion-ready.is-visible .industries-intro { transition-delay: 0.04s; }
.industries-section.industries-motion-ready.is-visible .industry-card:nth-child(1) { transition-delay: 0.16s; }
.industries-section.industries-motion-ready.is-visible .industry-card:nth-child(2) { transition-delay: 0.22s; }
.industries-section.industries-motion-ready.is-visible .industry-card:nth-child(3) { transition-delay: 0.28s; }
.industries-section.industries-motion-ready.is-visible .industry-card:nth-child(4) { transition-delay: 0.34s; }
.industries-section.industries-motion-ready.is-visible .industry-card:nth-child(5) { transition-delay: 0.4s; }
.industries-section.industries-motion-ready.is-visible .industry-card:nth-child(6) { transition-delay: 0.46s; }
.industries-section.industries-motion-ready.is-visible .industry-detail { transition-delay: 0.54s; }

@keyframes industry-card-sweep {
  0% {
    opacity: 0;
    transform: translateX(-80%) scaleX(0.25);
  }
  48% {
    opacity: 1;
  }
  100% {
    opacity: 0.78;
    transform: translateX(80%) scaleX(0.45);
  }
}

@media (prefers-reduced-motion: reduce) {
  .industries-section.industries-motion-ready .industries-reveal,
  .industries-section.industries-motion-ready .industries-image-reveal {
    opacity: 1;
    clip-path: none;
    transform: none;
    transition: none;
  }

  .industry-card.is-sweeping::after {
    animation: none;
  }

  .industry-detail,
  .industry-card {
    transition: none;
  }
}

.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1520px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 284px 48px 0;
}

.hero-content {
  max-width: 660px;
}

.hero-title {
  margin: 0;
  color: #ffffff;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 4.7vw, 72px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.hero-title span {
  display: block;
  margin-top: 10px;
  color: var(--grayson-gold);
}

.hero-description {
  position: relative;
  max-width: 540px;
  margin-top: 26px;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

.hero-description::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 3px;
  background: var(--grayson-gold);
}

.hero-highlights {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 28px;
}

.hero-highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 180px;
  padding: 0 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-highlight:first-child {
  padding-left: 0;
  border-left: none;
}

.highlight-icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  color: var(--grayson-gold);
}

.highlight-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-services {
  margin-top: 42px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.service-card {
  display: flex;
  min-height: 218px;
  padding: 20px 21px 18px;
  flex-direction: column;
  background: linear-gradient(
    145deg,
    rgba(14, 37, 60, 0.1),
    rgba(5, 19, 35, 0.15)
  );
  border: 1px solid rgba(217, 154, 92, 0.24);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(217, 154, 92, 0.38);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.service-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: var(--grayson-gold);
}

.service-icon svg {
  width: 100%;
  height: 100%;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  min-height: 31px;
  color: #ffffff;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

.service-card p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.55;
}

.service-link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
  color: var(--grayson-gold);
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.service-link span {
  transition: transform 0.2s ease;
}

.service-link:hover span {
  transform: translateX(3px);
}

.hero-trust-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 12px;
  padding: 12px 0 14px;
  color: rgba(255, 255, 255, 0.68);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 300;
}

.trust-statement {
  display: flex;
  max-width: 560px;
  align-items: center;
  gap: 14px;
}

.trust-icon {
  flex: 0 0 46px;
  color: var(--grayson-gold);
}

.trust-icon svg {
  display: block;
  width: 46px;
  height: 46px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-statement strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}

.trust-statement p {
  line-height: 1.45;
}

.trust-metrics {
  display: flex;
  align-items: center;
}

.trust-metric {
  display: flex;
  min-width: 155px;
  align-items: center;
  gap: 10px;
  padding: 4px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.trust-metric-icon {
  flex: 0 0 34px;
  color: var(--grayson-gold);
}

.trust-metric-icon svg {
  display: block;
  width: 34px;
  height: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-metric strong,
.trust-metric em {
  display: block;
  font-style: normal;
  line-height: 1.45;
}

.trust-metric strong {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 400;
}

.trust-metric em {
  margin-top: 3px;
  color: var(--grayson-gold);
  font-size: 12px;
  font-weight: 600;
}

/* Legacy growth-section rules retained temporarily but excluded from rendering. */
@media (max-width: 0px) {
.growth-model-section {
  position: relative;
  overflow: hidden;
  padding: 120px 48px 112px;
  background:
    radial-gradient(circle at 82% 22%, rgba(217, 154, 92, 0.08), transparent 26%),
    linear-gradient(145deg, #061426 0%, #0a1d32 48%, #071728 100%);
  border-top: 1px solid rgba(217, 154, 92, 0.16);
}

.growth-model-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}

.growth-model-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.growth-model-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: stretch;
  gap: 76px;
}

.growth-model-content {
  max-width: 720px;
}

.growth-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--grayson-gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.growth-title {
  max-width: 680px;
  color: #ffffff;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 4.2vw, 66px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.growth-statement {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.28em;
  margin-top: 34px;
  color: var(--grayson-gold);
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.25;
}

.growth-copy {
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}

.growth-copy p + p {
  margin-top: 18px;
}

.growth-commercial {
  display: flex;
  gap: 16px;
  margin-top: 30px;
  padding: 20px 22px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(217, 154, 92, 0.24);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
  font-size: 13px;
  line-height: 1.65;
}

.growth-commercial-mark {
  flex: 0 0 auto;
  color: var(--grayson-gold);
  font-size: 24px;
}

.growth-model-visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(217, 154, 92, 0.24);
  border-radius: 2px 36px 2px 36px;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.28);
}

.growth-visual-frame {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 18, 33, 0.12), rgba(5, 18, 33, 0.7)),
    radial-gradient(circle at 68% 26%, rgba(217, 154, 92, 0.18), transparent 28%),
    url("../assets/images/growth-model.jpg") center / cover no-repeat,
    linear-gradient(140deg, #102b47, #071728 58%, #0a2037);
}

.growth-visual-frame::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1px 24px 1px 24px;
}

.growth-visual-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(217, 154, 92, 0.08) 46.2%, transparent 46.5%),
    radial-gradient(circle at 50% 62%, rgba(255, 255, 255, 0.05), transparent 38%);
}

.growth-visual-caption {
  position: absolute;
  right: 34px;
  bottom: 30px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.growth-connection-line {
  width: 100%;
  height: 1px;
  margin-top: 74px;
  background: linear-gradient(90deg, transparent, var(--grayson-gold) 18%, rgba(217, 154, 92, 0.3) 82%, transparent);
  transform-origin: left center;
}

.growth-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.growth-pillar {
  min-height: 238px;
  padding: 27px 25px 25px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.growth-pillar:hover {
  transform: translateY(-4px);
  background-color: rgba(255, 255, 255, 0.025);
  border-color: rgba(217, 154, 92, 0.3);
}

.growth-pillar-number {
  display: block;
  margin-bottom: 26px;
  color: var(--grayson-gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.growth-pillar h3 {
  color: #ffffff;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.growth-pillar p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
  transform: translateY(2px);
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.growth-pillar:hover p {
  color: rgba(255, 255, 255, 0.82);
  transform: translateY(0);
}

.growth-model-section.growth-motion-ready .growth-reveal,
.growth-model-section.growth-motion-ready .growth-pillar {
  opacity: 0;
  transform: translateY(20px);
}

.growth-model-section.growth-motion-ready .growth-image-reveal {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
}

.growth-model-section.growth-motion-ready .growth-connection-line {
  transform: scaleX(0);
}

.growth-model-section.growth-motion-ready.is-visible .growth-reveal,
.growth-model-section.growth-motion-ready.is-visible .growth-pillar {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.growth-model-section.growth-motion-ready.is-visible .growth-reveal:nth-child(2) { transition-delay: 0.08s; }
.growth-model-section.growth-motion-ready.is-visible .growth-reveal:nth-child(3) { transition-delay: 0.16s; }
.growth-model-section.growth-motion-ready.is-visible .growth-reveal:nth-child(4) { transition-delay: 0.24s; }
.growth-model-section.growth-motion-ready.is-visible .growth-reveal:nth-child(5) { transition-delay: 0.32s; }

.growth-model-section.growth-motion-ready.is-visible .growth-image-reveal {
  opacity: 1;
  clip-path: inset(0);
  transition:
    opacity 0.9s ease 0.12s,
    clip-path 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.growth-model-section.growth-motion-ready.is-visible .growth-connection-line {
  transform: scaleX(1);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.42s;
}

.growth-model-section.growth-motion-ready.is-visible .growth-pillar:nth-child(1) { transition-delay: 0.52s; }
.growth-model-section.growth-motion-ready.is-visible .growth-pillar:nth-child(2) { transition-delay: 0.62s; }
.growth-model-section.growth-motion-ready.is-visible .growth-pillar:nth-child(3) { transition-delay: 0.72s; }
.growth-model-section.growth-motion-ready.is-visible .growth-pillar:nth-child(4) { transition-delay: 0.82s; }

.growth-model-section.growth-motion-ready.is-visible .growth-pillar:hover {
  transform: translateY(-4px);
  background-color: rgba(255, 255, 255, 0.025);
  border-color: rgba(217, 154, 92, 0.3);
}

.growth-model-section.growth-motion-ready .growth-statement span {
  opacity: 0;
  transform: translateY(8px);
}

.growth-model-section.growth-motion-ready.is-visible .growth-statement span {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.growth-model-section.growth-motion-ready.is-visible .growth-statement span:nth-child(1) { transition-delay: 0.2s; }
.growth-model-section.growth-motion-ready.is-visible .growth-statement span:nth-child(2) { transition-delay: 0.3s; }
.growth-model-section.growth-motion-ready.is-visible .growth-statement span:nth-child(3) { transition-delay: 0.4s; }
.growth-model-section.growth-motion-ready.is-visible .growth-statement span:nth-child(4) { transition-delay: 0.5s; }
.growth-model-section.growth-motion-ready.is-visible .growth-statement span:nth-child(5) { transition-delay: 0.6s; }

@media (prefers-reduced-motion: reduce) {
  .growth-model-section.growth-motion-ready .growth-reveal,
  .growth-model-section.growth-motion-ready .growth-pillar,
  .growth-model-section.growth-motion-ready .growth-image-reveal,
  .growth-model-section.growth-motion-ready .growth-statement span {
    opacity: 1;
    clip-path: none;
    transform: none;
    transition: none;
  }

  .growth-model-section.growth-motion-ready .growth-connection-line {
    transform: scaleX(1);
    transition: none;
  }
}
}

/* Our Industries — approved mockup refinement */
.industries-section {
  padding-top: 62px;
  padding-bottom: 58px;
}

.industries-hero {
  grid-template-columns: minmax(0, 35fr) minmax(0, 65fr);
  gap: 32px;
}

.industries-intro h2 {
  width: 650px;
  max-width: 650px;
  margin-top: 27px;
  font-size: 46px;
  line-height: 1.12;
  white-space: nowrap;
}

.industries-intro h2 span {
  color: var(--grayson-gold);
}

.industries-intro p {
  max-width: 445px;
  margin-top: 22px;
  line-height: 1.65;
}

.industries-intro-indicator {
  position: relative;
  display: block;
  width: 132px;
  height: 1px;
  margin-top: 31px;
  background: linear-gradient(90deg, rgba(217, 154, 92, 0.82), rgba(217, 154, 92, 0.18));
}

.industries-intro-indicator i {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 11px;
  height: 11px;
  background: #e4a35f;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(217, 154, 92, 0.48);
  transform: translate(50%, -50%);
}

.industries-visual {
  position: relative;
  min-width: 0;
  margin-top: -25px;
  margin-right: -30px;
}

.industries-arcs {
  position: absolute;
  top: -63px;
  right: -12px;
  z-index: 2;
  width: 108%;
  height: calc(100% + 84px);
  overflow: visible;
  fill: none;
  stroke: rgba(217, 154, 92, 0.48);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  pointer-events: none;
}

.industries-arcs path:first-child {
  stroke: rgba(217, 154, 92, 0.3);
}

.industries-arcs circle {
  fill: #fff1d8;
  stroke: rgba(244, 194, 122, 0.92);
  filter: drop-shadow(0 0 5px rgba(244, 194, 122, 0.86));
}

.industries-overview {
  aspect-ratio: 1.98 / 1;
  border-radius: 49% 8% 9% 31% / 42% 9% 10% 57%;
}

.industries-overview::before {
  border: 0;
  box-shadow: inset 32px 0 48px rgba(3, 16, 30, 0.34);
}

.industries-overview::after {
  width: 82px;
}

.industries-lower {
  display: grid;
  margin-top: 22px;
  align-items: stretch;
  grid-template-columns: minmax(0, 64fr) minmax(0, 36fr);
  gap: 14px;
}

.industries-cards {
  margin-top: 0;
  gap: 10px;
}

.industry-card {
  min-height: 0;
  height: 248px;
  padding: 19px 10px 16px;
  justify-content: flex-start;
}

.industry-card::after {
  right: 16%;
  left: 16%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 245, 226, 1) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent, rgba(213, 138, 74, 0.62) 25%, #fff1d8 50%, rgba(213, 138, 74, 0.62) 75%, transparent);
  box-shadow:
    0 0 7px rgba(244, 194, 122, 0.72),
    0 0 17px rgba(217, 154, 92, 0.32);
}

.industry-card.is-active {
  background: linear-gradient(155deg, rgba(9, 27, 44, 0.72), rgba(3, 14, 27, 0.48));
  border-color: rgba(244, 194, 122, 0.96);
  box-shadow:
    inset 0 0 20px rgba(217, 154, 92, 0.045),
    0 0 11px rgba(217, 154, 92, 0.3);
}

.industry-card-icon {
  width: 58px;
  height: 58px;
}

.industry-card-icon svg {
  width: 31px;
  height: 31px;
}

.industry-card-number {
  margin-top: 13px;
  font-size: 15px;
}

.industry-card-title {
  display: flex;
  min-height: 52px;
  margin-top: 9px;
  align-items: flex-start;
  justify-content: center;
  font-size: 16px;
  line-height: 1.22;
}

.industry-detail {
  width: 100%;
  min-height: 0;
  height: 248px;
  margin: 0;
  grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
  grid-template-rows: auto minmax(0, 1fr);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 0 13px rgba(217, 154, 92, 0.13);
}

.industry-detail-copy {
  min-width: 0;
  padding: 16px 18px 5px 21px;
  grid-column: 1;
  grid-row: 1;
}

.industry-detail-number {
  font-size: 14px;
}

.industry-detail-title {
  margin-top: 4px;
  font-size: 21px;
  line-height: 1.08;
}

.industry-detail-body {
  margin-top: 7px;
  font-size: 9px;
  line-height: 1.45;
}

.industry-capabilities {
  display: grid;
  margin: 0;
  padding: 7px 16px 14px 21px;
  align-content: center;
  justify-content: stretch;
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, auto));
  grid-auto-flow: column;
  gap: 7px 10px;
}

.industry-capabilities::before {
  top: 0;
  right: 18px;
  bottom: auto;
  left: 21px;
  width: auto;
  height: 1px;
}

.industry-capabilities li {
  padding-left: 19px;
  font-size: 8px;
  line-height: 1.25;
}

.industry-capabilities li::before {
  top: -1px;
  width: 13px;
  height: 13px;
  font-size: 7px;
}

.industry-detail-visual {
  height: 100%;
  grid-column: 2;
  grid-row: 1 / 3;
}

.industry-detail-visual::after {
  width: 58px;
}

.industry-detail-image {
  object-position: 8% center;
  transition: object-position 0.42s ease;
}

@media (prefers-reduced-motion: reduce) {
  .industry-detail-image {
    transition: none;
  }
}

/* Our Industries — authoritative desktop structure and scale */
.industries-hero {
  grid-template-columns: minmax(0, 36fr) minmax(0, 64fr);
  gap: 30px;
}

.industries-intro {
  min-width: 0;
}

.industries-intro h2 {
  width: 100%;
  max-width: 610px;
  overflow: visible;
  font-size: 43px;
  line-height: 1.14;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.industries-visual {
  min-width: 0;
  margin: 0;
  align-self: center;
}

.industries-arcs {
  right: -8px;
  width: 102%;
}

.industries-overview::before {
  border: 1px solid rgba(217, 154, 92, 0.42);
}

.industries-lower {
  margin-top: 18px;
  align-items: start;
  grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
  gap: 15px;
}

.industries-card-grid,
.industries-detail-panel {
  min-width: 0;
}

.industries-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.industry-card {
  width: 100%;
  height: 244px;
  min-width: 0;
  min-height: 0;
  padding: 20px 9px 18px;
}

.industry-card-icon {
  width: 62px;
  height: 62px;
}

.industry-card-icon svg {
  width: 33px;
  height: 33px;
}

.industry-card-number {
  margin-top: 13px;
}

.industry-card-title {
  width: 92%;
  max-width: 92%;
  min-height: 0;
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.18;
  overflow-wrap: normal;
  word-break: normal;
}

.industry-card::after {
  right: 0;
  bottom: 15px;
  left: 0;
  width: 76px;
  margin: 0 auto;
}

.industries-detail-panel {
  width: 100%;
  height: 298px;
  margin-top: -20px;
  align-self: start;
  grid-column: 2;
}

.industry-detail {
  grid-template-columns: minmax(0, 68fr) minmax(0, 32fr);
}

.industry-detail-copy {
  overflow: hidden;
  padding: 18px 19px 5px 21px;
}

.industry-detail-number {
  font-size: 19px;
}

.industry-detail-title {
  margin-top: 5px;
  font-size: 27px;
  line-height: 1.08;
}

.industry-detail-body {
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.45;
}

.industry-capabilities {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 9px 16px 17px 21px;
  gap: 8px 14px;
}

.industry-capabilities li {
  min-width: 0;
  padding-left: 21px;
  font-size: 11px;
  line-height: 1.28;
  overflow-wrap: normal;
  word-break: normal;
}

.industry-capabilities li::before {
  width: 15px;
  height: 15px;
  font-size: 8px;
}

/* Our Industries selector-card typography refinement */
.industry-card {
  padding: 17px 9px 18px;
  justify-content: flex-start;
}

.industry-card-icon {
  width: 56px;
  height: 56px;
}

.industry-card-icon svg {
  width: 26px;
  height: 26px;
}

.industry-card-number {
  margin-top: 10px;
  color: var(--grayson-gold);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.industry-card-title {
  width: 88%;
  max-width: 118px;
  min-height: 0;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Italiana", serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 0;
  text-align: center;
  text-shadow: none;
}

.industry-card::after {
  bottom: 11px;
}

/* Our Industries — mockup typography and internal spacing */
.industries-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.industries-intro h2 {
  font-family: "Italiana", serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

.industries-intro p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0;
}

.industry-card {
  padding: 24px 9px 18px;
  justify-content: flex-start;
}

.industry-card-icon {
  width: 70px;
  height: 70px;
  border-width: 1.25px;
}

.industry-card-icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.4;
}

.industry-card-number {
  margin-top: 16px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.industry-card-title {
  width: 92%;
  max-width: 132px;
  min-height: 0;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: -0.01em;
  text-align: center;
  text-shadow: none;
}

.industry-card.is-active .industry-card-title {
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
}

.industry-card::after {
  right: 0;
  bottom: 17px;
  left: 0;
  width: 88px;
  height: 1px;
  margin: 0 auto;
  background:
    linear-gradient(90deg, transparent 0 25px, rgba(255, 241, 216, 0.72) 34px, #fff7e8 44px, rgba(255, 241, 216, 0.72) 54px, transparent 63px 100%),
    linear-gradient(90deg, transparent 0 16px, rgba(213, 138, 74, 0.58) 27px, rgba(244, 194, 122, 0.96) 44px, rgba(213, 138, 74, 0.58) 61px, transparent 72px 100%);
  box-shadow:
    0 0 7px rgba(244, 194, 122, 0.58),
    0 0 16px rgba(217, 154, 92, 0.28);
}

.industry-detail-number {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.industry-detail-title {
  font-family: "Italiana", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.industry-detail-body {
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.48;
  letter-spacing: 0;
}

.industry-capabilities {
  column-gap: 12px;
  row-gap: 7px;
}

.industry-capabilities li {
  height: auto;
  padding-left: 23px;
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -0.005em;
}

.industry-capabilities li::before {
  top: 0;
  width: 17px;
  height: 17px;
}

/* Our Industries — compact cards and readable detail content */
.industry-card {
  height: 208px;
  min-height: 0;
  padding: 18px 10px 15px;
  justify-content: flex-start;
}

.industry-card-icon {
  width: 58px;
  height: 58px;
  border-width: 1px;
}

.industry-card-icon svg {
  width: 26px;
  height: 26px;
}

.industry-card-number {
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.industry-card-title,
.industry-card.is-active .industry-card-title {
  width: 92%;
  max-width: 122px;
  min-height: 0;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 12px;
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.005em;
  text-align: center;
  text-shadow: none;
}

.industry-card::after {
  right: 0;
  bottom: 11px;
  left: 0;
  width: 68px;
  height: 1px;
  margin: 0 auto;
  background:
    linear-gradient(90deg, transparent 0 20px, rgba(255, 241, 216, 0.68) 27px, #fff7e8 34px, rgba(255, 241, 216, 0.68) 41px, transparent 48px 100%),
    linear-gradient(90deg, transparent 0 12px, rgba(213, 138, 74, 0.56) 21px, rgba(244, 194, 122, 0.94) 34px, rgba(213, 138, 74, 0.56) 47px, transparent 56px 100%);
}

.industry-detail-copy {
  padding: 16px 14px 4px 16px;
}

.industry-detail-number {
  font-size: 15px;
}

.industry-detail-title {
  margin-top: 4px;
  font-family: "Italiana", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.industry-detail-body {
  margin-top: 7px;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 300;
  line-height: 1.4;
}

.industry-capabilities {
  display: grid;
  padding: 8px 14px 14px 16px;
  align-content: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 12px;
  row-gap: 6px;
}

.industry-capabilities li {
  position: static;
  display: grid;
  min-width: 0;
  height: auto;
  padding-left: 0;
  align-items: start;
  grid-template-columns: 15px minmax(0, 1fr);
  column-gap: 5px;
  font-size: 9.5px;
  line-height: 1.18;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  transform: none;
}

.industry-capabilities li::before {
  position: static;
  width: 15px;
  height: 15px;
  grid-column: 1;
  align-self: start;
  font-size: 7px;
  transform: none;
}

/* Our Industries — stable detail height and vertical balance */
.industries-lower {
  align-items: center;
}

.industries-card-grid {
  align-self: center;
}

.industries-detail-panel {
  height: 270px;
  margin-top: 0;
  align-self: center;
}

.industry-detail {
  padding-block: 18px;
  grid-template-rows: auto auto;
  align-content: start;
}

.industry-detail-copy {
  padding: 0 14px 4px 16px;
}

.industry-detail-number {
  margin-top: 0;
}

.industry-detail-body {
  margin-bottom: 8px;
}

.industry-capabilities {
  padding: 8px 14px 0 16px;
  align-content: start;
  grid-template-rows: none;
  grid-auto-flow: row;
  row-gap: 6px;
  column-gap: 12px;
}

.industry-capabilities li:last-child {
  margin-bottom: 0;
}

.industry-detail-visual {
  height: auto;
  margin-block: -18px;
}

.industries-detail-panel {
  height: 265px;
}

/* Our Industries — exact lower-axis alignment */
.industries-lower {
  align-items: center;
}

.industries-card-grid {
  align-self: center;
  align-items: stretch;
}

.industries-detail-panel {
  margin-top: 0;
  margin-bottom: 0;
  align-self: center;
  transform: none;
}

.industry-detail.is-changing {
  transform: none;
}

/* Our Industries — preserve the upper source image presentation */
.industries-visual {
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  clip-path: none;
  -webkit-mask: none;
  mask: none;
}

.industries-overview {
  width: 100%;
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  clip-path: none;
  -webkit-mask: none;
  mask: none;
}

.industries-overview::before,
.industries-overview::after {
  display: none;
  content: none;
}

.industries-overview img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  clip-path: none;
  -webkit-mask: none;
  mask: none;
}

.industries-section.industries-motion-ready .industries-image-reveal,
.industries-section.industries-motion-ready.is-visible .industries-image-reveal {
  clip-path: none;
}

.industries-arcs {
  display: none;
}

/* Our Industries — upper image canvas integration */
.industries-section {
  background-color: #031426;
  background-image:
    radial-gradient(ellipse at 72% 22%, rgba(197, 132, 70, 0.045), transparent 38%),
    linear-gradient(145deg, #031426 0%, #04172a 55%, #031426 100%);
}

.industries-visual {
  background:
    radial-gradient(ellipse at 60% 55%, rgba(197, 132, 70, 0.05), transparent 65%);
}

.industries-overview {
  position: relative;
}

.industries-overview img {
  -webkit-mask-image:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.48) 3%,
      #000 8%,
      #000 100%
    ),
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(0, 0, 0, 0.66) 2.5%,
      #000 6.5%,
      #000 92.5%,
      rgba(0, 0, 0, 0.62) 97%,
      transparent 100%
    );
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.48) 3%,
      #000 8%,
      #000 100%
    ),
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(0, 0, 0, 0.66) 2.5%,
      #000 6.5%,
      #000 92.5%,
      rgba(0, 0, 0, 0.62) 97%,
      transparent 100%
    );
  mask-composite: intersect;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.18));
}

.industries-overview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  background:
    linear-gradient(
      90deg,
      rgba(3, 20, 38, 0.9) 0%,
      rgba(3, 20, 38, 0.45) 5%,
      rgba(3, 20, 38, 0.1) 10%,
      rgba(3, 20, 38, 0) 17%
    ),
    linear-gradient(
      180deg,
      rgba(3, 20, 38, 0.42) 0%,
      rgba(3, 20, 38, 0) 8%,
      rgba(3, 20, 38, 0) 91%,
      rgba(3, 20, 38, 0.38) 100%
    );
  pointer-events: none;
}

/* Our Industries — final upper-image position and edge blend */
.industries-hero {
  grid-template-columns: minmax(0, 38fr) minmax(0, 62fr);
  gap: 40px;
}

.industries-visual {
  width: calc(100% - 36px);
  min-width: 0;
  margin-right: 0;
  margin-left: 36px;
  justify-self: end;
  transform: none;
}

.industries-overview::after {
  background:
    linear-gradient(
      90deg,
      rgba(3, 20, 38, 0.9) 0%,
      rgba(3, 20, 38, 0.45) 5%,
      rgba(3, 20, 38, 0.1) 10%,
      rgba(3, 20, 38, 0) 17%
    ),
    linear-gradient(
      180deg,
      rgba(3, 20, 38, 0.65) 0,
      rgba(3, 20, 38, 0.25) 12px,
      rgba(3, 20, 38, 0) 28px
    ),
    linear-gradient(
      270deg,
      rgba(3, 20, 38, 0.42) 0,
      rgba(3, 20, 38, 0.15) 12px,
      rgba(3, 20, 38, 0) 26px
    ),
    linear-gradient(
      180deg,
      rgba(3, 20, 38, 0) 0%,
      rgba(3, 20, 38, 0) 91%,
      rgba(3, 20, 38, 0.38) 100%
    );
}

/* Our Industries — unified upper-image canvas colour */
.industries-section {
  background-color: #031223;
  background-image:
    radial-gradient(
      ellipse at 72% 22%,
      rgba(197, 132, 70, 0.025),
      transparent 38%
    );
}

.industries-visual,
.industries-overview {
  background: #031223;
}

.industries-overview::after {
  background:
    linear-gradient(
      90deg,
      rgba(3, 18, 35, 0.9) 0%,
      rgba(3, 18, 35, 0.45) 5%,
      rgba(3, 18, 35, 0.1) 10%,
      rgba(3, 18, 35, 0) 17%
    ),
    linear-gradient(
      180deg,
      rgba(3, 18, 35, 0.65) 0,
      rgba(3, 18, 35, 0.25) 12px,
      rgba(3, 18, 35, 0) 28px
    ),
    linear-gradient(
      270deg,
      rgba(3, 18, 35, 0.42) 0,
      rgba(3, 18, 35, 0.15) 12px,
      rgba(3, 18, 35, 0) 26px
    ),
    linear-gradient(
      180deg,
      rgba(3, 18, 35, 0) 0%,
      rgba(3, 18, 35, 0) 91%,
      rgba(3, 18, 35, 0.38) 100%
    );
}

/* Our Industries — refined right-edge image blend */
.industries-overview::after {
  background:
    linear-gradient(
      90deg,
      rgba(3, 18, 35, 0.9) 0%,
      rgba(3, 18, 35, 0.45) 5%,
      rgba(3, 18, 35, 0.1) 10%,
      rgba(3, 18, 35, 0) 17%
    ),
    linear-gradient(
      180deg,
      rgba(3, 18, 35, 0.65) 0,
      rgba(3, 18, 35, 0.25) 12px,
      rgba(3, 18, 35, 0) 28px
    ),
    linear-gradient(
      270deg,
      rgba(3, 18, 35, 0.58) 0,
      rgba(3, 18, 35, 0.28) 18px,
      rgba(3, 18, 35, 0.08) 36px,
      rgba(3, 18, 35, 0) 52px
    ),
    radial-gradient(
      ellipse 78px 58px at 100% 0%,
      rgba(3, 18, 35, 0.18) 0%,
      rgba(3, 18, 35, 0.07) 42%,
      rgba(3, 18, 35, 0) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3, 18, 35, 0) 0%,
      rgba(3, 18, 35, 0) 91%,
      rgba(3, 18, 35, 0.38) 100%
    );
}

/* Our Industries — top-right-locked hero image integration */
.industries-visual {
  width: 100%;
  margin: 0;
  justify-self: stretch;
}

.industries-overview {
  position: relative;
  display: grid;
  width: 100%;
  align-items: start;
  justify-items: end;
  overflow: visible;
}

.industries-overview img {
  width: 96.5%;
  height: auto;
  margin: 0 0 0 auto;
  grid-area: 1 / 1;
  object-fit: contain;
  object-position: right top;
  filter: none;
  -webkit-mask-image:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.48) 3%,
      #000 8%,
      #000 95%,
      rgba(0, 0, 0, 0.72) 98%,
      transparent 100%
    ),
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(0, 0, 0, 0.66) 2.5%,
      #000 6.5%,
      #000 92.5%,
      rgba(0, 0, 0, 0.62) 97%,
      transparent 100%
    );
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.48) 3%,
      #000 8%,
      #000 95%,
      rgba(0, 0, 0, 0.72) 98%,
      transparent 100%
    ),
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(0, 0, 0, 0.66) 2.5%,
      #000 6.5%,
      #000 92.5%,
      rgba(0, 0, 0, 0.62) 97%,
      transparent 100%
    );
  mask-composite: intersect;
}

.industries-overview::after {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 96.5%;
  height: 100%;
}

/* Our Industries — anchor hero visual to the section top-right */
.industries-visual {
  position: relative;
  top: -62px;
  right: calc(-1 * max(48px, (100vw - 1440px) / 2));
  margin: 0;
}

/* Our Industries — enlarge from the locked top-right corner */
.industries-section .industries-visual {
  transform: scale(1.19);
  transform-origin: top right;
}

.industries-section.industries-motion-ready .industries-image-reveal,
.industries-section.industries-motion-ready.is-visible .industries-image-reveal {
  transform: scale(1.19);
}

/* Our Industries — final headline colour treatment */
.industries-intro h2 {
  color: #ffffff;
  text-shadow: 0 1px 12px rgba(3, 18, 35, 0.28);
}

.industries-intro h2 .industries-title-gold {
  color: var(--grayson-gold);
}

.industries-intro h2 .industries-title-white {
  color: #ffffff;
}

/* Our Industries — final detail-panel micro-polish */
.industries-intro-indicator i {
  display: none;
  box-shadow: none;
}

.industry-detail {
  padding-block: 17px;
}

.industry-detail-copy {
  padding: 0 14px 0 16px;
}

.industry-detail-title {
  margin-top: 4px;
}

.industry-detail-body {
  margin-top: 8px;
  margin-bottom: 9px;
}

.industry-capabilities {
  display: grid;
  padding: 8px 14px 0 16px;
  align-content: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  column-gap: 14px;
  row-gap: 8px;
}

.industry-capabilities li {
  position: static;
  display: grid;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0;
  align-items: start;
  grid-template-columns: 16px minmax(0, 1fr);
  column-gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 9.5px;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 0;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  transform: none;
}

.industry-capabilities li::before {
  position: static;
  top: auto;
  left: auto;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  grid-column: 1;
  align-self: start;
  flex-shrink: 0;
  transform: none;
}

.industry-detail-visual {
  margin-block: -17px;
}

/* Floating back-to-top control */
.back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6.4px;
  height: 36.8px;
  padding: 0 13.6px;
  border: 1px solid rgba(213, 138, 74, 0.62);
  border-radius: 18.4px;
  background: rgba(3, 18, 35, 0.8);
  color: rgba(248, 249, 250, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-family: "Inter", sans-serif;
  font-size: 8.8px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 280ms ease,
    visibility 280ms ease,
    transform 280ms ease,
    border-color 280ms ease,
    background 280ms ease,
    box-shadow 280ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top-icon {
  width: 12.8px;
  height: 12.8px;
  flex: 0 0 12.8px;
  color: #d58a4a;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition:
    color 280ms ease,
    transform 280ms ease;
}

.back-to-top:focus-visible {
  outline: 2px solid rgba(244, 194, 122, 0.96);
  outline-offset: 3px;
}

@media (hover: hover) {
  .back-to-top:hover {
    border-color: rgba(244, 194, 122, 0.9);
    background:
      linear-gradient(rgba(213, 138, 74, 0.1), rgba(213, 138, 74, 0.1)),
      rgba(3, 18, 35, 0.88);
    box-shadow:
      0 8px 24px rgba(0, 0, 0, 0.16),
      0 0 14px rgba(213, 138, 74, 0.14);
  }

  .back-to-top:hover .back-to-top-icon {
    color: #f4c27a;
    transform: translateY(-2px);
  }
}

@media (max-width: 640px) {
  .back-to-top {
    right: 18px;
    bottom: 18px;
    width: 35.2px;
    height: 35.2px;
    padding: 0;
    border-radius: 50%;
  }

  .back-to-top-label {
    display: none;
  }
}

.growth-model-section,
.process-section,
.industries-section,
.insights-section {
  border-top: 1px solid rgba(217, 154, 92, 0.55);
}

/* Our Insights */
.insights-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 92px 0 104px;
  scroll-margin-top: 88px;
  background:
    linear-gradient(180deg, #031223 0%, rgba(3, 18, 35, 0.48) 22px, transparent 82px),
    radial-gradient(circle at 84% 18%, rgba(213, 138, 74, 0.055), transparent 27%),
    #02101F;
  color: #f7f7f4;
}

.insights-section::before {
  position: absolute;
  top: 20px;
  right: -5%;
  z-index: -1;
  width: min(58vw, 900px);
  aspect-ratio: 1.9;
  background:
    radial-gradient(circle at 22% 45%, rgba(217, 154, 92, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 49% 31%, rgba(217, 154, 92, 0.17) 0 1px, transparent 2px),
    radial-gradient(circle at 69% 61%, rgba(217, 154, 92, 0.14) 0 1px, transparent 2px),
    repeating-radial-gradient(ellipse at 58% 48%, transparent 0 54px, rgba(217, 154, 92, 0.035) 55px 56px);
  opacity: 0.72;
  content: "";
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse, #000 14%, transparent 72%);
  mask-image: radial-gradient(ellipse, #000 14%, transparent 72%);
}

.insights-section::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: min(86vw, 1440px);
  aspect-ratio: 1896 / 829;
  background: url("../assets/images/process-world-map.png") center / 100% 100% no-repeat;
  opacity: 0.86;
  filter: brightness(1.12) contrast(1.08);
  content: "";
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse 105% 98% at 100% 0%, #000 0 42%, rgba(0, 0, 0, 0.82) 62%, transparent 92%);
  mask-image: radial-gradient(ellipse 105% 98% at 100% 0%, #000 0 42%, rgba(0, 0, 0, 0.82) 62%, transparent 92%);
}

.insights-container {
  position: relative;
  z-index: 1;
  width: min(1520px, calc(100% - 10vw));
  margin: 0 auto;
}

.insights-intro {
  max-width: 870px;
}

.insights-eyebrow {
  margin: 0;
  color: var(--grayson-gold);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.insights-divider {
  display: block;
  width: 76px;
  height: 1px;
  margin-top: 16px;
  background: linear-gradient(90deg, var(--grayson-gold), rgba(217, 154, 92, 0.22));
}

.insights-intro h2 {
  max-width: 850px;
  margin: 20px 0 0;
  font-family: "Italiana", serif;
  font-size: clamp(40px, 3.45vw, 58px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.018em;
}

#insights .insights-supporting-line {
  margin: 20px 0 0;
  color: var(--grayson-gold);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
}

.insights-summary {
  max-width: 680px;
  margin: 19px 0 0;
  color: rgba(226, 232, 236, 0.72);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.68;
}

.insights-grid {
  display: grid;
  margin-top: 32px;
  grid-template-columns: minmax(0, 56fr) minmax(0, 44fr);
  gap: 20px;
  align-items: stretch;
}

.insight-featured,
.insight-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(217, 154, 92, 0.55);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 45%),
    rgba(5, 23, 40, 0.86);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease;
}

#insights .insight-featured::before,
#insights .insight-card::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 154, 92, 0.08), var(--grayson-gold) 30%, #fff1d6 50%, var(--grayson-gold) 70%, rgba(217, 154, 92, 0.08));
  opacity: 0.8;
  pointer-events: none;
}

#insights .insight-featured::after,
#insights .insight-card::after {
  content: "";
  position: absolute;
  right: 25%;
  bottom: 0;
  left: 25%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--grayson-gold) 30%, #fff1d6 50%, var(--grayson-gold) 70%, transparent);
  box-shadow:
    0 -3px 14px rgba(217, 154, 92, 0.62),
    0 -1px 24px rgba(217, 154, 92, 0.38),
    0 0 9px rgba(255, 241, 214, 0.34);
  opacity: 0.82;
  transform-origin: center;
  filter: brightness(1);
  pointer-events: none;
  transition:
    filter 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.insight-featured {
  display: grid;
  min-height: 574px;
  grid-template-rows: minmax(280px, 1.12fr) auto;
}

.insight-image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #071a2b;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  object-position: center;
  transition: transform 420ms ease, filter 420ms ease;
}

.insight-image-featured {
  min-height: 300px;
}

.insight-image-finance {
  background:
    linear-gradient(180deg, transparent, rgba(3, 18, 35, 0.52)),
    repeating-linear-gradient(90deg, transparent 0 25px, rgba(217, 154, 92, 0.09) 26px 27px),
    linear-gradient(145deg, #17364a, #071928 60%, #321f18);
}

.insight-image-legal {
  background:
    radial-gradient(circle at 72% 66%, rgba(217, 154, 92, 0.38) 0 14px, transparent 15px),
    repeating-linear-gradient(12deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 8px),
    linear-gradient(135deg, #4b4234, #171b20 58%, #081724);
}

.insight-image-growth {
  background:
    radial-gradient(circle at 66% 42%, rgba(244, 194, 122, 0.8) 0 1px, transparent 3px),
    repeating-radial-gradient(ellipse at 62% 47%, transparent 0 25px, rgba(217, 154, 92, 0.13) 26px 27px),
    linear-gradient(145deg, #102d43, #071826 64%, #0e2536);
}

.insight-featured-content {
  padding: 26px 32px 28px;
}

.insight-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--grayson-gold);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.insight-meta span:nth-child(2) {
  width: 1px;
  height: 13px;
  background: rgba(224, 229, 232, 0.5);
}

.insight-meta span:last-child {
  color: rgba(232, 235, 237, 0.72);
}

.insight-featured h3 {
  margin: 17px 0 0;
  font-family: "Italiana", serif;
  font-size: clamp(30px, 2.25vw, 40px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

.insight-featured-content > p {
  max-width: 690px;
  margin: 17px 0 0;
  color: rgba(225, 230, 233, 0.75);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.62;
}

.insight-cta {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #e4a35f;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.insight-cta svg,
.insight-arrow {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 260ms ease;
}

.insights-supporting {
  display: grid;
  margin-top: 0;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.insight-card {
  display: grid;
  width: 100%;
  padding: 11px 18px 11px 11px;
  grid-template-columns: minmax(130px, 32%) minmax(0, 1fr) 26px;
  gap: 20px;
  align-items: center;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.insight-card .insight-image {
  width: 100%;
  height: 100%;
  min-height: 150px;
  border-radius: 7px;
}

.insight-card-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.insight-category {
  color: var(--grayson-gold);
  font-family: "Inter", sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.insight-card-title {
  display: block;
  margin-top: 8px;
  color: #f7f7f4;
  font-family: "Italiana", serif;
  font-size: clamp(21px, 1.55vw, 28px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.012em;
}

.insight-card-description {
  display: block;
  margin-top: 10px;
  color: rgba(225, 230, 233, 0.72);
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 300;
  line-height: 1.42;
}

.insight-arrow {
  align-self: end;
  margin-bottom: 10px;
  color: #e4a35f;
}

.insight-featured:hover,
.insight-card:hover {
  border-color: rgba(244, 194, 122, 0.78);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

#insights .insight-featured:hover::after,
#insights .insight-card:hover::after {
  box-shadow:
    0 -4px 18px rgba(217, 154, 92, 0.76),
    0 -1px 32px rgba(217, 154, 92, 0.48),
    0 0 12px rgba(255, 241, 214, 0.42);
  filter: brightness(1.26);
}

.insight-featured:hover .insight-image,
.insight-card:hover .insight-image {
  transform: scale(1.012);
}

.insight-featured:hover .insight-cta svg,
.insight-card:hover .insight-arrow {
  transform: translateX(3px);
}

.insight-cta:focus-visible,
.insight-card:focus-visible,
.insight-preview-close:focus-visible,
.insight-preview-cta:focus-visible {
  outline: 2px solid rgba(244, 194, 122, 0.95);
  outline-offset: 4px;
}

.insight-preview {
  position: fixed;
  inset: 0;
  width: min(62vw, 1020px);
  margin: auto;
  max-width: calc(100% - 48px);
  max-height: calc(100dvh - 64px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(217, 154, 92, 0.62);
  border-radius: 14px;
  background:
    radial-gradient(circle at 88% 12%, rgba(217, 154, 92, 0.08), transparent 30%),
    rgba(4, 21, 38, 0.98);
  color: #f7f7f4;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.58);
  opacity: 0;
  transform: translateX(28px);
  transition:
    opacity 320ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    overlay 320ms allow-discrete,
    display 320ms allow-discrete;
}

.insight-preview[open] {
  opacity: 1;
  transform: translateX(0);
}

@starting-style {
  .insight-preview[open] {
    opacity: 0;
    transform: translateX(28px);
  }
}

.insight-preview::backdrop {
  background: rgba(1, 8, 15, 0.58);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition:
    opacity 320ms ease,
    overlay 320ms allow-discrete,
    display 320ms allow-discrete;
}

.insight-preview[open]::backdrop {
  opacity: 1;
}

@starting-style {
  .insight-preview[open]::backdrop {
    opacity: 0;
  }
}

.insight-preview-inner {
  position: relative;
  max-height: calc(100dvh - 66px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(217, 154, 92, 0.46) rgba(3, 18, 35, 0.3);
}

.insight-preview-close {
  position: sticky;
  top: 16px;
  z-index: 4;
  display: grid;
  width: 36px;
  height: 36px;
  margin: 16px 16px -52px auto;
  padding: 0;
  border: 1px solid rgba(217, 154, 92, 0.62);
  border-radius: 8px;
  background: rgba(3, 18, 35, 0.88);
  color: #e4a35f;
  cursor: pointer;
  place-items: center;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
}

.insight-preview-close:hover {
  border-color: rgba(244, 194, 122, 0.88);
  background: rgba(9, 31, 50, 0.96);
  color: #f4c27a;
}

.insight-preview-close svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
}

.insight-preview-visual {
  position: relative;
  height: clamp(260px, 34vh, 390px);
  overflow: hidden;
  background: #071a2b;
}

.insight-preview-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 52%, rgba(4, 21, 38, 0.94) 100%),
    linear-gradient(90deg, rgba(4, 21, 38, 0.24), transparent 38%);
  content: "";
  pointer-events: none;
}

.insight-preview-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.insight-preview-content {
  position: relative;
  padding: 6px clamp(34px, 5vw, 72px) 64px;
}

.insight-preview-content::before {
  position: absolute;
  top: 0;
  right: 4%;
  width: 48%;
  aspect-ratio: 2;
  background:
    repeating-radial-gradient(ellipse at 75% 35%, transparent 0 34px, rgba(217, 154, 92, 0.035) 35px 36px);
  opacity: 0.65;
  content: "";
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse, #000 8%, transparent 74%);
  mask-image: radial-gradient(ellipse, #000 8%, transparent 74%);
}

.insight-preview-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}

.insight-preview-category,
.insight-preview-reading-time {
  margin: 0;
  color: var(--grayson-gold);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.insight-preview-reading-time {
  color: rgba(232, 235, 237, 0.7);
}

.insight-preview-reading-time:not(:empty)::before {
  display: inline-block;
  width: 24px;
  height: 1px;
  margin-right: 18px;
  vertical-align: middle;
  background: rgba(217, 154, 92, 0.55);
  content: "";
}

.insight-preview h2 {
  position: relative;
  max-width: 780px;
  margin: 18px 0 0;
  font-family: "Italiana", serif;
  font-size: clamp(42px, 4.8vw, 66px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.insight-preview-description {
  position: relative;
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(232, 236, 239, 0.82);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.78;
}

.insight-preview-longform[hidden] {
  display: none;
}

.insight-preview-divider {
  width: 100%;
  height: 1px;
  margin: 38px 0 8px;
  background: rgba(217, 154, 92, 0.32);
}

.insight-preview-section {
  display: grid;
  padding: 30px 0;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid rgba(217, 154, 92, 0.18);
}

.insight-preview-number {
  padding-top: 5px;
  color: var(--grayson-gold);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.insight-preview-section h3,
.insight-preview-conclusion h3 {
  margin: 0;
  color: #f7f7f4;
  font-family: "Italiana", serif;
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 400;
  line-height: 1.12;
}

.insight-preview-section p,
.insight-preview-conclusion p {
  max-width: 720px;
  margin: 13px 0 0;
  color: rgba(225, 231, 235, 0.75);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.72;
}

.insight-preview-conclusion {
  margin-top: 34px;
  padding: 28px 30px;
  border-left: 1px solid var(--grayson-gold);
  background: linear-gradient(90deg, rgba(217, 154, 92, 0.08), transparent);
}

.insight-preview-cta {
  display: inline-flex;
  margin-top: 34px;
  padding: 13px 17px;
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(217, 154, 92, 0.62);
  border-radius: 7px;
  background: rgba(7, 27, 45, 0.7);
  color: #f7f7f4;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
}

.insight-preview-cta svg {
  width: 22px;
  fill: none;
  stroke: var(--grayson-gold);
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.legal-preview-content {
  padding-top: 58px;
}

.legal-preview-content .insight-preview-divider {
  margin-top: 34px;
}

.legal-preview-section p,
.legal-preview-closing p {
  white-space: pre-line;
}

.legal-preview-section p + p {
  margin-top: 12px;
}

.legal-preview-section ul {
  display: grid;
  max-width: 720px;
  margin: 14px 0 0;
  padding-left: 18px;
  gap: 8px;
  color: rgba(225, 231, 235, 0.75);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.68;
}

.legal-preview-section li::marker {
  color: var(--grayson-gold);
}

.legal-preview-closing p {
  line-height: 1.72;
}

.insight-preview[open] .insight-preview-image {
  animation: insight-preview-image-reveal 700ms ease-out both;
}

.insight-preview[open] .insight-preview-section,
.insight-preview[open] .insight-preview-conclusion,
.insight-preview[open] .insight-preview-cta {
  animation: insight-preview-content-reveal 520ms ease-out both;
}

.insight-preview[open] .insight-preview-section:nth-of-type(2) { animation-delay: 70ms; }
.insight-preview[open] .insight-preview-section:nth-of-type(3) { animation-delay: 140ms; }
.insight-preview[open] .insight-preview-conclusion { animation-delay: 190ms; }
.insight-preview[open] .insight-preview-cta { animation-delay: 230ms; }

@keyframes insight-preview-image-reveal {
  from {
    opacity: 0;
    transform: scale(1.025);
  }
}

@keyframes insight-preview-content-reveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
}

body.insight-preview-open {
  overflow: hidden;
}

.insights-section.insights-motion-ready .insights-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.insights-section.insights-motion-ready.is-visible .insights-reveal {
  opacity: 1;
  transform: translateY(0);
}

.insights-section.insights-motion-ready.is-visible .insight-featured {
  transition-delay: 90ms;
}

.insights-section.insights-motion-ready.is-visible .insight-card:nth-child(1) {
  transition-delay: 160ms;
}

.insights-section.insights-motion-ready.is-visible .insight-card:nth-child(2) {
  transition-delay: 230ms;
}

.insights-section.insights-motion-ready.is-visible .insight-card:nth-child(3) {
  transition-delay: 300ms;
}

@media (max-width: 1120px) {
  .insights-container {
    width: min(100% - 56px, 1060px);
  }

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

  .insight-featured {
    min-height: 0;
  }

  .insights-supporting {
    grid-template-rows: repeat(3, minmax(180px, auto));
  }
}

@media (max-width: 720px) {
  .insights-section {
    padding: 72px 0 80px;
  }

  .insights-container {
    width: calc(100% - 36px);
  }

  .insights-intro h2 {
    font-size: clamp(35px, 10.2vw, 46px);
  }

  .insights-supporting-line {
    font-size: 14px;
  }

  .insight-featured {
    grid-template-rows: 230px auto;
  }

  .insight-featured-content {
    padding: 24px 22px 26px;
  }

  .insight-meta {
    gap: 10px;
    font-size: 9px;
  }

  .insight-card {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .insight-card .insight-image {
    min-height: 190px;
    border-radius: 0;
  }

  .insight-card-content {
    padding: 21px 54px 24px 22px;
  }

  .insight-card-title {
    font-size: 26px;
  }

  .insight-card-description {
    font-size: 11px;
  }

  .insight-card .insight-arrow {
    position: absolute;
    right: 20px;
    bottom: 21px;
    margin: 0;
  }

  .insight-preview {
    width: calc(100% - 20px);
    max-width: none;
    max-height: calc(100dvh - 20px);
    border-radius: 10px;
  }

  .insight-preview-inner {
    max-height: calc(100dvh - 22px);
  }

  .insight-preview-close {
    top: 12px;
    margin: 12px 12px -48px auto;
  }

  .insight-preview-visual {
    height: 230px;
  }

  .insight-preview-content {
    padding: 4px 24px 42px;
  }

  .insight-preview h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .insight-preview-description {
    font-size: 14px;
  }

  .insight-preview-section {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .insight-preview-conclusion {
    padding: 24px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .insights-section.insights-motion-ready .insights-reveal,
  .insights-section.insights-motion-ready.is-visible .insights-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .insight-featured,
  .insight-card,
  .insight-image,
  .insight-cta svg,
  .insight-arrow,
  .insight-preview,
  .insight-preview::backdrop {
    transition: none;
  }

  .insight-preview[open] .insight-preview-image,
  .insight-preview[open] .insight-preview-section,
  .insight-preview[open] .insight-preview-conclusion,
  .insight-preview[open] .insight-preview-cta {
    animation: none;
  }
}
/* Contact signature section */
.contact-section {
  position: relative;
  min-height: clamp(760px, 100svh, 980px);
  overflow: hidden;
  padding: 88px 5vw 28px;
  scroll-margin-top: 88px;
  border-top: 1px solid rgba(217, 154, 92, 0.55);
  background: #02101f;
  color: #f7f7f4;
}

#contact::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(2, 13, 25, 0.94) 0%,
      rgba(2, 13, 25, 0.76) 38%,
      rgba(2, 13, 25, 0.24) 68%,
      rgba(2, 13, 25, 0.08) 100%
    ),
    url("../assets/images/grayson-contact-background.png");
  background-position: center, center right;
  background-size: 100% 100%, cover;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

.contact-container {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1440px, 100%);
  min-height: calc(clamp(760px, 100svh, 980px) - 117px);
  margin: 0 auto;
  grid-template-rows: minmax(0, 1fr) auto;
}

.contact-main {
  display: grid;
  padding: 28px 0 54px;
  align-items: center;
  grid-template-columns: minmax(0, 56fr) minmax(340px, 44fr);
  gap: clamp(48px, 7vw, 112px);
}

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

.contact-opening-eyebrow {
  margin: 0 0 22px;
  color: var(--grayson-gold);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.contact-copy h2 {
  margin: 0;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: clamp(36.8px, 3.92vw, 58.4px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.028em;
}

.contact-copy h2 span {
  display: block;
}

.contact-copy h2 span:last-child {
  margin-top: 8px;
  color: var(--grayson-gold);
}

.contact-heading-divider {
  display: block;
  width: min(560px, 88%);
  height: 1px;
  margin: 28px 0 30px;
  background: linear-gradient(
    90deg,
    rgba(217, 154, 92, 0.88) 0%,
    #f4c27a 18%,
    rgba(217, 154, 92, 0.72) 38%,
    rgba(217, 154, 92, 0.24) 76%,
    transparent 100%
  );
  box-shadow: 0 0 8px rgba(217, 154, 92, 0.16);
}

.contact-introduction {
  max-width: 490px;
  margin-top: 0;
  color: rgba(247, 247, 244, 0.82);
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 1vw, 14.4px);
  font-weight: 300;
  line-height: 1.72;
}

.contact-conversation {
  max-width: 700px;
  margin-top: 38px;
}

.contact-eyebrow {
  margin: 0 0 18px;
  color: var(--grayson-gold);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contact-email {
  display: grid;
  padding-bottom: 12px;
  align-items: center;
  grid-template-columns: 52px max-content 30px;
  column-gap: 22px;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.contact-email-icon {
  display: grid;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(217, 154, 92, 0.72);
  border-radius: 50%;
  color: var(--grayson-gold);
  place-items: center;
}

.contact-email-icon svg {
  width: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
}

.contact-email-address {
  position: relative;
  padding-bottom: 10px;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.1vw, 33px);
  line-height: 1.1;
  white-space: nowrap;
  transition: color 240ms ease;
}

.contact-email-address::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--grayson-gold);
  content: "";
  transform-origin: left;
  transition: transform 260ms ease;
}

.contact-email-arrow {
  width: 30px;
  margin-left: -14px;
  fill: none;
  stroke: var(--grayson-gold);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 240ms ease;
}

.contact-email:hover .contact-email-address {
  color: #ffffff;
}

.contact-email:hover .contact-email-address::after {
  transform: scaleX(1.045);
}

.contact-email:hover .contact-email-arrow {
  transform: translateX(3px);
}

.contact-email:focus-visible {
  outline: 2px solid rgba(244, 194, 122, 0.95);
  outline-offset: 5px;
}

.contact-values {
  display: flex;
  max-width: 720px;
  margin-top: 42px;
  align-items: center;
  justify-content: flex-start;
  gap: 22.4px;
}

.contact-value {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  min-width: 0;
  padding: 0;
  align-items: center;
  grid-template-columns: 33.6px minmax(0, 1fr);
  gap: 11.2px;
  color: rgba(247, 247, 244, 0.82);
  font-family: "Inter", sans-serif;
  font-size: 8.8px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.contact-value + .contact-value::before {
  position: absolute;
  top: 5.6px;
  bottom: 5.6px;
  left: -11.2px;
  width: 1px;
  background: rgba(217, 154, 92, 0.52);
  content: "";
}

.contact-value-icon {
  display: block;
  width: 33.6px;
  height: 33.6px;
  color: var(--grayson-gold);
}

.contact-value-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-panel {
  position: relative;
  left: 0;
  width: min(100%, 290px);
  min-height: 570px;
  margin-left: auto;
  padding: 36px 28px 150px;
  border: 2px solid var(--grayson-gold);
  border-radius: 14px;
  background-image:
    linear-gradient(
      180deg,
      rgba(3, 16, 30, 0.94) 0%,
      rgba(3, 16, 30, 0.88) 52%,
      rgba(3, 16, 30, 0.42) 72%,
      rgba(3, 16, 30, 0.1) 100%
    ),
    url("../assets/images/contact-card-golden-building.png");
  background-position: center, center bottom;
  background-size: cover, cover;
  background-repeat: no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 0 12px rgba(217, 154, 92, 0.08),
    0 0 0 1px rgba(217, 154, 92, 0.16),
    0 0 10px rgba(217, 154, 92, 0.32),
    0 0 24px rgba(217, 154, 92, 0.18),
    0 24px 58px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}

@media (min-width: 1101px) {
  .contact-panel {
    translate: calc(-5cm - 40px) 0;
  }
}

@media (min-width: 821px) {
  .contact-main {
    position: relative;
  }

  .contact-panel {
    top: var(--contact-panel-align-top, 0px);
    height: var(--contact-panel-align-height, 570px);
    min-height: 0;
    align-self: start;
    padding-top: 24px;
    padding-bottom: 92px;
  }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .contact-panel {
    left: -40px;
  }
}

.contact-panel h3 {
  max-width: 275px;
  margin: 0;
  font-family: "Italiana", Georgia, "Times New Roman", serif;
  font-size: clamp(21.6px, 1.8vw, 27.2px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.contact-panel h3::before {
  content: "";
  display: block;
  width: 66px;
  height: 1px;
  margin-bottom: 18px;
}

.contact-panel-accent {
  display: block;
  width: 66px;
  height: 1px;
  margin-top: 18px;
}

.contact-panel h3::before,
.contact-panel-accent {
  background: linear-gradient(
    90deg,
    rgba(217, 154, 92, 0.34),
    var(--grayson-gold) 30%,
    #fff1d6 50%,
    var(--grayson-gold) 70%,
    rgba(217, 154, 92, 0.34)
  );
  box-shadow:
    0 0 5px rgba(217, 154, 92, 0.5),
    0 0 12px rgba(217, 154, 92, 0.28);
}

.contact-detail {
  display: grid;
  padding: 25px 0;
  align-items: center;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
}

.contact-panel > .contact-detail:not(.contact-registration) {
  position: relative;
}

.contact-panel > .contact-detail:not(.contact-registration)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--grayson-gold);
  box-shadow:
    0 0 5px rgba(217, 154, 92, 0.42),
    0 0 12px rgba(217, 154, 92, 0.22);
  content: "";
  pointer-events: none;
}

.contact-detail-icon {
  display: grid;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(217, 154, 92, 0.62);
  border-radius: 50%;
  color: var(--grayson-gold);
  place-items: center;
}

.contact-detail-icon svg {
  width: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-detail address,
.contact-registration p,
.contact-registration strong {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
}

.contact-detail address {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12.8px;
  font-weight: 300;
  line-height: 1.58;
}

.contact-registration {
  padding-bottom: 8px;
}

.contact-registration p {
  color: rgba(230, 234, 237, 0.72);
  font-size: 9.6px;
  font-weight: 300;
  line-height: 1.4;
}

.contact-registration strong {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12.8px;
  font-weight: 300;
  line-height: 1.58;
  letter-spacing: normal;
}

.contact-signature {
  display: grid;
  min-height: 84px;
  padding: 20px 92px 0 0;
  align-items: center;
  grid-template-columns: 150px minmax(0, 1fr) auto auto;
  gap: 30px;
  border-top: 1px solid rgba(217, 154, 92, 0.55);
}

.contact-signature-brand {
  display: inline-flex;
  width: 118px;
  align-items: center;
}

.contact-signature-brand img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(1.08) saturate(0.78);
}

.contact-services,
.contact-copyright {
  margin: 0;
  color: rgba(247, 247, 244, 0.76);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.contact-service-divider {
  padding: 0 7px;
  color: var(--grayson-gold);
}

.contact-legal-links {
  display: flex;
  padding: 2px 18px;
  align-items: flex-start;
  flex-direction: column;
  gap: 3px;
  border-right: 1px solid rgba(217, 154, 92, 0.42);
  border-left: 1px solid rgba(217, 154, 92, 0.42);
}

.contact-legal-links button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(247, 247, 244, 0.76);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.025em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease;
}

.contact-legal-links button:hover {
  color: #ffffff;
}

.contact-legal-links button:focus-visible {
  outline: 1px solid var(--grayson-gold);
  outline-offset: 3px;
}

.contact-copyright {
  text-align: right;
  text-transform: none;
}

.contact-section.contact-motion-ready .contact-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 680ms ease,
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-section.contact-motion-ready.is-visible .contact-reveal {
  opacity: 1;
  transform: translateY(0);
}

.contact-section.contact-motion-ready.is-visible .contact-opening-eyebrow {
  transition-delay: 20ms;
}

.contact-section.contact-motion-ready.is-visible .contact-heading {
  transition-delay: 60ms;
}

.contact-section.contact-motion-ready.is-visible .contact-heading-divider {
  transition-delay: 120ms;
}

.contact-section.contact-motion-ready.is-visible .contact-introduction {
  transition-delay: 170ms;
}

.contact-section.contact-motion-ready.is-visible .contact-conversation {
  transition-delay: 240ms;
}

.contact-section.contact-motion-ready.is-visible .contact-values {
  transition-delay: 300ms;
}

.contact-section.contact-motion-ready.is-visible .contact-panel {
  transition-delay: 200ms;
}

.contact-section.contact-motion-ready.is-visible .contact-signature {
  transition-delay: 320ms;
}

@media (max-width: 1100px) {
  .contact-section {
    min-height: 0;
    padding: 82px 40px 28px;
  }

  .contact-container {
    min-height: 0;
  }

  .contact-main {
    grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
    gap: 42px;
  }

  .contact-copy h2 {
    font-size: clamp(34.4px, 4.28vw, 48.8px);
  }

  .contact-email-address {
    font-size: clamp(23px, 2.6vw, 31px);
  }

  .contact-signature {
    grid-template-columns: 125px minmax(0, 1fr) auto auto;
  }
}

@media (max-width: 820px) {
  #contact::before {
    background-position: center, center right;
  }

  .contact-main {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
  }

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

  .contact-panel {
    left: 0;
    width: min(100%, 350px);
    margin-right: 0;
    margin-left: auto;
  }

  .contact-signature {
    padding-right: 76px;
    grid-template-columns: 120px 1fr;
  }

  .contact-signature-brand {
    grid-row: 1 / span 2;
  }

  .contact-services {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
  }

  .contact-legal-links {
    grid-column: 2;
    grid-row: 2;
    align-items: flex-end;
  }

  .contact-copyright {
    grid-column: 1 / -1;
    grid-row: 3;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .contact-section {
    padding: 72px 20px 24px;
  }

  #contact::before {
    background-image:
      linear-gradient(
        90deg,
        rgba(2, 13, 25, 0.95) 0%,
        rgba(2, 13, 25, 0.83) 58%,
        rgba(2, 13, 25, 0.42) 100%
      ),
      url("../assets/images/grayson-contact-background.png");
    background-position: center, center right;
  }

  .contact-main {
    padding: 14px 0 48px;
    gap: 44px;
  }

  .contact-copy h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .contact-introduction {
    margin-top: 0;
    font-size: 11.2px;
  }

  .contact-email {
    padding-bottom: 8px;
    grid-template-columns: 44px minmax(0, 1fr) 24px;
    gap: 12px;
  }

  .contact-email-icon {
    width: 44px;
    height: 44px;
  }

  .contact-email-icon svg {
    width: 23px;
  }

  .contact-email-address {
    overflow-wrap: anywhere;
    font-size: clamp(20px, 6.5vw, 27px);
    white-space: normal;
  }

  .contact-email-arrow {
    width: 24px;
  }

  .contact-values {
    margin-top: 36px;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .contact-value {
    width: 100%;
    padding: 13.6px 0;
    grid-template-columns: 33.6px minmax(0, 1fr);
  }

  .contact-value:first-child {
    padding-top: 0;
  }

  .contact-value + .contact-value {
    border-top: 1px solid rgba(217, 154, 92, 0.28);
  }

  .contact-value + .contact-value::before {
    display: none;
  }

  .contact-panel {
    min-height: 560px;
    padding: 30px 24px 145px;
  }

  .contact-panel h3 {
    font-size: 22.4px;
  }

  .contact-detail {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
  }

  .contact-detail-icon {
    width: 48px;
    height: 48px;
  }

  .contact-detail address,
  .contact-registration strong {
    font-size: 11.2px;
  }

  .contact-signature {
    padding: 20px 0 64px;
    justify-items: start;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-services,
  .contact-copyright {
    text-align: left;
  }

  .contact-signature-brand,
  .contact-services,
  .contact-legal-links,
  .contact-copyright {
    grid-column: 1;
    grid-row: auto;
  }

  .contact-legal-links {
    align-items: flex-start;
  }

  .contact-service-divider {
    padding: 0 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-section.contact-motion-ready .contact-reveal,
  .contact-section.contact-motion-ready.is-visible .contact-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .contact-email-address,
  .contact-email-address::after,
  .contact-email-arrow {
    transition: none;
  }
}

/* Final responsive audit overrides. Desktop presentation is unchanged above 1200px. */
@media (max-width: 1200px) {
  .site-header {
    height: 112px;
    padding: 12px 32px;
  }

  .header-container {
    position: relative;
  }

  .brand-logo {
    width: 220px;
    transform: none;
  }

  .nav-toggle {
    position: relative;
    z-index: 12;
    display: grid;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 1px solid rgba(217, 154, 92, 0.58);
    border-radius: 50%;
    background: rgba(3, 18, 35, 0.78);
    cursor: pointer;
    place-content: center;
    gap: 7px;
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    background: var(--grayson-gold);
    transition: transform 220ms ease;
  }

  .site-header.is-menu-open .nav-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .site-header.is-menu-open .nav-toggle span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 11;
    display: grid;
    width: min(360px, calc(100vw - 64px));
    padding: 18px 22px;
    gap: 0;
    border: 1px solid rgba(217, 154, 92, 0.42);
    border-radius: 12px;
    background: rgba(3, 18, 35, 0.98);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
      opacity 220ms ease,
      visibility 220ms ease,
      transform 220ms ease;
  }

  .site-header.is-menu-open .main-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-link {
    width: 100%;
    padding: 11px 0;
  }

  .nav-indicator,
  .language-selector {
    display: none;
  }

  .hero {
    min-height: 0;
    background-position: 68% top;
    background-size: auto 680px;
  }

  .hero-container {
    min-height: 0;
    padding: 148px 32px 48px;
  }

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

  .hero-trust-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-metrics {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .trust-metric {
    min-width: 0;
  }

  .growth-model-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .growth-statement {
    white-space: normal;
  }

  .growth-commercial {
    width: 100%;
  }

  .growth-model-visual {
    min-height: 430px;
    margin-left: 0;
    border-radius: 18px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .growth-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

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

  .industries-intro h2 {
    width: auto;
    max-width: 760px;
    white-space: normal;
  }

  .industries-section .industries-visual,
  .industries-section.industries-motion-ready .industries-image-reveal,
  .industries-section.industries-motion-ready.is-visible .industries-image-reveal {
    top: 0;
    right: 0;
    transform: none;
  }

  .industries-lower {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .industries-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .industries-detail-panel {
    width: 100%;
    height: auto;
    min-height: 265px;
    grid-column: 1;
  }
}

@media (max-width: 820px) {
  .site-header {
    height: 96px;
    padding: 10px 24px;
  }

  .brand-logo {
    width: 190px;
  }

  .main-nav {
    width: min(340px, calc(100vw - 48px));
  }

  .hero {
    background-position: 62% top;
    background-size: auto 560px;
  }

  .hero-container {
    padding: 128px 24px 40px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-title {
    font-size: clamp(46px, 8vw, 60px);
  }

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

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

  .trust-metric:nth-child(odd) {
    border-left: 0;
  }

  .growth-model-section,
  .industries-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .growth-title {
    font-size: clamp(42px, 8vw, 56px);
  }

  .growth-model-visual {
    min-height: 360px;
  }

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

  .industry-card {
    height: auto;
    min-height: 210px;
  }

  .industry-detail {
    height: auto;
    padding-block: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .industry-detail-copy,
  .industry-capabilities,
  .industry-detail-visual {
    grid-column: 1;
    grid-row: auto;
  }

  .industry-detail-copy {
    padding: 24px 24px 10px;
  }

  .industry-capabilities {
    margin: 0;
    padding: 18px 24px 24px;
  }

  .industry-detail-visual {
    min-height: 230px;
    margin: 0;
    border-radius: 0 0 14px 14px;
  }

  .industry-detail-image {
    min-height: 230px;
    border-radius: 0 0 14px 14px;
  }

  .insight-preview {
    max-width: calc(100vw - 20px);
  }

  .back-to-top {
    width: 35.2px;
    height: 35.2px;
    padding: 0;
    border-radius: 50%;
  }

  .back-to-top::before {
    position: absolute;
    inset: -5px;
    content: "";
  }

  .back-to-top-label {
    display: none;
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 86px;
    padding: 8px 20px;
  }

  .brand-logo {
    width: 168px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
  }

  .main-nav {
    top: calc(100% + 8px);
    width: calc(100vw - 40px);
  }

  .hero {
    background-position: 58% top;
    background-size: auto 500px;
  }

  .hero-container {
    padding: 114px 20px 36px;
  }

  .hero-title {
    font-size: clamp(40px, 13vw, 54px);
    line-height: 1;
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-highlights {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .hero-highlight {
    max-width: none;
    padding: 0;
    border-left: 0;
  }

  .services-grid,
  .growth-pillars {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 190px;
  }

  .trust-metrics {
    grid-template-columns: 1fr;
  }

  .trust-metric,
  .trust-metric:nth-child(odd) {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .growth-model-section {
    padding: 60px 20px;
  }

  .growth-editorial {
    padding-right: 0;
    padding-left: 0;
  }

  .growth-title {
    font-size: clamp(38px, 11vw, 48px);
  }

  .growth-statement {
    font-size: 23px;
  }

  .growth-commercial {
    padding-right: 18px;
    padding-left: 18px;
  }

  .growth-model-visual {
    min-height: 290px;
  }

  .industries-section {
    padding: 62px 20px 68px;
  }

  .industries-intro h2 {
    font-size: clamp(36px, 10.5vw, 46px);
  }

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

  .industry-card {
    min-height: 195px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .industry-card-title {
    font-size: 15px;
  }

  .industry-capabilities {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }

  .insight-preview-content,
  .legal-preview-content {
    padding-right: 18px;
    padding-left: 18px;
  }

  .insight-preview h2 {
    overflow-wrap: anywhere;
    font-size: clamp(32px, 10.5vw, 42px);
  }

  .insight-preview-section {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
  }

  .insight-preview-section h3,
  .insight-preview-conclusion h3 {
    font-size: clamp(23px, 7vw, 29px);
  }

  .contact-panel {
    width: 100%;
    margin: 0;
  }
}
