/* ============================================================
   Champion Digital Media — Design Page Styles
   ============================================================ */

/* ══ HERO ══ */
.design-hero {
  position: relative; width: 100%;
  background: url("../assets/images/design-header-bg.png") top center/cover no-repeat;
  overflow: hidden;
  padding: 64px var(--page-padding) 72px;
  margin-top: var(--nav-height);
  min-height: 620px;
}
.dh-left { max-width: 640px; }
.dh-title {
  font-family: var(--font-display); font-size: 5.5rem;
  font-weight: 400; font-style: italic; font-variation-settings: "wdth" 100, "wght" 400;
  text-transform: uppercase; line-height: 0.92; color: var(--dark-gray); letter-spacing: 2px;
  margin-bottom: 4px; white-space: nowrap;
}
.dh-title strong {
  font-weight: 700; font-variation-settings: "wdth" 100, "wght" 700;
}
.dh-title .brush-wrap {
  font-weight: 700; font-variation-settings: "wdth" 100, "wght" 700;
  position: relative; display: inline-block;
}
.dh-title .brush-wrap svg {
  position: absolute; left: -2%; top: 5%; width: 104%; height: 90%;
  z-index: -1;
}
.dh-body { margin-top: 24px; }
.dh-body p {
  font-family: var(--font-body); font-size: 0.68rem; line-height: 1.8;
  color: var(--dark-gray); margin-bottom: 10px; font-weight: 400; text-transform: uppercase;
}
.dh-body b { font-weight: 700; }
.dh-cta { margin-top: 24px; }

/* ══ WHAT WE DESIGN ══ */
.what-we-design {
  background: var(--dark-gray); color: var(--pale);
  padding: 48px var(--page-padding) 52px;
  display: flex; align-items: flex-start; gap: 40px;
}
.wwd-left { flex: 0 0 34%; }
.wwd-right { flex: 1; display: flex; align-items: center; gap: 12px; }
.wwd-title {
  font-family: var(--font-display); font-size: 2.8rem;
  font-weight: 400; font-style: italic; font-variation-settings: "wdth" 100, "wght" 400;
  text-transform: uppercase; color: var(--pale); letter-spacing: 1px; margin-bottom: 24px;
  white-space: nowrap;
}
.wwd-title .accent {
  font-weight: 700; font-variation-settings: "wdth" 100, "wght" 700; color: var(--yellow);
}
.wwd-list { list-style: none; margin-bottom: 24px; }
.wwd-list li {
  font-family: var(--font-body); font-size: 0.64rem; color: var(--pale);
  padding: 5px 0 5px 18px; position: relative; letter-spacing: 0.3px; text-transform: uppercase;
}
.wwd-list li::before {
  content: ''; position: absolute; left: 0; top: 50%;
  width: 6px; height: 6px; background: var(--yellow); transform: translateY(-50%);
}
.wwd-tagline {
  font-family: var(--font-body); font-size: 0.64rem; font-weight: 500;
  text-transform: uppercase; color: var(--pale); letter-spacing: 0.5px; margin-top: 20px;
}
.wwd-tagline .hl {
  font-weight: 700; color: var(--yellow);
  position: relative; display: inline;
}
.wwd-tagline .hl::after {
  content: ''; position: absolute;
  left: -2%; bottom: -10px; width: 104%; height: 8px;
  background: url("../assets/images/lines.png") center/100% 100% no-repeat;
}

/* ══ DESIGN CAROUSEL ══ */
.design-carousel { flex: 1; position: relative; overflow: hidden; }
.dc-viewport {
  display: flex; align-items: center; justify-content: center;
  position: relative; height: 320px;
}
.dc-slide {
  position: absolute; border-radius: 10px; overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 6px 24px rgba(0,0,0,0.4);
}
.dc-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dc-slide.center { width: 280px; height: 280px; z-index: 3; left: 50%; transform: translateX(-50%); }
.dc-slide.left { width: 240px; height: 240px; z-index: 2; left: 50%; transform: translateX(-120%); opacity: 0.7; }
.dc-slide.right { width: 240px; height: 240px; z-index: 2; left: 50%; transform: translateX(20%); opacity: 0.7; }
.dc-slide.hidden { width: 240px; height: 240px; opacity: 0; pointer-events: none; left: 50%; transform: translateX(-50%) scale(0.8); }
.design-carousel-arrow {
  background: none; border: none; cursor: pointer; padding: 4px; flex-shrink: 0;
  transition: opacity 0.3s; z-index: 4;
}
.design-carousel-arrow:hover { opacity: 0.7; }
.design-carousel-arrow img { height: 40px; width: auto; filter: invert(1); }

