/* Parchment ground (Balanced Axis): #EBE0C2 */
/* Cream card surface: #FBF8F1 */
/* Bee Clear blush: #F0D9D6 */
/* Whelping sage: #B8C2A8 */
/* Performance sky: #B8D2DE */
/* Cat tile navy: #1A1A4A */
/* Dog tile slate: #57619A */
/* CS Family green: #2D7A47 */
/* Hero / brand text: #2D3A2E */
/* Body subtext: #4A5548 */
/* Ochre eyebrow: #8A5E0F */

.hero-headline { padding: 48px 0 24px 0; }

/* At >=768px the canonical home.css uses padding: 176px 0 12px to clear the
   fixed header. Restore that top padding here so home-lt.css doesn't hide
   the hero behind the header. */
@media (min-width: 768px) {
    .hero-headline { padding: 176px 0 24px 0; }
}

.hero-headline h1 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue", system-ui, sans-serif;
    font-size: 42px;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: 0;
}

.bento-section-lt { padding: 32px 0 50px 0; }

.bento-section-lt .bento-tile,
.ba-tile > .bento-tile {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bento-section-lt .bento-tile > * {
    position: relative;
    z-index: 2;
}

.bento-section-lt .bento-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 1;
    transform: none;
    transition: none;
    pointer-events: none;
    z-index: 1;
}

.bento-section-lt .bento-row1 .bento-tile {
    min-height: 300px;
}

.bento-tile-cat {
    align-items: flex-end;
    background-color: #1A1A4A;
    background-image: url('../images/bento-home-lt/desktop/650x300-DW-Cat-Food.png');
    flex-direction: column;
    gap: 2px;
    justify-content: center;
    padding: 0 18px;
    text-align: right;
}

.bento-tile-cat::before {
    background: linear-gradient(270deg, rgba(11,24,56,.55) 0%, rgba(11,24,56,.10) 65%, transparent 100%);
}

.bento-tile-dog {
    align-items: flex-start;
    background-color: #57619A;
    background-image: url('../images/bento-home-lt/desktop/650x300-DW-Freeze-Dried.png');
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    padding: 0 18px;
    text-align: left;
}

.bento-tile-dog::before {
    background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.35) 100%);
}

.bento-section-lt .bento-row23 {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(24, 1fr);
    grid-template-rows: 270px 270px;
    grid-template-areas:
        "perf perf perf perf perf perf whel whel whel whel whel whel whel whel whel whel whel whel beec beec beec beec beec beec"
        "perf perf perf perf perf perf csfm csfm csfm csfm csfm csfm csfm csfm csfm csfm csfm csfm csfm csfm csfm csfm csfm csfm";
    margin-bottom: 0;
}

.bento-tile-perf {
    align-items: flex-start;
    background-color: #B8D2DE;
    background-image: url('../images/bento-home-lt/desktop/316x550-Performance.png');
    flex-direction: column;
    gap: 4px;
    grid-area: perf;
    justify-content: flex-start;
    padding: 32px 18px 0 18px;
    text-align: left;
}

.bento-tile-perf::before {
    background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.15) 40%, transparent 75%);
}

.bento-tile-whelping {
    align-items: flex-end;
    background-color: #B8C2A8;
    background-image: url('../images/bento-home-lt/desktop/640x270-Whelping-Wonders.png');
    flex-direction: column;
    gap: 4px;
    grid-area: whel;
    justify-content: flex-start;
    padding: 40px 18px 0 18px;
    text-align: right;
}

.bento-tile-whelping::before {
    background: linear-gradient(270deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.15) 45%, transparent 80%);
}

.bento-tile-whelping .overlay-subtitle {
    max-width: 340px;
}

.bento-tile-beeclear {
    align-items: flex-start;
    background-color: #F0D9D6;
    background-image: url('../images/bento-home-lt/desktop/316x270-BeeClear.png');
    flex-direction: column;
    gap: 4px;
    grid-area: beec;
    justify-content: center;
    padding: 24px;
    text-align: left;
}

.bento-section-lt .bento-tile-beeclear::before {
    content: none;
}

.bento-tile-csfamily {
    align-items: flex-start;
    background-color: #2D7A47;
    background-image: url('../images/bento-home-lt/desktop/966x270-CompanionSupp.png');
    flex-direction: column;
    gap: 4px;
    grid-area: csfm;
    justify-content: flex-start;
    padding: 28px 24px 0 24px;
    text-align: left;
}

