/*
Theme Name: Bio Forest V11.5 Tawk Ready
Theme URI: https://bioforest.co.uk
Author: Bio Forest
Description: Premium Bio Forest WooCommerce theme using the approved master logo, visible navigation tabs, permanent cart button, real page-specific photography and fully editable Gutenberg content.
Version: 11.5.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: bio-forest-v11
*/

:root {
  --bf-black: #020704;
  --bf-ink: #04100a;
  --bf-header: #06130c;
  --bf-deep: #0a281a;
  --bf-deep-2: #0e3925;
  --bf-forest: #145233;
  --bf-green: #2b7a4e;
  --bf-lime: #9dd95b;
  --bf-gold: #dcb452;
  --bf-gold-bright: #f0d17b;
  --bf-cream: #f6f0df;
  --bf-white: #ffffff;
  --bf-muted: #b8c8be;
  --bf-line: rgba(220, 180, 82, .28);
  --bf-soft-line: rgba(255, 255, 255, .09);
  --bf-shadow: 0 25px 80px rgba(0, 0, 0, .38);
  --bf-glow: 0 0 55px rgba(157, 217, 91, .12);
  --bf-radius: 24px;
  --bf-content: 1280px;
  --bf-header-width: 1500px;
  --bf-page-image: url("assets/images/page-backgrounds/tropical-leaves.jpg");
  --bf-page-position: center center;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background-color: var(--bf-black);
  background-image:
    linear-gradient(rgba(2, 7, 4, .90), rgba(2, 7, 4, .97)),
    radial-gradient(circle at 12% 15%, rgba(20, 82, 51, .18), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(220, 180, 82, .09), transparent 30%),
    var(--bf-page-image);
  background-position: center top, 12% 15%, 88% 78%, var(--bf-page-position);
  background-size: cover, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  color: var(--bf-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
img { max-width: 100%; height: auto; }
a { color: var(--bf-lime); text-underline-offset: 3px; }
a:hover { color: var(--bf-gold-bright); }
button, input, textarea, select { font: inherit; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  z-index: 99999; top: 8px; left: 8px; width: auto; height: auto; padding: 10px 14px;
  clip: auto; background: #fff; color: #000;
}


/* Real page photography retained from V11.2.3. No generated illustrations are used. */
body.bf-page-home {
  --bf-page-image: url("assets/images/page-backgrounds/tropical-leaves.jpg");
  --bf-page-position: center center;
}
body.bf-page-shop {
  --bf-page-image: url("assets/images/page-backgrounds/tree-frog.jpg");
  --bf-page-position: 66% center;
}
body.bf-page-bioactive-setups {
  --bf-page-image: url("assets/images/page-backgrounds/terrarium.jpg");
  --bf-page-position: center center;
}
body.bf-page-schools-venues-events {
  --bf-page-image: url("assets/images/page-backgrounds/schools-events.jpg");
  --bf-page-position: center center;
}
body.bf-page-care-guides {
  --bf-page-image: url("assets/images/page-backgrounds/snake-educator.jpg");
  --bf-page-position: center 38%;
}
body.bf-page-about-us {
  --bf-page-image: url("assets/images/page-backgrounds/tree-frog.jpg");
  --bf-page-position: 62% center;
}
body.bf-page-contact {
  --bf-page-image: url("assets/images/page-backgrounds/office-desk.jpg");
  --bf-page-position: center center;
}
body.bf-page-delivery-information {
  --bf-page-image: url("assets/images/page-backgrounds/cardboard-box.jpg");
  --bf-page-position: center center;
}
body.bf-page-privacy-policy,
body.bf-page-terms-conditions {
  --bf-page-image: url("assets/images/page-backgrounds/office-desk.jpg");
  --bf-page-position: center center;
}
body.bf-page-returns-refunds {
  --bf-page-image: url("assets/images/page-backgrounds/cardboard-box.jpg");
  --bf-page-position: center center;
}
body.bf-page-livefood-policy {
  --bf-page-image: url("assets/images/page-backgrounds/grasshopper.jpg");
  --bf-page-position: center center;
}
body.bf-page-livestock-live-invertebrate-policy {
  --bf-page-image: url("assets/images/page-backgrounds/tarantula.jpg");
  --bf-page-position: center 42%;
}

/* Premium utility strip. */
.bf-utility-bar {
  position: relative;
  z-index: 1002;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  background: linear-gradient(90deg, #020704, #0a2518 52%, #020704);
}
.bf-utility-inner {
  width: min(var(--bf-header-width), calc(100% - 48px));
  min-height: 36px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #cdd8d1;
  font-size: 12px;
  letter-spacing: .025em;
}
.bf-utility-message { font-weight: 700; }
.bf-utility-items { display: flex; align-items: center; gap: 20px; }
.bf-utility-items span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.bf-utility-items i { width: 7px; height: 7px; border-radius: 50%; background: var(--bf-lime); box-shadow: 0 0 12px rgba(157, 217, 91, .75); }
.bf-utility-items a { color: var(--bf-gold-bright); font-weight: 800; text-decoration: none; }

/* Header: approved logo, visible navigation tabs and cart. */
.bf-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(3, 11, 7, .97);
  border-bottom: 1px solid var(--bf-line);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .32);
  backdrop-filter: blur(18px);
}
.admin-bar .bf-site-header { top: 32px; }
.bf-header-main {
  width: min(var(--bf-header-width), calc(100% - 48px));
  min-height: 106px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.bf-brand { min-width: 0; display: flex; align-items: center; }
.bf-logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.bf-master-logo {
  display: block;
  width: auto;
  max-width: 270px;
  max-height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, .28));
}
.bf-text-logo {
  display: inline-block;
  color: var(--bf-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .065em;
}
.bf-text-logo small {
  display: block;
  margin-top: 10px;
  color: #c1cec6;
  font-family: Inter, sans-serif;
  font-size: 9px;
  letter-spacing: .19em;
}
.bf-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.bf-support-link {
  min-width: 136px;
  padding: 9px 14px;
  border-left: 1px solid var(--bf-line);
  color: #fff;
  line-height: 1.15;
  text-decoration: none;
}
.bf-support-link span, .bf-cart-copy small {
  display: block;
  margin-bottom: 3px;
  color: var(--bf-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.bf-support-link strong { font-size: 14px; }
.bf-support-link:hover strong { color: var(--bf-lime); }
.bf-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 9px 13px 9px 16px;
  border: 1px solid rgba(220, 180, 82, .72);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(220, 180, 82, .14), rgba(220, 180, 82, .035));
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, .05), 0 12px 30px rgba(0, 0, 0, .22);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.bf-cart-link:hover { transform: translateY(-2px); border-color: var(--bf-gold-bright); background: rgba(220, 180, 82, .17); color: #fff; }
.bf-cart-link svg { width: 23px; height: 23px; fill: var(--bf-gold-bright); }
.bf-cart-copy { min-width: 44px; line-height: 1.08; }
.bf-cart-copy strong { font-size: 15px; }
.bf-cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 27px;
  height: 27px;
  padding: 0 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bf-lime), #6fab38);
  color: #071108;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 0 18px rgba(157, 217, 91, .32);
}

