/*
Theme Name: Sixth + Story Child
Template: astra
Description: Custom child theme for sixth+story — v2 visual system (electric cobalt, Bricolage Grotesque + Space Grotesk, bold motion)
Author: Matt Krebs
Version: 2.0.0
*/

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

body {
  background: var(--ss-white, #F7F7F5);
  color: var(--ss-black, #0D0D0D);
  font-family: var(--font-body, 'Space Grotesk', sans-serif) !important;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p { margin: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* Shared layout rule: every section's outer element carries only
   background + vertical padding. All max-width, centering, and
   horizontal padding live here, exclusively, in .ss-band. */
.ss-band {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: clamp(24px, 5vw, 96px);
  padding-right: clamp(24px, 5vw, 96px);
}