@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --bg:          #fafafa;
  --bg-elevated: #ffffff;
  --ink:         #1a1a1a;
  --ink-muted:   #5c5c5c;
  --ink-faint:   #8a8a8a;
  --line:        #e8e8e8;
  --line-strong: #d0d0d0;
  --accent:      #1a1a1a;
  --max:         1120px;
  --sans:        'Montserrat', system-ui, -apple-system, sans-serif;
  --ease:        cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --shadow:      0 1px 3px rgba(0, 0, 0, 0.06);
  /* Aliasy dla podstron (inline style) */
  --paper:       var(--bg);
  --paper-2:     #f4f4f4;
  --paper-3:     #ebebeb;
  --ink-2:       var(--ink-muted);
  --ink-3:       var(--ink-faint);
  --ruled:       var(--line);
  --water:       var(--ink);
  --water-d:     var(--ink);
  --water-l:     var(--ink-muted);
  --water-pale:  var(--bg-elevated);
  --water-tint:  rgba(0, 0, 0, 0.04);
  --serif:       var(--sans);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 400;
  background: var(--bg);
  color: var(--ink-muted);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body::before { display: none; }
img { max-width: 100%; height: auto; display: block; }
a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s var(--ease), color 0.15s;
}
a:hover { border-bottom-color: var(--ink-faint); }
.wrap { width: min(100% - 40px, var(--max)); margin-inline: auto; position: relative; }

/* ── Masthead ── */
.masthead {
  padding: 18px 0;
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.masthead-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.masthead-logo { display: flex; flex-direction: column; gap: 2px; }
.logo-title {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink);
}
.logo-sub {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 400;
  color: var(--ink-faint);
  letter-spacing: 0.06em;
}
.masthead-meta {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.masthead-cta {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 22px;
  color: var(--bg-elevated);
  background: var(--ink);
  border: 1px solid var(--ink);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.masthead-cta:hover {
  color: var(--ink);
  background: transparent;
  border-bottom-color: var(--ink);
}

/* ── Hero ── */
.hero { padding: 56px 0 40px; }
.hero-kicker {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 20px;
}
.hero h1,
.hero h2 {
  font-family: var(--sans);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  max-width: 18em;
  margin-bottom: 20px;
}
.sp-section-title {
  font-family: var(--sans);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: none;
}
.hero-standfirst {
  font-size: 15px;
  font-weight: 400;
  color: var(--ink-muted);
  line-height: 1.7;
  max-width: 38em;
  margin-bottom: 28px;
}
.vsl-disclosure-box {
  margin-top: 8px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 400;
  color: var(--ink-muted);
  line-height: 1.75;
  max-width: 42em;
}
.vsl-disclosure-box strong { font-weight: 600; color: var(--ink); }

/* ── Section labels ── */
.section-rule {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.rule-line { flex: 1; height: 1px; background: var(--line); }
.rule-text {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-faint);
  white-space: nowrap;
}
.section-h {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 12px;
}

/* ── Product: mozaika zdjęć + treść (bez pustej kolumny) ── */
.product-strip { padding: 0 0 80px; }
.sp-product-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sp-gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: minmax(160px, 22vw) minmax(160px, 22vw);
  gap: 10px;
}
.sp-gallery-mosaic figure {
  margin: 0;
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.sp-gallery-mosaic .g-main {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.sp-gallery-mosaic .g-a { grid-column: 3; grid-row: 1; }
.sp-gallery-mosaic .g-b { grid-column: 4; grid-row: 1; }
.sp-gallery-mosaic .g-c { grid-column: 3; grid-row: 2; }
.sp-gallery-mosaic .g-d { grid-column: 4; grid-row: 2; }
.sp-gallery-mosaic img {
  flex: 1;
  width: 100%;
  min-height: 0;
  object-fit: contain;
  padding: 12%;
  background: var(--bg);
}
.sp-gallery-mosaic .g-main img {
  padding: 8%;
}
.sp-gallery-mosaic figcaption {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--ink-faint);
  padding: 8px 10px;
  border-top: 1px solid var(--line);
  line-height: 1.35;
  flex-shrink: 0;
}
.sp-photo-credit {
  font-size: 10px;
  color: var(--ink-faint);
  margin: 4px 0 0;
  line-height: 1.5;
}

.sp-content-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 40px 48px;
  align-items: start;
}
.sp-main-col { min-width: 0; }
.sp-side-col {
  position: sticky;
  top: 24px;
  border: 1px solid var(--line);
  background: var(--bg-elevated);
  padding: 22px 20px;
}
.sp-side-col .btn-main { width: 100%; text-align: center; margin-top: 8px; }

.sp-product-copy .section-h { margin-bottom: 8px; }
.sp-product-copy h2.sp-heading-product {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--ink);
  margin-bottom: 14px;
}
.sp-lead {
  font-size: 15px;
  color: var(--ink-muted);
  line-height: 1.75;
  margin-bottom: 18px;
}
.sp-copy-block {
  font-size: 14px;
  color: var(--ink-muted);
  line-height: 1.75;
  margin-bottom: 18px;
}
.sp-copy-block strong { color: var(--ink); font-weight: 600; }
.sp-subheading {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin: 26px 0 10px;
}
.sp-subheading:first-of-type { margin-top: 4px; }

