:root {
  --paper: #f4ead7;
  --paper-2: #ead9b6;
  --sand: #d4bb8d;
  --charcoal: #17130f;
  --charcoal-soft: #2a231c;
  --olive: #4f5c43;
  --olive-deep: #35402d;
  --rust: #b84e33;
  --mustard: #d8a038;
  --cream: #fcf7ec;
  --line: rgba(23, 19, 15, 0.12);
  --shadow: 0 20px 60px rgba(23, 19, 15, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(216, 160, 56, 0.17), transparent 28%),
    radial-gradient(circle at 90% 14%, rgba(184, 78, 51, 0.12), transparent 18%),
    radial-gradient(circle at bottom right, rgba(79, 92, 67, 0.14), transparent 22%),
    linear-gradient(180deg, #fbf6ea 0%, #f1e5cf 56%, #efe0c5 100%);
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

img[hidden] {
  display: none !important;
}

button,
input,
textarea,
select {
  font: inherit;
}

.mailerlite-embed {
  min-height: 120px;
}

.mailerlite-embed > *:first-child {
  margin-top: 0;
}

.mailerlite-embed--direct {
  border: 1px solid rgba(23, 19, 15, 0.08);
  border-radius: calc(var(--radius-xl) - 6px);
  background: rgba(255, 255, 255, 0.5);
  padding: 1.15rem;
  overflow: hidden;
}

.mailerlite-embed--direct .ml-form-embedWrapper,
.mailerlite-embed--direct .ml-form-embedBody,
.mailerlite-embed--direct .ml-form-formContent,
.mailerlite-embed--direct .ml-form-successBody {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mailerlite-embed--direct .ml-form-embedBody .ml-form-embedContent > h1,
.mailerlite-embed--direct .ml-form-embedBody .ml-form-embedContent > h2,
.mailerlite-embed--direct .ml-form-embedBody .ml-form-embedContent > h3,
.mailerlite-embed--direct .ml-form-embedBody .ml-form-embedContent > h4,
.mailerlite-embed--direct .ml-form-embedBody .ml-form-embedContent > p {
  display: none !important;
}

.mailerlite-embed--direct .ml-form-formContent {
  display: grid !important;
  gap: 0.85rem !important;
}

.mailerlite-embed--direct .ml-form-embedSubmit button,
.mailerlite-embed--direct .primary,
.mailerlite-embed--direct button[type="submit"] {
  min-height: 3.4rem !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
}

.capture-intro {
  margin: 0 0 1rem;
  color: rgba(23, 19, 15, 0.76);
  line-height: 1.7;
}

.preview-banner,
.announcement-bar {
  text-align: center;
  padding: 0.7rem 1rem;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.preview-banner {
  background: var(--charcoal);
  color: var(--cream);
}

.announcement-bar {
  background: linear-gradient(90deg, var(--mustard), #e7b95b, var(--mustard));
  color: var(--charcoal);
  font-weight: 700;
}

.site-header,
.site-footer,
.home-shell,
.page-shell,
.article-shell {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 0 1rem;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(251, 246, 234, 0.72);
  border: 1px solid rgba(23, 19, 15, 0.06);
  border-radius: 999px;
  z-index: -1;
  box-shadow: 0 10px 35px rgba(23, 19, 15, 0.08);
}

.brand,
h1,
h2,
h3,
.display-line {
  font-family: "Fraunces", serif;
  letter-spacing: -0.04em;
}

.brand {
  font-size: 1.32rem;
  font-weight: 700;
  margin-left: 1rem;
}

.site-nav {
  display: flex;
  gap: 1.1rem;
  padding-right: 1rem;
}

.site-nav a {
  font-weight: 700;
  color: rgba(23, 19, 15, 0.76);
}

.nav-toggle {
  display: none;
  margin-right: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.7rem 1rem;
}

.home-shell,
.page-shell,
.article-shell {
  padding: 1rem 0 4rem;
}

.hero-grid,
.split-grid,
.shop-grid,
.blog-grid,
.movement-grid,
.supporter-grid,
.future-grid,
.merch-world-grid,
.merch-lane-grid,
.mockup-gallery,
.mockup-strip,
.footer-grid,
.contact-grid,
.collection-grid,
.product-grid,
.stats-grid {
  display: grid;
  gap: 1.3rem;
}

.hero-grid {
  grid-template-columns: 1.3fr 0.85fr;
  align-items: stretch;
  padding-top: 1.2rem;
}

.panel,
.hero-copy,
.hero-side,
.supporter-card,
.capture-card,
.capture-form,
.movement-card,
.future-card,
.product-card,
.feature-card,
.quote-card,
.editorial-card,
.article-row,
.faq-list details,
.contact-card,
.collection-card,
.image-feature-card,
.story-panel,
.lane-card,
.mockup-card,
.mockup-strip-card {
  background: rgba(252, 247, 236, 0.74);
  border: 1px solid rgba(23, 19, 15, 0.08);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-side,
.supporter-card,
.capture-card,
.capture-form,
.movement-card,
.future-card,
.product-card,
.feature-card,
.quote-card,
.editorial-card,
.article-row,
.contact-card,
.collection-card,
.story-panel,
.lane-card,
.mockup-card,
.mockup-strip-card {
  padding: 1.8rem;
}

.hero-copy {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(252, 247, 236, 0.84), rgba(250, 243, 230, 0.8)),
    rgba(252, 247, 236, 0.8);
}

.hero-copy::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -70px;
  top: -70px;
  background: radial-gradient(circle, rgba(216, 160, 56, 0.24), transparent 70%);
  pointer-events: none;
}

.hero-side {
  background: linear-gradient(180deg, rgba(53, 64, 45, 0.97), rgba(31, 39, 26, 0.97));
  color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.eyebrow,
.mini-label,
.product-badge,
.article-tag,
.metric-label {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 800;
}

.eyebrow,
.mini-label,
.article-tag,
.metric-label {
  color: rgba(23, 19, 15, 0.56);
}

.hero-side .eyebrow,
.hero-side .metric-label {
  color: rgba(252, 247, 236, 0.72);
}

h1 {
  font-size: clamp(3.3rem, 8vw, 6.6rem);
  line-height: 0.92;
  margin: 0.6rem 0 1rem;
}

.page-hero h1,
.section-head h2,
.article-shell h1 {
  font-size: clamp(2.25rem, 5vw, 4.1rem);
  line-height: 0.96;
  margin: 0.3rem 0 1rem;
}

.lede,
.page-hero p,
.article-lede {
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 42rem;
}

.hero-actions,
.section-head,
.stack,
.article-meta,
.product-meta,
.footer-stack {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(23, 19, 15, 0.1);
}

.btn-primary {
  background: var(--charcoal);
  color: var(--cream);
}

.btn-secondary {
  border-color: rgba(23, 19, 15, 0.18);
  background: rgba(255, 255, 255, 0.35);
}

.btn-olive {
  background: var(--olive);
  color: var(--cream);
}

.display-line {
  display: block;
}

.manifesto-list,
.support-list,
.product-points,
.movement-list,
.future-list {
  padding-left: 1.15rem;
  line-height: 1.7;
}

.support-note {
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.55;
}

.metric-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.3rem;
}

.metric {
  padding: 1rem 0;
  border-top: 1px solid rgba(252, 247, 236, 0.18);
}

.metric strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
  margin-bottom: 0.25rem;
}

.kicker-row {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin: 1rem 0 0.6rem;
}

.kicker-pill {
  border: 1px solid rgba(23, 19, 15, 0.1);
  background: rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.section {
  margin-top: 1.7rem;
}

#join.section {
  margin-top: 2rem;
}

.merch-world-grid.section,
.shop-grid.section,
#products.section {
  margin-top: 2.15rem;
}

.section-head {
  justify-content: space-between;
  align-items: end;
  margin-bottom: 1.2rem;
}

.supporter-grid {
  grid-template-columns: 0.92fr 1.08fr;
  gap: 1.55rem;
  align-items: start;
  grid-auto-rows: min-content;
}

.merch-world-grid {
  grid-template-columns: 1.06fr 0.94fr;
  align-items: start;
}

.merch-lane-grid {
  grid-template-columns: repeat(3, 1fr);
}

.asset-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
}

.asset-grid--two {
  grid-template-columns: repeat(2, 1fr);
}

.supporter-card {
  background: linear-gradient(180deg, rgba(184, 78, 51, 0.97), rgba(151, 57, 37, 0.97));
  color: var(--cream);
  height: fit-content;
  padding-bottom: 1.1rem;
}

.supporter-card .eyebrow {
  color: rgba(252, 247, 236, 0.72);
}

.supporter-card .support-list,
.supporter-card p:last-of-type {
  margin-bottom: 0;
}

.supporter-card h2 {
  margin-bottom: 0.65rem;
}

.supporter-card p {
  margin-bottom: 0.8rem;
}

.supporter-card .support-list {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.35rem;
}

.capture-card {
  padding: 1.9rem 1.9rem 2rem;
}

.supporter-card,
.capture-card {
  min-height: 0;
  align-self: start;
}

.capture-card .section-head {
  margin-bottom: 0.75rem;
}

.capture-form {
  padding: 1.9rem;
}

.capture-card form {
  display: grid;
  gap: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(23, 19, 15, 0.16);
  background: rgba(255, 255, 255, 0.88);
}

textarea {
  resize: vertical;
}

.checkbox {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.checkbox input {
  width: auto;
}

.form-note,
.form-success {
  font-size: 0.95rem;
}

.launch-context {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(79, 92, 67, 0.1);
  border: 1px solid rgba(79, 92, 67, 0.16);
  color: var(--olive-deep);
  font-weight: 700;
}

.form-success {
  color: var(--olive);
  font-weight: 800;
}

#join,
#products {
  scroll-margin-top: 112px;
}

.shop-grid {
  grid-template-columns: 1.06fr 0.94fr;
  align-items: start;
  gap: 1rem;
  grid-auto-rows: min-content;
}

.shop-grid > * {
  align-self: start;
}

.image-feature-card {
  padding: 0.42rem;
  overflow: hidden;
}

.image-shell,
.card-media,
.mockup-card-media,
.asset-frame {
  overflow: hidden;
  border-radius: calc(var(--radius-xl) - 8px);
  border: 1px solid rgba(23, 19, 15, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 239, 224, 0.96));
}

