/* ============================================================
   Aeros — cinematic site styles.
   Consumes design-system tokens from ../styles.css.
   Black canvas · light serif display · viewfinder motif ·
   scroll-play video · restrained-but-bold motion.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--aeros-night);
  color: var(--text-on-dark);
  font-family: var(--font-ui);
  letter-spacing: var(--body-md-ls);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, video { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: #fff; color: #000; }

/* ---- shared layout ---- */
.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.band { position: relative; padding: clamp(80px, 12vw, 168px) 0; }
.band--soft { background: var(--aeros-night-soft); }
.hr { height: 1px; background: var(--border-on-dark); border: 0; margin: 0; }

/* ============================================================
   TYPE
   ============================================================ */
.display {
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin: 0;
  text-wrap: balance;
}
.display--mega  { font-size: clamp(3.4rem, 9vw, 8.2rem); }
.display--xl    { font-size: clamp(2.6rem, 6vw, 5rem); }
.display--lg    { font-size: clamp(2rem, 4vw, 3.3rem); }
.display--md    { font-size: clamp(1.6rem, 2.6vw, 2.3rem); }

.serif { font-family: var(--font-display); font-weight: 300; }

.eyebrow {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-on-dark);
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}
.eyebrow--plain::before { display: none; }

.mono {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-on-dark-mute);
}

.lede {
  font-family: var(--font-ui);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: var(--text-on-dark-mute);
  margin: 0;
  max-width: 60ch;
}
.body { font-size: 17px; line-height: 1.65; color: var(--text-on-dark-mute); margin: 0; }

/* ============================================================
   BUTTONS — signature ghost pill, inverts on hover
   ============================================================ */
.btn {
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 30px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid var(--aeros-white);
  background: transparent;
  color: var(--aeros-white);
  transition: background-color .22s ease, color .22s ease, opacity .22s ease, transform .22s ease;
  white-space: nowrap;
}
.btn:hover { background: var(--aeros-white); color: var(--aeros-ink); }
.btn .arw { transition: transform .22s ease; }
.btn:hover .arw { transform: translateX(4px); }
.btn--solid { background: var(--aeros-white); color: var(--aeros-ink); }
.btn--solid:hover { opacity: 0.86; background: var(--aeros-white); color: var(--aeros-ink); }
.btn--lg { padding: 18px 38px; font-size: 16px; }
.btn--sm { padding: 11px 22px; font-size: 13px; }

.textlink {
  font-family: var(--font-ui);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--aeros-white);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
  transition: border-color .2s ease, gap .2s ease;
}
.textlink:hover { border-color: var(--aeros-white); gap: 16px; }

/* ============================================================
   VIEWFINDER MOTIF — corner brackets + REC + timecode
   ============================================================ */
.vf { position: absolute; inset: 0; pointer-events: none; z-index: 3; }
.vf::before, .vf::after,
.vf > .vf-tr, .vf > .vf-bl {
  content: "";
  position: absolute;
  width: 26px; height: 26px;
  border: 1px solid rgba(255,255,255,0.55);
}
.vf::before { top: 18px; left: 18px; border-right: 0; border-bottom: 0; }
.vf::after  { bottom: 18px; right: 18px; border-left: 0; border-top: 0; }
.vf > .vf-tr { top: 18px; right: 18px; border-left: 0; border-bottom: 0; }
.vf > .vf-bl { bottom: 18px; left: 18px; border-right: 0; border-top: 0; }