.sp-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 8px;
}
.sp-highlight {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  padding: 14px 12px;
}
.sp-highlight b {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}
.sp-highlight span {
  font-size: 12px;
  color: var(--ink-muted);
  line-height: 1.5;
}

.sp-dim-table-wrap {
  border: 1px solid var(--line);
  background: var(--bg-elevated);
  overflow: auto;
  margin-top: 10px;
}
.sp-dim-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.sp-dim-table th,
.sp-dim-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.sp-dim-table th {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faint);
  background: var(--bg);
  width: 30%;
}
.sp-dim-table tr:last-child th,
.sp-dim-table tr:last-child td { border-bottom: none; }
.sp-dim-table td { color: var(--ink-muted); line-height: 1.55; }

.sp-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}
.sp-info-card {
  border: 1px solid var(--line);
  background: var(--bg-elevated);
  padding: 16px 18px;
}
.sp-info-card h3 {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 8px;
}
.sp-info-card p {
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.65;
}

.product-inner {
  display: block;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.product-photo { display: none; }

.product-specs-grid {
  display: block;
  border: none;
  margin: 28px 0;
}
.spec-cell {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  border-right: none;
  background: transparent;
}
.spec-cell:first-of-type { border-top: 1px solid var(--line); }
.spec-cell dt {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 6px;
}
.spec-cell dd {
  font-size: 14px;
  font-weight: 400;
  color: var(--ink-muted);
  line-height: 1.55;
}
.checklist-inline {
  list-style: none;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checklist-inline li {
  font-size: 14px;
  color: var(--ink-muted);
  width: 100%;
  padding: 0 0 0 18px;
  position: relative;
  display: block;
}
.checklist-inline li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ink);
  opacity: 0.35;
}
.btn-main {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 16px 28px;
  color: var(--bg-elevated);
  background: var(--ink);
  border: 1px solid var(--ink);
  transition: background 0.15s, color 0.15s;
}
.btn-main:hover {
  color: var(--ink);
  background: transparent;
  border-bottom-color: var(--ink);
}

/* ── How-to ── */
.howto-section { padding: 0 0 72px; }
.howto-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  border: none;
  box-shadow: none;
  background: transparent;
}
.howto-steps {
  counter-reset: step;
  padding: 0;
  border: none;
}
.howto-step {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  counter-increment: step;
}
.howto-step:last-child { border-bottom: none; }
.step-n {
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-faint);
  letter-spacing: 0.06em;
  padding-top: 3px;
}
.step-n::before { content: counter(step, decimal-leading-zero); }
.howto-step h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
  letter-spacing: 0;
  text-transform: none;
}
.howto-step p { font-size: 14px; color: var(--ink-muted); line-height: 1.65; }
.howto-aside {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  padding: 24px 26px;
  box-shadow: none;
}
.aside-title {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 12px;
  border: none;
  padding: 0;
}

