/* Corazón del Mar – Homepage V2 */

.shop-main:has(> .cdmv2-home) {
  padding-top: 0;
}

.cdmv2-home {
  --v2-paper: #f3f6f5;
  --v2-white: #ffffff;
  --v2-ink: #102d33;
  --v2-muted: #5d7478;
  --v2-ocean: #082630;
  --v2-ocean-soft: #0e3540;
  --v2-teal: #4b918a;
  --v2-teal-soft: #dcebea;
  --v2-brass: #b3924f;
  --v2-brass-light: #d0ba82;
  --v2-border: #d3dfdd;
  --v2-radius: 8px;
  --v2-radius-sm: 6px;
  position: relative;
  background: var(--v2-paper);
  color: var(--v2-ink);
  overflow: clip;
  letter-spacing: 0;
}

.cdmv2-home *,
.cdmv2-home *::before,
.cdmv2-home *::after {
  letter-spacing: 0;
}

.cdmv2-home .btn {
  border-radius: var(--v2-radius-sm);
}

.cdmv2-home .btn--primary,
.cdmv2-home .btn-primary {
  background: var(--v2-brass);
  border-color: var(--v2-brass);
  color: #132528;
  box-shadow: 0 8px 24px rgba(54, 43, 22, 0.18);
}

.cdmv2-home .btn--primary:hover,
.cdmv2-home .btn-primary:hover {
  background: var(--v2-brass-light);
  border-color: var(--v2-brass-light);
  box-shadow: 0 12px 30px rgba(54, 43, 22, 0.24);
}

.cdmv2-btn-glow {
  box-shadow: 0 8px 24px rgba(54, 43, 22, 0.18);
}

.cdmv2-eyebrow,
.cdmv2-kicker {
  margin: 0 0 0.9rem;
  color: var(--v2-teal);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.cdmv2-section {
  position: relative;
  padding: 6rem 0;
}

.cdmv2-section[id] {
  scroll-margin-top: 5.25rem;
}

.cdmv2-section-head {
  max-width: 48rem;
  margin-bottom: 2.5rem;
}

.cdmv2-section-head h2,
.cdmv2-story__copy h2,
.cdmv2-manufaktur__copy h2,
.cdmv2-proof__intro h2 {
  margin: 0;
  color: var(--v2-ink);
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 750;
  line-height: 1.08;
}

.cdmv2-section-head > p:not(.cdmv2-eyebrow),
.cdmv2-story__copy > p:not(.cdmv2-eyebrow),
.cdmv2-manufaktur__copy > p:not(.cdmv2-eyebrow),
.cdmv2-proof__intro > p:not(.cdmv2-eyebrow) {
  margin: 1.15rem 0 0;
  color: var(--v2-muted);
  font-size: 1rem;
  line-height: 1.78;
}

/* Hero */
.cdmv2-hero {
  position: relative;
  min-height: 590px;
  height: calc(100svh - 8rem);
  max-height: 760px;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--v2-ocean);
  color: #fff;
}

.cdmv2-hero__media {
  position: absolute;
  z-index: -3;
  inset: -2.5%;
  transform: translate3d(0, var(--hero-shift, 0), 0);
  will-change: transform;
}

.cdmv2-hero__media picture,
.cdmv2-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.cdmv2-hero__media img {
  object-fit: cover;
  object-position: center 52%;
  filter: brightness(1.08) saturate(1.03) contrast(0.97);
  transform: scale(1.025);
}

.cdmv2-hero__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 18, 23, 0.84) 0%, rgba(3, 18, 23, 0.62) 35%, rgba(3, 18, 23, 0.15) 64%, rgba(3, 18, 23, 0.08) 100%),
    linear-gradient(180deg, rgba(3, 18, 23, 0.28) 0%, transparent 28%, rgba(3, 18, 23, 0.2) 100%);
}

.cdmv2-hero__inner {
  width: 100%;
  padding-top: 7.2rem;
  padding-bottom: 3rem;
}

.cdmv2-hero__copy {
  width: min(100%, 42rem);
}

.cdmv2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #b9e3df;
}

.cdmv2-kicker::before {
  content: "";
  width: 2.25rem;
  height: 1px;
  background: var(--v2-brass-light);
}

.cdmv2-hero h1 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 5.35rem;
  font-weight: 780;
  line-height: 0.94;
  text-shadow: 0 3px 26px rgba(0, 0, 0, 0.32);
}

