@font-face {
  font-family: "Source Sans 3";
  src: url("fonts/source-sans-3-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --de-red: #e30613;
  --de-red-dark: #b80510;
  --de-ink: #111518;
  --de-steel: #52606a;
  --de-line: #dce2e5;
  --de-soft: #f3f6f7;
  --de-white: #fff;
  --de-blue: #073b5c;
  --de-shell: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--de-ink);
  background: var(--de-white);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

body.panel-open {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

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

.skip-link {
  position: fixed;
  top: -96px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 3px;
  color: var(--de-ink);
  background: var(--de-white);
  font-weight: 800;
}

.skip-link:focus {
  top: 12px;
  outline: 3px solid #2d8dd2;
  outline-offset: 3px;
}

img,
video {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.de-shell {
  width: min(var(--de-shell), calc(100% - 48px));
  margin-inline: auto;
}

.de-site-header {
  position: relative;
  z-index: 50;
  color: var(--de-white);
  background: var(--de-ink);
}

body.nav-open .de-site-header {
  z-index: 91;
}

.de-utility {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: #090c0e;
  font-size: 13px;
}

.de-utility-inner,
.de-utility-inner > div {
  display: flex;
  align-items: center;
}

.de-utility-inner {
  min-height: 34px;
  justify-content: space-between;
}

.de-utility-inner > div {
  gap: 24px;
}

.de-utility a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  color: #dce3e6;
  text-decoration: none;
}

.de-mainbar-inner {
  display: grid;
  min-height: 76px;
  grid-template-columns: 142px 1fr auto auto;
  align-items: center;
  gap: 22px;
}

.de-brand {
  display: inline-flex;
  width: fit-content;
  min-height: 56px;
  align-items: center;
}

.de-brand img,
.de-site-footer img {
  display: block;
  width: 116px;
  height: auto;
  filter: brightness(0) invert(1);
}

.de-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 34px);
}

.de-nav a,
.de-cart-link,
.de-header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--de-white);
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
}

.de-nav a:hover,
.de-nav a:focus-visible,
.de-cart-link:hover,
.de-cart-link:focus-visible {
  color: #ff6670;
}

.de-cart-link {
  position: relative;
  gap: 7px;
  white-space: nowrap;
}

.de-cart-link b {
  min-width: 22px;
  height: 22px;
  padding-inline: 5px;
  border-radius: 999px;
  color: var(--de-white);
  background: var(--de-red);
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

.de-header-cta,
.de-button {
  justify-content: center;
  border-radius: 4px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.de-header-cta {
  min-height: 46px;
  padding: 0 18px;
  background: var(--de-red);
}

.de-header-cta:hover,
.de-header-cta:focus-visible,
.de-button-red:hover,
.de-button-red:focus-visible {
  color: var(--de-white);
  background: var(--de-red-dark);
}

.de-nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 4px;
  background: transparent;
}

.de-nav-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--de-white);
}

.de-home-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  overflow: hidden;
  color: var(--de-white);
  background: #06263b;
}

.de-home-hero video,
.de-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.de-home-hero video {
  object-fit: cover;
}

.de-hero-overlay {
  background: rgba(2, 22, 35, .68);
}

.de-hero-content {
  position: relative;
  z-index: 1;
  align-self: center;
  padding-block: 72px;
}

.de-eyebrow {
  margin: 0 0 12px;
  color: var(--de-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.de-eyebrow-light {
  color: #ff6670;
}

.de-home-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--de-white);
  font-size: clamp(48px, 5.8vw, 72px);
  line-height: .98;
  letter-spacing: -.045em;
}

.de-home-hero .de-hero-content > p:not(.de-eyebrow) {
  max-width: 680px;
  margin: 24px 0 0;
  color: #e7edf0;
  font-size: 20px;
  line-height: 1.55;
}

.de-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.de-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  font-size: 16px;
}

.de-button-red {
  color: var(--de-white);
  background: var(--de-red);
}

.de-button-light {
  border-color: rgba(255, 255, 255, .72);
  color: var(--de-white);
  background: rgba(11, 20, 25, .32);
}

.de-button-dark {
  color: var(--de-white);
  background: var(--de-ink);
}

.de-video-control {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 50%;
  color: var(--de-white);
  background: rgba(0, 0, 0, .45);
  cursor: pointer;
}

.de-proof-strip {
  border-bottom: 1px solid var(--de-line);
  background: var(--de-white);
}

.de-proof-strip .de-shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.de-proof-strip p {
  min-height: 86px;
  display: flex;
  margin: 0;
  padding: 16px 26px;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--de-line);
}

.de-proof-strip p:last-child {
  border-right: 1px solid var(--de-line);
}

.de-proof-strip strong {
  font-size: 17px;
}

.de-proof-strip span {
  color: var(--de-steel);
  font-size: 14px;
}

.de-featured,
.de-application-section,
.de-catalog {
  padding: 72px 0 84px;
}

.de-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}

.de-section-head h2,
.de-support-band h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.de-support-band h2 {
  color: var(--de-white);
}

.de-section-head > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--de-red);
  font-weight: 800;
}

.de-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.de-product-card {
  min-width: 0;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--de-line);
  background: var(--de-white);
}

.de-product-card:hover {
  border-color: #aab5bb;
}

.de-card-media {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  padding: 22px;
  background: var(--de-soft);
}

.de-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .22s ease;
}

.de-product-card:hover .de-card-media img {
  transform: scale(1.025);
}

.de-card-body {
  display: flex;
  padding: 18px;
  flex: 1;
  flex-direction: column;
}

