/* BF Farm shared public core. Universal public rules only; exact shared route rules are centralized below. */
:root {
    --shell: min(1220px, calc(100vw - 48px));
    --sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --serif: var(--sans);

    
    --type-line-body: 1.65;
    --type-line-heading: 1.12;
    --type-line-prose: 1.72;
    --type-line-label: 1.25;
    --type-space-label-heading: clamp(12px, .9vw, 16px);
    --type-space-heading-copy: clamp(20px, 1.45vw, 26px);
    --type-space-paragraph: 1.15em;
    /* Admin-controlled public image filter. Default is intentionally no filter. */
    --bf-public-image-filter: none;
}* {
    box-sizing: border-box;
}html {
    scroll-behavior: smooth;
}html.bf-initial-loading body {
    opacity: 0;
}html.bf-initial-loading .kb-hero-gallery-slide.is-active,
html.bf-initial-loading .piglets-hero-gallery-slide.is-active {
    transform: scale(1.012);
}body.nav-open {
    overflow: hidden;
}img {
    display: block;
    max-width: 100%;
}
#bf-public img {
    filter: var(--bf-public-image-filter);
}
#bf-public video {
    filter: none;
}a {
    color: inherit;
}button {
    font: inherit;
}input {
    font: inherit;
}textarea {
    font: inherit;
}select {
    font: inherit;
}::selection {
    background: var(--blue-soft);
    color: var(--ink);
}a:focus-visible {
    outline: 2px solid var(--blue);
    outline-offset: 4px;
}button:focus-visible {
    outline: 2px solid var(--blue);
    outline-offset: 4px;
}.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}.skip-link {
    position: fixed;
    z-index: 1000;
    left: 16px;
    top: 16px;
    padding: 10px 16px;
    color: var(--ink);
    background: var(--field-surface);
    transform: translateY(-150%);
    transition: transform 180ms ease;
}.skip-link:focus {
    transform: translateY(0);
}.shell {
    width: var(--shell);
    margin-inline: auto;
}.section {
    padding: clamp(88px, 10vw, 150px) 0;
}.site-header.is-initial-hidden {
    transform: translateY(calc(-100% - 2px));
    pointer-events: none;
}.site-header.is-hidden {
    transform: translateY(calc(-100% - 2px));
    pointer-events: none;
}.site-header.is-visible {
    transform: translateY(0);
    pointer-events: auto;
}.site-header.is-scrolled {
    transform: translateY(0);
    pointer-events: auto;
}.site-header.is-menu-open {
    transform: translateY(0);
    pointer-events: auto;
}.site-header::before {
    display: none;
}.header-inner {
    position: relative;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(14px, 2vw, 28px);
    transition: min-height 260ms ease;
}.brand {
    width: clamp(250px, 20vw, 320px);
    display: block;
}.brand img {
    width: 100%;
    height: auto;
    filter: none;
    transition: opacity 180ms ease;
}.header-utilities {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    min-width: 0;
}.header-contact {
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
}.header-cart-link[hidden] {
    display: none;
}.header-cart-link {
    position: relative;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    color: var(--text-on-header);
    text-decoration: none;
    overflow: visible;
}.header-cart-link svg {
    display: block;
    width: 21px;
    height: 21px;
    max-width: 21px;
    max-height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}.header-cart-count {
    position: absolute;
    top: 1px;
    right: 0;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    display: grid;
    place-items: center;
    color: var(--theme-dark);
    background: var(--white);
    font-size: .58rem;
    font-weight: 800;
    line-height: 1;
}.header-contact a:hover {
    color: var(--white);
    background: var(--on-dark-08);
    transform: translateY(-1px);
}.header-contact a:focus-visible {
    color: var(--white);
    background: var(--on-dark-08);
    transform: translateY(-1px);
}.header-contact svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}.site-nav {
    display: flex;
    align-items: center;
    gap: clamp(14px, 1.4vw, 22px);
}.site-nav a {
    position: relative;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}.site-nav > a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -7px;
    height: 1px;
    background: currentColor;
    transition: right 180ms ease;
}.site-nav > a:not(.nav-cta):hover::after {
    right: 0;
}.site-nav > a:not(.nav-cta):focus-visible::after {
    right: 0;
}.is-scrolled .nav-cta {
    color: var(--text-on-primary);
    background: var(--blue-deep);
    border-color: var(--nav-cta-border);
}.is-menu-open .nav-cta {
    color: var(--text-on-primary);
    background: var(--blue-deep);
    border-color: var(--nav-cta-border);
}.nav-toggle {
    display: none;
}.hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}.hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 44%;
}.hero-veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: none;
    display: none;
}.hero-layout {
    position: relative;
    min-height: 100svh;
    padding: 180px 0 110px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.5fr);
    align-items: end;
    gap: clamp(70px, 10vw, 150px);
}.hero-copy {
    max-width: 810px;
    text-shadow: 0 1px 2px var(--ink-42);
}.hero-copy .eyebrow {
    text-shadow: 0 1px 2px var(--ink-36);
}.hero-copy .hero-lede {
    text-shadow: 0 1px 2px var(--ink-36);
}.eyebrow {
    margin: 0 0 22px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.21em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--on-dark-78);
}.eyebrow::before {
    content: "";
    width: 36px;
    height: 1px;
    background: var(--blue);
}p {
    margin-top: 0;
}.button {
    min-height: 54px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}.button:hover {
    transform: translateY(-2px);
}.button:focus-visible {
    transform: translateY(-2px);
}.hero-scroll i {
    position: relative;
    width: 54px;
    height: 1px;
    overflow: hidden;
    background: var(--on-dark-34);
}.hero-scroll i::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--white);
    transform: translateX(-100%);
    animation: travel 2.2s ease-in-out infinite;
}@keyframes travel {
50%, 100% {
    transform: translateX(100%);
}
}.intro h2 {
    max-width: 740px;
}.section-heading {
    margin-bottom: 52px;
    display: grid;
    grid-template-columns: 1fr minmax(280px, 430px);
    gap: 48px;
    align-items: end;
}.section-heading h2 {
    margin-bottom: 0;
}.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}.animal-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--bf-silver-line-soft);
    color: var(--text-body-on-card);
    background: var(--card-bg);
}.animal-card h2,
.animal-card h3 {
    color: var(--text-heading-on-card);
}.animal-media {
    position: relative;
    aspect-ratio: 1.14 / 1;
    display: block;
    overflow: hidden;
    background: var(--media-placeholder);
    text-decoration: none;
}.animal-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 650ms cubic-bezier(.2,.7,.2,1);
}.animal-card:hover .animal-media img {
    transform: scale(1.035);
}.animal-body {
    flex: 1 1 auto;
    padding: 28px;
    display: flex;
    flex-direction: column;
}.animal-body h3 {
    margin-bottom: 25px;
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 400;
}.animal-body h3 a {
    color: inherit;
    text-decoration: none;
}.animal-body h3 a:hover,
.animal-body h3 a:focus-visible {
    color: var(--blue);
}.animal-footer {
    margin-top: auto;
    padding-top: 21px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    border-top: 1px solid var(--line);
}.animal-footer a {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    color: var(--text-on-primary);
    background: var(--blue-deep);
    text-decoration: none;
    transition: background 180ms ease, transform 180ms ease;
}.animal-footer a:hover {
    color: var(--text-on-primary-hover);
    background: var(--blue);
    transform: translateY(-2px);
}.animal-footer a:focus-visible {
    color: var(--text-on-primary-hover);
    background: var(--blue);
    transform: translateY(-2px);
}.animal-footer span {
    max-width: 280px;
    font-size: 0.88rem;
    color: var(--text-muted-on-card);
}.animal-body > p {
    margin-bottom: 8px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-accent-on-card);
}/* Shared available-pig cards match the homepage card treatment on every route. */
.available-pig-card {
    position: relative;
    border-radius: var(--bf-public-card-radius);
    overflow: hidden;
}
.available-pig-card > .animal-media,
.available-pig-card > .animal-media img {
    border-radius: var(--bf-public-card-radius) var(--bf-public-card-radius) 0 0;
}.available-pig-status {
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 2;
    max-width: calc(100% - 36px);
    padding: 8px 11px;
    color: var(--white);
    background: color-mix(in srgb, var(--blue-deep) 90%, transparent);
    border: 1px solid var(--on-dark-16);
    font-size: .66rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .1em;
    text-transform: uppercase;
}.available-pig-detail {
    margin: -10px 0 24px;
    color: var(--text-muted-on-card);
    line-height: 1.55;
}@media (max-width: 980px) {
    .card-grid {
        grid-template-columns: 1fr 1fr;
    }
}@media (max-width: 760px) {
    .card-grid {
        grid-template-columns: 1fr;
    }
    .animal-media {
        aspect-ratio: 1.25 / 1;
    }
}@media (min-width: 1101px) {
    .available-pig-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }
    .available-pig-grid .animal-media {
        height: auto;
        aspect-ratio: 3 / 2;
    }
    .available-pig-grid .animal-body {
        padding: clamp(16px, 2dvh, 22px);
    }
    .available-pig-grid .animal-body > p:first-child {
        margin-bottom: 7px;
        font-size: .78rem;
    }
    .available-pig-grid .animal-body h3 {
        margin-bottom: 10px;
        font-size: clamp(1.45rem, 3.15dvh, 2rem);
        line-height: 1.08;
    }
    .available-pig-detail {
        margin: 0 0 12px;
        font-size: clamp(.86rem, 1.6dvh, .96rem);
        line-height: 1.42;
    }
    .available-pig-grid .animal-footer {
        padding-top: 11px;
    }
}
@media (max-width: 1100px) {
    .available-pig-card--desktop-only {
        display: none;
    }
}.text-link:hover {
    color: var(--blue-deep);
}.text-link:focus-visible {
    color: var(--blue-deep);
}.contact {
    padding-top: 0;
}.button-light {
    color: var(--ink);
    background: var(--field-surface);
}[data-reveal] {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 380ms ease-out, transform 420ms cubic-bezier(.22,.72,.28,1);
}[data-reveal][data-delay="1"] {
    transition-delay: 55ms;
}[data-reveal][data-delay="2"] {
    transition-delay: 110ms;
}[data-reveal][data-delay="3"] {
    transition-delay: 165ms;
}[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}.hero-media.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}.hero::after {
    display: none;
    content: none;
}.hero-copy .eyebrow::before {
    background: var(--blue-bright);
}.hero-copy h1 span {
    color: var(--paper);
    text-shadow: 0 2px 24px var(--ink-58);
}.button-dark {
    color: var(--text-on-primary);
    background: var(--blue-deep);
}.nav-cta {
    padding: 13px 20px;
    color: var(--text-on-primary);
    border: 1px solid var(--on-dark-72);
    background: var(--blue-deep);
}.button-dark:hover {
    color: var(--text-on-primary-hover);
    background: var(--blue);
}.button-dark:focus-visible {
    color: var(--text-on-primary-hover);
    background: var(--blue);
}.nav-cta:hover {
    color: var(--text-on-primary-hover);
    background: var(--blue);
}.nav-cta:focus-visible {
    color: var(--text-on-primary-hover);
    background: var(--blue);
}.inner-header .header-inner {
    min-height: 82px;
}.inner-header .site-nav a.is-active {
    color: var(--blue-bright);
}.inner-main {
    min-height: 70vh;
    padding-top: 82px;
}.page-hero--article {
    position: relative;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 7;
    display: grid;
    align-items: start;
    isolation: isolate;
    overflow: hidden;
    background: var(--theme-dark);
}.page-hero__article-image {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    filter: var(--bf-public-image-filter);
}.page-hero--article::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}.page-hero--article::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}.page-hero--article > .shell {
    position: relative;
    z-index: 1;
}.page-hero--article h1 {
    max-width: 900px;
    font-size: clamp(2.25rem, 4.8vw, 4.35rem);
    
    text-shadow: 0 1px 2px var(--ink-68);
}.page-hero--article .section-label {
    color: var(--white);
    text-shadow: 0 1px 2px var(--ink-68);
}.page-hero--kb-article .page-hero__article-image {
    object-position: center 44%;
}.page-hero.page-hero--piglets {
    position: relative;
    min-height: 50vh;
    display: grid;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    background-image: url("/assets/images/site-responsive/piglet-black-front-30f44de6-desktop.webp");
    background-position: center 46%;
    background-size: cover;
    background-repeat: no-repeat;
}.page-hero--piglets::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}.page-hero--piglets > .shell {
    position: relative;
    z-index: 1;
}.page-hero--piglets h1 {
    text-shadow: 0 1px 2px var(--ink-68);
}.page-hero--piglets .section-label {
    text-shadow: 0 1px 2px var(--ink-68);
    color: var(--white);
}.page-hero--piglets > .shell > p:last-child {
    text-shadow: 0 1px 2px var(--ink-68);
    color: var(--on-dark-78);
}.listing-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
}.detail-media img {
    width: 100%;
    aspect-ratio: 1.3/1;
    object-fit: cover;
}.fact-list {
    margin: 32px 0;
    border-top: 1px solid var(--line);
}.fact-list div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}.section-heading.compact {
    margin-bottom: 35px;
}.prose-layout {
    display: grid;
    grid-template-columns: minmax(0,760px) minmax(240px,1fr);
    gap: 90px;
    align-items: start;
}.prose {
    font-size: 1.05rem;
    line-height: 1.82;
}.prose h2 {
    margin: 2em 0 .6em;
    font-size: 2.5rem;
}.prose h3 {
    margin: 1.8em 0 .5em;
    font-family: var(--serif);
    font-size: 1.8rem;
}.prose p {
    margin: 0 0 1.25em;
}.prose ul {
    margin: 0 0 1.5em;
    padding-left: 1.3em;
}.contact-form {
    display: grid;
    gap: 20px;
}.contact-form label {
    display: grid;
    gap: 8px;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}.contact-form input {
    width: 100%;
    padding: 15px 16px;
    color: var(--ink);
    background: var(--field-surface);
    border: 1px solid var(--silver);
    font: inherit;
    text-transform: none;
    letter-spacing: 0;
}.contact-form select {
    width: 100%;
    padding: 15px 16px;
    color: var(--ink);
    background: var(--field-surface);
    border: 1px solid var(--silver);
    font: inherit;
    text-transform: none;
    letter-spacing: 0;
}.contact-form textarea {
    width: 100%;
    padding: 15px 16px;
    color: var(--ink);
    background: var(--field-surface);
    border: 1px solid var(--silver);
    font: inherit;
    text-transform: none;
    letter-spacing: 0;
}.empty-state {
    display: flex;
    gap: 24px;
    align-items: center;
}.hero-layout-shortcuts {
    min-height: 100svh;
    padding: clamp(132px, 15vh, 184px) 0 clamp(88px, 11vh, 132px);
    display: grid;
    align-content: center;
    justify-items: center;
    gap: clamp(22px, 3vh, 30px);
}.intro.section {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding-top: clamp(88px, 11vw, 132px);
}.hero-copy-centered {
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
}.hero-copy-centered .eyebrow {
    justify-content: center;
    color: #fff;
    font-size: clamp(.82rem, 1.15vw, 1rem);
    line-height: 1.25;
}.hero-copy-centered .eyebrow::before {
    display: none;
}.hero-copy-centered h1 {
    margin-bottom: 14px;
    font-family: var(--sans);
    font-size: clamp(3rem, 6.3vw, 5.9rem);
    font-weight: 650;
    
    letter-spacing: -.05em;
}.hero-copy-centered .hero-lede {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(1.18rem, 1.9vw, 1.52rem);
    font-weight: 600;
    line-height: 1.42;
}.hero-actions {
    width: min(100%, 720px);
    margin-top: clamp(18px, 2.8vh, 32px);
    display: flex;
    align-items: center;
    align-content: end;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    position: relative;
    z-index: 3;
}.hero-button {
    min-width: min(100%, 280px);
    min-height: 62px;
    padding: 0 28px;
    border-width: 1px;
    
    backdrop-filter: blur(14px) saturate(112%);
    opacity: 0;
    transform: translateY(22px);
    will-change: opacity, transform;
}.hero-button-primary {
    color: var(--white);
    background: color-mix(in srgb, var(--blue) 52%, transparent);
    border-color: color-mix(in srgb, var(--white) 34%, transparent);
}.hero-button-primary:hover {
    background: color-mix(in srgb, var(--blue) 66%, transparent);
    border-color: color-mix(in srgb, var(--white) 46%, transparent);
    
}.hero-button-primary:focus-visible {
    background: color-mix(in srgb, var(--blue) 66%, transparent);
    border-color: color-mix(in srgb, var(--white) 46%, transparent);
    
}.hero-button-secondary {
    color: var(--text-heading-on-dark);
    background: color-mix(in srgb, var(--theme-dark) 58%, transparent);
    border-color: var(--header-border);
}.hero-button-secondary:hover {
    background: color-mix(in srgb, var(--theme-dark) 72%, transparent);
    border-color: var(--text-accent-on-dark);
    
}.hero-button-secondary:focus-visible {
    background: color-mix(in srgb, var(--theme-dark) 72%, transparent);
    border-color: var(--text-accent-on-dark);
    
}.hero-scroll-round {
    right: auto;
    left: 50%;
    bottom: clamp(18px, 3vh, 32px);
    width: 34px;
    height: 28px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: transparent;
    border: 0;
    
    transform: translateX(-50%) translateY(-4px);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    min-width: 0;
    min-height: 0;
    padding: 0;
}.hero-scroll-round span {
    font-size: 1.7rem;
    line-height: 1;
    transform: rotate(45deg) translate(-2px, -2px);
    width: 14px;
    height: 14px;
    overflow: hidden;
    color: transparent;
    border-right: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    filter: drop-shadow(0 2px 4px var(--ink-42));
    animation: none;
}.hero-scroll-round i {
    display: none;
}.hp-field {
    position: fixed;
    inset-inline-start: -100vw;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
}.form-notice.success {
    border-color: color-mix(in srgb,var(--blue) 55%,var(--line));
}.form-notice.error {
    border-color: var(--danger);
    color: var(--danger);
    background: var(--danger-bg);
}body{
    margin: 0;
    overflow-x: clip;
    opacity: 1;
    transition: opacity 1250ms cubic-bezier(.22, .61, .36, 1);
    color: var(--text-body-on-light);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    background: var(--paper);
}.inner-page{
    background: var(--paper);
}main{
    background: var(--paper);
}h1{
    margin-top: 0;
    font-family: var(--serif);
    font-weight: 400;
    letter-spacing: -0.035em;
    
    margin-bottom: 28px;
    font-size: clamp(4rem, 7.6vw, 7.4rem);
    max-width: 880px;
    color: var(--text-heading-on-light);
}h2{
    margin-top: 0;
    font-family: var(--serif);
    font-weight: 400;
    letter-spacing: -0.035em;
    
    margin-bottom: 30px;
    font-size: clamp(3rem, 5.1vw, 5rem);
    color: var(--text-heading-on-light);
}h3{
    margin-top: 0;
    
    color: var(--text-heading-on-light);
}h4{
    color: var(--text-heading-on-light);
}h5{
    color: var(--text-heading-on-light);
}h6{
    color: var(--text-heading-on-light);
}/* Native same-origin cross-document view transition. */
@view-transition {
    navigation: auto;
}
::view-transition-group(root){
    animation-duration: 420ms;
    animation-timing-function: ease-in-out;
}::view-transition-old(root){
    animation-duration: 420ms;
    animation-timing-function: ease-in-out;
    mix-blend-mode: normal;
    animation-name: bf-page-fade-out;
}::view-transition-new(root){
    animation-duration: 420ms;
    animation-timing-function: ease-in-out;
    mix-blend-mode: normal;
    animation-name: bf-page-fade-in;
}body.contact-modal-open{
    overflow: hidden;
}/* 2026-09-11: Shared public link-card system.
   All bf_split_link_card() instances use one visual system site-wide.
   Route styles may control placement/width only; media, type, padding, arrow,
   surface, and minimum height live here so link cards cannot drift by page. */