.cdmv2-hero h1 span {
  display: block;
  color: #d7ebe9;
}

.cdmv2-lead {
  max-width: 39rem;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.72;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.cdmv2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.cdmv2-hero .btn--outline {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(3, 18, 23, 0.18);
  color: #fff;
  backdrop-filter: blur(6px);
}

.cdmv2-hero .btn--outline:hover {
  border-color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.12);
}

.cdmv2-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.4rem;
  margin: 1.65rem 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 650;
}

.cdmv2-hero__facts li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.cdmv2-hero__facts li::before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--v2-brass-light);
  box-shadow: 0 0 0 3px rgba(208, 186, 130, 0.16);
}

.cdmv2-scroll-hint {
  position: absolute;
  right: max(1.5rem, calc((100vw - 1200px) / 2));
  bottom: 1.5rem;
  width: 1.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
}

.cdmv2-scroll-hint span {
  position: absolute;
  top: 0.45rem;
  left: 50%;
  width: 0.2rem;
  height: 0.52rem;
  margin-left: -0.1rem;
  border-radius: 999px;
  background: var(--v2-brass-light);
  animation: cdmv2-scroll 1.8s ease-in-out infinite;
}

@keyframes cdmv2-scroll {
  0%, 100% { opacity: 1; transform: translateY(0); }
  70% { opacity: 0.2; transform: translateY(0.55rem); }
}

/* Brand facts */
.cdmv2-trust {
  padding: 2.1rem 0;
  border-bottom: 1px solid var(--v2-border);
  background: var(--v2-white);
}

.cdmv2-trust__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cdmv2-trust__list li {
  min-width: 0;
  padding: 0.35rem 1.45rem;
  border-right: 1px solid var(--v2-border);
}

.cdmv2-trust__list li:first-child {
  padding-left: 0;
}

.cdmv2-trust__list li:last-child {
  padding-right: 0;
  border-right: 0;
}

.cdmv2-trust__icon {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--v2-brass);
  font-size: 0.72rem;
  font-weight: 800;
}

.cdmv2-trust__list strong,
.cdmv2-trust__list span:last-child {
  display: block;
}

.cdmv2-trust__list strong {
  color: var(--v2-ink);
  font-size: 0.94rem;
}

.cdmv2-trust__list span:last-child {
  margin-top: 0.38rem;
  color: var(--v2-muted);
  font-size: 0.83rem;
  line-height: 1.48;
}

/* Story */
.cdmv2-story {
  background: var(--v2-paper);
}

.cdmv2-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 4.5rem;
  align-items: center;
}

.cdmv2-media-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 45, 51, 0.13);
  border-radius: var(--v2-radius);
  background: var(--v2-white);
  box-shadow: 0 22px 55px rgba(14, 43, 49, 0.13);
  transform: perspective(1100px) rotateX(var(--tilt-rotate-x, 0deg)) rotateY(var(--tilt-rotate-y, 0deg));
  transition: transform 180ms ease;
}

.cdmv2-media-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.cdmv2-media-card figcaption {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  left: 0.8rem;
  padding: 0.65rem 0.75rem;
  border-radius: var(--v2-radius-sm);
  background: rgba(5, 29, 35, 0.78);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.76rem;
  line-height: 1.35;
  backdrop-filter: blur(8px);
}

.cdmv2-story__copy blockquote {
  margin: 1.6rem 0;
  padding: 1.25rem 0 1.25rem 1.35rem;
  border-left: 3px solid var(--v2-brass);
  color: var(--v2-ink);
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1.58;
}

.cdmv2-story__copy blockquote cite {
  display: block;
  margin-top: 0.65rem;
  color: var(--v2-muted);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
}

/* Timeline */
.cdmv2-timeline {
  background: var(--v2-ocean);
  color: #fff;
}

.cdmv2-timeline .cdmv2-eyebrow {
  color: #8fc7c2;
}

.cdmv2-timeline .cdmv2-section-head h2 {
  color: #fff;
}

