/* ============================================================
   Nexus Ignis BV — Premium stylesheet v2
   © 2025 Nexus Ignis BV — All rights reserved
   Proprietary and confidential
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=DM+Sans:wght@300;400;500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold: #b8965a;
  --gold-light: #d4af72;
  --gold-dark: #8a6d3d;
  --ink: #0d0d0d;
  --ink2: #1a1a1a;
  --ink3: #2a2a2a;
  --steel: #e8e6e0;
  --steel2: #f2f0ec;
  --steel3: #faf9f7;
  --muted: #6b6760;
  --border-gold: rgba(184,150,90,0.2);
  --border-dark: rgba(255,255,255,0.08);
}

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--steel3);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.6;
}

/* ── NAV ── */
#navbar {
  background: var(--ink);
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(184,150,90,0.25);
  gap: 1rem;
}
.logo { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.logo-mark { width: 34px; height: 34px; border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; transform: rotate(45deg); flex-shrink: 0; }
.logo-mark svg { transform: rotate(-45deg); width: 16px; height: 16px; }
.logo-text { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600; color: #fff; letter-spacing: 0.08em; }
.logo-sub { font-size: 9px; color: var(--gold); letter-spacing: 0.18em; text-transform: uppercase; margin-top: 1px; }
.nav-links { display: flex; }
.nav-link { padding: 0 13px; height: 68px; display: flex; align-items: center; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.45); cursor: pointer; border-bottom: 1px solid transparent; transition: all 0.2s; white-space: nowrap; }
.nav-link:hover, .nav-link.active { color: #fff; border-bottom-color: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.lang-sw { display: flex; gap: 1px; }
.lang-btn { padding: 4px 7px; font-size: 10px; font-weight: 500; letter-spacing: 0.06em; cursor: pointer; border: none; background: transparent; color: rgba(255,255,255,0.3); font-family: 'DM Sans', sans-serif; transition: color 0.2s; }
.lang-btn.active { color: var(--gold); }
.nav-cta { background: transparent; color: var(--gold); border: 1px solid var(--gold); padding: 7px 18px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all 0.2s; }
.nav-cta:hover { background: var(--gold); color: var(--ink); }

/* ── PAGES ── */
.page { display: none; }
.page.active { display: block; }

/* ── HERO ── */
.hero {
  background: var(--ink);
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 45%; height: 100%;
  background: repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(184,150,90,0.04) 39px, rgba(184,150,90,0.04) 40px);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.hero-inner { max-width: 580px; position: relative; z-index: 1; animation: fadeUp 0.8s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 1.5rem; }
.hero-line { width: 32px; height: 1px; background: var(--gold); }
.hero-eyebrow span { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; line-height: 1.1; color: #fff; margin-bottom: 1.5rem; letter-spacing: -0.01em; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero p { font-size: 15px; color: rgba(255,255,255,0.5); line-height: 1.8; max-width: 440px; margin-bottom: 2.5rem; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-stat { position: absolute; right: 2.5rem; bottom: 3rem; text-align: right; animation: fadeUp 0.8s 0.3s ease both; }
.hero-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; color: var(--gold); line-height: 1; }
.hero-stat-label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-top: 4px; }

/* ── NOTICE BAR ── */
.notice-bar {
  background: rgba(184,150,90,0.08);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
  padding: 12px 2rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--gold-dark);
}
.notice-bar i { font-size: 16px; color: var(--gold); flex-shrink: 0; margin-top: 1px; }

/* ── BUTTONS ── */
.btn-gold { background: var(--gold); color: var(--ink); border: none; padding: 12px 28px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; font-family: 'DM Sans', sans-serif; font-weight: 500; transition: background 0.2s; }
.btn-gold:hover { background: var(--gold-light); }
.btn-outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.3); padding: 12px 28px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all 0.2s; }
.btn-outline:hover { border-color: #fff; }

/* ── SECTIONS ── */
.section { padding: 4rem 2rem; }
.bg-steel { background: var(--steel3); }
.section-header { margin-bottom: 2.5rem; }
.section-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 0.75rem; }
.section-eyebrow .line { width: 24px; height: 1px; background: var(--gold); }
.section-eyebrow span { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; color: var(--ink); line-height: 1.2; letter-spacing: -0.01em; }
.section-sub { font-size: 14px; color: var(--muted); margin-top: 0.75rem; line-height: 1.7; max-width: 540px; }