.bf-tab-bar {
  border-top: 1px solid rgba(255, 255, 255, .055);
  background:
    linear-gradient(180deg, rgba(15, 46, 30, .92), rgba(6, 20, 13, .98)),
    #07160e;
}
.bf-tab-inner { width: min(var(--bf-header-width), calc(100% - 48px)); margin: 0 auto; }
.bf-nav ul {
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 8px 0;
}
.bf-nav li { margin: 0; }
.bf-nav a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px clamp(14px, 1.25vw, 22px);
  border: 1px solid transparent;
  border-radius: 14px;
  color: #f0f5f2;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .035em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}
.bf-nav a::after {
  content: "";
  position: absolute;
  right: 20%; bottom: 5px; left: 20%;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--bf-gold), transparent);
  opacity: 0;
  transform: scaleX(.5);
  transition: opacity .18s ease, transform .18s ease;
}
.bf-nav a:hover {
  transform: translateY(-1px);
  border-color: rgba(220, 180, 82, .22);
  background: rgba(255, 255, 255, .045);
  color: var(--bf-gold-bright);
}
.bf-nav a:hover::after,
.bf-nav .current-menu-item a::after { opacity: 1; transform: scaleX(1); }
.bf-nav .current-menu-item a {
  border-color: rgba(157, 217, 91, .36);
  background: linear-gradient(145deg, rgba(43, 122, 78, .38), rgba(43, 122, 78, .11));
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 10px 26px rgba(0, 0, 0, .17);
}
.bf-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 56px;
  height: 52px;
  padding: 0 13px;
  border: 1px solid var(--bf-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, .035);
  color: #fff;
}
.bf-menu-toggle span { display: block; width: 19px; height: 2px; border-radius: 9px; background: var(--bf-gold-bright); }
.bf-menu-toggle b { display: none; }
.bf-promo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 40px;
  padding: 8px 20px;
  background: linear-gradient(90deg, #9d7528, var(--bf-gold-bright), #9d7528);
  color: #081109;
  text-align: center;
  font-size: 13px;
  letter-spacing: .025em;
}
.bf-promo strong { text-transform: uppercase; }
.bf-promo span { font-weight: 850; }

/* Rich page hero. */
.bf-page-main { min-height: 66vh; }
.bf-content-width, .bf-page-shell { width: min(var(--bf-content), calc(100% - 44px)); margin-right: auto; margin-left: auto; }
.bf-template-hero {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--bf-line);
  background-color: #06180f;
  background-image:
    linear-gradient(100deg, rgba(2, 9, 5, .94) 0%, rgba(5, 30, 18, .80) 50%, rgba(8, 42, 25, .38) 100%),
    var(--bf-page-image);
  background-size: cover;
  background-position: var(--bf-page-position);
  background-repeat: no-repeat;
}
.bf-template-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .21;
  background-image:
    linear-gradient(120deg, transparent 0 45%, rgba(255,255,255,.07) 46% 46.2%, transparent 46.4% 100%),
    radial-gradient(rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 100% 100%, 24px 24px;
}
.bf-template-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -235px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(220, 180, 82, .28);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(157, 217, 91, .04), 0 0 0 130px rgba(220, 180, 82, .025);
}
.bf-template-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.bf-template-orb-one { top: 48px; right: 12%; width: 130px; height: 130px; border: 1px solid rgba(157,217,91,.22); background: rgba(157,217,91,.045); }
.bf-template-orb-two { right: 27%; bottom: 24px; width: 38px; height: 38px; background: var(--bf-gold); opacity: .34; box-shadow: 0 0 50px rgba(220,180,82,.5); }
.bf-template-hero-content { position: relative; z-index: 2; padding: 58px 0; }
.bf-template-kicker, .bf-eyebrow {
  margin: 0 0 14px !important;
  color: var(--bf-lime) !important;
  font-size: 12px !important;
  font-weight: 950;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.bf-template-hero h1 {
  max-width: 1050px;
  margin: 0;
  color: var(--bf-gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5vw, 76px);
  line-height: 1.02;
  letter-spacing: -.025em;
  text-wrap: balance;
  text-shadow: 0 10px 35px rgba(0,0,0,.3);
}
.bf-title-accent { display: flex; align-items: center; gap: 10px; margin-top: 24px; }
.bf-title-accent span { width: 86px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--bf-gold), var(--bf-lime)); }
.bf-title-accent i { width: 9px; height: 9px; border-radius: 50%; border: 2px solid var(--bf-gold-bright); }

