@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&family=Instrument+Serif:ital@0;1&display=swap');

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow-x: hidden;
}

body.bbf-standalone-page {
  background: #f2f0e9;
}
#bbf-site {

  
  --bbf-text-color: #0b0c0e;
  --bbf-background-color: #f2f0e9;
  --bbf-primary-color: #214fbb;
  --bbf-dark-color: #09266c;
  --bbf-green-color: #284c35;
  --bbf-white-color: #ffffff;

  --bbf-body-font: 'DM Sans', Arial, sans-serif;
  --bbf-display-font: 'Instrument Serif', Georgia, serif;
  --bbf-body-weight: 400;

  --bbf-page-padding: clamp(22px, 4.2vw, 72px);
  --bbf-header-height: 96px;
  --bbf-header-height-scrolled: 76px;
  --bbf-section-spacing: clamp(85px, 12vw, 180px);
  --bbf-animation-speed: .8s;

  --bbf-hero-image: url('https://bluebasketfarms.ca/wp-content/uploads/2026/07/IMG_7153-1-scaled.jpg');
  --bbf-story-image: url('https://bluebasketfarms.ca/wp-content/uploads/2026/07/A7C08664.jpg');
  --bbf-picking-image: url('https://bluebasketfarms.ca/wp-content/uploads/2026/07/IMG_7141-scaled.jpg');
--bbf-hand-image: url('https://bluebasketfarms.ca/wp-content/uploads/2026/07/A7C08674.jpg');

  --ink: var(--bbf-text-color);
  --paper: var(--bbf-background-color);
  --blue: var(--bbf-primary-color);
  --blue-dark: var(--bbf-dark-color);
  --leaf: var(--bbf-green-color);
  --line: rgba(10, 12, 14, .16);
  --pad: var(--bbf-page-padding);
  --ease: cubic-bezier(.22, 1, .36, 1);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--bbf-body-font);
  font-weight: var(--bbf-body-weight);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

#bbf-site *, #bbf-site *::before, #bbf-site *::after { box-sizing: border-box; }
#bbf-site a { color: inherit; text-decoration: none; }
#bbf-site img { max-width: 100%; display: block; }
#bbf-site button { font: inherit; }
#bbf-site ::selection { background: var(--blue); color: #fff; }
#bbf-site .bbf-skip { position: fixed; left: 20px; top: -60px; z-index: 10000; background: #fff; padding: 12px 18px; transition: top .2s; }
#bbf-site .bbf-skip:focus { top: 20px; }

.bbf-loader { position: fixed; inset: 0; z-index: 9999; background: var(--blue-dark); color: #fff; display: grid; place-items: center; transition: transform 1s var(--ease), visibility 1s; }
.bbf-loader.is-hidden { transform: translateY(-105%); visibility: hidden; }
.bbf-loader__mark { display: flex; align-items: center; justify-content: center; padding: 24px; }
#bbf-site .bbf-loader__logo {
  width: clamp(190px, 26vw, 340px) !important;
  height: auto !important;
  max-width: 340px !important;
  max-height: 340px !important;
  object-fit: contain !important;
  display: block;
}

