/* ─────────────────────────────────────────────────────────
   Design Services — /services/design/
   Accent: legacy .design-pink-color → #FF56B3 (single-services.css:86).
   ───────────────────────────────────────────────────────── */

body.ld-tpl-new-design-service {
  --red: #FF56B3;
}

/* ── Shared atoms ─────────────────────────────────── */
.dsn-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); margin: 0 0 14px; display: inline-block; }
.dsn-accent { color: var(--red); }
.dsn-h2 { font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 900; letter-spacing: -0.01em; line-height: 1.05; margin: 0 0 14px; color: var(--black); text-transform: uppercase; }
.dsn-h2 em { font-style: normal; color: var(--red); font-weight: 900; }
.dsn-h2--center { text-align: center; }
.dsn-h2--white { color: var(--white); }
.dsn-h2--white em { color: var(--red); }
.dsn-section-inner { max-width: 1200px; margin: 0 auto; }
.dsn-section-head { margin: 0 auto 56px; max-width: 880px; text-align: center; }

.dsn-btn { display: inline-flex; align-items: center; gap: 10px; padding: 17px 28px; font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; border-radius: 8px; transition: background 0.22s, color 0.22s, transform 0.22s, border-color 0.22s; white-space: nowrap; }
.dsn-btn svg { width: 14px; height: 14px; transition: transform 0.22s; }
.dsn-btn:hover svg:last-child { transform: translateX(4px); }
.dsn-btn--primary { background: var(--red); color: var(--white); box-shadow: 0 12px 28px rgba(255, 86, 179, 0.32); }
.dsn-btn--primary:hover { background: var(--black); color: var(--white); transform: translateY(-2px); }

/* ── HERO ──────────────────────────────────────────── */
.dsn-hero { position: relative; padding: 80px 48px 96px; background: radial-gradient(circle at 88% 10%, rgba(255, 86, 179, 0.22) 0%, transparent 45%), radial-gradient(circle at 0% 100%, rgba(255, 86, 179, 0.08) 0%, transparent 50%), var(--black); color: var(--white); overflow: hidden; }
.dsn-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 80%); -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 80%); }
.dsn-hero-watermark { position: absolute; bottom: -36px; right: -24px; font-size: clamp(6rem, 16vw, 14rem); font-weight: 900; letter-spacing: -0.04em; color: rgba(255,255,255,0.04); pointer-events: none; white-space: nowrap; line-height: 1; }
.dsn-hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.dsn-hero-h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 900; letter-spacing: -0.02em; line-height: 1; margin: 0 0 32px; color: var(--white); text-transform: uppercase; }
.dsn-hero-h1 em { font-style: normal; color: var(--red); font-weight: 900; }
.dsn-hero-actions { display: inline-flex; gap: 14px; flex-wrap: wrap; }
.dsn-hero-media { display: flex; justify-content: center; min-width: 0; }
.dsn-hero-thumb { width: 100%; max-width: 480px; height: auto; display: block; border-radius: 12px; box-shadow: 0 28px 64px rgba(0,0,0,0.4); }

/* ── PRIORITY + UX/UI SPLIT ───────────────────────── */
.dsn-priority { padding: 96px 48px; background: var(--white); }
.dsn-priority-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.dsn-priority-text p { font-size: 16px; line-height: 1.75; color: var(--muted); margin: 0 0 16px; }
.dsn-priority-text p:last-child { margin-bottom: 0; }
.dsn-priority-text strong { color: var(--black); font-weight: 700; }
.dsn-priority-disciplines { display: flex; flex-direction: column; gap: 18px; }
.dsn-discipline { padding: 32px 30px; background: var(--bg); border: 1px solid var(--rule); border-left: 4px solid var(--red); border-radius: 12px; transition: transform 0.22s, box-shadow 0.22s; }
.dsn-discipline:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0,0,0,0.05); }
.dsn-discipline-title { font-size: 24px; font-weight: 900; color: var(--black); margin: 0 0 10px; letter-spacing: -0.01em; text-transform: uppercase; }
.dsn-discipline-title.dsn-accent { color: var(--red); }
.dsn-discipline p { font-size: 14.5px; line-height: 1.65; color: var(--muted); margin: 0; }