.bf-page-shell {
  position: relative;
  padding-top: 70px;
  padding-bottom: 104px;
}
.bf-page-shell::before {
  content: "";
  position: absolute;
  inset: 28px -24px 48px;
  z-index: -1;
  border: 1px solid rgba(220, 180, 82, .10);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(4, 18, 11, .90), rgba(2, 8, 5, .96));
  box-shadow: 0 35px 90px rgba(0,0,0,.34);
}
.entry-content { width: 100%; }
.entry-content > *:not(.alignwide):not(.alignfull) { max-width: 1050px; margin-right: auto; margin-left: auto; }
.entry-content > .alignwide { width: 100%; max-width: none; }
.entry-content > .alignfull { width: 100vw; max-width: none; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); }
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 { line-height: 1.14; }
.entry-content h1 { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 5.5vw, 78px); }
.entry-content h2 { margin-top: 1.15em; color: var(--bf-gold-bright); font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3.2vw, 46px); }
.entry-content h3 { color: var(--bf-lime); font-size: clamp(21px, 2vw, 27px); }
.entry-content p, .entry-content li { color: #e2ece6; font-size: 17px; }
.entry-content strong { color: #fff; }
.entry-content ul, .entry-content ol { padding-left: 1.35em; }
.entry-content li { margin-bottom: 8px; }
.entry-content li::marker { color: var(--bf-lime); }
.entry-content hr { height: 1px; margin: 48px auto; border: 0; background: var(--bf-line); }

/* Homepage hero and premium content cards. */
.bf-home-main { overflow: hidden; }
.bf-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--bf-line);
  background-color: #06180f;
  background-image:
    linear-gradient(100deg, rgba(2,9,5,.94) 0%, rgba(5,28,17,.76) 52%, rgba(10,47,28,.34) 100%),
    var(--bf-page-image);
  background-size: cover;
  background-position: var(--bf-page-position);
  background-repeat: no-repeat;
}
.bf-hero::before {
  content: "";
  position: absolute;
  right: 4%;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(220,180,82,.30);
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 36%, rgba(157,217,91,.19), transparent 25%),
    linear-gradient(145deg, rgba(255,255,255,.025), rgba(0,0,0,.18));
  box-shadow: 0 0 0 45px rgba(157,217,91,.035), 0 0 0 90px rgba(220,180,82,.02), var(--bf-shadow);
}
.bf-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: radial-gradient(rgba(255,255,255,.11) 1px, transparent 1px);
  background-size: 25px 25px;
}
.bf-hero .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
  width: min(var(--bf-content), calc(100% - 44px));
  margin: 0 auto;
  padding: 90px 0;
}
.bf-hero h1 {
  max-width: 760px;
  margin: .12em 0 .16em;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(60px, 7vw, 108px);
  line-height: .9;
  letter-spacing: -.035em;
  text-transform: uppercase;
  text-shadow: 0 20px 46px rgba(0,0,0,.34);
}
.bf-hero h1::first-line { color: var(--bf-gold-bright); }
.bf-hero .bf-lead { max-width: 720px; color: #eff6f1; font-size: clamp(18px, 1.8vw, 24px); }
.bf-hero .wp-block-buttons { margin-top: 30px; }

.bf-section {
  position: relative;
  margin-top: 54px !important;
  margin-bottom: 54px !important;
  padding: 58px 48px;
  overflow: hidden;
  border: 1px solid var(--bf-line);
  border-radius: var(--bf-radius);
  background:
    radial-gradient(circle at 95% 0%, rgba(157,217,91,.10), transparent 32%),
    linear-gradient(145deg, rgba(14,57,37,.91), rgba(4,15,9,.98));
  box-shadow: var(--bf-shadow), inset 0 1px rgba(255,255,255,.035);
}
.bf-section::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(220,180,82,.11);
  border-radius: 50%;
  pointer-events: none;
}
.bf-section > *, .bf-section .wp-block-group__inner-container > * { position: relative; z-index: 1; }
.bf-section > h2:first-child, .bf-section .wp-block-group__inner-container > h2:first-child { margin-top: 0; }
.bf-section h2 { position: relative; padding-bottom: 18px; }
.bf-section h2::after { content: ""; position: absolute; bottom: 0; left: 0; width: 72px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--bf-gold), var(--bf-lime)); }
.bf-section-light {
  background:
    radial-gradient(circle at 90% 10%, rgba(43,122,78,.12), transparent 28%),
    var(--bf-cream);
  color: #172019;
}
.bf-section-light h2, .bf-section-light h3 { color: #164e33; }
.bf-section-light p, .bf-section-light li { color: #25382d; }
.bf-card-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px !important; align-items: stretch !important; }
.bf-card-grid > .wp-block-column, .bf-card {
  position: relative;
  min-height: 220px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(220,180,82,.25);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.016));
  box-shadow: 0 18px 38px rgba(0,0,0,.18);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.bf-card-grid > .wp-block-column::before, .bf-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 70px; height: 4px;
  background: linear-gradient(90deg, var(--bf-lime), var(--bf-gold));
}
.bf-card-grid > .wp-block-column:hover, .bf-card:hover { transform: translateY(-5px); border-color: rgba(157,217,91,.43); box-shadow: 0 25px 55px rgba(0,0,0,.28), var(--bf-glow); }
.bf-card-grid > .wp-block-column h3 { margin-top: 0; }
.bf-notice { padding: 26px 30px; border-left: 4px solid var(--bf-gold); border-radius: 0 16px 16px 0; background: rgba(220,180,82,.10); }
.bf-coming-soon { text-align: center; border-color: rgba(220,180,82,.7); background: radial-gradient(circle at 50% 0%, rgba(157,217,91,.16), transparent 38%), linear-gradient(135deg, #155c39, #071b10 72%); }
.bf-coming-soon h2::after { left: 50%; transform: translateX(-50%); }
.bf-small { color: var(--bf-muted) !important; font-size: 14px !important; }

/* Buttons. */
.wp-block-button__link, .bf-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  padding: 14px 24px !important;
  border: 1px solid #4c9d6d !important;
  border-radius: 14px !important;
  background: linear-gradient(145deg, #2e8052, #1f6540) !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(14,72,42,.28), inset 0 1px rgba(255,255,255,.11);
  font-weight: 900 !important;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.wp-block-button__link:hover, .bf-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 17px 32px rgba(14,72,42,.36); }
.wp-block-button.is-style-outline .wp-block-button__link { border-color: var(--bf-gold) !important; background: rgba(220,180,82,.05) !important; color: var(--bf-gold-bright) !important; }

/* WooCommerce: stronger retail presentation. */
.bf-shop-shell { width: min(var(--bf-content), calc(100% - 44px)); margin: 0 auto; padding: 66px 0 98px; }
.woocommerce .products ul, .woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; margin: 34px 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
  position: relative;
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 16px 16px 19px;
  overflow: hidden;
  border: 1px solid rgba(220,180,82,.28);
  border-radius: 21px;
  background: linear-gradient(180deg, #fbf8ef, #eee8d8);
  color: #172018;
  box-shadow: 0 18px 45px rgba(0,0,0,.25);
  transition: transform .22s ease, box-shadow .22s ease;
}
.woocommerce ul.products li.product:hover { transform: translateY(-6px); box-shadow: 0 28px 62px rgba(0,0,0,.34); }
.woocommerce ul.products li.product img { border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,.15); }
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title { color: #123f2a; font-size: 18px; }
.woocommerce ul.products li.product .count { color: #5f6a63; background: transparent; }
.woocommerce ul.products li.product .price { color: #1c6b43; font-weight: 900; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-radius: 14px; background: #f7f3e7; color: #172018; border-top-color: var(--bf-green); }
.woocommerce div.product { color: #e5eee8; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--bf-lime); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-color: var(--bf-line); background: #142c20; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: #fff; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select, input[type="text"], input[type="email"], input[type="tel"], textarea, select { width: 100%; padding: 13px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: #f7f4ec; color: #172018; }

/* Footer. */
.bf-site-footer { position: relative; overflow: hidden; border-top: 1px solid var(--bf-line); background: linear-gradient(135deg, #020704, #071a10 55%, #020704); }
.bf-site-footer::after { content: ""; position: absolute; right: -180px; bottom: -260px; width: 520px; height: 520px; border: 1px solid rgba(220,180,82,.12); border-radius: 50%; }
.bf-footer-inner { position: relative; z-index: 1; width: min(var(--bf-content), calc(100% - 44px)); margin: 0 auto; padding: 62px 0 28px; }
.bf-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 52px; }
.bf-footer-brand { margin-bottom: 20px; }
.bf-footer-brand .custom-logo, .bf-footer-brand img { width: auto; max-width: 230px; max-height: 84px; object-fit: contain; }
.bf-footer-grid h2, .bf-footer-grid h3 { color: var(--bf-gold-bright); }
.bf-footer-grid p, .bf-footer-grid li { color: var(--bf-muted); }
.bf-footer-grid ul { list-style: none; padding: 0; }
.bf-footer-grid li { margin-bottom: 8px; }
.bf-footer-grid a { color: #e5eee8; text-decoration: none; }
.bf-footer-grid a:hover { color: var(--bf-lime); }
.bf-footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #829187; font-size: 13px; }

@media (max-width: 1320px) {
  .bf-header-main, .bf-tab-inner, .bf-utility-inner { width: min(100% - 34px, var(--bf-header-width)); }
  .bf-nav a { padding-right: 13px; padding-left: 13px; font-size: 12px; }
  .bf-master-logo { max-width: 230px; }
}
@media (max-width: 1040px) {
  .bf-utility-message { display: none; }
  .bf-utility-inner { justify-content: center; }
  .bf-header-main { min-height: 90px; }
  .bf-master-logo { max-width: 205px; max-height: 72px; }
  .bf-support-link { display: none; }
  .bf-menu-toggle { display: inline-flex; flex-direction: column; }
  .bf-tab-bar { display: none; position: absolute; right: 16px; left: 16px; border: 1px solid var(--bf-line); border-top: 0; border-radius: 0 0 20px 20px; box-shadow: var(--bf-shadow); }
  .bf-tab-bar.is-open { display: block; }
  .bf-nav ul { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; padding: 16px; }
  .bf-nav a { justify-content: center; min-height: 52px; border-color: rgba(255,255,255,.08); background: rgba(255,255,255,.025); white-space: normal; text-align: center; }
  .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 782px) { .admin-bar .bf-site-header { top: 46px; } }
@media (max-width: 820px) {
  .bf-utility-items span:nth-child(2) { display: none; }
  .bf-template-hero { min-height: 270px; }
  .bf-footer-grid { grid-template-columns: 1fr 1fr; }
  .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .bf-utility-inner { min-height: 32px; }
  .bf-utility-items { gap: 11px; font-size: 10px; }
  .bf-utility-items span:first-child { display: none; }
  .bf-header-main { width: min(100% - 22px, var(--bf-header-width)); min-height: 78px; gap: 10px; }
  .bf-master-logo { max-width: 164px; max-height: 60px; }
  .bf-text-logo { font-size: 22px; }
  .bf-cart-link { min-height: 49px; padding: 8px 10px; border-radius: 14px; }
  .bf-cart-link svg { width: 20px; height: 20px; }
  .bf-cart-copy { display: none; }
  .bf-menu-toggle { min-width: 48px; height: 49px; }
  .bf-tab-bar { right: 8px; left: 8px; }
  .bf-nav ul { grid-template-columns: 1fr; }
  .bf-promo { flex-direction: column; gap: 0; }
  .bf-template-hero { min-height: 230px; }
  .bf-template-hero h1 { font-size: clamp(38px, 11vw, 54px); }
  .bf-template-orb-one { right: -30px; }
  .bf-page-shell { width: min(100% - 28px, var(--bf-content)); padding-top: 48px; padding-bottom: 76px; }
  .bf-hero { min-height: 560px; }
  .bf-hero::before { right: -45%; width: 105vw; opacity: .48; }
  .bf-hero h1 { font-size: clamp(52px, 17vw, 78px); }
  .bf-section { padding: 38px 22px; border-radius: 20px; }
  .bf-footer-grid { grid-template-columns: 1fr; }
  .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: 1fr; }
}


/* V11.3 clear contact choices. */
.bf-utility-contact-page { display: none; }
.bf-footer-contact-list strong { color: var(--bf-gold-bright); font-size: 12px; letter-spacing: .035em; text-transform: uppercase; }
.bf-contact-routes { margin-top: 34px !important; }
.bf-contact-card { display: flex; flex-direction: column; min-height: 100%; }
.bf-contact-card h2 { overflow-wrap: anywhere; color: var(--bf-gold-bright); font-size: clamp(21px, 2vw, 29px); }
.bf-contact-card .wp-block-button { margin-top: auto; padding-top: 14px; }
.bf-contact-label { margin: 0 0 9px !important; color: var(--bf-lime) !important; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

@media (max-width: 1120px) {
  .bf-utility-items { gap: 13px; }
  .bf-utility-email { font-size: 11px; }
}
@media (max-width: 620px) {
  .bf-utility-email, .bf-utility-items span { display: none !important; }
  .bf-utility-contact-page { display: inline-flex; }
}

/* ==============================================================
   BIO FOREST V11.4 — WOW FACTOR VISUAL UPGRADE
   Uses only the real photographs bundled with V11.2/V11.3 and the
   approved master logo selected from the WordPress Media Library.
   ============================================================== */

:root {
  --bf-wow-gold: #f3d481;
  --bf-wow-green: #a9e365;
  --bf-wow-glass: rgba(4, 18, 11, .72);
  --bf-wow-shadow: 0 34px 100px rgba(0, 0, 0, .52);
}

body {
  background-image:
    linear-gradient(rgba(2, 7, 4, .82), rgba(2, 7, 4, .94)),
    radial-gradient(circle at 8% 18%, rgba(34, 118, 70, .24), transparent 30%),
    radial-gradient(circle at 90% 74%, rgba(220, 180, 82, .13), transparent 34%),
    var(--bf-page-image);
}

/* A fine illuminated brand line gives the whole site a premium edge. */
.bf-site-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--bf-gold) 22%, var(--bf-lime) 50%, var(--bf-gold) 78%, transparent 100%);
  opacity: .82;
  box-shadow: 0 0 22px rgba(157, 217, 91, .28);
}
.bf-site-header.is-scrolled {
  background: rgba(2, 10, 6, .985);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .48);
}
.bf-header-main { transition: min-height .28s ease; }
.bf-site-header.is-scrolled .bf-header-main { min-height: 88px; }
.bf-master-logo { transition: max-height .28s ease, transform .28s ease, filter .28s ease; }
.bf-logo-link:hover .bf-master-logo { transform: translateY(-2px) scale(1.015); filter: drop-shadow(0 14px 25px rgba(0,0,0,.34)) drop-shadow(0 0 15px rgba(220,180,82,.12)); }

.bf-nav a {
  overflow: hidden;
  isolation: isolate;
}
.bf-nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(115deg, transparent 18%, rgba(255,255,255,.13) 48%, transparent 78%);
  transform: translateX(-140%);
  transition: transform .5s ease;
}
.bf-nav a:hover::before { transform: translateX(140%); }
.bf-nav .current-menu-item a {
  border-color: rgba(243, 212, 129, .48);
  background: linear-gradient(145deg, rgba(34, 116, 69, .66), rgba(11, 45, 27, .72));
  box-shadow: inset 0 1px rgba(255,255,255,.10), 0 12px 28px rgba(0,0,0,.27), 0 0 22px rgba(157,217,91,.09);
}
.bf-cart-link {
  overflow: hidden;
  border-color: rgba(243, 212, 129, .86);
  background: linear-gradient(135deg, rgba(220,180,82,.20), rgba(11,48,29,.55));
}
.bf-cart-link::before {
  content: "";
  position: absolute;
  top: -80%;
  left: -35%;
  width: 36%;
  height: 260%;
  background: rgba(255,255,255,.18);
  transform: rotate(24deg);
  transition: left .55s ease;
}
.bf-cart-link:hover::before { left: 125%; }

/* Cinematic homepage hero: real photograph plus a raised glass message panel. */
.bf-hero {
  min-height: min(790px, calc(100vh - 150px));
  background-image:
    linear-gradient(92deg, rgba(1,8,4,.98) 0%, rgba(3,18,10,.90) 42%, rgba(3,22,12,.55) 64%, rgba(4,25,14,.18) 100%),
    var(--bf-page-image);
  background-size: cover;
  background-position: var(--bf-page-position);
}
.bf-hero::before {
  content: "";
  position: absolute;
  top: 8%;
  right: clamp(24px, 5vw, 92px);
  bottom: 8%;
  width: min(42vw, 620px);
  height: auto;
  aspect-ratio: auto;
  border: 1px solid rgba(243, 212, 129, .58);
  border-radius: 38px 10px 38px 10px;
  background-image:
    linear-gradient(180deg, rgba(3,18,10,.04), rgba(3,18,10,.28)),
    var(--bf-page-image);
  background-size: cover;
  background-position: var(--bf-page-position);
  box-shadow: 0 38px 90px rgba(0,0,0,.56), 0 0 0 1px rgba(255,255,255,.035) inset, 0 0 70px rgba(157,217,91,.10);
  animation: bf-photo-float 8s ease-in-out infinite;
}
.bf-hero::after {
  opacity: .34;
  background-image:
    linear-gradient(90deg, transparent 0 66%, rgba(0,0,0,.14) 66% 100%),
    radial-gradient(rgba(255,255,255,.11) 1px, transparent 1px);
  background-size: 100% 100%, 28px 28px;
}
.bf-hero .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 112px;
  padding-bottom: 112px;
}
.bf-hero .wp-block-group__inner-container > * {
  max-width: min(690px, 56vw);
}
.bf-hero .wp-block-group__inner-container::before {
  content: "BIO FOREST";
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 6px 15px;
  border: 1px solid rgba(243,212,129,.48);
  border-radius: 999px;
  background: rgba(3,20,12,.66);
  color: var(--bf-wow-gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .22em;
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
  backdrop-filter: blur(12px);
}
.bf-hero .bf-eyebrow { margin-bottom: 8px !important; }
.bf-hero h1 {
  max-width: 680px;
  margin-top: .05em;
  color: var(--bf-wow-gold);
  font-size: clamp(66px, 7.2vw, 118px);
  line-height: .84;
  text-shadow: 0 22px 55px rgba(0,0,0,.58), 0 0 34px rgba(220,180,82,.08);
}
.bf-hero .bf-lead {
  max-width: 650px;
  margin-top: 14px;
  color: #f5faf7;
  text-shadow: 0 3px 18px rgba(0,0,0,.72);
}
.bf-hero .wp-block-buttons {
  position: relative;
  z-index: 3;
  gap: 13px;
}

@keyframes bf-photo-float {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-10px,0); }
}