.bbf-header { position: fixed; z-index: 500; left: 0; right: 0; top: 0; height: var(--bbf-header-height); padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid rgba(255,255,255,.22); transition: height .45s var(--ease), background .45s, color .45s, border-color .45s; }
.bbf-header.is-scrolled { height: var(--bbf-header-height-scrolled); color: var(--ink); background: rgba(242,240,233,.9); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-color: var(--line); }
.bbf-brand { display: inline-flex; align-items: center; gap: 11px; position: relative; z-index: 3; }
.bbf-brand--header { height: 100%; width: 92px; flex: 0 0 92px; overflow: hidden; }
#bbf-site .bbf-header-logo {
  width: 88px !important;
  height: 88px !important;
  max-width: 88px !important;
  max-height: 88px !important;
  min-width: 88px;
  object-fit: contain !important;
  display: block;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.18));
  transition: width .45s var(--ease), height .45s var(--ease), filter .45s var(--ease), opacity .25s;
}
.bbf-header.is-scrolled .bbf-brand--header { width: 70px; flex-basis: 70px; }
#bbf-site .bbf-header.is-scrolled .bbf-header-logo {
  width: 68px !important;
  height: 68px !important;
  max-width: 68px !important;
  max-height: 68px !important;
  min-width: 68px;
  filter: brightness(0) saturate(100%);
}
.bbf-brand__icon { width: 48px; height: 48px; display: grid; place-items: center; }
.bbf-brand__icon svg { width: 100%; height: 100%; fill: currentColor; stroke: currentColor; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.bbf-brand__icon path { fill: none; }
.bbf-brand__name { font-size: 12px; line-height: 1.05; letter-spacing: .15em; }
.bbf-brand__name strong { font-size: 15px; font-weight: 600; }
.bbf-desktop-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 52px); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.bbf-desktop-nav a { position: relative; padding: 8px 0; }
.bbf-desktop-nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease); }
.bbf-desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.bbf-menu-button { width: 48px; height: 48px; display: none; place-items: center; position: relative; z-index: 3; border: 0; padding: 0; background: transparent; color: inherit; cursor: pointer; }
.bbf-menu-button span { position: absolute; width: 25px; height: 1px; background: currentColor; transition: transform .35s var(--ease), top .35s; }
.bbf-menu-button span:first-child { transform: translateY(-4px); }
.bbf-menu-button span:last-child { transform: translateY(4px); }
.bbf-menu-button.is-open span:first-child { transform: rotate(45deg); }
.bbf-menu-button.is-open span:last-child { transform: rotate(-45deg); }

