.container {
  width:min(100% - 48px,1460px);
  margin-inline:auto
}

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

.industries-hero>.container,
.industry-directory-section>.container,
.industry-statement>.container {
  width:min(78%,1476px)
}

.site-header {
  position:fixed;
  inset:14px 0 auto;
  z-index:100;
  border:0;
  background:transparent
}

.site-header>.container {
  width:min(78%,1476px);
  max-width:1476px
}

.nav-wrap {
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:72px;
  padding:0 20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.92);
  box-shadow:0 14px 40px rgba(7,20,38,.07);
  backdrop-filter:blur(18px)
}

.brand {
  display:flex;
  align-items:center;
  flex:0 0 auto
}

.brand-logo {
  display:block;
  width:194px;
  height:68px;
  object-fit:contain;
  object-position:left center
}

.site-nav {
  display:flex;
  align-items:center;
  gap:25px;
  color:#354358;
  font-size:13px;
  font-weight:500
}

.site-nav>a:not(.nav-cta) {
  position:relative;
  padding:8px 0;
  text-decoration:none;
  transition:color .2s ease
}

.site-nav>a:not(.nav-cta)::after {
  position:absolute;
  right:0;
  bottom:2px;
  left:0;
  height:1px;
  background:var(--blue);
  content:"";
  transform:scaleX(0);
  transform-origin:right;
  transition:transform .25s ease
}

.site-nav>a:not(.nav-cta):hover,
.site-nav>a.is-current {
  color:var(--blue)
}

.site-nav>a:not(.nav-cta):hover::after,
.site-nav>a.is-current::after {
  transform:scaleX(1);
  transform-origin:left
}

.nav-cta,
.mobile-project-cta {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:var(--blue);
  color:#fff;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(23,105,255,.2)
}

.nav-cta {
  min-height:48px;
  margin-left:4px;
  padding:0 18px
}

.mobile-project-cta,
.mobile-nav-actions,
.menu-toggle {
  display:none
}

.language-switch {
  display:inline-grid;
  grid-template-columns:repeat(2,1fr);
  gap:4px;
  padding:0;
  border:0;
  background:transparent
}

.language-switch button {
  width:30px;
  min-width:30px;
  height:30px;
  min-height:30px;
  padding:0;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#526176;
  font:700 10px var(--font-body);
  letter-spacing:.04em;
  cursor:pointer
}

.language-switch button.is-active {
  background:var(--blue);
  color:#fff;
  box-shadow:0 4px 12px rgba(23,105,255,.24)
}

.theme-switch {
  display:inline-grid;
  grid-template-columns:repeat(2,1fr);
  gap:2px;
  padding:3px;
  border:1px solid #d6dfeb;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  box-shadow:0 10px 28px rgba(7,20,38,.08)
}

.theme-switch button {
  display:grid;
  place-items:center;
  width:34px;
  min-width:34px;
  height:30px;
  min-height:30px;
  padding:5px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#526176;
  font-size:0;
  cursor:pointer
}

.theme-switch button.is-active {
  background:var(--blue);
  color:#fff;
  box-shadow:0 5px 14px rgba(23,105,255,.25)
}

.theme-switch button::before {
  display:block;
  width:16px;
  height:16px;
  margin:auto;
  background:currentColor;
  content:"";
  mask-position:center;
  mask-repeat:no-repeat;
  mask-size:contain
}

.theme-switch button[data-theme-option="light"]::before {
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='4' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M12 2v2M12 20v2M4.93 4.93l1.42 1.42M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.42-1.42M17.66 6.34l1.41-1.41' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
}

.theme-switch button[data-theme-option="dark"]::before {
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 15.5A8.5 8.5 0 0 1 8.5 4 8.5 8.5 0 1 0 20 15.5Z' fill='black'/%3E%3C/svg%3E")
}

.eyebrow {
  margin:0 0 20px;
  color:var(--blue);
  font-size:13px;
  font-weight:600;
  letter-spacing:.2em;
  line-height:1.3;
  text-transform:uppercase
}