/* Editable four-link feature strip inserted into the Home page. */
.bf-wow-strip {
  position: relative;
  z-index: 5;
  width: min(var(--bf-content), calc(100% - 44px));
  margin: -62px auto 70px !important;
  padding: 14px;
  border: 1px solid rgba(243,212,129,.36);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(5,25,15,.92), rgba(2,10,6,.96));
  box-shadow: 0 30px 75px rgba(0,0,0,.54), inset 0 1px rgba(255,255,255,.06);
  backdrop-filter: blur(20px);
}
.bf-wow-strip .wp-block-columns { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px !important; margin: 0; }
.bf-wow-item {
  position: relative;
  min-height: 132px;
  padding: 23px 24px 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.065);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.012));
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.bf-wow-item::before {
  content: attr(data-number);
  position: absolute;
  top: 6px;
  right: 15px;
  color: rgba(243,212,129,.12);
  font-family: Georgia, serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
}
.bf-wow-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--bf-lime), var(--bf-gold));
  transform: scaleX(.28);
  transform-origin: left;
  transition: transform .25s ease;
}
.bf-wow-item:hover {
  transform: translateY(-5px);
  border-color: rgba(157,217,91,.34);
  background: linear-gradient(145deg, rgba(23,79,49,.42), rgba(255,255,255,.018));
  box-shadow: 0 18px 38px rgba(0,0,0,.30);
}
.bf-wow-item:hover::after { transform: scaleX(1); }
.bf-wow-item h3 { position: relative; z-index: 1; margin: 0 0 6px; color: var(--bf-wow-gold); font-size: 18px; }
.bf-wow-item p { position: relative; z-index: 1; margin: 0; color: #dce8e0; font-size: 14px; line-height: 1.45; }
.bf-wow-item a { color: inherit; text-decoration: none; }

/* Dramatic page headers: a real-photo window, glass title and better scale. */
.bf-template-hero {
  min-height: 460px;
  background-image:
    linear-gradient(90deg, rgba(1,8,4,.98) 0%, rgba(3,19,11,.91) 43%, rgba(3,25,14,.43) 72%, rgba(3,22,13,.15) 100%),
    var(--bf-page-image);
}
.bf-template-hero::before {
  opacity: .34;
  background-image:
    linear-gradient(120deg, transparent 0 46%, rgba(255,255,255,.08) 46.2% 46.35%, transparent 46.55% 100%),
    radial-gradient(rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 100% 100%, 27px 27px;
}
.bf-template-hero::after {
  right: clamp(20px, 5vw, 90px);
  bottom: 34px;
  width: min(37vw, 520px);
  height: calc(100% - 68px);
  border: 1px solid rgba(243,212,129,.54);
  border-radius: 30px 8px 30px 8px;
  background-image:
    linear-gradient(180deg, rgba(3,18,10,.02), rgba(3,18,10,.22)),
    var(--bf-page-image);
  background-size: cover;
  background-position: var(--bf-page-position);
  box-shadow: 0 28px 70px rgba(0,0,0,.48), 0 0 45px rgba(157,217,91,.08);
}
.bf-template-orb { display: none; }
.bf-template-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 78px;
  padding-bottom: 78px;
}
.bf-template-hero-content::before {
  content: "BIO FOREST";
  display: inline-block;
  margin-bottom: 17px;
  padding: 6px 13px;
  border: 1px solid rgba(243,212,129,.42);
  border-radius: 999px;
  background: rgba(4,20,12,.72);
  color: var(--bf-wow-gold);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .22em;
  backdrop-filter: blur(10px);
}
.bf-template-kicker,
.bf-template-hero h1,
.bf-title-accent { max-width: min(690px, 54vw); }
.bf-template-hero h1 {
  color: var(--bf-wow-gold);
  font-size: clamp(50px, 5.4vw, 86px);
  text-shadow: 0 18px 48px rgba(0,0,0,.6);
}

/* Let the real page background show through rather than hiding it behind flat boxes. */
.bf-page-shell::before {
  inset: 26px -26px 52px;
  border-color: rgba(243,212,129,.14);
  background:
    linear-gradient(145deg, rgba(5,25,15,.84), rgba(2,9,5,.94)),
    var(--bf-page-image);
  background-size: cover;
  background-position: var(--bf-page-position);
  background-blend-mode: multiply;
  box-shadow: var(--bf-wow-shadow), inset 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(12px);
}
.bf-section {
  border-color: rgba(243,212,129,.24);
  background:
    linear-gradient(135deg, rgba(9,42,25,.90), rgba(2,12,7,.94)),
    var(--bf-page-image);
  background-size: cover;
  background-position: var(--bf-page-position);
  background-blend-mode: multiply;
  box-shadow: 0 28px 75px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.05);
  backdrop-filter: blur(14px);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.bf-section:hover {
  transform: translateY(-3px);
  border-color: rgba(243,212,129,.40);
  box-shadow: 0 36px 90px rgba(0,0,0,.50), 0 0 45px rgba(157,217,91,.07);
}
.bf-section-light {
  background:
    linear-gradient(135deg, rgba(248,244,231,.96), rgba(229,238,230,.94)),
    var(--bf-page-image);
  background-size: cover;
  background-blend-mode: screen;
}

.bf-card-grid > .wp-block-column,
.bf-card,
.bf-contact-card {
  min-height: 240px;
  border-color: rgba(243,212,129,.30);
  background: linear-gradient(145deg, rgba(14,62,37,.72), rgba(2,12,7,.82));
  backdrop-filter: blur(14px);
}
.bf-card-grid > .wp-block-column::after,
.bf-card::after,
.bf-contact-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(118deg, transparent 20%, rgba(255,255,255,.08) 48%, transparent 76%);
  transform: translateX(-130%);
  transition: transform .65s ease;
}
.bf-card-grid > .wp-block-column:hover::after,
.bf-card:hover::after,
.bf-contact-card:hover::after { transform: translateX(130%); }