.bbf-menu { position: fixed; inset: 0; z-index: 400; background: var(--blue-dark); color: #fff; transform: translateY(-105%); transition: transform .75s var(--ease); }
.bbf-menu.is-open { transform: translateY(0); }
.bbf-menu__inner { min-height: 100%; padding: 130px var(--pad) 35px; display: flex; flex-direction: column; }
.bbf-menu__eyebrow { opacity: .55; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 25px; }
.bbf-menu nav { border-top: 1px solid rgba(255,255,255,.22); }
.bbf-menu nav a { display: flex; align-items: baseline; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: clamp(34px, 8vw, 74px); line-height: 1; letter-spacing: -.04em; }
.bbf-menu nav a span { width: 22px; font-size: 10px; letter-spacing: .1em; opacity: .55; }
.bbf-menu__footer { margin-top: auto; padding-top: 35px; display: flex; justify-content: space-between; gap: 20px; font-size: 13px; opacity: .75; }

.bbf-floating-contact { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 300; width: 48px; height: 176px; background: var(--blue); color: #fff !important; display: flex; align-items: center; justify-content: center; gap: 13px; writing-mode: vertical-rl; font-size: 10px; letter-spacing: .18em; transition: width .35s var(--ease), background .35s; }
.bbf-floating-contact:hover { width: 58px; background: var(--blue-dark); }
.bbf-floating-contact svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; transform: rotate(90deg); }

.bbf-hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; background: #08142b; color: #fff; overflow: hidden; }
.bbf-hero__media { position: absolute; inset: -6%; background-image: linear-gradient(90deg, rgba(5,12,25,.72) 0%, rgba(5,12,25,.24) 58%, rgba(5,12,25,.5) 100%), var(--bbf-hero-image); background-size: cover; background-position: center; transform: scale(1.04); will-change: transform; }
.bbf-hero__grain { position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.bbf-hero__content { position: relative; z-index: 2; width: 100%; padding: 150px var(--pad) 48px; }
.bbf-kicker { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; }
.bbf-hero h1 { margin: clamp(55px, 8vh, 100px) 0 45px; font-size: clamp(58px, 10.4vw, 168px); line-height: .82; letter-spacing: -.068em; font-weight: 400; }
.bbf-line { display: block; overflow: hidden; padding-bottom: .08em; }
.bbf-line > span { display: block; transform: translateY(110%); transition: transform 1.2s var(--ease); }
.bbf-site-ready .bbf-line > span { transform: translateY(0); }
.bbf-line--indent { padding-left: 10vw; font-family: var(--bbf-display-font); font-style: italic; letter-spacing: -.04em; }
.bbf-hero__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255,255,255,.28); padding-top: 23px; }
.bbf-hero__bottom p { width: min(470px, 55vw); margin: 0; font-size: clamp(14px, 1.3vw, 18px); line-height: 1.55; }
.bbf-circle-link { flex: 0 0 108px; width: 108px; height: 108px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 9px; font-size: 9px; letter-spacing: .16em; transition: background .35s, color .35s, transform .35s var(--ease); }
.bbf-circle-link:hover { background: #fff; color: var(--ink); transform: scale(1.06); }
.bbf-circle-link svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.bbf-hero__season { position: absolute; right: var(--pad); top: 130px; z-index: 2; font-size: 10px; line-height: 1.5; letter-spacing: .18em; text-align: right; }

.bbf-section-number { font-size: 11px; letter-spacing: .16em; opacity: .55; }
.bbf-manifesto { min-height: 100svh; padding: 100px var(--pad) 70px; display: grid; grid-template-columns: 70px 1fr minmax(240px, 330px); align-items: center; gap: 25px; background: var(--paper); }
.bbf-manifesto__text { font-size: clamp(64px, 11vw, 175px); line-height: .84; letter-spacing: -.075em; font-weight: 500; }
.bbf-manifesto__text span.word { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .08em; }
.bbf-manifesto__text span.word > i { display: inline-block; font-style: normal; transform: translateY(110%); transition: transform .95s var(--ease); }
.bbf-manifesto__text.is-visible span.word > i { transform: translateY(0); }
.bbf-manifesto__note { align-self: end; display: flex; gap: 14px; font-size: 13px; line-height: 1.6; padding-bottom: 10px; }
.bbf-manifesto__note p { margin: 0; }
.bbf-dot { width: 8px; height: 8px; margin-top: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--blue); }

.bbf-intro { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); min-height: 860px; background: var(--ink); color: #fff; }
.bbf-intro__image { min-height: 650px; position: relative; background-image: linear-gradient(180deg, transparent 55%, rgba(5,8,10,.75)), var(--bbf-story-image); background-size: cover; background-position: center; }
.bbf-image-label { position: absolute; left: 28px; bottom: 25px; font-size: 9px; letter-spacing: .18em; }
.bbf-intro__content { padding: clamp(70px, 9vw, 145px) var(--pad); display: flex; flex-direction: column; justify-content: center; }
.bbf-intro__content h2 { margin: 55px 0 35px; max-width: 650px; font-size: clamp(48px, 6.7vw, 105px); line-height: .92; letter-spacing: -.055em; font-weight: 400; }
.bbf-intro__content p { margin: 0 0 40px; max-width: 620px; color: rgba(255,255,255,.72); font-size: clamp(15px, 1.4vw, 20px); line-height: 1.65; }
.bbf-text-link { width: fit-content; display: inline-flex; gap: 16px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.4); padding: 0 0 8px; font-size: 13px; }
.bbf-text-link span { transition: transform .35s var(--ease); }
.bbf-text-link:hover span { transform: translate(5px,-5px); }

.bbf-stats { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--blue); color: #fff; }
.bbf-stat { min-height: 320px; padding: 38px var(--pad) 35px; border-right: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; justify-content: space-between; }
.bbf-stat:last-child { border-right: 0; }
.bbf-stat__number { font-size: clamp(70px, 8vw, 130px); line-height: .8; letter-spacing: -.07em; }
.bbf-stat__label { font-size: 12px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }

