.ac-page {
  --ac-dark: #07131d;
  --ac-navy: #0b1c28;
  --ac-navy-soft: #102836;
  --ac-steel: #a8c5d2;
  --ac-line-dark: #34505f;
  --ac-red: #d94a3a;
  --ac-orange: #f25b35;
  --ac-paper: #eef2f3;
  --ac-paper-warm: #f4f1ea;
  --ac-white: #fff;
  --ac-ink: #0b1925;
  --ac-muted: #536572;
}

.ac-page .odx-nav-links > a[aria-current="page"] {
  color: var(--orange-strong);
}

.ac-page .odx-nav-links > a[aria-current="page"]::after {
  right: 0;
}

.ac-page .odx-menu-panel a[aria-current="page"] {
  color: #fff;
  background: var(--orange-strong);
}

.ac-page .odx-menu-panel a {
  display: flex;
  min-height: 44px;
  align-items: center;
}

.ac-page .odx-product-toggle,
.ac-page .odx-product-mega-intro a {
  min-width: 44px;
  min-height: 44px;
}

.ac-page .odx-footer-column a[aria-current="page"] {
  color: #fff;
}

.ac-page .odx-brand,
.ac-page .odx-footer-column a {
  min-height: 44px;
}

.ac-page .odx-footer-column a {
  display: flex;
  align-items: center;
}

.ac-main h1,
.ac-main h2,
.ac-main h3,
.ac-main h4,
.ac-main p,
.ac-main figure,
.ac-main dl,
.ac-main dd,
.ac-main ol {
  margin-top: 0;
}

.ac-main h1,
.ac-main h2,
.ac-main h3,
.ac-main h4 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.ac-main > section[id] {
  scroll-margin-top: 96px;
}

.ac-main figure[data-about-image] img {
  display: block;
  width: 100%;
  height: auto;
}

.ac-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  color: var(--ac-red);
  font: 700 10px/1.35 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ac-eyebrow::before {
  width: 24px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.ac-breadcrumb {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--ac-line-dark);
  color: #8fa8b6;
  font: 600 10px/1.3 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ac-breadcrumb a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #c9d9e0;
}

.ac-breadcrumb a:hover {
  color: #fff;
}

.ac-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--ac-line-dark);
  background:
    linear-gradient(rgba(134, 178, 200, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(134, 178, 200, .07) 1px, transparent 1px),
    radial-gradient(circle at 86% 18%, rgba(66, 139, 172, .23), transparent 31%),
    var(--ac-dark);
  background-size: 58px 58px, 58px 58px, auto, auto;
  color: #fff;
}

.ac-hero::after {
  position: absolute;
  right: -146px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(159, 192, 208, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 86px rgba(159, 192, 208, .03), 0 0 0 174px rgba(159, 192, 208, .02);
  content: "";
  pointer-events: none;
}

.ac-hero .odx-shell {
  position: relative;
  z-index: 1;
}

.ac-hero-grid {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(430px, .88fr) minmax(0, 1.12fr);
  border-inline: 1px solid var(--ac-line-dark);
}

.ac-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 5vw, 74px) clamp(30px, 4vw, 58px);
  border-right: 1px solid var(--ac-line-dark);
}

.ac-hero-copy h1 {
  max-width: 13ch;
  margin-bottom: 26px;
  font-size: clamp(46px, 4.8vw, 70px);
  font-weight: 860;
  line-height: .98;
  letter-spacing: -.045em;
}

.ac-lead {
  max-width: 62ch;
  margin-bottom: 28px;
  color: #b8cbd4;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.65;
}

.ac-identity {
  display: grid;
  max-width: 610px;
  grid-template-columns: minmax(125px, .4fr) minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 26px;
  padding: 17px 18px;
  border: 1px solid var(--ac-line-dark);
  background: rgba(19, 42, 56, .72);
}

.ac-identity span {
  color: var(--ac-steel);
  font: 600 9px/1.45 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ac-identity strong {
  font-size: 14px;
  line-height: 1.45;
}

.ac-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 26px;
}

.ac-actions .odx-btn {
  min-height: 50px;
}