/* Buttons now have a stronger, premium call-to-action treatment. */
.wp-block-button__link,
.bf-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  position: relative;
  overflow: hidden;
  min-height: 52px;
  padding: 14px 27px !important;
  border-color: rgba(169,227,101,.82) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #3b945f, #1d6840 70%) !important;
  box-shadow: 0 16px 36px rgba(11,74,42,.37), inset 0 1px rgba(255,255,255,.16), 0 0 0 1px rgba(157,217,91,.06);
  letter-spacing: .02em;
}
.wp-block-button__link::before,
.bf-button::before,
.woocommerce a.button::before,
.woocommerce button.button::before,
.woocommerce input.button::before {
  content: "";
  position: absolute;
  top: -90%;
  left: -34%;
  width: 30%;
  height: 280%;
  background: rgba(255,255,255,.21);
  transform: rotate(24deg);
  transition: left .56s ease;
}
.wp-block-button__link:hover::before,
.bf-button:hover::before,
.woocommerce a.button:hover::before,
.woocommerce button.button:hover::before,
.woocommerce input.button:hover::before { left: 130%; }
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: rgba(243,212,129,.84) !important;
  background: rgba(4,22,13,.62) !important;
  color: var(--bf-wow-gold) !important;
  backdrop-filter: blur(10px);
}

