.ccw-landing { margin: 0; padding: 0; }
.ccw-hero { position: relative; height: 92vh; min-height: 580px; max-height: 960px; overflow: hidden; display: flex; align-items: flex-end; }
.ccw-hero__image { position: absolute; inset: 0; background-size: cover; background-position: center 40%; background-repeat: no-repeat; }
.ccw-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 35%, rgba(0,0,0,0.7) 70%, rgba(13,13,13,0.97) 100%); }
.ccw-hero__content { position: relative; z-index: 2; padding: 0 64px 80px; max-width: 820px; }
.ccw-hero__eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #EE3451; margin-bottom: 20px; }
.ccw-hero__title { font-size: clamp(48px, 6.5vw, 88px); font-weight: 800; line-height: 1.0; color: #ffffff !important; margin: 0 0 20px; letter-spacing: -0.02em; }
.ccw-hero__tagline { font-size: 17px; color: rgba(255,255,255,0.6) !important; margin: 0 0 36px; font-weight: 400; line-height: 1.6; max-width: 560px; }
.ccw-hero__actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.ccw-hero__cta { display: inline-block; background: #EE3451; color: #ffffff !important; font-size: 15px; font-weight: 700; letter-spacing: 0.03em; text-decoration: none !important; padding: 16px 36px; border-radius: 2px; transition: background 0.15s; }
.ccw-hero__cta:hover { background: #c4243d !important; color: #ffffff !important; }
.ccw-hero__secondary { font-size: 14px; color: rgba(255,255,255,0.55) !important; text-decoration: none !important; font-weight: 500; transition: color 0.15s; }
.ccw-hero__secondary:hover { color: #ffffff !important; }
.ccw-stats { background: #141414; border-bottom: 1px solid rgba(255,255,255,0.06); }
.ccw-stats__inner { max-width: 1400px; margin: 0 auto; padding: 0 64px; display: grid; grid-template-columns: repeat(4, 1fr); }
.ccw-stat { display: flex; align-items: center; gap: 12px; padding: 20px 24px; border-right: 1px solid rgba(255,255,255,0.06); }
.ccw-stat:first-child { padding-left: 0; }
.ccw-stat:last-child { border-right: none; }
.ccw-stat__icon { font-size: 20px; flex-shrink: 0; }
.ccw-stat__label { font-size: 13px; color: rgba(255,255,255,0.65) !important; line-height: 1.4; }
.ccw-section-label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #EE3451; margin-bottom: 16px; }
.ccw-section-title { font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; color: #ffffff !important; margin: 0 0 40px; letter-spacing: -0.02em; line-height: 1.1; }
.ccw-btn { display: inline-block; background: #EE3451; color: #ffffff !important; font-size: 14px; font-weight: 700; letter-spacing: 0.04em; text-decoration: none !important; padding: 14px 32px; border-radius: 2px; transition: background 0.15s; white-space: nowrap; }
.ccw-btn:hover { background: #c4243d !important; color: #ffffff !important; }
.ccw-btn--ghost { background: transparent !important; color: rgba(255,255,255,0.6) !important; border: 1px solid rgba(255,255,255,0.2) !important; }
.ccw-btn--ghost:hover { background: rgba(255,255,255,0.06) !important; color: #ffffff !important; border-color: rgba(255,255,255,0.4) !important; }
.ccw-intro { background: #0d0d0d; padding: 96px 0; }
.ccw-intro__inner { max-width: 1400px; margin: 0 auto; padding: 0 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.ccw-intro__text p { font-size: 16px; color: rgba(255,255,255,0.6) !important; line-height: 1.7; margin: 0 0 32px; }
.ccw-steps { display: flex; flex-direction: column; gap: 32px; }
.ccw-step { display: flex; gap: 24px; align-items: flex-start; }
.ccw-step__num { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; color: #EE3451; flex-shrink: 0; margin-top: 3px; min-width: 24px; }
.ccw-step__title { font-size: 16px; font-weight: 700; color: #ffffff !important; margin: 0 0 6px; }
.ccw-step__body { font-size: 14px; color: rgba(255,255,255,0.5) !important; line-height: 1.6; margin: 0; }
.ccw-stock { background: #0d0d0d; padding: 96px 0; border-top: 1px solid rgba(255,255,255,0.05); }
.ccw-stock__inner { max-width: 1400px; margin: 0 auto; padding: 0 64px; }
.ccw-stock__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.04); border-radius: 4px; overflow: hidden; }
.ccw-stock-card { background: #141414; padding: 36px 28px; }
.ccw-stock-card__icon { display: block; font-size: 28px; margin-bottom: 16px; }
.ccw-stock-card__title { font-size: 18px; font-weight: 700; color: #ffffff !important; margin: 0 0 10px; }
.ccw-stock-card__body { font-size: 14px; color: rgba(255,255,255,0.5) !important; line-height: 1.65; margin: 0; }
.ccw-why { background: #141414; padding: 96px 0; border-top: 1px solid rgba(255,255,255,0.05); }
.ccw-why__inner { max-width: 1400px; margin: 0 auto; padding: 0 64px; }
.ccw-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 64px; }
.ccw-why-item { padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.ccw-why__grid > .ccw-why-item:nth-last-child(-n+3) { border-bottom: none; padding-bottom: 0; }
.ccw-why-item__num { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; color: #EE3451; margin-bottom: 12px; }
.ccw-why-item__title { font-size: 17px; font-weight: 700; color: #ffffff !important; margin: 0 0 10px; }
.ccw-why-item__body { font-size: 14px; color: rgba(255,255,255,0.5) !important; line-height: 1.65; margin: 0; }

/* ── Gallery — 8 images, 4×2 with featured first ─────────────────────────── */
.ccw-gallery { background: #0d0d0d; padding: 96px 0; border-top: 1px solid rgba(255,255,255,0.05); }
.ccw-gallery__inner { max-width: 1400px; margin: 0 auto; padding: 0 64px; }
.ccw-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 260px);
    gap: 4px;
}
.ccw-gallery__item {
    background-size: cover;
    background-position: center;
    border-radius: 2px;
    transition: opacity 0.2s;
}
.ccw-gallery__item:hover { opacity: 0.85; }
.ccw-gallery__item--featured {
    grid-column: span 2;
    grid-row: span 2;
}

.ccw-final-cta { background: #141414; padding: 96px 0; border-top: 1px solid rgba(255,255,255,0.05); }
.ccw-final-cta__inner { max-width: 1400px; margin: 0 auto; padding: 0 64px; }
.ccw-final-cta__title { font-size: clamp(32px, 4vw, 52px); font-weight: 800; color: #ffffff !important; margin: 0 0 20px; letter-spacing: -0.02em; max-width: 640px; line-height: 1.1; }
.ccw-final-cta__sub { font-size: 16px; color: rgba(255,255,255,0.55) !important; line-height: 1.7; margin: 0 0 36px; max-width: 560px; }
.ccw-final-cta__actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-bottom: 56px; }
.ccw-final-cta__stats { display: grid; grid-template-columns: repeat(4, auto); gap: 48px; justify-content: start; padding-top: 48px; border-top: 1px solid rgba(255,255,255,0.07); }
.ccw-final-stat strong { display: block; font-size: 36px; font-weight: 800; color: #ffffff !important; line-height: 1; margin-bottom: 6px; }
.ccw-final-stat span { font-size: 13px; color: rgba(255,255,255,0.4) !important; text-transform: uppercase; letter-spacing: 0.1em; }

@media (max-width: 1100px) {
    .ccw-intro__inner { grid-template-columns: 1fr; gap: 48px; }
    .ccw-why__grid { grid-template-columns: repeat(2, 1fr); }
    .ccw-stock__grid { grid-template-columns: repeat(2, 1fr); }
    .ccw-stats__inner { grid-template-columns: repeat(2, 1fr); }
    .ccw-gallery__grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(4, 200px); }
    .ccw-gallery__item--featured { grid-column: span 2; grid-row: span 2; }
}
@media (max-width: 768px) {
    .ccw-hero__content { padding: 0 24px 48px; }
    .ccw-hero__title { font-size: 42px; }
    .ccw-intro__inner, .ccw-stock__inner, .ccw-why__inner, .ccw-gallery__inner, .ccw-final-cta__inner, .ccw-stats__inner { padding: 0 24px; }
    .ccw-intro, .ccw-stock, .ccw-why, .ccw-gallery, .ccw-final-cta { padding: 64px 0; }
    .ccw-why__grid, .ccw-stock__grid, .ccw-stats__inner { grid-template-columns: 1fr; }
    .ccw-gallery__grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(4, 180px); }
    .ccw-gallery__item--featured { grid-column: span 2; grid-row: span 1; }
    .ccw-final-cta__stats { grid-template-columns: repeat(2, auto); gap: 32px; }
}