.ac-text-link,
.ac-inline-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid currentColor;
  font: 700 11px/1.2 var(--mono);
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ac-text-link {
  color: var(--ac-steel);
}

.ac-text-link:hover {
  color: #fff;
}

.ac-visual-index {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--ac-line-dark);
}

.ac-visual-index strong {
  color: #fff;
  font: 800 34px/.9 var(--mono);
  letter-spacing: -.08em;
}

.ac-visual-index span {
  color: #8fa8b6;
  font: 600 9px/1.5 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ac-hero-media {
  position: relative;
  align-self: center;
  margin: clamp(28px, 3.5vw, 54px);
  border: 1px solid #456272;
  background: #102735;
  box-shadow: 14px 16px 0 rgba(217, 74, 58, .2), 0 28px 60px rgba(0, 0, 0, .3);
}

.ac-hero-media::before {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -1px;
  padding: 10px 12px;
  background: var(--ac-red);
  color: #fff;
  content: "R-055 · ABOUT";
  font: 700 9px/1 var(--mono);
  letter-spacing: .1em;
}

.ac-hero-media img {
  display: block;
  width: 100%;
  height: auto;
}

.ac-hero-media figcaption {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 16px;
  border-top: 1px solid #456272;
  color: #b7cbd4;
  font: 600 9px/1.4 var(--mono);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ac-hero-media figcaption strong {
  color: #fff;
  font-family: var(--font);
  font-size: 12px;
  letter-spacing: .01em;
  text-align: right;
  text-transform: none;
}

.ac-profile {
  padding: clamp(76px, 8vw, 124px) 0;
  background:
    linear-gradient(90deg, transparent 0 75%, rgba(11, 25, 37, .045) 75% 75.1%, transparent 75.1%),
    var(--ac-paper);
  color: var(--ac-ink);
}

.ac-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(44px, 6vw, 78px);
}

.ac-heading-row > *,
.ac-documents-heading > *,
.ac-selection-panel > *,
.ac-contact-grid > * {
  min-width: 0;
}

.ac-heading-row h2,
.ac-documents-heading h2,
.ac-contact h2 {
  max-width: 17ch;
  margin-bottom: 0;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 840;
  line-height: .98;
  letter-spacing: -.045em;
}

.ac-heading-row > p,
.ac-documents-heading > p {
  margin-bottom: 2px;
  color: inherit;
  font-size: 15px;
  line-height: 1.72;
  opacity: .76;
}

.ac-profile-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid #b8c5cb;
  border-left: 1px solid #b8c5cb;
}

.ac-profile-facts > div {
  position: relative;
  min-height: 250px;
  padding: clamp(24px, 2.5vw, 38px);
  border-right: 1px solid #b8c5cb;
  border-bottom: 1px solid #b8c5cb;
  background: rgba(255, 255, 255, .45);
}

.ac-profile-facts > div::after {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: #a4b2b9;
  content: "0" counter(ac-fact);
  counter-increment: ac-fact;
  font: 700 10px/1 var(--mono);
}

.ac-profile-facts {
  counter-reset: ac-fact;
}

.ac-profile-facts dt {
  margin-bottom: 38px;
  color: var(--ac-red);
  font: 700 10px/1.35 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ac-profile-facts dd {
  margin-bottom: 0;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 690;
  line-height: 1.5;
}

.ac-profile-facts dd a {
  display: flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  color: var(--ac-ink);
  font: 700 11px/1.35 var(--mono);
}

.ac-profile-facts dd a:hover {
  color: var(--ac-red);
}

.ac-equipment {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 9vw, 138px) 0;
  background:
    linear-gradient(rgba(151, 187, 203, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151, 187, 203, .055) 1px, transparent 1px),
    var(--ac-dark);
  background-size: 64px 64px;
  color: #fff;
}

.ac-equipment::before {
  position: absolute;
  top: 0;
  left: calc(50% - min(47vw, 680px));
  width: 112px;
  height: 4px;
  background: var(--ac-red);
  content: "";
}

.ac-equipment .ac-heading-row > p {
  color: #afc3cd;
  opacity: 1;
}