.bbf-berries { padding: 120px var(--pad) 95px; background: var(--paper); }
.bbf-berries__head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; padding-bottom: 90px; }
.bbf-berries__head .bbf-kicker { margin-top: 45px; }
.bbf-berries__head h2 { margin: 0; max-width: 930px; font-size: clamp(55px, 8.2vw, 132px); line-height: .9; letter-spacing: -.065em; font-weight: 400; }
.bbf-variety-list { border-top: 1px solid var(--line); }
.bbf-variety { display: grid; grid-template-columns: 70px 1.25fr 1fr 150px; gap: 30px; align-items: center; min-height: 190px; padding: 30px 0; border-bottom: 1px solid var(--line); transition: padding .4s var(--ease), background .4s; }
.bbf-variety:hover { padding-left: 20px; padding-right: 20px; background: rgba(33,79,187,.06); }
.bbf-variety__index { font-size: 11px; opacity: .55; }
.bbf-variety__name { font-size: clamp(38px, 5vw, 78px); line-height: .9; letter-spacing: -.055em; }
.bbf-variety p { margin: 0; max-width: 460px; color: rgba(11,12,14,.68); font-size: 14px; line-height: 1.65; }
.bbf-variety__tag { justify-self: end; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; letter-spacing: .13em; }

.bbf-photo-break { position: relative; min-height: 100svh; background: var(--ink); color: #fff; overflow: hidden; }
.bbf-photo-break__image { position: absolute; inset: -10% 0; background-image: linear-gradient(90deg, rgba(4,7,10,.72), rgba(4,7,10,.08) 70%), var(--bbf-picking-image); background-size: cover; background-position: center; }
.bbf-photo-break__copy { position: relative; z-index: 2; min-height: 100svh; padding: 110px var(--pad) 70px; display: flex; flex-direction: column; justify-content: space-between; }
.bbf-photo-break__copy h2 { margin: 0; font-size: clamp(70px, 11vw, 174px); line-height: .82; letter-spacing: -.07em; font-weight: 400; }
.bbf-photo-break__copy h2 br + * { font-family: var(--bbf-display-font); }

.bbf-season { padding: 120px var(--pad); background: var(--ink); color: #fff; }
.bbf-season__intro { display: grid; grid-template-columns: 70px 1fr; gap: 30px; padding-bottom: 100px; }
.bbf-season__intro > div:last-child { display: grid; grid-template-columns: .55fr 1.45fr; gap: 35px; }
.bbf-season__intro h2 { max-width: 950px; margin: 0; font-size: clamp(52px, 7.7vw, 125px); line-height: .9; letter-spacing: -.06em; font-weight: 400; }
.bbf-process { border-top: 1px solid rgba(255,255,255,.22); }
.bbf-process__item { display: grid; grid-template-columns: .75fr .85fr 1.4fr; gap: 35px; align-items: start; padding: 48px 0 55px; border-bottom: 1px solid rgba(255,255,255,.22); }
.bbf-process__top { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; letter-spacing: .13em; opacity: .55; }
.bbf-process__item h3 { margin: 0; font-family: var(--bbf-display-font); font-size: clamp(50px, 5.5vw, 88px); line-height: .8; font-weight: 400; }
.bbf-process__item p { margin: 0; max-width: 620px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.7; }

.bbf-quote { padding: clamp(120px, 15vw, 240px) var(--pad); text-align: center; background: var(--blue-dark); color: #fff; }
.bbf-quote__mark { font-family: var(--bbf-display-font); font-size: 110px; line-height: .4; opacity: .35; }
.bbf-quote blockquote { max-width: 1220px; margin: 45px auto; font-family: var(--bbf-display-font); font-size: clamp(48px, 7vw, 110px); line-height: .98; font-weight: 400; }
.bbf-quote__by { font-size: 10px; letter-spacing: .2em; opacity: .6; }

.bbf-gallery { background: var(--paper); padding-bottom: 110px; }
.bbf-marquee { overflow: hidden; border-bottom: 1px solid var(--line); }
.bbf-marquee__track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 27px 0; animation: bbf-marquee 26s linear infinite; }
.bbf-marquee__track span { font-size: clamp(30px, 4vw, 62px); line-height: 1; letter-spacing: -.04em; white-space: nowrap; }
.bbf-marquee__track i { width: 13px; height: 13px; border-radius: 50%; background: var(--blue); }
@keyframes bbf-marquee { to { transform: translateX(-50%); } }
.bbf-gallery__grid { padding: 95px var(--pad) 0; display: grid; grid-template-columns: 1.15fr .75fr; grid-template-rows: 380px 310px; gap: 24px; }
.bbf-gallery__item { margin: 0; position: relative; background-size: cover; background-position: center; overflow: hidden; }
.bbf-gallery__item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.55)); }
.bbf-gallery__item span { position: absolute; z-index: 2; left: 20px; bottom: 17px; color: #fff; font-size: 9px; letter-spacing: .15em; }
.bbf-gallery__item--one { grid-row: 1 / 3; background-image: var(--bbf-hero-image); }
.bbf-gallery__item--two { background-image: var(--bbf-hand-image); }
.bbf-gallery__item--three { background-image: var(--bbf-story-image); }

.bbf-order { min-height: 780px; display: grid; grid-template-columns: 1fr 320px; align-items: end; gap: 60px; padding: 110px var(--pad) 70px; background: var(--leaf); color: #fff; }
.bbf-order__content h2 { margin: 70px 0 40px; font-size: clamp(65px, 10vw, 155px); line-height: .82; letter-spacing: -.07em; font-weight: 400; }
.bbf-order__content p { max-width: 610px; margin: 0; font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.72); }
.bbf-order__button { width: 260px; height: 260px; justify-self: end; border-radius: 50%; border: 1px solid rgba(255,255,255,.55); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 22px; text-align: center; font-size: 12px; line-height: 1.4; letter-spacing: .14em; transition: transform .45s var(--ease), background .35s, color .35s; }
.bbf-order__button:hover { transform: rotate(-7deg) scale(1.05); background: #fff; color: var(--leaf); }
.bbf-order__button svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.2; }

.bbf-contact {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr);
  gap: clamp(45px, 6vw, 105px);
  padding: 120px var(--pad);
  background: var(--paper);
}