/* ── PROCESS ──────────────────────────────────────── */
.dsn-process { padding: 96px 48px; background: var(--bg); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.dsn-process-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.dsn-process-item { display: flex; gap: 22px; padding: 32px 30px; background: var(--white); border: 1px solid var(--rule); border-radius: 14px; transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s; }
.dsn-process-item:hover { transform: translateY(-3px); border-color: rgba(255, 86, 179, 0.4); box-shadow: 0 16px 36px rgba(0,0,0,0.05); }
.dsn-process-num { font-size: 36px; font-weight: 900; color: var(--red); letter-spacing: -0.02em; line-height: 1; flex-shrink: 0; min-width: 56px; }
.dsn-process-body { flex: 1; min-width: 0; }
.dsn-process-title { font-size: 22px; font-weight: 800; color: var(--black); margin: 0 0 10px; letter-spacing: -0.01em; }
.dsn-process-desc { font-size: 14.5px; line-height: 1.65; color: var(--muted); margin: 0; }
.dsn-process-sub { display: flex; flex-direction: column; gap: 14px; }
.dsn-process-sub-item p { font-size: 14px; line-height: 1.6; color: var(--muted); margin: 4px 0 0; }
.dsn-process-sub-label { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 0.06em; color: var(--red); }
.dsn-process-list > :nth-child(2) { grid-row: span 2; }
.dsn-process-list > :nth-child(2) .dsn-process-num { color: var(--red); }

/* ── WHY (DARK) ───────────────────────────────────── */
.dsn-why { padding: 96px 48px; background: radial-gradient(circle at 80% 10%, rgba(255, 86, 179, 0.22) 0%, transparent 50%), radial-gradient(circle at 0% 100%, rgba(255, 86, 179, 0.06) 0%, transparent 55%), var(--black); color: var(--white); position: relative; overflow: hidden; }
.dsn-why::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; mask-image: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, transparent 80%); -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, transparent 80%); }
.dsn-why > * { position: relative; z-index: 1; }
.dsn-why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.dsn-why-card { padding: 32px 28px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; transition: transform 0.22s, background 0.22s, border-color 0.22s; }
.dsn-why-card:hover { transform: translateY(-3px); background: rgba(255, 86, 179, 0.07); border-color: rgba(255, 86, 179, 0.4); }
.dsn-why-title { font-size: 18px; font-weight: 800; color: var(--red); margin: 0 0 12px; letter-spacing: -0.005em; text-transform: uppercase; }
.dsn-why-desc { font-size: 14.5px; line-height: 1.65; color: rgba(255,255,255,0.75); margin: 0; }

/* ── OUR WORKS ────────────────────────────────────── */
.dsn-works { padding: 96px 48px; background: var(--white); }
.dsn-works-list { display: flex; flex-direction: column; gap: 48px; }
.dsn-work { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 56px; align-items: center; padding: 28px 32px; background: var(--bg); border: 1px solid var(--rule); border-radius: 16px; transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s; }
.dsn-work:hover { transform: translateY(-3px); border-color: rgba(255, 86, 179, 0.4); box-shadow: 0 24px 48px rgba(0,0,0,0.06); }
.dsn-work--reverse { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); }
.dsn-work--reverse .dsn-work-text { order: 2; }
.dsn-work--reverse .dsn-work-image { order: 1; }
.dsn-work-title { font-size: clamp(1.6rem, 2.6vw, 2.2rem); font-weight: 900; letter-spacing: -0.02em; line-height: 1.05; margin: 0 0 12px; color: var(--red); text-transform: uppercase; }
.dsn-work-desc { font-size: 16px; line-height: 1.55; color: var(--muted); margin: 0; }
.dsn-work-image img { width: 100%; height: auto; display: block; border-radius: 12px; box-shadow: 0 18px 36px rgba(0,0,0,0.1); }

/* ── FREE AUDIT CTA ───────────────────────────────── */
.dsn-audit { padding: 80px 48px; background: linear-gradient(135deg, color-mix(in srgb, var(--red) 15%, var(--white)) 0%, var(--white) 100%); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.dsn-audit-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.dsn-audit-title { font-size: clamp(2rem, 3.6vw, 2.6rem); font-weight: 900; letter-spacing: -0.02em; line-height: 1.15; margin: 0 0 28px; color: var(--black); text-transform: uppercase; }
.dsn-audit-title em { font-style: normal; color: var(--red); font-weight: 900; }
.dsn-audit-list { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.dsn-audit-list li { display: inline-flex; align-items: center; gap: 12px; font-size: 16px; line-height: 1.5; color: var(--black); font-weight: 600; }
.dsn-audit-list svg { width: 20px; height: 20px; color: var(--red); flex-shrink: 0; }

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 1024px) {
  .dsn-hero { padding: 64px 28px 72px; }
  .dsn-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .dsn-priority, .dsn-process, .dsn-why, .dsn-works, .dsn-audit { padding: 72px 28px; }
  .dsn-priority-grid { grid-template-columns: 1fr; gap: 40px; }
  .dsn-process-list { grid-template-columns: 1fr; }
  .dsn-process-list > :nth-child(2) { grid-row: auto; }
  .dsn-why-grid { grid-template-columns: 1fr; }
  .dsn-work, .dsn-work--reverse { grid-template-columns: 1fr; gap: 24px; padding: 22px 22px; }
  .dsn-work--reverse .dsn-work-text { order: 1; }
  .dsn-work--reverse .dsn-work-image { order: 2; }
}

@media (max-width: 720px) {
  .dsn-hero { padding: 56px 20px 64px; }
  .dsn-priority, .dsn-process, .dsn-why, .dsn-works, .dsn-audit { padding: 56px 20px; }
  .dsn-hero-actions { flex-direction: column; width: 100%; }
  .dsn-hero-actions .dsn-btn { width: 100%; justify-content: center; }
  .dsn-process-item { padding: 24px 22px; gap: 16px; }
  .dsn-process-num { font-size: 28px; min-width: 42px; }
  .dsn-audit-list li { font-size: 15px; }
}
