/* Home page — active page-specific styles for public/index.html (broadsheet redesign).
   The former public/ministry/home.css (Ministry-era layout) is archived in public/_archive/ministry/. */

/* Sticky nav on desktop */
@media (min-width: 861px) {
  ctb-nav { position: sticky; top: 0; z-index: 60; }
  ctb-nav + .home-ticker { position: sticky; top: var(--masthead-h, 63px); z-index: 59; }
}

a { color: var(--color-accent-700); }
a:hover { color: var(--color-accent-800); }

/* --- Wrap --- */
.home-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 72px);
}

/* --- 1. Ticker --- */
.home-ticker {
  background: var(--maple);
  color: oklch(0.98 0.005 27);
  overflow: hidden;
  white-space: nowrap;
}
.home-ticker-inner {
  display: inline-flex;
  gap: 56px;
  padding: 10px 0;
  font-family: var(--shout);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: tick 30s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .home-ticker-inner { animation: none !important; }
}

/* --- 2. Hero --- */
.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: start;
}
.home-badge {
  padding: 4px 10px;
  font-size: 10.5px;
  letter-spacing: 0.04em;
}
.home-badge-weird {
  padding: 7px 16px;
  letter-spacing: 0.06em;
  font-size: 14px;
  transform: rotate(2deg);
}
.home-h1 {
  text-transform: uppercase;
  font-family: var(--shout);
  font-weight: 400;
  font-size: clamp(44px, 6.5vw, 104px);
  line-height: 1;
  letter-spacing: 0.005em;
  margin: 35px 0 0;
}
.home-hero-sub {
  font-size: 18px;
  line-height: 29px;
  max-width: 44ch;
  margin: 35px 0 0;
}
.home-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px clamp(14px, 2vw, 28px);
  margin: 35px 0 0;
  border-top: 1px solid var(--color-neutral-300);
  padding-top: 21px;
}
.home-stat-num {
  font-family: var(--shout);
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1;
  color: var(--maple);
}
.home-stat-label {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 19px;
  color: var(--color-neutral-700);
}
.home-inside {
  margin: 28px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-neutral-700);
}
.home-inside a { color: var(--color-accent-700); }

/* --- 3. Rotating answers --- */
.home-answer {
  display: block;
  width: 100%;
  font-family: var(--scrawl);
  font-weight: 800;
  font-size: clamp(18px, 2.4vw, 27px);
  line-height: 1.5;
  color: var(--maple-deep);
  background: none;
  border: none;
  padding: 8px 0;
  cursor: pointer;
  text-align: left;
}
.home-answer-alt {
  color: var(--color-text);
}

/* --- 4. CTAs --- */
.home-ctas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-3);
  margin-top: 42px;
}
.home-cta-btn {
  text-decoration: none;
  font-size: 16px;
  padding: 15px 22px;
  text-align: center;
}
.home-cta-shop {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--maple);
  text-decoration: none;
  padding: 8px 20px;
  background: var(--maple-tint);
  border: 1.5px solid color-mix(in srgb, var(--maple) 30%, transparent);
  border-radius: 8px;
  transition: background 0.15s, transform 0.15s;
}
.home-cta-shop:hover { background: color-mix(in srgb, var(--maple) 12%, transparent); transform: translateY(-1px); }

/* --- 5. Front-page index --- */
.home-thick-rule {
  height: 5px;
  border: 0;
  border-top: 2px solid var(--color-text);
  border-bottom: 1px solid var(--color-text);
  margin: 0;
}
.home-thin-rule {
  height: 0;
  border: 0;
  border-top: 1px solid var(--color-text);
  margin: 0;
}
.home-dateline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin: 0;
  padding: 14px 0;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--color-text) 70%, transparent);
}
.home-dateline-ed {
  font-weight: 600;
  color: var(--maple-deep);
}
.home-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 14px 70px;
  padding: 14px 0 28px;
}
.home-index-entry {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  font-size: 15.5px;
  line-height: 28px;
}
.home-index-entry a {
  text-decoration: none;
  color: inherit;
}
.home-dotleader {
  flex: 1;
  min-width: 28px;
  align-self: flex-end;
  margin-bottom: 0.34em;
  border-bottom: 1px dotted color-mix(in srgb, var(--color-text) 45%, transparent);
}
.home-pg {
  font-family: var(--shout);
  font-size: 17px;
}

