:root {
    --yf-red: #ed1c24;
    --yf-red-dark: #b80f16;
    --yf-ember: #f36b2b;
    --yf-ink: #171717;
    --yf-coal: #242424;
    --yf-muted: #6d6d6d;
    --yf-line: #e7e2dc;
    --yf-cream: #f6f2ec;
    --yf-white: #fff;
    --yf-shadow: 0 20px 60px rgba(20, 18, 16, .12)
}

body {
    margin: 0;
    color: var(--yf-ink) !important;
    background: #fff;
    font-family: Inter, "Segoe UI", Arial, sans-serif
}

.yf-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 28px
}

.yf-block {
    padding: 96px 0
}

.yf-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--yf-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase
}

.yf-kicker:before {
    width: 34px;
    height: 3px;
    background: var(--yf-red);
    content: ""
}

.yf-title {
    max-width: 820px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 4.2vw, 64px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -.035em
}

.yf-section-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 48px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.025em
}

.bossgoo-index-news19 .maintitle,.bossgoo-index-inquiry22 .first-title {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(30px, 3vw, 48px) !important;
    font-weight: 600 !important;
    line-height: 1.08 !important;
    letter-spacing: -.025em !important;
     color: #171717 !important;
}

.bossgoo-index-inquiry22{
    background: var(--yf-cream) !important;
}

.bossgoo-index-inquiry22 .inquiry22-imgBg{
    display: none !important;
}

.yf-desc {
    max-width: 690px;
    margin: 18px 0 0;
    color: var(--yf-muted);
    font-size: 17px;
    line-height: 1.8
}

.yf-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 24px;
    border: 1px solid var(--yf-red);
    background: var(--yf-red);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: .25s
}

.yf-btn:after {
    content: "→";
    font-size: 19px;
    transition: transform .25s
}

.yf-btn:hover {
    background: var(--yf-red-dark);
    border-color: var(--yf-red-dark)
}

.yf-btn:hover:after {
    transform: translateX(4px)
}

.yf-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--yf-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase
}

.yf-link:after {
    content: "→";
    font-size: 18px
}

.yf-tag {
    display: inline-flex;
    padding: 7px 11px;
    background: rgba(237, 28, 36, .1);
    color: var(--yf-red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase
}

.yf-btn:after,
.yf-link:after {
    content: "\2192"
}

.yf-brand-mark {
    width: 108px;
    height: 62px;
    margin-bottom: 28px;
    object-fit: contain;
    object-position: left center
}

.yf-category-copy h3 {
    max-width: 360px;
    margin: 0 0 14px;
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.08
}



/* 01. Manufacturer Overview  */

.yf-about {
    position: relative;
    overflow: hidden;
    background: var(--yf-cream)
}

.yf-about:before {
    position: absolute;
    right: -100px;
    top: -160px;
    width: 480px;
    height: 480px;
    border: 110px solid rgba(237, 28, 36, .045);
    border-radius: 50%;
    content: ""
}

.yf-about-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
    gap: 80px;
    align-items: center
}

.yf-about-copy {
    padding: 36px 0
}

.yf-about-copy .yf-title strong {
    color: var(--yf-red);
    font-weight: 600
}

.yf-about-copy .yf-desc {
    max-width: 610px
}

.yf-about-actions {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 32px
}

.yf-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 42px;
    background: #d9d2ca;
    border: 1px solid #d9d2ca
}

.yf-proof-item {
    min-height: 105px;
    padding: 22px;
    background: var(--yf-white)
}

.yf-proof-item b {
    display: block;
    margin-bottom: 8px;
    font-family: Georgia, serif;
    font-size: 25px
}

.yf-proof-item span {
    color: var(--yf-muted);
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .06em
}

.yf-about-media {
    position: relative;
    height: 670px
}

.yf-about-media>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.yf-about-media:after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, .55));
    content: ""
}

.yf-media-note {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 58%;
    padding: 26px 28px;
    background: var(--yf-coal);
    color: #fff
}

.yf-media-note span {
    display: block;
    margin-bottom: 9px;
    color: #ff9580;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase
}

.yf-media-note p {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 1.35
}