.de-card-kicker {
  display: flex;
  margin: 0 0 9px;
  justify-content: space-between;
  gap: 8px;
  color: var(--de-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.de-card-kicker span {
  color: var(--de-steel);
  text-align: right;
}

.de-card-body h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.16;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.de-card-body h3 a {
  text-decoration: none;
}

.de-card-price {
  margin: 18px 0 0;
  font-size: 19px;
  font-weight: 900;
}

.de-card-price small {
  color: var(--de-steel);
  font-size: 12px;
  font-weight: 700;
}

.de-card-stock {
  margin: 4px 0 18px;
  color: var(--de-steel);
  font-size: 13px;
  font-weight: 750;
}

.de-card-stock.is-available {
  color: #25673a;
}

.de-card-link {
  min-height: 44px;
  display: inline-flex;
  margin-top: auto;
  align-items: center;
  color: var(--de-red);
  font-weight: 850;
}

.de-application-section {
  border-block: 1px solid var(--de-line);
  background: var(--de-soft);
}

.de-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.de-application-grid article {
  overflow: hidden;
  background: var(--de-white);
}

.de-application-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.de-application-grid article > div {
  padding: 20px;
}

.de-application-grid h3 {
  margin: 0 0 7px;
  font-size: 23px;
}

.de-application-grid p {
  margin: 0;
  color: var(--de-steel);
}

.de-section-action {
  margin: 28px 0 0;
  text-align: center;
}

.de-support-band {
  padding: 64px 0;
  color: var(--de-white);
  background: var(--de-blue);
}

.de-support-band .de-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  align-items: center;
  gap: 64px;
}

.de-support-band p:not(.de-eyebrow) {
  max-width: 700px;
  color: #d7e3e9;
}

.de-support-links {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, .36);
}

.de-support-links a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .26);
  color: var(--de-white);
  font-weight: 800;
  text-decoration: none;
}

.de-support-links a::after {
  content: "+";
  color: #ff6670;
}

.de-page-hero,
.de-generic .page-hero {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: center;
  padding: 54px 0;
  color: var(--de-white);
  background: var(--de-blue) url("images/diving-bg.webp") center / cover no-repeat;
}

.de-page-hero::before,
.de-generic .page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(1, 24, 39, .72);
}

.de-page-hero > .de-shell,
.de-generic .page-hero > .shell {
  position: relative;
  z-index: 1;
}

.de-page-hero h1,
.de-generic .page-hero h1 {
  max-width: 900px;
  margin: 12px 0 14px;
  color: var(--de-white);
  font-size: clamp(38px, 4.7vw, 62px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.de-page-hero p:not(.de-eyebrow),
.de-generic .page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #e5edf1;
  font-size: 18px;
}

.de-breadcrumbs,
.de-generic .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #d3e1e8;
  font-size: 13px;
}

.de-breadcrumbs a,
.de-generic .breadcrumbs a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--de-white);
}

.de-catalog-toolbar {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 14px;
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid var(--de-line);
  background: var(--de-soft);
}

.de-filter-search {
  grid-column: span 4;
}

.de-filter-control {
  grid-column: span 2;
}

.de-catalog-filters {
  margin: 0 0 28px;
}

.de-catalog-filter-toggle {
  display: flex;
  min-height: 48px;
  padding: 11px 14px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--de-line);
  color: var(--de-ink);
  background: var(--de-soft);
  font-weight: 850;
  cursor: pointer;
}

.de-catalog-filters > .de-catalog-toolbar {
  margin-bottom: 0;
}

.de-catalog-toolbar label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 850;
}

.de-catalog-toolbar input,
.de-catalog-toolbar select {
  min-width: 0;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #aeb8bd;
  border-radius: 3px;
  color: var(--de-ink);
  background: var(--de-white);
  font: inherit;
  font-size: 16px;
}

.de-catalog-toolbar > p {
  min-height: 48px;
  display: flex;
  margin: 0;
  align-items: center;
  color: var(--de-steel);
  font-weight: 800;
  white-space: nowrap;
}

.de-filter-reset {
  min-height: 48px;
  grid-column: span 2;
  padding: 10px 14px;
  border: 1px solid var(--de-ink);
  border-radius: 3px;
  color: var(--de-ink);
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.de-filter-reset:hover,
.de-filter-reset:focus-visible {
  color: var(--de-white);
  background: var(--de-ink);
}

.de-catalog-toolbar > [data-catalog-count] {
  grid-column: span 10;
}

.de-noscript-note {
  margin: 0 0 24px;
  padding: 14px;
  border-left: 4px solid var(--de-red);
  background: var(--de-soft);
}

.de-catalog-results {
  display: grid;
  gap: 58px;
}

.de-catalog-group > header {
  max-width: 820px;
  margin-bottom: 22px;
}

.de-catalog-group > header > p:first-child {
  margin: 0 0 6px;
  color: var(--de-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.de-catalog-group > header h2 {
  margin: 0;
  color: var(--de-ink);
  font-size: clamp(30px, 4vw, 42px);
}

.de-catalog-group > header > p:last-child {
  margin: 10px 0 0;
  color: var(--de-steel);
  line-height: 1.6;
}

.de-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.de-catalog-empty {
  padding: 48px;
  border: 1px solid var(--de-line);
  text-align: center;
}

.de-catalog-comparison,
.de-guide-section {
  padding: 72px 0;
  border-top: 1px solid var(--de-line);
  background: var(--de-soft);
}

.de-comparison-stack {
  display: grid;
  gap: 30px;
  overflow-x: auto;
}

.de-catalog-comparison table,
.de-buying-guide table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--de-ink);
  background: var(--de-white);
}

.de-catalog-comparison caption,
.de-buying-guide caption {
  padding: 14px 16px;
  color: var(--de-white);
  background: var(--de-ink);
  font-size: 18px;
  font-weight: 850;
  text-align: left;
}

.de-catalog-comparison th,
.de-catalog-comparison td,
.de-buying-guide th,
.de-buying-guide td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--de-line);
  text-align: left;
  vertical-align: top;
}

.de-catalog-comparison thead th,
.de-buying-guide thead th {
  background: #e8edef;
  font-size: 13px;
}