.bento-tile-csfamily::before {
    background: linear-gradient(180deg, rgba(20,22,24,.62) 0%, rgba(20,22,24,.10) 40%, transparent 70%);
}

.bento-tile-csfamily .overlay-headline {
    align-self: center;
    text-align: center;
    white-space: nowrap;
}

.section-white {
    background-color: #FFFFFF;
    padding: 48px 0 88px 0;
}

.section-white .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 88px;
}

.brand-statement-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    max-width: 900px;
    width: 100%;
}

.brand-statement-headline {
    font-family: "HelveticaNeue-Light", "Helvetica Neue", system-ui, sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 300;
    letter-spacing: 0;
    color: #2D3A2E;
    text-align: center;
    margin: 0;
}

.brand-statement-body {
    font-family: "Helvetica Neue", system-ui, sans-serif;
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    color: #4A5548;
    text-align: center;
    margin: 0;
    max-width: 760px;
}

.customer-voice-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    width: 100%;
}

.customer-voice-heading,
.customer-heading h2 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue", system-ui, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 0;
    color: #2D3A2E;
    text-align: center;
    margin: 0;
}

.trustpilot-lockup {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    text-align: center;
}

.tp-star {
    color: #00B67A;
    font-size: 16px;
    font-weight: 600;
}

.tp-wordmark {
    color: #2D3A2E;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* Take the widget out of the flex column's cross-axis measurement pipeline by
   giving it a plain block-level host. The flex item is .trustpilot-host; the
   .trustpilot-widget is then a regular block child of a non-flex parent, which
   is the layout pattern every other Trustpilot widget on the site uses
   (Home.aspx, Breeders.aspx, etc) — those render on iPad; ours didn't. */
.customer-voice-block .trustpilot-host {
    display: block;
    width: 100%;
    align-self: stretch;
}

.customer-voice-block .trustpilot-host .trustpilot-widget {
    width: 100%;
    max-width: none;
}

.section-ba {
    background-color: #EBE0C2;
    padding: 96px 0;
}

.section-ba .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.section-white > .container,
.section-ba > .container {
    max-width: 1366px;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.ba-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 720px;
}

.ba-eyebrow {
    color: #8A5E0F;
    font-family: "HelveticaNeue-Bold", "Helvetica Neue", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 17px;
    text-transform: uppercase;
}

.ba-headline-1 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue", system-ui, sans-serif;
    font-size: 42px;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: 0;
    color: #2D3A2E;
    text-align: center;
    margin: 0;
}

.ba-headline-2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    font-style: italic;
    color: #8A5E0F;
    text-align: center;
}

.ba-body {
    font-family: "Helvetica Neue", system-ui, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #2D3A2E;
    text-align: center;
    margin: 0;
    padding-top: 4px;
}

.ba-grid {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    align-items: stretch;
}

.ba-tile {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background-color: #FBF8F1;
}

.ba-tile > .bento-tile {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.section-ba .bento-tile::before {
    content: none;
}

.ba-tile-family {
    flex: 1 1 0;
    min-height: 540px;
}

.ba-2x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    flex: 1 1 0;
}

.ba-2x2 .ba-tile {
    min-height: 265px;
}

.ba-tile-family > .bento-tile {
    background-color: #E5DDC8;
    background-image: url('../images/bento-home-lt/desktop/641x540-BalancedAxis.png');
}

.ba-tile-core > .bento-tile {
    background-image: url('../images/bento-home-lt/desktop/316x270-Core.png');
}

.ba-tile-keywest > .bento-tile {
    background-image: url('../images/bento-home-lt/desktop/316x270-KeyWest.png');
}

.ba-tile-renew > .bento-tile {
    background-image: url('../images/bento-home-lt/desktop/316x270-Renew.png');
}

.ba-tile-dental > .bento-tile {
    background-image: url('../images/bento-home-lt/desktop/316x270-DentalRinse.png');
}

.overlay-eyebrow {
    font-family: "HelveticaNeue-Bold", "Helvetica Neue", system-ui, sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.85;
}