/* WooCommerce category tiles use their genuine product/category photographs. */
.woocommerce ul.products li.product-category {
  min-height: 360px;
  padding: 0;
  overflow: hidden;
  border-color: rgba(243,212,129,.36);
  background: #07150d;
}
.woocommerce ul.products li.product-category a {
  position: absolute;
  inset: 0;
  display: block;
  color: #fff;
}
.woocommerce ul.products li.product-category img {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
}
.woocommerce ul.products li.product-category::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 20%, rgba(2,9,5,.16) 48%, rgba(2,9,5,.94) 100%);
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
  position: absolute;
  right: 22px;
  bottom: 21px;
  left: 22px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 31px);
  text-shadow: 0 4px 24px rgba(0,0,0,.8);
}
.woocommerce ul.products li.product-category .count { display: block; margin-top: 7px; color: var(--bf-wow-green); font-family: Inter, sans-serif; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce ul.products li.product-category:hover img { transform: scale(1.075); filter: saturate(1.10) contrast(1.04); }

.woocommerce ul.products li.product:not(.product-category) {
  border-color: rgba(243,212,129,.32);
  background: linear-gradient(180deg, #fffdf6, #ebe4d2);
}
.woocommerce ul.products li.product:not(.product-category) img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .45s ease;
}
.woocommerce ul.products li.product:not(.product-category):hover img { transform: scale(1.035); }
.woocommerce ul.products li.product .onsale {
  min-width: auto;
  min-height: auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bf-gold), var(--bf-gold-bright));
  color: #071108;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 10px 25px rgba(0,0,0,.24);
}


