@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap");

.cdc26 {
  --ink: #17221e;
  --forest: #17372d;
  --forest-2: #0c2921;
  --gold: #c7a15a;
  --gold-light: #e8d4aa;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --line: rgba(23, 55, 45, 0.15);
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", sans-serif;
  overflow: hidden;
}

.cdc26 *, .cdc26 *::before, .cdc26 *::after { box-sizing: border-box; }
.cdc26 h1, .cdc26 h2, .cdc26 h3, .cdc26 p { margin: 0; }
.cdc26 h1, .cdc26 h2, .cdc26 h3, .cdc26-kicker { font-family: "DM Sans", sans-serif; }
.cdc26 a { color: inherit; text-decoration: none; }
.cdc26 img { display: block; max-width: 100%; }
.cdc26-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.cdc26-section { padding: 50px 0; }

.cdc26-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.cdc26-kicker::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.cdc26-kicker--dark { color: #8b6b32; }

.cdc26-hero { position: relative; min-height: clamp(640px, 82vh, 850px); display: flex; align-items: center; color: #fff; isolation: isolate; }
.cdc26-hero__media { position: absolute; inset: 0; z-index: -3; background: var(--forest) center 32% / cover no-repeat; }
.cdc26-hero__veil { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(8, 27, 22, .96) 0%, rgba(8, 27, 22, .76) 44%, rgba(8, 27, 22, .18) 76%, rgba(8, 27, 22, .28) 100%), linear-gradient(0deg, rgba(5, 19, 15, .72), transparent 48%); }
.cdc26-hero::before { position: absolute; inset: 26px; border: 1px solid rgba(255,255,255,.18); pointer-events: none; content: ""; }
.cdc26-hero__content { display: flex; justify-content: space-between; align-items: flex-end; gap: 64px; padding-block: 120px 100px; }
.cdc26-hero__copy { max-width: 730px; }
.cdc26-hero h1 { max-width: 700px; font: 600 clamp(52px, 6.2vw, 92px)/.98 "DM Sans", sans-serif; letter-spacing: -.055em; text-wrap: balance; }
.cdc26-hero__copy > p { max-width: 640px; margin-top: 28px; color: rgba(255,255,255,.8); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.7; }
.cdc26-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.cdc26-btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 28px; border: 1px solid transparent; font-size: 13px; font-weight: 700; letter-spacing: .04em; transition: .3s ease; }
.cdc26-btn--gold { background: var(--gold); color: #12231d !important; }
.cdc26-btn--gold:hover { background: #ddbd7e; transform: translateY(-2px); }
.cdc26-btn--ghost { border-color: rgba(255,255,255,.42); color: #fff !important; backdrop-filter: blur(8px); }
.cdc26-btn--ghost:hover { background: #fff; color: var(--forest) !important; }
.cdc26-btn--light { background: var(--cream); color: var(--forest) !important; }
.cdc26-btn--light:hover { background: #fff; transform: translateY(-2px); }
.cdc26-hero__stamp { width: 225px; flex: 0 0 225px; padding: 24px 0 4px 24px; border-left: 1px solid rgba(255,255,255,.36); color: rgba(255,255,255,.72); }
.cdc26-hero__stamp strong { display: block; margin-bottom: 8px; color: #fff; font: 600 20px/1.25 "DM Sans", sans-serif; }
.cdc26-hero__stamp span { font-size: 11px; letter-spacing: .1em; line-height: 1.7; text-transform: uppercase; }
.cdc26-scroll { position: absolute; right: 38px; bottom: 40px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.72) !important; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }
.cdc26-scroll span { width: 36px; height: 1px; background: var(--gold); }

.cdc26-trust { padding-bottom: 30px; background: #fff; border-bottom: 1px solid var(--line); }
.cdc26-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.cdc26-trust__grid > div { min-height: 120px; display: flex; align-items: center; gap: 15px; padding: 25px 28px; border-right: 1px solid var(--line); }
.cdc26-trust__grid > div:first-child { border-left: 1px solid var(--line); }
.cdc26-trust i { color: #a87e35; font-size: 28px; }
.cdc26-trust span { color: #6c746f; font-size: 12px; line-height: 1.45; }
.cdc26-trust strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 13px; }

.cdc26-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.cdc26-heading h2, .cdc26-journey h2, .cdc26-final h2 { max-width: 780px; font: 600 clamp(38px, 4vw, 60px)/1.08 "DM Sans", sans-serif; letter-spacing: -.04em; }
.cdc26-text-link { padding-bottom: 7px; border-bottom: 1px solid var(--gold); color: var(--forest) !important; font-size: 13px; font-weight: 700; white-space: nowrap; }
.cdc26-text-link i { margin-left: 9px; transition: transform .25s; }
.cdc26-text-link:hover i { transform: translateX(5px); }

.cdc26-sales { background: var(--paper); }
.cdc26-horses { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cdc26-horse { min-width: 0; background: #fff; border: 1px solid rgba(23,55,45,.1); box-shadow: 0 15px 50px rgba(18,43,35,.05); transition: transform .35s, box-shadow .35s; }
.cdc26-horse:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(18,43,35,.13); }
.cdc26-horse__image { position: relative; height: auto; overflow: hidden; background: #dfe5e0; }
.cdc26-horse__image img { width: 100%; height: auto; transition: transform .7s ease; }
.cdc26-horse:hover .cdc26-horse__image img { transform: scale(1.045); }
.cdc26-horse__type, .cdc26-horse__verified { position: absolute; bottom: 14px; z-index: 1; padding: 7px 10px; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cdc26-horse__type { left: 14px; background: rgba(15,44,35,.9); color: #fff; }
.cdc26-horse__type--coverage { background: #d97706; color: #fff; }
.cdc26-horse__verified { right: 14px; background: rgba(255,255,255,.9); color: var(--forest); }
.cdc26-horse__sold { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; background: rgba(16,77,57,.68); color: #fff; font: 700 22px/1 "DM Sans", sans-serif; letter-spacing: .16em; text-transform: uppercase; text-shadow: 0 2px 12px rgba(0,0,0,.28); pointer-events: none; }
.cdc26-horse__body { padding: 24px 22px 22px; }
.cdc26-horse h3 { min-height: 54px; font: 600 23px/1.2 "DM Sans", sans-serif; }
.cdc26-horse__meta { min-height: 24px; display: flex; flex-wrap: wrap; gap: 6px 14px; margin: 12px 0 22px; color: #69736e; font-size: 11px; text-transform: capitalize; }
.cdc26-horse__meta span + span::before { margin-right: 12px; color: var(--gold); content: "·"; }
.cdc26-horse__cta { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); color: var(--forest); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.cdc26-slider-controls { display: none; justify-content: flex-end; gap: 8px; margin-top: 22px; }
.cdc26-slider-controls button { width: 46px; height: 46px; border: 1px solid var(--line); background: #fff; color: var(--forest); cursor: pointer; }
.cdc26-empty { padding: 50px; border: 1px solid var(--line); background: #fff; text-align: center; }

.cdc26-ad { padding-top: 34px; padding-bottom: 34px; }
.cdc26-ad__label { display: block; margin-bottom: 9px; color: #8b918e; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.cdc26-ad__wide { display: flex; gap: 16px; overflow-x: auto; scrollbar-width: none; }
.cdc26-ad__wide::-webkit-scrollbar { display: none; }
.cdc26-ad__wide a { min-width: 100%; flex: 1; }
.cdc26-ad img { width: 100%; max-height: 220px; object-fit: contain; background: #fff; }
.cdc26-ad__pair { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.cdc26-ad__cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cdc26-ad__cards img { height: 190px; object-fit: contain; }
.cdc26-ad--last { padding-bottom: 85px; }

.cdc26-journey { position: relative; background: var(--forest-2); color: #fff; }
.cdc26-journey::before { position: absolute; inset: 0; opacity: .035; background-image: linear-gradient(30deg,#fff 1px,transparent 1px), linear-gradient(120deg,#fff 1px,transparent 1px); background-size: 60px 60px; content: ""; }
.cdc26-journey__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.cdc26-journey__intro > p { max-width: 560px; margin: 26px 0 34px; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.75; }
.cdc26-steps { margin: 0; padding: 0; list-style: none; counter-reset: journey; }
.cdc26-steps li { display: grid; grid-template-columns: 66px 1fr; gap: 24px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.13); }
.cdc26-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.cdc26-steps > li > span { color: var(--gold); font: 600 22px "DM Sans", sans-serif; }
.cdc26-steps h3 { margin-bottom: 6px; font: 600 24px "DM Sans", sans-serif; }
.cdc26-steps p { color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.6; }

.cdc26-partners { padding: 34px 0; background: #fff; }
.cdc26-partners__slider { position: relative; width: 100%; overflow: hidden; background: var(--cream); }
.cdc26-partners__track { display: grid; width: 100%; }
.cdc26-partners__slide { grid-area: 1 / 1; width: 100%; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .55s ease, visibility .55s ease; }
.cdc26-partners__slide.is-active { position: relative; z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; }
.cdc26-partners picture { display: block; width: 100%; }
.cdc26-partners img { display: block; width: 100%; height: auto; }
.cdc26-partners__arrow { position: absolute; top: 50%; z-index: 2; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(12,35,28,.72); color: #fff; cursor: pointer; transform: translateY(-50%); transition: background .25s ease; }
.cdc26-partners__arrow:hover { background: var(--forest); }
.cdc26-partners__arrow--prev { left: 18px; }
.cdc26-partners__arrow--next { right: 18px; }

.cdc26-proof { background: var(--cream); }
.cdc26-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cdc26-testimonials__dots { display: none; }
.cdc26-testimonials blockquote { margin: 0; padding: 34px; background: rgba(255,255,255,.75); border: 1px solid rgba(23,55,45,.1); }
.cdc26-testimonials > blockquote > i { margin-bottom: 24px; color: var(--gold); font-size: 27px; }
.cdc26-testimonials blockquote > p { min-height: 142px; color: #4f5a55; font: 400 16px/1.75 "Inter", sans-serif; }
.cdc26-testimonials footer { display: flex; align-items: center; gap: 13px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.cdc26-testimonials footer img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.cdc26-testimonials footer span { color: #7b827e; font-size: 10px; }
.cdc26-testimonials footer strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 12px; }

.cdc26-editorial { background: #fff; }
.cdc26-editorial__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(280px, .86fr); gap: 22px; align-items: stretch; }
.cdc26-story { border: 1px solid var(--line); }
.cdc26-story img { width: 100%; height: 290px; object-fit: cover; }
.cdc26-story > a > div { padding: 26px; }
.cdc26-story span { color: #9a7940; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.cdc26-story h3 { margin: 10px 0 12px; font: 600 clamp(20px, 2vw, 28px)/1.25 "DM Sans", sans-serif; }
.cdc26-story p { color: #6b746f; font-size: 12px; line-height: 1.65; }
.cdc26-news-list { display: flex; flex-direction: column; padding: 0 24px; background: var(--cream); border-top: 3px solid var(--forest); }
.cdc26-news-list__header { min-height: 68px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--forest); }
.cdc26-news-list__header span { font: 700 12px "DM Sans", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.cdc26-news-list__header i { color: var(--gold); font-size: 20px; }
.cdc26-news-list article { padding: 16px 0; border-bottom: 1px solid var(--line); }
.cdc26-news-list article a { display: grid; grid-template-columns: 76px 1fr; gap: 14px; align-items: center; }
.cdc26-news-list article img { width: 76px; height: 62px; object-fit: cover; }
.cdc26-news-list article span { display: block; margin-bottom: 5px; color: #92723c; font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.cdc26-news-list article h3 { display: -webkit-box; overflow: hidden; color: var(--ink); font: 600 14px/1.3 "DM Sans", sans-serif; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.cdc26-news-list__all { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 19px 0; color: var(--forest) !important; font-size: 10px; font-weight: 700; text-transform: uppercase; }

.cdc26-final { position: relative; padding: 125px 0; background: #112e25; color: #fff; text-align: center; }
.cdc26-final::before { position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.13); content: ""; pointer-events: none; }
.cdc26-final__content { position: relative; }
.cdc26-final h2 { margin: 0 auto; }
.cdc26-final p { max-width: 630px; margin: 24px auto 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.7; }
.cdc26-final .cdc26-actions { justify-content: center; }

.cdc26-reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.cdc26-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .cdc26-horses { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .cdc26-horses::-webkit-scrollbar { display: none; }
  .cdc26-horse { min-width: 310px; scroll-snap-align: start; }
  .cdc26-slider-controls { display: flex; }
  .cdc26-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .cdc26-trust__grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .cdc26-journey__grid { gap: 55px; }
  .cdc26-editorial__grid { grid-template-columns: 1fr 1fr; }
  .cdc26-ad__cards { grid-template-columns: repeat(2, 1fr); }
  .cdc26-news-list { grid-column: span 2; }
}

@media (max-width: 760px) {
  .cdc26-trust { display: none; }
  .cdc26-partners__arrow { display: none; }
  .cdc26-shell { width: min(100% - 30px, 1240px); }
  .cdc26-section { padding: 50px 0; }
  .cdc26-hero { min-height: 720px; align-items: flex-end; }
  .cdc26-hero::before { inset: 12px; }
  .cdc26-hero__veil { background: linear-gradient(0deg, rgba(8,27,22,.98) 8%, rgba(8,27,22,.75) 67%, rgba(8,27,22,.32)); }
  .cdc26-hero__content { display: block; padding: 155px 0 80px; }
  .cdc26-hero h1 { font-size: clamp(46px, 14vw, 65px); }
  .cdc26-hero__copy > p { font-size: 15px; }
  .cdc26-hero__stamp, .cdc26-scroll { display: none; }
  .cdc26-actions { display: grid; }
  .cdc26-btn { width: 100%; }
  .cdc26-trust__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .cdc26-trust__grid::-webkit-scrollbar { display: none; }
  .cdc26-trust__grid > div { min-width: 100%; min-height: 92px; border-left: 1px solid var(--line); scroll-snap-align: start; scroll-snap-stop: always; }
  .cdc26-heading { display: block; margin-bottom: 34px; }
  .cdc26-heading .cdc26-text-link { display: inline-flex; margin-top: 22px; }
  .cdc26-horse { width: 100%; min-width: 100%; flex: 0 0 100%; }
  .cdc26-ad__pair { grid-template-columns: 1fr; }
  .cdc26-ad__cards { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .cdc26-ad__cards a { min-width: 78vw; scroll-snap-align: start; }
  .cdc26-journey__grid { grid-template-columns: 1fr; gap: 55px; }
  .cdc26-testimonials { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .cdc26-testimonials, .cdc26-ad__cards { scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .cdc26-testimonials::-webkit-scrollbar, .cdc26-ad__cards::-webkit-scrollbar { display: none; }
  .cdc26-testimonials blockquote { width: 100%; min-width: 100%; flex: 0 0 100%; scroll-snap-align: start; scroll-snap-stop: always; }
  .cdc26-testimonials__dots { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 22px; }
  .cdc26-testimonials__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(23,55,45,.25); cursor: pointer; transition: width .25s ease, background .25s ease; }
  .cdc26-testimonials__dots button.is-active { width: 24px; border-radius: 10px; background: var(--gold); }
  .cdc26-editorial__grid { grid-template-columns: 1fr; }
  .cdc26-story img { height: 240px; }
  .cdc26-news-list { grid-column: auto; }
  .cdc26-final { padding: 95px 0; }
  .cdc26-final::before { inset: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .cdc26 *, .cdc26 *::before, .cdc26 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .cdc26-reveal { opacity: 1; transform: none; }
}