#bf-public{
    --bf-link-card-media-size: 54px;
    --bf-link-card-icon-size: 30px;
    --bf-link-card-arrow-column: 28px;
    --bf-link-card-arrow-size: 26px;
    --bf-link-card-column-gap: 14px;
    --bf-link-card-min-height: 102px;
    --bf-link-card-padding-y: 14px;
    --bf-link-card-padding-x: 16px;
    --bf-link-card-radius: 16px;
    --bf-link-card-title-size: .9rem;
    --bf-link-card-description-size: .9rem;
    --bf-link-card-surface-border: var(--bf-silver-line-soft, var(--line));
    --bf-link-card-surface-bg: color-mix(in srgb, var(--surface-card) 72%, var(--blue-soft) 28%);
    --bf-link-card-surface-bg-hover: color-mix(in srgb, var(--surface-card) 62%, var(--blue-soft) 38%);
}
#bf-public a.split-link-card{
    width: min(100%, 680px);
    min-width: 0;
    min-height: var(--bf-link-card-min-height);
    height: 108px;
    display: grid;
    grid-template-columns: var(--bf-link-card-media-size) minmax(0, 1fr) var(--bf-link-card-arrow-column);
    grid-template-areas: "media copy arrow";
    align-items: center;
    column-gap: var(--bf-link-card-column-gap);
    padding: var(--bf-link-card-padding-y) var(--bf-link-card-padding-x);
    overflow: visible;
    border: 1px solid var(--bf-link-card-surface-border);
    border-radius: var(--bf-link-card-radius);
    color: var(--blue-deep);
    background: var(--bf-link-card-surface-bg);
    box-shadow: none;
    text-align: left;
    text-decoration: none;
    transform: none;
    transition: border-color 160ms ease, background-color 160ms ease;
}
#bf-public a.split-link-card:hover,
#bf-public a.split-link-card:focus-visible{
    color: var(--blue-deep);
    border-color: color-mix(in srgb, var(--blue-deep) 36%, var(--bf-link-card-surface-border));
    background: var(--bf-link-card-surface-bg-hover);
    transform: none;
}
#bf-public a.split-link-card:focus-visible{
    outline: 3px solid color-mix(in srgb, var(--blue-bright) 70%, white 30%);
    outline-offset: 3px;
}
#bf-public .split-link-card__icon,
#bf-public .split-link-card__thumb{
    grid-area: media;
    width: var(--bf-link-card-media-size);
    height: var(--bf-link-card-media-size);
    min-width: var(--bf-link-card-media-size);
    min-height: var(--bf-link-card-media-size);
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
}
#bf-public .split-link-card__icon{
    display: grid;
    place-items: center;
    padding: 11px;
    color: var(--text-on-primary);
    background: var(--blue-deep);
    border: 1px solid color-mix(in srgb, var(--blue-deep) 82%, var(--text-on-primary) 18%);
}
#bf-public .split-link-card__icon svg{
    width: var(--bf-link-card-icon-size);
    height: var(--bf-link-card-icon-size);
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
#bf-public .split-link-card__thumb{
    display: block;
    padding: 0;
    background: transparent;
}
#bf-public .split-link-card__thumb img{
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}
#bf-public .split-link-card__copy{
    grid-area: copy;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 5px;
    padding: 0;
}
#bf-public .split-link-card__meta{
    display: block;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    color: var(--text-accent-on-card);
    font-size: .64rem;
    font-weight: 850;
    letter-spacing: .11em;
    line-height: 1.1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
