/** Shopify CDN: Minification failed

Line 626:16 Unexpected "{"
Line 626:25 Expected ":"
Line 626:32 Unexpected "{"

**/

.canes-legacy-v2 {
  --clv2-orange: #f45a16;
  --clv2-green: #00563f;
  --clv2-black: #020403;
  --clv2-cream: #f4f0e8;
  --clv2-muted: #aaa79f;
  --clv2-border: rgba(255,255,255,.12);
  position: relative;
  overflow: hidden;
  background: var(--clv2-black);
  color: var(--clv2-cream);
}

.canes-legacy-v2 * {
  box-sizing: border-box;
}

.clv2-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.clv2-eyebrow {
  margin: 0 0 14px;
  color: var(--clv2-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.clv2-copy {
  color: var(--clv2-muted);
  font-size: 17px;
  line-height: 1.75;
}

.clv2-section {
  position: relative;
  padding: 100px 0;
}

.clv2-heading {
  max-width: 790px;
  margin-bottom: 46px;
}

.clv2-heading h2,
.clv2-feature__content h2,
.clv2-cta__content h2 {
  margin: 0;
  color: var(--clv2-cream);
  font-size: clamp(42px, 6vw, 82px);
  line-height: .92;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.clv2-heading--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  max-width: none;
}

.clv2-heading--split > div {
  max-width: 650px;
}

.clv2-heading--split .clv2-copy {
  max-width: 440px;
}

.clv2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 56px;
  padding: 0 25px;
  border: 1px solid var(--clv2-orange);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

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

.clv2-button--solid {
  background: var(--clv2-orange);
}

.clv2-button--outline:hover {
  background: var(--clv2-orange);
}

.clv2-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  isolation: isolate;
  background: #020303;
}

.clv2-hero__image,
.clv2-hero__overlay {
  position: absolute;
  inset: 0;
}

.clv2-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clv2-hero__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2,4,3,.96) 0%, rgba(2,4,3,.78) 42%, rgba(2,4,3,.26) 78%, rgba(2,4,3,.44) 100%),
    linear-gradient(0deg, #030605 0%, transparent 30%);
}

.clv2-hero__content {
  position: relative;
  z-index: 2;
  padding: 150px 0 120px;
}

.clv2-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(70px, 12vw, 170px);
  line-height: .78;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.clv2-hero .clv2-copy {
  max-width: 620px;
  margin: 28px 0 34px;
  color: #dad7d0;
  font-size: 19px;
  line-height: 1.65;
}

.clv2-section--history {
  background:
    radial-gradient(circle at 15% 10%, rgba(0,86,63,.22), transparent 34%),
    linear-gradient(180deg, #050807 0%, #020403 100%);
}

.clv2-timeline {
  position: relative;
  display: grid;
}

.clv2-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 170px;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--clv2-orange), transparent);
}

.clv2-timeline__item {
  display: grid;
  grid-template-columns: 150px 40px minmax(0, 1fr);
  align-items: center;
  min-height: 150px;
  border-bottom: 1px solid var(--clv2-border);
}

.clv2-timeline__year {
  color: var(--clv2-orange);
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 900;
  letter-spacing: -.04em;
}

.clv2-timeline__marker {
  position: relative;
  z-index: 1;
  width: 13px;
  height: 13px;
  margin-left: 14px;
  border: 3px solid #030605;
  border-radius: 50%;
  background: var(--clv2-orange);
  box-shadow: 0 0 0 1px var(--clv2-orange), 0 0 24px rgba(244,90,22,.55);
}

.clv2-timeline__content {
  padding: 26px 0 26px 30px;
}

.clv2-timeline__content h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

.clv2-timeline__content p {
  max-width: 720px;
  margin: 0;
  color: var(--clv2-muted);
  line-height: 1.65;
}

.clv2-stats {
  padding: 26px 0;
  background: var(--clv2-orange);
  color: #080808;
}

.clv2-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.clv2-stat {
  padding: 26px 28px;
  border-right: 1px solid rgba(0,0,0,.25);
  text-align: center;
}

.clv2-stat:last-child {
  border-right: 0;
}

.clv2-stat strong {
  display: block;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.05em;
}

.clv2-stat span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.clv2-section--videos {
  background: #010202;
}