/* ── FAQ ── */
.faq-section { padding: 0 0 80px; }
.faq-layout { display: grid; grid-template-columns: 160px 1fr; gap: 48px; align-items: start; }
.faq-sidebar-title {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  line-height: 1.5;
  position: sticky;
  top: 100px;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.faq-sidebar-title em { font-style: normal; color: var(--ink-faint); }
.faq-list { border: none; margin: 0; background: transparent; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 18px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: color 0.15s;
}
.faq-q:hover { color: var(--ink-muted); }
.faq-toggle {
  font-size: 18px;
  font-weight: 300;
  color: var(--ink-faint);
  flex-shrink: 0;
  width: auto;
  height: auto;
  border: none;
  background: none;
  transition: transform 0.25s var(--ease);
  line-height: 1;
}
.faq-item.open .faq-toggle { transform: rotate(45deg); color: var(--ink); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: var(--ink-muted);
  line-height: 1.75;
  padding: 0;
  transition: max-height 0.35s var(--ease), padding 0.2s;
  border: none;
}
.faq-item.open .faq-a { max-height: 560px; padding: 0 0 22px; }

/* ── Closing ── */
.closing {
  padding: 48px 0 64px;
  border-top: 1px solid var(--line);
  background: var(--bg-elevated);
}
.closing-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.closing-inner > div:first-child { padding: 0; border: none; }
.closing h2 {
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 10px;
  text-transform: none;
}
.closing p { font-size: 14px; color: var(--ink-muted); max-width: 28em; }
.closing-action {
  padding: 0;
  background: transparent;
  border: none;
  text-align: left;
}
.closing-note {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: 14px;
}

/* ── Footer ── */
.site-footer {
  background: var(--bg-elevated);
  color: var(--ink-muted);
  padding: 40px 0 36px;
  font-size: 12px;
  border-top: 1px solid var(--line);
}
.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.footer-brand .f-logo {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
}
.footer-brand p {
  max-width: 280px;
  margin-top: 12px;
  line-height: 1.65;
  color: var(--ink-faint);
  font-weight: 400;
}
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  border: none;
  padding: 0;
  background: none;
}
.footer-links a:hover { color: var(--ink); border-bottom: 1px solid var(--line-strong); }
.footer-bottom {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--ink-faint);
  letter-spacing: 0.02em;
}