/* --- 6. Weather --- */
.home-weather-label {
  display: inline-block;
  font-family: var(--shout);
  background: var(--color-text);
  color: var(--color-bg);
  padding: 6px 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12.5px;
  transform: rotate(-1.2deg);
}
.home-weather-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 42px clamp(28px, 4vw, 64px);
  margin-top: 49px;
}
.home-weather-grid > div {
  transition: transform 0.25s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .home-weather-grid > div:hover {
    transform: rotate(0deg) !important;
    scale: 1.02;
  }
}
.home-weather-temp {
  display: inline-block;
  font-family: var(--shout);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  color: var(--maple);
}
.home-weather-city {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin: 14px 0 0;
}
.home-weather-note {
  font-size: 15.5px;
  line-height: 26px;
  margin: 10px 0 0;
  color: color-mix(in srgb, var(--color-text) 78%, transparent);
}

/* --- 7. Map teaser --- */
.home-map-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 42px clamp(28px, 5vw, 96px);
  align-items: center;
}
.home-map-heading {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 35px 0 0;
}
.home-map-sub {
  font-size: 15.5px;
  line-height: 28px;
  margin: 21px 0 0;
  max-width: 44ch;
  color: color-mix(in srgb, var(--color-text) 78%, transparent);
}
.home-map-iframe {
  width: 100%;
  aspect-ratio: 960 / 800;
  display: block;
  border: 1px solid var(--color-neutral-300);
  border-radius: 12px;
  background: var(--color-neutral-100);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.home-map-caption {
  margin-top: 14px;
  font-size: 13.5px;
  line-height: 1.5;
  color: color-mix(in srgb, var(--color-text) 62%, transparent);
  font-style: italic;
}

/* --- 8. National Vote banner --- */
.home-vote-banner {
  text-decoration: none;
  color: inherit;
  display: block;
  border: 3px double var(--maple);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  border-radius: var(--radius-sm);
  background: var(--maple-tint);
  padding: clamp(21px, 3vw, 35px);
  position: relative;
  transform: rotate(-0.5deg);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-vote-banner:hover {
  transform: rotate(0deg) scale(1.01);
  box-shadow: var(--shadow-md);
}
@media (prefers-reduced-motion: reduce) {
  .home-vote-banner { transition: none; }
}
.home-vote-badge {
  position: absolute;
  top: -15px;
  left: 28px;
  font-family: var(--scrawl);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--maple);
  color: oklch(0.98 0.005 27);
  padding: 5px 14px;
  transform: rotate(-2deg);
}
.home-vote-inner {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 42px);
  flex-wrap: wrap;
}
.home-vote-mascot {
  display: block;
  width: clamp(64px, 8vw, 92px);
  height: auto;
  flex-shrink: 0;
}
.home-vote-copy {
  flex: 1;
  min-width: 240px;
}
.home-vote-title {
  margin: 0;
  font-family: var(--shout);
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--maple-deep);
}
.home-vote-sub {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 25px;
  color: color-mix(in srgb, var(--color-text) 80%, transparent);
}
.home-vote-cta {
  font-family: var(--scrawl);
  font-weight: 800;
  color: var(--maple-deep);
}
.home-vote-counts {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 20px;
  font-family: var(--scrawl);
  font-weight: 800;
  color: var(--maple-deep);
  letter-spacing: 0.03em;
}

/* --- 9. Ministry teaser --- */
.home-ministry-dateline {
  margin: 0;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--color-text) 70%, transparent);
}
.home-ministry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 42px clamp(28px, 5vw, 96px);
  align-items: start;
  padding: 35px 0 0;
}
.home-ministry-notice {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  max-width: 30ch;
  margin: 0;
}
.home-ministry-stamp {
  display: inline-block;
  font-family: var(--scrawl);
  font-weight: 800;
  border: 3px double var(--maple);
  color: var(--maple-deep);
  padding: 5px 12px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--color-bg);
  transform: rotate(-4deg);
  margin-top: 21px;
}
.home-ministry-body {
  font-size: 15.5px;
  line-height: 28px;
  margin: 0;
  color: color-mix(in srgb, var(--color-text) 78%, transparent);
}

/* --- 10. Elbows Up poster band --- */
.home-elbows-band {
  background: var(--maple);
  color: oklch(0.98 0.005 27);
  padding: 70px 0;
  margin: 0 0 84px;
}
.home-elbows-kicker {
  margin: 0;
  font-family: var(--scrawl);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.9;
  transform: rotate(-0.8deg);
}
.home-elbows-headline {
  font-family: var(--shout);
  font-size: clamp(36px, 6vw, 84px);
  line-height: 1.02;
  margin: 28px 0 0;
  max-width: 22ch;
  text-transform: uppercase;
}
.home-elbows-body {
  font-size: 15.5px;
  line-height: 28px;
  margin: 28px 0 0;
  opacity: 0.9;
  max-width: 52ch;
}