.image-shell img,
.card-media img,
.mockup-card-media img,
.asset-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.image-shell--hero {
  min-height: 100%;
}

.story-panel {
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.82), rgba(245, 233, 213, 0.84));
  padding: 2.1rem 2rem;
}

.feature-card--lead {
  background: linear-gradient(135deg, rgba(23, 19, 15, 0.98), rgba(52, 47, 41, 0.95));
  color: var(--cream);
  padding: 0.8rem;
  gap: 1rem;
  align-self: start;
  height: fit-content;
}

.feature-card--lead .product-badge,
.feature-card--lead .article-tag {
  color: rgba(252, 247, 236, 0.74);
}

.feature-card--lead > :not(.asset-frame) {
  padding-inline: 0.45rem;
}

.feature-card--lead h3 {
  margin-bottom: 0.55rem;
}

.feature-card--lead .product-points {
  margin: 0.75rem 0 0;
}

.feature-card--lead .product-meta {
  margin: 0.7rem 0 0.85rem;
}

.product-grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  gap: 1rem;
}

.product-grid > * {
  align-self: start;
}

.product-card--spotlight {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
  gap: 1.1rem;
  align-items: center;
}

.product-card--visual {
  display: grid;
  grid-template-rows: auto auto auto auto auto auto;
  gap: 0.9rem;
  padding: 1rem;
  align-content: start;
}

