.elementor-6260 .elementor-element.elementor-element-00b1a12{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-98082c7 */.tcc-contest {
  background: #120205 !important;
  color: #F5EDD8 !important;
  overflow-x: hidden;
  font-family: 'Source Serif 4', Georgia, serif;
}

/* ── GRAIN OVERLAY ── */
  

  

  /* ── HERO ── */
  .tcc-contest .hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 80px 48px 80px;
  }

  /* Radial glow */
  .tcc-contest .hero::before {
    content: '';
    position: absolute;
    top: -10%; left: 50%;
    transform: translateX(-50%);
    width: 900px; height: 900px;
    background: radial-gradient(ellipse at center, rgba(123,23,40,0.45) 0%, transparent 70%);
    pointer-events: none;
  }

  /* Decorative arc lines */
  .tcc-contest .hero-arcs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
  }

  .tcc-contest .hero-arcs svg {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px; height: 1000px;
    opacity: 0.07;
  }

  .tcc-contest .hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 860px;
  }

  .tcc-contest .hero-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #C9944A;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .tcc-contest .hero-eyebrow::before, .tcc-contest .hero-eyebrow::after {
    content: '';
    width: 40px; height: 1px;
    background: #C9944A;
    opacity: 0.6;
  }

  .tcc-contest .hero-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(52px, 8vw, 96px);
    font-weight: 900;
    line-height: 0.95;
    color: #F5EDD8;
    margin-bottom: 12px;
    letter-spacing: -1px;
  }

  .tcc-contest .hero-title .accent { color: #C9944A; }

  .tcc-contest .hero-title .outline {
    -webkit-text-stroke: 2px #F5EDD8;
    color: transparent;
  }

  .tcc-contest .hero-sub {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(18px, 3vw, 26px);
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(245,237,216,0.65);
    margin-bottom: 48px;
  }

  .tcc-contest .prize-callout {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    background: rgba(201,148,74,0.1);
    border: 1.5px solid rgba(201,148,74,0.4);
    border-radius: 12px;
    padding: 20px 40px;
    margin-bottom: 48px;
  }

  .tcc-contest .prize-callout .prize-num {
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    font-weight: 900;
    color: #C9944A;
    line-height: 1;
  }

  .tcc-contest .prize-callout .prize-details {
    text-align: left;
  }

  .tcc-contest .prize-callout .prize-details .label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(201,148,74,0.7);
    margin-bottom: 4px;
  }

  .tcc-contest .prize-callout .prize-details .value {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #F5EDD8;
    line-height: 1.2;
  }

  .tcc-contest .prize-callout .divider {
    width: 1px; height: 60px;
    background: rgba(201,148,74,0.3);
  }

  .tcc-contest .hero-cta-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .tcc-contest .btn-primary {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #7B1728;
    color: #F5EDD8;
    border: none;
    padding: 18px 40px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: all .25s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .tcc-contest .btn-primary:hover {
    background: #9B2035;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(123,23,40,0.5);
  }

  .tcc-contest .btn-secondary {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: transparent;
    color: #F5EDD8;
    border: 1.5px solid rgba(245,237,216,0.35);
    padding: 18px 36px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: all .25s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .tcc-contest .btn-secondary:hover {
    border-color: #C9944A;
    color: #C9944A;
  }

  .tcc-contest .hero-dates {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(245,237,216,0.5);
  }

  .tcc-contest .hero-dates span {
    color: rgba(245,237,216,0.85);
    font-weight: 600;
  }

  /* ── SECTION BASE ── */
  .tcc-contest section { padding: 100px 48px; }

  .tcc-contest .section-inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .tcc-contest .section-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #C9944A;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .tcc-contest .section-label::before {
    content: '';
    width: 28px; height: 1px;
    background: #C9944A;
    opacity: 0.7;
  }

  .tcc-contest .section-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    color: #F5EDD8;
    line-height: 1.1;
    margin-bottom: 20px;
  }

  .tcc-contest .section-heading .gold { color: #C9944A; }

  .section-

  /* ── HOW TO ENTER ── */
  .tcc-contest .how-section,
.tcc-contest section.how-section {
    background: #3A0C14 !important;
    background-color: #3A0C14 !important;
  }

  .tcc-contest .steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 56px;
  }

  .tcc-contest .step-card {
    background: rgba(245,237,216,0.04);
    border: 1px solid rgba(245,237,216,0.1);
    border-radius: 12px;
    padding: 36px 28px;
    position: relative;
    transition: border-color .25s, transform .25s;
  }

  .tcc-contest .step-card:hover {
    border-color: rgba(201,148,74,0.4);
    transform: translateY(-4px);
  }

  .tcc-contest .step-num {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 900;
    color: #7B1728;
    line-height: 1;
    margin-bottom: 16px;
    opacity: 0.8;
  }

  .tcc-contest .step-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #F5EDD8;
    margin-bottom: 12px;
  }

  .tcc-contest .step-desc {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(245,237,216,0.65);
  }

  .tcc-contest .step-desc strong { color: #E8B56A; font-weight: 600; }

  /* ── HASHTAG SECTION ── */
  .tcc-contest .hashtag-section, .tcc-contest section.hashtag-section { background: #120205 !important; background-color: #120205 !important; }

  .tcc-contest .hashtag-block {
    margin-top: 48px;
    background: rgba(245,237,216,0.04);
    border: 1px solid rgba(201,148,74,0.25);
    border-radius: 16px;
    padding: 40px 44px;
  }

  .tcc-contest .hashtag-instruction {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: rgba(245,237,216,0.75);
    margin-bottom: 24px;
    letter-spacing: 0.3px;
  }

  .tcc-contest .hashtag-required {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
  }

  .tcc-contest .ht-chip {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 9px 20px;
    border-radius: 100px;
    cursor: default;
  }

  .tcc-contest .ht-required {
    background: rgba(123,23,40,0.5);
    border: 1.5px solid rgba(155,32,53,0.7);
    color: #F5EDD8;
  }

  .tcc-contest .ht-location {
    background: rgba(201,148,74,0.12);
    border: 1.5px solid rgba(201,148,74,0.4);
    color: #E8B56A;
  }

  .tcc-contest .ht-divider-label {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(245,237,216,0.35);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }

  .tcc-contest .hashtag-note {
    font-size: 14px;
    color: rgba(245,237,216,0.45);
    margin-top: 20px;
    font-style: italic;
    border-top: 1px solid rgba(245,237,216,0.08);
    padding-top: 16px;
  }

  /* ── DRAWINGS ── */
  .tcc-contest .drawings-section, .tcc-contest section.drawings-section { background: #3A0C14 !important; background-color: #3A0C14 !important; }

  .tcc-contest .drawings-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 48px;
  }

  .tcc-contest .drawing-card {
    background: rgba(245,237,216,0.04);
    border: 1px solid rgba(245,237,216,0.1);
    border-radius: 10px;
    padding: 28px 20px;
    text-align: center;
    transition: all .25s;
    position: relative;
    overflow: hidden;
  }

  .tcc-contest .drawing-card::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: #7B1728;
    transform: scaleX(0);
    transition: transform .25s;
  }

  .tcc-contest .drawing-card:hover { border-color: rgba(201,148,74,0.3); }

  .tcc-contest .drawing-card:hover::before { transform: scaleX(1); }

  .tcc-contest .drawing-week {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #C9944A;
    margin-bottom: 10px;
  }

  .tcc-contest .drawing-date {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 800;
    color: #F5EDD8;
    line-height: 1.1;
    margin-bottom: 8px;
  }

  .tcc-contest .drawing-month {
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(245,237,216,0.5);
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }

  .tcc-contest .drawing-prize {
    margin-top: 14px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #E8B56A;
  }

  .tcc-contest .patron-note {
    margin-top: 40px;
    background: rgba(201,148,74,0.08);
    border: 1px solid rgba(201,148,74,0.2);
    border-radius: 10px;
    padding: 20px 28px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .tcc-contest .patron-icon { font-size: 28px; flex-shrink: 0; }

  .tcc-contest .patron-text { font-size: 15px; line-height: 1.6; color: rgba(245,237,216,0.75); }

  .tcc-contest .patron-text strong { color: #E8B56A; }

  /* ── ELIGIBILITY ── */
  .tcc-contest .elig-section, .tcc-contest section.elig-section { background: #120205 !important; background-color: #120205 !important; }

  .tcc-contest .elig-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 48px;
  }

  .tcc-contest .elig-card {
    background: rgba(245,237,216,0.04);
    border: 1px solid rgba(245,237,216,0.1);
    border-radius: 10px;
    padding: 28px 28px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }

  .tcc-contest .elig-check {
    width: 28px; height: 28px;
    background: #7B1728;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
    margin-top: 2px;
  }

  .tcc-contest .elig-text { font-size: 15px; line-height: 1.6; color: rgba(245,237,216,0.75); }

  .tcc-contest .elig-text strong { color: #F5EDD8; display: block; margin-bottom: 4px; font-family: 'Barlow Condensed', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; }

  /* ── LOCATIONS ── */
  .tcc-contest .locations-section, .tcc-contest section.locations-section { background: #3A0C14 !important; background-color: #3A0C14 !important; }

  .tcc-contest .locations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 48px;
  }

  .tcc-contest .location-card {
    background: rgba(245,237,216,0.04);
    border: 1px solid rgba(245,237,216,0.1);
    border-radius: 10px;
    padding: 24px 28px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: border-color .2s;
  }

  .tcc-contest .location-card:hover { border-color: rgba(201,148,74,0.3); }

  .tcc-contest .loc-pin { font-size: 24px; flex-shrink: 0; margin-top: 2px; }

  .tcc-contest .loc-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #F5EDD8;
    margin-bottom: 4px;
  }

  .tcc-contest .loc-details { font-size: 13px; color: rgba(245,237,216,0.5); line-height: 1.6; }

  .tcc-contest .loc-ht {
    display: inline-block;
    margin-top: 6px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #E8B56A;
    background: rgba(201,148,74,0.1);
    border-radius: 4px;
    padding: 2px 8px;
  }

  /* ── RULES ── */
  .tcc-contest .rules-section,
.tcc-contest section.rules-section {
    background: #120205 !important;
    background-color: #120205 !important;
    border-top: 1px solid rgba(245,237,216,0.07);
  }

  .tcc-contest .rules-box {
    background: rgba(245,237,216,0.03);
    border: 1px solid rgba(245,237,216,0.08);
    border-radius: 12px;
    padding: 40px 44px;
    margin-top: 48px;
  }

  .tcc-contest .rules-box h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #F5EDD8;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(245,237,216,0.1);
  }

  .tcc-contest .rules-
  .rules-body p { margin-bottom: 10px; break-inside: avoid; }

  .tcc-contest .rules-body strong { color: rgba(245,237,216,0.7); }

  .tcc-contest .rules-disclaimer {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(245,237,216,0.07);
    font-size: 12px;
    color: rgba(245,237,216,0.3);
    font-style: italic;
    columns: 1;
  }

  

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .tcc-contest .hero-eyebrow { animation: fadeUp .6s .1s both; }

  .tcc-contest .hero-title { animation: fadeUp .6s .25s both; }

  .tcc-contest .hero-sub { animation: fadeUp .6s .35s both; }

  .tcc-contest .prize-callout { animation: fadeUp .6s .45s both; }

  .tcc-contest .hero-cta-group { animation: fadeUp .6s .55s both; }

  .tcc-contest .hero-dates { animation: fadeUp .6s .65s both; }

  /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
      .tcc-contest nav { padding: 12px 20px; }
      .tcc-contest section { padding: 72px 20px; }
      .tcc-contest .hero { padding: 60px 20px 60px; }
      .tcc-contest .steps { grid-template-columns: 1fr; }
      .tcc-contest .drawings-grid { grid-template-columns: repeat(2,1fr); }
      .tcc-contest .elig-grid { grid-template-columns: 1fr; }
      .tcc-contest .locations-grid { grid-template-columns: 1fr; }
      .tcc-contest .rules-
    .prize-callout { padding: 16px 24px; gap: 16px; }
      .tcc-contest .prize-callout .prize-num { font-size: 56px; }
  .tcc-contest .hashtag-block { padding: 28px 24px; }
  }/* End custom CSS */