:root {
  --bg: #f8f5f1;
  --surface: #ffffff;
  --text: #1f1a17;
  --muted: #6f655e;
  --accent: #8b3d2e;
  --accent-2: #d7b48a;
  --line: #e8ddd3;
  --success: #21543d;
  --shadow: 0 10px 30px rgba(31, 26, 23, 0.08);
  --radius: 20px;
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.topbar { background: var(--text); color: #fff; font-size: 0.92rem; }
.topbar .container { display:flex; justify-content:center; align-items:center; padding:0.7rem 0; text-align:center; }
header { position: sticky; top: 0; z-index: 100; background: rgba(248,245,241,0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1rem 0; }
.brand { display:flex; flex-direction:column; gap:0.15rem; }
.brand strong { font-size:1.45rem; letter-spacing:0.04em; }
.brand span { font-size:0.85rem; color:var(--muted); }
.nav-links { display:flex; gap:1.2rem; align-items:center; flex-wrap:wrap; font-size:0.97rem; }
.nav-links a.active { color: var(--accent); font-weight: bold; }
.nav-actions { display:flex; align-items:center; gap:0.75rem; }
.search { border:1px solid var(--line); background:#fff; border-radius:999px; padding:0.75rem 1rem; min-width:220px; color:var(--muted); }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:0.5rem; border-radius:999px; padding:0.9rem 1.25rem; border:none; cursor:pointer; font-weight:bold; transition:transform .2s ease, opacity .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color:#fff; }
.btn-secondary { background:#fff; color:var(--text); border:1px solid var(--line); }
.hero { padding:4rem 0 2rem; }
.hero-grid { display:grid; grid-template-columns:1.1fr 0.9fr; gap:2rem; align-items:center; }
.eyebrow { display:inline-block; background:#f0e3d5; color:var(--accent); padding:.45rem .8rem; border-radius:999px; font-size:.85rem; font-weight:bold; margin-bottom:1rem; }
h1,h2,h3 { line-height:1.1; margin:0 0 1rem; }
h1 { font-size: clamp(2.2rem, 5vw, 4.5rem); max-width: 12ch; }
.page-hero h1 { max-width:none; }
p.lead, .hero p, .section-head p, .muted { color: var(--muted); }
.hero p { font-size:1.06rem; max-width:58ch; margin-bottom:1.5rem; }
.hero-actions { display:flex; gap:1rem; flex-wrap:wrap; margin-bottom:1.5rem; }
.hero-stats, .grid-2, .grid-3, .grid-4, .trust-grid, .collections, .products, .features, .steps, .ugc-grid, .footer-grid { display:grid; gap:1.25rem; }
.hero-stats { grid-template-columns: repeat(3, minmax(0,1fr)); max-width:650px; }
.stat, .card { background: var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:1.25rem; box-shadow:var(--shadow); }
.stat strong { display:block; font-size:1.15rem; margin-bottom:.25rem; }
.hero-card { background: linear-gradient(180deg, #f3e6d8 0%, #ead4be 100%); border-radius:32px; padding:1.5rem; box-shadow:var(--shadow); min-height:520px; display:flex; flex-direction:column; justify-content:space-between; }
.mock-shoe, .visual-block { height:280px; border-radius:24px; background: radial-gradient(circle at 35% 30%, #fff 0%, #ead4be 35%, #8b3d2e 80%); box-shadow: inset 0 8px 30px rgba(255,255,255,0.35), 0 16px 24px rgba(31,26,23,0.12); position:relative; overflow:hidden; }
.mock-shoe::after { content:"Signature Collection"; position:absolute; right:16px; bottom:16px; background:rgba(255,255,255,.9); color:var(--text); border-radius:999px; padding:.45rem .8rem; font-size:.8rem; font-weight:bold; }
.hero-badge-row { display:flex; gap:.75rem; flex-wrap:wrap; margin-top:1rem; }
.mini-badge { background:rgba(255,255,255,.75); border:1px solid rgba(255,255,255,.65); padding:.65rem .9rem; border-radius:999px; font-size:.9rem; }
section { padding:2rem 0 4rem; }
.section-head { display:flex; justify-content:space-between; align-items:end; gap:1rem; margin-bottom:1.4rem; }
.section-head p { max-width:58ch; margin:0; }
.trust-grid, .collections, .products, .grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.grid-3, .features, .steps, .ugc-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.collection-card, .product { overflow:hidden; padding:0; }
.collection-visual { height:200px; background:linear-gradient(160deg, #f5ede3, #d7b48a); }
.collection-card .content, .product-body { padding:1rem 1.1rem 1.2rem; }
.product-visual { height:240px; background:linear-gradient(160deg, #f7eee3 20%, #d9b696 100%); position:relative; }
.tag { position:absolute; top:14px; left:14px; background:#fff; border-radius:999px; padding:.45rem .75rem; font-size:.8rem; font-weight:bold; }
.price-row { display:flex; justify-content:space-between; align-items:center; gap:1rem; margin-top:.8rem; }
.stars { color: var(--accent); font-size:.9rem; }
.split { display:grid; grid-template-columns:.95fr 1.05fr; gap:1.5rem; align-items:stretch; }
.newsletter { background: linear-gradient(135deg, #1f1a17 0%, #49352e 100%); color:#fff; border-radius:28px; padding:2rem; display:grid; grid-template-columns:1.1fr .9fr; gap:1.5rem; align-items:center; }
.newsletter p { color: rgba(255,255,255,.8); }
.signup { display:flex; gap:.75rem; flex-wrap:wrap; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15); padding:.9rem; border-radius:20px; }
.signup input, .field, select, textarea { flex:1 1 240px; border:1px solid var(--line); border-radius:16px; padding:.95rem 1rem; font: inherit; background:#fff; color:var(--text); }
.table-wrap { overflow-x:auto; background:#fff; border:1px solid var(--line); border-radius:20px; box-shadow:var(--shadow); }
table { width:100%; border-collapse:collapse; }
th, td { padding:1rem; text-align:left; border-bottom:1px solid var(--line); }
.page-hero { padding:3rem 0 1.5rem; }
.page-hero .card { background: linear-gradient(180deg, #fff 0%, #fbf6f1 100%); }
.faq-item { padding:1rem 1.25rem; }
.faq-item summary { cursor:pointer; font-weight:bold; }
footer { padding:1rem 0 3rem; }
.footer-grid { grid-template-columns:1.1fr .9fr .9fr .9fr; border-top:1px solid var(--line); padding-top:2rem; }
.footer-grid h3 { font-size:1rem; margin-bottom:.8rem; }
.footer-grid a, .footer-grid p { color: var(--muted); margin:.45rem 0; display:block; }
.tiny { margin-top:1.5rem; color: var(--muted); font-size:.88rem; text-align:center; }
.notice { background:#f0e3d5; color:var(--accent); border-radius:16px; padding:1rem 1.2rem; }
@media (max-width:980px) {
  .hero-grid,.split,.newsletter,.footer-grid,.trust-grid,.collections,.products,.features,.steps,.ugc-grid,.grid-4,.grid-3,.grid-2 { grid-template-columns:1fr 1fr; }
  .nav { flex-wrap:wrap; }
  .nav-links { order:3; width:100%; justify-content:center; }
}
@media (max-width:720px) {
  .hero-grid,.split,.newsletter,.footer-grid,.trust-grid,.collections,.products,.features,.steps,.ugc-grid,.hero-stats,.grid-4,.grid-3,.grid-2 { grid-template-columns:1fr; }
  .search { min-width:100%; }
  h1 { max-width:none; }
  .section-head { flex-direction:column; align-items:start; }
}
