.page-hero {
  position: relative;
  display: grid;
  min-height: clamp(28rem, 37vw, 44rem);
  overflow: hidden;
  align-items: end;
  color: var(--viiv-white);
  background: #22282c;
}

.page-hero > img,
.page-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero > img {
  object-fit: cover;
  object-position: center;
}

.page-hero__shade {
  background: linear-gradient(90deg, rgb(10 25 35 / 76%) 0%, rgb(10 25 35 / 42%) 48%, rgb(10 25 35 / 9%) 82%), linear-gradient(0deg, rgb(0 0 0 / 38%), transparent 55%);
}

.page-hero__content {
  position: relative;
  z-index: 1;
  padding-block: clamp(4rem, 7vw, 7rem);
}

.page-hero h1,
.article-header h1 {
  max-width: 68rem;
  margin: 0;
  font-family: var(--viiv-font-sans);
  font-size: clamp(2.75rem, 5.2vw, 6.2rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.page-hero__description {
  max-width: 42rem;
  margin: 1.6rem 0 0;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  line-height: 1.55;
}

.page-eyebrow {
  margin: 0 0 1rem;
  color: var(--viiv-gold-dark);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-space {
  padding-block: clamp(5rem, 8.5vw, 9rem);
}

.split-copy,
.careers-layout {
  display: grid;
  grid-template-columns: minmax(17rem, 0.8fr) minmax(25rem, 1.2fr);
  gap: clamp(3rem, 8vw, 9rem);
}

.section-heading h2,
.centered-heading h2,
.institutional-history h2,
.governance h2,
.careers-cta h2,
.news-empty h2 {
  margin: 0;
  font-family: var(--viiv-font-sans);
  font-size: clamp(2.2rem, 3.35vw, 4.1rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.prose {
  color: #4e5356;
  font-size: 1.05rem;
  line-height: 1.85;
}

.prose--lead {
  font-size: clamp(1.03rem, 1.25vw, 1.24rem);
}

.prose > *:first-child {
  margin-top: 0;
}

.prose > *:last-child {
  margin-bottom: 0;
}

.institutional-history {
  display: grid;
  min-height: 44rem;
  grid-template-columns: minmax(0, 1.12fr) minmax(28rem, 0.88fr);
  color: var(--viiv-white);
  background: var(--viiv-blue-dark);
}

.institutional-history__image {
  min-height: 32rem;
}

.institutional-history__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.institutional-history__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 6vw, 7rem);
}

.institutional-history__content > p:not(.page-eyebrow) {
  margin: 1.8rem 0 0;
  color: rgb(255 255 255 / 82%);
  line-height: 1.8;
}

.centered-heading {
  max-width: 60rem;
  margin: 0 auto clamp(3rem, 5vw, 5rem);
  text-align: center;
}

.centered-heading > p:last-child {
  color: var(--viiv-muted);
  font-size: 1.05rem;
}

.centered-heading--narrow {
  max-width: 44rem;
}

.principles {
  background: #f4f4f3;
}

.principles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.principle-card {
  min-height: 34rem;
  padding: clamp(2rem, 3.25vw, 3.6rem);
  border-top: 4px solid var(--viiv-gold);
  background: var(--viiv-white);
  box-shadow: 0 1.4rem 3rem rgb(26 37 44 / 8%);
}

.principle-card__number {
  display: block;
  margin-bottom: 3.5rem;
  color: #c8cbcd;
  font-family: var(--viiv-font-sans);
  font-size: 1.1rem;
}

.principle-card h3 {
  margin: 0 0 3rem;
  color: var(--viiv-blue);
  font-family: var(--viiv-font-sans);
  font-size: clamp(2rem, 2.7vw, 3.1rem);
  font-weight: 400;
}

.principle-card h4 {
  margin: 1.8rem 0 0.4rem;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.principle-card p {
  margin: 0;
  color: var(--viiv-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.governance {
  color: var(--viiv-white);
  background: var(--viiv-ink);
}

.governance__inner {
  max-width: 65rem;
  margin-inline: auto;
  text-align: center;
}

.governance__inner > p:not(.page-eyebrow) {
  max-width: 51rem;
  margin: 2rem auto 0;
  color: rgb(255 255 255 / 72%);
  font-size: 1.12rem;
  line-height: 1.8;
}

.button {
  display: inline-grid;
  min-height: 3.75rem;
  place-items: center;
  padding: 0.9rem 1.8rem;
  border: 1px solid transparent;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.button--light {
  margin-top: 2.4rem;
  color: var(--viiv-ink);
  background: var(--viiv-white);
}

.button--outline {
  color: var(--viiv-blue);
  border-color: currentColor;
  background: transparent;
}

.thank-you-page__panel {
  display: grid;
  min-height: clamp(34rem, 62vh, 48rem);
  place-items: center;
  padding-block: clamp(6rem, 10vw, 10rem);
  color: var(--viiv-white);
  background:
    linear-gradient(115deg, rgb(4 44 70 / 92%), rgb(0 114 188 / 76%)),
    url('../images/catalog/filtro-road.webp') center / cover;
}

.thank-you-page__content {
  max-width: 54rem;
  text-align: center;
}

.thank-you-page__content .page-eyebrow {
  color: rgb(255 255 255 / 74%);
}

.thank-you-page__content h1 {
  margin: .8rem 0 1.25rem;
  font-family: var(--viiv-font-sans);
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .98;
}

.thank-you-page__content > p:last-of-type {
  max-width: 38rem;
  margin: 0 auto;
  color: rgb(255 255 255 / 82%);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.7;
}

.thank-you-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
}

.thank-you-page__actions .button {
  color: var(--viiv-blue);
  background: var(--viiv-white);
}

.thank-you-page__actions .button--outline {
  color: var(--viiv-white);
  border-color: rgb(255 255 255 / 68%);
  background: transparent;
}

.utility-page__panel,
.search-page__header {
  color: var(--viiv-white);
  background:
    linear-gradient(115deg, rgb(4 44 70 / 94%), rgb(0 114 188 / 82%)),
    url('../images/catalog/filtro-road.webp') center / cover;
}

.utility-page__panel {
  display: grid;
  min-height: clamp(36rem, 66vh, 50rem);
  place-items: center;
  padding-block: clamp(5rem, 10vw, 9rem);
}

.utility-page__content,
.search-page__heading {
  max-width: 62rem;
}

.utility-page__content {
  text-align: center;
}

.utility-page__content h1,
.search-page__heading h1 {
  margin: .75rem 0 1.25rem;
  font-family: var(--viiv-font-sans);
  font-size: clamp(2.8rem, 6vw, 5.75rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.utility-page__content > p:last-of-type,
.search-page__heading > p:last-of-type {
  color: rgb(255 255 255 / 82%);
  font-size: 1.08rem;
}

.site-search {
  display: grid;
  width: min(100%, 46rem);
  margin: 2rem auto 0;
  grid-template-columns: minmax(0, 1fr) auto;
}

.site-search label {
  display: block;
}

.site-search input,
.site-search button {
  min-height: 3.75rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.site-search input {
  width: 100%;
  padding-inline: 1.1rem;
  color: var(--viiv-ink);
  background: var(--viiv-white);
}

.site-search button {
  min-width: 8rem;
  padding-inline: 1.25rem;
  color: var(--viiv-ink);
  border-color: var(--viiv-gold);
  background: var(--viiv-gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}

.utility-page__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  margin-top: 2rem;
}

.utility-page__links .button--outline {
  color: var(--viiv-white);
  border-color: rgb(255 255 255 / 68%);
}

.search-page__header {
  padding-block: clamp(5rem, 8vw, 8rem);
}

.search-page__heading .site-search {
  margin-inline: 0;
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.search-result {
  display: flex;
  min-height: 19rem;
  flex-direction: column;
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
  border: 1px solid var(--viiv-gray-strong);
  background: var(--viiv-white);
}

.search-result h2 {
  margin: .65rem 0 1rem;
  font-family: var(--viiv-font-sans);
  font-size: clamp(1.65rem, 2vw, 2.15rem);
  line-height: 1.15;
}

.search-result h2 a {
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}

.search-result > p:not(.page-eyebrow) {
  color: var(--viiv-muted);
  line-height: 1.7;
}

.search-result__link {
  margin-top: auto;
  color: var(--viiv-blue-dark);
  font-weight: 700;
}

.careers-page .page-hero > img,
.service-page .page-hero > img,
.news-archive .page-hero > img {
  filter: grayscale(0.25);
}

.careers-cta {
  padding-block: clamp(5rem, 8vw, 8rem);
  color: var(--viiv-white);
  background: var(--viiv-blue);
}

.careers-cta__inner {
  max-width: 68rem;
  margin-inline: auto;
  text-align: center;
}

.careers-cta__inner > p:last-child {
  margin: 1.5rem 0 0;
  color: rgb(255 255 255 / 80%);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-card {
  min-height: 29rem;
  padding: clamp(2rem, 3.2vw, 3.7rem);
  border: 1px solid #e0e2e3;
  background: var(--viiv-white);
}

.service-card--accent {
  color: var(--viiv-white);
  border-color: var(--viiv-blue);
  background: var(--viiv-blue);
}

.service-card__icon {
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  place-items: center;
  margin-bottom: 4rem;
  color: var(--viiv-blue);
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--viiv-font-sans);
}

.service-card--accent .service-card__icon {
  color: var(--viiv-white);
}

.service-card h3 {
  margin: 0;
  font-family: var(--viiv-font-sans);
  font-size: 2rem;
  font-weight: 400;
}

.service-card p {
  min-height: 5.5rem;
  margin: 1.2rem 0 1.8rem;
  color: var(--viiv-muted);
  line-height: 1.65;
}

.service-card--accent p {
  color: rgb(255 255 255 / 80%);
}

.service-card > a:not(.button) {
  display: block;
  width: fit-content;
  margin: 0.55rem 0 0;
  color: var(--viiv-blue);
  font-weight: 700;
  text-decoration: none;
}

.service-card .button {
  margin-top: 0;
}

.news-filter {
  display: grid;
  align-items: end;
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
  margin-bottom: clamp(4rem, 6vw, 6.5rem);
  background: #f0f1f2;
  grid-template-columns: minmax(12rem, 0.8fr) minmax(17rem, 1.3fr) auto;
  gap: 1rem;
}

.news-filter label span {
  display: block;
  margin-bottom: 0.45rem;
  color: #5b5f62;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-filter select,
.news-filter input,
.news-filter button {
  width: 100%;
  min-height: 3.75rem;
  border: 1px solid #d4d6d8;
  border-radius: 0;
}

.news-filter select,
.news-filter input {
  padding-inline: 1rem;
  color: #414548;
  background: var(--viiv-white);
}

.news-filter button {
  padding-inline: 1.8rem;
  color: var(--viiv-white);
  border-color: var(--viiv-blue);
  background: var(--viiv-blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.section-heading--inline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.75rem;
}

.section-heading--inline > p {
  margin: 0 0 0.5rem;
  color: var(--viiv-muted);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.6vw, 2.8rem);
}

.news-card {
  min-width: 0;
  background: var(--viiv-white);
}

.news-card__link {
  display: block;
  height: 100%;
  text-decoration: none;
}

.news-card__media {
  aspect-ratio: 1.34 / 1;
  overflow: hidden;
  background: #e2e4e5;
}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.news-card:hover .news-card__media img {
  transform: scale(1.025);
}

.news-card__content {
  padding: 1.65rem 0 0;
}

.news-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 0.8rem;
  color: var(--viiv-muted);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.news-card__meta span {
  color: var(--viiv-blue);
  font-weight: 700;
}

.news-card h2 {
  margin: 0;
  font-family: var(--viiv-font-sans);
  font-size: clamp(1.45rem, 1.75vw, 2rem);
  font-weight: 400;
  line-height: 1.18;
}

.news-card__content > p:not(.news-card__meta) {
  display: -webkit-box;
  overflow: hidden;
  margin: 1rem 0 1.25rem;
  color: var(--viiv-muted);
  font-size: 0.91rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-card__content > strong {
  color: var(--viiv-blue);
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.news-card--home {
  position: relative;
  aspect-ratio: 635 / 579;
  overflow: hidden;
}

.news-card--home .news-card__media {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
}

.news-card--home .news-card__content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  min-height: 8.625rem;
  align-items: center;
  padding: 1.4rem 3.5rem;
  background: rgb(224 225 226 / 95%);
}

.news-card--home h2 {
  color: #55585a;
  font-family: var(--viiv-font-sans);
  font-size: clamp(0.9rem, 1.1vw, 1.17rem);
  line-height: 1.5;
  text-transform: none;
}

.home-news__all {
  display: inline-block;
  min-height: 2.75rem;
  margin: 2.7rem 0 4.6rem;
  color: var(--viiv-blue);
  border-bottom: 1px solid currentColor;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.news-archive ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 0;
  margin: 4.5rem 0 0;
  list-style: none;
}

.news-archive ul.page-numbers a,
.news-archive ul.page-numbers span {
  display: grid;
  min-width: 2.8rem;
  min-height: 2.8rem;
  place-items: center;
  text-decoration: none;
}

.news-archive ul.page-numbers .current {
  color: var(--viiv-white);
  background: var(--viiv-blue);
}

.news-empty {
  padding: 5rem 2rem;
  background: #f0f1f2;
  text-align: center;
}

.news-empty a {
  color: var(--viiv-blue);
  font-weight: 700;
}

.article-header {
  padding-block: clamp(5rem, 8vw, 9rem);
  color: var(--viiv-white);
  background: var(--viiv-ink);
}

.article-header__inner {
  max-width: 80rem;
}

.article-back {
  display: inline-block;
  margin-bottom: 4rem;
  color: rgb(255 255 255 / 72%);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.article-header h1 {
  font-size: clamp(2.5rem, 4.4vw, 5.2rem);
}

.article-header__excerpt {
  max-width: 50rem;
  margin: 1.8rem 0 1.4rem;
  color: rgb(255 255 255 / 76%);
  font-size: 1.15rem;
  line-height: 1.65;
}

.article-header time {
  color: rgb(255 255 255 / 60%);
  font-size: 0.82rem;
}

.article-cover {
  max-width: 80rem;
  margin: clamp(3rem, 6vw, 6rem) auto 0;
}

.article-cover img {
  width: 100%;
  max-height: 45rem;
  object-fit: cover;
}

.article-body {
  width: min(calc(100% - (2 * var(--viiv-gutter))), 51rem);
  margin: clamp(4rem, 7vw, 7rem) auto clamp(5rem, 9vw, 9rem);
  font-size: 1.08rem;
}

.article-body h2,
.article-body h3 {
  margin: 2.8rem 0 1rem;
  color: var(--viiv-ink);
  font-family: var(--viiv-font-sans);
  font-size: clamp(1.65rem, 2.2vw, 2.4rem);
  font-weight: 400;
  line-height: 1.18;
}

.article-body ul {
  padding-left: 1.3rem;
}

.button--primary {
  margin-top: 1.5rem;
  color: var(--viiv-white);
  background: var(--viiv-blue);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--viiv-blue-dark);
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.compliance-card {
  display: grid;
  min-height: 24rem;
  align-content: start;
  padding: clamp(2rem, 3.5vw, 4rem);
  border: 1px solid #dfe2e4;
  background: var(--viiv-white);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.compliance-card:hover {
  border-color: var(--viiv-blue);
  box-shadow: 0 1.4rem 3rem rgb(26 37 44 / 8%);
}

.compliance-card > span {
  margin-bottom: 3rem;
  color: var(--viiv-gold-dark);
  font-family: var(--viiv-font-sans);
}

.compliance-card h3,
.document-card h3,
.portal-layout h2,
.form-page-layout__intro h2,
.secure-channel h2,
.document-layout__copy h2 {
  margin: 0;
  font-family: var(--viiv-font-sans);
  font-size: clamp(2rem, 3vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.compliance-card p {
  max-width: 34rem;
  margin: 1.3rem 0 2.2rem;
  color: var(--viiv-muted);
  line-height: 1.7;
}

.compliance-card a {
  width: fit-content;
  margin-top: auto;
  color: var(--viiv-blue);
  border-bottom: 1px solid currentColor;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.secure-channel {
  padding-block: clamp(5rem, 8vw, 8rem);
  color: var(--viiv-white);
  background: var(--viiv-ink);
}

.secure-channel__inner {
  max-width: 64rem;
  text-align: center;
}

.secure-channel__inner > p:last-child {
  color: rgb(255 255 255 / 70%);
  font-size: 1.1rem;
}

.document-layout,
.portal-layout,
.form-page-layout,
.policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(28rem, 1.2fr);
  gap: clamp(3rem, 8vw, 9rem);
}

.document-layout__copy .prose,
.form-page-layout__intro > p:not(.page-eyebrow),
.portal-layout__intro > p:not(.page-eyebrow) {
  margin-top: 1.6rem;
  color: var(--viiv-muted);
  line-height: 1.8;
}

.document-card {
  align-self: start;
  padding: clamp(2.5rem, 4vw, 4.5rem);
  color: var(--viiv-white);
  background: var(--viiv-blue);
}

.document-card > span {
  display: grid;
  width: 4.5rem;
  height: 5.5rem;
  place-items: center;
  margin-bottom: 3.5rem;
  border: 1px solid rgb(255 255 255 / 64%);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.document-card p {
  margin: 1.5rem 0 0;
  color: rgb(255 255 255 / 76%);
  line-height: 1.7;
}

.document-card .button {
  margin-top: 2rem;
}

.policy-layout {
  grid-template-columns: minmax(14rem, 0.35fr) minmax(0, 1fr);
}

.policy-index {
  position: sticky;
  top: 3rem;
  align-self: start;
  padding: 2rem;
  border-left: 3px solid var(--viiv-gold);
  background: #f2f3f3;
}

.admin-bar .policy-index {
  top: 5rem;
}

.policy-index a {
  display: block;
  padding-block: 0.45rem;
  color: #525659;
  font-size: 0.88rem;
  text-decoration: none;
}

.policy-index a:hover {
  color: var(--viiv-blue);
}

.policy-content {
  max-width: 52rem;
}

.policy-content h2 {
  scroll-margin-top: 3rem;
  margin: 3.5rem 0 1rem;
  color: var(--viiv-ink);
  font-family: var(--viiv-font-sans);
  font-size: clamp(1.9rem, 2.6vw, 2.8rem);
  font-weight: 400;
  line-height: 1.16;
}

.policy-content h2:first-child {
  margin-top: 0;
}

.policy-content h3 {
  margin: 2rem 0 0.4rem;
  color: var(--viiv-blue-dark);
  font-size: 0.85rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.policy-content a {
  color: var(--viiv-blue);
  font-weight: 600;
}

.portal-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #d8dcde;
}

.portal-services > div {
  display: flex;
  min-height: 9rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.8rem;
  background: #f4f5f5;
}

.portal-services > div:last-child {
  grid-column: 1 / -1;
}

.portal-services span {
  color: var(--viiv-gold-dark);
  font-family: var(--viiv-font-sans);
}

.portal-services strong {
  color: #414548;
  font-size: 0.92rem;
}

.request-form {
  padding: clamp(2rem, 4vw, 4.5rem);
  background: #f0f1f2;
}

.request-form__trap {
  position: absolute;
  left: -9999px;
}

.request-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.request-form label > span,
.request-form legend {
  display: block;
  margin-bottom: 0.45rem;
  color: #565a5d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.request-form input:not([type='checkbox']):not([type='radio']):not([type='file']),
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 3.5rem;
  padding: 0.8rem 1rem;
  color: var(--viiv-ink);
  border: 1px solid #d4d7d9;
  border-radius: 0;
  background: var(--viiv-white);
}

.request-form textarea {
  resize: vertical;
}

.request-form__wide {
  grid-column: 1 / -1;
}

.request-form__choices {
  display: grid;
  padding: 0;
  border: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1.2rem;
}

.request-form__choices legend {
  margin-bottom: 0.8rem;
  grid-column: 1 / -1;
}

.request-form__choices label,
.request-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.request-form__choices input,
.request-form__consent input {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  margin-top: 0.2rem;
  accent-color: var(--viiv-blue);
}

.request-form__choices label > span,
.request-form__consent > span {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.request-form__consent {
  margin-top: 0.5rem;
}

.request-form__consent a {
  color: var(--viiv-blue-dark);
}

.request-form button {
  min-height: 3.75rem;
  padding-inline: 2rem;
  margin-top: 1.5rem;
  color: var(--viiv-white);
  border: 0;
  background: var(--viiv-blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
}

.form-notice {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid;
  background: var(--viiv-white);
}

.form-notice.is-success {
  color: #17634d;
  border-color: #1d8b69;
}

.form-notice.is-error {
  color: #8b2e2e;
  border-color: #bb3c3c;
}

.form-notice span {
  font-size: 0.86rem;
}

.contact-shortcuts {
  display: grid;
  margin-top: 2rem;
  gap: 0.55rem;
}

.contact-shortcuts a,
.service-contact-link a {
  width: fit-content;
  color: var(--viiv-blue);
  font-weight: 700;
}

.service-card > a.service-card__action {
  margin-top: 1.4rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-contact-link {
  margin: 3rem 0 0;
  color: var(--viiv-muted);
  text-align: center;
}

.offer-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #d9dcde;
}

.offer-steps article {
  min-height: 18rem;
  padding: clamp(2rem, 3.2vw, 3.5rem);
  background: var(--viiv-white);
}

.offer-steps span,
.relationship-tracks > article > span {
  display: block;
  margin-bottom: 3.5rem;
  color: var(--viiv-gold-dark);
  font-family: var(--viiv-font-sans);
}

.offer-steps h3 {
  margin: 0;
  font-family: var(--viiv-font-sans);
  font-size: clamp(1.5rem, 2.1vw, 2.3rem);
  font-weight: 400;
}

.offer-steps p {
  margin: 1rem 0 0;
  color: var(--viiv-muted);
  line-height: 1.65;
}

.offer-area-form {
  background: #eceeef;
}

.form-page-layout--wide {
  grid-template-columns: minmax(16rem, 0.42fr) minmax(34rem, 1fr);
}

.request-form__section {
  padding: 1.5rem 0 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #d2d6d8;
}

.request-form__section > legend {
  padding-right: 1rem;
  color: var(--viiv-blue-dark);
  font-size: 0.84rem;
}

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

.request-form input[type='file'] {
  width: 100%;
  min-height: 3.5rem;
  padding: 0.65rem;
  color: #575b5e;
  border: 1px dashed #b8bdc0;
  background: var(--viiv-white);
  font-size: 0.78rem;
}

.request-form input[type='file']::file-selector-button {
  padding: 0.7rem 0.9rem;
  margin-right: 0.8rem;
  color: var(--viiv-white);
  border: 0;
  background: var(--viiv-blue);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.request-form__uploads > p {
  margin: 0 0 1rem;
  color: var(--viiv-muted);
  font-size: 0.8rem;
}

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

.relationship-tracks > article {
  min-height: 38rem;
  padding: clamp(3rem, 7vw, 8rem);
  color: var(--viiv-white);
  background: var(--viiv-blue-dark);
}

.relationship-tracks > article:last-child {
  background: var(--viiv-ink);
}

.relationship-tracks h2,
.relationship-cta h2 {
  max-width: 38rem;
  margin: 0;
  font-family: var(--viiv-font-sans);
  font-size: clamp(2.2rem, 3.5vw, 4.3rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.relationship-tracks > article > p:not(.page-eyebrow) {
  max-width: 36rem;
  margin: 1.7rem 0 2.5rem;
  color: rgb(255 255 255 / 74%);
  line-height: 1.8;
}

.relationship-tracks a {
  color: var(--viiv-white);
  border-bottom: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.relationship-cta {
  color: var(--viiv-white);
  background: var(--viiv-gold);
  text-align: center;
}

.relationship-cta .viiv-container {
  max-width: 64rem;
}

.relationship-cta .page-eyebrow {
  color: var(--viiv-white);
}

.relationship-cta h2 {
  max-width: 60rem;
  margin-inline: auto;
}

@media (max-width: 68.75rem) {
  .institutional-history {
    grid-template-columns: 1fr 1fr;
  }

  .principles__grid,
  .service-grid,
  .news-grid,
  .document-layout,
  .portal-layout,
  .form-page-layout,
  .form-page-layout--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .principle-card:last-child,
  .service-card:last-child {
    grid-column: 1 / -1;
  }

  .policy-layout {
    gap: 3rem;
  }
}

@media (max-width: 47.9375rem) {
  .page-hero {
    min-height: 30rem;
  }

  .page-hero > img {
    object-position: 56% center;
  }

  .page-hero__shade {
    background: linear-gradient(0deg, rgb(10 25 35 / 82%) 0%, rgb(10 25 35 / 26%) 75%);
  }

  .page-hero h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .split-copy,
  .careers-layout,
  .institutional-history,
  .principles__grid,
  .service-grid,
  .news-grid,
  .news-filter,
  .compliance-grid,
  .document-layout,
  .portal-layout,
  .form-page-layout,
  .policy-layout,
  .request-form__grid,
  .request-form__choices,
  .portal-services {
    grid-template-columns: 1fr;
  }

  .search-results-grid,
  .site-search {
    grid-template-columns: 1fr;
  }

  .site-search button {
    min-width: 0;
  }

  .split-copy,
  .careers-layout {
    gap: 2.5rem;
  }

  .institutional-history__image {
    min-height: 22rem;
  }

  .institutional-history__content {
    padding: 4rem 1.25rem 4.5rem;
  }

  .principle-card,
  .service-card {
    min-height: 0;
  }

  .principle-card:last-child,
  .service-card:last-child {
    grid-column: auto;
  }

  .portal-services > div:last-child,
  .request-form__wide,
  .request-form__choices legend {
    grid-column: auto;
  }

  .policy-index {
    position: static;
  }

  .compliance-card {
    min-height: 21rem;
  }

  .request-form {
    padding-inline: 1.25rem;
  }

  .offer-steps,
  .relationship-tracks,
  .request-form__choices--compact {
    grid-template-columns: 1fr;
  }

  .offer-steps article,
  .relationship-tracks > article {
    min-height: 0;
  }

  .relationship-tracks > article {
    padding: 4.5rem 1.25rem;
  }

  .principle-card__number,
  .service-card__icon {
    margin-bottom: 2rem;
  }

  .principle-card h3 {
    margin-bottom: 1.8rem;
  }

  .service-card p {
    min-height: 0;
  }

  .section-heading--inline {
    display: block;
  }

  .section-heading--inline > p {
    margin-top: 1rem;
  }

  .news-card--home {
    aspect-ratio: 1.12 / 1;
  }

  .news-card--home .news-card__content {
    padding-inline: 1.5rem;
  }

  .article-header {
    padding-top: 4rem;
  }

  .article-back {
    margin-bottom: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-card__media img {
    transition: none;
  }
}