.bbf-contact__left .bbf-kicker {
  margin: 38px 0 60px;
}

#bbf-site .bbf-contact__left h2 {
  margin: 0;
  font-size: clamp(65px, 8.8vw, 140px);
  line-height: .82;
  letter-spacing: -.07em;
  font-weight: 400;
  color: var(--ink) !important;
}

.bbf-contact__right {
  width: 100%;
  min-width: 0;
  border-top: 1px solid var(--line);
}

.bbf-contact-row {
  min-height: 112px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 32px;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition:
    padding .35s var(--ease),
    background .35s;
}

.bbf-contact-row:hover {
  padding: 0 18px;
  background: rgba(33, 79, 187, .06);
}

.bbf-contact-row span {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .55;
}

#bbf-site .bbf-contact-row strong {
  display: block;
  min-width: 0;
  font-size: clamp(18px, 1.65vw, 27px);
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -.025em;
  color: var(--ink) !important;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.bbf-contact-row b {
  justify-self: end;
  font-size: 22px;
  font-weight: 400;
  transition: transform .35s var(--ease);
}

.bbf-contact-row:hover b {
  transform: translate(5px, -5px);
}

.bbf-reveal { opacity: 0; transform: translateY(42px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.bbf-reveal.is-visible { opacity: 1; transform: translateY(0); }
.bbf-parallax-image { will-change: background-position; }
.bbf-cursor { position: fixed; left: 0; top: 0; width: 72px; height: 72px; border-radius: 50%; background: var(--blue); color: #fff; display: grid; place-items: center; z-index: 1000; pointer-events: none; opacity: 0; transform: translate(-50%,-50%) scale(.4); transition: opacity .25s, transform .25s var(--ease); mix-blend-mode: normal; }
.bbf-cursor span { font-size: 8px; letter-spacing: .14em; }
.bbf-cursor.is-active { opacity: 1; transform: translate(-50%,-50%) scale(1); }

@media (max-width: 980px) {
  .bbf-desktop-nav { display: none; }
  .bbf-menu-button { display: grid; }
  .bbf-header { height: 78px; }
  .bbf-hero__content { padding-top: 120px; }
  .bbf-hero h1 { margin-top: 26vh; }
  .bbf-manifesto { grid-template-columns: 35px 1fr; min-height: auto; padding-top: 110px; padding-bottom: 110px; }
  .bbf-manifesto__note { grid-column: 2; max-width: 390px; margin-top: 40px; }
  .bbf-intro { grid-template-columns: 1fr; }
  .bbf-intro__image { min-height: 72svh; }
  .bbf-stats { grid-template-columns: 1fr; }
  .bbf-stat { min-height: 245px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .bbf-berries__head { grid-template-columns: 1fr; padding-bottom: 60px; }
  .bbf-variety { grid-template-columns: 48px 1fr 120px; }
  .bbf-variety p { grid-column: 2 / 4; }
  .bbf-season__intro > div:last-child { grid-template-columns: 1fr; }
  .bbf-process__item { grid-template-columns: .7fr 1fr; }
  .bbf-process__item p { grid-column: 2; }
  .bbf-gallery__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 480px 300px; }
  .bbf-gallery__item--one { grid-column: 1 / 3; grid-row: auto; }
  .bbf-order { grid-template-columns: 1fr; }
  .bbf-order__button { justify-self: start; }
  .bbf-contact { grid-template-columns: 1fr; }
  .bbf-contact__right { width: 100%;  }

#bbf-site .bbf-contact-row strong {
  white-space: normal;
  overflow-wrap: anywhere;
}
  .bbf-cursor { display: none; }
}

@media (max-width: 640px) {
  #bbf-site { --pad: 20px; }
  .bbf-brand--header { width: 66px; flex-basis: 66px; }
  #bbf-site .bbf-header-logo {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
    min-width: 64px;
  }
  .bbf-header.is-scrolled .bbf-brand--header { width: 56px; flex-basis: 56px; }
  #bbf-site .bbf-header.is-scrolled .bbf-header-logo {
    width: 54px !important;
    height: 54px !important;
    max-width: 54px !important;
    max-height: 54px !important;
    min-width: 54px;
  }
  .bbf-brand__icon { width: 41px; height: 41px; }
  .bbf-brand__name { font-size: 9px; }
  .bbf-brand__name strong { font-size: 12px; }
  .bbf-floating-contact { display: none; }
  .bbf-menu__footer { flex-direction: column; }
  .bbf-hero { min-height: 100svh; }
  .bbf-hero__media { background-position: 55% center; }
  .bbf-hero__season { top: 105px; }
  .bbf-hero h1 { font-size: clamp(52px, 16.8vw, 82px); margin-top: 30vh;color: #ffffff !important }
  .bbf-line--indent { padding-left: 4vw; }
  .bbf-hero__bottom { align-items: flex-end; }
  .bbf-hero__bottom p { width: calc(100% - 90px); font-size: 12px; }
  .bbf-circle-link { flex-basis: 76px; width: 76px; height: 76px; font-size: 7px; }
  .bbf-manifesto { grid-template-columns: 1fr; gap: 20px; }
  .bbf-manifesto__text { font-size: clamp(52px, 16vw, 78px); }
  .bbf-manifesto__note { grid-column: auto; }
  .bbf-intro__image { min-height: 58svh; }
  .bbf-intro__content { padding: 75px var(--pad); }
  .bbf-intro__content h2 { margin-top: 38px; }
  .bbf-stat { padding-left: var(--pad); padding-right: var(--pad); }
  .bbf-berries { padding-top: 85px; }
  .bbf-variety { grid-template-columns: 35px 1fr; gap: 18px; padding: 25px 0; }
  .bbf-variety__tag { grid-column: 2; justify-self: start; }
  .bbf-variety p { grid-column: 2; }
  .bbf-photo-break__copy { min-height: 88svh; }
  .bbf-season { padding-top: 85px; padding-bottom: 85px; }
  .bbf-season__intro { grid-template-columns: 1fr; gap: 35px; padding-bottom: 65px; }
  .bbf-process__item { grid-template-columns: 1fr; gap: 25px; }
  .bbf-process__item p { grid-column: auto; }
  .bbf-process__top { max-width: 330px; }
  .bbf-quote { padding-top: 120px; padding-bottom: 120px; }
  .bbf-gallery__grid { padding-top: 55px; grid-template-columns: 1fr; grid-template-rows: 520px 310px 310px; }
  .bbf-gallery__item--one { grid-column: auto; }
  .bbf-order { min-height: auto; padding-top: 85px; }
  .bbf-order__content h2 { margin-top: 50px; }
  .bbf-order__button { width: 190px; height: 190px; }
  .bbf-contact { padding-top: 85px; padding-bottom: 85px; }
  .bbf-contact-row { grid-template-columns: 1fr 25px; gap: 10px 20px; min-height: 112px; padding: 22px 0; }
  .bbf-contact-row span { grid-column: 1;  margin: 0; }
  #bbf-site .bbf-contact-row strong { grid-column: 1; font-size: clamp(19px, 6vw, 27px); white-space: normal; overflow-wrap: anywhere; }
  .bbf-contact-row b {  grid-column: 2; grid-row: 1 / 3; }
  .bbf-contact { padding-top: 85px; }
  .bbf-contact-row { grid-template-columns: 1fr 25px; min-height: 105px; }
  .bbf-contact-row span { grid-column: 1; margin-bottom: -15px; }
  .bbf-contact-row strong { grid-column: 1; }
  .bbf-contact-row b { grid-column: 2; grid-row: 1 / 3; }

  
}

@media (prefers-reduced-motion: reduce) {
  #bbf-site *, #bbf-site *::before, #bbf-site *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .bbf-reveal { opacity: 1; transform: none; }
  .bbf-line > span { transform: none; }
}
#bbf-site .bbf-hero h1,
#bbf-site .bbf-hero h1 span {
  color: #ffffff !important;
}