.clv2-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.clv2-video-card {
  overflow: hidden;
  border: 1px solid var(--clv2-border);
  background: #080b0a;
}

.clv2-video-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.clv2-video-card__iframe,
.clv2-video-card__media iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.clv2-video-card__empty {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #777;
  font-size: 13px;
  text-transform: uppercase;
}

.clv2-video-card__body {
  padding: 22px;
}

.clv2-video-card__body h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.clv2-video-card__body p {
  margin: 0;
  color: var(--clv2-muted);
  line-height: 1.55;
}

.clv2-section--legends {
  background:
    radial-gradient(circle at 90% 5%, rgba(244,90,22,.14), transparent 28%),
    #050706;
}

.clv2-legends-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.clv2-legend-card {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid var(--clv2-border);
  background: #0a0c0b;
  isolation: isolate;
}

.clv2-legend-card__media,
.clv2-legend-card__shade {
  position: absolute;
  inset: 0;
}

.clv2-legend-card__image,
.clv2-legend-card__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.clv2-legend-card:hover .clv2-legend-card__image {
  transform: scale(1.045);
}

.clv2-legend-card__shade {
  z-index: 1;
  background: linear-gradient(180deg, transparent 32%, rgba(0,0,0,.92) 100%);
}

.clv2-legend-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 28px;
}

.clv2-legend-card__content > p {
  margin: 0 0 6px;
  color: var(--clv2-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.clv2-legend-card__content h3 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: .95;
  text-transform: uppercase;
}

.clv2-legend-card__content > span {
  display: block;
  margin-top: 10px;
  color: #c5c2bb;
  line-height: 1.5;
}

.clv2-legend-card__content a {
  display: inline-flex;
  gap: 10px;
  margin-top: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.clv2-feature {
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: stretch;
  background: #080b0a;
}

.clv2-feature__media {
  min-height: 640px;
}

.clv2-feature__image,
.clv2-feature__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clv2-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(36px, 6vw, 100px);
  background:
    radial-gradient(circle at 30% 20%, rgba(244,90,22,.11), transparent 30%),
    #07100c;
}

.clv2-feature__content .clv2-copy {
  margin: 28px 0 32px;
}

.clv2-cta {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.clv2-cta__image,
.clv2-cta__overlay {
  position: absolute;
  inset: 0;
}

.clv2-cta__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clv2-cta__overlay {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.82)),
    radial-gradient(circle at 50% 50%, rgba(244,90,22,.22), transparent 45%);
}

.clv2-cta__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 90px 0;
  text-align: center;
}

.clv2-cta__content .clv2-copy {
  max-width: 650px;
  margin: 24px auto 30px;
}

.clv2-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

.clv2-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 989px) {
  .clv2-section {
    padding: 76px 0;
  }

  .clv2-heading--split {
    display: block;
  }

  .clv2-heading--split .clv2-copy {
    margin-top: 20px;
  }

  .clv2-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .clv2-stat:nth-child(2) {
    border-right: 0;
  }

  .clv2-stat:nth-child(-n+2) {
    border-bottom: 1px solid rgba(0,0,0,.25);
  }

  .clv2-video-grid,
  .clv2-legends-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .clv2-feature {
    grid-template-columns: 1fr;
  }

  .clv2-feature__media {
    min-height: 480px;
  }
}

