/* ===================================================================
   NW Bee Club — public site (Almanac direction)
   Nav, hero, three pillars, diary, products, newcomer pathway,
   testimonials, join CTA, footer.
   =================================================================== */

/* ---- Top nav ------------------------------------------------------ */
.al-nav {
  background: var(--al-paper);
  border-bottom: 1px solid var(--al-rule);
  position: sticky;
  top: 0;
  z-index: 50;
  /* slight paper-grain blend so the dot pattern shows behind it */
  background-image: radial-gradient(
    rgba(122, 87, 10, 0.05) 1px,
    transparent 1px
  );
  background-size: 4px 4px;
  background-color: var(--al-paper);
}

.al-nav__inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 18px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.al-logo-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}

.al-logo {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.al-logo-text {
  display: flex;
  flex-direction: column;
}

.al-logo-title {
  font-family: var(--ff-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: var(--al-ink);
}

.al-logo-sub {
  font-size: 11px;
  letter-spacing: 2.5px;
  color: var(--al-ink-soft);
  text-transform: uppercase;
  margin-top: 4px;
}

.al-nav-links {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
  font-size: 14.5px;
}

.al-nav-links a {
  color: var(--al-ink);
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.15s ease;
}

.al-nav-links a:hover {
  border-bottom-color: var(--al-honey-light);
}
.al-nav-links a.active {
  font-weight: 700;
  border-bottom-color: var(--al-honey);
}

.al-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.al-nav-actions .al-signin {
  font-size: 14px;
  color: var(--al-ink);
  text-decoration: none;
  padding: 8px 4px;
}
.al-nav-actions .al-signin:hover {
  color: var(--al-honey-deep);
}

.al-cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--al-honey);
  color: var(--al-ink);
  border: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}
.al-cart-btn:hover {
  background: var(--al-honey-deep);
  color: var(--al-paper);
}

.al-cart-btn .al-icon {
  font-size: 15px;
}

.al-cart-btn .cart-count {
  background: var(--al-ink);
  color: var(--al-paper);
  border-radius: 999px;
  padding: 1px 8px;
  font-size: 11px;
  font-weight: 700;
  min-width: 20px;
  text-align: center;
}

.al-nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--al-ink);
  color: var(--al-ink);
  font-size: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* ---- Section wrapper --------------------------------------------- */
.al-section {
  padding: var(--section-y) var(--gutter);
  max-width: var(--container-max);
  margin: 0 auto;
}

.al-section--full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.al-section--full > .al-section__inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.al-section__head {
  margin-bottom: 32px;
}
.al-section__title {
  font-family: var(--ff-display);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.4px;
  margin-top: 8px;
}

.al-section--paper-deep {
  background: var(--al-paper-deep);
  border-top: 1px solid var(--al-rule);
  border-bottom: 1px solid var(--al-rule);
}

.al-section--white {
  background: var(--al-white);
  border-top: 1px solid var(--al-rule);
  border-bottom: 1px solid var(--al-rule);
}

/* ---- Hero --------------------------------------------------------- */
.al-hero {
  padding: 60px var(--gutter) 40px;
  max-width: var(--container-max);
  margin: 0 auto;
  position: relative;
}

.al-hero__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}

.al-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  color: var(--al-honey-deep);
  text-transform: uppercase;
  font-weight: 700;
}

.al-hero__title {
  margin: 14px 0 0;
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: var(--fs-display);
  line-height: 0.98;
  letter-spacing: -1.2px;
  text-wrap: balance;
}

.al-hero__title em {
  font-style: italic;
  color: var(--al-honey-deep);
  font-weight: 600;
}

.al-hero__lead {
  margin-top: 22px;
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--al-ink-soft);
  max-width: 560px;
}

