/* ═══ NORDIC CLARITY — fashiondataplatform.com ═══ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --navy: #1B3A4B; --navy-deep: #0F2A38; --ice: #F7F9FC; --white: #FFFFFF;
  --orange: #E8553A; --orange-soft: rgba(232,85,58,0.08);
  --text: #1B3A4B; --text-60: rgba(27,58,75,0.6); --text-40: rgba(27,58,75,0.4);
  --border: rgba(27,58,75,0.1); --border-strong: rgba(27,58,75,0.2);
  --font-display: 'Space Grotesk', sans-serif; --font-body: 'Inter', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-body); background: var(--ice); color: var(--text); line-height: 1.7; font-size: 17px; -webkit-font-smoothing: antialiased; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(247,249,252,0.92); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); transition: all 0.3s; }
.site-header.scrolled { background: rgba(247,249,252,0.98); box-shadow: 0 1px 20px rgba(27,58,75,0.06); }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-icon { background: var(--navy); color: var(--white); width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 6px; font-size: 14px; font-weight: 700; font-family: var(--font-display); }
.logo-text { font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--navy); letter-spacing: -0.3px; }
.logo-text span { color: var(--orange); }
.main-nav { display: flex; gap: 4px; align-items: center; }
.nav-link { font-size: 13px; color: var(--text-60); text-decoration: none; padding: 8px 14px; border-radius: 6px; font-weight: 500; transition: all 0.2s; }
.nav-link:hover { color: var(--navy); background: rgba(27,58,75,0.04); }
.nav-link.active { color: var(--navy); font-weight: 600; }

.lang-switch { position: relative; margin-left: 12px; }
.lang-btn { background: none; border: 1px solid var(--border-strong); font-family: var(--font-body); font-size: 12px; color: var(--text-60); padding: 6px 14px; cursor: pointer; border-radius: 6px; font-weight: 500; transition: all 0.2s; }
.lang-btn:hover { border-color: var(--navy); color: var(--navy); }
.lang-dropdown { display: none; position: absolute; top: 100%; right: 0; background: var(--white); border: 1px solid var(--border); border-radius: 8px; z-index: 300; max-height: 360px; overflow-y: auto; min-width: 150px; padding: 4px 0; box-shadow: 0 8px 30px rgba(27,58,75,0.12); margin-top: 4px; }
.lang-dropdown.open { display: block; }
.lang-dropdown a { display: block; padding: 8px 16px; font-size: 13px; color: var(--text-60); text-decoration: none; transition: all 0.15s; }
.lang-dropdown a:hover { color: var(--navy); background: var(--orange-soft); }
.lang-dropdown a.active { color: var(--orange); font-weight: 600; }

.hero { padding: 160px 32px 100px; text-align: center; background: var(--white); border-bottom: 1px solid var(--border); }
.hero-sm { padding: 140px 32px 80px; }
.hero-content { max-width: 800px; margin: 0 auto; }
.hero-tag { font-family: var(--font-display); font-size: 12px; font-weight: 600; color: var(--orange); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 24px; }
.hero h1 { font-family: var(--font-display); font-size: clamp(36px,5vw,56px); font-weight: 700; line-height: 1.1; color: var(--navy); margin-bottom: 28px; letter-spacing: -1.5px; }
.hero h1 .highlight { color: var(--orange); }
.hero .subtitle { font-size: 18px; line-height: 1.8; color: var(--text-60); max-width: 640px; margin: 0 auto 36px; }

.btn { display: inline-flex; align-items: center; padding: 14px 28px; font-family: var(--font-display); font-size: 14px; font-weight: 600; text-decoration: none; border-radius: 8px; transition: all 0.2s; }
.btn-primary { background: var(--navy); color: var(--white); }
.btn-primary:hover { background: var(--navy-deep); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(27,58,75,0.2); }
.btn-outline { background: transparent; color: var(--navy); border: 1.5px solid var(--border-strong); }
.btn-outline:hover { border-color: var(--navy); }
.btn-orange { background: var(--orange); color: var(--white); }
.btn-orange:hover { background: #d04a32; transform: translateY(-1px); }

.section { padding: 80px 32px; }
.section-white { background: var(--white); }
.section-ice { background: var(--ice); }
.section-navy { background: var(--navy); color: var(--white); }
.section-navy p { color: rgba(255,255,255,0.7); }
.section-navy h2, .section-navy h3 { color: var(--white); }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-narrow { max-width: 760px; margin: 0 auto; }
.tag { display: inline-block; font-family: var(--font-display); font-size: 11px; font-weight: 600; color: var(--orange); letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 16px; padding: 6px 12px; background: var(--orange-soft); border-radius: 4px; }
h2 { font-family: var(--font-display); font-size: clamp(28px,3.5vw,40px); font-weight: 700; line-height: 1.15; margin-bottom: 24px; letter-spacing: -0.8px; color: var(--navy); }
h3 { font-family: var(--font-display); font-size: 22px; font-weight: 600; margin-bottom: 16px; margin-top: 40px; color: var(--navy); }
p { margin-bottom: 20px; color: var(--text-60); }
strong { color: var(--text); font-weight: 600; }

.stat-bar { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; margin: 48px 0; }
.stat-item { text-align: center; padding: 28px 16px; background: var(--white); border: 1px solid var(--border); border-radius: 12px; }
.section-navy .stat-item { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.1); }
.stat-num { font-family: var(--font-display); font-size: 36px; font-weight: 700; color: var(--navy); margin-bottom: 8px; letter-spacing: -1px; }
.section-navy .stat-num { color: var(--orange); }
.stat-label { font-size: 13px; color: var(--text-40); font-weight: 500; }
.section-navy .stat-label { color: rgba(255,255,255,0.5); }

.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin: 40px 0; }
.card { padding: 32px; background: var(--white); border: 1px solid var(--border); border-radius: 12px; text-decoration: none; color: inherit; transition: all 0.25s; display: block; }
.card:hover { border-color: var(--navy); box-shadow: 0 8px 30px rgba(27,58,75,0.08); transform: translateY(-2px); }
.card-num { font-family: var(--font-display); font-size: 12px; font-weight: 600; color: var(--orange); letter-spacing: 2px; margin-bottom: 12px; }
.card h3 { font-size: 19px; margin-top: 0; margin-bottom: 12px; }
.card p { font-size: 15px; margin-bottom: 16px; }
.card-link { font-size: 13px; color: var(--navy); font-weight: 600; }

.data-list { list-style: none; padding: 0; }
.data-list li { padding: 14px 0 14px 28px; position: relative; border-bottom: 1px solid var(--border); font-size: 16px; color: var(--text-60); }
.data-list li::before { content: '→'; position: absolute; left: 0; color: var(--orange); font-weight: 600; }
.data-list li:last-child { border-bottom: none; }
.data-list li strong { color: var(--text); }

.quote { padding: 32px 40px; border-left: 3px solid var(--orange); background: var(--white); border-radius: 0 12px 12px 0; margin: 40px 0; }
.quote p { font-size: 19px; line-height: 1.6; color: var(--navy); font-weight: 500; margin: 0; font-style: italic; }
.insight-box { padding: 28px 32px; background: var(--orange-soft); border-radius: 12px; border-left: 3px solid var(--orange); margin: 32px 0; }
.insight-box p { color: var(--text); margin: 0; }

.content-img { margin: 60px auto; max-width: 1100px; padding: 0 32px; }
.content-img img { width: 100%; height: auto; max-height: 780px; object-fit: contain; border-radius: 12px; border: 1px solid var(--border); }

.fire-bar { background: var(--navy); padding: 48px 32px; }
.fire-bar-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 40px; justify-content: space-between; }
.fire-bar p { color: rgba(255,255,255,0.75); font-size: 15px; line-height: 1.7; margin: 0; }
.fire-bar strong { color: var(--white); }
.fire-clients { margin-top: 12px; font-size: 12px; color: rgba(255,255,255,0.4); font-weight: 500; }
.btn-fire { background: var(--orange); color: var(--white); white-space: nowrap; flex-shrink: 0; border-radius: 8px; }
.btn-fire:hover { background: #d04a32; }

.eco-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 32px; }
.eco-link { display: block; padding: 20px 24px; border: 1px solid var(--border); border-radius: 10px; text-decoration: none; transition: all 0.2s; background: var(--white); color: var(--text-40); font-size: 14px; }
.eco-link:hover { border-color: var(--navy); transform: translateY(-2px); box-shadow: 0 4px 20px rgba(27,58,75,0.08); }
.eco-domain { display: block; font-family: var(--font-display); font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.section-navy .eco-link { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.1); color: rgba(255,255,255,0.5); }
.section-navy .eco-domain { color: var(--white); }
.section-navy .eco-link:hover { border-color: rgba(255,255,255,0.3); background: rgba(255,255,255,0.08); }

.cta-banner { padding: 80px 32px; background: var(--white); text-align: center; border-top: 1px solid var(--border); }
.related { padding: 48px 32px; border-top: 1px solid var(--border); }
.related h3 { font-size: 13px; font-weight: 600; color: var(--text-40); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; margin-top: 0; }
.related-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.related-grid a { font-size: 14px; color: var(--navy); text-decoration: none; padding: 8px 16px; border: 1px solid var(--border); border-radius: 6px; font-weight: 500; transition: all 0.2s; }
.related-grid a:hover { border-color: var(--navy); background: rgba(27,58,75,0.03); }

.site-footer { background: var(--navy-deep); color: rgba(255,255,255,0.5); padding: 64px 32px 32px; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--white); margin-bottom: 12px; }
.footer-desc { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.4); margin: 0; }
.footer-desc a { color: var(--orange); text-decoration: none; }
.footer-heading { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.6); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.06); font-size: 12px; color: rgba(255,255,255,0.3); }
.footer-bottom a { color: var(--orange); text-decoration: none; }

.fade-up { opacity: 0; transform: translateY(20px); transition: all 0.6s cubic-bezier(0.16,1,0.3,1); }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; } .delay-2 { transition-delay: 0.2s; } .delay-3 { transition-delay: 0.3s; }

@media (max-width: 768px) {
  .hero { padding: 120px 20px 60px; }
  .section { padding: 60px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .fire-bar-inner { flex-direction: column; text-align: center; }
  .main-nav { display: none; }
  .stat-bar { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