.de-catalog-comparison tbody th,
.de-buying-guide tbody th {
  min-width: 220px;
}

.de-catalog-comparison a,
.de-buying-guide table a {
  color: var(--de-red-dark);
  font-weight: 800;
}

.de-guide-intro {
  padding: 52px 0;
  background: var(--de-white);
}

.de-guide-lead {
  max-width: 900px;
  margin: 0;
  color: var(--de-ink);
  font-size: 21px;
  line-height: 1.6;
}

.de-guide-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.de-guide-jump a {
  min-height: 44px;
  display: inline-flex;
  padding: 8px 13px;
  align-items: center;
  border: 1px solid var(--de-line);
  color: var(--de-ink);
  background: var(--de-soft);
  font-weight: 800;
  text-decoration: none;
}

.de-guide-section {
  background: var(--de-white);
  scroll-margin-top: 108px;
}

.de-guide-section-alt {
  background: var(--de-soft);
}

.de-guide-section header {
  max-width: 860px;
  margin-bottom: 28px;
}

.de-guide-section h2 {
  margin: 0;
  color: var(--de-ink);
  font-size: clamp(34px, 5vw, 50px);
  line-height: 1.08;
}

.de-guide-copy {
  max-width: 920px;
  color: var(--de-steel);
  font-size: 17px;
  line-height: 1.72;
}

.de-guide-copy a {
  color: var(--de-red-dark);
  font-weight: 750;
}

.de-table-scroll {
  overflow-x: auto;
}

.de-guide-section table {
  margin-top: 34px;
}

.de-interior .content-page,
.de-generic .content-page,
.de-generic.content-page,
.de-generic .product-details {
  padding: 64px 0 76px;
  background: var(--de-white);
}

.de-generic .rich-content {
  max-width: 920px;
  margin-inline: auto;
  color: var(--de-steel);
  font-size: 17px;
  line-height: 1.68;
}

.de-generic .rich-content > * {
  margin-block: 0 20px;
}

.de-generic .rich-content h2,
.de-generic .rich-content h3,
.de-generic .rich-content h4 {
  color: var(--de-ink);
  line-height: 1.15;
}

.de-generic .rich-content h2 {
  margin-top: 42px;
  font-size: 34px;
}

.de-generic .rich-content h3 {
  margin-top: 30px;
  font-size: 24px;
}

.de-generic .rich-content figure,
.de-generic .content-image {
  max-width: 820px;
  margin: 28px auto;
}

.de-generic .rich-content img,
.de-generic .content-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.de-generic .rich-content table {
  width: 100%;
  border-collapse: collapse;
  color: var(--de-ink);
  font-size: 15px;
}

.de-generic .rich-content td,
.de-generic .rich-content th {
  padding: 12px;
  border-bottom: 1px solid var(--de-line);
  text-align: left;
  vertical-align: top;
}

.de-generic .product-breadcrumbs,
.de-generic.product-breadcrumbs {
  padding-top: 34px;
}

.de-generic .product-layout {
  gap: clamp(34px, 6vw, 76px);
  padding-block: 28px 72px;
}

.de-generic .product-summary h1 {
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1;
}

.de-generic .product-short,
.de-generic .product-short li {
  font-size: 16px;
  line-height: 1.55;
}

.de-product-intro {
  padding: 30px 0 76px;
  background: var(--de-white);
}

.de-product-breadcrumbs {
  display: flex;
  min-height: 42px;
  margin-bottom: 22px;
  align-items: center;
  gap: 9px;
  color: var(--de-steel);
  font-size: 14px;
}

.de-product-breadcrumbs a {
  font-weight: 750;
  text-decoration: none;
}

.de-product-breadcrumbs a:hover,
.de-product-breadcrumbs a:focus-visible {
  color: var(--de-red);
}

.de-product-breadcrumbs span[aria-current="page"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.de-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(42px, 6vw, 76px);
  align-items: start;
}

.de-product-gallery {
  min-width: 0;
}

.de-gallery-main {
  position: relative;
  display: grid;
  overflow: hidden;
  aspect-ratio: 1;
  place-items: center;
  padding: clamp(18px, 4vw, 42px);
  border: 1px solid var(--de-line);
  background: #f8fafb;
}

.de-gallery-main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.de-gallery-main span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(17, 21, 24, .1);
  border-radius: 3px;
  color: var(--de-steel);
  background: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 800;
}

.de-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.de-gallery-thumb {
  min-width: 0;
  aspect-ratio: 1;
  padding: 5px;
  border: 1px solid var(--de-line);
  border-radius: 3px;
  background: var(--de-white);
  cursor: pointer;
}

.de-gallery-thumb:hover,
.de-gallery-thumb:focus-visible,
.de-gallery-thumb.is-active {
  border-color: var(--de-red);
}

.de-gallery-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.de-product-summary {
  padding-top: 8px;
}

