:root {
  color-scheme: light;
  --ink: #132024;
  --muted: #5e6b6d;
  --deep: #12383b;
  --teal: #1e6a6d;
  --mint: #cce9dc;
  --mint-strong: #86d0b4;
  --coral: #ee7e5f;
  --amber: #f5bd5c;
  --butter: #fff1b8;
  --paper: #fffdf8;
  --cream: #f7f1e7;
  --blue: #dcebf2;
  --line: rgba(19, 32, 36, 0.14);
  --shadow: 0 22px 60px rgba(18, 56, 59, 0.16);
  --max: 1340px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(180deg, #fbf8f0 0%, #f2f7f4 44%, #fffdf8 100%);
  color: var(--ink);
  line-height: 1.5;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  background: var(--paper);
  color: var(--deep);
  padding: 0.75rem 1rem;
  border-radius: 8px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10;
  width: min(var(--max), calc(100% - 2rem));
  margin: 1rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem;
  border: 1px solid rgba(18, 56, 59, 0.14);
  border-radius: 8px;
  color: var(--deep);
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 40px rgba(18, 56, 59, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 9.8rem;
  text-decoration: none;
}

.brand-logo {
  display: grid;
  place-items: center;
  width: clamp(10.4rem, 17vw, 13rem);
}

.brand-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.24));
}

.nav-links {
  display: flex;
  gap: 1.05rem;
  color: var(--deep);
  font-size: 0.94rem;
}

.nav-links a,
.site-footer a {
  text-decoration: none;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--teal);
}

.header-cta {
  min-height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--deep);
  border-radius: 8px;
  padding: 0.72rem 0.95rem;
  text-decoration: none;
  font-weight: 850;
  color: var(--paper);
  background: var(--deep);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 800px;
  display: grid;
  align-items: center;
  padding: 7rem 1rem 4rem;
  background:
    linear-gradient(120deg, #12383b 0%, #164d4f 52%, #1e6a6d 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4.5rem;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0), var(--paper));
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  gap: 3.5rem;
  align-items: center;
}

.hero-copy {
  color: var(--paper);
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 1.15rem;
  font-size: 4.65rem;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.45rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.lead {
  max-width: 690px;
  color: rgba(255, 253, 248, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-actions,
.quick-close,
.final-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.button {
  min-height: 3.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.15rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #1f1505;
  background: var(--amber);
  box-shadow: 0 16px 38px rgba(245, 189, 92, 0.28);
}

.button.secondary {
  color: var(--deep);
  border: 1px solid var(--paper);
  background: var(--paper);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.35rem;
}

.proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(255, 253, 248, 0.26);
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.9);
  background: rgba(255, 253, 248, 0.1);
  font-size: 0.9rem;
  font-weight: 780;
}

.hero-showcase {
  min-height: 545px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.showcase-heading span,
.showcase-heading strong {
  display: block;
}

.showcase-heading span {
  margin-bottom: 0.2rem;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.showcase-heading strong {
  color: var(--ink);
  font-size: 1.3rem;
  line-height: 1.18;
}

.showcase-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: stretch;
}

.showcase-products figure {
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f3f8f5;
}

.showcase-products figure:nth-child(1) {
  background: #f4f0fb;
}

.showcase-products figure:nth-child(3) {
  background: #eef6e9;
}

.showcase-products .showcase-featured {
  border-color: var(--line);
  background: #f3f8f5;
}

.showcase-products img {
  width: 100%;
  height: clamp(8.5rem, 14vw, 12rem);
  object-fit: contain;
}

.showcase-products .showcase-featured img {
  transform: none;
}

.showcase-products figcaption {
  min-height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--deep);
  font-size: 0.83rem;
  font-weight: 900;
  text-align: center;
}

.stock-note {
  width: 100%;
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(30, 106, 109, 0.22);
  border-radius: 8px;
  background: #eaf6f0;
}

.stock-note strong,
.stock-note span {
  display: block;
}

.stock-note span {
  color: var(--muted);
  font-size: 0.92rem;
}

.trust-strip {
  width: min(var(--max), calc(100% - 2rem));
  margin: -2rem auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-strip article {
  min-height: 9rem;
  padding: 1.25rem;
  background: var(--paper);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 0.5rem;
  font-size: 1.08rem;
}

.trust-strip span,
.section-heading p,
.routine-copy p,
.product-card p,
.bundle p,
.faq p,
.final-cta p,
.evidence-copy span {
  color: var(--muted);
}

.quick-close {
  width: min(var(--max), calc(100% - 2rem));
  margin: 1rem auto 0;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid rgba(238, 126, 95, 0.28);
  border-radius: 8px;
  background: #fff4ed;
}

.quick-close strong,
.quick-close span {
  display: block;
}

.quick-close span {
  color: var(--muted);
  font-size: 0.96rem;
}

.section {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 2rem;
}

.section-heading p {
  font-size: 1.05rem;
}

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

.choice-card {
  min-height: 23rem;
  display: grid;
  align-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  background: var(--paper);
  box-shadow: 0 16px 38px rgba(18, 56, 59, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.choice-card:hover {
  transform: translateY(-4px);
  border-color: rgba(238, 126, 95, 0.45);
  box-shadow: 0 24px 48px rgba(18, 56, 59, 0.14);
}

.choice-card.featured {
  background: #f2fbf5;
  border-color: rgba(30, 106, 109, 0.24);
}

.choice-index {
  width: 2.1rem;
  height: 2.1rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--deep);
  background: var(--butter);
  font-weight: 900;
  font-size: 0.82rem;
}

.choice-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 6px;
  background: #ffffff;
}

.choice-card strong {
  display: block;
  font-size: 1rem;
  line-height: 1.22;
}

.choice-card small {
  display: block;
  color: var(--teal);
  font-weight: 900;
  font-size: 0.84rem;
}

.routine {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding: clamp(4rem, 8vw, 6.5rem) max(1rem, calc((100% - var(--max)) / 2));
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  background: var(--deep);
  color: var(--paper);
}

.routine-copy {
  position: relative;
  z-index: 1;
  max-width: 560px;
}

.routine-copy p {
  color: rgba(255, 253, 248, 0.78);
}

.routine-steps {
  position: relative;
  z-index: 1;
  display: grid;
  width: 60%;
  justify-self: end;
  gap: 1rem;
}

.routine-steps article {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.1rem;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.14);
}

.routine-steps span {
  min-height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #241706;
  background: var(--amber);
  font-weight: 900;
}

.routine-steps strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.18rem;
}

