/* =========================================================
   THE A ONE BIOECONOMY VENTURES
   Premium responsive website design
   ========================================================= */

:root {
  --ink: #151817;
  --ink-2: #202522;
  --gold: #f6c945;
  --gold-2: #ffd95e;
  --gold-soft: #fff4bf;
  --green: #1e6b45;
  --green-2: #2f8a5b;
  --green-soft: #e9f3ec;
  --cream: #f7f4ea;
  --cream-2: #fffdf7;
  --white: #fff;
  --muted: #69716b;
  --line: rgba(21, 24, 23, .11);
  --shadow: 0 24px 70px rgba(16, 25, 20, .10);
  --shadow-sm: 0 12px 32px rgba(16, 25, 20, .08);
  --radius: 24px;
  --wrap: 1220px;
  --header: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
body::selection { background: var(--gold); color: var(--ink); }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { border: 0; }
.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }

/* ---------- Background ---------- */
.bg-ambient {
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 8%, rgba(246,201,69,.10), transparent 28%),
    radial-gradient(circle at 92% 55%, rgba(47,138,91,.08), transparent 30%),
    var(--cream);
}

/* ---------- Top bar ---------- */
.group-strip {
  color: #d9dedb;
  background: #0c0f0e;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
}
.group-strip__inner {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.group-strip strong { color: var(--gold); font-weight: 700; }
.group-strip a { color: #f2f3ef; text-decoration: none; transition: color .2s; }
.group-strip a:hover { color: var(--gold); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(247,244,234,.88);
  border-bottom: 1px solid rgba(21,24,23,.09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.header__inner { min-height: var(--header); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; color: var(--ink); text-decoration: none; }
.brand__logo {
  width: 58px !important;
  height: 58px !important;
  object-fit: cover !important;
  border-radius: 50%;
  border: 3px solid var(--gold);
  background: #050505;
  box-shadow: 0 5px 18px rgba(0,0,0,.16);
  flex: 0 0 auto;
}
.brand__text {
  max-width: 280px;
  font-family: Fraunces, Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.02em;
}
.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  position: relative;
  padding: 9px 11px;
  color: #3e4641;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: .2s ease;
}
.nav a:hover { color: var(--ink); background: rgba(246,201,69,.14); }
.nav a::after {
  content: "";
  position: absolute;
  left: 11px; right: 11px; bottom: 4px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.nav a:hover::after { transform: scaleX(1); }
.nav .nav__cta,
.nav .nav__cta:hover {
  margin-left: 7px;
  padding: 10px 18px;
  color: #111;
  background: var(--gold);
  border: 1px solid var(--gold);
  box-shadow: 0 8px 18px rgba(246,201,69,.22);
}
.nav .nav__cta::after { display: none; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 8px; border-radius: 10px; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--ink); border-radius: 3px; transition: .2s; }

/* ---------- Type ---------- */
h1, h2, h3 { margin-top: 0; font-family: Fraunces, Georgia, serif; letter-spacing: -.035em; }
h1, h2, h3 { color: var(--ink); }
h2 { margin-bottom: 18px; font-size: clamp(38px, 4.7vw, 62px); line-height: 1.02; }
h3 { font-size: 23px; line-height: 1.2; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: "◆"; margin-right: 8px; color: var(--gold); font-size: 8px; }
.section__lead { max-width: 760px; margin: 0 0 40px; color: var(--muted); font-size: 17px; }
.prose { color: #4d5851; font-size: 17px; }
.prose p:last-child { margin-bottom: 0; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 780px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 22%, rgba(246,201,69,.18), transparent 26%),
    radial-gradient(circle at 64% 85%, rgba(47,138,91,.22), transparent 30%),
    linear-gradient(130deg, #101412 0%, #17201b 48%, #0c110e 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  right: -210px;
  top: -170px;
  border: 1px solid rgba(246,201,69,.22);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(246,201,69,.025), 0 0 0 160px rgba(246,201,69,.018);
}
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 130px;
  background: linear-gradient(transparent, rgba(0,0,0,.25));
  pointer-events: none;
}
.hero__canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .42; pointer-events: none; }
.hero__inner { position: relative; z-index: 2; }
.hero .eyebrow { color: var(--gold-2); }
.hero__title {
  max-width: 980px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(55px, 8.2vw, 112px);
  line-height: .91;
  letter-spacing: -.065em;
}
.hero__title em { color: var(--gold); font-style: normal; }
.hero__sub { max-width: 720px; margin: 0 0 32px; color: rgba(255,255,255,.72); font-size: clamp(16px, 1.7vw, 20px); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 11px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: #111; background: var(--gold); box-shadow: 0 12px 30px rgba(246,201,69,.20); }
.btn--primary:hover { background: var(--gold-2); box-shadow: 0 16px 36px rgba(246,201,69,.28); }
.btn--ghost { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.25); }
.btn--ghost:hover { background: rgba(255,255,255,.12); }

/* ---------- Process strip ---------- */
.flow { position: relative; z-index: 3; margin-top: 68px; padding: 0; }
.flow__svg { display: block; width: 100%; height: auto; overflow: visible; }
.flow__line { stroke: rgba(246,201,69,.30); stroke-width: 2; stroke-dasharray: 4 10; }
.flow__node circle { fill: var(--gold); stroke: #101412; stroke-width: 5; }
.flow__node--core circle { fill: var(--green-2); stroke: var(--gold); stroke-width: 5; }
.flow__label { fill: #fff; font-family: "IBM Plex Mono", monospace; font-size: 10px; font-weight: 600; letter-spacing: .10em; }
.flow__sub { fill: rgba(255,255,255,.58); font-family: Inter, sans-serif; font-size: 11px; }

/* ---------- Sections ---------- */
.section { position: relative; padding: 105px 0; background: var(--cream-2); }
.section--alt { background: #f0ede2; }
.section + .section { border-top: 1px solid rgba(21,24,23,.06); }
.grid-2 { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(45px,8vw,110px); align-items: start; }

/* ---------- About ---------- */
#about .grid-2 > div:first-child { position: sticky; top: 125px; }
#about h2 { max-width: 470px; }
.prose p { margin-bottom: 22px; }
.prose p:first-child::first-letter { color: var(--green); font-family: Fraunces, Georgia, serif; font-size: 3.8em; float: left; line-height: .82; padding: 7px 8px 0 0; }

/* ---------- Mission ---------- */
.mv-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.mv-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  padding: 35px;
  border-radius: var(--radius);
  border: 1px solid rgba(21,24,23,.09);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.mv-card::after {
  content: "";
  position: absolute;
  width: 190px; height: 190px;
  right: -80px; bottom: -80px;
  border-radius: 50%;
  background: rgba(246,201,69,.15);
}
.mv-card:nth-child(2)::after { background: rgba(47,138,91,.12); }
.mv-card__tag { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 45px; color: var(--green); font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.mv-card__tag::before { content: ""; width: 22px; height: 2px; background: var(--gold); }
.mv-card p { position: relative; z-index: 1; margin: 0; max-width: 590px; color: #263029; font-family: Fraunces, Georgia, serif; font-size: clamp(24px, 3vw, 34px); line-height: 1.18; }

/* ---------- Highlights ---------- */
.highlights { padding: 78px 0; color: #fff; background: #101412; }
.highlights .wrap { width: min(calc(100% - 48px), 1280px); }
.highlights__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.highlight { padding: 8px 28px; border-left: 1px solid rgba(255,255,255,.13); }
.highlight:first-child { padding-left: 0; border-left: 0; }
.highlight__num { display: block; margin-bottom: 18px; color: var(--gold); font-family: "IBM Plex Mono", monospace; font-size: 11px; }
.highlight h3 { margin-bottom: 9px; color: #fff; font-size: 21px; }
.highlight p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }

/* ---------- Products ---------- */
.product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.product-card {
  position: relative;
  min-height: 255px;
  overflow: hidden;
  padding: 27px;
  border: 1px solid rgba(21,24,23,.09);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(21,24,23,.045);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.product-card::before {
  content: "";
  position: absolute;
  width: 110px; height: 110px;
  top: -50px; right: -45px;
  border-radius: 50%;
  background: rgba(246,201,69,.16);
  transition: transform .3s ease;
}
.product-card:hover { transform: translateY(-7px); border-color: rgba(246,201,69,.55); box-shadow: var(--shadow); }
.product-card:hover::before { transform: scale(1.5); }
.product-card--wide { grid-column: span 3; min-height: 220px; background: linear-gradient(120deg,#151817,#202a23); color: #fff; }
.product-card--wide h3 { color: #fff; }
.product-card--wide p { color: rgba(255,255,255,.68); max-width: 760px; }
.product-card--wide::before { background: rgba(246,201,69,.13); }
.product-card__image { width: calc(100% + 54px); height: 190px; margin: -27px -27px 23px; display: block; object-fit: cover; border-bottom: 1px solid var(--line); }
.product-card__index { position: relative; z-index: 1; display: inline-block; margin-bottom: 18px; color: var(--green); font-family: "IBM Plex Mono", monospace; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.product-card--wide .product-card__index { color: var(--gold); }
.product-card h3 { position: relative; z-index: 1; margin-bottom: 10px; font-size: 23px; }
.product-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

/* ---------- Services ---------- */
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: 50px; align-items: center; padding: 28px 8px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.service-row:hover { padding-left: 18px; padding-right: 18px; background: rgba(255,255,255,.56); }
.service-row h3 { margin: 0; font-size: 24px; }
.service-row p { margin: 0; color: var(--muted); font-size: 15px; }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; }
.team-card { position: relative; padding: 25px 16px; text-align: center; background: #fff; border: 1px solid rgba(21,24,23,.09); border-radius: 20px; box-shadow: 0 8px 25px rgba(21,24,23,.045); transition: transform .25s ease, box-shadow .25s ease; }
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.team-card__photo, .team-card__avatar { width: 112px; height: 112px; margin: 0 auto 18px; border-radius: 50%; }
.team-card__photo { display: block; object-fit: cover; border: 4px solid var(--gold-soft); }
.team-card__avatar { display: grid; place-items: center; color: #111; background: linear-gradient(145deg,var(--gold),var(--gold-2)); font-family: Fraunces, Georgia, serif; font-size: 32px; font-weight: 700; }
.team-card h3 { margin-bottom: 5px; font-size: 19px; }
.team-card__role { color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: 9px; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }

/* ---------- Contact ---------- */
.contact-list { padding: 0; margin: 30px 0 0; list-style: none; border-top: 1px solid var(--line); }
.contact-list li { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.contact-list li > span:first-child { color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.contact-list a { color: var(--green); font-weight: 700; text-decoration: none; overflow-wrap: anywhere; }
.contact-list a:hover { color: var(--ink); text-decoration: underline; }
.contact-form { padding: 32px; background: #fff; border: 1px solid rgba(21,24,23,.09); border-radius: 22px; box-shadow: var(--shadow); }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; margin-bottom: 6px; color: #343c37; font-size: 12px; font-weight: 700; }
.form-row input, .form-row textarea { width: 100%; display: block; padding: 12px 14px; color: var(--ink); background: #fbfaf5; border: 1px solid rgba(21,24,23,.12); border-radius: 10px; outline: none; transition: .2s; }
.form-row input { min-height: 46px; }
.form-row textarea { min-height: 135px; resize: vertical; }
.form-row input:focus, .form-row textarea:focus { background: #fff; border-color: var(--green); box-shadow: 0 0 0 4px rgba(47,138,91,.09); }
.form-status { min-height: 24px; margin: 13px 0 0; color: var(--green); font-size: 13px; }

/* ---------- Footer ---------- */
.footer { color: #d6ded8; background: #0b0e0d; }
.footer__inner { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 50px; align-items: end; padding: 68px 0 40px; }
.footer .brand__logo { width: 116px !important; height: 116px !important; margin-bottom: 15px; border-radius: 16px; border: 2px solid var(--gold); object-fit: cover !important; }
.footer__name { max-width: 320px; margin: 0; color: #fff; font-family: Fraunces, Georgia, serif; font-size: 18px; line-height: 1.3; }
.footer__links { display: grid; grid-template-columns: repeat(2,minmax(120px,1fr)); gap: 7px 22px; }
.footer__links a, .footer__group a { color: #adbab1; font-size: 13px; text-decoration: none; }
.footer__links a:hover, .footer__group a:hover { color: var(--gold); }
.footer__group { display: grid; gap: 3px; text-align: right; }
.footer__group span { color: #657269; font-size: 11px; }
.footer__bottom { padding: 18px 0 27px; color: #657169; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav a { padding-inline: 8px; font-size: 12px; }
  .team-grid { grid-template-columns: repeat(3,1fr); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .product-card--wide { grid-column: span 2; }
  .highlights__grid { grid-template-columns: repeat(2,1fr); row-gap: 35px; }
  .highlight:nth-child(3) { padding-left: 0; border-left: 0; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__group { text-align: left; }
}

@media (max-width: 800px) {
  :root { --header: 70px; }
  .wrap, .highlights .wrap { width: min(calc(100% - 32px), var(--wrap)); }
  .header__inner { position: relative; }
  .brand__logo { width: 52px !important; height: 52px !important; }
  .brand__text { max-width: 210px; font-size: 13px; }
  .nav-toggle { display: block; }
  .nav { position: absolute; top: calc(100% + 1px); left: -16px; right: -16px; display: none; padding: 10px 16px 16px; background: rgba(247,244,234,.98); border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(0,0,0,.08); }
  .nav.is-open, .nav.open, .nav[aria-hidden="false"] { display: grid; }
  .nav a { padding: 12px 10px; font-size: 14px; }
  .nav .nav__cta { margin: 5px 0 0; text-align: center; }
  .hero { min-height: 720px; padding: 75px 0 30px; }
  .hero__title { font-size: clamp(50px, 13vw, 82px); }
  .flow { margin-top: 50px; overflow-x: auto; }
  .flow__svg { min-width: 760px; }
  .section { padding: 78px 0; }
  .grid-2, .mv-grid { grid-template-columns: 1fr; }
  #about .grid-2 > div:first-child { position: static; }
  .service-row { grid-template-columns: 1fr; gap: 9px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .wrap, .highlights .wrap { width: min(calc(100% - 24px), var(--wrap)); }
  .group-strip__inner { min-height: 30px; font-size: 10px; }
  .brand__text { max-width: 170px; font-size: 11px; }
  .brand__logo { width: 48px !important; height: 48px !important; }
  .hero { min-height: 690px; padding-top: 58px; }
  .hero__title { font-size: clamp(45px, 15vw, 66px); }
  .hero__sub { font-size: 15px; }
  .hero__cta { display: grid; }
  .hero__cta .btn { width: 100%; }
  .section { padding: 64px 0; }
  h2 { font-size: 38px; }
  .section__lead { font-size: 15px; }
  .mv-card, .product-card, .contact-form { padding: 22px; }
  .product-grid, .team-grid, .highlights__grid { grid-template-columns: 1fr; }
  .product-card--wide { grid-column: auto; }
  .product-card__image { width: calc(100% + 44px); height: 190px; margin: -22px -22px 22px; }
  .highlight, .highlight:nth-child(3) { padding: 0 0 24px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .highlight:last-child { padding-bottom: 0; border-bottom: 0; }
  .contact-list li { grid-template-columns: 1fr; gap: 4px; }
  .footer__inner { grid-template-columns: 1fr; gap: 30px; padding-top: 55px; }
  .footer__group { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
:focus-visible { outline: 3px solid rgba(246,201,69,.9); outline-offset: 3px; }


/* =========================================================
   FINAL MOBILE + LOGO POLISH
   ========================================================= */

.site-header {
  overflow: visible;
}

.brand {
  min-width: 0;
  gap: 10px;
}

.brand__logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.footer .brand__logo {
  width: 120px;
  height: 100px;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

@media (max-width: 900px) {
  .header__inner {
    min-height: 70px;
    gap: 12px;
  }

  .brand__logo {
    width: 54px;
    height: 54px;
  }

  .brand__text {
    max-width: 200px;
    font-size: 13px;
  }

  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 10px 16px 18px;
    background: rgba(8, 12, 10, .98);
    border-top: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 18px 40px rgba(0,0,0,.3);
    flex-direction: column;
    align-items: stretch;
  }

  .nav.is-open,
  .nav.open,
  .nav[aria-hidden="false"] {
    display: flex;
  }

  .nav a {
    width: 100%;
    padding: 13px 12px;
    color: #f4f4f0;
    border-radius: 8px;
  }

  .nav a:hover {
    background: rgba(255,255,255,.08);
  }

  .nav .nav__cta {
    margin: 6px 0 0;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding: 72px 0 45px;
  }

  .hero__inner {
    width: min(calc(100% - 30px), var(--wrap));
  }

  .hero__title {
    max-width: 700px;
    font-size: clamp(45px, 13vw, 76px);
    line-height: .96;
  }

  .hero__sub {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.65;
  }

  .hero__cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero__cta .btn {
    width: 100%;
  }

  .flow {
    margin-top: 35px;
    padding-bottom: 5px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .flow__svg {
    min-width: 690px;
  }

  .section {
    padding: 62px 0;
  }

  .section__lead {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .grid-2,
  .mv-grid,
  .product-grid,
  .team-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-card--wide {
    grid-column: auto;
  }

  .product-card {
    min-height: 0;
  }

  .product-card__image {
    height: 210px;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }

  .service-row h3 {
    font-size: 21px;
  }

  .contact-form {
    padding: 20px;
  }

  .contact-list li {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 50px 0 30px;
  }

  .footer .brand__logo {
    width: 110px;
    height: 90px;
  }

  .footer__group {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .group-strip__inner {
    min-height: 30px;
    font-size: 10px;
  }

  .group-strip__inner > *:last-child {
    display: none;
  }

  .brand__logo {
    width: 48px;
    height: 48px;
  }

  .brand__text {
    max-width: 155px;
    font-size: 11px;
    line-height: 1.15;
  }

  .hero {
    padding-top: 58px;
  }

  .hero__title {
    font-size: clamp(42px, 15vw, 62px);
  }

  h2 {
    font-size: 34px;
  }

  .mv-card,
  .product-card {
    padding: 20px;
  }

  .product-card__image {
    margin: -20px -20px 20px;
    width: calc(100% + 40px);
    height: 185px;
  }

  .team-card__photo,
  .team-card__avatar {
    width: 105px;
    height: 105px;
  }

  .footer__links {
    grid-template-columns: 1fr;
  }
}

/* Prevent accidental horizontal overflow on small devices. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
