.breadcrumbs {
  width: var(--container);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px auto 0;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sector-hub-hero,
.sector-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: end;
  border-bottom: 1px solid var(--ink);
}

.sector-hub-hero h1,
.sector-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(54px, 6vw, 92px);
  line-height: 0.96;
  font-weight: 650;
  font-stretch: 96%;
  letter-spacing: -0.055em;
}

.sector-hero h1 em {
  display: block;
  color: var(--forest);
  font-style: normal;
}

.sector-hub-hero__copy,
.sector-hero__copy > p {
  color: var(--muted);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.6;
}

.sector-hub-hero__copy p:last-child {
  margin-bottom: 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 15px;
}

.sector-index__head,
.sector-section-head,
.related-sectors > header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 50px;
}

.sector-index__head h2,
.sector-section-head h2,
.sector-output h2,
.sector-owner h2,
.sector-faq h2,
.sector-hub-owner h2,
.related-sectors h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1;
  font-weight: 650;
  letter-spacing: -0.045em;
}

.sector-index__head > p,
.sector-section-head > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.sector-index__rows {
  border-top: 1px solid var(--ink);
}

.sector-index__row {
  display: grid;
  grid-template-columns: 46px minmax(260px, 0.92fr) minmax(320px, 1fr) 170px;
  gap: 28px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.sector-index__number {
  padding-top: 5px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 750;
}

.sector-index__identity h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.12;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.sector-index__identity h2 a:hover,
.sector-index__identity h2 a:focus-visible,
.sector-index__link:hover,
.sector-index__link:focus-visible {
  color: var(--coral);
}

.sector-index__identity p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.sector-index__row ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.45;
}

.sector-index__row li {
  position: relative;
  padding-left: 18px;
}

.sector-index__row li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--sage);
  border: 1px solid var(--forest);
}

.sector-index__link {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.sector-hub-owner {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 0.72fr);
  gap: 80px;
  color: white;
  background: var(--forest);
  box-shadow: 0 0 0 100vmax var(--forest);
  clip-path: inset(0 -100vmax);
}

.sector-hub-owner h2 {
  max-width: 700px;
}

.sector-hub-owner > div:last-child p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.6;
}

.sector-hub-owner .button {
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
}

.sector-hub-owner .button:hover,
.sector-hub-owner .button:focus-visible {
  color: var(--forest);
  background: var(--paper);
}

.sector-hero {
  min-height: 650px;
  align-items: center;
}

.sector-hero__copy > p {
  max-width: 760px;
  margin: 30px 0 34px;
}

.sector-brief {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 48px);
  color: white;
  background: var(--forest);
  border-top: 12px solid var(--coral);
}

.sector-brief__head {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sector-brief__head span:last-child {
  max-width: 240px;
  color: white;
  text-align: right;
}

.sector-brief ul {
  display: grid;
  gap: 0;
  margin: 38px 0;
  padding: 0;
  list-style: none;
}

.sector-brief li {
  padding: 18px 0;
  border-bottom: 1px solid var(--line-light);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.3;
}

.sector-brief__buyer span,
.sector-case__practice > span,
.sector-case__owner > span,
.sector-output__case > span,
.sector-owner aside > span,
.sector-contact__context span {
  display: block;
  margin-bottom: 8px;
  color: var(--coral);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.sector-brief__buyer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.sector-cases {
  background: var(--paper);
  box-shadow: 0 0 0 100vmax var(--paper);
  clip-path: inset(0 -100vmax);
}

.sector-case-list {
  border-top: 1px solid var(--ink);
}

.sector-case {
  display: grid;
  grid-template-columns: 70px minmax(260px, 0.9fr) minmax(240px, 0.7fr) minmax(240px, 0.7fr);
  gap: 30px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.sector-case__label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 760;
}

.sector-case__label small {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.sector-case h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.sector-case p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.sector-case__practice,
.sector-case__owner {
  padding-top: 4px;
}

.sector-route__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--forest);
  border: 1px solid var(--forest);
}

.sector-route__steps article {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.5vw, 44px);
  color: white;
  border-right: 1px solid var(--line-light);
}

