/* ===== NicNac Luxury Sales Engine — elite minimalist, light ===== */
:root {
  --paper: #faf8f5;      /* approved light background */
  --paper-2: #f4f1ea;
  --ink: #0a1229;        /* deep navy ink */
  --ink-soft: #3d4659;
  --muted: #8b93a7;
  --gold: #b98a2f;       /* refined gold, not loud */
  --gold-2: #d4a94e;
  --line: rgba(10, 18, 41, 0.10);
  --radius: 4px;         /* sharp, editorial */
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}
.shell { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
.center { text-align: center; }
.lead { font-size: 1.12rem; color: var(--ink-soft); }
.serif { font-family: var(--serif); font-style: italic; font-weight: 500; }
.accent { color: var(--gold); }
img { max-width: 100%; }

.eyebrow {
  text-transform: uppercase; letter-spacing: 0.32em; font-size: 11px; font-weight: 600;
  color: var(--gold); margin-bottom: 18px;
}
h1, h2, h3 { font-weight: 600; letter-spacing: -0.02em; line-height: 1.12; }
h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: 14px; }
h3 { font-size: 1.15rem; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 60; background: rgba(250, 248, 245, 0.9); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand-logo { height: 40px; width: auto; }
.nav-links { display: flex; gap: 34px; align-items: center; font-size: 0.86rem; color: var(--ink-soft); }
.nav-links a { text-decoration: none; color: inherit; letter-spacing: 0.02em; transition: color 0.15s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { color: var(--gold) !important; font-weight: 600; }

/* BUTTONS */
.btn {
  display: inline-block; padding: 15px 32px; border-radius: var(--radius); font-weight: 600;
  font-size: 0.86rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  cursor: pointer; border: none; font-family: inherit;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--ink); color: var(--paper); }
.btn-gold:hover { background: var(--gold); color: var(--ink); box-shadow: 0 14px 34px rgba(185, 138, 47, 0.28); }
.btn-ghost { border: 1px solid var(--ink); color: var(--ink); background: transparent; }
.btn-ghost:hover { background: var(--ink); color: var(--paper); }

/* HERO */
.hero { padding: 110px 0 90px; position: relative; overflow: hidden; }
.hero::after {
  content: ""; position: absolute; inset: auto -10% -40% 60%;
  background: radial-gradient(560px 380px at 70% 40%, rgba(185, 138, 47, 0.10), transparent 70%);
  pointer-events: none;
}
.hero-inner { position: relative; text-align: center; }
.hero-logo { width: min(340px, 80%); height: auto; margin: 0 auto 46px; display: block; }
.hero h1 { margin-bottom: 22px; }
.hero-sub { max-width: 620px; margin: 0 auto 40px; color: var(--ink-soft); font-size: 1.08rem; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 64px; justify-content: center; margin-top: 78px; flex-wrap: wrap; }
.stat b { display: block; font-family: var(--serif); font-size: 2.6rem; font-weight: 500; color: var(--gold); }
.stat span { font-size: 0.8rem; color: var(--muted); letter-spacing: 0.04em; }

/* ECOSYSTEM */
.ecosystem { padding: 100px 0; background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.eco-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 52px; }
.eco { background: var(--paper); padding: 38px 32px; transition: background 0.2s ease; }
.eco:hover { background: #fff; }
.eco-num { font-family: var(--serif); font-size: 0.9rem; color: var(--gold); letter-spacing: 0.1em; }
.eco h3 { margin: 12px 0 10px; }
.eco p { color: var(--ink-soft); font-size: 0.94rem; }
.eco-link { display: inline-block; margin-top: 18px; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); text-decoration: none; font-weight: 600; }
.eco-link span { transition: transform 0.18s ease; display: inline-block; }
.eco-link:hover span { transform: translateX(4px); }
.eco-link:hover { color: var(--gold); }

/* PILLARS */
.pillars { padding: 100px 0; }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 52px; }
.pillar { border: 1px solid var(--line); background: var(--paper); padding: 34px 28px; border-radius: var(--radius); transition: transform 0.18s ease, border-color 0.18s ease; }
.pillar:hover { transform: translateY(-3px); border-color: rgba(185, 138, 47, 0.4); }
.pillar-mark { font-size: 1.5rem; color: var(--gold); }
.pillar h3 { margin: 14px 0 8px; }
.pillar p { color: var(--ink-soft); font-size: 0.92rem; }

