:root {
  --bbf-orange: #ff7900;
  --bbf-orange-light: #ffa326;
  --bbf-orange-deep: #f16300;
  --avocado: #98c93c;
  --leaf: #4f7f22;
  --ink: #273027;
  --muted: #5e6659;
  --paper: #fff7ed;
  --cream: #fff0d9;
  --line: rgba(255, 255, 255, 0.28);
}

@font-face {
  font-family: "Filson Soft";
  src: url("assets/fonts/FilsonSoftMedium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Filson Soft", Arial, Helvetica, sans-serif;
  background:
    linear-gradient(135deg, rgba(255, 163, 38, 0.34), transparent 42%),
    linear-gradient(315deg, rgba(152, 201, 60, 0.18), transparent 38%),
    var(--paper);
}

a {
  color: inherit;
}

.page-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 0 44px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  display: grid;
  gap: 0;
}

.hero::before {
  content: none;
}

.brand-strip,
.hero-copy {
  position: relative;
  z-index: 1;
}

.brand-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(44px, 8vw, 110px);
  padding: 54px clamp(24px, 6vw, 72px);
  background: #ffffff;
  border-bottom: 1px solid rgba(39, 48, 39, 0.12);
}

.brand-card {
  display: block;
  width: min(430px, 32vw);
  height: 154px;
  object-fit: contain;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
}

.divider {
  width: 1px;
  height: 126px;
  background: rgba(39, 48, 39, 0.32);
}

.faire-wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.2rem;
  letter-spacing: 0.34em;
  line-height: 1;
  color: #303030;
}

.hero-copy {
  width: 100%;
  margin-left: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(20px, 4vw, 44px) clamp(28px, 6vw, 72px);
  background:
    linear-gradient(90deg, rgba(255, 121, 0, 0.96), rgba(255, 163, 38, 0.88)),
    radial-gradient(circle at 16% 24%, rgba(255, 255, 255, 0.22), transparent 34%);
}

.hero-text {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  color: inherit;
}

h1 {
  max-width: 760px;
  font-size: 5.4rem;
  line-height: 0.96;
  color: #ffffff;
}

.intro {
  max-width: 620px;
  margin: 28px 0 0;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.45;
}

.offer {
  max-width: 690px;
  margin: 18px 0 0;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.28;
}

.offer span {
  white-space: nowrap;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.12;
}

.shop-grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 0;
  gap: 50px;
}

.shop-link {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 128px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(39, 48, 39, 0.1);
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 18px 32px rgba(91, 51, 6, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.shop-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 38%),
    linear-gradient(315deg, rgba(0, 0, 0, 0.12), transparent 52%);
}

.shop-link:hover,
.shop-link:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 42px rgba(91, 51, 6, 0.2);
}

.shop-link:focus-visible {
  outline: 3px solid rgba(79, 127, 34, 0.55);
  outline-offset: 3px;
}

.shop-logo-wrap,
.shop-logo,
.shop-brand,
.shop-meta,
.shop-action {
  position: relative;
  z-index: 1;
}

.shop-logo-wrap {
  display: grid;
  flex: 0 0 142px;
  width: 142px;
  height: 90px;
  place-items: center;
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(91, 51, 6, 0.14);
}

.shop-logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 68px;
  margin: 0 auto;
}

.betterbody-logo {
  width: 126px;
  filter: brightness(0) saturate(100%) invert(51%) sepia(97%) saturate(2531%) hue-rotate(1deg) brightness(104%) contrast(104%);
}

.pbfit-logo {
  width: 74px;
  justify-self: center;
}

.oatsome-logo {
  width: 120px;
  justify-self: center;
  filter: brightness(0) saturate(100%) invert(31%) sepia(64%) saturate(1189%) hue-rotate(241deg) brightness(91%) contrast(88%);
}

.shop-brand {
  max-width: 230px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.95;
}

.shop-meta {
  display: grid;
  flex: 1;
  justify-items: center;
  gap: 12px;
  min-width: 0;
}

.shop-action {
  align-self: center;
  justify-self: center;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.betterbody {
  background: linear-gradient(145deg, var(--bbf-orange-light), var(--bbf-orange-deep));
}

.pbfit {
  background: linear-gradient(145deg, #ff4b1f, #d52912);
}

.oatsome {
  background: #8447ae;
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 20px, 560px);
    padding: 10px 0 28px;
  }

  .hero {
    min-height: auto;
    gap: 0;
  }

  .brand-strip {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    padding: 6px 12px;
  }

  .brand-card {
    width: min(58%, 260px);
    height: 72px;
    object-fit: contain;
  }

  .divider {
    width: 1px;
    height: 44px;
  }

  .faire-wordmark {
    flex: 1;
    min-width: 0;
    font-size: 2.1rem;
    letter-spacing: 0.16em;
  }

  .hero-copy {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-left: 0;
    padding: 22px 18px 36px;
  }

  h1 {
    font-size: 3.4rem;
  }

  .intro {
    font-size: 1.15rem;
  }

  .offer {
    font-size: 1.3rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  .shop-grid {
    display: grid;
    margin-top: 28px;
    gap: 14px;
  }

  .shop-grid {
    grid-template-columns: 1fr;
  }

  .shop-link {
    min-height: 218px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 22px;
  }

  .shop-logo-wrap {
    flex: 0 0 auto;
    width: 172px;
    height: 96px;
    margin: 0 auto;
  }

  .shop-meta {
    width: 100%;
    justify-items: center;
    gap: 12px;
  }

  .shop-action {
    justify-self: center;
  }

  .shop-brand {
    font-size: 1.65rem;
  }
}

@media (max-width: 390px) {
  .faire-wordmark {
    font-size: 1.9rem;
    letter-spacing: 0.12em;
  }

  h1 {
    font-size: 2.8rem;
  }

  .shop-link {
    padding: 18px;
  }

  .shop-logo-wrap {
    width: 160px;
  }
}