.sector-route__steps article:last-child {
  border-right: 0;
}

.sector-route__steps article > span {
  color: var(--coral);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.sector-route__steps h3 {
  margin: 34px 0 14px;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1;
  letter-spacing: -0.035em;
}

.sector-route__steps p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

.sector-route__steps dl {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--line-light);
}

.sector-route__steps dl div {
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.sector-route__steps dt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.sector-route__steps dd {
  margin: 0;
  font-size: 13px;
  font-weight: 650;
  text-align: right;
}

.sector-output,
.sector-owner,
.sector-faq {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.sector-output__deliverables ul,
.sector-owner aside ul {
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.sector-output__deliverables li,
.sector-owner aside li {
  position: relative;
  padding: 20px 20px 20px 34px;
  border-bottom: 1px solid var(--line);
  font-size: 17px;
  line-height: 1.45;
}

.sector-output__deliverables li::before,
.sector-owner aside li::before {
  position: absolute;
  top: 27px;
  left: 4px;
  width: 10px;
  height: 10px;
  content: "";
  border: 1px solid var(--forest);
  background: var(--sage);
}

.sector-output__case {
  padding: clamp(28px, 4vw, 46px);
  background: var(--sage-light);
  border-top: 5px solid var(--forest);
}

.sector-output__case p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.sector-output__case strong {
  display: block;
  margin: 34px 0 10px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 17px;
}

.sector-control {
  background: var(--paper);
  box-shadow: 0 0 0 100vmax var(--paper);
  clip-path: inset(0 -100vmax);
}

.sector-control__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.sector-control__grid article {
  min-height: 280px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

.sector-control__grid article:last-child {
  border-right: 0;
}

.sector-control__grid span {
  color: var(--coral);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.sector-control__grid strong {
  display: block;
  margin: 52px 0 12px;
  font-size: 22px;
  line-height: 1.2;
}

.sector-control__grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.sector-owner {
  color: white;
  background: var(--forest);
  box-shadow: 0 0 0 100vmax var(--forest);
  clip-path: inset(0 -100vmax);
}

.sector-owner > div > p:not(.eyebrow) {
  max-width: 680px;
  margin: 28px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.65;
}

.sector-owner .button {
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
}

.sector-owner .button:hover,
.sector-owner .button:focus-visible {
  color: var(--forest);
  background: white;
}

.sector-owner aside {
  padding: 34px;
  color: var(--ink);
  background: var(--paper);
}

.sector-owner aside ul {
  margin-top: 22px;
}

.sector-owner aside small {
  display: block;
  margin-top: 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.sector-faq > header {
  position: sticky;
  top: 130px;
}

.sector-faq__item {
  border-top: 1px solid var(--ink);
}

.sector-faq__item:last-child {
  border-bottom: 1px solid var(--ink);
}

.sector-faq__item summary {
  position: relative;
  padding: 24px 44px 24px 0;
  cursor: pointer;
  list-style: none;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 650;
}

.sector-faq__item summary::-webkit-details-marker {
  display: none;
}

.sector-faq__item summary::after {
  position: absolute;
  top: 22px;
  right: 4px;
  content: "+";
  color: var(--coral);
  font-size: 24px;
  font-weight: 500;
}

.sector-faq__item[open] summary::after {
  content: "−";
}

.sector-faq__item p {
  margin: 0;
  padding: 0 52px 26px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.related-sectors {
  border-top: 1px solid var(--ink);
}

.related-sectors > header {
  margin-bottom: 34px;
}

.related-sectors > header a {
  justify-self: end;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 650;
}

.related-sectors > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--ink);
}

.related-sectors > div a {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border-right: 1px solid var(--ink);
  transition: color 180ms ease, background 180ms ease;
}

.related-sectors > div a:last-child {
  border-right: 0;
}

.related-sectors > div a:hover,
.related-sectors > div a:focus-visible {
  color: white;
  background: var(--forest);
}

.related-sectors span {
  font-size: 20px;
  font-weight: 650;
  line-height: 1.2;
}

.related-sectors small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.related-sectors a:hover small,
.related-sectors a:focus-visible small {
  color: rgba(255, 255, 255, 0.68);
}

.sector-contact {
  border-top: 1px solid var(--ink);
}

.sector-contact__context {
  margin-top: 34px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sector-contact__context strong {
  font-size: 17px;
}

.sector-footer nav {
  display: flex;
  gap: 22px;
  font-size: 13px;
}

.sector-footer nav a:hover,
.sector-footer nav a:focus-visible {
  color: var(--coral);
}

.home-sectors {
  padding-top: 0;
}

.home-sectors__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 42px;
  padding-top: var(--section-space);
  border-top: 1px solid var(--ink);
}

.home-sectors__head h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 4.5vw, 66px);
  line-height: 1;
  font-weight: 650;
  letter-spacing: -0.045em;
}

.home-sectors__head > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.home-sectors__list {
  border-top: 1px solid var(--ink);
}

.home-sector-row {
  display: grid;
  grid-template-columns: 40px minmax(260px, 0.85fr) minmax(300px, 1fr) 150px;
  gap: 26px;
  align-items: center;
  min-height: 118px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.home-sector-row > span:first-child {
  color: var(--coral);
  font-size: 11px;
  font-weight: 760;
}

.home-sector-row h3 {
  margin: 0;
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.home-sector-row p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.home-sector-row > a {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
}

.home-sector-row > a:hover,
.home-sector-row > a:focus-visible {
  color: var(--coral);
}

.home-sectors__all {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--ink);
}

.home-sectors__all span {
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 1080px) {
  .sector-index__row,
  .home-sector-row {
    grid-template-columns: 40px 1fr 1fr;
  }

  .sector-index__link,
  .home-sector-row > a {
    grid-column: 2 / -1;
    width: fit-content;
  }

  .sector-case {
    grid-template-columns: 54px 1fr 1fr;
  }

  .sector-case__owner {
    grid-column: 2 / -1;
    padding-top: 20px;
    border-top: 1px solid var(--line);
  }

  .sector-control__grid {
    grid-template-columns: 1fr 1fr;
  }

  .sector-control__grid article:nth-child(2) {
    border-right: 0;
  }

  .sector-control__grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 780px) {
  .sector-hub-hero,
  .sector-hero,
  .sector-index__head,
  .sector-section-head,
  .sector-output,
  .sector-owner,
  .sector-faq,
  .sector-hub-owner,
  .related-sectors > header,
  .home-sectors__head {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sector-hub-hero h1,
  .sector-hero h1 {
    font-size: clamp(46px, 13vw, 68px);
  }

  .sector-hero {
    min-height: auto;
  }

  .sector-index__row,
  .home-sector-row {
    grid-template-columns: 34px 1fr;
    gap: 18px;
  }

  .sector-index__row ul,
  .sector-index__link,
  .home-sector-row p,
  .home-sector-row > a {
    grid-column: 2;
  }

  .sector-case {
    grid-template-columns: 40px 1fr;
    gap: 18px;
  }

  .sector-case__practice,
  .sector-case__owner {
    grid-column: 2;
    padding-top: 20px;
    border-top: 1px solid var(--line);
  }

  .sector-route__steps,
  .related-sectors > div {
    grid-template-columns: 1fr;
  }

  .sector-route__steps article {
    min-height: 330px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .sector-route__steps article:last-child {
    border-bottom: 0;
  }

  .related-sectors > div a {
    min-height: 130px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .related-sectors > div a:last-child {
    border-bottom: 0;
  }

  .related-sectors > header a {
    justify-self: start;
  }

  .sector-faq > header {
    position: static;
  }

  .sector-footer nav {
    display: none;
  }
}

@media (max-width: 540px) {
  .breadcrumbs {
    margin-top: 20px;
  }

  .sector-control__grid {
    grid-template-columns: 1fr;
  }

  .sector-control__grid article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .sector-control__grid article:last-child {
    border-bottom: 0;
  }

  .sector-control__grid strong {
    margin-top: 34px;
  }

  .sector-index__row ul {
    display: none;
  }

  .home-sectors__all {
    align-items: flex-start;
    flex-direction: column;
  }
}
