/* =========================================================
   Uncle Al's Breader Bucket — site styles
   Country brand, grown-up execution.
   ========================================================= */

:root {
  --red:        #A8221B;
  --red-dark:   #7A1612;
  --red-soft:   #C04A3E;
  --gold:       #C68528;
  --gold-soft:  #E5B768;
  --gold-dark:  #8E5E18;
  --cream:      #FAF3E4;
  --paper:      #F2E8D2;
  --ink:        #1A1411;
  --ink-soft:   #2F2520;
  --gray:       #5A4A40;
  --rule:       rgba(26, 20, 17, 0.12);
  --shadow-sm:  0 1px 2px rgba(26, 20, 17, 0.08);
  --shadow-md:  0 8px 24px rgba(26, 20, 17, 0.12);
  --shadow-lg:  0 22px 48px rgba(26, 20, 17, 0.24);
  --max-width:  1180px;
  --radius:     4px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }

/* Type system */
.display, h1, h2, h3 {
  font-family: 'Fraunces', 'Playfair Display', Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.05;
  color: var(--ink);
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
h1 { font-size: clamp(40px, 6.5vw, 76px); }
h2 { font-size: clamp(28px, 4vw, 44px); }
h3 { font-size: clamp(20px, 2.4vw, 26px); font-weight: 600; }

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 12px;
  font-weight: 600;
  color: var(--gold-dark);
  font-family: 'Inter', sans-serif;
}

.lede {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 22px);
  color: var(--gray);
  line-height: 1.5;
}

/* =========================================================
   ANNOUNCEMENT STRIP
   ========================================================= */
.top-strip {
  background: var(--ink);
  color: var(--cream);
  text-align: center;
  padding: 9px 16px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
}
.top-strip a {
  color: var(--gold-soft);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.top-strip a:hover { color: var(--cream); }

/* =========================================================
   HEADER (slim, refined)
   ========================================================= */
.site-header {
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
}
.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--ink);
}
.brand-mark {
  width: 40px;
  height: 40px;
  background: url("uncle_al_mascot.png") no-repeat center / contain;
  flex: 0 0 40px;
}
.brand-text {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: var(--ink);
}
.brand-text .small {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 4px;
}

nav ul { list-style: none; display: flex; gap: 32px; align-items: center; }
nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.12s ease, border-color 0.12s ease;
}
nav a:hover,
nav a.active { color: var(--red); border-bottom-color: var(--red); }
nav .phone {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  color: var(--red);
  border-bottom: none;
}
nav .phone:hover { color: var(--red-dark); border-bottom: none; }

/* =========================================================
   HERO (photo-driven)
   ========================================================= */
.hero {
  position: relative;
  background: var(--ink);
  color: var(--cream);
  overflow: hidden;
}
.hero-grid {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 560px;
}
.hero-text {
  padding: 80px 56px 80px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  position: relative;
  z-index: 2;
}
.hero-text .eyebrow { color: var(--gold-soft); margin-bottom: 4px; }
.hero h1 {
  color: var(--cream);
  font-size: clamp(44px, 6vw, 84px);
  font-weight: 700;
  line-height: 0.98;
}
.hero h1 .accent { color: var(--gold-soft); font-style: italic; }
.hero .lede {
  color: rgba(250, 243, 228, 0.9);
  max-width: 38ch;
  font-style: normal;
  font-family: 'Inter', sans-serif;
  font-size: clamp(17px, 1.7vw, 19px);
  line-height: 1.6;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-size: 13px;
  color: var(--gold-soft);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  align-items: center;
  margin-top: 6px;
}
.hero-meta span:not(:last-child)::after {
  content: "·";
  margin-left: 22px;
  color: rgba(229, 183, 104, 0.5);
}
.hero-cta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.hero-photo {
  position: relative;
  background-image:
    linear-gradient(to right, rgba(26, 20, 17, 0.85), rgba(26, 20, 17, 0.0) 35%),
    url("breader-bucket-demo-poster.jpg");
  background-size: cover;
  background-position: center 30%;
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 20, 17, 0.1), rgba(26, 20, 17, 0));
}
.hero-stamp {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: clamp(120px, 18vw, 200px);
  height: auto;
  transform: rotate(-4deg);
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.45));
  z-index: 3;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: var(--ink);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 28px;
  font-size: 14px;
  border: 1px solid var(--gold-dark);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: background 0.12s ease, box-shadow 0.12s ease, transform 0.05s ease;
  cursor: pointer;
}
.button:hover { background: var(--gold-soft); box-shadow: var(--shadow-md); }
.button:active { transform: translateY(1px); }
.button--ghost {
  background: transparent;
  border-color: var(--cream);
  color: var(--cream);
  box-shadow: none;
}
.button--ghost:hover { background: var(--cream); color: var(--ink); }
.button--lg { padding: 18px 36px; font-size: 15px; }