.ac-production-groups {
  border-top: 1px solid var(--ac-line-dark);
}

.ac-production-group {
  display: grid;
  grid-template-columns: minmax(220px, 3fr) minmax(0, 9fr);
  gap: clamp(28px, 4vw, 64px);
  padding: clamp(48px, 6vw, 82px) 0;
  border-bottom: 1px solid var(--ac-line-dark);
}

.ac-group-intro {
  display: grid;
  align-content: start;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
}

.ac-group-intro > span,
.ac-archive-group > header span {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #567080;
  color: var(--ac-steel);
  font: 700 10px/1 var(--mono);
}

.ac-group-intro h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.05;
  letter-spacing: -.03em;
}

.ac-group-intro p {
  margin-bottom: 0;
  color: #9eb5c0;
  font-size: 13px;
  line-height: 1.65;
}

.ac-production-gallery {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(13px, 1.5vw, 22px);
  align-items: start;
}

.ac-gallery-card {
  min-width: 0;
  margin: 0;
  border: 1px solid #3e5b6b;
  background: var(--ac-navy-soft);
}

.ac-production-gallery--2 .ac-gallery-card--1,
.ac-production-gallery--3 .ac-gallery-card--1,
.ac-production-gallery--4 .ac-gallery-card--1,
.ac-production-gallery--6 .ac-gallery-card--1 {
  grid-column: span 7;
}

.ac-production-gallery--2 .ac-gallery-card--2,
.ac-production-gallery--3 .ac-gallery-card--2,
.ac-production-gallery--4 .ac-gallery-card--2,
.ac-production-gallery--6 .ac-gallery-card--2 {
  grid-column: span 5;
}

.ac-production-gallery--3 .ac-gallery-card--3 {
  grid-column: 3 / span 8;
}

.ac-production-gallery--4 .ac-gallery-card--3 {
  grid-column: span 5;
}

.ac-production-gallery--4 .ac-gallery-card--4 {
  grid-column: span 7;
}

.ac-production-gallery--6 .ac-gallery-card--3 {
  grid-column: span 4;
}

.ac-production-gallery--6 .ac-gallery-card--4 {
  grid-column: span 8;
}

.ac-production-gallery--6 .ac-gallery-card--5 {
  grid-column: span 5;
}

.ac-production-gallery--6 .ac-gallery-card--6 {
  grid-column: span 7;
}

.ac-gallery-card figcaption {
  display: grid;
  min-height: 58px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border-top: 1px solid #3e5b6b;
  color: #c1d1d8;
  font-size: 12px;
  line-height: 1.4;
}

.ac-gallery-card figcaption span {
  color: var(--ac-red);
  font: 700 9px/1 var(--mono);
}

.ac-equipment-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(64px, 8vw, 112px);
  border-top: 1px solid var(--ac-line-dark);
  border-left: 1px solid var(--ac-line-dark);
}

.ac-equipment-links > div,
.ac-equipment-links > a {
  min-height: 124px;
  padding: 22px;
  border-right: 1px solid var(--ac-line-dark);
  border-bottom: 1px solid var(--ac-line-dark);
}

.ac-equipment-links > div {
  grid-row: span 2;
  background: var(--ac-red);
}

.ac-equipment-links > div span,
.ac-equipment-links > a span {
  display: block;
  color: #a8bfca;
  font: 600 9px/1.4 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ac-equipment-links > div span {
  color: #ffd8cf;
}

.ac-equipment-links > div strong {
  display: block;
  max-width: 10ch;
  margin-top: 18px;
  font-size: 24px;
  line-height: 1.05;
}

.ac-equipment-links > a {
  position: relative;
  display: flex;
  min-height: 124px;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background: rgba(16, 40, 54, .56);
}

.ac-equipment-links > a:hover {
  background: #153545;
}

.ac-equipment-links > a strong {
  max-width: 18ch;
  padding-right: 26px;
  font-size: 15px;
  line-height: 1.35;
}

.ac-equipment-links > a b {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--ac-red);
}

.ac-selection {
  padding: clamp(82px, 9vw, 138px) 0;
  background:
    linear-gradient(90deg, rgba(11, 25, 37, .04) 1px, transparent 1px),
    var(--ac-paper-warm);
  background-size: 92px 100%;
  color: var(--ac-ink);
}