/* 02. Product Categories */

.yf-categories {
    background: #fff
}

.yf-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 44px
}

.yf-heading-row .yf-desc {
    max-width: 560px;
    margin: 0
}

.yf-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px
}

.yf-category-card {
    display: flex;
    min-height: 610px;
    overflow: hidden;
    background: var(--yf-coal);
    color: #fff;
    flex-direction: column
}

.yf-category-media {
    height: 340px;
    overflow: hidden;
    background: #ded8cf
}

.yf-category-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .6s
}

.yf-category-card:hover .yf-category-media img {
    transform: scale(1.035)
}

.yf-category-copy {
    display: flex;
    min-height: 270px;
    padding: 27px 25px 25px;
    flex: 1;
    flex-direction: column
}

.yf-category-no {
    display: block;
    margin-bottom: 12px;
    color: #ff9580;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .17em
}

.yf-category-copy h3 {
    min-height: 58px;
    margin: 0 0 13px;
    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.08
}

.yf-category-copy p {
    margin: 0 0 19px;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    line-height: 1.65
}

.yf-category-copy .yf-link {
    margin-top: auto;
    color: #fff
}

.yf-category-sub {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 16px
}

.yf-category-sub span {
    padding: 6px 8px;
    border: 1px solid rgba(255, 255, 255, .25);
    font-size: 9px;
    letter-spacing: .06em;
    text-transform: uppercase
}


/* 03. Buyer Path */

.yf-path {
    overflow: hidden;
    background: var(--yf-coal);
    color: #fff
}

.yf-path .yf-kicker {
    color: #ff736a
}

.yf-path .yf-kicker:before {
    background: #ff736a
}

.yf-path-head {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 56px
}

.yf-path .yf-desc {
    margin: 0;
    color: rgba(255, 255, 255, .62)
}

.yf-path-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .16)
}

.yf-path-item {
    position: relative;
    padding: 38px 34px 10px 0
}

.yf-path-item:not(:last-child):after {
    position: absolute;
    right: 28px;
    top: 44px;
    color: #ff736a;
    font-size: 28px;
    content: "→"
}

.yf-path-num {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    color: #ff736a;
    font-family: Georgia, serif;
    font-size: 20px
}

.yf-path-item h3 {
    margin: 0 0 13px;
    font-size: 18px
}

.yf-path-item p {
    max-width: 240px;
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
    line-height: 1.7
}



/* 04. Representative Products */

.yf-hot {
    background: var(--yf-cream)
}

.yf-hot-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px
}

.yf-hot-controls {
    display: flex;
    gap: 10px
}

.yf-carousel-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc5bd;
    background: transparent;
    color: var(--yf-ink);
    font-size: 22px;
    cursor: pointer;
    transition: .2s
}

.yf-carousel-btn:hover {
    border-color: var(--yf-red);
    background: var(--yf-red);
    color: #fff
}

.yf-hot-shell {
    overflow: hidden
}

.yf-hot-track {
    display: flex;
    gap: 20px;
    transition: transform .45s cubic-bezier(.22, .61, .36, 1)
}

.yf-hot-item {
    flex: 0 0 calc((100% - 60px)/4);
    min-width: 0;
    background: #fff
}

.yf-hot-image {
    position: relative;
    height: 360px;
    overflow: hidden;
    background: #e9e5df
}

.yf-hot-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s
}

.yf-hot-item:hover .yf-hot-image img {
    transform: scale(1.045)
}

.yf-hot-image .yf-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #fff
}

.yf-hot-copy {
    padding: 24px
}

.yf-hot-copy h3 {
    overflow: hidden;
    margin: 0 0 18px;
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap
}

.yf-hot-copy p {
    height: 46px;
    margin: 0 0 20px;
    color: var(--yf-muted);
    font-size: 13px;
    line-height: 1.7
}


/* 05. Product Design Focus */

.yf-difference {
    background: #fff
}

.yf-difference-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 680px
}

.yf-difference-media {
    position: relative;
    overflow: hidden
}

.yf-difference-media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.yf-difference-label {
    position: absolute;
    left: 28px;
    bottom: 28px;
    padding: 17px 20px;
    background: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase
}