/* ── WHY GRID ── */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1px; background: var(--border-gold); }
.why-card { background: var(--steel3); padding: 2rem; transition: background 0.2s; }
.why-card:hover { background: #fff; }
.why-num { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 300; color: var(--gold); opacity: 0.4; line-height: 1; margin-bottom: 1rem; }
.why-card h3 { font-size: 13px; font-weight: 500; letter-spacing: 0.04em; color: var(--ink); margin-bottom: 0.5rem; text-transform: uppercase; }
.why-card p { font-size: 13px; color: var(--muted); line-height: 1.7; }

/* ── INDUSTRY STRIP ── */
.ind-strip { display: flex; flex-wrap: wrap; gap: 1px; background: var(--border-gold); margin-top: 2rem; }
.ind-item { background: var(--steel3); padding: 1rem 1.5rem; display: flex; align-items: center; gap: 10px; flex: 1; min-width: 150px; transition: background 0.2s; }
.ind-item:hover { background: #fff; }
.ind-item i { font-size: 18px; color: var(--gold); }
.ind-item span { font-size: 13px; letter-spacing: 0.04em; color: var(--ink); }

/* ── MATERIALS ── */
.mat-section { background: var(--ink2); }
.mat-section .section-title { color: #fff; }
.mat-section .section-sub { color: rgba(255,255,255,0.4); }
.mat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1px; background: rgba(184,150,90,0.15); margin-top: 2rem; }
.mat-card { background: var(--ink2); padding: 1.75rem; border-top: 2px solid transparent; transition: border-color 0.2s; }
.mat-card:hover { border-top-color: var(--gold); }
.mat-name { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 400; color: #fff; margin-bottom: 0.25rem; }
.mat-full { font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: 0.04em; margin-bottom: 1.25rem; }
.mat-temp { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 1rem; }
.mat-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 1rem; }
.mat-tag { font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; border: 1px solid rgba(184,150,90,0.3); color: rgba(255,255,255,0.5); }
.mat-app { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.6; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 1rem; }
.info-strip { background: rgba(184,150,90,0.08); border-left: 2px solid var(--gold); padding: 12px 16px; margin-bottom: 1.5rem; }
.info-strip p { font-size: 13px; color: var(--gold-dark); line-height: 1.6; }
.mat-section .info-strip p { color: rgba(255,255,255,0.5); }

/* ── HOW IT WORKS ── */
.how-steps { margin-top: 1rem; }
.how-step { display: flex; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--border-gold); }
.how-num { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; color: var(--gold); opacity: 0.35; line-height: 1; flex-shrink: 0; width: 48px; }
.how-content h3 { font-size: 14px; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink); margin-bottom: 0.5rem; }
.how-content p { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* ── ORDER ── */
.order-grid { display: grid; grid-template-columns: 1fr 320px; gap: 2rem; align-items: start; }
.order-form { background: #fff; padding: 2rem; border-top: 2px solid var(--gold); }
.side-info-card { background: #fff; padding: 1.5rem; border-top: 2px solid var(--gold); }
.side-info-card h4 { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 1rem; }
.side-info-card ul { list-style: none; }
.side-info-card li { font-size: 13px; color: var(--muted); padding: 5px 0; border-bottom: 1px solid rgba(0,0,0,0.05); line-height: 1.5; }
.side-info-card li:last-child { border-bottom: none; }
.side-info-card li::before { content: '—'; color: var(--gold); margin-right: 8px; }

/* ── CONTACT ── */
.contact-section { background: var(--ink); }
.contact-section .section-title { color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 2rem; }
.contact-info { color: rgba(255,255,255,0.45); }
.contact-detail { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 1.25rem; }
.contact-detail i { font-size: 16px; color: var(--gold); margin-top: 2px; }
.contact-detail p { font-size: 13px; line-height: 1.6; }
.contact-detail a { color: var(--gold); text-decoration: none; }
.contact-form { background: rgba(255,255,255,0.04); padding: 2rem; border: 1px solid rgba(184,150,90,0.2); }

/* ── FORMS ── */
.form-row { margin-bottom: 1rem; }
.form-lbl { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 5px; }
.form-input { width: 100%; padding: 9px 12px; border: 1px solid rgba(0,0,0,0.14); font-size: 14px; font-family: 'DM Sans', sans-serif; color: var(--ink); background: #fff; outline: none; transition: border-color 0.2s; border-radius: 0; }
.form-input:focus { border-color: var(--gold); }
textarea.form-input { min-height: 90px; resize: vertical; }
.contact-form .form-input { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.1); color: #fff; }
.contact-form .form-input:focus { border-color: var(--gold); }
.contact-form .form-lbl { color: rgba(255,255,255,0.35); }
.btn-submit { width: 100%; background: var(--ink); color: #fff; border: none; padding: 13px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: background 0.2s; }
.btn-submit:hover { background: var(--ink3); }
.contact-submit { background: var(--gold); color: var(--ink); }
.contact-submit:hover { background: var(--gold-light); }
.success-box { background: rgba(184,150,90,0.08); border: 1px solid var(--gold); padding: 1rem; text-align: center; display: none; margin-bottom: 0.75rem; }
.success-box p { font-size: 13px; color: var(--gold-dark); line-height: 1.6; }

/* ── ACCOUNT ── */
.acc-wrap { max-width: 460px; margin: 0 auto; }
.acc-tabs { display: flex; border-bottom: 1px solid rgba(184,150,90,0.2); margin-bottom: 2rem; }
.acc-tab { padding: 10px 20px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; color: var(--muted); border-bottom: 2px solid transparent; margin-bottom: -1px; transition: all 0.2s; }
.acc-tab.active { color: var(--gold); border-bottom-color: var(--gold); }

/* ── FOOTER ── */
footer { background: #080808; color: rgba(255,255,255,0.35); padding: 3rem 2rem 2rem; }
.gold-rule { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin-bottom: 3rem; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(184,150,90,0.12); }
.footer-logo-text { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: #fff; letter-spacing: 0.06em; margin-bottom: 0.75rem; }
.footer-brand p { font-size: 12px; line-height: 1.8; max-width: 260px; }
footer h4 { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
footer a { font-size: 12px; color: rgba(255,255,255,0.35); display: block; margin-bottom: 6px; cursor: pointer; text-decoration: none; transition: color 0.2s; }
footer a:hover { color: var(--gold); }
footer p { font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; font-size: 11px; }
.kvk { display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(184,150,90,0.2); padding: 4px 10px; font-size: 10px; letter-spacing: 0.06em; color: rgba(255,255,255,0.25); }
.kvk i { font-size: 13px; color: var(--gold); }

/* ── RESPONSIVE ── */
@media (max-width: 820px) {
  .nav-links { display: none; }
  .hero { padding: 3rem 1.5rem; min-height: auto; }
  .hero h1 { font-size: 36px; }
  .hero-stat { display: none; }
  .section { padding: 2.5rem 1.5rem; }
  .order-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