.ac-archive-groups {
  border-top: 1px solid #bfc5c4;
}

.ac-archive-group {
  padding: clamp(48px, 6vw, 82px) 0;
  border-bottom: 1px solid #bfc5c4;
}

.ac-archive-group > header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.ac-archive-group > header span {
  border-color: #aeb9ba;
  color: var(--ac-red);
}

.ac-archive-group > header h3 {
  margin-bottom: 0;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.05;
  letter-spacing: -.03em;
}

.ac-archive-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 24px);
  align-items: start;
}

.ac-archive-card {
  min-width: 0;
  margin: 0;
  border: 1px solid #aeb9ba;
  background: rgba(255, 255, 255, .64);
  box-shadow: 8px 9px 0 rgba(11, 25, 37, .065);
}

.ac-archive-card--1,
.ac-archive-card--4 {
  grid-column: span 7;
}

.ac-archive-card--2,
.ac-archive-card--3 {
  grid-column: span 5;
}

.ac-archive-card figcaption {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border-top: 1px solid #aeb9ba;
  color: #3f5059;
  font-size: 12px;
  line-height: 1.4;
}

.ac-archive-card figcaption span {
  flex: 0 0 auto;
  color: var(--ac-red);
  font: 700 9px/1 var(--mono);
}

.ac-gallery-switcher[hidden],
.ac-gallery-navigation[hidden],
.ac-switch-gallery[data-gallery-ready="true"] [data-gallery-panel][hidden],
.ac-switch-gallery[data-gallery-ready="true"] [data-gallery-slide][hidden] {
  display: none;
}

.ac-switch-gallery img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.ac-gallery-switcher {
  display: grid;
  grid-template-columns: minmax(150px, .24fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--ac-line-dark);
}