#bf-public .split-link-card__title{
    display: -webkit-box;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    color: var(--blue-deep);
    font-size: var(--bf-link-card-title-size);
    font-weight: 850;
    letter-spacing: .035em;
    line-height: 1.16;
    text-transform: uppercase;
    overflow-wrap: normal;
    word-break: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#bf-public .split-link-card__description{
    display: -webkit-box;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    color: var(--text-muted-on-card);
    font-size: var(--bf-link-card-description-size);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.32;
    text-transform: none;
    overflow-wrap: normal;
    word-break: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#bf-public .split-link-card--with-meta .split-link-card__description{
    -webkit-line-clamp: 1;
}
#bf-public .split-link-card__arrow{
    grid-area: arrow;
    width: var(--bf-link-card-arrow-column);
    min-width: var(--bf-link-card-arrow-column);
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    color: var(--blue-deep);
}
#bf-public .split-link-card__arrow svg{
    width: var(--bf-link-card-arrow-size);
    height: var(--bf-link-card-arrow-size);
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 160ms ease;
}
#bf-public a.split-link-card:hover .split-link-card__arrow svg,
#bf-public a.split-link-card:focus-visible .split-link-card__arrow svg{
    transform: translateX(2px);
}
:root{
    --bf-public-card-radius: 16px;
    --bf-public-control-radius: 12px;
}:root{
    --bf-full-hero-height: clamp(360px, 32vw, 480px);
    --bf-full-hero-mobile-height: clamp(230px, 52.5vw, 330px);
    --bf-full-hero-rise: 24px;
    --bf-full-hero-duration: 1.65s;
    --bf-full-hero-ease: cubic-bezier(.22, .61, .36, 1);
}body{
    --bf-silver-line: rgba(190, 199, 207, .92);
    --bf-silver-line-soft: rgba(190, 199, 207, .62);
    --bf-silver-line-faint: rgba(190, 199, 207, .34);
    --line: var(--bf-silver-line-faint);
    --card-border: var(--bf-silver-line-faint);
    --header-border: var(--bf-silver-line-soft);
}#bf-public{
    line-height: var(--type-line-body);
}#bf-public :is(h1, h2, h3, h4, h5, h6){
    line-height: var(--type-line-heading);
}#bf-public :is(h1, h2, h3, h4, h5, h6):has(+ :is(p, ul, ol, dl)){
    margin-bottom: var(--type-space-heading-copy);
}#bf-public :is(h1, h2, h3, h4, h5, h6) + :is(p, ul, ol, dl){
    margin-top: 0;
}#bf-public{
    --bf-link-row-content-gap: clamp(24px, 2.3vw, 30px);
}#bf-public :is(p, ul, ol, dl, blockquote) + a.split-link-card{
    margin-top: var(--bf-link-row-content-gap);
}#bf-public *{
    box-shadow: none;
}#bf-public :is(a, button, input, select, textarea):focus-visible{
    outline: 2px solid color-mix(in srgb, var(--blue-bright) 72%, #fff 28%);
    outline-offset: 3px;
}@keyframes bf-page-fade-out {
from { opacity: 1; }
    to { opacity: 0; }
}@keyframes bf-page-fade-in {
from { opacity: 0; }
    to { opacity: 1; }
}@keyframes stateHeroSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}@keyframes bf-hero-glide-up {
    from {
        opacity: 0;
        transform: translate3d(0, var(--bf-hero-rise), 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}@keyframes bf-hero-glide-up-scaled {
    from {
        opacity: 0;
        transform: translate3d(0, var(--bf-hero-rise), 0) scaleY(1.8);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scaleY(1.8);
    }
}@keyframes bf-hero-arrow-glide-up {
    from {
        opacity: 0;
        transform: translateX(-50%) translate3d(0, var(--bf-hero-rise), 0);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translate3d(0, 0, 0);
    }
}@keyframes bf-hero-glide-up-scaled-desktop {
    from {
        opacity: 0;
        transform: translate3d(0, var(--bf-hero-rise), 0) scaleY(1.45);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scaleY(1.45);
    }
}@keyframes bfInteriorHeroFadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, var(--bf-full-hero-rise), 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
/* Deduplicated route-neutral rules. A small set of route copies remains only where source-order is required to preserve the approved cascade. */
a:not(.button):not(.nav-cta){
    text-decoration-color: currentColor;
}.section-label{
    margin: 0 0 22px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.21em;
    text-transform: uppercase;
    color: var(--text-accent-on-light);
}.inline-reference-link{
    color: inherit;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-thickness: .08em;
    text-underline-offset: .16em;
}.inline-reference-link:hover{
    opacity: .78;
}.inline-reference-link:focus-visible{
    outline: 2px solid currentColor;
    outline-offset: 3px;
}.hero{
    --bf-hero-rise: clamp(38px, 5.5vh, 58px);
    --bf-hero-reveal-duration: 2.20s;
    --bf-hero-reveal-ease: cubic-bezier(.22, .61, .36, 1);
    position: relative;
    min-height: 100svh;
    background: var(--theme-dark);
    overflow: visible;
    color: var(--text-body-on-dark);
}.page-hero{
    padding: clamp(80px,11vw,150px) 0 clamp(70px,9vw,120px);
    background: radial-gradient(circle at 78% 20%,var(--accent-28),transparent 32%),linear-gradient(145deg,var(--theme-dark),var(--hero-gradient-mid) 65%,var(--hero-gradient-end));
    color: var(--text-body-on-dark);
}.page-hero--site{ --page-hero-image: url("/assets/images/site-responsive/guide-pasture-bc57ad1e-desktop.webp"); --page-hero-position: center 54%; }.page-hero.page-hero--kunekune h1{
    max-width: 930px;
    font-size: clamp(3.65rem, 6vw, 5.75rem);
    
}.page-hero.page-hero--kunekune > .shell > p:last-child{
    max-width: 650px;
}.page-hero h1{
    max-width: 1000px;
    margin: 0;
    font-size: clamp(3.5rem,8vw,7rem);
    color: var(--text-heading-on-dark);
}.page-hero h2{
    color: var(--text-heading-on-dark);
}.page-hero h3{
    color: var(--text-heading-on-dark);
}.page-hero .section-label{
    color: var(--text-accent-on-dark);
}.page-hero.page-hero--article{
    padding-top: 10px;
}.page-hero > .shell > p:last-child{
    max-width: 720px;
    margin-top: 24px;
    font-size: 1.08rem;
    color: var(--text-muted-on-dark);
}.page-hero a:not(.button):not(.split-link-card){
    color: var(--text-link-on-dark);
}.site-header{
    position: fixed;
    z-index: 1000;
    inset: 0 0 auto;
    background: var(--header-bg);
    border-bottom: 1px solid var(--header-border);
    
    backdrop-filter: blur(16px);
    transform: translateY(0);
    will-change: transform;
    transition: transform 300ms cubic-bezier(.2,.7,.2,1), background 260ms ease, border-color 260ms ease;
    color: var(--text-on-header);
}.inner-header{
    position: fixed;
    background: var(--header-bg);
    border-bottom-color: var(--header-border);
    transform: translateY(0);
    color: var(--text-on-header);
}body:not(.inner-page) .site-header:not(.is-scrolled):not(.is-menu-open){
    background: transparent;
    border-bottom-color: transparent;
    
    backdrop-filter: none;
}.site-header .site-nav a{
    color: var(--text-on-header);
}.inner-header .site-nav a{
    color: var(--text-on-header);
}.header-contact a{
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 0;
    text-decoration: none;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
    color: var(--text-on-header);
}.site-footer h2{
    color: var(--footer-heading);
}.site-footer h3{
    color: var(--footer-heading);
}.site-footer h4{
    color: var(--footer-heading);
}.site-footer strong{
    color: var(--footer-heading);
}.site-footer a{
    color: var(--text-on-footer);
}.site-footer p{
    color: var(--text-on-footer);
}.site-footer li{
    color: var(--text-on-footer);
}@media (max-width:980px){:root{
        --shell: min(100% - 36px, 760px);
    }.site-nav{
        gap: 18px;
    }.site-nav a{
        font-size: 0.68rem;
    }.header-inner{
        min-height: 70px;
        gap: 10px;
    }.brand{
        width: clamp(230px, 37vw, 285px);
    }.header-contact{
        gap: 2px;
    }.header-contact a{
        width: 36px;
        height: 36px;
    }}@media (max-width:760px){.inner-header .header-inner{
        min-height: 72px;
    }.inner-main{
        padding-top: 72px;
    }.page-hero{
        padding: 70px 0;
    }.page-hero h1{
        font-size: clamp(3rem,15vw,4.5rem);
    }:root{
        --shell: calc(100% - 32px);
    }.section{
        padding: 82px 0;
    }.header-inner{
        min-height: 68px;
        gap: 6px;
        flex-wrap: nowrap;
    }.header-utilities{
        margin-left: auto;
        gap: 2px;
        flex-wrap: nowrap;
    }.brand{
        position: relative;
        z-index: 2;
        width: clamp(210px, 42vw, 255px);
        display: grid;
        justify-items: center;
        gap: 1px;
    }.header-contact{
        position: relative;
        z-index: 2;
        margin-left: auto;
        gap: 4px;
    }.header-contact a{
        width: 42px;
        height: 42px;
        border: 0;
    }.header-contact svg{
        width: 22px;
        height: 22px;
        stroke-width: 1.55;
    }.header-cart-link{
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }.header-cart-link svg{
        width: 20px;
        height: 20px;
        max-width: 20px;
        max-height: 20px;
    }.nav-toggle{
        position: relative;
        z-index: 2;
        width: 44px;
        height: 44px;
        padding: 12px 9px;
        display: grid;
        align-content: center;
        gap: 5px;
        color: inherit;
        background: transparent;
        border: 0;
    }.nav-toggle span:not(.sr-only){
        display: block;
        width: 100%;
        height: 1px;
        background: currentColor;
        transition: transform 220ms ease, opacity 180ms ease;
    }.nav-toggle[aria-expanded="true"] span:nth-child(1){
        transform: translateY(6px) rotate(45deg);
    }.nav-toggle[aria-expanded="true"] span:nth-child(2){
        opacity: 0;
    }.nav-toggle[aria-expanded="true"] span:nth-child(3){
        transform: translateY(-6px) rotate(-45deg);
    }.site-nav{
        position: fixed;
        z-index: 1;
        inset: 0 auto auto 0;
        width: 100vw;
        height: 100dvh;
        min-height: 100svh;
        padding: 110px 28px 40px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        color: var(--white);
        background: var(--dark-985);
        visibility: hidden;
        opacity: 0;
        transform: translateY(-12px);
        transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
        backdrop-filter: blur(18px);
    }.site-nav.is-open{
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }.site-nav a{
        padding: 17px 0;
        font-family: var(--serif);
        font-size: 2rem;
        font-weight: 400;
        letter-spacing: -0.02em;
        text-transform: none;
        border-bottom: 1px solid var(--on-dark-14);
    }.site-nav .nav-cta{
        margin-top: 24px;
        padding: 16px 22px;
        color: var(--text-on-primary);
        background: var(--blue-deep);
        border: 0;
        font-family: var(--sans);
        font-size: 0.75rem;
        font-weight: 800;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }h1{
        max-width: 100%;
        margin-bottom: 22px;
        font-size: clamp(3rem, 13.25vw, 4.35rem);
        
        letter-spacing: -0.045em;
        overflow-wrap: normal;
        word-break: normal;
    }h2{
        font-size: clamp(2.65rem, 12vw, 4rem);
    }.hero{
        height: 100svh;
        min-height: 100svh;
        max-height: 100svh;
    }}@media (max-width:420px){:root{
        --shell: calc(100% - 28px);
    }.header-inner{
        min-height: 68px;
        gap: 3px;
    }.brand{
        width: clamp(154px, 43vw, 170px);
    }.header-utilities{
        gap: 0;
    }.header-contact{
        gap: 0;
    }.header-contact a{
        width: 34px;
        height: 38px;
    }.header-contact svg{
        width: 19px;
        height: 19px;
    }.header-cart-link{
        width: 34px;
        height: 38px;
        flex-basis: 34px;
    }.header-cart-link svg{
        width: 19px;
        height: 19px;
        max-width: 19px;
        max-height: 19px;
    }.header-cart-count{
        top: 0;
        right: -1px;
    }.nav-toggle{
        width: 38px;
        height: 40px;
        padding-inline: 7px;
    }h1{
        font-size: clamp(2.8rem, 12.9vw, 3.35rem);
    }}@media (prefers-reduced-motion:reduce){.hero{
        background: var(--theme-dark) url("../images/home-hero-poster-desktop-clear-v2.webp") center / cover no-repeat;
    }::view-transition-old(root){
        animation-duration: 0.01ms;
    }::view-transition-new(root){
        animation-duration: 0.01ms;
    }html{
        scroll-behavior: auto;
    }*{
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
        transition-duration: 0.01ms;
    }*::before{
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
        transition-duration: 0.01ms;
    }*::after{
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
        transition-duration: 0.01ms;
    }[data-reveal]{
        opacity: 1;
        transform: none;
    }}@media (prefers-reduced-motion: reduce){body{
        transition: none;
    }}@media (max-width: 1100px){.nav-toggle{
        position: relative;
        z-index: 2;
        width: 44px;
        height: 44px;
        padding: 12px 9px;
        display: grid;
        align-content: center;
        gap: 5px;
        color: inherit;
        background: transparent;
        border: 0;
    }.nav-toggle span:not(.sr-only){
        display: block;
        width: 100%;
        height: 1px;
        background: currentColor;
        transition: transform 220ms ease, opacity 180ms ease;
    }.nav-toggle[aria-expanded="true"] span:nth-child(1){
        transform: translateY(6px) rotate(45deg);
    }.nav-toggle[aria-expanded="true"] span:nth-child(2){
        opacity: 0;
    }.nav-toggle[aria-expanded="true"] span:nth-child(3){
        transform: translateY(-6px) rotate(-45deg);
    }.site-nav{
        position: fixed;
        z-index: 1;
        inset: 0 auto auto 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        color: var(--white);
        background: var(--dark-985);
        visibility: hidden;
        opacity: 0;
        transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
        backdrop-filter: blur(18px);
    }.site-nav.is-open{
        visibility: visible;
        opacity: 1;
    }.site-nav a{
        font-family: var(--serif);
        font-weight: 400;
        letter-spacing: -.02em;
        text-transform: none;
        border-bottom: 1px solid var(--on-dark-14);
    }.site-nav .nav-cta{
        color: var(--text-on-primary);
        background: var(--blue-deep);
        border: 0;
        font-family: var(--sans);
        font-weight: 800;
        letter-spacing: .1em;
        text-transform: uppercase;
    }}@media (max-width: 420px){.nav-toggle{
        width: 38px;
        height: 40px;
        flex: 0 0 38px;
    }.header-contact a{
        width: 34px;
        height: 38px;
    }}@media (max-width: 760px){.site-footer{ background-position: 58% center; }}.site-footer{
    padding: clamp(50px, 7vw, 76px) 0 30px;
    color: #fff;
    border-top: 0;
}.footer-simple{
    width: min(760px, calc(100vw - 48px));
    margin-inline: auto;
    text-align: center;
}.footer-simple__brand{
    display: block;
    width: min(470px, 78vw);
    margin: 0 auto clamp(26px, 4vw, 38px);
    text-decoration: none;
}.footer-simple__brand img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    opacity: 1;
    filter: none;
}.footer-simple__summary{
    max-width: 720px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(1.06rem, 2.1vw, 1.45rem);
    font-weight: 400;
    line-height: 1.48;
    text-align: center;
}.footer-simple__contact{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(18px, 3vw, 28px);
    margin: clamp(30px, 5vw, 44px) auto clamp(34px, 5vw, 46px);
}.footer-simple__contact a{
    width: clamp(60px, 7vw, 72px);
    height: clamp(60px, 7vw, 72px);
    display: grid;
    place-items: center;
    color: #fff;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .96);
    border-radius: 50%;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}.footer-simple__contact a:hover,
.footer-simple__contact a:focus-visible{
    background: #fff;
    transform: translateY(-2px);
}.footer-simple__contact svg{
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}.footer-simple__contact a:nth-child(2) svg{
    fill: currentColor;
    stroke: none;
}.footer-simple__policies{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin:0 auto clamp(22px, 4vw, 30px);
    color:rgba(255,255,255,.78);
}.footer-simple__policies .text-link{
    color:#fff;
    font-size:.74rem;
    letter-spacing:.09em;
}.footer-simple__policies .text-link:hover,
.footer-simple__policies .text-link:focus-visible{
    color:#fff;
    text-decoration:underline;
    text-underline-offset:4px;
}.footer-simple__bottom{
    padding-top: clamp(22px, 4vw, 30px);
    border-top: 1px solid rgba(255, 255, 255, .72);
}.footer-simple__bottom p{
    margin: 0;
    color: #fff;
    font-size: clamp(.92rem, 1.8vw, 1.1rem);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
}@media (max-width: 760px){.site-footer{
        min-height: 100dvh;
        padding: 52px 0 28px;
    }.footer-simple{
        width: min(100% - 28px, 680px);
    }.footer-simple__brand{
        width: min(455px, 82vw);
        margin-bottom: 28px;
    }.footer-simple__summary{
        max-width: 34ch;
        font-size: clamp(1.05rem, 4.55vw, 1.3rem);
        line-height: 1.5;
    }.footer-simple__contact{
        gap: 16px;
        margin-top: 30px;
        margin-bottom: 36px;
    }.footer-simple__contact a{
        width: 62px;
        height: 62px;
    }.footer-simple__contact svg{
        width: 29px;
        height: 29px;
    }.footer-simple__bottom{
        padding-top: 24px;
    }.footer-simple__bottom p{
        font-size: clamp(.9rem, 4vw, 1.05rem);
    }}@media (max-width: 760px){.hero{
        --bf-hero-rise: clamp(30px, 5vh, 44px);
    }}@media (max-width: 1100px){.site-header .nav-toggle{
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        padding: 9px 7px;
        gap: 4px;
    }.site-nav{
        position: absolute;
        top: calc(100% + 8px);
        left: 50%;
        right: auto;
        bottom: auto;
        width: min(calc(100vw - 20px), 450px);
        height: auto;
        min-height: 0;
        max-height: calc(100dvh - 96px);
        padding: 22px 22px 20px;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        border-radius: 18px;
        transform: translate(-50%, -10px);
    }.site-nav.is-open{
        transform: translate(-50%, 0);
    }.site-nav a{
        padding: 11px 4px;
    }.site-nav .nav-cta{
        margin-top: 9px;
        padding: 12px 16px;
    }}@media (max-width: 1100px) and (max-height: 600px){.site-nav{
        max-height: calc(100dvh - 82px);
        padding: 10px 18px 13px;
    }.site-nav a{
        padding: 7px 2px;
    }.site-nav .nav-cta{
        margin-top: 6px;
        padding: 9px 14px;
    }}@media (max-width: 1100px) and (max-height: 480px){.site-nav{
        top: calc(100% + 4px);
        max-height: calc(100dvh - 76px);
        padding: 7px 14px 9px;
    }.site-nav a{
        padding: 4px 2px;
        line-height: 1.02;
    }.site-nav .nav-cta{
        margin-top: 4px;
        padding: 7px 12px;
    }}@media (min-width: 1181px){.header-inner{
        width: min(calc(100vw - 32px), 1640px);
        min-height: 82px;
        gap: clamp(12px, 1.15vw, 20px);
    }.brand{
        width: clamp(205px, 14.5vw, 255px);
        flex: 0 0 auto;
    }.header-utilities{
        margin-left: 0;
        gap: 1px;
        flex: 0 0 auto;
    }.header-contact{
        gap: 0;
    }.header-contact a,
.header-cart-link{
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }.header-contact svg,
.header-cart-link svg{
        width: 20px;
        height: 20px;
        max-width: 20px;
        max-height: 20px;
    }.site-nav{
        min-width: 0;
        flex: 1 1 auto;
        justify-content: flex-end;
    }.site-nav a{
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: clamp(.67rem, .71vw, .76rem);
        line-height: 1.2;
        letter-spacing: .075em;
    }.site-nav .nav-cta{
        padding: 12px clamp(13px, 1vw, 18px);
    }}@media (min-width: 1101px) and (max-width: 1180px){.header-inner{
        width: min(calc(100vw - 36px), 1120px);
        min-height: 82px;
        gap: 10px;
    }.brand{
        width: clamp(220px, 24vw, 260px);
        flex: 0 0 auto;
    }.header-utilities{
        margin-left: auto;
    }.nav-toggle{
        position: relative;
        z-index: 2;
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
        padding: 10px 8px;
        display: grid;
        align-content: center;
        gap: 5px;
        color: inherit;
        background: transparent;
        border: 0;
    }.nav-toggle span:not(.sr-only){
        display: block;
        width: 100%;
        height: 1px;
        background: currentColor;
        transition: transform 220ms ease, opacity 180ms ease;
    }.nav-toggle[aria-expanded="true"] span:nth-child(1){
        transform: translateY(6px) rotate(45deg);
    }.nav-toggle[aria-expanded="true"] span:nth-child(2){
        opacity: 0;
    }.nav-toggle[aria-expanded="true"] span:nth-child(3){
        transform: translateY(-6px) rotate(-45deg);
    }.site-nav{
        position: fixed;
        z-index: 1;
        top: 96px;
        left: auto;
        right: 18px;
        bottom: auto;
        width: min(430px, calc(100vw - 36px));
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 22px 22px 20px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        overflow: visible;
        color: var(--white);
        background: var(--dark-985);
        border-radius: 18px;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
        backdrop-filter: blur(18px);
    }.site-nav.is-open{
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }.site-nav a{
        padding: 11px 4px;
        border-bottom: 1px solid var(--on-dark-14);
        font-family: var(--serif);
        font-size: 1.38rem;
        font-weight: 400;
        line-height: 1.08;
        letter-spacing: -.02em;
        text-transform: none;
        white-space: normal;
    }.site-nav .nav-cta{
        margin-top: 9px;
        padding: 12px 16px;
        border-bottom: 0;
        font-family: var(--sans);
        font-size: .74rem;
        font-weight: 800;
        line-height: 1.05;
        letter-spacing: .1em;
        text-transform: uppercase;
    }}@media (min-width: 1181px){.header-inner > .brand{
        order: 1;
    }.header-inner > .site-nav{
        order: 2;
    }.header-inner > .header-utilities{
        order: 3;
        margin-left: 0;
    }.header-utilities .header-contact{
        margin-left: 0;
    }}.page-hero.page-hero--piglets{
    background:
        linear-gradient(90deg,
            rgba(2, 13, 23, .58) 0%,
            rgba(2, 13, 23, .36) 52%,
            rgba(2, 13, 23, .14) 100%),
        url("/assets/images/piglet-black-front.webp") center 46% / cover no-repeat;
}@media (max-width: 760px){main .shell{
        width: calc(100% - 40px);
    }}@media (max-width: 760px){.page-hero.page-hero--piglets{
        height: auto;
        min-height: 0;
        aspect-ratio: 5 / 4;
        max-height: none;
        padding: clamp(26px, 5vw, 34px) 0;
        align-items: center;
        background:
            linear-gradient(180deg,
                rgba(7, 17, 28, .20) 0%,
                rgba(7, 17, 28, .18) 30%,
                rgba(7, 17, 28, .28) 64%,
                rgba(7, 17, 28, .44) 100%),
            url("/assets/images/piglet-black-front.webp") center 42% / cover no-repeat;
    }}.inner-main > .page-hero + .section:not(.article-section){
    padding-top: clamp(56px, 6vw, 88px);
}@media (max-width: 760px){.inner-main > .page-hero + .section:not(.article-section){
        padding-top: 48px;
    }}@media (max-width: 1100px){.site-header .nav-toggle,
.nav-toggle{
        position: relative;
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        flex: 0 0 48px;
        padding: 0;
        display: block;
        border: 0;
        background: transparent;
        color: inherit;
    }.site-header .nav-toggle span:not(.sr-only),
.nav-toggle span:not(.sr-only){
        position: absolute;
        left: 50%;
        width: 27px;
        height: 2px;
        margin: 0;
        border-radius: 999px;
        background: currentColor;
        transform-origin: center;
        transition: top 220ms ease, transform 220ms ease, opacity 160ms ease;
    }.site-header .nav-toggle span:nth-child(1),
.nav-toggle span:nth-child(1){
        top: calc(50% - 8px);
        transform: translate(-50%, -50%);
    }.site-header .nav-toggle span:nth-child(2),
.nav-toggle span:nth-child(2){
        top: 50%;
        transform: translate(-50%, -50%);
    }.site-header .nav-toggle span:nth-child(3),
.nav-toggle span:nth-child(3){
        top: calc(50% + 8px);
        transform: translate(-50%, -50%);
    }.site-header .nav-toggle[aria-expanded="true"] span:nth-child(1),
.nav-toggle[aria-expanded="true"] span:nth-child(1){
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }.site-header .nav-toggle[aria-expanded="true"] span:nth-child(2),
.nav-toggle[aria-expanded="true"] span:nth-child(2){
        opacity: 0;
    }.site-header .nav-toggle[aria-expanded="true"] span:nth-child(3),
.nav-toggle[aria-expanded="true"] span:nth-child(3){
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }}.footer-simple__back-to-top{
    width: fit-content;
    margin: clamp(34px, 6vw, 52px) auto 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #fff;
    text-decoration: none;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .92;
    transition: opacity 180ms ease, transform 180ms ease;
}.footer-simple__back-to-top span{
    font-size: 1.05rem;
    line-height: 1;
}.footer-simple__back-to-top:hover,
.footer-simple__back-to-top:focus-visible{
    color: #fff;
    opacity: 1;
    transform: translateY(-2px);
}@media (max-width: 760px){.footer-simple__back-to-top{
        margin-top: clamp(46px, 9vh, 74px);
        font-size: .84rem;
    }}:where(
    .bf-tool-modal__close,
    .public-modal-close,
    .kb-search-clear,
    .waitlist-search-icon,
    .piglet-value-proof__mark
){
    border-radius: 50%;
}@media (max-width: 1100px){.site-nav a{
        padding-block: 10px;
        font-size: clamp(1.55rem, 4.5vw, 1.9rem);
        line-height: 1.08;
    }.site-nav .nav-cta{
        padding-block: 13px;
        font-size: 1rem;
        line-height: 1.05;
    }}@media (max-width: 1100px) and (max-height: 600px){.site-nav a{
        padding-block: 7px;
        font-size: 1.14rem;
    }.site-nav .nav-cta{
        padding-block: 9px;
        font-size: .82rem;
    }}@media (max-width: 1100px) and (max-height: 480px){.site-nav a{
        padding-block: 4px;
        font-size: 1rem;
    }.site-nav .nav-cta{
        padding-block: 7px;
        font-size: .68rem;
    }}.inner-main > .page-hero.page-hero--about + .section:not(.article-section){
    padding-top: clamp(40px, 4vw, 58px);
}@media (max-width: 760px){.inner-main > .page-hero.page-hero--about + .section:not(.article-section){
        padding-top: 34px;
    }}.inner-main > .page-hero.page-hero--guarantee + .section:not(.article-section){
    padding-top: clamp(40px, 4vw, 58px);
}@media (max-width: 760px){.inner-main > .page-hero.page-hero--guarantee + .section:not(.article-section){
        padding-top: 34px;
    }}.site-header,
.inner-header,
.site-header.is-fixed,
.site-header.is-scrolled{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}.site-footer,
.footer-simple__bottom{
    border-top-width: 1px;
    border-top-style: solid;
}.footer-simple__contact a{
    border-width: 1px;
    border-color: var(--bf-silver-line);
}.site-footer{
    background: var(--footer-bg);
}.footer-simple__contact a:hover,
.footer-simple__contact a:focus-visible{
    color: var(--footer-bg);
}@media (max-width: 760px){.site-footer{
        background: var(--footer-bg);
    }}@media (min-width: 1181px){.site-nav{
        gap: clamp(16px, 1.35vw, 26px);
    }}#bf-public :is(.section-label, .eyebrow){
    line-height: var(--type-line-label);
}#bf-public :is(.section-label, .eyebrow):has(+ :is(h1, h2, h3, h4, h5, h6)){
    margin-bottom: var(--type-space-label-heading);
}#bf-public :is(.prose, .article-body, .richtext){
    line-height: var(--type-line-prose);
}#bf-public :is(.prose, .article-body, .richtext) p{
    margin-bottom: var(--type-space-paragraph);
}@media (max-width: 760px){:root{
        --type-space-label-heading: 10px;
        --type-space-heading-copy: 18px;
    }}@media (min-width: 1101px){#bf-public.inner-page :is(
        .page-hero--site,
        .page-hero--journal,
        .page-hero--search,
        .page-hero--about,
        .page-hero--contact,
        .page-hero--guarantee,
        .page-hero--privacy,
        .page-hero--terms,
        .page-hero--kunekune,
        .page-hero--waitlist,
        .page-hero--not-found
    ){
        background-size: cover, cover, cover;
        background-repeat: no-repeat;
    }#bf-public.inner-page :is(
        .page-hero--article .page-hero__article-image,
        .kb-hero-gallery-slide,
        .piglets-hero-gallery-slide,
        .state-guide-hero .state-guide-hero__media img
    ){
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: none;
    }#bf-public.inner-page :is(
        .page-hero--kb-index .kb-index-hero-copy,
        .states-directory-hero__copy,
        .state-guide-hero.hero .hero-copy
    ){
        width: min(100%, 820px);
        max-width: 820px;
        text-align: left;
    }#bf-public.inner-page :is(
        .inner-main > .page-hero .section-label,
        .states-directory-hero .section-label,
        .state-guide-hero.hero .hero-copy .eyebrow
    ){
        margin: 0 0 16px;
        font-size: clamp(14px, 1vw, 16px);
        line-height: 1.2;
        letter-spacing: .16em;
        text-align: left;
    }#bf-public.inner-page :is(
        .inner-main > .page-hero h1,
        .page-hero.page-hero--article h1,
        .page-hero.page-hero--piglets h1,
        .page-hero.page-hero--kunekune h1,
        .page-hero--kb-index .kb-index-hero-copy h1,
        .states-directory-hero h1
    ){
        max-width: 900px;
        margin: 0 0 18px;
        font-size: clamp(64px, 5vw, 88px);
        line-height: .98;
        letter-spacing: -.045em;
        text-align: left;
        text-wrap: balance;
    }#bf-public.inner-page :is(
        .inner-main > .page-hero > .shell > p:last-child:not(.section-label),
        .page-hero--kb-index .kb-index-hero-copy > p:last-child,
        .states-directory-hero p:not(.section-label),
        .state-guide-hero.hero .hero-copy > p:last-child
    ){
        max-width: 760px;
        margin: 0;
        font-size: clamp(20px, 1.55vw, 24px);
        line-height: 1.42;
        text-align: left;
    }}.footer-simple__location{
    margin: 18px auto 0;
    color: var(--text-on-footer);
    font-size: .92rem;
    font-weight: 650;
    letter-spacing: .08em;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
}