@media (max-width: 749px) {
  .clv2-shell {
    width: min(100% - 28px, 1240px);
  }

  .clv2-hero {
    min-height: 680px;
  }

  .clv2-hero__overlay {
    background:
      linear-gradient(180deg, rgba(2,4,3,.18) 0%, rgba(2,4,3,.78) 48%, #030605 100%);
  }

  .clv2-hero__content {
    align-self: end;
    padding: 180px 0 70px;
  }

  .clv2-hero h1 {
    font-size: clamp(62px, 22vw, 105px);
  }

  .clv2-heading h2,
  .clv2-feature__content h2,
  .clv2-cta__content h2 {
    font-size: clamp(40px, 14vw, 64px);
  }

  .clv2-timeline::before {
    left: 13px;
  }

  .clv2-timeline__item {
    grid-template-columns: 26px 1fr;
    min-height: 0;
    padding: 26px 0;
  }

  .clv2-timeline__year {
    grid-column: 2;
    font-size: 42px;
  }

  .clv2-timeline__marker {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    margin: 14px 0 0 7px;
  }

  .clv2-timeline__content {
    grid-column: 2;
    padding: 10px 0 0;
  }

  .clv2-video-grid,
  .clv2-legends-grid {
    grid-template-columns: 1fr;
  }

  .clv2-legend-card {
    min-height: 420px;
  }

  .clv2-feature__media {
    min-height: 360px;
  }

  .clv2-feature__content {
    padding: 58px 24px 68px;
  }

  .clv2-cta {
    min-height: 460px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .clv2-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* =========================================================
   CANES LEGACY V2 — RENDERING FIXES
   Added to prevent Dawn/theme overrides and fix narrow layouts
   ========================================================= */

#CanesLegacyV2-{{ section.id }} {
  width: 100%;
}

/* Force headings to remain visible over dark backgrounds */
.canes-legacy-v2 .clv2-hero h1,
.canes-legacy-v2 .clv2-heading h2,
.canes-legacy-v2 .clv2-feature__content h2,
.canes-legacy-v2 .clv2-cta__content h2 {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Prevent theme typography rules from breaking words vertically */
.canes-legacy-v2 .clv2-timeline,
.canes-legacy-v2 .clv2-timeline__item,
.canes-legacy-v2 .clv2-timeline__content,
.canes-legacy-v2 .clv2-timeline__content h3,
.canes-legacy-v2 .clv2-timeline__content p {
  min-width: 0;
  max-width: none;
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
}

/* Stronger desktop timeline layout */
@media (min-width: 750px) {
  .canes-legacy-v2 .clv2-timeline__item {
    display: grid !important;
    grid-template-columns: 140px 38px minmax(0, 1fr) !important;
    width: 100% !important;
  }

  .canes-legacy-v2 .clv2-timeline__year {
    grid-column: 1 !important;
  }

  .canes-legacy-v2 .clv2-timeline__marker {
    grid-column: 2 !important;
  }

  .canes-legacy-v2 .clv2-timeline__content {
    grid-column: 3 !important;
    width: 100% !important;
  }
}

/* Reliable mobile timeline — avoids collapsed grid columns */
@media (max-width: 749px) {
  .canes-legacy-v2 .clv2-timeline {
    display: block !important;
  }

  .canes-legacy-v2 .clv2-timeline::before {
    left: 10px !important;
  }

  .canes-legacy-v2 .clv2-timeline__item {
    position: relative;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 30px 0 30px 36px !important;
  }

  .canes-legacy-v2 .clv2-timeline__marker {
    position: absolute !important;
    top: 43px !important;
    left: 4px !important;
    width: 13px !important;
    height: 13px !important;
    margin: 0 !important;
  }

  .canes-legacy-v2 .clv2-timeline__year {
    display: block !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    font-size: 42px !important;
    line-height: 1 !important;
  }

  .canes-legacy-v2 .clv2-timeline__content {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .canes-legacy-v2 .clv2-timeline__content h3 {
    display: block !important;
    width: 100% !important;
    margin: 0 0 8px !important;
    font-size: 20px !important;
    line-height: 1.15 !important;
  }

  .canes-legacy-v2 .clv2-timeline__content p {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}

/* Better hero fallback when no image has been selected */
.canes-legacy-v2 .clv2-hero {
  background:
    radial-gradient(circle at 72% 28%, rgba(244, 90, 22, .22), transparent 30%),
    radial-gradient(circle at 18% 68%, rgba(0, 86, 63, .25), transparent 34%),
    #020403 !important;
}

.canes-legacy-v2 .clv2-hero__content {
  width: min(1240px, calc(100% - 40px));
}

/* Make empty image cards look intentional until images are uploaded */
.canes-legacy-v2 .clv2-legend-card__placeholder,
.canes-legacy-v2 .clv2-feature__placeholder {
  background:
    linear-gradient(135deg, rgba(244, 90, 22, .10), rgba(0, 86, 63, .10)),
    #080b0a;
  fill: rgba(255,255,255,.12);
}

/* Slightly stronger card and CTA presentation */
.canes-legacy-v2 .clv2-legend-card {
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}

.canes-legacy-v2 .clv2-cta__content h2 {
  text-shadow: 0 4px 30px rgba(0,0,0,.45);
}