.cdmv2-timeline__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cdmv2-timeline__track li {
  min-width: 0;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.cdmv2-timeline__marker {
  display: block;
  min-height: 1.6rem;
  color: var(--v2-brass-light);
  font-size: 0.78rem;
  font-weight: 800;
}

.cdmv2-timeline__body h3 {
  margin: 0.5rem 0 0;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.35;
}

.cdmv2-timeline__body p {
  margin: 0.72rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.65;
}

/* Manufaktur */
.cdmv2-manufaktur {
  background: var(--v2-white);
}

.cdmv2-manufaktur__lead {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 3.5rem;
  align-items: center;
}

.cdmv2-media-card--wide img {
  aspect-ratio: 16 / 10;
}

.cdmv2-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 3.3rem 0 0;
  padding: 1px;
  list-style: none;
  background: var(--v2-border);
}

.cdmv2-process li {
  min-width: 0;
  min-height: 13.5rem;
  padding: 1.45rem;
  background: var(--v2-white);
  transition: background-color 200ms ease;
}

.cdmv2-process li:hover {
  background: #f5f9f8;
}

.cdmv2-process li > span {
  color: var(--v2-brass);
  font-size: 0.75rem;
  font-weight: 800;
}

.cdmv2-process h3 {
  margin: 1rem 0 0;
  color: var(--v2-ink);
  font-size: 1rem;
  line-height: 1.35;
}

.cdmv2-process p {
  margin: 0.65rem 0 0;
  color: var(--v2-muted);
  font-size: 0.86rem;
  line-height: 1.62;
}

/* Signature details */
.cdmv2-signatures {
  background: var(--v2-paper);
}

.cdmv2-bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 18rem;
  gap: 1rem;
}

.cdmv2-bento__item {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--v2-radius);
  background: var(--v2-ocean);
  transform: perspective(1100px) rotateX(var(--tilt-rotate-x, 0deg)) rotateY(var(--tilt-rotate-y, 0deg));
  transition: transform 180ms ease;
}

.cdmv2-bento__item--wide {
  grid-column: span 2;
}

.cdmv2-bento__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.cdmv2-bento__item:hover img {
  transform: scale(1.035);
  filter: brightness(1.06);
}

.cdmv2-bento__overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 2.6rem 1.25rem 1.2rem;
  background: linear-gradient(180deg, transparent, rgba(3, 22, 27, 0.93));
}

.cdmv2-bento__overlay h3 {
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
}

.cdmv2-bento__overlay p {
  margin: 0.42rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
  line-height: 1.5;
}

/* Collections */
.cdmv2-collections {
  background: var(--v2-ocean-soft);
  color: #fff;
}

.cdmv2-collections .cdmv2-eyebrow {
  color: #99d0cb;
}

.cdmv2-collections .cdmv2-section-head h2 {
  color: #fff;
}

.cdmv2-rail {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: max(1rem, calc((100vw - 1200px) / 2));
  padding: 0.25rem max(1rem, calc((100vw - 1200px) / 2)) 1.25rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.cdmv2-rail::-webkit-scrollbar {
  display: none;
}

.cdmv2-rail__card {
  position: relative;
  flex: 0 0 20rem;
  aspect-ratio: 4 / 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--v2-radius);
  color: #fff;
  text-decoration: none;
  scroll-snap-align: start;
  transition: border-color 220ms ease, transform 220ms ease;
}

.cdmv2-rail__card:hover {
  border-color: rgba(208, 186, 130, 0.8);
  transform: translateY(-5px);
}

.cdmv2-rail__card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.cdmv2-rail__card:hover img {
  transform: scale(1.04);
  filter: brightness(1.06);
}

.cdmv2-rail__card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 22, 27, 0.04) 35%, rgba(3, 22, 27, 0.92) 100%);
}

.cdmv2-rail__card span,
.cdmv2-rail__card small {
  position: relative;
  z-index: 2;
}

.cdmv2-rail__card span {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 750;
}

.cdmv2-rail__card small {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
}

/* Customer quotes */
.cdmv2-proof {
  background: var(--v2-white);
}

.cdmv2-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 4.5rem;
  align-items: center;
}

.cdmv2-quotes {
  min-width: 0;
  padding: 2.25rem;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius);
  background: var(--v2-paper);
  box-shadow: 0 18px 45px rgba(14, 43, 49, 0.08);
}

.cdmv2-quotes__viewport {
  position: relative;
  min-height: 10.5rem;
}

.cdmv2-quotes__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 420ms ease, transform 420ms ease;
  pointer-events: none;
}