/* ── Reveal ── */
.reveal { opacity: 0; transform: translateY(12px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
.reveal.vis { opacity: 1; transform: none; }
.rl { opacity: 0; transform: translateY(10px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
.rl.vis { opacity: 1; transform: none; }
.rr { opacity: 0; transform: translateY(10px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
.rr.vis { opacity: 1; transform: none; }
.d1 { transition-delay: 0.06s; }
.d2 { transition-delay: 0.12s; }

/* ═══ VSL — minimalist, jak czysta karta produktu ═══ */
.vsl-page { background: var(--bg-elevated); color: var(--ink-muted); }
.vsl-stage {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px 56px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--line);
}
.vsl-stage-inner { width: min(100% - 32px, 720px); margin-inline: auto; }
.vsl-ad-strip {
  display: block;
  padding: 0 0 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--ink-muted);
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
}
.vsl-ad-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 10px;
  padding: 0;
  background: none;
  border: none;
}
.vsl-ad-text { display: block; color: var(--ink-muted); }
.vsl-pre-title {
  font-family: var(--sans);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.18;
  font-size: clamp(1.45rem, 4vw, 2.05rem);
  max-width: 20em;
  margin: 0 0 16px;
  text-align: left;
}
.vsl-lead {
  font-size: 15px;
  font-weight: 400;
  color: var(--ink-muted);
  line-height: 1.7;
  margin-bottom: 28px;
  text-align: left;
  max-width: 36em;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.vsl-lead strong { font-weight: 600; color: var(--ink); }
.vsl-player-wrap {
  border: 1px solid var(--line);
  background: #000;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.vsl-player {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  vertical-align: middle;
  background: #0a0a0a;
}
.vsl-unmute-hint {
  font-size: 11px;
  font-weight: 400;
  color: var(--ink-faint);
  text-align: left;
  margin-top: 14px;
  line-height: 1.55;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.vsl-video-error {
  margin-top: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  color: var(--ink-muted);
  background: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
}
.vsl-video-error code { font-size: 12px; font-family: ui-monospace, monospace; color: var(--ink); }
.vsl-actions { margin-top: 28px; text-align: left; }
.vsl-skip-btn {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  padding: 14px 24px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  box-shadow: none;
}
.vsl-skip-btn:hover {
  background: var(--bg);
  border-color: var(--ink);
  transform: none;
  box-shadow: none;
}
.vsl-legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.vsl-legal-nav a {
  color: var(--ink-faint);
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
.vsl-legal-nav a:hover { color: var(--ink); border-bottom: 1px solid var(--line); }

.post-video[hidden] { display: none !important; }
.post-video.post-video--visible { display: block !important; }

.vsl-page.vsl-complete { background: var(--bg); }
.vsl-page.vsl-complete .vsl-stage {
  min-height: 0;
  padding: 32px 0 40px;
  border-bottom: 1px solid var(--line);
  background: var(--bg-elevated);
}
.vsl-page.vsl-complete .vsl-stage-inner { width: min(100% - 40px, var(--max)); }
.vsl-page.vsl-complete .vsl-ad-strip {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.vsl-page.vsl-complete .vsl-ad-text { color: var(--ink-muted); }
.vsl-page.vsl-complete .vsl-pre-title,
.vsl-page.vsl-complete .vsl-lead,
.vsl-page.vsl-complete .vsl-actions,
.vsl-page.vsl-complete .vsl-unmute-hint { display: none; }
.vsl-page.vsl-complete .vsl-player-wrap {
  max-width: 520px;
  margin: 0 auto;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.vsl-page.vsl-complete .vsl-legal-nav {
  justify-content: center;
  margin-top: 24px;
  padding-top: 20px;
}

.vsl-product-shot { min-height: 0; border: none; }
.vsl-photo-placeholder {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  font-size: 12px;
  color: var(--ink-faint);
  line-height: 1.6;
  flex-direction: column;
  background: var(--bg);
  border: 1px dashed var(--line-strong);
}
.vsl-product-shot.vsl-photo-fallback img { display: none !important; }
.vsl-product-shot.vsl-photo-fallback .vsl-photo-placeholder { display: flex; }

.product-inner > .rr { padding: 0; border: none; }

@media (max-width: 900px) {
  .sp-gallery-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .sp-gallery-mosaic .g-main {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 220px;
  }
  .sp-gallery-mosaic .g-a { grid-column: 1; grid-row: auto; }
  .sp-gallery-mosaic .g-b { grid-column: 2; grid-row: auto; }
  .sp-gallery-mosaic .g-c { grid-column: 1; grid-row: auto; }
  .sp-gallery-mosaic .g-d { grid-column: 2; grid-row: auto; }
  .sp-content-split {
    grid-template-columns: 1fr;
  }
  .sp-side-col { position: static; order: 1; }
  .sp-highlights { grid-template-columns: 1fr; }
  .sp-two-col { grid-template-columns: 1fr; }
  .howto-layout,
  .faq-layout { grid-template-columns: 1fr; }
  .faq-sidebar-title { position: static; margin-bottom: 8px; }
  .checklist-inline li { width: 100%; }
  .closing-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
  .masthead-inner { flex-direction: column; align-items: flex-start; }
  .masthead-cta { width: 100%; text-align: center; }
}