.routine-steps p {
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.78);
}

.routine-dog {
  position: absolute;
  z-index: 0;
  left: max(1rem, calc((100% - var(--max)) / 2));
  bottom: -0.75rem;
  width: clamp(31rem, 50vw, 54rem);
  max-width: 60%;
  max-height: 72%;
  object-fit: contain;
  object-position: bottom left;
  pointer-events: none;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.18));
}

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

.product-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 16px 34px rgba(18, 56, 59, 0.08);
}

.product-card.wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) 1fr;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 0.8rem;
  background:
    linear-gradient(180deg, #ffffff 0%, #eef8f4 100%);
}

.product-body {
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  padding: 1.1rem;
}

.tag {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  margin-bottom: 0.8rem;
  padding: 0.24rem 0.55rem;
  border-radius: 999px;
  color: #17320f;
  background: var(--mint);
  font-size: 0.78rem;
  font-weight: 900;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.product-meta span {
  color: var(--teal);
  font-weight: 900;
}

.product-meta strong {
  color: var(--ink);
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  margin-top: 0.75rem;
  color: var(--deep);
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover {
  color: var(--coral);
}

.evidence {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.evidence-media {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 1rem;
  align-items: end;
}

.evidence-media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff 0%, #eef8f4 100%);
  box-shadow: var(--shadow);
}

.evidence-media img:nth-child(2) {
  transform: translateY(2rem);
}

.feature-list {
  display: grid;
  gap: 0.85rem;
}

.feature-list div {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.feature-list strong,
.feature-list span {
  display: block;
}

.feature-list strong {
  margin-bottom: 0.2rem;
}

.bundle {
  width: 100%;
  max-width: none;
  padding: clamp(4rem, 8vw, 6.5rem) max(1rem, calc((100% - var(--max)) / 2));
  background: #f0f8fb;
}

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

.bundle-grid article {
  min-height: 15rem;
  padding: 1.25rem;
  border: 1px solid rgba(18, 56, 59, 0.12);
  border-radius: 8px;
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

summary {
  cursor: pointer;
  padding: 1.05rem 1.2rem;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 1.2rem 1.15rem;
}

.final-cta {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  justify-content: space-between;
  align-items: flex-end;
  padding: clamp(1.4rem, 4vw, 2.3rem);
  border-radius: 8px;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(18, 56, 59, 0.98), rgba(30, 106, 109, 0.96));
  box-shadow: var(--shadow);
}

.final-cta > div {
  max-width: 760px;
}

.final-cta h2 {
  margin-bottom: 0.75rem;
  font-size: 3.35rem;
}

.final-cta p {
  color: rgba(255, 253, 248, 0.8);
}

.site-footer {
  width: min(1600px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4rem 0 6rem;
  color: var(--muted);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.18fr) minmax(240px, 0.92fr) minmax(230px, 0.78fr);
  gap: 2rem;
  padding: 2.4rem;
  border-radius: 8px;
  color: var(--paper);
  background: var(--deep);
  box-shadow: var(--shadow);
}

.footer-brand img {
  width: min(320px, 100%);
  height: auto;
  margin-bottom: 1.2rem;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.2));
}

.footer-brand p {
  max-width: 520px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 1.04rem;
}

.footer-brand .button {
  margin-top: 0.6rem;
}

.footer-column {
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 253, 248, 0.14);
}

