/* Mall Commerce — matched to fynd.com header/footer/form style */

:root {
  --ink: #0a0a14;
  --ink-2: #4a5568;
  --ink-3: #797A7C;
  --line: #e8e8ed;
  --bg: #ffffff;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-hover: 0 4px 12px rgba(0,0,0,0.08);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

section {
  padding: 64px 0;
  background: #fff;
}

/* Typography */
h1, h2, h3 {
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: var(--ink);
  font-weight: 700;
}
h1 { font-size: clamp(36px, 4.8vw, 56px); font-weight: 800; }
h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 700; margin-bottom: 32px; }
h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
p  { margin: 0 0 8px; color: var(--ink-2); }

/* ===== Header ===== */
.fynd-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.header-nav { padding: 0; }
.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.header-logo {
  display: flex; align-items: center;
  color: var(--ink); text-decoration: none; flex-shrink: 0;
}
.header-logo svg { width: 80px; height: auto; }
.header-links { display: flex; gap: 32px; align-items: center; }
.header-link {
  font-size: 14px; font-weight: 500; color: var(--ink);
  text-decoration: none; transition: color 0.15s;
}
.header-link:hover { color: var(--ink-3); }
.header-right { display: flex; align-items: center; }
.header-cta {
  padding: 10px 22px; font-size: 13px;
  background: var(--ink); box-shadow: none; animation: none;
}
.header-cta:hover { background: #1a1a2e; box-shadow: none; }

/* ===== Eyebrow ===== */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--ink-3); margin: 0 0 12px;
}
.eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--ink-3); flex-shrink: 0;
}