.overlay-label {
    box-sizing: border-box;
    color: #FFFFFF;
    display: inline-block;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue", system-ui, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 28px;
    max-width: none;
    text-transform: uppercase;
}

.overlay-subtitle {
    box-sizing: border-box;
    color: #FFFFFF;
    display: inline-block;
    font-family: "HelveticaNeue", "Helvetica Neue", system-ui, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    max-width: none;
}

.overlay-detail {
    box-sizing: border-box;
    color: #FFFFFF;
    display: inline-block;
    font-family: "HelveticaNeue", "Helvetica Neue", system-ui, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    max-width: none;
}

.overlay-headline {
    box-sizing: border-box;
    color: #FFFFFF;
    display: inline-block;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue", system-ui, sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 28px;
    max-width: none;
    text-transform: uppercase;
}

.overlay-subtitle-dark {
    color: #3D3D3D;
    display: inline-block;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue", system-ui, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}

.kibblex-headline {
    align-items: baseline;
    color: #3D3D3D;
    display: inline-flex;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue", system-ui, sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.kibblex-headline .kbx-big { font-size: 27px; line-height: 32px; }
.kibblex-headline .kbx-mid { font-size: 25px; line-height: 30px; }
.kibblex-headline .kbx-tm {
    align-self: flex-start;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 4px;
}

.ba-family-headline {
    color: #3D3D3D;
    font-family: "HelveticaNeue", "Helvetica Neue", system-ui, sans-serif;
    font-size: 32px;
    font-weight: 400;
    left: 0;
    letter-spacing: 0.08em;
    line-height: 38px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 36px;
    z-index: 2;
}

.only-desktop { display: inline-block; }
.only-ipad { display: none; }
.only-mobile { display: none; }
.only-ipad-mobile { display: none; }
.only-desktop-ipad { display: inline-block; }

@media (min-width: 768px) {
    .section-white > .container,
    .section-ba > .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1200px) {
    .section-white > .container,
    .section-ba > .container {
        padding-left: 37px;
        padding-right: 37px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .hero-headline h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .bento-tile-cat {
        background-image: url('../images/bento-home-lt/ipad/390x300-DW-Cat-Food.png');
    }

    .bento-tile-dog {
        background-image: url('../images/bento-home-lt/ipad/390x300-DW-Freeze-Dried.png');
    }

    .bento-section-lt .bento-row23 {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-template-areas:
            "perf"
            "whel"
            "beec"
            "csfm";
    }

    .bento-tile-perf {
        background-image: url('../images/bento-home-lt/ipad/772x400-Performance.png');
        min-height: 400px;
    }

    .bento-tile-whelping {
        background-image: url('../images/bento-home-lt/ipad/772x220-Whelping-Wonders.png');
        min-height: 220px;
    }

    .bento-tile-beeclear {
        background-image: url('../images/bento-home-lt/ipad/772x220-BeeClear.png');
        min-height: 220px;
    }

    .bento-tile-csfamily {
        background-image: url('../images/bento-home-lt/ipad/772x220-CompanionSupp.png');
        min-height: 220px;
    }

    .brand-statement-headline {
        font-size: 30px;
        line-height: 40px;
    }

    .brand-statement-body {
        font-size: 18px;
        line-height: 28px;
    }

    .customer-voice-heading,
    .customer-heading h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .ba-headline-1 {
        font-size: 36px;
        line-height: 44px;
    }

    .ba-headline-2 {
        font-size: 28px;
        line-height: 36px;
    }

    .ba-body {
        font-size: 17px;
        line-height: 27px;
    }

    .ba-grid {
        flex-direction: column;
    }

    .ba-tile-family {
        min-height: 400px;
    }

    .ba-2x2 .ba-tile {
        min-height: 220px;
    }

    .ba-tile-family > .bento-tile {
        background-image: url('../images/bento-home-lt/ipad/772x400-BalancedAxis.png');
    }

    .ba-tile-core > .bento-tile {
        background-image: url('../images/bento-home-lt/ipad/380x220-Core.png');
    }

    .ba-tile-keywest > .bento-tile {
        background-image: url('../images/bento-home-lt/ipad/380x220-KeyWest.png');
    }

    .ba-tile-renew > .bento-tile {
        background-image: url('../images/bento-home-lt/ipad/380x220-Renew.png');
    }

    .ba-tile-dental > .bento-tile {
        background-image: url('../images/bento-home-lt/ipad/380x220-DentalRinse.png');
    }

    .only-desktop { display: none; }
    .only-ipad { display: inline-block; }
    .only-ipad-mobile { display: inline-block; }
    .kibblex-headline.only-ipad-mobile { display: inline-flex; }
}

@media (max-width: 767px) {
    .hero-headline h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .bento-section-lt .bento-row1 .bento-tile {
        min-height: 160px;
    }

    .bento-tile-cat {
        background-image: url('../images/bento-home-lt/mobile/386x160-DW-Cat-Food.png');
    }

    .bento-tile-dog {
        background-image: url('../images/bento-home-lt/mobile/386x160-DW-Freeze-Dried.png?v=2');
    }

    .bento-section-lt .bento-row23 {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-template-areas:
            "perf"
            "whel"
            "beec"
            "csfm";
    }

    .bento-tile-perf {
        background-image: url('../images/bento-home-lt/mobile/366x400-Performance.png');
        min-height: 400px;
    }

    .bento-tile-whelping {
        background-image: url('../images/bento-home-lt/mobile/366x220-Whelping-Wonders.png');
        min-height: 220px;
    }

    .bento-tile-beeclear {
        background-image: url('../images/bento-home-lt/mobile/366x220-BeeClear.png');
        min-height: 220px;
    }

    .bento-tile-csfamily {
        background-image: url('../images/bento-home-lt/mobile/366x220-CompanionSupp.png');
        min-height: 220px;
    }

    .brand-statement-headline {
        font-size: 22px;
        line-height: 30px;
    }

    .brand-statement-body {
        font-size: 15px;
        line-height: 24px;
    }

    .customer-voice-heading,
    .customer-heading h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .ba-eyebrow {
        font-size: 12px;
        line-height: 15px;
    }

    .ba-headline-1 {
        font-size: 26px;
        line-height: 32px;
    }

    .ba-headline-2 {
        font-size: 22px;
        line-height: 28px;
    }

    .ba-body {
        font-size: 14px;
        line-height: 22px;
    }

    .ba-grid {
        flex-direction: column;
    }

    .ba-tile-family {
        min-height: 400px;
    }

    .ba-2x2 .ba-tile {
        min-height: 220px;
    }

    .ba-tile-family > .bento-tile {
        background-image: url('../images/bento-home-lt/mobile/366x400-BalancedAxis.png');
    }

    .ba-tile-core > .bento-tile {
        background-image: url('../images/bento-home-lt/mobile/178x220-Core.png');
    }

    .ba-tile-keywest > .bento-tile {
        background-image: url('../images/bento-home-lt/mobile/178x220-KeyWest.png');
    }

    .ba-tile-renew > .bento-tile {
        background-image: url('../images/bento-home-lt/mobile/178x220-Renew.png');
    }

    .ba-tile-dental > .bento-tile {
        background-image: url('../images/bento-home-lt/mobile/178x220-DentalRinse.png');
    }

    .overlay-eyebrow {
        font-size: 11px;
        line-height: 14px;
    }

    .overlay-label {
        font-size: 22px;
        letter-spacing: 0.06em;
        line-height: 26px;
    }

    .overlay-subtitle {
        font-size: 14px;
        line-height: 18px;
    }

    .overlay-detail {
        font-size: 13px;
        line-height: 15px;
    }

    .overlay-headline {
        font-size: 20px;
        line-height: 26px;
    }

    .overlay-subtitle-dark {
        font-size: 14px;
        line-height: 18px;
    }

    .ba-family-headline {
        font-size: 20px;
        line-height: 24px;
        top: 24px;
    }

    .kibblex-headline .kbx-big {
        font-size: 24px;
        line-height: 28px;
    }

    .kibblex-headline .kbx-mid {
        font-size: 22px;
        line-height: 26px;
    }

    .kibblex-headline .kbx-tm {
        font-size: 12px;
        line-height: 16px;
        margin-top: 3px;
    }

    .only-desktop { display: none; }
    .only-desktop-ipad { display: none; }
    .only-mobile { display: inline-block; }
    .only-ipad-mobile { display: inline-block; }
    .kibblex-headline.only-ipad-mobile { display: inline-flex; }
}
