/*
Theme Name: Sparky Pictures
Theme URI: https://thesparkypicture.com
Author: Sparky Pictures
Description: Custom cinematic theme for Sparky Pictures — a UK/Romania film partnership. Black-and-white film aesthetic with vintage teal and marquee gold poured as mass; one geometric type family at two weights; coupled controls; editorial full-bleed rhythm.
Version: 3.0.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: sparky
*/

/* ==== TOKENS =============================================================
   Register: art-house film studio. B&W imagery + two flat accents — a vintage
   TEAL brand mass and a marquee GOLD clashing CTA. ONE geometric family
   (Poppins) at two weights; the logo alone gets its own face (Anton).
   Controls: 50px, radius 0 (the editorial/fashion end of the personality dial).
   ========================================================================= */
:root {
  --accent:      #0aa39a;  /* vintage teal — the brand mass, small fills, hover */
  --accent-deep: #04756e;  /* deep teal — full-bleed bands + text on light */
  --accent-text: #04756e;  /* teal as text on light — 4.9:1 */

  --gold:      #f2a71b;    /* marquee gold — the CLASHING CTA. Ink text on gold. */
  --gold-deep: #cf8c00;
  --gold-text: #8a6000;    /* gold hue as text on light — 4.6:1 */

  --ink:    #1b1922;       /* warm near-black — body text, headings */
  --ink-2:  #56525f;
  --ink-3:  #8f8a99;
  --cinema: #131019;       /* the darkest full-bleed band */
  --cream:  #f6f2ea;       /* warm off-white — the light surface */
  --line:   #e4ddd0;       /* warm hairline */
  --line-d: rgba(255,255,255,0.14);

  --control-h: 50px;       /* 40 or 50 only */
  --radius: 0px;           /* poster / editorial end of the personality scale */

  --font: 'Poppins', system-ui, Arial, sans-serif;   /* the ONE family */
  --font-logo: 'Anton', Impact, sans-serif;           /* the logo's OWN face */
  --w-display: 800;
  --w-body: 500;

  --shadow: 0 20px 40px rgba(0,0,0,0.10);   /* his card shadow, straight down */
  --shadow-cinema: 0 20px 45px rgba(0,0,0,0.28);
  --t: 0.3s;

  --container: 1240px;
}

/* ==== BASE =============================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: var(--font);
  font-size: 16px; line-height: 22px;   /* 16/22 — never 1.5 */
  font-weight: var(--w-body);
  color: var(--ink-2);
  background: var(--cream);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-text); text-decoration: none; transition: color var(--t) ease; }
a:hover { color: var(--ink); }
ul { list-style: none; }
em { font-style: italic; }

/* One family, heavy display weight, tight px line-heights, negative tracking. */
h1, h2, h3, h4 { font-family: var(--font); color: var(--ink); font-weight: var(--w-display); }
h1 { font-size: 60px; line-height: 66px; letter-spacing: -1.8px; }
h2 { font-size: 36px; line-height: 42px; letter-spacing: -1.1px; }
h3 { font-size: 22px; line-height: 28px; letter-spacing: -0.5px; font-weight: 700; }
h4 { font-size: 17px; line-height: 22px; letter-spacing: -0.3px; font-weight: 700; }
h1 span:not([class]), h2 span:not([class]), h3 span:not([class]) { color: var(--accent-text); }
p strong, li strong { color: var(--ink); font-weight: 700; }