/* Shared State-page photographic filter: single source of truth for public media. */
#bf-public :is(
    .page-hero--site,
    .page-hero--about,
    .page-hero--contact,
    .page-hero--guarantee,
    .page-hero--privacy,
    .page-hero--terms,
    .page-hero--waitlist,
    .page-hero--not-found,
    .page-hero--journal,
    .page-hero--search,
    .page-hero--kunekune
){
    background-image: none;
    background-color: var(--theme-dark);
}
#bf-public :is(
    .page-hero--site,
    .page-hero--about,
    .page-hero--contact,
    .page-hero--guarantee,
    .page-hero--privacy,
    .page-hero--terms,
    .page-hero--waitlist,
    .page-hero--not-found,
    .page-hero--journal,
    .page-hero--search,
    .page-hero--kunekune
)::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: var(--page-hero-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: var(--page-hero-position, center 50%);
    filter: var(--bf-public-image-filter);
}
#bf-public :is(
    .page-hero--site,
    .page-hero--about,
    .page-hero--contact,
    .page-hero--guarantee,
    .page-hero--privacy,
    .page-hero--terms,
    .page-hero--waitlist,
    .page-hero--not-found,
    .page-hero--journal,
    .page-hero--search,
    .page-hero--kunekune
)::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(2, 13, 23, .60) 0%, rgba(2, 13, 23, .38) 48%, rgba(2, 13, 23, .14) 100%),
        linear-gradient(180deg, rgba(2, 13, 23, .08) 0%, rgba(2, 13, 23, .18) 100%);
}
#bf-public :is(
    .page-hero--site,
    .page-hero--about,
    .page-hero--contact,
    .page-hero--guarantee,
    .page-hero--privacy,
    .page-hero--terms,
    .page-hero--waitlist,
    .page-hero--not-found,
    .page-hero--journal,
    .page-hero--search,
    .page-hero--kunekune
) > .shell{
    position: relative;
    z-index: 2;
}
@media (max-width: 720px){
    #bf-public :is(
        .page-hero--site,
        .page-hero--about,
        .page-hero--contact,
        .page-hero--guarantee,
        .page-hero--privacy,
        .page-hero--terms,
        .page-hero--waitlist,
        .page-hero--not-found,
        .page-hero--journal,
        .page-hero--search,
        .page-hero--kunekune
    )::before{
        background-position: var(--page-hero-mobile-position, var(--page-hero-position, center 50%));
    }
    #bf-public :is(
        .page-hero--site,
        .page-hero--about,
        .page-hero--contact,
        .page-hero--guarantee,
        .page-hero--privacy,
        .page-hero--terms,
        .page-hero--waitlist,
        .page-hero--not-found,
        .page-hero--journal,
        .page-hero--search,
        .page-hero--kunekune
    )::after{
        background:
            linear-gradient(90deg, rgba(2, 13, 23, .52) 0%, rgba(2, 13, 23, .33) 58%, rgba(2, 13, 23, .16) 100%),
            linear-gradient(180deg, rgba(2, 13, 23, .02) 0%, rgba(2, 13, 23, .12) 100%);
    }
}
#bf-public .brand img,
#bf-public .footer-simple__brand img,
#bf-public .home-hero .brand img{
    filter: none;
}