.de-product-summary h1 {
  max-width: 660px;
  margin: 0;
  color: var(--de-ink);
  font-size: clamp(36px, 3.2vw, 46px);
  line-height: 1.02;
  letter-spacing: -.035em;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.de-product-lead {
  margin: 20px 0 0;
  color: var(--de-steel);
  font-size: 18px;
  line-height: 1.58;
}

.de-product-commerce {
  display: flex;
  margin-top: 24px;
  padding: 20px 0;
  border-top: 1px solid var(--de-line);
  border-bottom: 1px solid var(--de-line);
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.de-product-price {
  margin: 0;
  color: var(--de-ink);
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.de-product-price small {
  color: var(--de-steel);
  font-size: 14px;
  letter-spacing: .04em;
}

.de-product-stock {
  margin: 0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.de-product-stock.is-available {
  color: #16733c;
}

.de-product-stock.is-unavailable {
  color: #9e2d34;
}

.de-product-stock.is-pending {
  color: #6b4d00;
}

.de-product-highlights {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--de-ink);
  font-size: 15px;
  list-style: none;
}

.de-product-highlights li {
  position: relative;
  padding-left: 25px;
}

.de-product-highlights li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--de-red);
  font-weight: 900;
}

.de-purchase-panel {
  margin-top: 26px;
  padding: 18px;
  border: 1px solid var(--de-line);
  border-left: 4px solid var(--de-red);
  border-radius: 3px;
  background: var(--de-soft);
}

.de-purchase-panel .purchase-row {
  margin: 0;
}

.de-purchase-panel .purchase-row .de-button {
  flex: 1;
}

.de-purchase-panel > p {
  margin: 10px 0 0;
  color: var(--de-steel);
  font-size: 13px;
  line-height: 1.45;
}

.de-purchase-enquiry > p {
  margin-top: 0;
}

.de-purchase-enquiry .de-button {
  width: 100%;
  margin-top: 12px;
}

.de-currency-note {
  margin: 13px 0 0;
  color: var(--de-steel);
  font-size: 13px;
  line-height: 1.48;
}

.de-product-meta {
  display: grid;
  gap: 7px;
  margin: 24px 0 0;
  font-size: 14px;
}

.de-product-meta div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
}

.de-product-meta dt {
  color: var(--de-steel);
}

.de-product-meta dd {
  margin: 0;
  color: var(--de-ink);
  font-weight: 750;
}

.de-product-trust {
  border-block: 1px solid var(--de-line);
  background: var(--de-soft);
}

.de-product-trust .de-shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.de-product-trust p {
  min-height: 100px;
  display: grid;
  margin: 0;
  padding: 20px 28px;
  align-content: center;
  border-left: 1px solid var(--de-line);
}

.de-product-trust p:last-child {
  border-right: 1px solid var(--de-line);
}

.de-product-trust strong {
  font-size: 15px;
}

.de-product-trust span {
  color: var(--de-steel);
  font-size: 13px;
}

.de-product-content,
.de-product-resources {
  padding: 72px 0;
}

.de-product-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: clamp(48px, 8vw, 96px);
  align-items: start;
}

.de-product-content h2,
.de-product-resources h2,
.de-product-support h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.de-product-content-grid > div:first-child > p:not(.de-eyebrow) {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--de-steel);
}

.de-product-applications,
.de-product-selection {
  max-width: 680px;
  margin-top: 28px;
}

.de-product-applications h3,
.de-product-selection h3,
.de-product-exclusions h3,
.de-product-included h3,
.de-product-related h3 {
  margin: 0 0 10px;
  color: var(--de-ink);
  font-size: 20px;
}

.de-product-applications ul,
.de-product-exclusions ul,
.de-product-included aside ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: var(--de-steel);
}

.de-product-selection {
  padding: 22px;
  border-left: 4px solid var(--de-red);
  background: var(--de-soft);
}

.de-product-selection p,
.de-product-specs > p {
  margin: 0;
  color: var(--de-steel);
}

.de-product-specs {
  padding: 28px;
  border-top: 4px solid var(--de-red);
  background: var(--de-soft);
}

.de-product-specs h2 {
  font-size: 25px;
}

.de-product-specs dl {
  margin: 20px 0 0;
}

.de-product-specs dl div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--de-line);
}

.de-product-specs dt {
  color: var(--de-steel);
}

.de-product-specs dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.de-product-included {
  padding: 72px 0;
  border-top: 1px solid var(--de-line);
  background: #f6f8f9;
}

.de-product-included .de-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: clamp(36px, 7vw, 80px);
  align-items: start;
}

.de-product-included h2,
.de-product-related h2 {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
}

.de-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.de-check-list li {
  position: relative;
  padding-left: 24px;
}

.de-check-list li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--de-red);
  font-weight: 900;
}

.de-product-exclusions {
  margin-top: 28px;
}

.de-product-included aside {
  padding: 26px;
  border: 1px solid var(--de-line);
  background: var(--de-white);
}

.de-product-included aside p,
.de-facts-unavailable {
  color: var(--de-steel);
  line-height: 1.6;
}

.de-product-related {
  padding: 72px 0;
  border-top: 1px solid var(--de-line);
}

.de-product-related header {
  max-width: 800px;
  margin-bottom: 34px;
}

.de-product-related header > p:last-child {
  color: var(--de-steel);
}

.de-product-related section + section {
  margin-top: 34px;
}

.de-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.de-related-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--de-line);
  border-top: 3px solid var(--de-red);
  background: var(--de-white);
}

.de-related-card p,
.de-related-card span {
  display: block;
  margin: 0;
  color: var(--de-steel);
  font-size: 12px;
}

.de-related-card h3 {
  margin: 8px 0;
  overflow-wrap: anywhere;
}

.de-related-card a {
  color: var(--de-ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.de-product-resources {
  border-top: 1px solid var(--de-line);
  background: var(--de-soft);
}

.de-product-resources .de-shell {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 48px;
  align-items: end;
}

.de-resource-grid {
  display: grid;
  gap: 12px;
}

.de-resource-link {
  display: grid;
  grid-template-columns: 52px 1fr;
  padding: 18px;
  border: 1px solid var(--de-line);
  border-radius: 3px;
  color: var(--de-ink);
  background: var(--de-white);
  text-decoration: none;
}

.de-resource-link > span {
  grid-row: 1 / 3;
  color: var(--de-red);
  font-size: 14px;
  font-weight: 900;
}

.de-resource-link small {
  color: var(--de-steel);
}

.de-product-support {
  padding: 64px 0;
  color: var(--de-white);
  background: #10202a;
}

.de-product-support .de-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
}

.de-product-support h2 {
  color: var(--de-white);
}

.de-product-support p:not(.de-eyebrow) {
  max-width: 700px;
  margin: 16px 0 0;
  color: #d6e0e5;
}

.de-product-support .de-actions {
  justify-content: flex-end;
}

.de-site-footer {
  padding: 58px 0 22px;
  color: #d1d8dc;
  background: #090d0f;
}

.de-footer-lead {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  padding-bottom: 34px;
  border-bottom: 1px solid #263036;
}

.de-footer-lead > div:first-child p {
  max-width: 560px;
  margin: 12px 0 0;
}

.de-footer-lead > div:last-child {
  display: flex;
  align-items: center;
  gap: 18px;
}

.de-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  padding: 38px 0;
}