#bbf-site .bbf-intro {
  background: #080a0d;
  color: #ffffff;
}

#bbf-site .bbf-intro__content h2 {
  color: #ffffff !important;
}

#bbf-site .bbf-intro__content p {
  color: rgba(255, 255, 255, 0.72) !important;
}

#bbf-site .bbf-intro__content .bbf-kicker {
  color: #f2f0e9 !important;
}

#bbf-site .bbf-intro__content .bbf-text-link {
  color: #f2f0e9 !important;
  border-color: rgba(255, 255, 255, 0.4);
}

#bbf-site .bbf-season {
  background: #080a0d !important;
  color: #ffffff !important;
}

#bbf-site .bbf-season__intro h2 {
  color: #f2f0e9 !important;
}

#bbf-site .bbf-season .bbf-kicker {
  color: #ffffff !important;
}

#bbf-site .bbf-process__item h3 {
  color: #ffffff !important;
}

#bbf-site .bbf-process__top,
#bbf-site .bbf-section-number {
  color: rgba(255, 255, 255, 0.65) !important;
}

#bbf-site .bbf-process__item p {
  color: rgba(255, 255, 255, 0.72) !important;
}

#bbf-site .bbf-photo-break {
  color: #ffffff !important;
}

#bbf-site .bbf-photo-break__copy h2,
#bbf-site .bbf-photo-break__copy h2 * {
  color: #f2f0e9 !important;
}