/* --- 11. Canada Is Weird --- */
.home-weird-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 42px clamp(28px, 4vw, 64px);
  margin-top: 49px;
}
.home-weird-grid > div {
  transition: transform 0.2s ease;
}
.home-weird-grid > div:hover {
  transform: translateY(-2px);
}
.home-weird-title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.home-weird-body {
  font-size: 15.5px;
  line-height: 26px;
  margin: 10px 0 0;
  color: color-mix(in srgb, var(--color-text) 78%, transparent);
}

/* --- 12. Blockquote --- */
.home-blockquote {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.5;
  letter-spacing: -0.01em;
  max-width: 34ch;
  margin: 0;
  text-indent: -0.475em;
}
.home-figcaption {
  font-size: 15.5px;
  line-height: 28px;
  color: color-mix(in srgb, var(--color-text) 70%, transparent);
  margin: 42px 0 0;
}

/* --- 13. Buy Canadian --- */
.home-buycan-dateline {
  margin: 0;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--maple-deep);
  font-weight: 700;
}
.home-buycan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 42px clamp(28px, 5vw, 96px);
  align-items: start;
  padding: 35px 0 0;
}
.home-buycan-heading {
  font-family: var(--shout);
  font-weight: 400;
  font-size: clamp(30px, 4.5vw, 60px);
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0;
}
.home-buycan-body {
  font-size: 15.5px;
  line-height: 28px;
  margin: 28px 0 0;
  max-width: 48ch;
}
.home-buycan-scrawl {
  font-family: var(--scrawl);
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  margin: 21px 0 0;
  color: var(--maple-deep);
  transform: rotate(-0.5deg);
}
.home-buycan-btns {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
  margin-top: 28px;
}
.home-buycan-btns a { text-decoration: none; }
.home-buycan-pledge {
  margin-top: 28px;
  border: 2px solid var(--maple);
  border-radius: var(--radius-sm);
  padding: 21px 24px;
  background: var(--maple-tint);
}
.home-pledge-title {
  margin: 0;
  font-family: var(--shout);
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--maple-deep);
}
.home-pledge-body {
  font-size: 15px;
  line-height: 26px;
  margin: 12px 0 0;
  color: var(--color-text);
}
.home-slogans {
  display: grid;
  gap: 10px;
}
.home-slogan {
  display: inline-block;
  justify-self: start;
  font-family: var(--shout);
  padding: 10px 18px;
  font-size: clamp(15px, 1.6vw, 20px);
  letter-spacing: 0.06em;
}
.home-slogan-filled {
  background: var(--maple);
  color: oklch(0.98 0.005 27);
}
.home-slogan-outlined {
  border: 2px solid var(--color-text);
}
.home-slogan-inverted {
  background: var(--color-text);
  color: var(--color-bg);
}
.home-slogan-dashed {
  font-family: var(--scrawl);
  font-weight: 800;
  border: 3px double var(--maple);
  color: var(--maple-deep);
  padding: 8px 16px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* --- 14. Polite Retaliation Act --- */
.home-retaliation-band {
  background: var(--maple);
  color: oklch(0.98 0.005 27);
  padding: 84px 0;
  margin: 0 0 84px;
}
.home-ret-kicker {
  margin: 0;
  font-family: var(--scrawl);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.9;
  transform: rotate(-0.8deg);
}
.home-ret-headline {
  font-family: var(--shout);
  font-size: clamp(38px, 6.5vw, 92px);
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 28px 0 0;
  max-width: 20ch;
  text-transform: uppercase;
}
.home-ret-articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 35px clamp(28px, 4vw, 64px);
  margin-top: 49px;
}
.home-ret-article-num {
  margin: 0;
  font-family: var(--shout);
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1;
}
.home-ret-article-text {
  font-size: 15px;
  line-height: 25px;
  margin: 10px 0 0;
  opacity: 0.92;
}
.home-ret-closing {
  font-family: var(--scrawl);
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  margin: 49px 0 0;
  opacity: 0.92;
  transform: rotate(-0.5deg);
}