.yf-difference-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    background: var(--yf-coal);
    color: #fff
}

.yf-difference-copy .yf-desc {
    color: rgba(255, 255, 255, .62)
}

.yf-feature-list {
    display: grid;
    gap: 0;
    margin-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.yf-feature {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    padding: 23px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.yf-feature-num {
    color: #ff736a;
    font-family: Georgia, serif;
    font-size: 18px
}

.yf-feature h3 {
    margin: 0 0 8px;
    font-size: 17px
}

.yf-feature p {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
    line-height: 1.65
}



/* 06. Factory */

.yf-factory {
    position: relative;
    overflow: hidden;
    background: var(--yf-cream)
}

.yf-factory:before {
    position: absolute;
    top: -190px;
    right: -120px;
    width: 430px;
    height: 430px;
    border: 90px solid rgba(237, 28, 36, .035);
    border-radius: 50%;
    content: ""
}

.yf-factory-head {
    position: relative;
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 72px;
    align-items: end;
    margin-bottom: 46px
}

.yf-factory-head .yf-section-title {
    max-width: 540px
}

.yf-factory-intro {
    max-width: 690px;
    padding: 4px 0 3px 32px;
    border-left: 2px solid var(--yf-red)
}

.yf-factory-intro .yf-desc {
    margin: 0
}

.yf-factory-process {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px
}

.yf-factory-process span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    color: #514b45;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    box-shadow: 0 7px 20px rgba(35, 28, 22, .06)
}

.yf-factory-process span:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--yf-red);
    content: ""
}

.yf-factory-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.25fr .75fr .75fr;
    grid-template-rows: 300px 300px;
    gap: 16px
}

.yf-factory-card {
    position: relative;
    overflow: hidden;
    background: #ddd;
    box-shadow: 0 18px 42px rgba(34, 28, 22, .1)
}

.yf-factory-card:first-child {
    grid-row: 1/3;
    border-radius: 8px 44px 8px 44px
}

.yf-factory-card:nth-child(2) {
    border-radius: 36px 8px 8px 8px
}

.yf-factory-card:nth-child(3) {
    border-radius: 8px 36px 8px 8px
}

.yf-factory-card:nth-child(4) {
    border-radius: 8px 8px 8px 36px
}

.yf-factory-card:nth-child(5) {
    border-radius: 8px 8px 36px 8px
}

.yf-factory-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.yf-factory-card:hover img {
    transform: scale(1.045)
}

.yf-factory-caption {
    position: absolute;
    left: 16px;
    bottom: 15px;
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(24, 23, 22, .78);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px)
}

/* Desktop One-Screen Layout Control */

@media (min-width:1101px) and (min-height:700px) {
    .yf-block {
        padding: 52px 0
    }

    .yf-title {
        font-size: clamp(42px, 3.7vw, 58px)
    }

    .yf-section-title {
        font-size: clamp(32px, 2.7vw, 44px)
    }

    .bossgoo-index-news19 .maintitle,.bossgoo-index-inquiry22 .first-title {
        font-size: clamp(32px, 2.7vw, 44px) !important
    }

    .yf-desc {
        margin-top: 14px;
        font-size: 16px;
        line-height: 1.65
    }

    .yf-heading-row,
    .yf-hot-top,
    .yf-factory-head {
        margin-bottom: 28px
    }

    .yf-about-grid {
        gap: 58px
    }

    .yf-about-copy {
        padding: 12px 0
    }

    .yf-brand-mark {
        width: 92px;
        height: 52px;
        margin-bottom: 20px
    }

    .yf-about-actions {
        margin-top: 24px
    }

    .yf-proof {
        margin-top: 28px
    }

    .yf-proof-item {
        min-height: 84px;
        padding: 16px 18px
    }

    .yf-proof-item b {
        font-size: 22px
    }

    .yf-about-media {
        height: min(500px, calc(100svh - 200px))
    }

    .yf-media-note {
        padding: 19px 22px
    }

    .yf-media-note p {
        font-size: 17px
    }

    .yf-category-card {
        min-height: min(420px, calc(100svh - 300px))
    }

    .yf-category-copy {
        padding: 27px
    }

    .yf-category-copy h3 {
        font-size: 27px
    }

    .yf-category-copy p {
        margin-bottom: 16px
    }

    .yf-path-head {
        gap: 55px;
        margin-bottom: 32px
    }

    .yf-path-item {
        padding-top: 27px
    }

    .yf-path-num {
        margin-bottom: 25px
    }

    .yf-hot-image {
        height: min(300px, calc(100svh - 440px))
    }

    .yf-hot-copy {
        padding: 19px 20px
    }

    .yf-hot-copy h3 {
        margin-bottom: 12px;
        font-size: 19px
    }

    .yf-hot-copy p {
        height: 42px;
        margin-bottom: 14px
    }

    .yf-difference-grid {
        min-height: 0;
        height: min(550px, calc(100svh - 192px))
    }

    .yf-difference-copy {
        padding: 48px 58px
    }

    .yf-feature-list {
        margin-top: 23px
    }

    .yf-feature {
        padding: 16px 0
    }

    .yf-factory-grid {
        grid-template-rows: min(255px, calc((100svh - 330px)/2)) min(255px, calc((100svh - 330px)/2))
    }
}