/* 2026-08-30: Every public interior page uses the compact half-height header at the top
   on mobile/tablet. Scrolling (or opening the menu) restores the existing full-size
   header. The homepage is excluded because it uses body.home-page, not body.inner-page. */
@media (max-width: 1100px){
    #bf-public.inner-page .header-inner,
    #bf-public.inner-page .brand,
    #bf-public.inner-page .header-contact a,
    #bf-public.inner-page .header-contact svg,
    #bf-public.inner-page .header-cart-link,
    #bf-public.inner-page .header-cart-link svg,
    #bf-public.inner-page .nav-toggle,
    #bf-public.inner-page .nav-toggle span:not(.sr-only){
        transition-property: min-height, width, height, flex-basis, gap, top, opacity, transform, color, background-color, border-color;
        transition-duration: 260ms;
        transition-timing-function: cubic-bezier(.2,.7,.2,1);
    }
    #bf-public.inner-page .inner-main{
        padding-top: 36px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .inner-header .header-inner{
        min-height: 36px;
        gap: 3px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .brand{
        width: clamp(115px, 18vw, 145px);
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .header-utilities,
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .header-contact{
        gap: 0;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .header-contact a{
        width: 36px;
        height: 36px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .header-contact svg{
        width: 11px;
        height: 11px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .header-cart-link{
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .header-cart-link svg{
        width: 11px;
        height: 11px;
        max-width: 11px;
        max-height: 11px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .nav-toggle{
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        flex-basis: 36px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .nav-toggle span:not(.sr-only){
        width: 14px;
        height: 1px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .nav-toggle span:nth-child(1){
        top: calc(50% - 4px);
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .nav-toggle span:nth-child(3){
        top: calc(50% + 4px);
    }
}
@media (max-width: 760px){
    #bf-public.inner-page .inner-main{
        padding-top: 36px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .inner-header .header-inner{
        min-height: 36px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .brand{
        width: clamp(105px, 21vw, 128px);
    }
}
@media (max-width: 420px){
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .brand{
        width: clamp(77px, 21.5vw, 85px);
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .header-contact a{
        width: 30px;
        height: 30px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .header-contact svg{
        width: 10px;
        height: 10px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .header-cart-link{
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .nav-toggle{
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        flex-basis: 32px;
    }
}
@media (prefers-reduced-motion: reduce){
    #bf-public.inner-page .header-inner,
    #bf-public.inner-page .brand,
    #bf-public.inner-page .header-contact a,
    #bf-public.inner-page .header-contact svg,
    #bf-public.inner-page .header-cart-link,
    #bf-public.inner-page .header-cart-link svg,
    #bf-public.inner-page .nav-toggle,
    #bf-public.inner-page .nav-toggle span:not(.sr-only){
        transition-duration: .01ms;
    }
}


/* Mobile footer snap: fill the viewport while using more of the height for the main summary. */
@media (max-width: 760px) {
    body.footer-snap-active .site-footer {
        box-sizing: border-box;
        width: 100%;
        height: 100dvh;
        min-height: 100dvh;
        padding: clamp(14px, 2dvh, 20px) 0 max(14px, env(safe-area-inset-bottom));
        display: flex;
        align-items: stretch;
    }
    body.footer-snap-active .footer-simple {
        width: min(100% - 24px, 680px);
        height: 100%;
        min-height: 0;
        margin-inline: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: clamp(1px, .18dvh, 3px);
    }
    body.footer-snap-active .footer-simple__brand {
        width: min(450px, 84vw);
        margin: 0 auto;
        flex: 0 0 auto;
    }
    body.footer-snap-active .footer-simple__summary {
        max-width: 36ch;
        margin: 0 auto;
        font-size: clamp(2.8rem, 12vw, 3.1rem);
        line-height: 1.98;
        letter-spacing: -.015em;
        flex: 0 0 auto;
    }
    body.footer-snap-active .footer-simple__location {
        margin: 0 auto;
        font-size: clamp(1.02rem, 4.5vw, 1.14rem);
        line-height: 1.15;
        flex: 0 0 auto;
    }
    body.footer-snap-active .footer-simple__contact {
        gap: clamp(12px, 3.6vw, 18px);
        margin: 0 auto;
        flex: 0 0 auto;
    }
    body.footer-snap-active .footer-simple__contact a {
        width: clamp(64px, 16.5vw, 72px);
        height: clamp(64px, 16.5vw, 72px);
    }
    body.footer-snap-active .footer-simple__contact svg {
        width: clamp(29px, 7.6vw, 33px);
        height: clamp(29px, 7.6vw, 33px);
    }
    body.footer-snap-active .footer-simple__policies {
        margin: 0 auto;
        flex: 0 0 auto;
    }
    body.footer-snap-active .footer-simple__policies .text-link {
        font-size: clamp(.96rem, 4.1vw, 1.06rem);
    }
    body.footer-snap-active .footer-simple__bottom {
        width: 100%;
        padding-top: clamp(8px, .95dvh, 10px);
        flex: 0 0 auto;
    }
    body.footer-snap-active .footer-simple__bottom p {
        font-size: clamp(1.1rem, 5.1vw, 1.28rem);
        line-height: 1.2;
    }
    body.footer-snap-active .footer-simple__back-to-top {
        margin-top: clamp(8px, .95dvh, 10px);
        font-size: clamp(.96rem, 4.1vw, 1.06rem);
    }
    body.footer-snap-active .footer-simple__back-to-top span {
        font-size: 1.2em;
    }
}

@media (max-width: 760px) and (max-height: 650px) {
    body.footer-snap-active .site-footer {
        padding-top: 12px;
        padding-bottom: max(12px, env(safe-area-inset-bottom));
    }
    body.footer-snap-active .footer-simple {
        gap: 4px;
    }
    body.footer-snap-active .footer-simple__brand {
        width: min(330px, 72vw);
    }
    body.footer-snap-active .footer-simple__summary {
        max-width: 38ch;
        font-size: 1.72rem;
        line-height: 1.74;
    }
    body.footer-snap-active .footer-simple__location {
        font-size: .82rem;
    }
    body.footer-snap-active .footer-simple__contact {
        gap: 10px;
    }
    body.footer-snap-active .footer-simple__contact a {
        width: 46px;
        height: 46px;
    }
    body.footer-snap-active .footer-simple__contact svg {
        width: 21px;
        height: 21px;
    }
    body.footer-snap-active .footer-simple__policies .text-link {
        font-size: .74rem;
    }
    body.footer-snap-active .footer-simple__bottom {
        padding-top: 9px;
    }
    body.footer-snap-active .footer-simple__bottom p {
        font-size: .9rem;
    }
    body.footer-snap-active .footer-simple__back-to-top {
        margin-top: 8px;
        font-size: .74rem;
    }
}

/* Mobile touch-target refinement: more separation for footer inline links and taller navigation controls. */
@media (max-width: 760px) {
    body.footer-snap-active .footer-simple__summary {
        line-height: 1.98;
    }
    body.footer-snap-active .footer-simple__summary a {
        text-underline-offset: .18em;
        text-decoration-thickness: 1.5px;
    }
    #bf-public .site-nav a {
        min-height: 60px;
        padding: 14px 6px;
        display: flex;
        align-items: center;
    }
    #bf-public .site-nav .nav-cta {
        min-height: 58px;
        padding: 14px 16px;
    }
    #bf-public.inner-page .inner-main {
        padding-top: 40px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .inner-header .header-inner {
        min-height: 40px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .nav-toggle {
        width: 48px;
        height: 36px;
        min-width: 48px;
        min-height: 36px;
        flex-basis: 48px;
    }
    #bf-public.inner-page:not(.interior-compact-header-scrolled):not(.nav-open) .nav-toggle::before {
        content: "";
        position: absolute;
        inset: -2px 0 -10px;
    }
}
@media (max-width: 760px) and (max-height: 650px) {
    body.footer-snap-active .footer-simple__summary {
        line-height: 1.74;
    }
    #bf-public .site-nav a {
        min-height: 54px;
        padding-block: 11px;
    }
    #bf-public .site-nav .nav-cta {
        min-height: 52px;
        padding-block: 11px;
    }
}
@media (max-width: 760px) and (min-height: 651px) and (max-height: 760px) {
    body.footer-snap-active .footer-simple__brand {
        width: min(360px, 78vw);
    }
    body.footer-snap-active .footer-simple__summary {
        font-size: clamp(2.15rem, 9vw, 2.35rem);
        line-height: 1.68;
    }
    body.footer-snap-active .footer-simple__contact a {
        width: 62px;
        height: 62px;
    }
    body.footer-snap-active .footer-simple__contact svg {
        width: 28px;
        height: 28px;
    }
    body.footer-snap-active .footer-simple__bottom {
        padding-top: 6px;
    }
}
@media (max-width: 760px) and (min-height: 651px) and (max-height: 680px) {
    body.footer-snap-active .footer-simple__summary {
        font-size: 1.95rem;
        line-height: 1.62;
    }
    #bf-public .site-nav a {
        min-height: 56px;
        padding-block: 12px;
    }
    #bf-public .site-nav .nav-cta {
        min-height: 54px;
        padding-block: 12px;
    }
}

/* 2026-09-07: Admin-managed responsive galleries for named interior page heroes. */
#bf-public .page-hero.has-managed-hero-gallery{
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-image: none;
    background-color: var(--theme-dark);
}
#bf-public .page-hero.has-managed-hero-gallery::before{
    display: none;
    content: none;
    background-image: none;
}
#bf-public .page-hero.has-managed-hero-gallery > .shell{
    position: relative;
    z-index: 2;
}
#bf-public .bf-page-hero-gallery{
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: var(--theme-dark);
    pointer-events: none;
}
#bf-public .bf-page-hero-gallery__slide{
    position: absolute;
    inset: 0;
    display: block;
    margin: 0;
    opacity: 0;
    transform: scale(1.008);
    transition: opacity 850ms ease-in-out, transform 4700ms linear;
}
#bf-public .bf-page-hero-gallery__slide.is-active{
    opacity: 1;
    transform: scale(1.035);
}
#bf-public .bf-page-hero-gallery__slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: var(--bf-public-image-filter);
}
#bf-public .page-hero--piglets.has-managed-hero-gallery{
    background: var(--theme-dark);
}
@media (prefers-reduced-motion:reduce){
    #bf-public .bf-page-hero-gallery__slide{
        transition: none;
        transform: none;
    }
    #bf-public .bf-page-hero-gallery__slide.is-active{
        transform: none;
    }
}