/* --- 15. Shop cards --- */
.home-shop-label {
  display: inline-block;
  font-family: var(--shout);
  background: var(--color-text);
  color: var(--color-bg);
  padding: 6px 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12.5px;
  transform: rotate(1deg);
}
.home-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
  margin-top: 49px;
}
.home-shop-grid .card {
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.home-shop-grid .card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.home-shop-img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}
.home-shop-cta-card {
  background: var(--maple, #ec3013) !important;
  border: 3px solid var(--color-text, #1a1918);
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}
.home-shop-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-5) var(--space-4);
  gap: 8px;
  color: oklch(0.98 0.005 27);
}
.home-shop-cta-count {
  font-family: var(--shout);
  font-size: clamp(48px, 8vw, 72px);
  line-height: 1;
  letter-spacing: -0.02em;
}
.home-shop-cta-head {
  font-family: var(--shout);
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.home-shop-cta-sub {
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.8;
  margin-top: 4px;
}
.home-shop-cta-arrow {
  font-size: 32px;
  margin-top: 8px;
  transition: transform 0.2s ease;
}
.home-shop-cta-card:hover .home-shop-cta-arrow {
  transform: translateX(6px);
}
.home-shop-grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 900px) {
  .home-shop-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .home-shop-grid { grid-template-columns: 1fr; max-width: 360px; }
}
/* --- 16. What it takes --- */
.home-takes-declarations {
  display: grid;
  gap: 14px;
  margin-top: 42px;
}
.home-takes-line {
  font-family: var(--shout);
  font-size: clamp(24px, 4vw, 52px);
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0;
}
.home-virtues-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 28px clamp(28px, 4vw, 64px);
  margin-top: 49px;
}
.home-virtues-grid > div {
  padding: 21px 0;
  border-top: 1px solid var(--color-neutral-200);
}
.home-virtue-name {
  margin: 0;
  font-family: var(--shout);
  font-size: 19px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--maple);
}
.home-virtue-desc {
  font-size: 15.5px;
  line-height: 26px;
  margin: 8px 0 0;
  color: color-mix(in srgb, var(--color-text) 82%, transparent);
}
.home-takes-closer {
  font-family: var(--scrawl);
  font-weight: 800;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.5;
  margin: 42px 0 0;
  color: var(--maple-deep);
  transform: rotate(-0.8deg);
}

/* --- 17. Premise --- */
.home-premise-text {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.3;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 26ch;
}

/* --- 18. Newsletter --- */
.home-newsletter-badge {
  display: inline-block;
  font-family: var(--scrawl);
  font-weight: 800;
  border: 2px dashed var(--maple);
  color: var(--maple-deep);
  padding: 6px 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 13px;
  transform: rotate(-1.5deg);
  margin-bottom: 21px;
}
.home-newsletter-heading {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  margin: 0;
}
.home-newsletter-sub {
  font-size: 15.5px;
  line-height: 28px;
  margin: 14px 0 0;
  max-width: 56ch;
  color: color-mix(in srgb, var(--color-text) 78%, transparent);
}
.home-newsletter-form {
  display: flex;
  gap: var(--space-3);
  align-items: stretch;
  max-width: 480px;
  margin-top: 28px;
}
.home-newsletter-form .input { flex: 1; }
.home-newsletter-stamp {
  width: 62px;
  border: 2px dashed var(--maple);
  background: var(--maple-tint);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 7px 4px;
  transform: rotate(2deg);
}
.home-newsletter-stamp-text {
  font-family: var(--shout);
  font-size: 9px;
  letter-spacing: 0.08em;
  color: var(--maple-deep);
}

/* --- Geo-redirect toast --- */
.home-toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-text);
  color: var(--color-bg);
  padding: 14px 48px 14px 21px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  font-size: 14px;
  z-index: 100;
  animation: rise 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.home-toast-close {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--color-bg);
  font-size: 22px;
  cursor: pointer;
  padding: 4px 8px;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  opacity: 0.7;
}
.home-toast-close:hover { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .home-toast { animation: none; }
}

/* --- Responsive --- */
@media (max-width: 860px) {
  .home-hero-grid {
    display: block !important;
  }
  aside[aria-label="Fridge door"] {
    margin-top: 42px;
  }
  .home-map-grid {
    display: block !important;
  }
  .home-map-grid > div:first-child { margin-bottom: 42px; }
  h1 { overflow-wrap: break-word; }
}
@media (max-width: 480px) {
  .btn { width: 100%; justify-content: center; }
  .seg { display: flex; flex-wrap: wrap; }
  .home-newsletter-form { flex-wrap: wrap; }
  .home-newsletter-stamp { display: none; }
}
img, svg, iframe { max-width: 100%; }