.yf-category-card img,
.yf-hot-image img,
.yf-difference-media img,
.yf-factory-card img,
.yf-about-media>img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.yf-hot-image img {
    object-position: center 58%
}


/* Responsive CSS */

/* Image-fit system: complete products, focal crops for factory scenes */
.yf-img-product {
    image-rendering: auto;
    filter: contrast(1.055) saturate(.94) brightness(1.02)
}

.yf-img-scene,
.yf-factory-card img {
    image-rendering: auto;
    filter: contrast(1.06) saturate(.9) brightness(1.035)
}

.yf-category-stove {
    background: #292724
}

.yf-category-stove .yf-img-contain {
    top: 0;
    bottom: auto;
    height: 76%;
    padding: 12px 24px 0;
    object-fit: contain;
    object-position: center top;
    background: #292724
}

.yf-category-firepit .yf-focal-firepit {
    object-position: 58% center
}

.yf-category-roaster .yf-focal-roaster {
    object-position: 52% center
}

.yf-hot-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #e8e1d7, #f8f5f0)
}

.yf-hot-image img {
    width: 100%;
    height: 100%;
    padding: 12px;
    object-fit: contain !important;
    object-position: center center !important
}

.yf-difference-media {
    background: linear-gradient(145deg, #d8d0c5, #f1ece5)
}

.yf-difference-media img {
    padding: 18px;
    object-fit: contain !important;
    object-position: center center !important
}

.yf-focal-workshop {
    object-position: 52% center !important
}

.yf-factory-card:nth-child(1) img {
    object-position: 52% center
}

.yf-factory-card:nth-child(2) img {
    object-position: 50% 52%
}

.yf-factory-card:nth-child(3) img {
    object-position: 48% 52%
}

.yf-factory-card:nth-child(4) img {
    object-position: 56% 54%
}

.yf-factory-card:nth-child(5) img {
    object-position: 52% 52%
}

@media(max-width:1100px) {
    .yf-block {
        padding: 78px 0
    }

    .yf-about-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .yf-about-media {
        height: 560px
    }

    .yf-category-grid {
        grid-template-columns: 1fr 1fr
    }

    .yf-category-card:last-child {
        grid-column: 1/3
    }

    .yf-hot-item {
        flex-basis: calc((100% - 40px)/3)
    }

    .yf-difference-copy {
        padding: 55px
    }

    .yf-factory-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 390px 260px 260px
    }

    .yf-factory-card:first-child {
        grid-column: 1/3;
        grid-row: auto
    }

    .yf-path-grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 30px
    }

    .yf-path-item:nth-child(2):after {
        display: none
    }
}