.rec {
  position: absolute; top: 22px; left: 56px; z-index: 4;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(255,255,255,0.78);
}
.rec .dot { width: 7px; height: 7px; border-radius: 50%; background: #e5484d; animation: recblink 1.6s steps(1) infinite; }
@keyframes recblink { 0%,55%{opacity:1} 56%,100%{opacity:.2} }
.tc { position: absolute; bottom: 24px; right: 56px; z-index: 4;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; color: rgba(255,255,255,0.7); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 40px;
  transition: background-color .3s ease, padding .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.nav.is-stuck {
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--border-on-dark);
  padding: 16px 40px;
}
.nav__brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: #fff; }
.nav__brand img { width: 52px; height: 52px; }
.nav__brand span {
  font-family: var(--font-display); font-weight: 400; font-size: 21px;
  letter-spacing: 0.34em; text-transform: uppercase; padding-left: 4px;
}
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a {
  font-family: var(--font-ui); font-size: 14px; font-weight: 500;
  letter-spacing: 0.03em; color: #fff; text-decoration: none; opacity: 0.78;
  transition: opacity .18s ease; position: relative;
}
.nav__links a:hover { opacity: 1; }
.nav__links a.active { opacity: 1; }
.nav__links a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 1px; background: #fff;
}
.nav__burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__burger span { display: block; width: 24px; height: 1.5px; background: #fff; margin: 5px 0; transition: .25s; }

/* mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 88; background: rgba(0,0,0,0.96);
  backdrop-filter: blur(8px); display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 28px;
  display: none; opacity: 0; pointer-events: none;
}
.mobile-menu.open { display: flex; opacity: 1; pointer-events: auto; }
.mobile-menu a { font-family: var(--font-display); font-weight: 300; font-size: 34px; color: #fff; text-decoration: none; letter-spacing: -0.02em; }

/* ============================================================
   HERO — full-bleed scroll-play video band
   ============================================================ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero--page { min-height: 86svh; }
.scene-media {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0.82;
  filter: grayscale(0.18) contrast(1.06);
  transform: scale(1.02);
  will-change: transform;
}
body.grade-warm .scene-media { filter: grayscale(0) contrast(1.05) saturate(1.06) sepia(0.12); }
.hero__veil { position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.6) 100%); }
.hero__inner { position: relative; z-index: 5; width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 40px clamp(56px, 8vh, 104px); }
.hero__inner .eyebrow { color: rgba(255,255,255,0.9); }
.hero h1 { margin: 22px 0 0; }
.hero__row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 36px; }
.hero__meta { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 30px; }
.hero__meta .mono { color: rgba(255,255,255,0.62); }

/* scroll cue */
.scrollcue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 6;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.scrollcue .line { width: 1px; height: 38px; background: rgba(255,255,255,0.4); position: relative; overflow: hidden; }
.scrollcue .line::after { content: ""; position: absolute; top: -38px; left: 0; width: 1px; height: 38px; background: #fff; animation: scrolldn 2.2s ease-in-out infinite; }
@keyframes scrolldn { 0%{transform:translateY(0)} 60%,100%{transform:translateY(76px)} }

/* ============================================================
   SCENE / VERTICAL FEATURE — split video + copy
   ============================================================ */
.feature { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px, 5vw, 80px); align-items: center; }
.feature--rev .feature__media { order: 2; }
.feature__copy { display: flex; flex-direction: column; gap: 22px; }
.feature__copy .display { margin-top: 4px; }
.feature__index { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.2em; color: var(--text-on-dark-mute); }

/* video frame with viewfinder chrome + scroll-play */
.frame { position: relative; border-radius: var(--radius-sm); overflow: hidden; background: var(--aeros-night-soft); aspect-ratio: 4 / 3; }
.frame--tall { aspect-ratio: 3 / 4; }
.frame--wide { aspect-ratio: 16 / 9; }
.frame video, .frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.9; transition: transform .7s ease, opacity .4s ease; }
.frame:hover video, .frame:hover img { transform: scale(1.04); opacity: 1; }
.frame__cap { position: absolute; left: 18px; bottom: 16px; z-index: 5; display: flex; flex-direction: column; gap: 3px; }
.frame__cap .k { font-family: var(--font-ui); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.66); }
.frame__cap .t { font-family: var(--font-display); font-weight: 300; font-size: 24px; letter-spacing: -0.01em; color: #fff; }

/* play overlay */
.play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 5;
  width: 70px; height: 70px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.85);
  background: transparent; display: grid; place-items: center;
  transition: background-color .2s ease, opacity .3s ease; cursor: pointer; opacity: 0.9;
}
.play svg { fill: #fff; transition: fill .2s ease; }
.frame:hover .play { background: #fff; }
.frame:hover .play svg { fill: #000; }
.frame.playing .play { opacity: 0; }

/* ============================================================
   WORKS MOSAIC
   ============================================================ */
.mosaic { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.mosaic .frame { aspect-ratio: auto; height: 100%; }
.m-a { grid-column: span 7; min-height: 460px; }
.m-b { grid-column: span 5; min-height: 460px; }
.m-c { grid-column: span 6; min-height: 380px; }
.m-d { grid-column: span 6; min-height: 380px; }

/* ============================================================
   PRICING — three cinematic cards
   ============================================================ */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.pcard {
  position: relative; display: flex; flex-direction: column;
  border: 1px solid var(--border-on-dark); border-radius: var(--radius-md);
  background: var(--aeros-night); padding: 40px 34px; overflow: hidden;
  transition: border-color .3s ease, transform .4s ease, background-color .3s ease;
}
.pcard:hover { border-color: rgba(255,255,255,0.55); transform: translateY(-6px); }
.pcard--feature { background: var(--aeros-night-soft); border-color: rgba(255,255,255,0.4); }
.pcard__tag { position: absolute; top: 22px; right: 22px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-on-dark-mute); border: 1px solid var(--border-on-dark); border-radius: var(--radius-pill); padding: 5px 12px; }
.pcard__name { font-family: var(--font-display); font-weight: 300; font-size: 30px; letter-spacing: -0.02em; margin: 0; }
.pcard__best { font-family: var(--font-ui); font-size: 13px; line-height: 1.5; color: var(--text-on-dark-mute); margin: 6px 0 0; }
.pcard__price { font-family: var(--font-display); font-weight: 300; font-size: 56px; letter-spacing: -0.03em; line-height: 1; margin: 26px 0 4px; display: flex; align-items: baseline; gap: 8px; }
.pcard__price .sub { font-family: var(--font-ui); font-size: 14px; letter-spacing: 0.02em; color: var(--text-on-dark-mute); }
.pcard__hr { height: 1px; background: var(--border-on-dark); margin: 26px 0 22px; border: 0; }
.pcard__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.pcard__list li { font-family: var(--font-ui); font-size: 15px; line-height: 1.5; color: var(--text-on-dark-mute); display: flex; gap: 12px; }
.pcard__list li::before { content: ""; flex: none; width: 6px; height: 6px; margin-top: 8px; border: 1px solid rgba(255,255,255,0.6); transform: rotate(45deg); }
.pcard__list li.sub-li { padding-left: 18px; opacity: 0.85; }
.pcard__list li.sub-li::before { width: 5px; height: 5px; border-style: dotted; margin-top: 7px; }
.pcard__list strong { color: var(--text-on-dark); font-weight: 500; }
.pcard__note { font-family: var(--font-ui); font-size: 14px; line-height: 1.55; color: var(--text-on-dark-mute); font-style: italic; margin: 22px 0 26px; padding-left: 16px; border-left: 1px solid var(--border-on-dark); }
.pcard .btn { margin-top: auto; justify-content: center; }

/* add-ons */
.addons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--border-on-dark); }
.addon { padding: 32px 28px; border-bottom: 1px solid var(--border-on-dark); }
.addon:not(:last-child) { border-right: 1px solid var(--border-on-dark); }
.addon h4 { font-family: var(--font-display); font-weight: 300; font-size: 30px; letter-spacing: -0.01em; margin: 0 0 10px; }
.addon .price { font-family: var(--font-mono); font-size: 15px; letter-spacing: 0.06em; color: #fff; }
.addon p { font-family: var(--font-ui); font-size: 16px; line-height: 1.6; color: var(--text-on-dark-mute); margin: 12px 0 0; }

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px; }
.trust span { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-on-dark-mute); display: inline-flex; align-items: center; gap: 14px; }
.trust span:not(:last-child)::after { content: "·"; color: rgba(255,255,255,0.3); }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; text-align: center; }
.cta .scene-media { object-fit: contain; }
.cta__inner { position: relative; z-index: 5; display: flex; flex-direction: column; align-items: center; gap: 30px; padding: 40px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--aeros-night); border-top: 1px solid var(--border-on-dark); }
.footer__ghost { font-family: var(--font-display); font-weight: 400; font-size: clamp(4rem, 15vw, 13rem); line-height: 0.86; letter-spacing: 0.12em; text-transform: uppercase; color: #0f0f12; padding: 60px 0 0; text-align: center; user-select: none; pointer-events: none; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding: 64px 0 40px; }
.footer__brand { display: flex; flex-direction: column; gap: 16px; }
.footer__brand .lock { display: flex; align-items: center; gap: 11px; }
.footer__brand .lock img { width: 52px; height: 52px; }
.footer__brand .lock span { font-family: var(--font-display); font-size: 21px; letter-spacing: 0.34em; text-transform: uppercase; padding-left: 4px; }
.footer__col h5 { font-family: var(--font-ui); font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-on-dark-mute); margin: 0 0 18px; }
.footer__col a { display: block; font-family: var(--font-ui); font-size: 15px; color: #fff; text-decoration: none; opacity: 0.78; margin-bottom: 12px; transition: opacity .18s ease; }
.footer__col a:hover { opacity: 1; }
.footer__base { display: flex; justify-content: space-between; align-items: center; padding: 26px 0; border-top: 1px solid var(--border-on-dark); }
.footer__base span { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--text-on-dark-mute); }