.phone-inline {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  color: inherit;
  font-size: clamp(20px, 2.4vw, 26px);
  text-decoration: none;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.phone-inline:hover { color: var(--gold-soft); }
.phone-inline::before {
  content: "";
  width: 18px; height: 18px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2a15.04 15.04 0 0 1-6.59-6.6l2.2-2.2c.27-.27.36-.66.24-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z'/></svg>") no-repeat center / contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2a15.04 15.04 0 0 1-6.59-6.6l2.2-2.2c.27-.27.36-.66.24-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z'/></svg>") no-repeat center / contain;
}

/* =========================================================
   GENERIC SECTION
   ========================================================= */
.section { padding: 96px 28px; }
.section-inner { max-width: var(--max-width); margin: 0 auto; }
.section--cream  { background: var(--cream); }
.section--paper  { background: var(--paper); }
.section--red    { background: var(--red); color: var(--cream); }
.section--ink    { background: var(--ink); color: var(--cream); }

.section--red h2, .section--ink h2 { color: var(--cream); }

.section .eyebrow { display: inline-block; margin-bottom: 14px; }
.section--red .eyebrow, .section--ink .eyebrow { color: var(--gold-soft); }

/* =========================================================
   ABOUT
   ========================================================= */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-copy h2 { margin-bottom: 22px; }
.about-copy p { margin-bottom: 16px; color: var(--gray); font-size: 17px; line-height: 1.7; }
.about-copy .signature {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  font-style: italic;
}
.about-copy .signature::before {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--gold);
}
.about-photo {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4/5;
  background: var(--ink);
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

/* About-section video (Uncle Al pitch) */
.about-video {
  text-align: center;
  margin: 0 auto;
  max-width: 360px;
}
.about-video .video-wrap--vertical {
  border-radius: var(--radius);
}
.about-video .video-wrap--vertical video {
  width: 100%;
  height: auto;
  display: block;
}
.about-video figcaption {
  margin-top: 14px;
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  color: var(--gray);
  font-size: 15px;
  letter-spacing: 0.01em;
}

/* =========================================================
   VIDEOS
   ========================================================= */
.video-block { text-align: center; max-width: var(--max-width); margin: 0 auto; }
.video-block .eyebrow { margin-bottom: 14px; }
.video-block h2 { margin-bottom: 12px; }
.video-block .lede { max-width: 50ch; margin: 0 auto 44px; }

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  justify-items: center;
}
.video-item { width: 100%; max-width: 360px; }
.video-item h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  color: var(--red);
  margin-bottom: 12px;
  text-align: center;
}
.video-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink);
  box-shadow: var(--shadow-lg);
  position: relative;
}
.video-wrap video {
  width: 100%;
  height: auto;
  display: block;
  background: var(--ink);
}
.video-item p {
  margin-top: 12px;
  font-size: 14px;
  color: var(--gray);
  font-style: italic;
}

/* Featured landscape video (primary demo) */
.video-featured {
  max-width: 880px;
  margin: 0 auto 64px;
}
.video-featured .video-wrap--landscape {
  aspect-ratio: 16 / 9;
}
.video-featured .video-wrap--landscape video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-caption {
  margin-top: 14px;
  font-size: 14px;
  color: var(--gray);
  font-style: italic;
  text-align: center;
  letter-spacing: 0.02em;
}

/* Secondary vertical video (founder pitch) */
.video-secondary {
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
  padding-top: 16px;
  border-top: 1px solid var(--rule);
}
.video-secondary .eyebrow { display: block; margin: 36px 0 10px; }
.video-secondary h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 24px);
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--ink);
  margin-bottom: 22px;
  line-height: 1.2;
}
.video-secondary .video-wrap--vertical {
  max-width: 280px;
  margin: 0 auto;
}
.video-secondary .video-wrap--vertical video {
  width: 100%;
  height: auto;
}

/* =========================================================
   CTA BAND
   ========================================================= */
.cta-band {
  background: var(--red);
  color: var(--cream);
  padding: 64px 28px;
  text-align: center;
}
.cta-band .eyebrow { color: var(--gold-soft); margin-bottom: 10px; }
.cta-band h2 {
  color: var(--cream);
  font-size: clamp(28px, 3.8vw, 42px);
  margin-bottom: 12px;
}
.cta-band .lede {
  color: rgba(250, 243, 228, 0.86);
  max-width: 52ch;
  margin: 0 auto 28px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
}
.cta-band .actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.contact-card, .form-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow-sm);
}
.contact-card h3, .form-card h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}
.contact-list { list-style: none; }
.contact-list li { padding: 16px 0; border-bottom: 1px solid var(--rule); }
.contact-list li:last-child { border-bottom: 0; }
.contact-list .label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  color: var(--gray);
  font-weight: 600;
  margin-bottom: 4px;
}
.contact-list .value { font-size: 17px; color: var(--ink); font-weight: 500; }
.contact-list a { color: var(--red); text-decoration: none; font-weight: 600; }
.contact-list a:hover { color: var(--red-dark); }