@media(max-width:760px) {
    .yf-container {
        padding: 0 20px
    }

    .yf-block {
        padding: 58px 0
    }

    .yf-heading-row,
    .yf-hot-top,
    .yf-factory-head,
    .yf-path-head {
        display: block
    }

    .yf-heading-row .yf-desc,
    .yf-factory-head .yf-desc,
    .yf-path-head .yf-desc {
        margin-top: 18px
    }

    .yf-about-media {
        height: auto;
        aspect-ratio: 4/3
    }

    .yf-about-media>img {
        object-position: 54% center !important
    }

    .yf-media-note {
        width: 86%;
        padding: 20px
    }

    .yf-about-actions {
        align-items: flex-start;
        flex-direction: column
    }

    .yf-proof {
        grid-template-columns: 1fr
    }

    .yf-proof-item {
        min-height: auto
    }

    .yf-category-grid {
        grid-template-columns: 1fr
    }

    .yf-category-card,
    .yf-category-card:last-child {
        grid-column: auto;
        min-height: 480px
    }

    .yf-category-copy {
        padding: 26px
    }

    .yf-category-stove .yf-img-contain {
        height: 72%;
        padding: 8px 16px 0
    }

    .yf-category-firepit .yf-focal-firepit {
        object-position: 62% center
    }

    .yf-category-roaster .yf-focal-roaster {
        object-position: 58% center
    }

    .yf-path-grid {
        grid-template-columns: 1fr
    }

    .yf-path-item {
        padding: 28px 0
    }

    .yf-path-item:after {
        display: none
    }

    .yf-path-num {
        margin-bottom: 20px
    }

    .yf-hot-controls {
        margin-top: 24px
    }

    .yf-hot-item {
        flex-basis: 100%
    }

    .yf-hot-image {
        height: auto;
        aspect-ratio: 4/3
    }

    .yf-hot-image img {
        padding: 10px
    }

    .yf-difference-grid {
        grid-template-columns: 1fr
    }

    .yf-difference-media {
        height: auto;
        aspect-ratio: 4/3
    }

    .yf-difference-media img {
        padding: 12px
    }

    .yf-difference-copy {
        padding: 44px 28px
    }

    .yf-factory-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: none
    }

    .yf-factory-card,
    .yf-factory-card:first-child {
        grid-column: auto;
        height: auto;
        aspect-ratio: 4/3
    }

    .yf-factory-card img {
        object-position: center center
    }

    .yf-title {
        font-size: clamp(38px, 12vw, 54px)
    }
}

@media(max-width:460px) {
    .yf-category-card {
        min-height: 440px
    }

    .yf-about-media,
    .yf-hot-image,
    .yf-difference-media,
    .yf-factory-card,
    .yf-factory-card:first-child {
        height: auto;
        aspect-ratio: 4/3
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important
    }
}

/* Final Cover Image Rules */

.yf-category-stove,
.yf-hot-image,
.yf-difference-media {
    background: #ded8cf
}

.yf-category-stove .yf-img-product,
.yf-category-firepit .yf-img-product,
.yf-category-roaster .yf-img-product,
.yf-hot-image img,
.yf-difference-media .yf-img-product {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover !important;
    object-position: center center !important;
}

.yf-category-card>.yf-img-product {
    position: absolute;
    inset: 0
}

@media(max-width:760px) {

    .yf-category-stove .yf-img-product,
    .yf-category-firepit .yf-img-product,
    .yf-category-roaster .yf-img-product,
    .yf-hot-image img,
    .yf-difference-media .yf-img-product {
        height: 100%;
        padding: 0;
        object-fit: cover !important;
        object-position: center center !important
    }
}

/* Four featured categories: imagery and copy occupy separate regions. */
.yf-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.yf-category-card {
    min-height: 610px
}

.yf-category-card:before {
    display: none
}

.yf-category-media {
    position: relative;
    height: 340px;
    flex: 0 0 340px;
    overflow: hidden
}

.yf-category-media .yf-img-product {
    position: static !important;
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover !important;
    object-position: center !important
}

.yf-category-copy {
    position: static;
    min-height: 270px;
    padding: 27px 25px 25px
}

.yf-category-liner .yf-category-media .yf-img-product {
    object-position: center 48% !important
}

@media (min-width:1101px) and (max-height:899px) {
    .yf-category-card {
        min-height: 540px
    }

    .yf-category-media {
        height: 285px;
        flex-basis: 285px
    }

    .yf-category-copy {
        min-height: 255px;
        padding: 23px 22px 22px
    }

    .yf-category-copy h3 {
        min-height: 52px;
        font-size: 24px
    }
}