.product-card--visual > :not(.asset-frame) {
  padding-inline: 0.15rem;
}

.product-card-copy {
  display: grid;
  align-content: start;
}

.product-card h3,
.feature-card h3,
.article-row h2,
.editorial-card h3,
.collection-card h3 {
  margin: 0.55rem 0 0.7rem;
  font-size: 1.45rem;
  line-height: 1.05;
}

.product-meta {
  justify-content: space-between;
  margin: 1rem 0 1.2rem;
  font-weight: 800;
}

.product-card p,
.feature-card p,
.story-panel p {
  margin: 0;
}

.product-visual {
  min-height: 360px;
  margin: 0;
  border-radius: calc(var(--radius-xl) - 6px);
  border: 1px solid rgba(23, 19, 15, 0.08);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.5), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 238, 224, 0.9));
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.card-media {
  min-height: 250px;
}

.feature-card--visual .card-media {
  margin-bottom: 0.6rem;
}

.hat-mock {
  position: relative;
  width: min(100%, 440px);
  aspect-ratio: 1.08 / 0.82;
  display: grid;
  place-items: center;
}

.hat-mock-crown {
  position: relative;
  width: 88%;
  height: 64%;
  border-radius: 48% 48% 26% 26% / 64% 64% 18% 18%;
  background: linear-gradient(180deg, #118342, #0d6f37 68%, #08592b);
  box-shadow:
    inset -26px -28px 36px rgba(0, 0, 0, 0.14),
    inset 22px 18px 26px rgba(255, 255, 255, 0.08),
    0 28px 40px rgba(23, 19, 15, 0.16);
  color: #fff;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.2rem;
  padding-top: 0.8rem;
  text-align: center;
  transform: perspective(900px) rotateX(10deg);
}

.hat-mock-crown::before {
  content: "";
  position: absolute;
  top: 18%;
  left: 50%;
  width: 2px;
  height: 42%;
  background: rgba(0, 0, 0, 0.18);
  transform: translateX(-50%);
}

.hat-mock-crown span {
  font-family: "Fraunces", serif;
  font-size: clamp(1.5rem, 3.4vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}

.hat-mock-brim {
  position: absolute;
  bottom: 7%;
  width: 84%;
  height: 26%;
  border-radius: 50% 50% 45% 45% / 54% 54% 72% 72%;
  background: linear-gradient(180deg, #0b6f36, #075329);
  box-shadow:
    inset -12px -12px 20px rgba(0, 0, 0, 0.18),
    0 18px 22px rgba(23, 19, 15, 0.18);
  transform: perspective(900px) rotateX(64deg);
}

.hat-mock-brim::after {
  content: "";
  position: absolute;
  inset: 24% 10% 28%;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.story-ticker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.ticker-item {
  border-top: 1px solid rgba(23, 19, 15, 0.15);
  padding-top: 0.9rem;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.3rem;
  align-items: start;
  grid-auto-rows: min-content;
}

.editorial-card--feature {
  background:
    linear-gradient(180deg, rgba(79, 92, 67, 0.95), rgba(56, 68, 48, 0.95)),
    var(--olive);
  color: var(--cream);
  align-self: start;
  height: fit-content;
}

.editorial-card--feature .eyebrow,
.editorial-card--feature .article-tag {
  color: rgba(252, 247, 236, 0.7);
}

.editorial-card--feature .btn {
  align-self: start;
}

.editorial-card--feature h3 {
  margin-bottom: 0.55rem;
}

.editorial-card--feature p {
  margin-bottom: 0.85rem;
}

.editorial-list {
  display: grid;
  gap: 1rem;
}

.article-row {
  position: relative;
}

.article-row::after {
  content: "Read";
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(23, 19, 15, 0.45);
}

.movement-grid {
  grid-template-columns: 0.84fr 1.16fr;
}

.stats-grid {
  grid-template-columns: repeat(3, 1fr);
}

.stat-card {
  padding: 1.3rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(23, 19, 15, 0.1);
  background: rgba(255, 255, 255, 0.46);
}

.stat-card strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 2rem;
}

.quotes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.quote-card p {
  font-family: "Fraunces", serif;
  font-size: 1.22rem;
  line-height: 1.35;
  margin: 0;
}

.future-grid {
  grid-template-columns: 0.9fr 1.1fr;
}

.future-card--vision {
  background: linear-gradient(180deg, rgba(216, 160, 56, 0.22), rgba(255, 255, 255, 0.3));
}

.future-note {
  border-top: 1px solid rgba(23, 19, 15, 0.14);
  padding-top: 0.9rem;
  margin-top: 1rem;
}

.page-hero {
  margin-bottom: 1.9rem;
}

.page-hero--editorial {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.2rem;
  align-items: stretch;
}

.page-hero-card {
  padding: 1.75rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 248, 236, 0.75);
  border: 1px solid rgba(23, 19, 15, 0.08);
  box-shadow: var(--shadow);
}

.page-hero-card--visual {
  padding: 0.55rem;
  display: grid;
}

.page-hero-card--visual .asset-frame--wide {
  min-height: 100%;
}

.collection-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 1.4rem;
}

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

.asset-card {
  display: grid;
  gap: 0.95rem;
  padding: 1.2rem;
  background: rgba(252, 247, 236, 0.74);
  border: 1px solid rgba(23, 19, 15, 0.08);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.asset-frame {
  --asset-inset: 0.32rem;
  --asset-fit: contain;
  --asset-scale: 1;
  --asset-position: center center;
  position: relative;
  min-height: 278px;
  display: grid;
  padding: var(--asset-inset);
  place-items: stretch;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 237, 220, 0.92)),
    rgba(255, 255, 255, 0.82);
}