/* ===== Buttons ===== */
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center;
  padding: 12px 24px; border-radius: var(--radius-sm);
  font-weight: 600; font-size: 14px; text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
  border: 0; cursor: pointer; font-family: inherit;
}
.btn-primary {
  color: #fff; background: var(--ink); box-shadow: none;
}
.btn-primary:hover { background: #1a1a2e; }
.btn-secondary {
  background: #fff; color: var(--ink); border: 1px solid var(--line);
}
.btn-secondary:hover { border-color: #c9c7d6; }

/* ===== Hero ===== */
.hero { padding: 112px 0 64px; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: 48px; align-items: center;
}
.hero h1 { max-width: 14ch; }
.hero .lede {
  font-size: 17px; color: var(--ink-2);
  max-width: 600px; margin: 0 0 24px; line-height: 1.6;
}
.hero .proof {
  margin-top: 24px; font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3);
}
.hero-art img {
  width: 100%; height: auto; border-radius: var(--radius);
  box-shadow: 0 8px 24px -8px rgba(0,0,0,0.12);
}

/* ===== Card icon ===== */
.card-icon {
  width: 40px; height: 40px; display: block;
  margin-bottom: 12px; border-radius: 10px;
  box-shadow: none; overflow: visible;
}

/* ===== Fold 2 — Bento ===== */
.bento-section h2 { max-width: 18ch; }
.bento {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.bento-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px;
  display: flex; flex-direction: column;
  transition: border-color 0.2s;
}
.bento-card:hover { border-color: #d0d0d8; }
.bento-card h3 { margin-bottom: 8px; }
.bento-card p { color: var(--ink-2); margin: 0; font-size: 14px; line-height: 1.6; }
.bento-hero {
  grid-column: span 3; display: grid;
  grid-template-columns: 1fr 1.25fr; gap: 28px;
  align-items: center; padding: 28px;
}
.bento-card.wide { grid-column: span 2; }
.bento-hero h3 { font-size: 22px; }
.bento-hero p { font-size: 15px; }
.bento-art {
  border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 4px 16px -4px rgba(0,0,0,0.1);
}
.bento-art img { width: 100%; display: block; }

/* ===== Section subheading ===== */
.section-sub {
  font-size: 16px; color: var(--ink-2);
  margin: -16px 0 28px; max-width: 60ch; line-height: 1.6;
}

/* ===== Fold 3 — Grid section (3x2) ===== */
.card-grid-3x2 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.card-grid-3x2 .card { display: flex; flex-direction: column; }

/* ===== Fold 4 — Zigzag ===== */
.zigzag-section h2 { max-width: 18ch; }
.zigzag { display: flex; flex-direction: column; gap: 12px; }
.zig-row {
  display: grid; grid-template-columns: 120px 1fr;
  gap: 24px; align-items: center;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 20px 24px;
  transition: border-color 0.2s;
}
.zig-row:hover { border-color: #d0d0d8; }
.zig-row.reverse { grid-template-columns: 1fr 120px; }
.zig-row.reverse .zig-art { order: 2; }
.zig-row.reverse .zig-copy { order: 1; text-align: right; }
.zig-art {
  display: flex; align-items: center; justify-content: center;
  height: 90px; border-radius: var(--radius-sm); background: #f5f5f7;
}
.zig-icon { width: 44px; height: 44px; }
.zig-copy h3 { font-size: 17px; margin-bottom: 4px; }
.zig-copy p { color: var(--ink-2); margin: 0; font-size: 14px; max-width: 60ch; line-height: 1.6; }
.zig-row.reverse .zig-copy p { margin-left: auto; }

/* ===== Fold 5 — Tenant: header + numbered grid ===== */
.tenant-head {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 48px; align-items: end; margin-bottom: 28px;
}
.tenant-head h2 { margin-bottom: 0; max-width: 14ch; }
.tenant-head-aside {
  display: flex; flex-direction: column;
  align-items: flex-start; gap: 16px;
}
.tenant-head-aside .lede {
  font-size: 16px; color: var(--ink-2); margin: 0; max-width: 44ch; line-height: 1.6;
}
.big-num-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.big-num-grid li {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 20px;
  display: flex; flex-direction: column;
  transition: border-color 0.2s;
}
.big-num-grid li:hover { border-color: #d0d0d8; }
.big-num {
  font-size: 32px; font-weight: 800;
  letter-spacing: -0.03em; line-height: 1;
  color: var(--ink); margin-bottom: 10px;
}
.big-num-grid h3 { font-size: 17px; margin: 0 0 6px; }
.big-num-grid p { color: var(--ink-2); margin: 0; font-size: 14px; line-height: 1.6; }

/* ===== How it works ===== */
.cards-section { }
.steps {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.steps li {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 20px;
  transition: border-color 0.2s;
}
.steps li:hover { border-color: #d0d0d8; }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--ink); color: #fff;
  font-weight: 700; font-size: 13px; margin-bottom: 12px;
}
.steps p { color: var(--ink-2); margin: 4px 0 0; font-size: 14px; line-height: 1.6; }

/* ===== Who is this for ===== */
.cards-section .card-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
}
.card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px;
  transition: border-color 0.2s;
}
.card:hover { border-color: #d0d0d8; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--ink-2); margin: 0; font-size: 14px; line-height: 1.6; }
.card .muted { margin-top: 12px; font-size: 12px; color: var(--ink-3); font-style: italic; }

/* ===== FAQ ===== */
.faqs h2 { margin-bottom: 28px; }
.faqs details { border-top: 1px solid var(--line); padding: 16px 0; }
.faqs details:last-of-type { border-bottom: 1px solid var(--line); }
.faqs summary {
  cursor: pointer; font-weight: 600; font-size: 15px;
  list-style: none; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center;
}
.faqs summary::-webkit-details-marker { display: none; }
.faqs summary::after {
  content: "+"; font-size: 22px; font-weight: 300;
  color: var(--ink-3); transition: transform 0.2s; line-height: 1;
}
.faqs details[open] summary::after { transform: rotate(45deg); }
.faqs details[open] summary { margin-bottom: 10px; }
.faqs p { color: var(--ink-2); margin: 0; max-width: 80ch; font-size: 14px; line-height: 1.6; }

/* ===== Contact form section ===== */
.form-section { background: #fff; padding: 64px 0; }
.form-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  align-items: stretch; border-radius: 16px; overflow: hidden;
  box-shadow: 0 8px 32px -8px rgba(0,0,0,0.1);
}
.form-left { position: relative; min-height: 520px; }
.form-bg-image {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.form-card {
  position: relative; z-index: 1;
  background: #fff; border-radius: var(--radius);
  padding: 28px 24px; margin: 28px; max-width: 360px;
}
.form-card-heading {
  font-size: 24px; font-weight: 700; line-height: 1.2;
  letter-spacing: -0.02em; color: var(--ink); margin: 0 0 24px;
}
.form-steppers { display: flex; flex-direction: column; gap: 18px; }
.stepper { display: flex; gap: 12px; align-items: flex-start; }
.step-count {
  width: 26px; height: 26px; min-width: 26px;
  border-radius: 50%; background: var(--ink); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 12px; margin-top: 1px;
}
.stepper-title { font-weight: 600; font-size: 14px; color: var(--ink); margin: 0 0 2px; }
.stepper-sub { font-size: 12px; color: var(--ink-3); margin: 0; line-height: 1.4; }
.form-right {
  background: #fff; padding: 32px 36px;
  display: flex; flex-direction: column; justify-content: center;
}
.form-heading { font-size: 22px; font-weight: 700; margin: 0 0 20px; }
.contact-form { display: flex; flex-direction: column; gap: 8px; }
.form-fields { display: flex; flex-direction: column; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field { display: flex; flex-direction: column; gap: 5px; }
.form-field label { font-size: 13px; font-weight: 500; color: var(--ink); }
.form-field input, .form-field textarea, .form-field select {
  font-family: inherit; font-size: 14px; padding: 10px 12px;
  border: 1px solid #dde0e6; border-radius: var(--radius-sm);
  background: #fff; color: var(--ink);
  transition: border-color 0.15s; outline: none; resize: vertical;
  -webkit-appearance: none; appearance: none;
}
.form-field select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' fill='none' stroke='%236b6f7a' stroke-width='1.5' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat; background-position: right 12px center;
  padding-right: 32px; cursor: pointer;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  border-color: var(--ink);
}
.form-field input::placeholder, .form-field textarea::placeholder { color: #b0b4be; }
.form-field .optional { font-weight: 400; color: var(--ink-3); }
.form-submit {
  width: 100%; justify-content: center; margin-top: 8px; padding: 12px 24px;
}
.form-consent {
  font-size: 12px; color: var(--ink-3); text-align: center;
  margin: 6px 0 0; line-height: 1.4;
}
.form-consent a { color: var(--ink-2); text-decoration: underline; }

/* ===== Footer ===== */
.fynd-footer {
  background: #0a0a0a; color: #b0b4be; font-size: 14px; line-height: 1.6;
}
.footer-container { max-width: 1200px; margin: 0 auto; padding: 48px 32px 36px; }
.footer-logo-wrap { margin-bottom: 32px; }
.footer-logo-wrap img { opacity: 0.7; }
.footer-about-grid {
  display: grid; grid-template-columns: 1fr 1fr auto;
  gap: 36px; margin-bottom: 28px;
}
.footer-about-title {
  font-weight: 600; font-size: 12px; color: #b0b4be;
  margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.04em;
}
.footer-about-text { font-size: 13px; color: #797A7C; margin: 0; line-height: 1.65; }
.footer-badges { display: flex; gap: 14px; align-items: flex-start; flex-wrap: wrap; }
.footer-badges img { height: 48px; width: auto; }
.footer-divider { height: 1px; background: rgba(255,255,255,0.08); margin: 20px 0; }
.footer-nav-section { border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-nav-toggle {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  background: none; border: none; color: #d0d3da;
  font-family: inherit; font-size: 15px; font-weight: 600;
  padding: 16px 0; cursor: pointer;
}
.footer-nav-toggle svg { transition: transform 0.2s; flex-shrink: 0; }
.footer-nav-section.open .footer-nav-toggle svg { transform: rotate(180deg); }
.footer-nav-content {
  display: none; padding: 0 0 20px;
  grid-template-columns: repeat(4, 1fr); gap: 28px;
}
.footer-nav-section.open .footer-nav-content { display: grid; }
.footer-nav-group-title {
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em; color: #797A7C; margin-bottom: 10px;
}
.footer-nav-content ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 6px;
}
.footer-nav-content a {
  color: #b0b4be; text-decoration: none; font-size: 13px; transition: color 0.15s;
}
.footer-nav-content a:hover { color: #fff; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
}
.footer-policies {
  list-style: none; margin: 0; padding: 0; display: flex;
}
.footer-policies li { padding: 0 12px; border-right: 1px solid rgba(255,255,255,0.15); }
.footer-policies li:first-child { padding-left: 0; }
.footer-policies li:last-child { border-right: none; }
.footer-policies a { color: #797A7C; text-decoration: none; font-size: 13px; transition: color 0.15s; }
.footer-policies a:hover { color: #fff; }
.footer-socials { display: flex; gap: 16px; align-items: center; }
.footer-socials a { color: #797A7C; display: flex; align-items: center; transition: color 0.15s; }
.footer-socials a:hover { color: #fff; }
.footer-socials svg { width: 20px; height: 20px; }
.footer-wordmark { text-align: center; padding: 20px 0 0; }

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .big-num-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid-3x2 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  section { padding: 48px 0; }
  .hero { padding: 88px 0 48px; }
  .header-links { display: none; }
  .header-logo svg { width: 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .bento { grid-template-columns: 1fr; }
  .bento-hero { grid-column: span 1; grid-template-columns: 1fr; padding: 24px; }
  .bento-card.wide { grid-column: span 1; }
  .zig-row, .zig-row.reverse {
    grid-template-columns: 1fr; gap: 16px; text-align: left; padding: 20px;
  }
  .zig-row.reverse .zig-art { order: 0; }
  .zig-row.reverse .zig-copy { order: 0; text-align: left; }
  .zig-row.reverse .zig-copy p { margin-left: 0; }
  .zig-art { height: 80px; }
  .tenant-head { grid-template-columns: 1fr; gap: 20px; align-items: start; margin-bottom: 24px; }
  .big-num-grid { grid-template-columns: 1fr; }
  .card-grid-3x2 { grid-template-columns: 1fr; }
  .form-layout { grid-template-columns: 1fr; border-radius: 12px; }
  .form-left { min-height: 320px; }
  .form-card { margin: 16px; max-width: none; }
  .form-row { grid-template-columns: 1fr; }
  .form-right { padding: 24px 20px; }
  .steps, .cards-section .card-grid { grid-template-columns: 1fr; }
  .footer-about-grid { grid-template-columns: 1fr; gap: 20px; }
  .footer-nav-content { grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-policies { flex-wrap: wrap; }
  .container { padding: 0 20px; }
}