@media(max-width:1100px) {
    .yf-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px
    }

    .yf-category-card,
    .yf-category-card:last-child {
        grid-column: auto;
        min-height: 590px
    }

    .yf-category-media {
        height: 335px;
        flex-basis: 335px
    }

    .yf-category-copy {
        min-height: 255px
    }
}

@media (min-width:761px) and (max-width:1100px) {
    .yf-factory-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 300px)
    }

    .yf-factory-card:first-child {
        grid-column: auto
    }
}

@media(max-width:760px) {
    .yf-category-grid {
        grid-template-columns: 1fr
    }

    .yf-category-card,
    .yf-category-card:last-child {
        min-height: 570px
    }

    .yf-category-media {
        height: 320px;
        flex-basis: 320px
    }

    .yf-category-copy {
        min-height: 250px;
        padding: 25px 23px 24px
    }

    .yf-category-copy h3 {
        min-height: auto;
        font-size: 27px
    }
}

@media(max-width:460px) {
    .yf-category-card {
        min-height: 540px
    }

    .yf-category-media {
        height: 295px;
        flex-basis: 295px
    }

    .yf-category-copy {
        min-height: 245px
    }
}

/* Restore the original full-image category-card composition. */
.yf-category-card {
    position: relative;
    display: block;
    min-height: 600px;
    overflow: hidden;
    background: #222;
    color: #fff
}

.yf-category-card:before {
    position: absolute;
    z-index: 1;
    display: block;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .02) 26%, rgba(0, 0, 0, .18) 48%, rgba(0, 0, 0, .92) 100%);
    content: "";
    pointer-events: none
}

.yf-category-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.yf-category-media .yf-img-product {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center !important
}

.yf-category-copy {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    min-height: 0;
    padding: 31px 26px 29px
}

.yf-category-copy h3 {
    min-height: 0;
    margin-bottom: 13px;
    font-size: 27px
}

.yf-category-copy .yf-link {
    margin-top: 0
}

.yf-category-liner .yf-category-media .yf-img-product {
    object-position: center 48% !important
}

@media (min-width:1101px) and (max-height:899px) {
    .yf-category-card {
        min-height: min(520px, calc(100svh - 275px))
    }

    .yf-category-media {
        height: 100%
    }

    .yf-category-copy {
        min-height: 0;
        padding: 26px 23px 25px
    }
}

@media(max-width:1100px) {

    .yf-category-card,
    .yf-category-card:last-child {
        min-height: 590px
    }

    .yf-category-media {
        height: 100%
    }

    .yf-category-copy {
        min-height: 0
    }
}

@media(max-width:760px) {

    .yf-category-card,
    .yf-category-card:last-child {
        min-height: 560px
    }

    .yf-category-media {
        height: 100%
    }

    .yf-category-copy {
        min-height: 0;
        padding: 27px 25px
    }
}

@media(max-width:460px) {
    .yf-category-card {
        min-height: 530px
    }
}


/* Interaction and entrance motion */

.yf-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px
}

.yf-category-card {
    box-shadow: 0 14px 34px rgba(26, 22, 18, .12);
    transition: transform .35s ease, box-shadow .35s ease
}

.yf-category-card:hover {
    color: #fff;
    transform: translateY(-9px);
    box-shadow: 0 26px 58px rgba(26, 22, 18, .22)
}

.yf-category-card:hover .yf-category-copy h3,
.yf-category-card:focus-visible .yf-category-copy h3 {
    color: #fff
}

.yf-category-card:hover .yf-category-no,
.yf-category-card:focus-visible .yf-category-no {
    color: #ff9c88
}

.yf-category-card:hover .yf-category-sub span,
.yf-category-card:focus-visible .yf-category-sub span {
    border-color: rgba(255, 255, 255, .58);
    color: #fff
}

.yf-category-card:hover .yf-category-copy p,
.yf-category-card:focus-visible .yf-category-copy p {
    color: rgba(255, 255, 255, .82)
}