.asset-frame--wide {
  --asset-inset: 0.28rem;
  --asset-fit: cover;
  min-height: 424px;
}

.image-feature-card .asset-frame--wide,
.page-hero-card--visual .asset-frame--wide {
  --asset-inset: 0.18rem;
  --asset-scale: 1.06;
  --asset-position: center 36%;
  min-height: 452px;
}

.asset-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--asset-fit);
  object-position: var(--asset-position);
  transform: scale(var(--asset-scale));
  transform-origin: center;
  border-radius: calc(var(--radius-xl) - 16px);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.asset-frame.is-loaded img {
  opacity: 1;
  visibility: visible;
}

.asset-frame--tight {
  --asset-inset: 0.24rem;
}

.asset-frame--product {
  min-height: 320px;
  --asset-inset: 0.28rem;
  --asset-scale: 1.16;
  aspect-ratio: 1 / 1.16;
}

.feature-card--lead .asset-frame--product,
.product-card--visual .asset-frame--product {
  min-height: 342px;
}

.asset-frame--product.asset-frame--hat {
  --asset-fit: cover;
  --asset-scale: 1.08;
  --asset-position: center 34%;
}

.asset-frame--product.asset-frame--garment {
  --asset-scale: 1.28;
  --asset-position: center 20%;
}