.industries-hero {
  position:relative;
  min-height:560px;
  padding:158px 0 74px;
  overflow:hidden;
  background:linear-gradient(145deg,#fbfcfe 0%,#f2f6fd 58%,#e8f0ff 100%)
}

.industries-hero::before,
.industries-hero::after {
  position:absolute;
  border:1px solid rgba(23,105,255,.13);
  border-radius:50%;
  content:""
}

.industries-hero::before {
  top:-440px;
  right:-80px;
  width:820px;
  height:820px
}

.industries-hero::after {
  bottom:-390px;
  left:18%;
  width:620px;
  height:620px
}

.industries-hero-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.65fr);
  gap:100px;
  align-items:center
}

.hero-title h1 {
  max-width:980px;
  margin:0;
  color:var(--navy);
  font-size:clamp(52px,6vw,84px);
  font-weight:600;
  letter-spacing:-.065em;
  line-height:1.02
}

.hero-summary {
  display:grid;
  align-self:center;
  gap:20px
}

.hero-summary p {
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.72
}

.industry-directory-section {
  padding:76px 0 88px;
  background:#fff
}

.directory-heading {
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.55fr);
  gap:80px;
  align-items:center;
  margin-bottom:44px
}

.directory-heading h2 {
  max-width:850px;
  margin:0;
  color:var(--navy);
  font-size:clamp(38px,4.4vw,64px);
  letter-spacing:-.055em;
  line-height:1.06
}

.directory-heading>p {
  align-self:center;
  margin:0;
  color:var(--muted);
  font-size:17px
}

.directory-controls {
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:18px;
  align-items:center;
  width:100%;
  max-width:100%;
  margin-bottom:34px
}

.industry-search {
  position:relative;
  display:flex;
  align-items:center
}

.industry-search svg {
  position:absolute;
  left:18px;
  width:20px;
  fill:none;
  stroke:var(--blue);
  stroke-linecap:round;
  stroke-width:1.8;
  pointer-events:none
}

.industry-search input {
  width:100%;
  height:54px;
  padding:0 18px 0 50px;
  border:1px solid #cfdae9;
  border-radius:16px;
  background:#f8faff;
  color:var(--navy);
  font:500 15px var(--font-body);
  outline:none;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease
}

.industry-search input:focus {
  border-color:var(--blue);
  background:#fff;
  box-shadow:0 0 0 4px rgba(23,105,255,.1)
}

.industry-filters {
  display:flex;
  justify-content:flex-end;
  gap:8px;
  overflow:auto;
  scrollbar-width:none
}

.industry-filters::-webkit-scrollbar {
  display:none
}

.industry-filters button {
  flex:0 0 auto;
  min-height:42px;
  padding:0 16px;
  border:1px solid #cfdae9;
  border-radius:999px;
  background:#fff;
  color:#536278;
  font:600 12px var(--font-body);
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease
}

.industry-filters button:hover {
  border-color:#91b6ff;
  color:var(--blue);
  background:#f4f8ff
}

.industry-filters button.is-active {
  border-color:var(--blue);
  background:var(--blue);
  color:#fff
}

.industry-filter-select {
  position:relative;
  display:none
}

.industry-filter-select::after {
  position:absolute;
  top:50%;
  right:18px;
  width:8px;
  height:8px;
  border-right:2px solid var(--blue);
  border-bottom:2px solid var(--blue);
  content:"";
  pointer-events:none;
  transform:translateY(-70%) rotate(45deg)
}

.industry-filter-select select {
  width:100%;
  height:52px;
  padding:0 48px 0 18px;
  border:1px solid #cfdae9;
  border-radius:16px;
  appearance:none;
  background:#f8faff;
  color:var(--navy);
  font:600 14px var(--font-body);
  cursor:pointer;
  outline:none
}

.industry-filter-select select:focus {
  border-color:var(--blue);
  box-shadow:0 0 0 4px rgba(23,105,255,.1)
}

.directory-layout {
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(380px,.62fr);
  gap:26px;
  align-items:start
}

.directory-layout,
.industry-list-column,
.industry-grid,
.industry-detail-shell,
.industry-detail {
  width:100%;
  max-width:100%;
  min-width:0
}

.result-count {
  margin:0 0 13px;
  color:var(--muted);
  font-size:12px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase
}

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