.ac-gallery-switcher > p {
  margin-bottom: 0;
  color: #9fb7c2;
  font: 700 10px/1.4 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ac-gallery-group-buttons {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.ac-gallery-group-buttons button {
  display: grid;
  min-width: 150px;
  min-height: 64px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #496373;
  border-right: 0;
  color: #c9d8df;
  background: #102633;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.ac-gallery-group-buttons button:last-child {
  border-right: 1px solid #496373;
}

.ac-gallery-group-buttons button span,
.ac-gallery-group-buttons button small {
  color: var(--ac-steel);
  font: 700 9px/1 var(--mono);
}

.ac-gallery-group-buttons button strong {
  font-size: 12px;
  line-height: 1.3;
}

.ac-gallery-group-buttons button[aria-selected="true"] {
  border-color: var(--ac-red);
  color: #fff;
  background: var(--ac-red);
}

.ac-gallery-group-buttons button[aria-selected="true"] span,
.ac-gallery-group-buttons button[aria-selected="true"] small {
  color: #ffe1db;
}

.ac-gallery-viewer {
  min-width: 0;
}

.ac-switch-gallery[data-gallery-ready="true"] .ac-production-gallery,
.ac-switch-gallery[data-gallery-ready="true"] .ac-archive-gallery {
  display: block;
}

.ac-switch-gallery[data-gallery-ready="true"] .ac-gallery-card,
.ac-switch-gallery[data-gallery-ready="true"] .ac-archive-card {
  width: 100%;
}

.ac-switch-gallery[data-gallery-ready="true"] .ac-gallery-card img,
.ac-switch-gallery[data-gallery-ready="true"] .ac-archive-card img {
  width: 100%;
  height: clamp(340px, 44vw, 610px);
  object-fit: contain;
}

.ac-switch-gallery[data-gallery-ready="true"] .ac-gallery-card img {
  background: #071722;
}

.ac-switch-gallery[data-gallery-ready="true"] .ac-archive-card img {
  background: #e6e7e3;
}

.ac-gallery-navigation {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.ac-gallery-arrow,
.ac-gallery-slide-buttons button {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #496373;
  color: #dce8ed;
  background: #102633;
  cursor: pointer;
  font: 700 10px/1 var(--mono);
}

.ac-gallery-arrow {
  min-width: 48px;
  min-height: 48px;
  font-size: 18px;
}

.ac-gallery-slide-buttons {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.ac-gallery-slide-buttons button[aria-pressed="true"] {
  border-color: var(--ac-red);
  color: #fff;
  background: var(--ac-red);
}

.ac-gallery-group-buttons button:focus-visible,
.ac-gallery-arrow:focus-visible,
.ac-gallery-slide-buttons button:focus-visible {
  z-index: 2;
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.ac-gallery-status {
  min-height: 22px;
  margin: 18px 0 0;
  color: #9fb7c2;
  font: 700 10px/1.5 var(--mono);
  letter-spacing: .04em;
  text-align: right;
  text-transform: uppercase;
}

.ac-selection .ac-gallery-switcher {
  border-color: #aeb9ba;
}

.ac-selection .ac-gallery-switcher > p,
.ac-selection .ac-gallery-status {
  color: #53636b;
}

.ac-selection .ac-gallery-group-buttons button,
.ac-selection .ac-gallery-arrow,
.ac-selection .ac-gallery-slide-buttons button {
  border-color: #9eacad;
  color: #263b46;
  background: rgba(255, 255, 255, .72);
}

.ac-selection .ac-gallery-group-buttons button:last-child {
  border-right-color: #9eacad;
}

.ac-selection .ac-gallery-group-buttons button span,
.ac-selection .ac-gallery-group-buttons button small {
  color: #60747d;
}

.ac-selection .ac-gallery-group-buttons button[aria-selected="true"],
.ac-selection .ac-gallery-slide-buttons button[aria-pressed="true"] {
  border-color: var(--ac-red);
  color: #fff;
  background: var(--ac-red);
}

.ac-selection .ac-gallery-group-buttons button[aria-selected="true"] span,
.ac-selection .ac-gallery-group-buttons button[aria-selected="true"] small {
  color: #ffe1db;
}

.ac-selection .ac-gallery-group-buttons button:focus-visible,
.ac-selection .ac-gallery-arrow:focus-visible,
.ac-selection .ac-gallery-slide-buttons button:focus-visible {
  outline-color: var(--ac-ink);
}

.ac-selection-panel {
  display: grid;
  grid-template-columns: minmax(270px, 4fr) minmax(0, 8fr);
  gap: clamp(34px, 6vw, 90px);
  margin-top: clamp(72px, 8vw, 120px);
  padding: clamp(34px, 5vw, 70px);
  background:
    linear-gradient(rgba(167, 199, 212, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(167, 199, 212, .06) 1px, transparent 1px),
    var(--ac-navy);
  background-size: 48px 48px;
  color: #fff;
}

.ac-selection-copy {
  align-self: start;
}

.ac-selection-copy h3 {
  max-width: 12ch;
  margin-bottom: 24px;
  font-size: clamp(34px, 3.7vw, 52px);
  line-height: 1;
  letter-spacing: -.04em;
}

.ac-selection-copy > p:not(.ac-eyebrow) {
  margin-bottom: 30px;
  color: #afc3cd;
  font-size: 14px;
  line-height: 1.65;
}

.ac-inline-link {
  color: #fff;
}

.ac-selection-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
  padding-left: 0;
  border-top: 1px solid var(--ac-line-dark);
  border-left: 1px solid var(--ac-line-dark);
  list-style: none;
}

.ac-selection-list li {
  display: grid;
  min-height: 190px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 24px 22px;
  border-right: 1px solid var(--ac-line-dark);
  border-bottom: 1px solid var(--ac-line-dark);
}

.ac-selection-list li > span {
  color: var(--ac-red);
  font: 700 11px/1.2 var(--mono);
}

.ac-selection-list h4 {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.25;
}

.ac-selection-list p {
  margin-bottom: 0;
  color: #9fb5bf;
  font-size: 12px;
  line-height: 1.58;
}

.ac-documents {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 9vw, 138px) 0;
  background:
    radial-gradient(circle at 10% 16%, rgba(255, 255, 255, .8), transparent 24%),
    #d9dfe1;
  color: var(--ac-ink);
}

.ac-documents::after {
  position: absolute;
  right: -90px;
  bottom: -90px;
  color: rgba(11, 25, 37, .045);
  content: "06";
  font: 900 min(34vw, 470px)/.75 var(--mono);
  letter-spacing: -.12em;
  pointer-events: none;
}

.ac-documents .odx-shell {
  position: relative;
  z-index: 1;
}

.ac-documents-heading {
  display: grid;
  max-width: 920px;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 92px);
}

.ac-document-stage {
  display: grid;
  max-width: 1080px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
  align-items: start;
  margin: 0 auto;
}

.ac-document-card {
  margin: 0;
  padding: clamp(9px, 1vw, 14px);
  border: 1px solid #aeb9bd;
  background: #f8f8f5;
  box-shadow: 7px 9px 0 rgba(11, 25, 37, .1);
}

.ac-document-media {
  display: flex;
  height: clamp(238px, 22vw, 292px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #d1d6d6;
  background: #fff;
  pointer-events: none;
  user-select: none;
}

.ac-main .ac-document-card .ac-document-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.ac-document-card figcaption {
  display: grid;
  min-height: 66px;
  grid-template-columns: minmax(0, 1fr);
  gap: 7px;
  align-content: center;
  padding: 12px 5px 0;
  color: #35464f;
}

.ac-document-card figcaption span {
  color: var(--ac-red);
  font: 700 10px/1 var(--mono);
}

.ac-document-card figcaption strong {
  font-size: 13px;
  line-height: 1.35;
}

.ac-contact {
  position: relative;
  padding: clamp(76px, 8vw, 120px) 0;
  background: var(--ac-red);
  color: #fff;
}

.ac-contact::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  pointer-events: none;
}

.ac-contact .odx-shell {
  position: relative;
  z-index: 1;
}

.ac-contact .ac-eyebrow {
  color: #ffe0d9;
}

.ac-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .65fr);
  gap: clamp(46px, 8vw, 126px);
  align-items: start;
}

.ac-contact-actions > p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.7;
}

