: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;
}

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;
}

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

img {
  height: auto;
}

a {
  color: 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);
}

.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: minmax(240px, 1.5fr) minmax(190px, .8fr) minmax(190px, .8fr) auto;
  align-items: end;
  gap: 14px;
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid var(--de-line);
  background: var(--de-soft);
}

.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-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-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(40px, 4.2vw, 58px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.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-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-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-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-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 {
  outline: 3px solid #2d8dd2;
  outline-offset: 3px;
}

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

.fr-action-grid,
.fr-category-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 34px 0 46px;
}

.fr-context-hub {
  margin-top: clamp(46px, 7vw, 78px);
}

.fr-context-hub > p {
  max-width: 860px;
}

.fr-info-card,
.fr-category-guide section,
.fr-callout,
.fr-source-note {
  border: 1px solid var(--de-line);
  background: var(--de-soft);
}

.fr-info-card,
.fr-category-guide section {
  min-width: 0;
  padding: 26px;
}

.fr-info-card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.fr-info-card h3,
.fr-category-guide h2 {
  margin: 0 0 12px;
}

.fr-info-card p {
  flex-grow: 1;
}

.fr-card-kicker {
  margin: 0 0 8px;
  color: var(--de-red);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fr-action-row,
.fr-category-summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.fr-action-row {
  margin-top: 34px;
}

.fr-complete-page .rich-content a.de-button,
.fr-category-page a.de-button {
  color: var(--de-white);
  text-decoration: none;
}

.fr-complete-page .rich-content a.de-button-outline,
.fr-category-page a.de-button-outline {
  color: var(--de-red);
}

.fr-checklist {
  display: grid;
  gap: 10px;
  margin-block: 22px 32px;
}

.fr-callout,
.fr-source-note {
  margin-top: 38px;
  padding: 26px 30px;
}

.fr-callout h3,
.fr-source-note h2 {
  margin-top: 0;
}

.fr-document-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 44px;
}

.fr-document-list a {
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid var(--de-line);
  background: var(--de-white);
  overflow-wrap: anywhere;
}

.fr-category-catalog {
  padding-top: 62px;
}

.fr-category-summary {
  justify-content: space-between;
  margin-bottom: 34px;
}

.fr-category-summary p {
  max-width: 720px;
}

.fr-category-guide {
  margin-top: 58px;
}

.fr-category-guide p {
  margin-bottom: 0;
}

@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;
  }

  .fr-action-grid,
  .fr-category-guide {
    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 .fr-store-link-label,
  .de-header-cta {
    display: none;
  }

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

  .de-cart-link::before {
    content: "▱";
    font-size: 22px;
  }

  .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 {
    grid-template-columns: 1fr;
    padding: 14px;
  }

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

  .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-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(36px, 10.5vw, 46px);
  }

  .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-resources,
  .de-product-support {
    padding: 48px 0;
  }

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

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

  .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-generic .rich-content {
    font-size: 16px;
  }

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

  .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;
  }

  .fr-action-grid,
  .fr-category-guide,
  .fr-document-list {
    grid-template-columns: 1fr;
  }

  .fr-info-card,
  .fr-category-guide section,
  .fr-callout,
  .fr-source-note {
    padding: 22px 18px;
  }

  .fr-category-summary {
    align-items: stretch;
    flex-direction: column;
  }
}

@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;
  }
}
