:root {
  --bg: #f6f4ef;
  --paper: #ffffff;
  --ink: #17141f;
  --muted: #625d68;
  --line: #ded9d0;
  --aubergine: #2c001e;
  --aubergine-2: #3e1833;
  --orange: #e95420;
  --orange-dark: #bf3d11;
  --gold: #f7b500;
  --mint: #dff7ed;
  --blue: #2666cf;
  --shadow: 0 24px 70px rgba(31, 18, 44, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: var(--orange-dark); }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.top { position: sticky; top: 0; z-index: 20; background: rgba(44,0,30,.96); color: #fff; border-bottom: 4px solid var(--orange); backdrop-filter: blur(14px); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; font-weight: 850; }
.brand img { width: 46px; height: 46px; border-radius: 10px; background: #fff; object-fit: cover; border: 1px solid rgba(255,255,255,.35); }
.brand small { display: block; color: #f4c7b6; font-size: .78rem; font-weight: 650; }
.links { display: flex; align-items: center; justify-content: flex-end; gap: 18px; flex-wrap: wrap; }
.links a { color: #fff; font-weight: 700; text-decoration: none; }
.links a:hover { color: #ffd5c4; }
.nav-pill { border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: 7px 12px; }
.hero { background: radial-gradient(circle at 78% 20%, rgba(233,84,32,.16), transparent 30%), linear-gradient(135deg, #fff 0%, #faf1ea 56%, #f0ede7 100%); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 560px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(28px, 5vw, 64px); align-items: center; padding: 64px 0 54px; }
.eyebrow { margin: 0 0 12px; color: var(--orange-dark); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin: 0 0 18px; font-size: clamp(2.4rem, 5vw, 5.2rem); line-height: 1.02; letter-spacing: 0; }
h2 { margin: 0 0 12px; font-size: clamp(1.65rem, 3vw, 2.55rem); line-height: 1.14; letter-spacing: 0; }
h3 { margin: 0 0 9px; font-size: 1.15rem; }
.lead { margin: 0; max-width: 780px; color: var(--muted); font-size: 1.13rem; }
.actions, .store-row, .meta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-top: 26px; }
.btn, .store, .store-icon { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 10px 16px; font-weight: 850; text-decoration: none; }
.btn { background: var(--orange); color: #fff; border: 1px solid var(--orange); box-shadow: 0 12px 28px rgba(233,84,32,.22); }
.btn:hover { background: var(--orange-dark); }
.btn.secondary, .store-icon { background: #fff; color: var(--aubergine); border: 1px solid var(--line); box-shadow: none; }
.store { background: var(--aubergine); color: #fff; border: 1px solid var(--aubergine); }
.store-icon svg { width: 22px; height: 22px; flex: 0 0 auto; }
.visual, .hero-panel { background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 18px; padding: 20px; box-shadow: var(--shadow); }
.visual img, .hero-panel img { border-radius: 16px; margin: 0 auto; }
.logo-hero { width: min(100%, 360px); }
.app-icon-large { width: min(100%, 280px); }
.section { padding: 56px 0; border-bottom: 1px solid var(--line); }
.section-head { max-width: 820px; margin-bottom: 24px; }
.section-lead { margin: 0; color: var(--muted); max-width: 820px; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 22px; min-height: 184px; box-shadow: 0 12px 34px rgba(31,18,44,.06); }
.card p { margin: 0 0 10px; color: var(--muted); }
.product-card { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 16px; align-items: start; }
.product-card img { width: 72px; height: 72px; border-radius: 16px; object-fit: cover; }
.chip { background: #fff; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 6px 10px; font-size: .9rem; }
.band { background: linear-gradient(135deg, var(--aubergine) 0%, var(--aubergine-2) 74%, #4b1a12 100%); color: #fff; padding: 48px 0; }
.band + .band { margin-top: -1px; }
.band p { color: #eadfe7; }
.band a { color: #ffd5c4; }
.shots { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.shots img { border-radius: 18px; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 34px rgba(31,18,44,.08); }
.footer { background: #fff; color: var(--muted); padding: 28px 0; }
.footer .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer a { color: var(--muted); margin-right: 12px; }
@media (max-width: 860px) { .nav { align-items: flex-start; flex-direction: column; padding: 14px 0; } .links { justify-content: flex-start; } .hero-grid, .grid, .shots { grid-template-columns: 1fr; } .product-card { grid-template-columns: 1fr; } .hero-grid { min-height: auto; padding-top: 42px; } }