/* ══ CLIENT WORK SHOWCASE ══ */
.client-showcase { width: 100%; }
.client-strip {
  position: relative; width: 100%; height: 100px; overflow: hidden;
  background-size: cover; background-position: center;
  transition: height 0.5s cubic-bezier(0.4,0,0.2,1); cursor: pointer;
}
.client-strip::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: rgba(0,0,0,0.75); transition: background 0.5s;
}
.client-strip:hover { height: 220px; }
.client-strip:hover::before { background: rgba(0,0,0,0.15); }
.client-strip-inner {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  padding: 0 var(--page-padding); gap: 8px;
}
.client-strip .client-name {
  font-family: var(--font-display); font-size: 3rem;
  font-weight: 700; font-style: italic; font-variation-settings: "wdth" 100, "wght" 700;
  text-transform: uppercase; color: var(--pale); letter-spacing: 1px; line-height: 1;
  transition: color 0.4s;
}
.client-strip:hover .client-name { color: var(--yellow); }
.client-strip .view-btn {
  display: inline-block; padding: 12px 32px; background: var(--yellow);
  border-radius: 28px; font-family: var(--font-body); font-size: 0.72rem;
  font-weight: 700; color: var(--white); letter-spacing: 1.5px; text-transform: uppercase;
  text-decoration: none; opacity: 0; height: 0; overflow: hidden; padding: 0 32px;
  transition: opacity 0.4s 0.1s, height 0.4s 0.1s, padding 0.4s 0.1s;
  align-self: flex-start;
}
.client-strip:hover .view-btn { opacity: 1; height: auto; padding: 12px 32px; }

/* ══ WHY IT MATTERS ══ */
.why-matters {
  background: url("../assets/images/why-bg.png") bottom center/100% auto no-repeat;
  background-color: var(--pale);
  padding: 52px var(--page-padding) 56px;
  display: flex; align-items: flex-start; gap: 60px;
}
.wm-left { flex: 0 0 48%; }
.wm-right { flex: 1; display: flex; flex-direction: column; align-items: flex-end; }
.wm-title {
  font-family: var(--font-display); font-size: 2.8rem;
  font-weight: 400; font-style: italic; font-variation-settings: "wdth" 100, "wght" 400;
  text-transform: uppercase; color: var(--dark-gray); letter-spacing: 1px; margin-bottom: 24px;
}
.wm-title .circle-wrap {
  font-weight: 700; font-variation-settings: "wdth" 100, "wght" 700;
  color: var(--yellow); position: relative; display: inline-block;
}
.wm-title .circle-wrap svg.circle-bg {
  position: absolute; left: -12%; top: -30%; width: 124%; height: 160%; z-index: -1;
}
.wm-body p {
  font-family: var(--font-body); font-size: 0.6rem; line-height: 1.85;
  color: var(--dark-gray); margin-bottom: 12px; font-weight: 400; text-transform: uppercase;
}
.wm-body b { font-weight: 700; }
.wm-move {
  font-family: var(--font-display); font-size: 5.5rem;
  font-weight: 400; font-style: italic; font-variation-settings: "wdth" 100, "wght" 400;
  text-transform: uppercase; color: var(--dark-gray); letter-spacing: 2px; line-height: 0.9;
  text-align: right; margin-bottom: 16px;
}
.wm-move strong {
  display: block; font-weight: 700; font-variation-settings: "wdth" 100, "wght" 700;
}
.wm-right-cta { margin-top: 12px; }

/* ══ RESPONSIVE ══ */
@media (max-width: 1024px) {
  .design-hero {
    padding: 40px var(--page-padding) 48px;
    min-height: auto;
  }
  .dh-left { max-width: 100%; }
  .dh-title { font-size: 3rem; white-space: normal; }
  .dh-body p { font-size: 0.75rem; }

  /* What We Design */
  .what-we-design {
    flex-direction: column; padding: 40px var(--page-padding);
  }
  .wwd-left { flex: none; width: 100%; }
  .wwd-right { flex: none; width: 100%; }
  .wwd-title { font-size: 2.4rem; white-space: normal; }

  /* Carousel */
  .dc-viewport { height: 260px; }
  .dc-slide.center { width: 220px; height: 220px; }
  .dc-slide.left { width: 180px; height: 180px; }
  .dc-slide.right { width: 180px; height: 180px; }

  /* Client strips */
  .client-strip .client-name { font-size: 2rem; }
  .client-strip { height: 80px; }
  .client-strip:hover { height: 160px; }

  /* Why It Matters */
  .why-matters { flex-direction: column; gap: 32px; }
  .wm-left { flex: none; }
  .wm-right { align-items: flex-start; }
  .wm-title { font-size: 2.4rem; }
  .wm-move { font-size: 3.5rem; text-align: left; }
  .wm-body p { font-size: 0.7rem; }
}

@media (max-width: 600px) {
  .dh-title { font-size: 2.4rem; }
  .dc-viewport { height: 220px; }
  .dc-slide.center { width: 180px; height: 180px; }
  .dc-slide.left { width: 140px; height: 140px; }
  .dc-slide.right { width: 140px; height: 140px; }
  .wwd-title { font-size: 2rem; }
  .wm-title { font-size: 2rem; }
  .wm-move { font-size: 2.8rem; }
  .client-strip .client-name { font-size: 1.6rem; }
}