.de-footer-grid h2 {
  margin: 0 0 12px;
  color: var(--de-white);
  font-size: 15px;
}

.de-footer-grid nav,
.de-footer-grid section {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.de-footer-grid a,
.de-footer-grid p {
  margin: 0;
  color: #aeb9bf;
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.de-footer-grid a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.de-footer-grid a:hover,
.de-footer-grid a:focus-visible {
  color: var(--de-white);
}

.de-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-top: 20px;
  border-top: 1px solid #263036;
  color: #8d9aa1;
  font-size: 12px;
}

.de-footer-bottom p {
  margin: 0;
}

.de-cart-drawer {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100dvh;
  padding: 24px;
  overflow-y: auto;
  color: var(--de-ink);
  background: var(--de-white);
  box-shadow: -12px 0 40px rgba(0, 0, 0, .24);
}

.de-cart-head,
.de-cart-foot > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.de-cart-head {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--de-line);
}

.de-cart-head h2 {
  margin: 0;
  font-size: 28px;
}

.de-cart-head button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--de-line);
  background: var(--de-white);
  font-size: 26px;
}

.de-cart-items {
  display: grid;
  gap: 14px;
  padding: 22px 0;
}

.de-cart-foot {
  padding-top: 18px;
  border-top: 1px solid var(--de-line);
}

.de-cart-foot .de-button {
  width: 100%;
}

.de-commerce-section,
.de-form-section {
  padding: 64px 0 80px;
  background: var(--de-white);
}

.de-commerce-page *,
.de-form-page * {
  min-width: 0;
}

.de-cart-page-layout,
.de-checkout-layout,
.de-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
}

.de-checkout-layout {
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
}

.de-form-layout {
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 4vw, 52px);
}

.de-cart-page-items,
.de-checkout-cart,
.de-order-summary,
.de-handoff-form,
.de-order-form {
  border: 1px solid var(--de-line);
  border-radius: 4px;
  background: var(--de-white);
}

.de-cart-page-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 20px;
  padding: 22px;
  align-items: center;
  border-bottom: 1px solid var(--de-line);
}

.de-cart-page-row:last-child {
  border-bottom: 0;
}

.de-cart-page-row > img {
  width: 112px;
  height: 112px;
  padding: 8px;
  object-fit: contain;
  border: 1px solid var(--de-line);
  background: #f8fafb;
}

.de-cart-page-copy,
.de-cart-page-controls {
  display: grid;
  gap: 6px;
}

.de-cart-page-copy a,
.de-cart-page-copy strong {
  color: var(--de-ink);
  font-size: 19px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.de-cart-page-copy small,
.de-cart-page-copy span {
  color: var(--de-steel);
  font-size: 14px;
}

.de-cart-page-controls {
  min-width: 150px;
  justify-items: end;
}

.de-cart-page-controls label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}

.de-cart-page-controls input {
  width: 72px;
  min-height: 44px;
  padding: 8px;
  border: 1px solid #9ba8ae;
  font: inherit;
}

.de-cart-page-controls button {
  min-height: 44px;
  padding: 6px 0;
  border: 0;
  color: var(--de-red-dark);
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}

.de-cart-empty {
  padding: clamp(28px, 6vw, 64px);
  text-align: center;
}

.de-cart-empty h2 {
  margin-top: 0;
  font-size: 32px;
}

.de-order-summary,
.de-checkout-cart {
  padding: 24px;
  background: var(--de-soft);
}

.de-order-summary h2,
.de-checkout-cart h2,
.de-checkout-layout > div > h2 {
  margin: 0 0 20px;
  font-size: 28px;
}

.de-order-summary > p,
.de-checkout-total,
.de-checkout-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.de-order-summary .de-button,
.de-order-summary .de-continue-link {
  width: 100%;
  min-height: 48px;
  display: flex;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
}

.de-order-summary .de-continue-link {
  color: var(--de-blue);
  font-weight: 800;
}

.de-button.is-disabled,
.de-button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.de-currency-warning {
  padding: 12px;
  border-left: 4px solid #9e2d34;
  color: #761f25;
  background: #fff2f3;
  font-weight: 750;
}

.de-checkout-line {
  padding: 12px 0;
  border-bottom: 1px solid var(--de-line);
  font-size: 14px;
}

.de-checkout-line span {
  overflow-wrap: anywhere;
}

.de-form-layout > div:first-child {
  position: sticky;
  top: 24px;
}

.de-form-layout > div:first-child h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
}

.de-handoff-form,
.de-order-form {
  padding: clamp(20px, 4vw, 34px);
  box-shadow: 0 15px 42px rgba(17, 21, 24, .08);
}

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

.de-form-field {
  display: grid;
  align-content: start;
  gap: 6px;
}

.de-form-field:has(textarea),
.de-form-field:has(input[type="file"]) {
  grid-column: 1 / -1;
}

.de-form-field label,
.de-form-consent label {
  color: var(--de-ink);
  font-size: 14px;
  font-weight: 850;
}

.de-form-field label span,
.de-form-consent label > span {
  color: var(--de-red-dark);
}

.de-form-field input,
.de-form-field textarea,
.de-form-field select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #89969d;
  border-radius: 3px;
  color: var(--de-ink);
  background: var(--de-white);
  font: inherit;
}

.de-form-field textarea {
  min-height: 132px;
  resize: vertical;
}

