/* ============================================================
   Popular Enterprise — v2 "modern premium wholesale"
   Brand kept (navy + steel) · signature accent = amber/gold.
   To revert accent to blue: change --accent to var(--blue-500).
   Fonts: Bricolage Grotesque (display) · Instrument Sans (body) · Space Mono (data)
   ============================================================ */

:root {
  --navy-900: #060f22;
  --navy-800: #0a1b38;
  --navy-700: #12305c;
  --navy-600: #1b4079;
  --blue-500: #2f6fe0;
  --blue-400: #5b93f5;

  --accent: #f5a524;        /* signature amber */
  --accent-600: #db8b12;
  --accent-soft: #fbe7c0;

  --ink: #0b1626;
  --ink-soft: #4a5a70;
  --steel: #6b7a8f;
  --paper: #f3f6fb;
  --paper-2: #e9eef7;
  --white: #ffffff;
  --line: #e0e6f1;
  --wa: #25d366;

  --shadow-sm: 0 1px 2px rgba(8,20,44,.06), 0 3px 8px rgba(8,20,44,.05);
  --shadow-md: 0 10px 30px rgba(8,20,44,.10), 0 2px 8px rgba(8,20,44,.06);
  --shadow-lg: 0 30px 70px rgba(8,20,44,.20);
  --shadow-amber: 0 12px 28px rgba(245,165,36,.34);

  --r-sm: 10px; --r-md: 16px; --r-lg: 26px; --r-xl: 34px;
  --wrap: 1220px;
  --font-display: "Bricolage Grotesque", "Archivo", system-ui, sans-serif;
  --font-body: "Instrument Sans", system-ui, -apple-system, sans-serif;
  --font-mono: "Space Mono", ui-monospace, "SF Mono", monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { font-family: var(--font-body); color: var(--ink); background: var(--paper); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
::selection { background: var(--accent); color: var(--navy-900); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 26px; }
.section { padding: 104px 0; position: relative; }
.center { text-align: center; margin-inline: auto; }

/* section label: — MONO UPPERCASE with amber dash */
.sec-label { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--accent-600); font-weight: 700; }
.sec-label::before { content: ""; width: 26px; height: 2px; background: var(--accent); }
.center .sec-label { justify-content: center; }

.section-head { max-width: 660px; margin-bottom: 54px; }
.section-head h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 4.4vw, 3.2rem); line-height: 1.02; letter-spacing: -.025em; color: var(--navy-800); margin: 16px 0 14px; }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; border-radius: 999px; font-weight: 600; font-size: .96rem; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; }
.btn-accent { background: var(--accent); color: var(--navy-900); box-shadow: var(--shadow-amber); font-weight: 700; }
.btn-accent:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(245,165,36,.46); }
.btn-dark { background: var(--navy-800); color: #fff; }
.btn-dark:hover { background: var(--navy-700); transform: translateY(-2px); }
.btn-wa { background: var(--wa); color: #063d1c; box-shadow: 0 10px 24px rgba(37,211,102,.3); }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(37,211,102,.42); }
.btn-ghost { background: rgba(255,255,255,.06); color: #fff; border: 1px solid rgba(255,255,255,.26); }
.btn-ghost:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
.btn-outline { border: 1.5px solid var(--navy-700); color: var(--navy-800); }
.btn-outline:hover { background: var(--navy-800); color: #fff; transform: translateY(-2px); }
.btn-lg { padding: 17px 34px; font-size: 1.04rem; }

/* ============================================================
   HEADER
   ============================================================ */
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.78); backdrop-filter: saturate(160%) blur(16px); border-bottom: 1px solid transparent; transition: box-shadow .25s, border-color .25s, background .25s; }
.header.scrolled { box-shadow: 0 6px 24px rgba(8,20,44,.08); border-color: var(--line); background: rgba(255,255,255,.9); }
.header-inner { display: flex; align-items: center; gap: 30px; height: 78px; transition: height .25s; }
.header.scrolled .header-inner { height: 66px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; min-width: 0; }
.brand img { height: 48px; width: auto; transition: height .25s; flex-shrink: 0; }
.header.scrolled .brand img { height: 42px; }
.brand-name { display: flex; flex-direction: column; line-height: 1; min-width: 0; }
.brand-name b { font-family: var(--font-display); font-weight: 800; font-size: 1.12rem; color: var(--navy-800); letter-spacing: -.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand-name span { font-family: var(--font-mono); font-size: .56rem; letter-spacing: .2em; text-transform: uppercase; color: var(--steel); margin-top: 4px; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { padding: 9px 15px; border-radius: 8px; font-weight: 500; font-size: .95rem; color: var(--ink-soft); position: relative; transition: color .15s; }
.nav a::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 4px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.nav a:hover { color: var(--navy-800); }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.nav a.active { color: var(--navy-800); font-weight: 600; }
.header-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; color: var(--navy-800); background: var(--paper-2); transition: background .15s, transform .15s; }
.icon-btn:hover { background: var(--line); transform: translateY(-1px); }
.icon-btn svg { width: 19px; height: 19px; }
.icon-btn.wa { background: var(--wa); color: #063d1c; }
.burger { display: none; width: 44px; height: 44px; border-radius: 10px; color: var(--navy-800); flex-shrink: 0; }
.burger svg { width: 26px; height: 26px; }

/* ============================================================
   HERO — split asymmetric
   ============================================================ */
.hero { position: relative; background: radial-gradient(120% 120% at 90% 0%, #10254a, var(--navy-900) 62%); color: #fff; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 30px 30px; opacity: .5; pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; padding: 78px 0 92px; }
.hero-pill { display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px; border-radius: 999px; margin-bottom: 26px; background: rgba(245,165,36,.12); border: 1px solid rgba(245,165,36,.4); font-family: var(--font-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-soft); }
.hero-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(245,165,36,.24); }
.hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.7rem, 5.4vw, 4.6rem); line-height: .98; letter-spacing: -.03em; }
.hero h1 .accent { color: var(--accent); }
.hero .lead { max-width: 46ch; margin-top: 24px; font-size: 1.14rem; color: #b7c6df; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.hero-mini { display: flex; gap: 34px; margin-top: 46px; }
.hero-mini .m .n { font-family: var(--font-mono); font-weight: 700; font-size: 1.7rem; color: #fff; letter-spacing: -.02em; }
.hero-mini .m .n b { color: var(--accent); font-weight: 700; }
.hero-mini .m .l { font-size: .82rem; color: #90a3c2; margin-top: 2px; }

/* framed media with floating glass badge */
.hero-media { position: relative; }
.hero-media .frame { position: relative; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.1); aspect-ratio: 5/6; }
.hero-media .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-media .frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(6,15,34,.55)); }
.hero-media .glass { position: absolute; z-index: 3; left: -26px; bottom: 34px; background: rgba(10,27,56,.62); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; padding: 18px 22px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 14px; }
.hero-media .glass .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--accent); color: var(--navy-900); display: grid; place-items: center; }
.hero-media .glass .ic svg { width: 24px; height: 24px; }
.hero-media .glass b { font-family: var(--font-mono); font-size: 1.3rem; color: #fff; letter-spacing: -.02em; }
.hero-media .glass span { display: block; font-size: .8rem; color: #a9bcda; }
.hero-media .chip { position: absolute; z-index: 3; right: -18px; top: 30px; background: #fff; color: var(--navy-800); border-radius: 14px; padding: 12px 16px; box-shadow: var(--shadow-lg); font-weight: 700; font-size: .9rem; display: flex; align-items: center; gap: 8px; }
.hero-media .chip svg { width: 18px; height: 18px; color: var(--wa); }

/* marquee export strip */
.marquee { background: var(--navy-800); color: #cdd8ec; border-top: 1px solid rgba(255,255,255,.08); overflow: hidden; padding: 15px 0; position: relative; z-index: 2; }
.marquee .track { display: flex; gap: 42px; width: max-content; animation: scroll 34s linear infinite; }
.marquee .track span { font-family: var(--font-mono); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 42px; white-space: nowrap; }
.marquee .track span::after { content: "◆"; color: var(--accent); font-size: .6rem; }
.marquee:hover .track { animation-play-state: paused; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ============================================================
   BENTO — categories
   ============================================================ */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; gap: 18px; }
.tile { position: relative; overflow: hidden; border-radius: var(--r-lg); padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease; }
.tile:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.tile .ic { margin-bottom: auto; width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(135deg, var(--navy-800), var(--blue-500)); color: #fff; }
.tile > h3 { margin-top: 14px; }
.tile .ic svg { width: 25px; height: 25px; }
.tile h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--navy-800); }
.tile p { color: var(--ink-soft); font-size: .92rem; margin-top: 4px; }
.tile .go { margin-top: 12px; font-weight: 600; font-size: .86rem; color: var(--accent-600); display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.tile:hover .go { gap: 11px; }
.tile.wide { grid-column: span 2; }
/* dark & image tiles */
.tile.dark { background: linear-gradient(150deg, var(--navy-800), var(--navy-700)); border-color: transparent; }
.tile.dark h3 { color: #fff; } .tile.dark p { color: #adbfdd; }
.tile.dark .ic { background: var(--accent); color: var(--navy-900); }
.tile.img { border-color: transparent; }
.tile.img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform .5s; }
.tile.img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(6,15,34,.25), rgba(6,15,34,.86)); z-index: 1; }
.tile.img:hover img { transform: scale(1.06); }
.tile.img > * { position: relative; z-index: 2; }
.tile.img h3 { color: #fff; } .tile.img p { color: #cdd8ec; } .tile.img .go { color: var(--accent); }
.tile.img .ic { background: rgba(255,255,255,.16); backdrop-filter: blur(6px); }
.tile.accent { background: linear-gradient(150deg, var(--accent), var(--accent-600)); border-color: transparent; }
.tile.accent .ic { background: rgba(6,15,34,.16); color: var(--navy-900); }
.tile.accent h3, .tile.accent p { color: var(--navy-900); }
.tile.accent p { opacity: .82; }
.tile.accent .big { font-family: var(--font-mono); font-weight: 700; font-size: 2.6rem; color: var(--navy-900); line-height: 1; letter-spacing: -.03em; }

/* ============================================================
   PRODUCT CARDS (featured + catalog)
   ============================================================ */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s; position: relative; }
.card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .28s ease; z-index: 4; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card-media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--navy-800); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-media img { transform: scale(1.07); }
.card-media .fallback { position: absolute; inset: 0; display: none; place-items: center; flex-direction: column; gap: 8px; background: linear-gradient(135deg, var(--navy-800), var(--blue-500)); color: #fff; text-align: center; padding: 16px; }
.card-media .fallback svg { width: 46px; height: 46px; opacity: .9; }
.badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 6px 12px; border-radius: 999px; font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; background: rgba(255,255,255,.95); color: var(--navy-800); box-shadow: var(--shadow-sm); font-family: var(--font-mono); }
.badge.re { background: var(--accent); color: var(--navy-900); }
.card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.card-loc { font-size: .8rem; color: var(--steel); display: flex; align-items: center; gap: 5px; }
.card-loc svg { width: 13px; height: 13px; }
.card h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.16rem; line-height: 1.24; color: var(--navy-800); margin: 8px 0 12px; }
.card-specs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.card-specs span { font-size: .76rem; padding: 4px 10px; border-radius: 7px; background: var(--paper-2); color: var(--ink-soft); font-weight: 500; }
.card-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price { font-family: var(--font-mono); font-weight: 700; font-size: 1.34rem; color: var(--navy-800); letter-spacing: -.02em; }
.price small { display: block; font-family: var(--font-body); font-size: .66rem; color: var(--steel); font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.card .btn-details { padding: 10px 18px; border-radius: 10px; font-weight: 600; font-size: .88rem; background: var(--navy-800); color: #fff; transition: background .15s, transform .15s; }
.card .btn-details:hover { background: var(--accent); color: var(--navy-900); transform: translateY(-1px); }

/* ============================================================
   FEATURED head (split)
   ============================================================ */
.head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 46px; }
.head-row .section-head { margin-bottom: 0; }

/* ============================================================
   EXPORT / GLOBAL REACH
   ============================================================ */
.export { background: linear-gradient(155deg, var(--navy-900), var(--navy-800)); color: #fff; overflow: hidden; }
.export::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 26px 26px; opacity: .55; }
.export-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.export h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 4.2vw, 3.1rem); line-height: 1.03; letter-spacing: -.025em; margin: 16px 0 18px; }
.export .lead { color: #b7c6df; font-size: 1.08rem; margin-bottom: 26px; }
.region { display: flex; gap: 15px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.region .ic { width: 40px; height: 40px; border-radius: 11px; background: rgba(245,165,36,.14); border: 1px solid rgba(245,165,36,.3); display: grid; place-items: center; flex-shrink: 0; }
.region .ic svg { width: 20px; height: 20px; color: var(--accent); }
.region b { font-family: var(--font-display); font-size: 1.04rem; }
.region p { color: #9fb2d2; font-size: .92rem; }
.export-media { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.export-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.export-media .tag { position: absolute; left: 20px; right: 20px; bottom: 20px; background: rgba(6,15,34,.72); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.16); padding: 16px 18px; border-radius: 14px; }
.export-media .tag b { font-family: var(--font-display); font-size: 1.05rem; color: #fff; }
.export-media .tag p { color: #b3c5e2; font-size: .85rem; }

/* ============================================================
   WHY
   ============================================================ */
.why { background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-item { padding: 30px 26px; border-radius: var(--r-md); background: var(--paper); border: 1px solid var(--line); transition: transform .2s, box-shadow .2s; }
.why-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.why-item .ic { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: var(--navy-800); color: var(--accent); margin-bottom: 18px; }
.why-item:nth-child(2) .ic, .why-item:nth-child(4) .ic { background: var(--accent); color: var(--navy-900); }
.why-item .ic svg { width: 26px; height: 26px; }
.why-item h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.14rem; color: var(--navy-800); }
.why-item p { color: var(--ink-soft); font-size: .93rem; margin-top: 6px; }

/* ============================================================
   ABOUT
   ============================================================ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-copy h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 4.2vw, 3.1rem); line-height: 1.03; letter-spacing: -.025em; color: var(--navy-800); margin: 16px 0 16px; }
.about-copy p { color: var(--ink-soft); font-size: 1.04rem; margin-bottom: 16px; }
.about-copy b { color: var(--navy-800); }
.about-points { display: grid; gap: 12px; margin-top: 22px; }
.about-points li { display: flex; gap: 10px; align-items: center; font-weight: 500; color: var(--navy-800); }
.about-points .ck { width: 24px; height: 24px; border-radius: 50%; background: var(--accent); color: var(--navy-900); display: grid; place-items: center; flex-shrink: 0; }
.about-points .ck svg { width: 15px; height: 15px; }
.about-figs { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fig { padding: 32px 26px; border-radius: var(--r-md); background: linear-gradient(155deg, var(--navy-800), var(--navy-700)); color: #fff; }
.fig .num { font-family: var(--font-mono); font-weight: 700; font-size: 2.7rem; line-height: 1; letter-spacing: -.03em; color: var(--accent); }
.fig p { color: #adbfdd; font-size: .9rem; margin-top: 10px; }
.fig:nth-child(2), .fig:nth-child(3) { background: var(--white); color: var(--navy-800); border: 1px solid var(--line); }
.fig:nth-child(2) p, .fig:nth-child(3) p { color: var(--ink-soft); }
.fig:nth-child(2) .num, .fig:nth-child(3) .num { color: var(--navy-800); }

/* ============================================================
   CTA BAND + FOOTER
   ============================================================ */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(150deg, var(--navy-800), var(--navy-900)); color: #fff; text-align: center; padding: 96px 0; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: url("assets/road.jpg") center/cover; opacity: .16; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 120% at 50% 0%, rgba(245,165,36,.16), transparent 60%); }
.cta-band > .wrap { position: relative; z-index: 2; }
.cta-band .sec-label { justify-content: center; color: var(--accent); }
.cta-band h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.1rem, 4.6vw, 3.4rem); line-height: 1.02; letter-spacing: -.025em; margin-top: 14px; }
.cta-band p { color: #c3d1e8; font-size: 1.12rem; margin: 16px auto 32px; max-width: 52ch; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.footer { background: var(--navy-900); color: #a9bcda; padding: 72px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 44px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand .mark { width: 46px; height: 46px; border-radius: 12px; background: #fff; display: grid; place-items: center; padding: 6px; }
.footer-brand .mark img { width: 100%; height: 100%; object-fit: contain; }
.footer-brand b { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: #fff; }
.footer-brand span { display: block; font-family: var(--font-mono); font-size: .56rem; letter-spacing: .2em; text-transform: uppercase; color: var(--steel); margin-top: 3px; }
.footer-about { margin-top: 18px; font-size: .94rem; max-width: 40ch; }
.footer h4 { color: #fff; font-family: var(--font-display); font-size: 1rem; margin-bottom: 16px; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { transition: color .15s; }
.footer-links a:hover { color: var(--accent); }
.footer-contact { display: grid; gap: 12px; }
.footer-contact a { display: flex; align-items: center; gap: 10px; font-size: .94rem; transition: color .15s; }
.footer-contact a:hover { color: #fff; }
.footer-contact svg { width: 17px; height: 17px; color: var(--accent); flex-shrink: 0; }
.footer-bottom { padding-top: 26px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .82rem; color: #6f83a5; }

/* ============================================================
   CATALOG
   ============================================================ */
.page-head { background: radial-gradient(120% 140% at 85% 0%, #10254a, var(--navy-900) 60%); color: #fff; padding: 72px 0 60px; text-align: center; position: relative; overflow: hidden; }
.page-head::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 26px 26px; }
.page-head > .wrap { position: relative; z-index: 2; }
.page-head .sec-label { justify-content: center; color: var(--accent); margin-bottom: 14px; }
.page-head h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.3rem, 5vw, 3.6rem); letter-spacing: -.025em; }
.page-head p { color: #b7c6df; margin-top: 12px; font-size: 1.08rem; }

.catalog-toolbar { position: sticky; top: 78px; z-index: 40; background: rgba(243,246,251,.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); padding: 16px 0; }
.toolbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.filters { display: flex; gap: 6px; background: var(--white); padding: 5px; border-radius: 999px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.filters button { padding: 9px 20px; border-radius: 999px; font-weight: 600; font-size: .9rem; color: var(--ink-soft); transition: color .15s, background .15s; display: inline-flex; align-items: center; gap: 8px; }
.filters button .count { font-family: var(--font-mono); font-size: .74rem; opacity: .55; }
.filters button.active { background: var(--navy-800); color: #fff; }
.filters button.active .count { opacity: .85; color: var(--accent); }
.search-box { position: relative; }
.search-box svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 17px; height: 17px; color: var(--steel); }
.search-box input { padding: 11px 16px 11px 40px; border-radius: 999px; border: 1px solid var(--line); background: var(--white); font: inherit; font-size: .92rem; width: 250px; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.search-box input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(245,165,36,.18); }
.catalog-body { padding: 46px 0 100px; }
.result-count { color: var(--ink-soft); font-size: .92rem; margin-bottom: 24px; }
.result-count b { color: var(--navy-800); font-family: var(--font-mono); }
.empty { text-align: center; padding: 80px 20px; color: var(--steel); }
.empty svg { width: 54px; height: 54px; margin-bottom: 16px; opacity: .4; }

/* ============================================================
   MODAL
   ============================================================ */
.modal-overlay { position: fixed; inset: 0; z-index: 200; display: none; background: rgba(6,15,34,.62); backdrop-filter: blur(5px); align-items: center; justify-content: center; padding: 24px; }
.modal-overlay.open { display: flex; animation: fade .2s ease; }
.modal { background: var(--white); border-radius: var(--r-lg); max-width: 900px; width: 100%; max-height: 90vh; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; box-shadow: var(--shadow-lg); animation: pop .24s cubic-bezier(.2,.8,.2,1); }
.modal-media { position: relative; background: var(--navy-800); }
.modal-media img { width: 100%; height: 100%; object-fit: cover; }
.modal-body { padding: 34px; overflow-y: auto; }
.modal-body .badge { position: static; display: inline-block; margin-bottom: 14px; }
.modal-body h2 { font-family: var(--font-display); font-weight: 800; font-size: 1.65rem; color: var(--navy-800); line-height: 1.14; }
.modal-body .price { font-size: 1.9rem; margin: 14px 0; }
.modal-body .desc { color: var(--ink-soft); margin: 4px 0 20px; }
.modal-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 22px; }
.modal-specs div { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 10px 14px; font-size: .88rem; }
.modal-specs .k { font-size: .68rem; color: var(--steel); text-transform: uppercase; letter-spacing: .06em; }
.modal-specs .v { font-weight: 600; color: var(--navy-800); }
.modal-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.modal-close { position: absolute; top: 14px; right: 14px; z-index: 3; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--navy-800); display: grid; place-items: center; box-shadow: var(--shadow-md); }
.modal-close svg { width: 20px; height: 20px; }
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: translateY(16px) scale(.98); } }

/* ============================================================
   DRAWER
   ============================================================ */
.drawer { position: fixed; inset: 0 0 0 auto; width: min(340px, 86vw); z-index: 150; background: var(--white); box-shadow: var(--shadow-lg); transform: translateX(100%); transition: transform .28s cubic-bezier(.4,0,.2,1); padding: 24px; display: flex; flex-direction: column; }
.drawer.open { transform: translateX(0); }
.drawer-scrim { position: fixed; inset: 0; z-index: 149; background: rgba(6,15,34,.5); opacity: 0; visibility: hidden; transition: opacity .28s; }
.drawer-scrim.open { opacity: 1; visibility: visible; }
.drawer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.drawer-top .brand-name b { color: var(--navy-800); }
.drawer nav { display: grid; gap: 4px; }
.drawer nav a { padding: 14px 12px; border-radius: 10px; font-weight: 600; font-size: 1.05rem; color: var(--navy-800); }
.drawer nav a:hover { background: var(--paper-2); }
.drawer-contact { margin-top: auto; display: grid; gap: 10px; padding-top: 24px; border-top: 1px solid var(--line); }

/* ============================================================
   REVEAL
   ============================================================ */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } .marquee .track { animation: none; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; padding: 60px 0 76px; }
  .hero-media { max-width: 460px; }
  .hero-media .frame { aspect-ratio: 16/11; }
  .bento { grid-auto-rows: minmax(190px, auto); }
  .tile.wide { grid-column: span 2; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .export-grid, .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .export-media { max-width: 480px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 880px) {
  .nav, .header-cta .icon-btn.mail, .header-cta .icon-btn.phone, .header-cta .btn-accent { display: none; }
  .burger { display: grid; place-items: center; }
  .section { padding: 74px 0; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .tile.wide { grid-column: span 2; }
  .hero-mini { gap: 24px; }
}
@media (max-width: 620px) {
  .wrap { padding: 0 18px; }
  .bento, .why-grid, .grid, .about-figs { grid-template-columns: 1fr; }
  .tile.wide { grid-column: span 1; }
  .bento { grid-auto-rows: auto; }
  .tile { min-height: 172px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .brand-name span { display: none; }
  .modal { grid-template-columns: 1fr; }
  .modal-media { aspect-ratio: 16/10; }
  .modal-specs { grid-template-columns: 1fr; }
  .toolbar-inner { flex-direction: column; align-items: stretch; }
  .search-box, .search-box input { width: 100%; }
  .filters { justify-content: space-between; }
  .filters button { flex: 1; justify-content: center; padding: 10px 6px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-media .glass { left: 12px; right: 12px; bottom: 12px; }
  .hero-media .chip { right: 10px; }
  .head-row { flex-direction: column; align-items: flex-start; }
}