/* Footer now carries a subtle real jungle photograph. */
.bf-site-footer {
  background-image:
    linear-gradient(105deg, rgba(1,7,4,.97), rgba(3,20,11,.91) 58%, rgba(2,8,5,.96)),
    url("assets/images/page-backgrounds/tropical-leaves.jpg");
  background-size: cover;
  background-position: center;
}

/* Scroll reveal: enhancement only, content remains fully usable without JS. */
.js .bf-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2,.7,.2,1);
}
.js .bf-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .bf-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .bf-hero::before,
  .bf-template-hero::after { opacity: .52; right: -8%; width: 58vw; }
  .bf-hero .wp-block-group__inner-container > *,
  .bf-template-kicker,
  .bf-template-hero h1,
  .bf-title-accent { max-width: 68vw; }
  .bf-wow-strip .wp-block-columns { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 700px) {
  .bf-card-grid { grid-template-columns: 1fr; }
  .bf-hero {
    min-height: 680px;
    background-image:
      linear-gradient(180deg, rgba(1,8,4,.82) 0%, rgba(2,12,7,.91) 55%, rgba(2,8,5,.98) 100%),
      var(--bf-page-image);
  }
  .bf-hero::before {
    top: 34px;
    right: 18px;
    left: 18px;
    bottom: auto;
    width: auto;
    height: 260px;
    border-radius: 26px 8px 26px 8px;
    opacity: 1;
    animation: none;
  }
  .bf-hero .wp-block-group__inner-container {
    justify-content: flex-end;
    min-height: 680px;
    padding-top: 330px;
    padding-bottom: 72px;
  }
  .bf-hero .wp-block-group__inner-container > * { max-width: 100%; }
  .bf-hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .bf-wow-strip { margin-top: -38px !important; padding: 10px; border-radius: 20px; }
  .bf-wow-strip .wp-block-columns { grid-template-columns: 1fr; }
  .bf-wow-item { min-height: 112px; }
  .bf-template-hero { min-height: 520px; align-items: flex-end; }
  .bf-template-hero::after {
    top: 26px;
    right: 16px;
    left: 16px;
    bottom: auto;
    width: auto;
    height: 245px;
    border-radius: 24px 7px 24px 7px;
    opacity: 1;
  }
  .bf-template-hero-content { padding-top: 300px; padding-bottom: 52px; }
  .bf-template-kicker,
  .bf-template-hero h1,
  .bf-title-accent { max-width: 100%; }
  .bf-template-hero h1 { font-size: clamp(40px, 11.5vw, 58px); }
  .bf-page-shell::before { right: -8px; left: -8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .bf-reveal { opacity: 1; transform: none; }
}

.bf-wow-item-1::before{content:"01"}.bf-wow-item-2::before{content:"02"}.bf-wow-item-3::before{content:"03"}.bf-wow-item-4::before{content:"04"}