.de-form-field input[type="file"] {
  min-height: 54px;
  padding: 9px;
}

.de-form-field small {
  color: var(--de-steel);
  font-size: 13px;
}

.de-form-consent {
  display: grid;
  min-height: 44px;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  margin: 24px 0 0;
  align-items: start;
}

.de-form-consent input {
  width: 22px;
  height: 22px;
  margin: 1px 0 0;
}

.de-form-handoff {
  margin: 18px 0;
  padding: 13px 15px;
  border-left: 4px solid var(--de-blue);
  color: var(--de-steel);
  background: #eef6fa;
  font-size: 14px;
}

.de-handoff-form > .de-button,
.de-order-form > .de-button {
  width: 100%;
  min-height: 50px;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.de-form-state {
  min-height: 26px;
  margin: 14px 0 0;
  font-weight: 750;
}

.de-form-state[data-state="pending"] {
  color: var(--de-blue);
}

.de-form-state[data-state="success"] {
  padding: 12px 14px;
  border-left: 4px solid #26734d;
  color: #155536;
  background: #eef9f3;
}

.de-form-state[data-state="error"] {
  padding: 12px 14px;
  border-left: 4px solid #9e2d34;
  color: #761f25;
  background: #fff2f3;
}

.de-form-fallback {
  margin: 12px 0 0;
  color: var(--de-steel);
}

.de-form-fallback a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--de-blue);
  font-weight: 850;
}

.de-field-error {
  grid-column: 1 / -1;
  display: block;
  color: #9e2d34;
  font-size: 13px;
  font-weight: 800;
}

.de-form-field [aria-invalid="true"] {
  border-color: #9e2d34;
  box-shadow: 0 0 0 2px rgba(158, 45, 52, .15);
}

.de-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.de-legal-section {
  padding: 64px 0 84px;
}

.de-legal-layout {
  display: grid;
  grid-template-columns: minmax(230px, .48fr) minmax(0, 1.52fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
}

.de-legal-layout > aside {
  position: sticky;
  top: 24px;
  padding: 22px;
  border: 1px solid var(--de-line);
  background: var(--de-soft);
}

.de-legal-layout > aside h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.de-legal-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--de-line);
  color: var(--de-blue);
  font-weight: 750;
}

.de-legal-copy {
  max-width: 820px;
  color: var(--de-steel);
  line-height: 1.7;
}

.de-legal-copy h2,
.de-legal-copy h3 {
  color: var(--de-ink);
  line-height: 1.16;
}

.de-legal-copy h2 {
  margin: 48px 0 16px;
  font-size: 34px;
}

.de-legal-copy h2:first-child {
  margin-top: 0;
}

.de-legal-copy h3 {
  margin: 30px 0 10px;
  font-size: 24px;
}

.de-legal-copy code {
  padding: 2px 5px;
  border-radius: 3px;
  color: var(--de-ink);
  background: var(--de-soft);
  overflow-wrap: anywhere;
}

.de-consent-media {
  position: relative;
  min-height: 320px;
  display: grid;
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--de-line);
  color: var(--de-white);
  background: #06263b;
}

.de-consent-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .2;
}

.de-consent-media > div {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: 28px;
  text-align: center;
}

.de-consent-media h4 {
  margin: 0 0 10px;
  color: var(--de-white);
  font-size: 28px;
}

.de-consent-media p {
  color: #e3edf2;
}

.de-consent-media .de-button {
  min-height: 48px;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.de-consent-media a:not(.de-button) {
  min-height: 44px;
  display: flex;
  margin-top: 12px;
  align-items: center;
  justify-content: center;
  color: var(--de-white);
}

.de-consent-media iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.de-consent-revoke {
  min-height: 44px;
  padding: 6px 10px;
  border: 1px solid #52606a;
  color: #dce3e6;
  background: transparent;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.de-page-hero-editorial {
  min-height: 410px;
  display: flex;
  align-items: end;
  background:
    linear-gradient(115deg, rgba(5, 30, 47, .98), rgba(8, 52, 76, .84)),
    url("content/images/cal-state-research-dive-2-1080x810-a845ad262a.webp") center 43% / cover;
}

.de-page-hero-editorial .de-shell {
  padding-block: 66px 58px;
}

.de-page-hero-editorial h1 {
  max-width: 950px;
}

.de-page-hero-editorial p:not(.de-eyebrow) {
  max-width: 780px;
}

.de-editorial-intro {
  padding: 72px 0 78px;
  background: var(--de-white);
}

.de-editorial-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px clamp(34px, 6vw, 84px);
}

.de-editorial-copy > section {
  min-width: 0;
  padding-top: 22px;
  border-top: 3px solid var(--de-red);
}

.de-editorial-copy h2 {
  margin: 0 0 14px;
  color: var(--de-ink);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.08;
}

.de-editorial-copy p {
  margin: 0;
  color: var(--de-steel);
  font-size: 17px;
  line-height: 1.7;
}

.de-editorial-faq .de-editorial-copy {
  gap-block: 24px;
}

.de-editorial-faq .de-editorial-copy > section {
  padding: 24px;
  border: 1px solid var(--de-line);
  border-top: 3px solid var(--de-red);
  background: var(--de-soft);
}

.de-editorial-resources,
.de-editorial-videos,
.de-editorial-gallery,
.de-category-products {
  padding: 72px 0;
  background: var(--de-soft);
}

.de-editorial-resources h2,
.de-editorial-videos h2,
.de-editorial-gallery h2 {
  margin: 0 0 30px;
  font-size: clamp(34px, 4vw, 50px);
}

.de-editorial-gallery > .de-shell > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.de-editorial-gallery figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--de-line);
  background: var(--de-white);
}

.de-editorial-gallery figure:first-child {
  grid-column: 1 / -1;
}

.de-editorial-photo {
  width: 100%;
  height: 330px;
  display: block;
  object-fit: cover;
}