.cdmv2-quotes__slide.is-active {
  position: relative;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.cdmv2-quotes__slide p {
  margin: 0;
  color: var(--v2-ink);
  font-family: var(--font-display);
  font-size: 1.3rem;
  line-height: 1.55;
}

.cdmv2-quotes__slide cite {
  display: block;
  margin-top: 1.15rem;
  color: var(--v2-teal);
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 750;
}

.cdmv2-quotes__nav {
  display: flex;
  gap: 0.45rem;
  margin-top: 1.5rem;
}

.cdmv2-quotes__nav button {
  width: 2.2rem;
  height: 0.3rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c7d6d4;
  cursor: pointer;
  transition: background-color 200ms ease, transform 200ms ease;
}

.cdmv2-quotes__nav button.is-active {
  background: var(--v2-brass);
  transform: scaleX(1.12);
}

/* FAQ */
.cdmv2-faq {
  border-top: 1px solid var(--v2-border);
  background: var(--v2-paper);
}

.cdmv2-faq__columns {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 2.5rem;
  align-items: start;
}

.cdmv2-faq__group h3 {
  margin: 0 0 1rem;
  color: var(--v2-ink);
  font-size: 0.92rem;
  font-weight: 800;
}

.cdmv2-faq__list {
  display: grid;
  gap: 0.55rem;
}

.cdmv2-faq details {
  overflow: hidden;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius-sm);
  background: rgba(255, 255, 255, 0.72);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.cdmv2-faq details[open] {
  border-color: rgba(75, 145, 138, 0.55);
  background: var(--v2-white);
}

.cdmv2-faq summary {
  position: relative;
  padding: 1rem 3rem 1rem 1.05rem;
  color: var(--v2-ink);
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.42;
  list-style: none;
  cursor: pointer;
}

.cdmv2-faq summary::-webkit-details-marker {
  display: none;
}

.cdmv2-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.05rem;
  color: var(--v2-teal);
  font-size: 1.1rem;
  font-weight: 500;
  transform: translateY(-50%);
}

.cdmv2-faq details[open] summary::after {
  content: "−";
}

.cdmv2-faq details p {
  margin: 0;
  padding: 0 1.05rem 1rem;
  color: var(--v2-muted);
  font-size: 0.88rem;
  line-height: 1.68;
}

.cdmv2-faq details p + p {
  padding-top: 0.1rem;
}

.cdmv2-faq details strong {
  color: var(--v2-ink);
}

/* Shop */
.cdmv2-shop {
  background: var(--v2-white);
}

.cdmv2-product-grid {
  margin-top: 0.5rem;
}

.cdmv2-shop .product-card {
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius);
  background: var(--v2-white);
  box-shadow: 0 10px 30px rgba(14, 43, 49, 0.07);
}

.cdmv2-shop .product-card:hover {
  border-color: rgba(75, 145, 138, 0.58);
  box-shadow: 0 16px 38px rgba(14, 43, 49, 0.13);
}

.cdmv2-shop .product-card__media,
.cdmv2-shop .product-card__no-image {
  background: #edf2f1;
}

.cdmv2-shop .product-card__brand {
  color: var(--v2-teal);
}

.cdmv2-shop .product-card__title,
.cdmv2-shop .product-card__price {
  color: var(--v2-ink);
}

.cdmv2-shop .product-card__price-from {
  color: var(--v2-muted);
}

.cdmv2-shop__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.cdmv2-shop .btn--outline {
  border-color: #aebfbc;
  color: var(--v2-ink);
}

.cdmv2-shop .btn--outline:hover {
  border-color: var(--v2-teal);
  background: var(--v2-teal-soft);
}

/* Motion */
html.reveal-v2-ready .cdmv2-home [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

html.reveal-v2-ready .cdmv2-home [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .cdmv2-section-head h2,
  .cdmv2-story__copy h2,
  .cdmv2-manufaktur__copy h2,
  .cdmv2-proof__intro h2 {
    font-size: 2.55rem;
  }

  .cdmv2-hero h1 {
    font-size: 4.65rem;
  }

  .cdmv2-story__grid,
  .cdmv2-manufaktur__lead,
  .cdmv2-proof__grid {
    gap: 3rem;
  }

  .cdmv2-timeline__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.25rem;
  }
}