#bbf-site .bbf-photo-break__copy .bbf-kicker {
  color: #f2f0e9!important;
}

#bbf-site .bbf-order {
  background: #284c35 !important;
  color: #ffffff !important;
}

#bbf-site .bbf-order .bbf-kicker {
  color: #ffffff !important;
}

#bbf-site .bbf-order__content h2,
#bbf-site .bbf-order__content h2 * {
  color: #f2f0e9 !important;
}

#bbf-site .bbf-order__content p {
  color: rgba(255, 255, 255, 0.78) !important;
}

#bbf-site .bbf-order__button {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.65) !important;
}

#bbf-site .bbf-order__button:hover {
  background: #ffffff !important;
  color: #284c35 !important;
}

@media (max-width: 768px) {

  #bbf-site .bbf-floating-contact {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  #bbf-site .bbf-order {
    min-height: auto !important;
    grid-template-columns: 1fr !important;
    gap: 55px !important;
    padding: 75px 22px 70px !important;
    align-items: start !important;
  }

  #bbf-site .bbf-order .bbf-kicker {
    font-size: 10px !important;
    letter-spacing: .18em !important;
  }

  #bbf-site .bbf-order__content h2 {
    margin: 45px 0 28px !important;
    font-size: clamp(54px, 15vw, 72px) !important;
    line-height: .86 !important;
    letter-spacing: -.065em !important;
    color: #f2f0e9 !important;
  }

  #bbf-site .bbf-order__content p {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    color: rgba(255, 255, 255, .76) !important;
  }

  #bbf-site .bbf-order__button {
    width: 155px !important;
    height: 155px !important;
    justify-self: start !important;
    margin: 0 !important;
    gap: 16px !important;
    font-size: 10px !important;
    letter-spacing: .14em !important;
  }

  #bbf-site .bbf-order__button svg {
    width: 27px !important;
  }
}