.de-editorial-gallery figure:first-child .de-editorial-photo {
  height: min(54vw, 610px);
}

.de-editorial-gallery figcaption {
  padding: 14px 18px;
  color: var(--de-steel);
  font-weight: 750;
}

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

.de-video-grid > iframe,
.de-video-grid > .de-consent-media {
  width: 100%;
  min-height: 350px;
}

.de-next-steps {
  padding: 66px 0 72px;
  color: var(--de-white);
  background: #06263b;
}

.de-next-steps h2 {
  max-width: 780px;
  margin: 0 0 30px;
  color: var(--de-white);
  font-size: clamp(34px, 4vw, 50px);
}

.de-next-steps > .de-shell > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.de-next-steps a {
  min-width: 0;
  min-height: 138px;
  display: flex;
  padding: 22px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, .23);
  color: var(--de-white);
  background: rgba(255, 255, 255, .06);
  text-decoration: none;
}

.de-next-steps a:hover {
  border-color: var(--de-red);
  background: rgba(255, 255, 255, .11);
}

.de-next-steps strong {
  font-size: 21px;
}

.de-next-steps span {
  color: #cbd9e0;
  line-height: 1.45;
}

.de-category-products {
  padding-top: 0;
  background: var(--de-white);
}

.de-scrim {
  position: fixed;
  z-index: 90;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, .56);
}

.de-site-header :focus-visible,
.de-home :focus-visible,
.de-catalog-page :focus-visible,
.de-site-footer :focus-visible,
.de-cart-drawer :focus-visible,
.de-generic :focus-visible,
.de-editorial-page :focus-visible {
  outline: 3px solid #2d8dd2;
  outline-offset: 3px;
}

