/* ═══ Всеводоёмы · лендинг рыбакам — cinematic outdoor premium ═══ */
.root {
  --ink: #08161e;
  --navy: #123f5e;
  --teal: #1c9c8c;
  --teal-l: #7fe3d0;
  --gold: #e7b45a;
  --gold-d: #d09a3c;
  --paper: #fbfaf6;
  --surface: #ffffff;
  --muted: #5b6b70;
  --muted-l: #8a979b;
  --line: #e9e3d8;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
.root * { box-sizing: border-box; }
.serif { font-family: 'Fraunces', Georgia, serif; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s cubic-bezier(.2,.7,.2,1), transform 0.7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ── header ── */
.header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,246,0.82); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(18,63,94,0.08); }
.headerInner { max-width: 1180px; margin: 0 auto; padding: 12px 28px; display: flex; align-items: center; gap: 28px; }
.logo { height: 34px; display: block; }
.nav { display: flex; gap: 28px; margin-left: 8px; }
.nav a { color: var(--muted); text-decoration: none; font-weight: 500; font-size: 15px; transition: 0.15s; }
.nav a:hover { color: var(--ink); }
.grow { flex: 1; }
.ghost { padding: 9px 16px; border-radius: 999px; color: var(--ink); text-decoration: none; font-weight: 600; font-size: 14px; }
.ghost:hover { color: var(--teal); }
.cta { padding: 11px 22px; border-radius: 999px; border: 0; background: var(--ink); color: #fff; font-weight: 600; font-size: 15px; text-decoration: none; cursor: pointer; transition: 0.18s; display: inline-block; }
.cta:hover { background: var(--navy); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(8,22,30,0.22); }
.ctaGold { background: var(--gold); color: #2a1c00; }
.ctaGold:hover { background: var(--gold-d); }
@media (max-width: 820px) { .nav, .ghost { display: none; } }

/* ── hero ── */
.hero { position: relative; overflow: hidden; background: var(--ink); }
.heroBg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: saturate(0.85) brightness(0.7); }
.heroGrade { position: absolute; inset: 0; background:
  radial-gradient(60% 60% at 78% 30%, rgba(231,180,90,0.16), transparent 70%),
  linear-gradient(90deg, rgba(8,22,30,0.94) 0%, rgba(8,22,30,0.78) 46%, rgba(8,22,30,0.42) 100%),
  linear-gradient(180deg, rgba(8,22,30,0.55) 0%, transparent 30%, rgba(8,22,30,0.85) 100%); }
.grain { position: absolute; inset: 0; opacity: 0.5; mix-blend-mode: overlay; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E"); }
.heroInner { position: relative; max-width: 1180px; margin: 0 auto; padding: 96px 28px 120px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.heroCol { color: #fff; max-width: 620px; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.18); backdrop-filter: blur(6px); font-size: 13px; font-weight: 500; letter-spacing: 0.2px; margin-bottom: 26px; }
.badge b { color: var(--gold); font-weight: 600; }
.h1 { font-family: 'Fraunces', serif; font-weight: 500; color: #fff; font-size: clamp(44px, 6.4vw, 82px); line-height: 0.98; letter-spacing: -1.5px; margin: 0 0 22px; }
.h1 em { font-style: italic; color: var(--gold); }
.heroSub { font-size: clamp(17px, 1.7vw, 20px); line-height: 1.55; color: rgba(255,255,255,0.82); margin: 0 0 34px; max-width: 500px; }
.form { display: flex; gap: 10px; max-width: 480px; }
.input { flex: 1; padding: 16px 18px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.97); font-size: 16px; font-family: inherit; outline: none; transition: 0.15s; }
.input:focus { box-shadow: 0 0 0 4px rgba(231,180,90,0.35); }
.submit { padding: 16px 26px; border-radius: 14px; border: 0; background: var(--gold); color: #2a1c00; font-weight: 700; font-size: 16px; cursor: pointer; white-space: nowrap; transition: 0.15s; font-family: inherit; }
.submit:hover { background: var(--gold-d); transform: translateY(-1px); }
.submit:disabled { opacity: 0.6; }
.trust { display: flex; align-items: center; gap: 10px; margin-top: 18px; color: rgba(255,255,255,0.62); font-size: 13px; }
.dots { display: flex; }
.dots span { width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--ink); margin-left: -8px; background: linear-gradient(135deg, var(--teal), var(--navy)); }
.success { background: rgba(127,227,208,0.14); border: 1px solid rgba(127,227,208,0.45); color: #d9fff5; padding: 16px 20px; border-radius: 14px; font-weight: 600; max-width: 480px; }

/* hero product mockup */
.mockWrap { position: relative; }
.mock { position: relative; border-radius: 18px; overflow: hidden; background: #0d2230; border: 1px solid rgba(255,255,255,0.12); box-shadow: 0 40px 90px rgba(0,0,0,0.5), 0 8px 24px rgba(0,0,0,0.4); transform: perspective(1400px) rotateY(-9deg) rotateX(3deg); }
.mockBar { display: flex; align-items: center; gap: 7px; padding: 12px 14px; background: rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.08); }
.mockBar i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.22); }
.mockBar span { margin-left: 10px; font-size: 12px; color: rgba(255,255,255,0.55); }
.mockMap { position: relative; height: 380px; background:
  radial-gradient(120% 120% at 30% 10%, #16405a 0%, #0d2a3c 55%, #0a2130 100%); }
.mockMap svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.pin { position: absolute; width: 26px; height: 26px; border-radius: 50% 50% 50% 2px; transform: translate(-50%, -100%) rotate(45deg); box-shadow: 0 4px 10px rgba(0,0,0,0.4); display: grid; place-items: center; }
.pin b { transform: rotate(-45deg); color: #fff; font-size: 12px; font-weight: 700; }
.mockCard { position: absolute; left: 16px; right: 16px; bottom: 16px; background: rgba(255,255,255,0.97); border-radius: 14px; padding: 13px 15px; box-shadow: 0 14px 34px rgba(0,0,0,0.35); }
.mcTop { display: flex; justify-content: space-between; align-items: center; }
.mcName { font-weight: 700; font-size: 14px; color: var(--ink); }
.mcPrice { font-weight: 800; color: var(--teal); }
.mcChips { display: flex; gap: 6px; margin: 8px 0 10px; }
.mcChips span { font-size: 11px; background: #f2efe8; border: 1px solid var(--line); padding: 3px 9px; border-radius: 999px; color: var(--muted); }
.mcBtn { width: 100%; padding: 9px; border-radius: 10px; border: 0; background: var(--teal); color: #fff; font-weight: 700; font-size: 13px; }
@media (max-width: 940px) {
  .heroInner { grid-template-columns: 1fr; gap: 40px; padding-bottom: 90px; }
  .mock { transform: none; max-width: 460px; }
}

/* stats ribbon */
.stats { position: relative; background: var(--navy); }
.statsInner { max-width: 1180px; margin: 0 auto; padding: 22px 28px; display: flex; gap: 48px; flex-wrap: wrap; }
.stat b { font-family: 'Fraunces', serif; font-weight: 500; font-size: 30px; color: #fff; letter-spacing: -0.5px; }
.stat span { display: block; font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 2px; }

/* sections */
.section { padding: 108px 0; }
.sand { background: var(--paper); }
.white { background: var(--surface); }
.eyebrow { color: var(--teal); font-weight: 600; font-size: 13px; letter-spacing: 1.4px; text-transform: uppercase; }
.head { max-width: 640px; margin: 0 auto 64px; text-align: center; }
.h2 { font-family: 'Fraunces', serif; font-weight: 500; font-size: clamp(30px, 4.4vw, 52px); line-height: 1.04; letter-spacing: -1px; margin: 12px 0 16px; }
.lead { font-size: 18px; line-height: 1.6; color: var(--muted); margin: 0; }

/* showcase */
.showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 110px; }
.showcase:last-child { margin-bottom: 0; }
.showcase.rev .media { order: 2; }
.media { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 4/3.2; box-shadow: 0 30px 70px rgba(8,22,30,0.16); border: 1px solid var(--line); }
.duo { position: absolute; inset: 0; }
.duo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9) contrast(1.03); transition: transform 0.9s ease; }
.media:hover .duo img { transform: scale(1.05); }
.duo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(200deg, rgba(28,156,140,0.10), rgba(18,63,94,0.20) 70%); }
.eyebrow2 { color: var(--teal); font-weight: 600; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; }
.showcase h3 { font-family: 'Fraunces', serif; font-weight: 500; font-size: clamp(26px, 3.2vw, 38px); line-height: 1.06; letter-spacing: -0.6px; margin: 10px 0 16px; }
.showcase p { font-size: 17px; color: var(--muted); line-height: 1.62; margin: 0 0 22px; }
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.ticks li { display: flex; gap: 12px; align-items: center; font-size: 15px; font-weight: 500; }
.tick { width: 24px; height: 24px; border-radius: 50%; background: rgba(28,156,140,0.12); color: var(--teal); display: grid; place-items: center; flex-shrink: 0; font-size: 13px; }
.bCard { position: absolute; left: 18px; right: 18px; bottom: 18px; background: rgba(255,255,255,0.97); backdrop-filter: blur(6px); border-radius: 16px; padding: 14px 16px; box-shadow: 0 16px 40px rgba(0,0,0,0.24); }
@media (max-width: 900px) { .showcase { grid-template-columns: 1fr; gap: 32px; margin-bottom: 64px; } .showcase.rev .media { order: 0; } }

/* fish */
.fish { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.fishPill { background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 11px 20px; font-weight: 600; font-size: 15px; display: flex; align-items: center; gap: 8px; box-shadow: 0 3px 10px rgba(8,22,30,0.05); transition: 0.18s; }
.fishPill:hover { border-color: var(--teal); transform: translateY(-2px); box-shadow: 0 10px 22px rgba(28,156,140,0.16); }
.fishPill em { font-style: normal; color: var(--teal); }

/* gallery */
.gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; height: 520px; }
.gcell { position: relative; border-radius: 20px; overflow: hidden; }
.gcell:first-child { grid-row: span 2; }
.gcell img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.85); transition: 0.7s; }
.gcell:hover img { filter: saturate(1.1); transform: scale(1.06); }
.gcap { position: absolute; left: 16px; bottom: 14px; color: #fff; font-weight: 600; text-shadow: 0 2px 12px rgba(0,0,0,0.6); font-size: 15px; }
@media (max-width: 820px) { .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; height: auto; } .gcell { aspect-ratio: 3/4; } .gcell:first-child { grid-row: span 1; grid-column: span 2; aspect-ratio: 16/10; } }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 34px 30px; transition: 0.2s; }
.step:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(8,22,30,0.10); }
.stepN { font-family: 'Fraunces', serif; font-size: 44px; color: var(--teal); line-height: 1; margin-bottom: 18px; }
.step h3 { font-size: 20px; font-weight: 700; margin: 0 0 8px; }
.step p { color: var(--muted); margin: 0; line-height: 1.6; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }

/* statement band */
.band { position: relative; overflow: hidden; }
.bandBg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(0.5) saturate(0.8); }
.bandGrade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,22,30,0.6), rgba(8,22,30,0.75)); }
.bandInner { position: relative; text-align: center; padding: 128px 28px; }
.bandQuote { font-family: 'Fraunces', serif; font-weight: 500; font-style: italic; color: #fff; font-size: clamp(30px, 5vw, 60px); line-height: 1.08; letter-spacing: -1px; max-width: 900px; margin: 0 auto; }
.bandQuote em { color: var(--gold); font-style: italic; }

/* faq */
.faq { max-width: 780px; margin: 0 auto; }
.qa { border-bottom: 1px solid var(--line); padding: 24px 4px; cursor: pointer; }
.qa summary { font-weight: 600; font-size: 18px; list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: '+'; color: var(--teal); font-size: 26px; font-weight: 300; transition: 0.2s; }
.qa[open] summary::after { content: '−'; }
.qa p { color: var(--muted); line-height: 1.65; margin: 14px 0 0; font-size: 16px; }

/* cta */
.ctaSec { position: relative; overflow: hidden; background: var(--ink); }
.ctaBg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(0.35) saturate(0.7); }
.ctaGrade { position: absolute; inset: 0; background: radial-gradient(70% 90% at 50% 0%, rgba(28,156,140,0.28), transparent 70%); }
.ctaInner { position: relative; text-align: center; padding: 118px 28px; max-width: 720px; margin: 0 auto; color: #fff; }
.ctaInner h2 { font-family: 'Fraunces', serif; font-weight: 500; font-size: clamp(32px, 5vw, 56px); letter-spacing: -1px; margin: 0 0 16px; }
.ctaInner h2 em { font-style: italic; color: var(--gold); }
.ctaInner p { font-size: 19px; color: rgba(255,255,255,0.8); margin: 0 0 30px; }
.ctaForm { display: flex; gap: 10px; max-width: 470px; margin: 0 auto; }

/* footer */
.footer { background: var(--ink); color: rgba(255,255,255,0.66); padding: 60px 0 34px; border-top: 1px solid rgba(255,255,255,0.08); }
.footCols { display: flex; justify-content: space-between; gap: 44px; flex-wrap: wrap; margin-bottom: 40px; }
.footBrand { max-width: 280px; }
.footLogo { height: 30px; filter: brightness(0) invert(1); opacity: 0.92; margin-bottom: 14px; }
.footCol h4 { color: #fff; font-size: 13px; letter-spacing: 0.6px; text-transform: uppercase; margin: 0 0 14px; }
.footCol a { display: block; color: rgba(255,255,255,0.66); text-decoration: none; margin-bottom: 11px; font-size: 15px; }
.footCol a:hover { color: var(--gold); }
.footBottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; font-size: 14px; flex-wrap: wrap; gap: 10px; color: var(--muted-l); }

/* ── mobile ── */
@media (max-width: 640px) {
  .container, .headerInner, .heroInner, .statsInner, .ctaInner { padding-left: 20px; padding-right: 20px; }
  .section { padding: 68px 0; }
  .head { margin-bottom: 40px; }
  .heroInner { padding: 68px 20px 80px; }
  .form, .ctaForm { flex-direction: column; }
  .submit { width: 100%; }
  .statsInner { gap: 24px 40px; }
  .bandInner { padding: 90px 20px; }
  .ctaInner { padding: 80px 20px; }
  .showcase { margin-bottom: 56px; }
}