.wrap { max-width: var(--container); margin: 0 auto; padding: 0 30px; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 20px; top: 10px; z-index: 200; background: var(--ink); color: #fff; padding: 10px 20px; }

/* ==== CONTROLS — the coupling law ========================================
   .buton and .field share ONE height (50) and ONE radius (0).
   ========================================================================= */
.buton, .field { height: var(--control-h); border-radius: var(--radius); font-family: var(--font); }
.buton {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 30px;
  background: var(--gold); color: var(--ink);
  font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  border: 0; cursor: pointer;
  transition: background var(--t) ease, color var(--t) ease, border-color var(--t) ease;
}
.buton svg { width: 15px; height: 15px; fill: currentColor; }
.buton:hover { background: var(--ink); color: #fff; }        /* hover flips to ink */
.buton.v-teal { background: var(--accent); color: #fff; }
.buton.v-teal:hover { background: var(--ink); color: #fff; }
.buton.v-ghost { background: transparent; border: 2px solid var(--ink); color: var(--ink); }
.buton.v-ghost:hover { background: var(--ink); color: #fff; }
.buton.v-ghost-w { background: transparent; border: 2px solid rgba(255,255,255,0.55); color: #fff; }
.buton.v-ghost-w:hover { background: #fff; color: var(--ink); border-color: #fff; }

.field {
  border: 1px solid var(--line); padding: 0 15px;
  color: var(--ink); background: #fff; width: 100%;
  font-size: 15px;
}
textarea.field { height: auto; min-height: 150px; padding: 15px; line-height: 22px; resize: vertical; }
.field:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.field::placeholder { color: var(--ink-3); }

.kicker {
  display: inline-block; font-family: var(--font); font-weight: 700;
  font-size: 12px; line-height: 18px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--accent-text); margin-bottom: 15px;
}
.kicker.v-gold { color: var(--gold-text); }

/* ==== LOGO — the full Sparky Picture crest (dog + arched wordmark) ======= */
.brand { display: inline-flex; align-items: center; white-space: nowrap; }
.brand .lg-badge {
  width: 68px; height: 68px; flex: 0 0 auto; border-radius: 50%;
  background: #fff; border: 2.5px solid var(--accent);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.brand .lg-badge img { width: 90%; height: 90%; object-fit: contain; }

/* ==== HEADER — one slim dark bar, sticky ================================= */
.site-header { position: sticky; top: 0; z-index: 90; background: var(--cinema); border-bottom: 1px solid var(--line-d); }
.site-header .wrap { display: flex; align-items: center; height: 80px; gap: 30px; }
.site-nav-main { display: flex; align-items: center; margin-left: auto; }
.site-nav-main ul { display: flex; align-items: center; list-style: none; }
.site-nav-main li { display: flex; }
.site-nav-main a {
  display: flex; align-items: center; height: 80px; padding: 0 15px;
  color: rgba(255,255,255,0.82); font-weight: 600; font-size: 13px; letter-spacing: 1px; text-transform: uppercase;
  transition: color var(--t) ease;
}
.site-nav-main a:hover, .site-nav-main li.current-menu-item a { color: var(--gold); }
.site-nav-main .current-menu-item a { box-shadow: inset 0 -3px 0 var(--gold); }
.header-cta { margin-left: 10px; }
.nav-toggle { display: none; margin-left: auto; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle svg { width: 26px; height: 26px; fill: #fff; }

/* ==== MOBILE OVERLAY MENU — full-bleed sheet, never a dropdown =========== */
.mnav {
  position: fixed; inset: 0; z-index: 200;
  display: flex; flex-direction: column; background: var(--cinema);
  visibility: hidden; opacity: 0; transform: translateY(-12px);
  transition: opacity var(--t) ease, transform var(--t) ease, visibility var(--t);
}
.mnav.open { visibility: visible; opacity: 1; transform: none; }
.mnav-head {
  flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between;
  height: 80px; padding: 0 20px; border-bottom: 1px solid var(--line-d);
}
.mnav-title { font-weight: 800; font-size: 22px; color: #fff; letter-spacing: -0.5px; }
.mnav-close {
  width: 44px; height: 44px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center;
  background: var(--accent); border: 0; border-radius: var(--radius); cursor: pointer; transition: background var(--t) ease;
}
.mnav-close svg { width: 16px; height: 16px; fill: #fff; }
.mnav-close:hover { background: var(--gold); }
.mnav-close:hover svg { fill: var(--ink); }
.mnav-body { flex: 1 1 auto; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.mnav-menu li a {
  display: flex; align-items: center; min-height: 60px; padding: 0 20px;
  border-bottom: 1px solid var(--line-d);
  color: #fff; font-weight: 700; font-size: 18px; letter-spacing: -0.3px;
  transition: color var(--t) ease, background var(--t) ease;
}
.mnav-menu li a:hover, .mnav-menu li.current-menu-item a { color: var(--gold); }
.mnav-cta {
  display: flex; align-items: center; justify-content: center;
  height: var(--control-h); margin: 20px;
  background: var(--gold); color: var(--ink);
  font-weight: 700; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; border-radius: var(--radius);
  transition: background var(--t) ease, color var(--t) ease;
}
.mnav-cta:hover { background: #fff; }
body.mnav-lock { overflow: hidden; }
@media (min-width: 1001px) { .mnav { display: none; } }

/* ==== HERO — full-bleed cinematic poster ================================ */
.hero { position: relative; background: var(--cinema); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; filter: brightness(0.85) contrast(1.02); }
.hero-scrim { position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(19,16,25,0.93) 0%, rgba(19,16,25,0.78) 45%, rgba(19,16,25,0.5) 100%),
  linear-gradient(0deg, rgba(19,16,25,0.9) 0%, rgba(19,16,25,0) 55%); }
.hero-inner { position: relative; z-index: 2; padding: 120px 0 100px; }
.hero .kicker { color: var(--gold); }
.hero h1 { color: #fff; font-size: 60px; line-height: 64px; max-width: 15ch; }
.hero h1 span:not([class]) { color: var(--accent); }
.hero-lead { color: rgba(255,255,255,0.86); font-size: 18px; line-height: 28px; max-width: 600px; margin: 20px 0 30px; }
.hero-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.hero-strip { position: relative; z-index: 2; border-top: 1px solid var(--line-d); display: flex; flex-wrap: wrap; }
.hero-strip .hs-item { flex: 1 1 0; min-width: 200px; padding: 32px 0; display: flex; align-items: center; gap: 15px; }
.hero-strip .hs-item::before { content: ""; flex: 0 0 auto; width: 4px; height: 38px; background: var(--accent); }
.hero-strip .hs-item + .hs-item { border-left: 1px solid var(--line-d); padding-left: 40px; }
.hero-strip .hs-txt { color: rgba(255,255,255,0.72); font-size: 13px; line-height: 18px; font-weight: 500; white-space: nowrap; }
.hero-strip .hs-txt strong { color: #fff; display: block; font-size: 16px; font-weight: 700; letter-spacing: -0.2px; margin-bottom: 2px; }

/* ==== SECTIONS =========================================================== */
.sec { padding: 80px 0; }
.sec.v-cream { background: var(--cream); }
.sec.v-white { background: #fff; }
.sec.v-cinema { background: var(--cinema); }
.sec.v-teal { background: var(--accent-deep); }
.sec.v-cinema h1, .sec.v-cinema h2, .sec.v-cinema h3, .sec.v-cinema h4,
.sec.v-teal h1, .sec.v-teal h2, .sec.v-teal h3, .sec.v-teal h4 { color: #fff; }
.sec.v-cinema p, .sec.v-teal p { color: rgba(255,255,255,0.82); }
.sec.v-cinema h2 span:not([class]) { color: var(--accent); }
.sec.v-teal h2 span:not([class]) { color: var(--gold); }
.sec.v-cinema .kicker { color: var(--gold); }
.sec.v-teal .kicker { color: rgba(255,255,255,0.85); }

.sec-head { margin-bottom: 40px; }
.sec-head.v-center { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.sec-head h2 { max-width: 18ch; }
.sec-head.v-center h2 { max-width: none; }
.sec-head p { margin-top: 15px; font-size: 17px; line-height: 26px; max-width: 620px; }
.sec-head.v-center p { margin-left: auto; margin-right: auto; }

.rule-lead { display: flex; align-items: center; gap: 20px; }
.rule-lead::after { content: ""; height: 2px; background: var(--accent); flex: 1; opacity: 0.35; }

/* ==== MISSION — a full-bleed statement ================================== */
.statement { text-align: center; max-width: 1000px; margin: 0 auto; }
.statement .big { font-weight: 800; line-height: 44px; letter-spacing: -1.2px; font-size: 38px; color: #fff; }
.statement .big b { color: var(--gold); font-weight: 800; }
.statement .sub { margin-top: 20px; font-size: 18px; line-height: 27px; color: rgba(255,255,255,0.8); max-width: 700px; margin-left: auto; margin-right: auto; }

/* ==== FEATURED FILM (video / poster) ==================================== */
.feature { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 50px; align-items: center; }
.feature .video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #000; box-shadow: var(--shadow-cinema); border: 1px solid var(--line-d); }
.feature .video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.feature a.video-frame { display: block; }
.feature .video-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.play-badge { position: absolute; inset: 0; margin: auto; width: 76px; height: 76px; z-index: 2; display: flex; align-items: center; justify-content: center; background: var(--gold); border-radius: 50%; transition: background var(--t) ease, transform var(--t) ease; }
.play-badge svg { width: 26px; height: 26px; fill: var(--ink); margin-left: 5px; }
a.video-frame:hover .play-badge { background: #fff; transform: scale(1.08); }
.feature .poster-frame { overflow: hidden; box-shadow: var(--shadow-cinema); border: 1px solid var(--line); background: #000; }
.feature .poster-frame img { width: 100%; display: block; }
.feature .laurels { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; color: var(--gold-text); font-weight: 700; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; }
.sec.v-cinema .feature .laurels { color: var(--gold); }
.feature .laurels svg { width: 16px; height: 16px; flex: 0 0 auto; fill: var(--gold); }
.feature .status-tag { display: inline-block; margin-bottom: 15px; padding: 6px 13px; background: var(--gold); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.feature h2 { font-size: 40px; line-height: 44px; }

/* ==== FILMSTRIP — numbered editorial project rows ======================= */
.filmstrip { border-top: 1px solid var(--line); }
.strip-row {
  display: grid; grid-template-columns: 1fr 190px; gap: 30px; align-items: center;
  padding: 28px 20px 28px 24px; border-bottom: 1px solid var(--line);
  position: relative; transition: background var(--t) ease;
}
/* a teal edge accent that grows in on hover — replaces the index number */
.strip-row::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--accent); transform: scaleY(0); transform-origin: center; transition: transform var(--t) ease; }
.sec.v-cinema .strip-row { border-color: var(--line-d); }
@media (hover: hover) and (pointer: fine) {
  .strip-row:hover { background: #fff; }
  .strip-row:hover::before { transform: scaleY(1); }
  .sec.v-cinema .strip-row:hover { background: rgba(255,255,255,0.03); }
}
.strip-main h3 { font-size: 26px; line-height: 30px; margin-bottom: 10px; }
.strip-main p { font-size: 15px; line-height: 22px; max-width: 62ch; }
.strip-meta { text-align: right; }
.strip-tag { display: inline-block; padding: 6px 12px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 10px; }
.strip-tag.v-tv { background: var(--gold); color: var(--ink); }
.strip-status { display: block; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
.sec.v-cinema .strip-status { color: rgba(255,255,255,0.6); }

/* ==== TEAM — full-width portrait rows =================================== */
.member { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 50px; align-items: center; scroll-margin-top: 100px; }
.member + .member { margin-top: 60px; padding-top: 60px; border-top: 1px solid var(--line); }
.member.v-flip { grid-template-columns: 1.2fr 0.8fr; }
.member.v-flip .member-photo { order: 2; }
.member-photo { position: relative; overflow: hidden; border-radius: 8px; transform: translateZ(0); isolation: isolate; }
.member-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 0.5s ease; transform: translateZ(0) scale(1); backface-visibility: hidden; }
.member:hover .member-photo img { transform: translateZ(0) scale(1.05); }
.member-body h2 { font-size: 40px; line-height: 44px; margin: 5px 0 20px; letter-spacing: -1.2px; }
.member-body .kicker { margin-bottom: 10px; }
.member-bio p { font-size: 15px; line-height: 23px; }
.member-bio p + p { margin-top: 15px; }
.team-links { display: flex; gap: 10px; margin-top: 25px; flex-wrap: wrap; }
.team-links a {
  display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 18px;
  background: #fff; border: 1px solid var(--line); color: var(--ink);
  font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  transition: background var(--t) ease, color var(--t) ease, border-color var(--t) ease;
}
.team-links a svg { width: 15px; height: 15px; fill: currentColor; }
.team-links a img { height: 14px; width: auto; }
.team-links a:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.team-links a:hover img { filter: brightness(0) invert(1); }

/* compact team preview (home) */
.team-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.team-mini a { display: block; }
.tm-photo { overflow: hidden; aspect-ratio: 4 / 5; border-radius: 8px; position: relative; transform: translateZ(0); isolation: isolate; }
.tm-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; transform: translateZ(0) scale(1); backface-visibility: hidden; }
.team-mini a:hover .tm-photo img { transform: translateZ(0) scale(1.05); }
.tm-name { font-weight: 800; font-size: 24px; color: var(--ink); margin-top: 15px; line-height: 1.05; letter-spacing: -0.8px; }
.tm-role { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent-text); font-weight: 700; margin-top: 8px; }
.sec.v-cinema .tm-name { color: #fff; }
.sec.v-cinema .tm-role { color: var(--accent); }

/* ==== JOIN — full-bleed CTA ============================================= */
.join { text-align: center; }
.join h2 { font-size: 44px; line-height: 48px; color: #fff; }
.join h2 span:not([class]) { color: var(--gold); }
.join p { color: rgba(255,255,255,0.85); font-size: 18px; line-height: 27px; max-width: 620px; margin: 15px auto 30px; }

/* ==== CONTACT =========================================================== */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: start; }
.contact-grid > * { min-width: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { margin-bottom: 20px; }
.form-field label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ink); margin-bottom: 10px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { display: flex; align-items: center; gap: 10px; padding: 15px 20px; margin-bottom: 25px; font-weight: 600; font-size: 15px; border-left: 5px solid; }
.form-note svg { width: 22px; height: 22px; flex: 0 0 auto; }
.form-note.ok { background: #e9f7f0; color: #147a54; border-color: #147a54; }
.form-note.ok svg { fill: #147a54; }
.form-note.err { background: #fdeede; color: var(--gold-text); border-color: var(--gold); }
.form-note.err svg { fill: var(--gold-deep); }
.info-panel { background: var(--cinema); padding: 40px; }
.info-panel .kicker { color: var(--gold); }
.info-panel h3 { color: #fff; font-size: 28px; line-height: 32px; margin-bottom: 25px; }
.info-item { display: flex; align-items: flex-start; gap: 15px; padding: 15px 0; border-top: 1px solid var(--line-d); }
.info-item:first-of-type { border-top: 0; }
.info-item svg { width: 22px; height: 22px; fill: var(--accent); flex: 0 0 auto; margin-top: 3px; }
.info-item > span { min-width: 0; flex: 1 1 auto; }
.info-item .in-small { display: block; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.55); font-weight: 700; }
.info-item .in-big { display: block; font-size: 16px; color: #fff; font-weight: 700; margin-top: 3px; overflow-wrap: break-word; }
.info-item a.in-big:hover { color: var(--gold); }

/* ==== PROSE (fallback) ================================================== */
.prose { max-width: 720px; }
.prose p { margin-bottom: 15px; font-size: 16px; line-height: 25px; }
.prose h2 { margin: 30px 0 15px; }

/* ==== FOOTER — editorial, minimal ====================================== */
.site-footer { background: var(--cinema); color: rgba(255,255,255,0.7); }
.site-footer .ft-top { padding: 60px 0 40px; text-align: center; border-bottom: 1px solid var(--line-d); }
.site-footer .brand { justify-content: center; margin-bottom: 24px; }
.site-footer .ft-tagline { max-width: 620px; margin: 0 auto 30px; font-size: 15px; line-height: 24px; }
.ft-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 30px; }
.ft-nav a { color: rgba(255,255,255,0.78); font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.ft-nav a:hover { color: var(--gold); }
.ft-bottom { padding: 20px 0; }
.ft-bottom .wrap { display: flex; align-items: center; justify-content: space-between; gap: 15px; flex-wrap: wrap; font-size: 12px; letter-spacing: 0.3px; color: rgba(255,255,255,0.5); }

/* ==== RESPONSIVE — mobile headings STAY SMALL (22–30px) ================= */
@media (max-width: 1000px) {
  h1 { font-size: 30px; line-height: 34px; letter-spacing: -0.9px; }
  h2 { font-size: 26px; line-height: 30px; letter-spacing: -0.7px; }
  .hero h1 { font-size: 30px; line-height: 34px; }
  .statement .big { font-size: 26px; line-height: 32px; letter-spacing: -0.6px; }
  .feature h2, .member-body h2 { font-size: 28px; line-height: 32px; }
  .join h2 { font-size: 30px; line-height: 34px; }
  .site-nav-main, .header-cta { display: none; }
  .nav-toggle { display: block; }
  .brand .lg-badge { width: 58px; height: 58px; }
  .hero-inner { padding: 60px 0 50px; }
  .feature, .contact-grid, .member, .member.v-flip { grid-template-columns: 1fr; gap: 30px; }
  .member.v-flip .member-photo { order: 0; }
  .member-photo { max-width: 440px; }
  .team-mini { grid-template-columns: 1fr 1fr; }
  .strip-row { grid-template-columns: 1fr; gap: 14px; padding: 24px 6px 24px 20px; }
  .strip-meta { text-align: left; }
  .strip-main h3 { font-size: 22px; }
  .sec { padding: 55px 0; }
}
@media (max-width: 580px) {
  .wrap { padding-left: 20px; padding-right: 20px; }
  .brand .lg-badge { width: 50px; height: 50px; }
  .hero-strip .hs-item { flex-basis: 100%; }
  .hero-strip .hs-item + .hs-item { border-left: 0; padding-left: 0; border-top: 1px solid var(--line-d); }
  .hero-strip .hs-txt { white-space: normal; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .team-mini { grid-template-columns: 1fr; }
  .info-panel { padding: 30px; }
}