#bbf-site footer.bbf-footer {
    width: 100% !important;
    min-height: 104px !important;
    height: auto !important;
    padding: 14px var(--pad) !important;
    display: grid !important;
    grid-template-columns: 90px minmax(0, 1fr) 260px !important;
    align-items: center !important;
    gap: 24px !important;
    background: #f2f0e9 !important;
    color: #09266c !important;
}

#bbf-site .bbf-brand--footer {
    width: 72px !important;
    height: 68px !important;
    min-width: 72px !important;
    align-self: center !important;
    display: block !important;
    background-color: #09266c !important;
    -webkit-mask-image: url("https://bluebasketfarms.ca/wp-content/uploads/2026/07/BLUE-BASKET-2.png") !important;
    mask-image: url("https://bluebasketfarms.ca/wp-content/uploads/2026/07/BLUE-BASKET-2.png") !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-position: center !important;
    mask-position: center !important;
    -webkit-mask-size: contain !important;
    mask-size: contain !important;
}

#bbf-site .bbf-brand--footer .bbf-footer-logo {
    width: 72px !important;
    height: 68px !important;
    max-width: 72px !important;
    max-height: 68px !important;
    display: block !important;
    opacity: 0 !important;
}

#bbf-site .bbf-footer__center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px 26px !important;
}

#bbf-site .bbf-footer__center a {
    color: #09266c !important;
    font-size: 10px !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

#bbf-site .bbf-footer__right {
    color: #09266c !important;
    text-align: right !important;
    align-self: center !important;
    font-size: 8px !important;
    line-height: 1.55 !important;
    letter-spacing: .12em !important;
    opacity: .72 !important;
}

@media (max-width: 700px) {
    #bbf-site footer.bbf-footer {
        min-height: 0 !important;
        padding: 24px 20px !important;
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        gap: 18px !important;
    }

    #bbf-site .bbf-footer__center {
        justify-content: center !important;
        gap: 10px 18px !important;
    }

    #bbf-site .bbf-footer__right {
        text-align: center !important;
    }
}