.de-product-page :focus-visible {
  outline: 3px solid #2d8dd2;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .de-mainbar-inner {
    grid-template-columns: 1fr auto auto;
  }

  .de-nav-toggle {
    display: block;
  }

  .de-nav {
    position: absolute;
    z-index: 70;
    top: 110px;
    left: 0;
    right: 0;
    display: none;
    padding: 16px 24px 24px;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: var(--de-ink);
  }

  .de-nav.is-open {
    display: flex;
  }

  .de-nav a {
    min-height: 52px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

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

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

  .de-product-layout,
  .de-product-content-grid {
    grid-template-columns: 1fr;
  }

  .de-product-gallery {
    max-width: 680px;
  }

  .de-product-support .de-shell {
    grid-template-columns: 1fr;
  }

  .de-product-support .de-actions {
    justify-content: flex-start;
  }

  .de-next-steps > .de-shell > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body {
    font-size: 16px;
  }

  .de-shell {
    width: min(var(--de-shell), calc(100% - 30px));
  }

  .de-utility-inner {
    min-height: 32px;
  }

  .de-utility-inner > div {
    gap: 14px;
  }

  .de-utility-inner > div:first-child a:nth-child(2),
  .de-utility-inner > div:last-child a:not(:last-child) {
    display: none;
  }

  .de-mainbar-inner {
    min-height: 68px;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
  }

  .de-brand img {
    width: 100px;
  }

  .de-nav {
    top: 100px;
  }

  .de-cart-link span,
  .de-header-cta {
    display: none;
  }

  .de-cart-link {
    width: 46px;
    justify-content: center;
  }

  .de-cart-link::before {
    content: none;
  }

  .de-home-hero {
    min-height: 500px;
  }

  .de-hero-content {
    padding-block: 54px 68px;
  }

  .de-home-hero h1 {
    font-size: clamp(39px, 11vw, 48px);
    line-height: 1;
  }

  .de-home-hero .de-hero-content > p:not(.de-eyebrow) {
    margin-top: 18px;
    font-size: 17px;
  }

  .de-actions {
    margin-top: 22px;
  }

  .de-actions .de-button {
    flex: 1 1 145px;
  }

  .de-video-control {
    right: 15px;
    bottom: 14px;
  }

  .de-proof-strip .de-shell {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .de-proof-strip p {
    min-height: 66px;
    padding: 11px 18px;
    border-left: 0;
    border-bottom: 1px solid var(--de-line);
  }

  .de-proof-strip p:last-child {
    border-right: 0;
    border-bottom: 0;
  }

  .de-featured,
  .de-application-section,
  .de-catalog {
    padding: 48px 0 56px;
  }

  .de-section-head {
    margin-bottom: 22px;
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .de-section-head h2,
  .de-support-band h2 {
    font-size: 34px;
  }

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

  .de-card-media {
    padding: 12px;
  }

  .de-card-body {
    padding: 13px;
  }

  .de-card-kicker {
    display: block;
    min-height: 32px;
    font-size: 10px;
  }

  .de-card-kicker span {
    display: block;
    margin-top: 2px;
    text-align: left;
  }

  .de-card-body h3 {
    font-size: 16px;
  }

  .de-card-price {
    margin-top: 12px;
    font-size: 16px;
  }

  .de-card-stock {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .de-card-link {
    font-size: 14px;
  }

  .de-application-grid {
    grid-template-columns: 1fr;
  }

  .de-support-band {
    padding: 48px 0;
  }

  .de-support-band .de-shell {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .de-page-hero,
  .de-generic .page-hero {
    min-height: 300px;
    padding: 42px 0;
  }

  .de-page-hero h1,
  .de-generic .page-hero h1 {
    font-size: 38px;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .de-page-hero p:not(.de-eyebrow),
  .de-generic .page-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .de-catalog-toolbar {
    position: static;
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .de-catalog-toolbar > * {
    grid-column: 1 / -1;
  }

  .de-catalog-filters {
    margin-bottom: 16px;
  }

  .de-catalog-filter-toggle {
    display: flex;
  }

  .de-catalog-filters:not([open]) > .de-catalog-toolbar {
    display: none;
  }

  .de-page-hero-catalog {
    min-height: 220px;
    padding: 28px 0 32px;
  }

  .de-page-hero-catalog .de-breadcrumbs {
    margin-bottom: 8px;
  }

  .de-page-hero-catalog h1 {
    font-size: 34px;
  }

  .de-page-hero-catalog p:not(.de-eyebrow) {
    margin-bottom: 0;
  }

  .de-catalog-toolbar > p {
    min-height: 34px;
  }

  .de-catalog-results {
    gap: 42px;
  }

  .de-catalog-comparison,
  .de-guide-section {
    padding: 48px 0;
  }

  .de-catalog-comparison table,
  .de-buying-guide table {
    min-width: 680px;
  }

  .de-guide-intro {
    padding: 38px 0;
  }

  .de-guide-lead {
    font-size: 18px;
  }

  .de-product-intro {
    padding: 16px 0 46px;
  }

  .de-product-breadcrumbs {
    margin-bottom: 12px;
  }

  .de-product-breadcrumbs span[aria-current="page"],
  .de-product-breadcrumbs span:nth-last-child(2) {
    display: none;
  }

  .de-product-layout {
    gap: 28px;
  }

  .de-product-gallery .de-gallery-main {
    max-height: 310px;
    aspect-ratio: 4 / 3;
  }

  .de-gallery-main {
    padding: 18px;
  }

  .de-gallery-thumbs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .de-gallery-thumbs::-webkit-scrollbar {
    display: none;
  }

  .de-gallery-thumb {
    flex: 0 0 78px;
    scroll-snap-align: start;
  }

  .de-product-summary {
    padding-top: 0;
  }

  .de-product-summary h1 {
    font-size: clamp(29px, 7.5vw, 36px);
  }

  .de-product-lead {
    font-size: 16px;
  }

  .de-product-commerce {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .de-purchase-panel .purchase-row {
    align-items: stretch;
    flex-direction: column;
  }

  .de-purchase-panel .purchase-row input {
    width: 100%;
  }

  .de-product-trust .de-shell {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .de-product-trust p {
    min-height: 74px;
    padding: 14px 20px;
    border-left: 0;
    border-bottom: 1px solid var(--de-line);
  }

  .de-product-trust p:last-child {
    border-right: 0;
    border-bottom: 0;
  }

  .de-product-content,
  .de-product-included,
  .de-product-related,
  .de-product-resources,
  .de-product-support {
    padding: 48px 0;
  }

  .de-product-content-grid {
    gap: 36px;
  }

  .de-product-specs {
    padding: 22px 18px;
  }

  .de-product-included .de-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .de-check-list,
  .de-related-grid {
    grid-template-columns: 1fr;
  }

  .de-product-resources .de-shell {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .de-product-support .de-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .de-interior .content-page,
  .de-generic .content-page,
  .de-generic.content-page,
  .de-generic .product-details {
    padding: 44px 0 52px;
  }

  .de-page-hero-commerce,
  .de-page-hero-form {
    min-height: 240px;
    padding: 32px 0;
  }

  .de-commerce-section,
  .de-form-section {
    padding: 36px 0 52px;
  }

  .de-cart-page-layout,
  .de-checkout-layout,
  .de-form-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .de-checkout-cart {
    order: 0;
  }

  .de-form-layout > div:first-child {
    position: static;
  }

  .de-form-grid {
    grid-template-columns: 1fr;
  }

  .de-form-field:has(textarea),
  .de-form-field:has(input[type="file"]) {
    grid-column: auto;
  }

  .de-cart-page-row {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .de-cart-page-row > img {
    width: 76px;
    height: 76px;
  }

  .de-cart-page-controls {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    justify-items: start;
  }

  .de-cart-page-controls strong {
    justify-self: end;
  }

  .de-cart-page-controls button {
    padding-inline: 8px;
  }

  .de-order-summary,
  .de-checkout-cart,
  .de-handoff-form,
  .de-order-form {
    padding: 18px;
  }

  .de-checkout-line {
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }

  .de-legal-section {
    padding: 40px 0 56px;
  }

  .de-legal-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .de-legal-layout > aside {
    position: static;
  }

  .de-legal-copy h2 {
    font-size: 30px;
  }

  .de-consent-media {
    min-height: 280px;
  }

  .de-consent-media iframe {
    min-height: 260px;
  }

  .de-generic .rich-content {
    font-size: 16px;
  }

  .de-generic .rich-content h2 {
    font-size: 30px;
  }

  .de-page-hero-editorial {
    min-height: 330px;
  }

  .de-page-hero-editorial .de-shell {
    padding-block: 38px 42px;
  }

  .de-editorial-intro,
  .de-editorial-resources,
  .de-editorial-videos,
  .de-editorial-gallery,
  .de-next-steps {
    padding-block: 44px 52px;
  }

  .de-editorial-copy,
  .de-video-grid,
  .de-editorial-gallery > .de-shell > div,
  .de-next-steps > .de-shell > div {
    grid-template-columns: 1fr;
  }

  .de-editorial-copy {
    gap: 30px;
  }

  .de-editorial-copy h2 {
    font-size: 29px;
  }

  .de-editorial-gallery figure:first-child {
    grid-column: auto;
  }

  .de-editorial-photo,
  .de-editorial-gallery figure:first-child .de-editorial-photo {
    height: 245px;
  }

  .de-video-grid > iframe,
  .de-video-grid > .de-consent-media {
    min-height: 280px;
  }

  .de-next-steps a {
    min-height: 116px;
  }

  .de-footer-lead,
  .de-footer-lead > div:last-child,
  .de-footer-bottom {
    align-items: start;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .de-footer-lead {
    display: grid;
  }

  .de-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .de-footer-bottom {
    display: flex;
  }
}

@media (max-width: 360px) {
  .de-featured-grid,
  .de-catalog-grid,
  .de-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}