.industry-card {
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 18px;
  gap:12px;
  align-items:center;
  width:100%;
  max-width:100%;
  min-width:0;
  min-height:62px;
  padding:8px 12px;
  border:1px solid #d6dfeb;
  border-radius:16px;
  background:#f8faff;
  color:var(--navy);
  text-align:left;
  cursor:pointer;
  transition:border-color .25s ease,background .25s ease,box-shadow .25s ease,transform .25s ease
}

.industry-card:hover {
  border-color:#8fb5ff;
  background:#fff;
  box-shadow:0 14px 32px rgba(7,20,38,.08);
  transform:translateY(-2px)
}

.industry-card.is-active {
  border-color:var(--blue);
  background:#eaf2ff;
  box-shadow:0 14px 34px rgba(23,105,255,.12)
}

.industry-card-icon {
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid #b9ceef;
  border-radius:12px;
  background:#edf4ff;
  color:var(--blue)
}

.industry-card-icon svg {
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.7
}

.industry-card-title {
  min-width:0;
  font:600 14px/1.28 var(--font-display)
}

.industry-card-chevron {
  color:#7d8ca2;
  font-size:19px;
  transition:color .2s ease,transform .2s ease
}

.industry-card:hover .industry-card-chevron,
.industry-card.is-active .industry-card-chevron {
  color:var(--blue);
  transform:translateX(2px)
}

.industry-detail-shell {
  position:sticky;
  top:104px
}

.industry-detail {
  min-height:560px;
  padding:34px;
  border:1px solid #2b4d78;
  border-radius:26px;
  background:#08182c;
  color:#fff;
  box-shadow:0 24px 54px rgba(7,20,38,.15)
}

.detail-topline {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px
}

.detail-category {
  margin:0;
  color:#77a8ff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase
}

.detail-index {
  color:#77a8ff;
  font:600 12px var(--font-body)
}

.industry-detail h3 {
  max-width:500px;
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(28px,3vw,42px);
  letter-spacing:-.045em;
  line-height:1.08
}

.detail-summary {
  margin:0 0 28px;
  color:#b8c7da;
  font-size:16px;
  line-height:1.65
}

.detail-label {
  margin:0 0 14px;
  color:#77a8ff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase
}

.detail-projects {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px 18px;
  margin:0;
  padding:0;
  list-style:none
}

.detail-projects li {
  position:relative;
  padding:8px 0 8px 17px;
  border-bottom:1px solid rgba(147,178,220,.17);
  color:#e3eaf3;
  font-size:13px;
  line-height:1.4
}

.detail-projects li::before {
  position:absolute;
  top:16px;
  left:0;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--blue);
  content:""
}

.scope-note {
  margin:24px 0 0;
  padding:15px 17px;
  border:1px solid rgba(119,168,255,.28);
  border-radius:15px;
  background:rgba(23,105,255,.09);
  color:#c8d7ea;
  font-size:12px;
  line-height:1.55
}

.scope-note strong {
  display:block;
  margin-bottom:4px;
  color:#86b1ff;
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase
}

.empty-state {
  padding:34px;
  border:1px dashed #b9c9df;
  border-radius:20px;
  color:var(--muted);
  text-align:center
}

.industry-statement {
  padding:72px 0;
  background:var(--blue);
  color:#fff
}

.industry-statement-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);
  gap:90px;
  align-items:center
}

.industry-statement .eyebrow {
  color:#d8e7ff
}

.industry-statement h2 {
  max-width:850px;
  margin:0;
  color:#fff;
  font-size:clamp(38px,4.6vw,66px);
  letter-spacing:-.055em;
  line-height:1.05
}

.industry-statement-grid>p {
  align-self:center;
  margin:0;
  color:#eef4ff;
  font-size:17px;
  line-height:1.7
}

.site-footer {
  padding:38px 0 22px;
  background:#20252c;
  color:#9ba7b7
}

.site-footer>.container {
  width:min(78%,1476px);
  max-width:1476px
}

.footer-top {
  margin-bottom:32px
}

.footer-title {
  margin:0 0 3px;
  color:#fff;
  font-family:var(--font-display);
  font-weight:700
}

.footer-tagline {
  margin:0;
  font-size:11px
}

.footer-nav {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px 44px;
  max-width:560px;
  margin-bottom:34px;
  color:#c0cede;
  font-size:13px;
  font-weight:600
}