@media (max-width: 900px) {
  .cdmv2-section {
    padding: 4.75rem 0;
  }

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

  .cdmv2-trust__list li:nth-child(2) {
    border-right: 0;
  }

  .cdmv2-trust__list li:nth-child(3) {
    padding-left: 0;
  }

  .cdmv2-story__grid,
  .cdmv2-manufaktur__lead,
  .cdmv2-proof__grid,
  .cdmv2-faq__columns {
    grid-template-columns: 1fr;
  }

  .cdmv2-story__grid,
  .cdmv2-proof__grid {
    gap: 2.5rem;
  }

  .cdmv2-story__media {
    width: min(100%, 40rem);
  }

  .cdmv2-media-card img {
    aspect-ratio: 16 / 10;
  }

  .cdmv2-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cdmv2-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cdmv2-bento__item--wide {
    grid-column: span 2;
  }

  .cdmv2-faq__columns {
    gap: 2rem;
  }
}

@media (max-width: 720px) {
  .cdmv2-section {
    padding: 4rem 0;
  }

  .cdmv2-section-head {
    margin-bottom: 2rem;
  }

  .cdmv2-section-head h2,
  .cdmv2-story__copy h2,
  .cdmv2-manufaktur__copy h2,
  .cdmv2-proof__intro h2 {
    font-size: 2.1rem;
  }

  .cdmv2-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    height: auto;
    max-height: none;
    align-items: stretch;
  }

  .cdmv2-hero__media {
    position: relative;
    z-index: 0;
    grid-row: 2;
    inset: auto;
    width: 100%;
    aspect-ratio: 4 / 3;
    transform: none;
    will-change: auto;
    overflow: hidden;
  }

  .cdmv2-hero__media picture {
    position: static;
    background: #083d5b;
  }

  .cdmv2-hero__media img {
    position: static;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: 70% 52%;
    filter: brightness(1.08) saturate(1.03) contrast(0.97);
    transform: none;
  }

  .cdmv2-hero__shade {
    display: none;
  }

  .cdmv2-hero__inner {
    position: relative;
    z-index: 1;
    grid-row: 1;
    padding-top: 4.75rem;
    padding-bottom: 2rem;
    background: var(--v2-ocean);
  }

  .cdmv2-hero h1 {
    font-size: 3.55rem;
  }

  .cdmv2-lead {
    max-width: 31rem;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .cdmv2-hero__actions {
    margin-top: 1.35rem;
  }

  .cdmv2-hero__actions .btn {
    padding: 0.78rem 1.15rem;
    font-size: 0.88rem;
  }

  .cdmv2-hero__facts {
    gap: 0.5rem 1rem;
    margin-top: 1.2rem;
    font-size: 0.74rem;
  }

  .cdmv2-scroll-hint {
    display: none;
  }

  .cdmv2-trust {
    padding: 1.7rem 0;
  }

  .cdmv2-trust__list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cdmv2-trust__list li,
  .cdmv2-trust__list li:first-child,
  .cdmv2-trust__list li:nth-child(3),
  .cdmv2-trust__list li:last-child {
    padding: 1rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--v2-border);
  }

  .cdmv2-trust__list li:first-child {
    padding-top: 0;
  }

  .cdmv2-trust__list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .cdmv2-timeline__track,
  .cdmv2-process,
  .cdmv2-bento {
    grid-template-columns: 1fr;
  }

  .cdmv2-bento {
    grid-auto-rows: 17rem;
  }

  .cdmv2-bento__item--wide {
    grid-column: auto;
  }

  .cdmv2-process li {
    min-height: 0;
  }

  .cdmv2-rail__card {
    flex-basis: 16.5rem;
  }

  .cdmv2-quotes {
    padding: 1.45rem;
  }

  .cdmv2-quotes__viewport {
    min-height: 13rem;
  }

  .cdmv2-quotes__slide p {
    font-size: 1.08rem;
  }

  .cdmv2-shop__actions .btn {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .cdmv2-hero h1 {
    font-size: 3.1rem;
  }

  .cdmv2-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cdmv2-hero__actions .btn {
    width: 100%;
  }

  .cdmv2-hero__facts {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cdmv2-scroll-hint span {
    animation: none !important;
  }

  html.reveal-v2-ready .cdmv2-home [data-reveal],
  .cdmv2-media-card,
  .cdmv2-bento__item,
  .cdmv2-hero__media {
    transform: none !important;
    transition: none !important;
  }
}
