/* LB Perfume Wholesale — corporate B2B */
:root {
  --navy: #0f172a;
  --navy-2: #1e293b;
  --slate: #334155;
  --ink: #0f172a;
  --text: #1e293b;
  --mute: #64748b;
  --line: #e2e8f0;
  --line-soft: rgba(15, 23, 42, 0.08);
  --gold: #b0892c;
  --gold-deep: #8c6d1f;
  --gold-soft: rgba(176, 137, 44, 0.12);
  --bg: #f8fafc;
  --panel: #ffffff;
  --ok: #157347;
  --err: #b42318;
  --max: 1120px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Inter, "Segoe UI", system-ui, sans-serif;
  --space: 8px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--gold-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy); }
h1, h2, h3 {
  font-family: var(--sans);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 8px;
  color: var(--navy);
}
h1 { font-size: clamp(1.85rem, 4vw, 2.75rem); font-weight: 700; }
h2 { font-size: clamp(1.35rem, 2.4vw, 1.75rem); }
h3 { font-size: 1.05rem; letter-spacing: 0; font-weight: 650; }
p { margin: 0 0 12px; color: var(--slate); }
.lede { font-size: 1.05rem; max-width: 40rem; color: var(--slate); line-height: 1.55; }

.wrap { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }
.rule { height: 1px; border: 0; margin: 0; background: var(--line); }