.asset-frame--product.asset-frame--tote {
  --asset-scale: 1.24;
  --asset-position: center 42%;
}

.asset-frame--product.asset-frame--tray {
  --asset-scale: 1.48;
  --asset-position: center 44%;
  min-height: 300px;
}

.asset-frame--wide img {
  --asset-position: center 42%;
}

.mockup-strip .asset-frame {
  min-height: 236px;
}

.mockup-strip-card {
  padding: 0.65rem;
}

.mockup-strip-card .asset-frame {
  aspect-ratio: 1 / 0.92;
}

.mockup-strip-card .asset-frame img {
  object-fit: cover;
}

.mockup-meta {
  padding-inline: 0.2rem;
}

.asset-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.55rem;
  padding: 1.6rem;
  text-align: center;
}

.asset-frame.is-loaded .asset-placeholder {
  display: none;
}

.asset-placeholder--quiet {
  gap: 0.4rem;
}

.asset-placeholder--quiet .asset-filename {
  font-size: 1.15rem;
}

.asset-placeholder--quiet .asset-helper {
  max-width: 18rem;
  font-size: 0.95rem;
}

.asset-filename {
  font-family: "Fraunces", serif;
  font-size: 1.55rem;
  line-height: 1.1;
}

.asset-helper {
  max-width: 24rem;
  color: rgba(23, 19, 15, 0.64);
}

.asset-card p,
.asset-card h3 {
  margin: 0;
}

.asset-detail {
  color: rgba(23, 19, 15, 0.72);
  line-height: 1.65;
}

.path-list {
  padding-left: 1.1rem;
  line-height: 1.8;
}

.path-list code {
  font-size: 0.94em;
}

.collection-card {
  min-height: 188px;
}

.product-card--queued {
  background: linear-gradient(180deg, rgba(252, 247, 236, 0.72), rgba(244, 232, 209, 0.86));
}

.product-card--queued .product-badge {
  color: #8f351e;
}

.collection-card p {
  color: rgba(23, 19, 15, 0.72);
}

.article-shell {
  max-width: 980px;
}

.article-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 1.3rem;
  align-items: start;
}

.article-rail {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 1rem;
}

.article-body {
  background: rgba(252, 247, 236, 0.75);
  border: 1px solid rgba(23, 19, 15, 0.08);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow);
}