.footer-title {
  display: block;
  margin-bottom: 0.9rem;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-column p {
  margin-bottom: 0.55rem;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.92rem;
}

.footer-column strong:not(.footer-title) {
  color: rgba(255, 253, 248, 0.94);
}

.footer-main a {
  color: var(--paper);
}

.footer-column a {
  color: var(--amber);
  font-weight: 800;
}

.footer-bottom {
  padding-top: 1rem;
}

.footer-bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 0.85rem;
  z-index: 12;
  width: min(34rem, calc(100% - 1.4rem));
  min-height: 3.35rem;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  transform: translateX(-50%);
  padding: 0.55rem;
  border: 1px solid rgba(255, 253, 248, 0.62);
  border-radius: 8px;
  color: var(--paper);
  background: rgba(18, 56, 59, 0.94);
  box-shadow: 0 18px 40px rgba(18, 56, 59, 0.25);
  backdrop-filter: blur(16px);
}

.sticky-cta span {
  padding-left: 0.45rem;
  font-size: 0.92rem;
  font-weight: 850;
}

.sticky-cta a {
  flex: 0 0 auto;
  min-height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  color: #231704;
  background: var(--amber);
  text-decoration: none;
  font-weight: 900;
}

@media (max-width: 1080px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3.1rem;
  }

  .final-cta h2 {
    font-size: 3rem;
  }

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

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

@media (min-width: 901px) and (max-height: 760px) {
  .hero {
    min-height: 720px;
    padding-top: 6.8rem;
    padding-bottom: 2.5rem;
  }

  h1 {
    font-size: 4rem;
  }

  .lead {
    font-size: 1.1rem;
  }

  .hero-showcase {
    min-height: 480px;
  }
}

@media (max-width: 900px) {
  .site-header {
    width: calc(100% - 1rem);
    margin-top: 0.5rem;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 6.5rem;
    background:
      linear-gradient(180deg, #12383b 0%, #164d4f 100%);
  }

  .hero-grid,
  .routine,
  .evidence {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    min-height: auto;
  }

  .trust-strip,
  .bundle-grid {
    grid-template-columns: 1fr;
  }

  .routine {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .routine-steps {
    width: 100%;
    justify-self: stretch;
  }

  .routine-dog {
    left: 1rem;
    width: min(48vw, 25rem);
    max-width: 52%;
    opacity: 0.72;
  }

  .product-card.wide {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-column {
    padding-left: 0;
    padding-top: 1rem;
    border-left: 0;
    border-top: 1px solid rgba(255, 253, 248, 0.14);
  }

  .sticky-cta {
    display: flex;
  }
}

@media (max-width: 680px) {
  body {
    width: 100%;
  }

  .header-cta {
    display: none;
  }

  .site-header {
    inset: 0.5rem 0.5rem auto 0.5rem;
    width: auto;
    margin: 0;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: min(13rem, 76vw);
  }

  .hero {
    min-height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3rem;
  }

  .hero-grid {
    width: 100%;
    max-width: 100%;
  }

  .trust-strip,
  .quick-close,
  .section,
  .final-cta,
  .site-footer {
    width: auto;
    max-width: none;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  h1 {
    font-size: 2.45rem;
    line-height: 1;
  }

  h2 {
    font-size: 2.08rem;
    line-height: 1.06;
  }

  .final-cta h2 {
    font-size: 2.08rem;
  }

  h1,
  h2,
  h3,
  p,
  .eyebrow,
  .button {
    overflow-wrap: anywhere;
  }

  .lead {
    font-size: 1.05rem;
  }

  .proof-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .proof-row span {
    max-width: 100%;
    white-space: normal;
  }

  .hero-actions,
  .quick-close,
  .final-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .quick-close .button,
  .final-cta .button {
    width: 100%;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .hero-showcase {
    padding: 1rem;
  }

  .showcase-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
  }

  .showcase-products figure {
    padding: 0.35rem;
  }

  .showcase-products figcaption {
    font-size: 0.7rem;
  }

  .final-cta > div {
    max-width: 100%;
    min-width: 0;
  }

  .choice-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .choice-card {
    min-height: auto;
    grid-template-columns: 4rem 1fr;
    align-items: center;
  }

  .choice-card img {
    grid-row: span 2;
    width: 4.5rem;
  }

  .choice-card .choice-index {
    display: none;
  }

  .choice-card strong,
  .choice-card small {
    grid-column: 2;
  }

  .routine-steps article {
    grid-template-columns: 1fr;
  }

  .routine-dog {
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    width: min(88vw, 25rem);
    max-height: none;
    max-width: none;
    margin: 1rem auto -2.5rem;
    opacity: 1;
  }

  .evidence-media {
    grid-template-columns: 1fr 1fr;
  }

  .evidence-media img:nth-child(2) {
    transform: translateY(1rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