.al-hero__cta {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.al-hero__stats {
  margin-top: 28px;
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}

/* Hero polaroid stack */
.al-hero__stack {
  position: relative;
  height: 540px;
}

.al-hero__stack .al-polaroid-1,
.al-hero__stack .al-polaroid-2,
.al-hero__stack .al-polaroid-3 {
  position: absolute;
}
.al-hero__stack .al-polaroid-1 {
  top: 0;
  right: 40px;
  width: 320px;
  transform: rotate(3deg);
}
.al-hero__stack .al-polaroid-2 {
  top: 200px;
  left: 0;
  width: 280px;
  transform: rotate(-4deg);
}
.al-hero__stack .al-polaroid-3 {
  bottom: 0;
  right: 0;
  width: 240px;
  transform: rotate(2deg);
  background: var(--al-honey);
  padding: 18px;
}

.al-almanac-says__label {
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--al-ink);
  font-weight: 700;
  text-transform: uppercase;
}
.al-almanac-says__quote {
  font-family: var(--ff-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--al-ink);
  line-height: 1.15;
  margin-top: 6px;
}
.al-almanac-says__quote em {
  font-style: italic;
}

/* ---- Three pillars ----------------------------------------------- */
.al-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.al-pillar {
  background: var(--al-white);
  border: 1px solid var(--al-rule);
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.al-pillar__kicker {
  font-size: 11px;
  letter-spacing: 2.5px;
  color: var(--al-honey-deep);
  font-weight: 700;
  text-transform: uppercase;
}
.al-pillar__title {
  font-family: var(--ff-display);
  font-size: 26px;
  font-weight: 600;
  margin-top: 8px;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.al-pillar__body {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--al-ink-soft);
  margin-top: 10px;
}
.al-pillar__link {
  margin-top: auto;
  padding-top: 16px;
  color: var(--al-honey-deep);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

/* ---- Diary (events strip) ---------------------------------------- */
.al-diary {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 22px;
}

.al-diary__lead {
  background: var(--al-moss-deep);
  color: var(--al-paper);
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.al-diary__lead-content {
  position: relative;
  z-index: 1;
}

.al-diary__lead-eyebrow {
  font-size: 11px;
  letter-spacing: 2.5px;
  color: var(--al-honey);
  text-transform: uppercase;
  font-weight: 700;
}

.al-diary__lead-date {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 14px;
}
.al-diary__lead-day {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  color: var(--al-honey);
}
.al-diary__lead-month {
  font-size: 13px;
  letter-spacing: 2px;
  color: var(--al-honey);
  text-transform: uppercase;
}
.al-diary__lead-when {
  font-size: 14px;
  color: #cdc4a3;
  margin-top: 2px;
}

.al-diary__lead-title {
  margin: 18px 0 0;
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
}

.al-diary__lead-body {
  font-size: 15.5px;
  line-height: 1.6;
  color: #d6cea7;
  margin-top: 12px;
}

.al-diary__lead-cta {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.al-diary__card {
  background: var(--al-white);
  border: 1px solid var(--al-rule);
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.al-diary__day {
  font-family: var(--ff-display);
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: var(--al-honey-deep);
}
.al-diary__when {
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--al-honey-deep);
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 700;
}
.al-diary__title {
  margin: 12px 0 6px;
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
}
.al-diary__loc {
  font-size: 13px;
  color: var(--al-ink-soft);
  display: flex;
  gap: 6px;
  align-items: center;
}
.al-diary__desc {
  font-size: 14px;
  line-height: 1.5;
  color: var(--al-ink-soft);
  margin-top: 10px;
}
.al-diary__foot {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ---- Products grid ----------------------------------------------- */
.al-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.al-product {
  display: flex;
  flex-direction: column;
}
.al-product__media {
  aspect-ratio: 1 / 1;
  background: repeating-linear-gradient(45deg, #ede3c5 0 8px, #f6efdc 8px 16px);
  border: 1px solid var(--al-rule);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  color: var(--al-honey-deep);
  position: relative;
}
.al-product__tag {
  position: absolute;
  top: 10px;
  left: 10px;
}
.al-product__name {
  margin-top: 10px;
  font-family: var(--ff-display);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}
.al-product__price-row {
  margin-top: 6px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.al-product__price {
  font-family: var(--ff-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--al-honey-deep);
}
.al-product__member {
  font-size: 12px;
  color: var(--al-ink-soft);
}
.al-product__cta {
  margin-top: 10px;
}

.al-product-banner {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: var(--al-paper);
  border: 1px solid var(--al-rule);
  gap: 24px;
  flex-wrap: wrap;
}

.al-product-banner__copy {
  font-family: var(--ff-display);
  font-size: 18px;
  color: var(--al-ink);
}
.al-product-banner__copy strong {
  font-weight: 700;
}
.al-product-banner__copy span {
  color: var(--al-ink-soft);
  font-weight: 400;
}

/* ---- Newcomer pathway -------------------------------------------- */
.al-pathway {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
}

.al-pathway__steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.al-pathway__step {
  display: flex;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--al-rule);
}
.al-pathway__step:last-child {
  border-bottom: none;
}

.al-pathway__num {
  font-family: var(--ff-display);
  font-size: 36px;
  font-weight: 700;
  color: var(--al-honey-deep);
  line-height: 1;
  width: 56px;
  flex-shrink: 0;
}
.al-pathway__step-title {
  font-family: var(--ff-display);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
}
.al-pathway__step-body {
  font-size: 14.5px;
  color: var(--al-ink-soft);
  margin-top: 4px;
  line-height: 1.5;
}

.al-letter {
  background: var(--al-paper-deep);
  border: 1px solid var(--al-rule);
  padding: 32px;
}
.al-letter__kicker {
  font-size: 11px;
  letter-spacing: 2.5px;
  color: var(--al-honey-deep);
  font-weight: 700;
  text-transform: uppercase;
}
.al-letter__quote {
  font-family: var(--ff-display);
  font-size: 21px;
  line-height: 1.45;
  color: var(--al-ink);
  margin-top: 12px;
  font-style: italic;
}
.al-letter__quote strong {
  font-style: normal;
  font-weight: 600;
}

.al-letter__sig {
  margin-top: 16px;
  font-size: 14px;
  color: var(--al-ink-soft);
}

/* ---- Testimonials ------------------------------------------------ */
.al-testis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.al-testi {
  background: var(--al-white);
  border: 1px solid var(--al-rule);
  padding: 26px;
}
.al-testi__mark {
  font-family: var(--ff-display);
  font-size: 56px;
  line-height: 0.5;
  color: var(--al-honey);
}
.al-testi__quote {
  font-family: var(--ff-display);
  font-size: 19px;
  line-height: 1.45;
  color: var(--al-ink);
  margin: 16px 0 12px;
}
.al-testi__by {
  padding-top: 12px;
  border-top: 1px dashed var(--al-rule);
  font-size: 13.5px;
}
.al-testi__by strong {
  font-weight: 700;
}
.al-testi__by span {
  color: var(--al-ink-soft);
}

/* ---- Big join CTA ------------------------------------------------ */
.al-join-cta {
  position: relative;
  overflow: hidden;
  background: var(--al-honey);
  padding: 72px var(--gutter);
}

.al-join-cta__inner {
  position: relative;
  max-width: var(--container-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
}

.al-join-cta__eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  color: var(--al-ink);
  text-transform: uppercase;
  font-weight: 700;
}
.al-join-cta__title {
  margin: 12px 0 0;
  font-family: var(--ff-display);
  font-size: 56px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: var(--al-ink);
}
.al-join-cta__title em {
  font-style: italic;
}
.al-join-cta__body {
  margin-top: 14px;
  font-size: 17.5px;
  line-height: 1.55;
  color: #3d3214;
  max-width: 580px;
}
.al-join-cta__cta {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.al-join-cta__card {
  background: var(--al-ink);
  color: var(--al-paper);
  padding: 28px;
}
.al-join-cta__card-kicker {
  font-size: 11px;
  letter-spacing: 2.5px;
  color: var(--al-honey);
  font-weight: 700;
  text-transform: uppercase;
}
.al-join-cta__card-title {
  font-family: var(--ff-display);
  font-size: 28px;
  font-weight: 600;
  margin-top: 8px;
  line-height: 1.2;
}
.al-join-cta__card-body {
  font-size: 14.5px;
  line-height: 1.6;
  color: #d6cea7;
  margin-top: 8px;
}

/* ---- Footer ------------------------------------------------------ */
.al-footer {
  background: var(--al-moss-deep);
  color: var(--al-paper);
  padding: 48px var(--gutter) 24px;
  position: relative;
  overflow: hidden;
}

.al-footer__inner {
  position: relative;
  max-width: var(--container-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}

.al-footer__brand-copy {
  margin-top: 16px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #d6cea7;
  max-width: 360px;
}

.al-footer__brand-cta {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.al-footer__col-title {
  font-size: 11px;
  letter-spacing: 2.5px;
  color: var(--al-honey-light);
  text-transform: uppercase;
  font-weight: 700;
}
.al-footer__col-links {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.al-footer__col-links a {
  color: #e8dcb6;
  text-decoration: none;
  font-size: 14px;
}
.al-footer__col-links a:hover {
  color: var(--al-honey);
}

.al-footer__legal {
  position: relative;
  margin-top: 36px;
  padding-top: 18px;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(241, 195, 58, 0.18);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #bdb494;
  letter-spacing: 1px;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---- Mobile breakpoints ------------------------------------------ */
@media (max-width: 1024px) {
  .al-hero__grid {
    grid-template-columns: 1fr;
  }
  .al-hero__stack {
    display: none;
  }
  .al-pillars {
    grid-template-columns: 1fr;
  }
  .al-diary {
    grid-template-columns: 1fr;
  }
  .al-products {
    grid-template-columns: repeat(2, 1fr);
  }
  .al-pathway {
    grid-template-columns: 1fr;
  }
  .al-testis {
    grid-template-columns: 1fr;
  }
  .al-join-cta__inner {
    grid-template-columns: 1fr;
  }
  .al-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
  :root {
    --fs-display: 56px;
    --fs-h1: 44px;
    --fs-h2: 32px;
  }
}

@media (max-width: 640px) {
  .al-nav__inner {
    padding: 14px var(--gutter-mobile);
  }
  .al-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--al-paper);
    border-bottom: 1px solid var(--al-rule);
    flex-direction: column;
    padding: 16px var(--gutter-mobile);
    gap: 14px;
  }
  .al-nav-links.active,
  .al-nav-links.open {
    display: flex;
  }
  .al-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .al-section {
    padding: var(--section-y-mobile) var(--gutter-mobile);
  }
  .al-hero {
    padding: 32px var(--gutter-mobile) 24px;
  }
  .al-products {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .al-footer {
    padding: 36px var(--gutter-mobile) 20px;
  }
  .al-footer__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .al-join-cta {
    padding: 48px var(--gutter-mobile);
  }
  :root {
    --fs-display: 42px;
    --fs-h1: 32px;
    --fs-h2: 26px;
    --fs-h3: 22px;
  }
  .al-hero__title {
    font-size: var(--fs-display);
    letter-spacing: -0.6px;
  }
  .al-section__title {
    font-size: var(--fs-h1);
  }
  .al-diary__lead-day {
    font-size: 56px;
  }
  .al-diary__lead-title {
    font-size: 24px;
  }
  .al-cart-btn {
    padding: 8px 12px;
  }
  .al-cart-btn .al-cart-label {
    display: none;
  }
  .al-join-cta__title {
    font-size: 36px;
  }
}
