/* Barefoot Bestie Label source-redesign fidelity layer */
:root {
  --bf-ink: #25342b;
  --bf-cream: #fbf7ed;
  --bf-linen: #efe4d3;
  --bf-sand: #d2ad73;
  --bf-sage: #6f8c77;
  --bf-clay: #c48d62;
  --bf-muted: #647066;
  --bf-line: #e5dac8;
}

body {
  background: var(--bf-cream);
  color: var(--bf-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.site-header {
  background: rgba(251, 247, 237, .94);
  border-bottom: 1px solid var(--bf-line);
  box-shadow: none;
}

nav a {
  border-radius: 999px;
  padding: 9px 13px;
}

nav a:hover,
nav a[aria-current=page] {
  background: rgba(239, 228, 211, .72);
}

.nav-cta,
.button {
  border-radius: 999px;
  background: var(--bf-ink);
  color: var(--bf-cream) !important;
  border-color: var(--bf-ink);
}

.button.secondary {
  background: transparent;
  color: var(--bf-ink) !important;
}

.hero,
.collection-hero {
  max-width: 1280px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 1fr);
  gap: clamp(40px, 6vw, 76px);
  align-items: end;
  padding-top: clamp(58px, 7vw, 104px);
  padding-bottom: clamp(58px, 7vw, 104px);
  background: transparent;
}

.page-hero,
.section {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.muted {
  max-width: none;
  background: transparent;
}

.muted > .section-head,
.muted > .collection-grid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--bf-ink);
}

h1 {
  font-size: clamp(48px, 6.4vw, 82px);
  line-height: 1.02;
}

h2 {
  font-size: clamp(38px, 4.1vw, 56px);
}

.eyebrow,
.collection-card span,
.article-card span {
  color: var(--bf-sage);
  letter-spacing: .18em;
}

.hero p,
.collection-hero p,
.page-hero p,
.stacked-copy p,
.editorial-grid p,
.collection-card p,
.article-card p {
  color: var(--bf-muted);
}

.hero-photo,
.collection-hero-photo,
.editorial-photo {
  border-radius: 40px;
  border-color: var(--bf-line);
  background: var(--bf-linen);
  box-shadow: none;
}

.hero-photo {
  overflow: visible;
}

.hero-photo img,
.collection-hero-photo img,
.editorial-photo img {
  border-radius: 40px;
}

.hero-photo figcaption {
  left: -24px;
  bottom: -24px;
  border-radius: 24px;
  background: rgba(251, 247, 237, .96);
  box-shadow: 0 18px 38px rgba(37, 52, 43, .12);
}

.split,
.feature-row {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: .9fr 1.1fr;
}

.collection-grid {
  gap: 22px;
}

.collection-card,
.article-card,
.lead-form,
.edit-card {
  border-radius: 32px;
  border-color: var(--bf-line);
  background: rgba(255, 252, 245, .72);
  padding: 24px;
  box-shadow: none;
}

.collection-card:hover,
.article-card:hover {
  border-color: rgba(196, 141, 98, .58);
  box-shadow: 0 30px 60px -42px rgba(37, 52, 43, .35);
}

.collection-photo {
  border-radius: 28px;
  border-color: var(--bf-line);
  margin: 0 0 20px;
}

.collection-photo img {
  border-radius: 28px;
}

.feature-row {
  border-radius: 40px;
  background: rgba(239, 228, 211, .72);
  padding: clamp(38px, 5vw, 64px);
}

.texture-panel,
.fit-board {
  border-radius: 32px;
  background: var(--bf-ink);
}

.texture-panel span,
.fit-board span {
  border-radius: 22px;
}

.cta {
  max-width: 1280px;
  margin: 0 auto clamp(58px, 7vw, 96px);
  border-radius: 40px;
  background: var(--bf-ink);
  text-align: left;
  padding: clamp(44px, 6vw, 70px);
}

.cta h2 {
  color: var(--bf-cream);
}

.cta .eyebrow,
.cta p {
  color: var(--bf-clay);
}

.cta .button.light {
  background: var(--bf-cream);
  color: var(--bf-ink) !important;
}

.site-footer {
  background: #211d1a;
}

@media (max-width: 920px) {
  .hero,
  .collection-hero,
  .split,
  .feature-row {
    grid-template-columns: 1fr;
  }

  .hero-photo figcaption {
    left: 18px;
    bottom: 18px;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 40px;
  }

  .hero-photo,
  .hero-photo img,
  .collection-card,
  .collection-photo,
  .collection-photo img,
  .cta,
  .feature-row {
    border-radius: 24px;
  }

  .hero-photo figcaption {
    position: static;
    border-radius: 0;
    box-shadow: none;
  }
}