#bf-public.home-page .hero-media.bf-homepage-hero-image{object-fit:cover;object-position:center;width:100%;height:100%}
#bf-public .bf-page-hero-gallery__slide:is(video){width:100%;height:100%;object-fit:cover;object-position:center center;filter:var(--bf-public-image-filter)}

/* BF Farm managed mixed-media cards */
#bf-public .animal-media video,#bf-public .piglet-summary-image video{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border:0;}#bf-public .available-pig-card>.animal-media video{border-radius:var(--bf-public-card-radius) var(--bf-public-card-radius) 0 0;}

/* Shared responsive image wrappers and non-editorial hero fallbacks. */
.bf-responsive-picture{display:block;width:100%;height:100%;min-width:0}
.bf-responsive-picture>img{display:block;width:100%;height:100%;max-width:100%}
@media (max-width:760px){
    .page-hero--site{--page-hero-image:url("/assets/images/site-responsive/guide-pasture-bc57ad1e-mobile.webp")}
    .page-hero.page-hero--piglets{background-image:url("/assets/images/site-responsive/piglet-black-front-30f44de6-mobile.webp")}
}

/* BF Farm full-viewport footer — separate desktop and mobile compositions. */
#bf-public .site-footer.footer-modern{
    width:100%;
    min-height:100vh;
    min-height:100dvh;
    margin:0;
    padding:0;
    border:0;
    overflow:hidden;
    color:var(--footer-text);
    background:var(--footer-bg);
}
#bf-public .footer-modern__desktop,
#bf-public .footer-modern__mobile{
    color:inherit;
    background:inherit;
}
#bf-public .footer-modern__desktop-inner,
#bf-public .footer-modern__mobile-inner{
    width:min(1240px, calc(100vw - 72px));
    margin-inline:auto;
}
#bf-public .footer-modern__desktop{
    display:block;
    min-height:inherit;
}
#bf-public .footer-modern__desktop-inner{
    min-height:inherit;
    padding:clamp(44px,6dvh,72px) 0 clamp(26px,4dvh,46px);
    display:grid;
    grid-template-rows:1fr auto;
    gap:clamp(30px,5dvh,54px);
}
#bf-public .footer-modern__desktop-main{
    align-self:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}