.yf-category-card:hover .yf-category-copy .yf-link,
.yf-category-card:focus-visible .yf-category-copy .yf-link {
    color: #fff
}

.yf-category-card:hover .yf-category-copy .yf-link:after {
    transform: translateX(5px)
}

.yf-category-copy .yf-link:after {
    transition: transform .3s ease
}

.yf-hot-item,
.yf-proof-item,
.yf-factory-card {
    transition: transform .32s ease, box-shadow .32s ease
}

.yf-hot-item:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 44px rgba(26, 22, 18, .14)
}

.yf-proof-item:hover {
    position: relative;
    z-index: 1;
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(26, 22, 18, .1)
}

.yf-factory-card:hover {
    z-index: 1;
    transform: translateY(-5px);
    box-shadow: none
}

.yf-factory-card img {
    filter: grayscale(.04) sepia(.05) saturate(.88) brightness(.92) contrast(1.04)
}

.yf-factory-card:first-child img {
    filter: grayscale(.05) sepia(.06) saturate(.86) brightness(.89) contrast(1.05)
}

.yf-factory-card:nth-child(2) img {
    filter: grayscale(.04) sepia(.05) saturate(.88) brightness(.91) contrast(1.04)
}

.yf-difference-media {
    position: relative;
    background: #d8d0c5
}

.yf-difference-media .yf-design-main {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover !important;
    object-position: center 70% !important;
    filter: contrast(1.04) saturate(.96) brightness(1.04)
}

.yf-difference-label {
    right: auto;
    bottom: 28px;
    left: 28px;
    max-width: 58%
}

.yf-motion .yf-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .72s cubic-bezier(.22, .61, .36, 1), transform .72s cubic-bezier(.22, .61, .36, 1)
}

.yf-motion .yf-reveal.yf-visible {
    opacity: 1;
    transform: none
}

.yf-motion .yf-category-card.yf-visible:hover {
    transform: translateY(-9px)
}

.yf-motion .yf-hot-item.yf-visible:hover {
    transform: translateY(-7px)
}

.yf-motion .yf-factory-card.yf-visible:hover {
    transform: translateY(-5px)
}

.yf-motion .yf-category-card.yf-reveal:nth-child(2),
.yf-motion .yf-hot-item.yf-reveal:nth-child(2) {
    transition-delay: .08s
}

.yf-motion .yf-category-card.yf-reveal:nth-child(3),
.yf-motion .yf-hot-item.yf-reveal:nth-child(3) {
    transition-delay: .16s
}

.yf-motion .yf-category-card.yf-reveal:nth-child(4),
.yf-motion .yf-hot-item.yf-reveal:nth-child(4) {
    transition-delay: .24s
}

@media(max-width:1100px) {
    .yf-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:1100px) {
    .yf-factory-head {
        grid-template-columns: 1fr;
        gap: 26px
    }

    .yf-factory-intro {
        max-width: 760px
    }
}

@media(max-width:760px) {
    .yf-category-grid {
        grid-template-columns: 1fr
    }

    .yf-factory-intro {
        margin-top: 22px;
        padding-left: 20px
    }

    .yf-factory-process {
        gap: 7px
    }

    .yf-factory-process span {
        padding: 7px 10px
    }

    .yf-factory-card,
    .yf-factory-card:first-child {
        border-radius: 10px 28px 10px 28px
    }

    .yf-difference-label {
        bottom: 16px;
        left: 16px;
        max-width: 72%;
        padding: 12px 14px
    }

    .yf-category-card:hover,
    .yf-hot-item:hover,
    .yf-factory-card:hover,
    .yf-motion .yf-category-card.yf-visible:hover,
    .yf-motion .yf-hot-item.yf-visible:hover,
    .yf-motion .yf-factory-card.yf-visible:hover {
        transform: none
    }
}

.yf-category-card:hover,
.yf-hot-item:hover,
.yf-proof-item:hover,
.yf-factory-card:hover,
.yf-motion .yf-category-card.yf-visible:hover,
.yf-motion .yf-hot-item.yf-visible:hover,
.yf-motion .yf-factory-card.yf-visible:hover {
    transform: none !important
}