/* ============================================================
   REVEAL ON SCROLL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(38px) scale(.985); transition: opacity 1.3s cubic-bezier(.19,1,.22,1), transform 1.3s cubic-bezier(.19,1,.22,1); will-change: opacity, transform; }
.reveal.is-in { opacity: 1; transform: none; }
.reveal--mask { opacity: 1; transform: none; } /* trigger only — motion via line-reveal */
.reveal[data-delay="1"] { transition-delay: .14s; }
.reveal[data-delay="2"] { transition-delay: .28s; }
.reveal[data-delay="3"] { transition-delay: .42s; }
.reveal[data-delay="4"] { transition-delay: .56s; }

/* line-mask reveal for display headlines */
.line-reveal { display: inline-block; overflow: hidden; }
.line-reveal > span { display: inline-block; transform: translateY(110%); transition: transform 1s cubic-bezier(.16,1,.3,1); }
.is-in .line-reveal > span { transform: none; }

body.motion-minimal .reveal { transition-duration: .45s; transform: translateY(14px); }
body.motion-minimal .scene-media { transform: none !important; }
body.motion-minimal .line-reveal > span { transition-duration: .4s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .line-reveal > span { transform: none !important; }
  .scene-media { transform: none !important; }
  .scrollcue .line::after, .rec .dot { animation: none; }
}