/* Header */
.topbar {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 64px;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.brand:hover { color: var(--navy); }
.mark {
  width: 36px; height: 36px;
  border: 1px solid var(--navy);
  background: var(--navy);
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 600; font-size: 0.85rem;
  letter-spacing: 0.04em; color: #fff;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong {
  font-family: var(--serif); font-size: 1.15rem; font-weight: 600;
  letter-spacing: 0.02em;
}
.brand-text span {
  font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.12em;
  color: var(--mute); text-transform: uppercase; margin-top: 3px; font-weight: 600;
}

nav.main { display: flex; gap: 20px; align-items: center; }
nav.main a {
  color: var(--slate); text-decoration: none;
  font-size: 0.9rem; font-weight: 550;
}
nav.main a:hover, nav.main a[aria-current="page"] { color: var(--navy); }
.nav-cta {
  background: var(--navy); color: #fff !important; text-decoration: none;
  padding: 8px 14px; border-radius: 4px; font-size: 0.85rem !important; font-weight: 600;
}
.nav-cta:hover { background: #020617; color: #fff !important; }
.burger {
  display: none; background: var(--panel); border: 1px solid var(--line); color: var(--navy);
  width: 40px; height: 40px; cursor: pointer; border-radius: 4px;
}

/* Hero */
.hero {
  position: relative; overflow: hidden;
  min-height: clamp(300px, 46vh, 440px);
  display: flex; align-items: stretch;
  background: var(--navy);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 45%;
  filter: saturate(0.75) contrast(1.05);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(15,23,42,0.94) 0%, rgba(15,23,42,0.82) 42%, rgba(15,23,42,0.42) 72%, rgba(15,23,42,0.28) 100%);
}
.hero-inner {
  position: relative; z-index: 1;
  width: min(var(--max), calc(100% - 32px));
  margin: auto;
  padding: 40px 0 36px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
}
.kicker {
  font-family: var(--sans); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 8px;
}
.hero h1 { max-width: 18ch; color: #fff; }
.hero .lede { max-width: 36rem; color: #cbd5e1; }
.hero .kicker { color: var(--gold); }

.ticket {
  border: 1px solid rgba(226,232,240,0.22);
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(8px);
  padding: 20px;
  border-radius: 6px;
}
.ticket dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 10px 16px; }
.ticket dt {
  font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: #94a3b8; font-weight: 700; padding-top: 2px;
}
.ticket dd { margin: 0; font-size: 0.9rem; color: #e2e8f0; }

.cta-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 600; font-size: 0.9rem;
  letter-spacing: 0; text-decoration: none;
  border: 1px solid transparent; padding: 10px 16px;
  cursor: pointer; border-radius: 4px;
}
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: #c49a38; color: var(--navy); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: #020617; color: #fff; }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--navy); background: #fff; }
.hero .btn-ghost { color: #fff; border-color: rgba(226,232,240,0.35); }
.hero .btn-ghost:hover { background: rgba(255,255,255,0.08); color: #fff; }
button.btn { font-size: 0.92rem; }

/* Sections — 8px grid, tight */
section { padding: 40px 0; }
.sec-head { display: flex; justify-content: space-between; gap: 16px; align-items: end; margin-bottom: 16px; }
.idx {
  font-family: var(--sans); color: var(--gold-deep); font-size: 0.72rem;
  font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 6px;
}

.cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cat {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 16px;
  text-decoration: none; color: inherit;
  min-height: 148px;
  height: 100%;
  display: flex; flex-direction: column; justify-content: space-between;
  border-radius: 6px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.cat:hover {
  border-color: var(--navy);
  color: inherit;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}
.cat-icon { width: 36px; height: 36px; color: var(--navy); display: grid; place-items: center; }
.cat-icon svg { width: 32px; height: 32px; }
.cat h3 { margin: 8px 0 4px; }
.cat p { margin: 0; font-size: 0.88rem; color: var(--mute); }

.trust {
  display: grid; grid-template-columns: 0.9fr 1.3fr; gap: 24px; align-items: stretch;
}
.trust-figure {
  border-radius: 6px; overflow: hidden; border: 1px solid var(--line);
  background: var(--navy-2); margin: 0; height: 100%;
}
.trust-figure img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; }
.trust-list {
  list-style: none; margin: 12px 0 0; padding: 0;
  display: grid; gap: 8px;
}
.trust-list li {
  display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start;
  padding: 12px 12px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.trust-list .dot {
  width: 28px; height: 28px; border-radius: 4px;
  background: var(--gold-soft); color: var(--gold-deep);
  display: grid; place-items: center; font-size: 0.8rem; font-weight: 700;
}
.trust-list strong { display: block; color: var(--navy); font-weight: 650; margin-bottom: 2px; font-size: 0.95rem; }
.trust-list span { color: var(--mute); font-size: 0.88rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.step {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 16px;
  height: 100%;
  display: flex; flex-direction: column;
}
.step .n {
  font-family: var(--sans); font-size: 0.78rem; font-weight: 700;
  color: var(--gold-deep); letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.step h3 { font-size: 1rem; margin-bottom: 6px; }
.step p { font-size: 0.9rem; margin: 0; }

.band { background: #fff; border-block: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.split-form { grid-template-columns: 1.35fr 0.65fr; }
.note {
  font-size: 0.92rem; color: var(--slate);
  border-left: 3px solid var(--gold); padding: 8px 0 8px 12px;
}

/* Forms — trade desk */
form.trade {
  display: grid; gap: 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.form-section {
  padding: 20px 20px 16px;
  border-bottom: 1px solid var(--line);
}
.form-section:last-of-type { border-bottom: 0; }
.form-section h3 {
  font-size: 0.95rem;
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 4px;
}
.form-section .sec-num {
  display: inline-grid; place-items: center;
  width: 22px; height: 22px; border-radius: 4px;
  background: var(--navy); color: #fff;
  font-size: 0.72rem; font-weight: 700;
}
.sec-help { font-size: 0.82rem; color: var(--mute); margin: 0 0 12px; }
.field { display: grid; gap: 6px; }
.field > span.label, label.field-lab {
  font-size: 0.78rem; font-weight: 650;
  letter-spacing: 0.02em; text-transform: none; color: var(--navy);
  display: flex; gap: 4px; align-items: baseline;
}
.req { color: var(--gold-deep); font-weight: 700; }
.hint { font-size: 0.75rem; color: var(--mute); font-weight: 400; }
.err { font-size: 0.78rem; color: var(--err); display: none; }
.field.invalid .err { display: block; }
.field.invalid input, .field.invalid textarea, .field.invalid select {
  border-color: var(--err);
}
input, textarea, select {
  font: inherit; color: var(--navy); background: #fff;
  border: 1px solid var(--line); padding: 10px 12px; width: 100%;
  border-radius: 4px;
}
input:focus, textarea:focus, select:focus {
  outline: 2px solid var(--gold-soft);
  border-color: var(--gold);
}
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.row3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.choice-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.choice {
  display: flex; align-items: flex-start; gap: 8px;
  border: 1px solid var(--line); border-radius: 6px;
  padding: 10px 12px; background: #fff; cursor: pointer; font-size: 0.88rem; color: var(--text);
  font-weight: 500;
}
.choice:hover { border-color: var(--navy); }
.choice input { width: auto; margin: 2px 0 0; accent-color: var(--navy); }
.consent {
  display: flex; gap: 10px; align-items: flex-start;
  padding: 12px; background: var(--bg); border: 1px solid var(--line); border-radius: 6px;
  font-size: 0.9rem; color: var(--text);
}
.consent input { width: auto; margin-top: 3px; accent-color: var(--navy); }
.form-actions {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between;
  padding: 16px 20px 20px;
  background: var(--bg);
  border-top: 1px solid var(--line);
}
.form-actions .btn { min-width: 180px; }
.form-note { font-size: 0.82rem; color: var(--mute); margin: 0; }
.mailto-fallback { font-size: 0.85rem; }
.success-banner {
  display: none;
  background: #ecf8f0; border: 1px solid #b7e0c4; color: #14532d;
  padding: 16px 18px; border-radius: 6px; margin-bottom: 16px;
}
.success-banner.show { display: block; }
.success-banner h2 { color: #14532d; font-size: 1.1rem; margin-bottom: 4px; }
.success-banner p { color: #166534; margin: 0; }

.sticky-submit {
  display: none;
}

/* Footer */
footer {
  border-top: 1px solid var(--line);
  padding: 32px 0 28px;
  font-size: 0.88rem; color: var(--mute);
  background: var(--navy);
}
.foot { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 24px; }
footer a { color: #cbd5e1; text-decoration: none; }
footer a:hover { color: #fff; }
footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
footer p { color: #94a3b8; }
.foot-brand {
  color: #fff; margin: 0 0 8px;
  font-family: var(--serif); font-size: 1.15rem; letter-spacing: 0.02em;
}
footer .kicker { color: var(--gold); }
.copy {
  margin-top: 24px; padding-top: 16px;
  border-top: 1px solid rgba(226,232,240,0.12);
  font-size: 0.78rem; letter-spacing: 0.02em; color: #64748b;
}

.legal { max-width: 42rem; }
.legal h1 { font-size: 2rem; }
.page-hero { padding: 32px 0 8px; }
.page-hero .wrap { position: relative; }

table.plain { width: 100%; border-collapse: collapse; font-size: 0.92rem; background: var(--panel); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
table.plain th, table.plain td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
table.plain th {
  font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--mute); font-weight: 700; background: var(--bg);
}
table.plain tr:last-child td { border-bottom: 0; }
table.plain td:first-child { color: var(--navy); font-weight: 650; width: 28%; }

.stamp {
  display: inline-block; border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--sans); letter-spacing: 0.12em; text-transform: uppercase;
  padding: 4px 8px; font-size: 0.68rem; border-radius: 3px; font-weight: 700;
}

.still-aside {
  border-radius: 6px; overflow: hidden; border: 1px solid var(--line);
  background: var(--navy-2);
}
.still-aside img {
  width: 100%; height: 260px; object-fit: cover; object-position: 70% center;
}

@media (max-width: 900px) {
  .hero-inner, .cats, .steps, .split, .split-form, .foot, .row2, .row3, .trust { grid-template-columns: 1fr; }
  .cats { grid-template-columns: 1fr 1fr; }
  .hero { min-height: auto; }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(15,23,42,0.92) 0%, rgba(15,23,42,0.88) 100%);
  }
  .burger { display: grid; place-items: center; }
  nav.main {
    display: none; position: absolute; left: 0; right: 0; top: 64px;
    background: var(--panel); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 12px 16px 16px;
    box-shadow: 0 12px 28px rgba(15,23,42,0.08);
  }
  nav.main.open { display: flex; }
  nav.main a { padding: 8px 0; }
  .form-actions { position: sticky; bottom: 0; z-index: 8; box-shadow: 0 -8px 20px rgba(15,23,42,0.06); }
  .form-actions .btn { width: 100%; min-width: 0; }
}
@media (max-width: 520px) {
  .cats, .choice-grid { grid-template-columns: 1fr; }
}