.ac-contact-actions > a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .42);
  color: #fff;
  font: 700 11px/1.3 var(--mono);
  letter-spacing: .025em;
}

.ac-contact-actions > a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .42);
}

.ac-contact-actions > a:hover {
  padding-inline: 8px;
  background: rgba(255, 255, 255, .1);
}

@media (max-width: 1180px) {
  .ac-hero-grid {
    min-height: 600px;
    grid-template-columns: minmax(390px, .92fr) minmax(0, 1.08fr);
  }

  .ac-hero-copy {
    padding-inline: 34px;
  }

  .ac-hero-media {
    margin: 34px;
  }

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

  .ac-production-group {
    grid-template-columns: 1fr;
  }

  .ac-group-intro {
    max-width: 620px;
  }

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

  .ac-equipment-links > div {
    grid-row: span 3;
  }
}

@media (max-width: 1120px) and (min-width: 1001px) {
  .ac-page .odx-nav {
    grid-template-columns: 210px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .ac-page .odx-nav-links {
    min-width: 0;
    gap: 12px;
  }

  .ac-page .odx-nav-cta {
    gap: 12px;
    padding-inline: 14px;
  }
}

@media (max-width: 1000px) {
  .ac-page .odx-nav {
    grid-template-columns: 1fr auto;
  }

  .ac-page .odx-nav-links,
  .ac-page .odx-nav-cta {
    display: none;
  }

  .ac-page .odx-menu {
    display: block;
    position: relative;
  }

  .ac-page .odx-menu > summary {
    display: flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .ac-page .odx-nav {
    grid-template-columns: 1fr auto;
  }

  .ac-page .odx-nav-links,
  .ac-page .odx-nav-cta {
    display: none;
  }

  .ac-page .odx-menu {
    display: block;
    position: relative;
  }

  .ac-page .odx-menu > summary {
    display: flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }

  .ac-hero-grid,
  .ac-heading-row,
  .ac-documents-heading,
  .ac-selection-panel,
  .ac-contact-grid {
    grid-template-columns: 1fr;
  }

  .ac-hero-grid {
    border-inline: 0;
  }

  .ac-hero-copy {
    padding: 58px 0 48px;
    border-right: 0;
  }

  .ac-hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(44px, 8vw, 66px);
  }

  .ac-hero-media {
    margin: 0 0 58px;
  }

  .ac-heading-row,
  .ac-documents-heading {
    gap: 24px;
  }

  .ac-heading-row > p,
  .ac-documents-heading > p {
    max-width: 66ch;
  }

  .ac-gallery-switcher {
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

  .ac-equipment-links > div {
    grid-column: span 2;
    grid-row: auto;
    min-height: 160px;
  }

  .ac-selection-panel {
    gap: 38px;
  }

  .ac-selection-copy h3 {
    max-width: 17ch;
  }
}

@media (max-width: 680px) {
  .ac-breadcrumb {
    min-height: 48px;
  }

  .ac-hero-copy {
    padding: 34px 0 28px;
  }

  .ac-hero .ac-eyebrow {
    margin-bottom: 14px;
  }

  .ac-hero-copy h1 {
    margin-bottom: 18px;
    font-size: clamp(40px, 11vw, 54px);
  }

  .ac-lead {
    margin-bottom: 20px;
    line-height: 1.55;
  }

  .ac-identity {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 20px;
    padding: 14px;
  }

  .ac-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .ac-actions .odx-btn,
  .ac-text-link {
    width: 100%;
  }

  .ac-visual-index {
    margin-top: 22px;
  }

  .ac-hero-media {
    box-shadow: 9px 10px 0 rgba(217, 74, 58, .2);
  }

  .ac-hero-media figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .ac-hero-media figcaption strong {
    text-align: left;
  }

  .ac-heading-row h2,
  .ac-documents-heading h2,
  .ac-contact h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .ac-profile-facts,
  .ac-equipment-links,
  .ac-selection-list {
    grid-template-columns: 1fr;
  }

  .ac-profile-facts > div {
    min-height: 0;
    padding: 24px 22px;
  }

  .ac-profile-facts dt {
    margin-bottom: 16px;
  }

  .ac-profile-facts dd a {
    font-size: 10px;
  }

  .ac-production-gallery .ac-gallery-card,
  .ac-archive-gallery .ac-archive-card {
    grid-column: 1 / -1;
  }

  .ac-production-gallery--3 .ac-gallery-card--3 {
    grid-column: 1 / -1;
  }

  .ac-equipment-links > div {
    grid-column: auto;
  }

  .ac-equipment-links > div,
  .ac-equipment-links > a {
    min-height: 116px;
  }

  .ac-archive-card {
    box-shadow: 6px 7px 0 rgba(11, 25, 37, .065);
  }

  .ac-selection-panel {
    padding: 28px 20px;
  }

  .ac-selection-list li {
    min-height: 0;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 22px 18px;
  }

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

  .ac-document-card {
    min-width: 0;
  }

  .ac-document-media {
    height: min(58vw, 230px);
  }

  .ac-switch-gallery[data-gallery-ready="true"] .ac-gallery-card img,
  .ac-switch-gallery[data-gallery-ready="true"] .ac-archive-card img {
    height: min(72vw, 440px);
  }

  .ac-gallery-status {
    text-align: left;
  }

  .ac-contact-actions > a {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 440px) {
  .ac-page .odx-topline {
    display: none;
  }

  .ac-hero-copy h1 {
    font-size: clamp(37px, 11.5vw, 47px);
  }

  .ac-lead {
    font-size: 15px;
  }

  .ac-document-card figcaption {
    min-height: 72px;
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  .ac-document-card figcaption span {
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .ac-hero-grid {
    min-height: auto;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  }

  .ac-hero-copy {
    padding: 28px 24px 30px 0;
    border-right: 1px solid var(--ac-line-dark);
  }

  .ac-hero-copy h1 {
    font-size: clamp(36px, 5.5vw, 48px);
  }

  .ac-visual-index {
    display: none;
  }

  .ac-hero-media {
    margin: 24px 0 24px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ac-contact-actions > a {
    transition: none;
  }
}