/* ============================================================
   LOADER — bracket viewfinder + progress
   ============================================================ */
.loader { position: fixed; inset: 0; z-index: 1000; background: #000; display: grid; place-items: center; transition: opacity .7s ease; animation: loaderKill .3s linear 5s forwards; }
.loader.done { opacity: 0; pointer-events: none; }
@keyframes loaderKill { to { opacity: 0; visibility: hidden; pointer-events: none; } }
.loader__vf { position: relative; width: 220px; height: 150px; display: grid; place-items: center; }
.loader__vf .c { position: absolute; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,0.6); transition: all .7s cubic-bezier(.16,1,.3,1); }
.loader__vf .c.tl { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.loader__vf .c.tr { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.loader__vf .c.bl { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.loader__vf .c.br { bottom: 0; right: 0; border-left: 0; border-top: 0; }
.loader.expand .c.tl { transform: translate(-20px,-20px); }
.loader.expand .c.tr { transform: translate(20px,-20px); }
.loader.expand .c.bl { transform: translate(-20px,20px); }
.loader.expand .c.br { transform: translate(20px,20px); }
.loader__mark { width: 46px; height: 46px; opacity: 0; animation: markin .8s ease .15s forwards; }
@keyframes markin { to { opacity: 0.95; } }
.loader__rec { position: absolute; top: 26px; left: 32px; display: flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.loader__rec .dot { width: 7px; height: 7px; border-radius: 50%; background: #e5484d; animation: recblink 1.4s steps(1) infinite; }
.loader__bar { position: absolute; bottom: 30px; left: 32px; right: 32px; height: 1px; background: rgba(255,255,255,0.16); }
.loader__bar i { position: absolute; left: 0; top: 0; height: 100%; width: 0; background: #fff; transition: width .2s linear; }
.loader__pct { position: absolute; bottom: 40px; right: 32px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; color: rgba(255,255,255,0.7); }
.loader__coords { position: absolute; bottom: 40px; left: 32px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); }
body.no-loader .loader { display: none; }

/* prevent scroll while loading */
body.loading { overflow: hidden; height: 100vh; }

/* ============================================================
   TWEAKS PANEL
   ============================================================ */
#tweaks { position: fixed; right: 18px; bottom: 18px; z-index: 1100; width: 268px;
  background: rgba(12,12,14,0.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border-on-dark); border-radius: 14px; padding: 18px;
  font-family: var(--font-ui); color: #fff; display: none; }
#tweaks.show { display: block; }
#tweaks .th { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
#tweaks .th b { font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.85); }
#tweaks .th button { background: none; border: 0; color: rgba(255,255,255,0.6); cursor: pointer; font-size: 18px; line-height: 1; }
#tweaks .tw { margin-bottom: 16px; }
#tweaks .tw > label { display: block; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 8px; }
#tweaks .seg { display: flex; gap: 4px; background: rgba(255,255,255,0.06); border-radius: 9px; padding: 4px; }
#tweaks .seg button { flex: 1; font-family: var(--font-ui); font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.6); background: transparent; border: 0; border-radius: 6px; padding: 8px 6px; cursor: pointer; transition: .15s; }
#tweaks .seg button.on { background: #fff; color: #000; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .wrap, .hero__inner, .nav { padding-left: 24px; padding-right: 24px; }
  .feature { grid-template-columns: 1fr; gap: 28px; }
  .feature[style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  .feature--rev .feature__media { order: 0; }
  .pricing { grid-template-columns: 1fr; }
  .addons { grid-template-columns: 1fr; }
  .addon:not(:last-child) { border-right: 0; }
  .mosaic { grid-template-columns: repeat(6, 1fr); }
  .m-a, .m-b { grid-column: span 6; min-height: 320px; }
  .m-c, .m-d { grid-column: span 3; min-height: 260px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav__links { display: none; }
  .nav__burger { display: block; }
}
@media (max-width: 560px) {
  .mosaic { grid-template-columns: 1fr; }
  .m-c, .m-d { grid-column: span 1; }
  .footer__grid { grid-template-columns: 1fr; }
  .rec, .tc { display: none; }
}