/* JOURNEY */
.journey { padding: 100px 0; background: var(--paper-2); border-top: 1px solid var(--line); }
.timeline { max-width: 720px; margin: 56px auto 0; position: relative; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 0; bottom: 0; width: 1px; background: var(--line); }
.tl-item { position: relative; margin-bottom: 34px; }
.tl-dot { position: absolute; left: -30px; top: 8px; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); border: 3px solid var(--paper-2); }
.tl-card h3 { margin-bottom: 4px; }
.tl-card p { color: var(--ink-soft); font-size: 0.95rem; }

/* FOUNDER */
.founder { padding: 100px 0; }
.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.founder-img { position: relative; }
.founder-img img { width: 100%; border-radius: var(--radius); display: block; }
.founder-img .beam-img { position: absolute; right: -14%; bottom: -10%; width: 44%; border-radius: var(--radius); border: 8px solid var(--paper); box-shadow: 0 24px 60px rgba(10, 18, 41, 0.18); }
.founder-copy .lead { margin-bottom: 16px; }
.founder-copy p { color: var(--ink-soft); margin-bottom: 12px; }
.founder-copy blockquote { font-family: var(--serif); font-style: italic; font-size: 1.35rem; color: var(--gold); margin: 24px 0; }

/* LADDER */
.ladder { padding: 100px 0; background: var(--paper-2); border-top: 1px solid var(--line); }
.ladder-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 52px; }
.tier { position: relative; background: var(--paper); border: 1px solid var(--line); padding: 34px 28px; border-radius: var(--radius); }
.tier-hot { border-color: rgba(185, 138, 47, 0.55); }
.flag { position: absolute; top: -12px; right: 18px; background: var(--ink); color: var(--paper); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 12px; border-radius: var(--radius); }
.tier h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; }
.price { font-size: 2rem; font-family: var(--serif); color: var(--gold); margin: 10px 0 2px; }
.price span { font-size: 1rem; color: var(--muted); }
.term { font-size: 0.84rem; color: var(--ink-soft); }
.note { margin-top: 34px; font-size: 0.92rem; color: var(--ink-soft); font-style: italic; }

/* CONTACT */
.contact { padding: 100px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }
.contact-copy p { color: var(--ink-soft); margin-bottom: 12px; }
.contact-copy .quiet { color: var(--muted); font-size: 0.88rem; }
.quote-form { background: var(--paper); border: 1px solid var(--line); padding: 36px; border-radius: var(--radius); box-shadow: 0 20px 60px rgba(10, 18, 41, 0.06); }
.quote-form label { display: block; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin: 16px 0 6px; }
.quote-form input, .quote-form textarea {
  width: 100%; padding: 13px 15px; border-radius: var(--radius); border: 1px solid var(--line);
  background: var(--paper); color: var(--ink); font-size: 0.95rem; font-family: inherit; transition: border-color 0.15s ease;
}
.quote-form input:focus, .quote-form textarea:focus { outline: none; border-color: var(--gold); }
.quote-form .btn { width: 100%; margin-top: 22px; }
.form-note { margin-top: 12px; font-size: 0.8rem; color: var(--muted); text-align: center; }
.form-note.ok { color: var(--gold); }

/* FOOTER */
.footer { padding: 52px 0; border-top: 1px solid var(--line); background: var(--paper-2); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-logo { height: 34px; width: auto; }
.footer-links { display: flex; gap: 24px; font-size: 0.8rem; color: var(--ink-soft); }
.footer-links a { text-decoration: none; color: inherit; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { width: 100%; text-align: center; font-size: 0.76rem; color: var(--muted); margin-top: 20px; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .eco-grid { grid-template-columns: 1fr 1fr; }
  .pillar-grid, .ladder-grid { grid-template-columns: 1fr 1fr; }
  .founder-grid, .contact-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 560px) {
  .eco-grid, .pillar-grid, .ladder-grid { grid-template-columns: 1fr; }
  .hero { padding: 70px 0 60px; }
  body { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