.form-card .hint { color: var(--gray); font-size: 14px; margin-bottom: 24px; line-height: 1.5; }
.form-row { margin-bottom: 18px; }
.form-row label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  color: var(--gray);
  font-weight: 600;
  margin-bottom: 6px;
}
.form-row input,
.form-row textarea {
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  transition: border-color 0.12s ease, box-shadow 0.12s ease;
}
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(198, 133, 40, 0.16);
}
.form-row textarea { min-height: 120px; resize: vertical; font-family: 'Inter', sans-serif; }

/* =========================================================
   PAGE HEAD (where-to-buy)
   ========================================================= */
.page-head {
  background: var(--cream);
  padding: 80px 28px 36px;
  text-align: center;
}
.page-head .eyebrow { margin-bottom: 12px; }
.page-head h1 { font-size: clamp(38px, 5.5vw, 58px); margin-bottom: 18px; }
.page-head .lede { max-width: 56ch; margin: 0 auto; }

/* =========================================================
   VENDOR LIST
   ========================================================= */
.vendors {
  padding: 32px 28px 80px;
  max-width: var(--max-width);
  margin: 0 auto;
}
.state-block { margin-bottom: 56px; }
.state-block:last-child { margin-bottom: 0; }
.state-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 12px;
  margin-bottom: 22px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(24px, 3.2vw, 30px);
  color: var(--ink);
}
.state-head .count {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray);
}
ul.vendor-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 0 48px;
}
ul.vendor-list li { border-bottom: 1px solid var(--rule); }
ul.vendor-list a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 6px;
  font-size: 16px;
  color: var(--ink);
  text-decoration: none;
  transition: background 0.1s ease;
}
ul.vendor-list a:hover { background: var(--paper); }
ul.vendor-list .vname { font-weight: 600; display: flex; align-items: center; gap: 10px; color: var(--ink); }
ul.vendor-list .vname::before {
  content: "";
  width: 14px; height: 14px; flex: 0 0 14px;
  background-color: var(--red);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/></svg>") no-repeat center / contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/></svg>") no-repeat center / contain;
}
ul.vendor-list .vcity { color: var(--gray); font-style: italic; white-space: nowrap; align-self: center; font-size: 14px; }

/* MAP */
.map-section {
  padding: 0 28px 88px;
  max-width: var(--max-width);
  margin: 0 auto;
}
.map-section .eyebrow { display: block; margin-bottom: 12px; }
.map-section h2 { font-size: clamp(26px, 3.4vw, 34px); margin-bottom: 22px; }
.map-wrap {
  height: 540px;
  border-radius: var(--radius);
  border: 1px solid var(--rule);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.leaflet-popup-content-wrapper { border-radius: var(--radius); }
.leaflet-popup-content {
  margin: 14px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
.leaflet-popup-content .city-name {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  color: var(--ink);
  font-size: 17px;
  margin-bottom: 8px;
  display: block;
  letter-spacing: -0.01em;
}
.leaflet-popup-content ul { list-style: none; margin: 0; padding: 0; }
.leaflet-popup-content li { padding: 5px 0; border-bottom: 1px dotted var(--rule); }
.leaflet-popup-content li:last-child { border-bottom: 0; }
.leaflet-popup-content a { color: var(--red); text-decoration: none; font-weight: 600; }
.leaflet-popup-content a:hover { color: var(--red-dark); text-decoration: underline; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background: var(--ink);
  color: var(--cream);
  padding: 56px 28px 36px;
}
.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 36px;
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand .mark {
  width: 48px; height: 48px;
  background: url("uncle_al_mascot.png") no-repeat center / contain;
  filter: brightness(1.05);
}
.footer-brand .name {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.footer-brand .small {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--gold-soft);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.footer-meta { text-align: center; font-size: 13px; color: rgba(250, 243, 228, 0.72); letter-spacing: 0.06em; }
.footer-meta .made {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: var(--gold-soft);
  font-size: 12px;
  margin-bottom: 8px;
}
.footer-phone { text-align: right; }
.footer-phone a {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  color: var(--cream);
  font-size: 20px;
  text-decoration: none;
}
.footer-phone a:hover { color: var(--gold-soft); }
.footer-phone .label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold-soft);
  font-weight: 600;
  margin-bottom: 4px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-text { padding: 64px 28px 28px; }
  .hero-photo {
    min-height: 360px;
    background-image:
      linear-gradient(to bottom, rgba(26,20,17,0.6), rgba(26,20,17,0.0) 40%),
      url("breader-bucket-demo-poster.jpg");
    background-position: center 35%;
  }
  .hero-stamp { width: clamp(110px, 22vw, 160px); right: 20px; bottom: 20px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo { aspect-ratio: 16/10; max-width: 520px; margin: 0 auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; text-align: center; justify-items: center; }
  .footer-brand { justify-content: center; }
  .footer-phone { text-align: center; }
  .section { padding: 72px 24px; }
}
@media (max-width: 680px) {
  .video-grid { grid-template-columns: 1fr; gap: 32px; }
  .video-item { max-width: 360px; }
  .header-inner { padding: 14px 20px; gap: 12px; }
  nav ul { gap: 18px; }
  nav a { font-size: 13px; }
  nav .phone { display: none; }
  body { font-size: 16px; }
  .section { padding: 56px 20px; }
}