#bf-public .footer-modern__eyebrow{
    margin:0 0 clamp(20px,3dvh,32px);
    color:color-mix(in srgb,var(--footer-text) 76%,transparent);
    font-family:var(--sans);
    font-size:.72rem;
    font-weight:700;
    line-height:1.2;
    letter-spacing:.18em;
    text-transform:uppercase;
}
#bf-public .footer-modern__eyebrow span{
    display:inline-block;
    margin-inline:.7em;
    color:color-mix(in srgb,var(--footer-text) 52%,transparent);
}
#bf-public .footer-modern__logo{
    display:block;
    text-decoration:none;
}
#bf-public .footer-modern__logo img{
    width:100%;
    height:auto;
    margin:0;
    filter:drop-shadow(0 1px 0 rgba(0,0,0,.24));
}
#bf-public .footer-modern__logo--desktop{
    width:min(390px,36vw);
}
#bf-public .footer-modern__statement{
    max-width:700px;
    margin:clamp(26px,4dvh,40px) auto 0;
    color:var(--footer-heading);
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(1.55rem,2.25vw,2.35rem);
    font-weight:400;
    line-height:1.26;
    letter-spacing:-.025em;
}
#bf-public .footer-modern__substatement{
    max-width:620px;
    margin:clamp(12px,1.8dvh,18px) auto 0;
    color:color-mix(in srgb,var(--footer-text) 80%,transparent);
    font-family:var(--sans);
    font-size:clamp(.92rem,1vw,1.02rem);
    line-height:1.6;
}
#bf-public .footer-modern__contacts{
    margin-top:clamp(30px,4.6dvh,46px);
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:clamp(30px,5vw,68px);
}
#bf-public .footer-modern__contact{
    min-width:64px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    color:var(--footer-text);
    font-family:var(--sans);
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.1em;
    text-transform:uppercase;
    text-decoration:none;
}
#bf-public .footer-modern__contact-icon{
    width:58px;
    height:58px;
    display:grid;
    place-items:center;
    border:1px solid color-mix(in srgb,var(--footer-border) 86%,transparent);
    border-radius:50%;
    background:color-mix(in srgb,var(--footer-text) 5%,transparent);
    transition:transform 180ms ease,background 180ms ease,border-color 180ms ease;
}
#bf-public .footer-modern__contact-icon svg{
    width:23px;
    height:23px;
}
#bf-public .footer-modern__contact:hover .footer-modern__contact-icon,
#bf-public .footer-modern__contact:focus-visible .footer-modern__contact-icon{
    transform:translateY(-2px);
    background:color-mix(in srgb,var(--footer-text) 11%,transparent);
    border-color:color-mix(in srgb,var(--footer-text) 62%,transparent);
}
#bf-public .footer-modern__contact:focus-visible{
    outline:0;
}
#bf-public .footer-modern__nav{
    width:min(920px,82vw);
    margin-top:clamp(34px,5dvh,52px);
    padding-top:clamp(20px,3dvh,28px);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:clamp(24px,3.3vw,44px);
    border-top:1px solid color-mix(in srgb,var(--footer-border) 72%,transparent);
}
#bf-public .footer-modern__nav a,
#bf-public .footer-modern__policies a,
#bf-public .footer-modern__back-top,
#bf-public .footer-modern__mobile-nav a,
#bf-public .footer-modern__mobile-legal a{
    color:var(--footer-text);
    text-decoration:none;
}
#bf-public .footer-modern__nav a{
    font-family:var(--sans);
    font-size:.76rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    white-space:nowrap;
}
#bf-public .footer-modern__nav a:hover,
#bf-public .footer-modern__nav a:focus-visible,
#bf-public .footer-modern__policies a:hover,
#bf-public .footer-modern__policies a:focus-visible,
#bf-public .footer-modern__mobile-nav a:hover,
#bf-public .footer-modern__mobile-nav a:focus-visible,
#bf-public .footer-modern__mobile-legal a:hover,
#bf-public .footer-modern__mobile-legal a:focus-visible{
    color:var(--footer-heading);
    text-decoration:underline;
    text-decoration-thickness:1px;
    text-underline-offset:4px;
}
#bf-public .footer-modern__bottom{
    min-height:48px;
    padding-top:18px;
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:24px;
    border-top:1px solid color-mix(in srgb,var(--footer-border) 72%,transparent);
    color:color-mix(in srgb,var(--footer-text) 72%,transparent);
    font-family:var(--sans);
    font-size:.72rem;
    line-height:1.35;
}
#bf-public .footer-modern__bottom > span{
    grid-column:2;
    grid-row:1;
    justify-self:center;
}
#bf-public .footer-modern__policies{
    grid-column:1;
    grid-row:1;
    justify-self:start;
    display:flex;
    align-items:center;
    gap:22px;
}
#bf-public .footer-modern__back-top{
    justify-self:end;
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-family:var(--sans);
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}
#bf-public .footer-modern__back-top > span:first-child{
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    border:1px solid color-mix(in srgb,var(--footer-border) 78%,transparent);
    border-radius:50%;
    font-size:.9rem;
}
#bf-public .footer-modern__mobile{
    display:none;
}

/* On the desktop homepage, the footer is a native snap section and fills the
   exact visible space beneath the revealed 76px header. */
@media (min-width:1101px){
    html.bf-home-desktop-snap body#bf-public.home-page .site-footer.footer-modern{
        height:calc(100vh - var(--home-desktop-header-height,76px));
        height:calc(100dvh - var(--home-desktop-header-height,76px));
        min-height:calc(100vh - var(--home-desktop-header-height,76px));
        min-height:calc(100dvh - var(--home-desktop-header-height,76px));
        max-height:calc(100vh - var(--home-desktop-header-height,76px));
        max-height:calc(100dvh - var(--home-desktop-header-height,76px));
        display:block;
        scroll-snap-align:start;
        scroll-snap-stop:always;
    }
    html.bf-home-desktop-snap body#bf-public.home-page .footer-modern__desktop,
    html.bf-home-desktop-snap body#bf-public.home-page .footer-modern__desktop-inner{
        height:100%;
        min-height:100%;
    }
}

@media (min-width:1101px) and (max-height:720px){
    #bf-public .footer-modern__desktop-inner{
        padding-top:28px;
        padding-bottom:22px;
        gap:20px;
    }
    #bf-public .footer-modern__eyebrow{
        margin-bottom:14px;
    }
    #bf-public .footer-modern__logo--desktop{
        width:min(320px,30vw);
    }
    #bf-public .footer-modern__statement{
        margin-top:18px;
        font-size:clamp(1.35rem,2vw,1.8rem);
    }
    #bf-public .footer-modern__substatement{
        margin-top:8px;
        line-height:1.45;
    }
    #bf-public .footer-modern__contacts{
        margin-top:20px;
    }
    #bf-public .footer-modern__contact-icon{
        width:50px;
        height:50px;
    }
    #bf-public .footer-modern__nav{
        margin-top:22px;
        padding-top:16px;
    }
    #bf-public .footer-modern__bottom{
        min-height:40px;
        padding-top:12px;
    }
}