.article-body p {
  font-size: 1.08rem;
  line-height: 1.85;
}

.pull-quote {
  font-family: "Fraunces", serif;
  font-size: 1.4rem;
  line-height: 1.35;
}

.article-cta {
  background: linear-gradient(180deg, rgba(79, 92, 67, 0.96), rgba(56, 68, 48, 0.96));
  color: var(--cream);
}

.article-cta .eyebrow {
  color: rgba(252, 247, 236, 0.72);
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-list details {
  padding: 1rem 1.25rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  color: rgba(23, 19, 15, 0.82);
  line-height: 1.75;
}

.contact-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.mockup-gallery {
  grid-template-columns: repeat(3, 1fr);
}

.mockup-card {
  display: grid;
  gap: 1rem;
}

.mockup-card-media {
  min-height: 260px;
}

.mockup-strip {
  grid-template-columns: repeat(3, 1fr);
}

.mockup-strip-card {
  display: grid;
  gap: 0.9rem;
}

.mockup-meta {
  display: grid;
  gap: 0.45rem;
}

.mockup-type {
  margin: 0;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: rgba(23, 19, 15, 0.48);
  font-weight: 800;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 0.42rem 0.78rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-pill--hero {
  background: rgba(184, 78, 51, 0.14);
  color: #8f351e;
}

.status-pill--shop {
  background: rgba(79, 92, 67, 0.16);
  color: #2d3d27;
}

.status-pill--social {
  background: rgba(216, 160, 56, 0.2);
  color: #7b5511;
}

.status-pill--hold {
  background: rgba(23, 19, 15, 0.1);
  color: rgba(23, 19, 15, 0.75);
}

.portfolio-mix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.portfolio-metric {
  border-top: 1px solid rgba(23, 19, 15, 0.12);
  padding-top: 0.8rem;
}

.portfolio-metric strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 2rem;
}

.site-footer {
  padding: 0 0 3rem;
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 1.4rem;
}

.footer-stack {
  flex-direction: column;
  align-items: flex-start;
}

.muted {
  color: rgba(23, 19, 15, 0.72);
}

.footer-status {
  margin: 0;
  font-size: 0.95rem;
}

.contact-card--fallback {
  display: grid;
  align-content: start;
  gap: 1rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 550ms ease, transform 550ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header,
  .site-footer,
  .home-shell,
  .page-shell,
  .article-shell {
    width: min(calc(100% - 1.2rem), var(--max));
  }

  .hero-grid,
  .supporter-grid,
  .shop-grid,
  .product-grid,
  .editorial-grid,
  .movement-grid,
  .future-grid,
  .merch-world-grid,
  .merch-lane-grid,
  .mockup-gallery,
  .mockup-strip,
  .asset-grid,
  .page-hero--editorial,
  .article-layout,
  .contact-grid,
  .footer-grid,
  .collection-grid,
  .stats-grid,
  .quotes-grid,
  .story-ticker {
    grid-template-columns: 1fr;
  }

  .article-rail {
    position: static;
  }

  .product-card--spotlight {
    grid-template-columns: 1fr;
  }

  .product-card--visual {
    grid-template-rows: auto auto auto auto auto;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(251, 246, 234, 0.96);
    border: 1px solid rgba(23, 19, 15, 0.08);
    border-radius: 22px;
    box-shadow: var(--shadow);
    padding: 1rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
  }
}

@media (max-width: 720px) {
  .preview-banner,
  .announcement-bar {
    padding: 0.55rem 0.75rem;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .site-header {
    padding: 0.8rem 0 0.7rem;
  }

  .site-header::before {
    border-radius: 22px;
  }

  .brand {
    font-size: 1.08rem;
    margin-left: 0.8rem;
  }

  .nav-toggle {
    margin-right: 0.55rem;
    padding: 0.6rem 0.85rem;
  }

  .home-shell,
  .page-shell,
  .article-shell {
    padding: 0.7rem 0 2.5rem;
  }

  .section {
    margin-top: 1.1rem;
  }

  #join.section,
  .merch-world-grid.section,
  .shop-grid.section,
  #products.section {
    margin-top: 1.35rem;
  }

  .hero-copy,
  .hero-side,
  .supporter-card,
  .capture-card,
  .capture-form,
  .movement-card,
  .future-card,
  .product-card,
  .feature-card,
  .quote-card,
  .editorial-card,
  .article-row,
  .contact-card,
  .collection-card,
  .article-body {
    padding: 1.15rem;
  }

  .form-grid,
  .metric-band,
  .product-grid,
  .portfolio-mix,
  .asset-grid--two {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .section-head,
  .product-meta {
    gap: 0.7rem;
  }

  .product-meta {
    flex-direction: column;
    align-items: flex-start;
    margin: 0.85rem 0 1rem;
  }

  .hero-copy .hero-actions,
  .story-panel .hero-actions,
  .product-card .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-copy .btn,
  .story-panel .btn,
  .product-card .btn,
  .feature-card .btn,
  .capture-card .btn {
    width: 100%;
  }

  .section-head {
    align-items: flex-start;
    margin-bottom: 0.9rem;
  }

  .product-card--spotlight .product-visual {
    order: -1;
  }

  .product-card--spotlight .product-card-copy {
    order: 2;
  }

  .asset-frame,
  .product-visual {
    min-height: 0;
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 237, 220, 0.96));
  }

  .asset-frame {
    --asset-inset: 0.18rem;
    place-items: stretch;
  }

  .asset-frame--product {
    min-height: 0;
    --asset-inset: 0.12rem;
    aspect-ratio: 1 / 0.98;
    background: #fff;
  }

  .asset-frame--wide {
    min-height: 0;
    aspect-ratio: 1 / 0.96;
  }

  .image-feature-card .asset-frame--wide,
  .page-hero-card--visual .asset-frame--wide {
    min-height: 0;
    aspect-ratio: 1 / 1.03;
    --asset-scale: 1.01;
    --asset-position: center 41%;
  }

  .feature-card--lead .asset-frame--product.asset-frame--hat {
    --asset-scale: 1.01;
    --asset-position: center 38%;
  }

  .asset-frame--product.asset-frame--garment {
    --asset-fit: contain;
    --asset-scale: 1.01;
    --asset-position: center 55%;
  }

  .asset-frame--product.asset-frame--tote {
    --asset-fit: contain;
    --asset-scale: 0.96;
    --asset-position: center 58%;
  }

  .asset-frame--product.asset-frame--tray {
    --asset-fit: contain;
    --asset-scale: 1.04;
    --asset-position: center 53%;
    aspect-ratio: 1 / 0.88;
  }

  .product-card--visual,
  .feature-card--lead {
    gap: 0.75rem;
  }

  .mailerlite-embed--direct {
    padding: 0.85rem;
  }

  .kicker-row {
    gap: 0.5rem;
  }

  .kicker-pill {
    padding: 0.42rem 0.7rem;
    font-size: 0.84rem;
  }

  .asset-frame img,
  .product-visual img {
    width: 100%;
    height: 100%;
  }

  h1 {
    font-size: 3.1rem;
    line-height: 0.95;
  }

  .page-hero h1,
  .section-head h2,
  .article-shell h1 {
    font-size: 2.4rem;
    line-height: 1;
  }

  .lede,
  .page-hero p,
  .article-lede {
    font-size: 1rem;
    line-height: 1.65;
  }

  .metric strong {
    font-size: 1.55rem;
  }

  .product-card h3,
  .feature-card h3,
  .article-row h2,
  .editorial-card h3,
  .collection-card h3 {
    font-size: 1.28rem;
  }

  .site-footer {
    padding: 0 0 2.2rem;
  }
}

@media (max-width: 560px) {
  .asset-frame--product {
    aspect-ratio: 1 / 0.94;
  }

  .image-feature-card .asset-frame--wide,
  .page-hero-card--visual .asset-frame--wide {
    aspect-ratio: 1 / 1.06;
  }

  .asset-frame--product.asset-frame--hat {
    --asset-position: center 39%;
  }

  .asset-frame--product.asset-frame--garment {
    --asset-scale: 0.98;
    --asset-position: center 57%;
  }

  .asset-frame--product.asset-frame--tote {
    --asset-scale: 0.92;
    --asset-position: center 59%;
  }

  .asset-frame--product.asset-frame--tray {
    --asset-scale: 0.98;
    --asset-position: center 54%;
  }
}