@media(prefers-reduced-motion:reduce) {

    .yf-motion .yf-reveal,
    .yf-motion .yf-reveal.yf-visible {
        opacity: 1;
        transform: none;
        transition: none
    }

    .yf-category-card,
    .yf-hot-item,
    .yf-proof-item,
    .yf-factory-card {
        transition: none
    }
}


/* Global spacing and component refinement  */

:root {
    --yf-section-space: clamp(62px, 6vw, 82px)
}

.yf-block {
    padding-top: var(--yf-section-space);
    padding-bottom: var(--yf-section-space)
}

.yf-heading-row,
.yf-hot-top,
.yf-factory-head {
    margin-bottom: 38px
}

.yf-path-head {
    margin-bottom: 42px
}

.yf-about:before {
    top: -105px;
    right: -115px;
    width: 370px;
    height: 370px;
    border-width: 68px;
    border-color: rgba(237, 28, 36, .038)
}

.yf-proof {
    gap: 12px;
    margin-top: 30px;
    border: 0;
    background: transparent
}

.yf-about-grid>* {
    min-width: 0
}

.yf-proof {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.yf-proof-item {
    display: flex;
    min-width: 0;
    min-height: 104px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    padding: 18px 18px;
    border: 1px solid rgba(35, 29, 24, .08);
    border-left: 3px solid var(--yf-red);
    border-radius: 16px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 12px 30px rgba(35, 29, 24, .07);
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease
}

.yf-proof-item:hover {
    border-color: rgba(237, 28, 36, .22);
    background: #fff;
    box-shadow: 0 16px 34px rgba(35, 29, 24, .1)
}

.yf-proof-item b {
    margin: 0;
    color: var(--yf-ink);
    font-size: 25px;
    line-height: 1
}

.yf-proof-item span {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    color: #655e57;
    font-size: 10px;
    line-height: 1.55;
    overflow-wrap: anywhere
}

.yf-btn:focus-visible,
.yf-link:focus-visible,
.yf-category-card:focus-visible,
.yf-hot-item a:focus-visible {
    outline: 3px solid rgba(237, 28, 36, .32);
    outline-offset: 4px
}

@media(max-width:1100px) {
    :root {
        --yf-section-space: 68px
    }

    .yf-heading-row,
    .yf-hot-top,
    .yf-factory-head {
        margin-bottom: 34px
    }
}

@media(min-width:1101px) and (max-width:1280px) {
    .yf-about-grid {
        grid-template-columns: minmax(0, .96fr) minmax(450px, 1.04fr);
        gap: 42px
    }

    .yf-about-copy .yf-title {
        font-size: clamp(42px, 4.1vw, 52px)
    }

    .yf-proof-item {
        min-height: 100px;
        padding: 16px
    }
}

@media(max-width:1100px) {
    .yf-proof {
        max-width: 720px
    }
}

@media(max-width:760px) {
    :root {
        --yf-section-space: 56px
    }

    .yf-heading-row,
    .yf-hot-top,
    .yf-factory-head,
    .yf-path-head {
        margin-bottom: 28px
    }

    .yf-about:before {
        top: -80px;
        right: -150px;
        width: 300px;
        height: 300px;
        border-width: 54px
    }

    .yf-proof {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .yf-proof-item {
        min-height: 78px;
        padding: 15px 17px
    }
}

.yf-category-copy h3 {
    max-width: 100%;
    overflow: hidden;
    font-size: clamp(20px, 1.5vw, 24px);
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(max-width:1100px) {
    .yf-category-copy h3 {
        font-size: 24px
    }
}

@media(max-width:760px) {
    .yf-category-copy h3 {
        display: block;
        max-width: 100%;
        overflow: hidden;
        font-size: 25px;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.yf-difference {
    padding-top: var(--yf-section-space);
    padding-bottom: calc(var(--yf-section-space) + 36px)
}

@media(max-width:1100px) {
    .yf-difference {
        padding-bottom: calc(var(--yf-section-space) + 24px)
    }
}

@media(max-width:760px) {
    .yf-difference {
        padding-bottom: calc(var(--yf-section-space) + 14px)
    }
}