@media (min-width:761px) and (max-width:1100px){
    #bf-public .footer-modern__desktop-inner{
        width:min(900px,calc(100vw - 48px));
        padding-top:44px;
        padding-bottom:30px;
        gap:30px;
    }
    #bf-public .footer-modern__logo--desktop{
        width:min(360px,48vw);
    }
    #bf-public .footer-modern__statement{
        max-width:620px;
        font-size:clamp(1.45rem,3vw,2rem);
    }
    #bf-public .footer-modern__nav{
        width:100%;
        display:grid;
        grid-template-columns:repeat(3,auto);
        row-gap:14px;
    }
    #bf-public .footer-modern__bottom{
        grid-template-columns:1fr auto 1fr;
    }
    #bf-public .footer-modern__policies{
        grid-column:1;
        grid-row:1;
        justify-self:start;
    }
    #bf-public .footer-modern__bottom > span{
        grid-column:2;
        grid-row:1;
        justify-self:center;
    }
    #bf-public .footer-modern__back-top{
        grid-column:3;
        grid-row:1;
    }
}

@media (max-width:760px){
    #bf-public .site-footer.footer-modern{
        width:100%;
        height:100vh;
        height:100dvh;
        min-height:100vh;
        min-height:100dvh;
        max-height:100vh;
        max-height:100dvh;
        overflow:hidden;
    }
    body.footer-snap-active #bf-public .site-footer.footer-modern{
        height:var(--bf-footer-snap-height,100dvh);
        min-height:var(--bf-footer-snap-height,100dvh);
        max-height:var(--bf-footer-snap-height,100dvh);
    }
    #bf-public .footer-modern__desktop{
        display:none;
    }
    #bf-public .footer-modern__mobile{
        width:100%;
        height:100%;
        min-height:100%;
        display:flex;
        align-items:stretch;
        justify-content:center;
    }
    #bf-public .footer-modern__mobile-inner{
        box-sizing:border-box;
        width:100%;
        height:100%;
        min-height:100%;
        margin:0;
        padding:max(18px,env(safe-area-inset-top)) clamp(20px,5.5vw,28px) max(18px,env(safe-area-inset-bottom));
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:clamp(18px,2.6dvh,26px);
    }
    #bf-public .footer-modern__mobile-main{
        width:min(100%,430px);
        flex:0 0 auto;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        text-align:center;
    }
    #bf-public .footer-modern__eyebrow{
        width:100%;
        margin:0 0 clamp(12px,2dvh,18px);
        text-align:center;
        font-size:clamp(.58rem,1.5dvh,.68rem);
        letter-spacing:.15em;
    }
    #bf-public .footer-modern__logo--mobile{
        width:min(260px,72vw);
        margin-inline:auto;
    }
    #bf-public .footer-modern__mobile-statement{
        width:100%;
        max-width:31ch;
        margin:clamp(14px,2.4dvh,22px) auto 0;
        color:var(--footer-heading);
        font-family:Georgia,"Times New Roman",serif;
        font-size:clamp(1.05rem,2.4dvh,1.28rem);
        line-height:1.34;
        letter-spacing:-.012em;
        text-align:center;
    }
    #bf-public .footer-modern__contacts--mobile{
        width:min(300px,100%);
        margin:clamp(18px,3dvh,28px) auto 0;
        display:grid;
        grid-template-columns:repeat(3,minmax(0,1fr));
        align-items:start;
        justify-items:center;
        gap:12px;
    }
    #bf-public .footer-modern__contacts--mobile .footer-modern__contact{
        width:100%;
        min-width:0;
        gap:7px;
        font-size:clamp(.58rem,1.4dvh,.66rem);
        text-align:center;
    }
    #bf-public .footer-modern__contact-icon{
        width:clamp(48px,7dvh,56px);
        height:clamp(48px,7dvh,56px);
    }
    #bf-public .footer-modern__contact-icon svg{
        width:21px;
        height:21px;
    }
    #bf-public .footer-modern__mobile-nav{
        width:min(380px,100%);
        margin:clamp(18px,3.2dvh,30px) auto 0;
        padding:clamp(14px,2.2dvh,20px) 0 0;
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:clamp(8px,1.4dvh,12px) clamp(12px,5vw,24px);
        border-top:1px solid color-mix(in srgb,var(--footer-border) 72%,transparent);
    }
    #bf-public .footer-modern__mobile-nav a{
        min-width:0;
        min-height:32px;
        display:flex;
        align-items:center;
        justify-content:center;
        text-align:center;
        font-family:var(--sans);
        font-size:clamp(.68rem,1.55dvh,.77rem);
        font-weight:700;
        line-height:1.15;
        letter-spacing:.045em;
        text-transform:uppercase;
    }
    #bf-public .footer-modern__mobile-bottom{
        box-sizing:border-box;
        width:min(430px,100%);
        min-height:0;
        padding:clamp(10px,1.8dvh,14px) 0 0;
        flex:0 0 auto;
        display:flex;
        align-items:center;
        justify-content:center;
        flex-wrap:wrap;
        gap:8px clamp(12px,3.5vw,18px);
        border-top:1px solid color-mix(in srgb,var(--footer-border) 72%,transparent);
        text-align:center;
    }
    #bf-public .footer-modern__mobile-legal{
        display:flex;
        align-items:center;
        justify-content:center;
        flex-wrap:wrap;
        gap:5px 10px;
        color:color-mix(in srgb,var(--footer-text) 72%,transparent);
        font-family:var(--sans);
        font-size:clamp(.6rem,1.35dvh,.68rem);
        line-height:1.2;
        text-align:center;
    }
    #bf-public .footer-modern__back-top--mobile{
        position:static;
        right:auto;
        top:auto;
        transform:none;
        min-height:38px;
        gap:6px;
        font-size:.62rem;
        flex:0 0 auto;
    }
    #bf-public .footer-modern__back-top--mobile > span:first-child{
        width:34px;
        height:34px;
    }
}

/* Very short phones remain a single centered screen. Spacing tightens as one
   composition instead of pinning the legal row to the bottom edge. */
@media (max-width:760px) and (max-height:680px){
    #bf-public .footer-modern__mobile-inner{
        padding-top:max(12px,env(safe-area-inset-top));
        padding-bottom:max(12px,env(safe-area-inset-bottom));
        gap:12px;
    }
    #bf-public .footer-modern__eyebrow{
        margin-bottom:10px;
    }
    #bf-public .footer-modern__logo--mobile{
        width:min(220px,64vw);
    }
    #bf-public .footer-modern__mobile-statement{
        margin-top:10px;
        font-size:1rem;
        line-height:1.26;
    }
    #bf-public .footer-modern__contacts--mobile{
        width:min(286px,100%);
        margin-top:12px;
    }
    #bf-public .footer-modern__contact-icon{
        width:44px;
        height:44px;
    }
    #bf-public .footer-modern__mobile-nav{
        margin-top:12px;
        padding-top:10px;
        gap:5px 12px;
    }
    #bf-public .footer-modern__mobile-nav a{
        min-height:26px;
        font-size:.64rem;
    }
    #bf-public .footer-modern__mobile-bottom{
        padding-top:8px;
        gap:6px 12px;
    }
    #bf-public .footer-modern__back-top--mobile{
        min-height:32px;
    }
    #bf-public .footer-modern__back-top--mobile > span:first-child{
        width:30px;
        height:30px;
    }
}

@media (prefers-reduced-motion:reduce){
    #bf-public .footer-modern__contact-icon{
        transition:none;
    }
}

/* BF Farm mobile footer — approved Option 15 artwork, rendered exactly as the
   approved visual. The artwork owns the mobile presentation; transparent
   semantic hit areas preserve all existing destinations and contact actions. */
@media (max-width:760px){
    #bf-public .footer-modern__mobile--option15{
        position:relative;
        width:100%;
        height:100%;
        min-height:100%;
        margin:0;
        padding:0;
        display:block;
        overflow:hidden;
        background:var(--footer-bg);
    }
    #bf-public .footer-option15{
        position:relative;
        width:100%;
        height:100%;
        min-height:100%;
        overflow:hidden;
        background:var(--footer-bg);
    }
    #bf-public .footer-option15__art{
        position:absolute;
        inset:0;
        display:block;
        width:100%;
        height:100%;
        max-width:none;
        margin:0;
        object-fit:fill;
        border:0;
        user-select:none;
        -webkit-user-drag:none;
        pointer-events:none;
    }
    #bf-public .footer-option15__hotspot{
        position:absolute;
        z-index:2;
        display:block;
        margin:0;
        padding:0;
        border:0;
        border-radius:12px;
        background:transparent;
        color:transparent;
        text-decoration:none;
        -webkit-tap-highlight-color:transparent;
    }
    #bf-public .footer-option15__hotspot:focus-visible{
        outline:2px solid rgba(255,255,255,.95);
        outline-offset:2px;
    }

    #bf-public .footer-option15__home{left:15%;top:4%;width:70%;height:11%;}

    #bf-public .footer-option15__email{left:7%;top:53%;width:24%;height:13%;border-radius:999px;}
    #bf-public .footer-option15__text{left:38%;top:53%;width:24%;height:13%;border-radius:999px;}
    #bf-public .footer-option15__call{left:69%;top:53%;width:24%;height:13%;border-radius:999px;}

    #bf-public .footer-option15__for-sale{left:4%;top:67%;width:43%;height:6.5%;}
    #bf-public .footer-option15__knowledge{left:49%;top:67%;width:47%;height:6.5%;}
    #bf-public .footer-option15__journal{left:4%;top:73.4%;width:43%;height:6.5%;}
    #bf-public .footer-option15__about{left:49%;top:73.4%;width:47%;height:6.5%;}
    #bf-public .footer-option15__guarantee{left:4%;top:79.8%;width:43%;height:6.5%;}
    #bf-public .footer-option15__reviews{left:49%;top:79.8%;width:47%;height:6.5%;}

    #bf-public .footer-option15__privacy{left:33%;top:90.2%;width:15%;height:5%;}
    #bf-public .footer-option15__terms{left:50%;top:90.2%;width:13%;height:5%;}
    #bf-public .footer-option15__top{left:68%;top:88.6%;width:25%;height:8.5%;border-radius:999px;}
}

/* Approved Option 5 header: exact sunrise-on-the-farm visual treatment.
   The existing live logo/contact/menu controls remain above the artwork so
   all navigation and accessibility behavior is unchanged. */
#bf-public .site-header{
    isolation:isolate;
}
#bf-public .site-header::before{
    content:"";
    display:block;
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background-image:url("/assets/images/header/bf-farm-header-option5-sunrise.webp");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
#bf-public .site-header .header-inner{
    position:relative;
    z-index:1;
}
@media (max-width:1100px){
    #bf-public .site-header::before{
        background-position:78% center;
    }
}

/* 2026-09-12: Keep BF Farm pig-card photos fully visible without stretching or crop loss. */
#bf-public .available-pig-card > .animal-media{
    background:var(--surface-card);
}
#bf-public .available-pig-card > .animal-media img{
    object-fit:contain;
    object-position:center;
}
#bf-public .available-pig-card:hover > .animal-media img,
#bf-public .available-pig-card:focus-within > .animal-media img{
    transform:none;
}