.footer-nav a,
.footer-legal a {
  text-decoration:none
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:30px;
  padding-top:20px;
  border-top:1px solid #424a55;
  font-size:11px
}

.footer-legal {
  display:flex;
  gap:24px
}

html[data-theme="dark"] {
  --paper:#071426;
  --white:#0d2037;
  --graphite:#d8e1ed;
  --muted:#98a8bd;
  --line:#28405d
}

html[data-theme="dark"] body,
html[data-theme="dark"] .industry-directory-section {
  background:#071426
}

html[data-theme="dark"] .nav-wrap,
html[data-theme="dark"] .site-nav {
  border-color:#29435f;
  background:#0b1d34
}

html[data-theme="dark"] .site-nav {
  color:#c9d0da
}

html[data-theme="dark"] .industries-hero {
  background:linear-gradient(145deg,#071426 0%,#0a1c32 58%,#102844 100%)
}

html[data-theme="dark"] .hero-title h1,
html[data-theme="dark"] .directory-heading h2 {
  color:#f3f5f7
}

html[data-theme="dark"] .industry-search input,
html[data-theme="dark"] .industry-filters button,
html[data-theme="dark"] .industry-filter-select select,
html[data-theme="dark"] .industry-card {
  border-color:#28405d;
  background:#0d2037;
  color:#d8e1ed
}

html[data-theme="dark"] .industry-search input:focus,
html[data-theme="dark"] .industry-card:hover {
  border-color:#4778b5;
  background:#102846
}

html[data-theme="dark"] .industry-card.is-active {
  border-color:#4f86d2;
  background:#102846
}

html[data-theme="dark"] .industry-card-icon {
  border-color:#36577d;
  background:#102846
}

html[data-theme="dark"] .industry-filters button.is-active {
  border-color:var(--blue);
  background:var(--blue);
  color:#fff
}

html[data-theme="dark"] .industry-filters button:hover:not(.is-active) {
  border-color:#4778b5;
  background:#102846;
  color:#8eb8ff
}

html[data-theme="dark"] .theme-switch {
  border-color:#29435f;
  background:#0b1d34
}

html[data-theme="dark"] .language-switch button,
html[data-theme="dark"] .theme-switch button {
  color:#bac9da
}

html[data-theme="dark"] .language-switch button.is-active,
html[data-theme="dark"] .theme-switch button.is-active {
  color:#fff
}

@media(max-width:1400px) {
  .industry-grid {
    grid-template-columns:1fr
  }
}

@media(max-width:1100px) {
  .site-nav {
    gap:15px
  }

  .site-nav>a:not(.nav-cta) {
    font-size:12px
  }

  .industries-hero-grid,
  .directory-heading,
  .industry-statement-grid {
    gap:54px
  }

  .directory-controls {
    grid-template-columns:1fr
  }

  .industry-filters {
    justify-content:flex-start
  }

  .directory-layout {
    grid-template-columns:minmax(0,1fr) minmax(340px,.7fr)
  }

}

@media(max-width:800px) {
  .container {
    width:min(100% - 32px,1180px)
  }

  .site-header>.container {
    width:calc(100% - 32px)
  }

  .site-footer>.container {
    width:calc(100% - 32px)
  }

  .industries-hero>.container,
  .industry-directory-section>.container,
  .industry-statement>.container {
    width:min(100% - 32px,1180px)
  }

  .site-header {
    inset:0 0 auto;
    padding:12px 0 0
  }

  .nav-wrap {
    position:relative;
    display:grid;
    grid-template-columns:1fr auto;
    grid-template-rows:auto auto;
    gap:8px 10px;
    height:148px;
    padding:12px 14px;
    border-radius:22px
  }

  .brand-logo {
    width:202px;
    height:72px
  }

  .mobile-nav-actions {
    display:contents
  }

  .mobile-project-cta {
    display:inline-flex;
    align-self:center;
    min-height:52px;
    padding:0 16px;
    font-size:14px
  }

  .mobile-nav-tools {
    grid-column:1 / -1;
    display:grid;
    grid-template-columns:1fr 48px 1fr;
    align-items:center
  }

  .language-switch-mobile {
    justify-self:start
  }

  .theme-switch-mobile {
    justify-self:end
  }

  .menu-toggle {
    position:relative;
    display:block;
    justify-self:center;
    width:44px;
    height:42px;
    padding:0;
    border:0;
    background:transparent;
    cursor:pointer
  }

  .menu-toggle span {
    position:absolute;
    left:8px;
    width:28px;
    height:2px;
    background:var(--navy);
    transition:transform .25s ease,opacity .2s ease,top .25s ease
  }

  html[data-theme="dark"] .menu-toggle span {
    background:#f1f5fa
  }

  .menu-toggle span:nth-child(1) {
    top:12px
  }

  .menu-toggle span:nth-child(2) {
    top:20px
  }

  .menu-toggle span:nth-child(3) {
    top:28px
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    top:20px;
    transform:rotate(45deg)
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity:0
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    top:20px;
    transform:rotate(-45deg)
  }

  .site-nav {
    position:fixed;
    top:172px;
    right:16px;
    left:16px;
    z-index:99;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    max-height:calc(100vh - 188px);
    padding:18px 24px;
    overflow:auto;
    border:1px solid var(--line);
    border-radius:24px;
    background:#fff;
    box-shadow:0 24px 70px rgba(7,20,38,.18);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-12px);
    transition:opacity .25s ease,transform .25s ease,visibility .25s
  }

  .site-nav.open {
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none
  }

  .site-nav>a:not(.nav-cta) {
    padding:15px 4px;
    border-bottom:1px solid var(--line);
    font-size:17px
  }

  .site-nav>a:not(.nav-cta)::after,
  .site-nav .language-switch-desktop,
  .site-nav .theme-switch-desktop-nav,
  .site-nav .nav-cta {
    display:none
  }

  .industries-hero {
    min-height:0;
    padding:206px 0 58px
  }

  .industries-hero-grid,
  .directory-heading,
  .industry-statement-grid {
    grid-template-columns:1fr;
    gap:30px
  }

  .hero-title h1 {
    font-size:clamp(42px,11.5vw,62px)
  }

  .industry-directory-section {
    padding:58px 0 66px
  }

  .directory-heading {
    margin-bottom:34px
  }

  .directory-heading h2 {
    font-size:38px
  }

  .directory-controls {
    gap:14px;
    margin-bottom:28px
  }

  .industry-filters {
    display:none
  }

  .industry-filter-select {
    display:block;
    width:100%;
    max-width:100%
  }

  .directory-layout {
    display:block
  }

  .industry-grid {
    display:grid;
    grid-template-columns:1fr;
    gap:9px
  }

  .industry-card {
    min-height:60px
  }

  .industry-grid>.industry-detail-shell {
    position:static;
    grid-column:1 / -1;
    margin:3px 0 8px
  }

  .industry-detail {
    min-height:0;
    padding:26px 22px;
    border-radius:22px
  }

  .industry-detail h3 {
    font-size:30px
  }

  .detail-projects {
    grid-template-columns:1fr
  }

  .industry-statement {
    padding:56px 0
  }

  .industry-statement h2 {
    font-size:38px
  }
}

@media(max-width:520px) {
  .container {
    width:min(100% - 28px,1180px)
  }

  .nav-wrap {
    width:calc(100% - 28px)
  }

  .site-header>.container {
    width:calc(100% - 28px)
  }

  .site-footer>.container {
    width:calc(100% - 28px)
  }

  .brand-logo {
    width:190px
  }

  .mobile-project-cta {
    padding:0 13px;
    font-size:12px
  }

  .hero-summary p,
  .directory-heading>p,
  .industry-statement-grid>p {
    font-size:16px
  }

  .industry-filters button {
    min-height:40px;
    padding:0 14px;
    font-size:11px
  }

  .industry-card {
    grid-template-columns:36px minmax(0,1fr) 16px;
    gap:10px;
    padding:7px 10px
  }

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

  .industry-card-title {
    font-size:13px
  }

  .footer-nav {
    grid-template-columns:1fr 1fr
  }

  .footer-bottom {
    flex-direction:column
  }

  .footer-legal {
    flex-wrap:wrap;
    gap:14px 20px
  }
}

@media(prefers-reduced-motion:reduce) {
  .industry-card,
  .industry-card-chevron,
  .industry-filters button {
    transition:none
  }
}
