/*
 Theme Name:   Honzíkova farma
 Theme URI:    https://honzikova-farma.cz
 Description:  Blocksy child theme pro e-shop Honzíkova farma
 Author:       Honzíkova farma
 Author URI:   https://honzikova-farma.cz
 Template:     blocksy
 Version:      2.3.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  honzikova-farma
*/

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("assets/fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("assets/fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("assets/fonts/Poppins-ExtraBold.ttf") format("truetype");
}

:root {
    /* Honzíkova farma: les, list, hlína, slunce a papír. */
    --hf-font-sans: "Poppins", Arial, sans-serif;
    --hf-forest: #173b2d;
    --hf-green: #3c6b4c;
    --hf-sage: #dde8d5;
    --hf-cream: #fbf8f0;
    --hf-sand: #eedfc8;
    --hf-soil: #985f43;
    --hf-gold: #d49a45;
    --hf-ink: #1c2b23;
    --hf-muted: #637166;
    --hf-line: rgba(23, 59, 45, .12);
    --hf-radius: .55rem;

    /* Replace the blue Blocksy starter palette across public templates. */
    --theme-palette-color-1: var(--hf-forest);
    --theme-palette-color-2: #0d281b;
    --theme-palette-color-3: var(--hf-muted);
    --theme-palette-color-4: var(--hf-ink);
    --theme-palette-color-5: #dbe3da;
    --theme-palette-color-6: #f2ede3;
    --theme-palette-color-7: var(--hf-cream);
    --theme-palette-color-8: #fff;
    --theme-text-color: var(--hf-muted);
    --theme-headings-color: var(--hf-forest);
    --theme-border-color: var(--hf-line);
    --theme-link-initial-color: var(--hf-forest);
    --theme-link-hover-color: var(--hf-green);
    --theme-link-active-color: var(--hf-green);
    --theme-button-text-initial-color: #fff;
    --theme-button-text-hover-color: #fff;
    --theme-button-background-initial-color: var(--hf-forest);
    --theme-button-background-hover-color: #0d281b;
    --theme-form-field-border-focus-color: var(--hf-green);
    --theme-form-selection-field-active-color: var(--hf-green);
    --theme-selection-background-color: var(--hf-forest);
    --theme-font-family: var(--hf-font-sans);
    --theme-heading-font-family: var(--hf-font-sans);
}

body,
button,
input,
select,
textarea {
    font-family: var(--hf-font-sans);
}

.hf-home {
    color: var(--hf-ink);
    background: var(--hf-cream);
}

/*
 * Blocksy wraps page content in a centred reading column. The farm homepage
 * needs a full-bleed canvas instead: individual .hf-container elements still
 * control line length, while the hero and coloured sections reach each edge.
 */
.home .entry-content .hf-home {
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

/* Hide Blocksy's imported page-title banner; the farm hero supplies the title. */
body.home .hero-section.is-width-constrained {
    display: none;
}

/* The imported starter's travel image is not part of the farm catalogue. */
.post-type-archive-product #main > .hero-section,
.tax-product_cat #main > .hero-section {
    display: none;
}

/*
 * The imported Blocksy header stays in the DOM for plugin compatibility, but
 * this commerce-first header is the visible public navigation. Its two-row
 * structure gives the logo, product search and local phone number enough room.
 */
#header {
    display: none;
}

.hf-site-header {
    position: relative;
    z-index: 50;
    background: #fff;
    box-shadow: 0 1px 0 var(--hf-line);
}

.hf-header-container,
.hf-header-mobile-bar,
.hf-header-mobile > .hf-header-search {
    width: min(1280px, calc(100% - 4rem));
    margin: 0 auto;
}

.hf-header-primary {
    background: #fff;
}

.hf-header-primary .hf-header-container {
    display: grid;
    grid-template-columns: 10rem minmax(18rem, 1fr) 14.5rem;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 4.5rem);
    min-height: 5.6rem;
}

.hf-header-brand {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    color: var(--hf-forest);
    text-decoration: none;
}

.hf-header-brand img {
    display: block;
    width: 9.25rem;
    height: auto;
}

.hf-header-search {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(5rem, 1fr) auto auto;
    align-items: center;
    min-height: 2.85rem;
    overflow: visible;
    border: 1px solid rgba(23, 59, 45, .13);
    border-radius: .4rem;
    background: #f8faf6;
}

.hf-header-search:focus-within {
    border-color: rgba(60, 107, 76, .68);
    box-shadow: 0 0 0 2px rgba(60, 107, 76, .12);
}

.hf-header-search-icon,
.hf-header-search button,
.hf-header-tools svg,
.hf-header-call-icon,
.hf-header-cart > span,
.hf-header-menu summary {
    display: grid;
    place-items: center;
}

.hf-header-search-icon {
    width: 2.9rem;
    color: var(--hf-muted);
}

.hf-header-search svg,
.hf-header-call svg,
.hf-header-tools svg,
.hf-header-cart svg,
.hf-header-menu svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.hf-header-search input,
.hf-header-search select,
.hf-header-search button {
    min-width: 0;
    height: 2.8rem;
    margin: 0;
    border: 0;
    background: transparent;
    color: var(--hf-ink);
    font: inherit;
}

.hf-header-search input {
    padding: 0 .6rem 0 0;
    outline: 0;
    font-size: .86rem;
}

.hf-header-search input::placeholder { color: #849088; }

.hf-header-search select {
    max-width: 10.9rem;
    padding: 0 1.8rem 0 .9rem;
    border-left: 1px solid rgba(23, 59, 45, .11);
    color: var(--hf-muted);
    cursor: pointer;
    font-size: .76rem;
    font-weight: 700;
}

.hf-header-search button {
    width: 2.85rem;
    border-radius: 0 .28rem .28rem 0;
    background: var(--hf-forest);
    color: #fff;
    cursor: pointer;
    transition: background .18s ease;
}

.hf-header-search button:hover,
.hf-header-search button:focus-visible { background: var(--hf-soil); }

.hf-search-suggestions {
    position: absolute;
    top: calc(100% + .45rem);
    right: 0;
    left: 0;
    z-index: 80;
    overflow: hidden;
    border: 1px solid rgba(23, 59, 45, .24);
    border-radius: .4rem;
    background: #fff;
}

.hf-search-suggestions[hidden] { display: none; }

.hf-search-suggestion {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr) auto;
    align-items: center;
    gap: .7rem;
    min-height: 4rem;
    padding: .5rem .7rem;
    border-bottom: 1px solid rgba(23, 59, 45, .1);
    color: var(--hf-ink);
    text-decoration: none;
}

.hf-search-suggestion:last-child { border-bottom: 0; }

.hf-search-suggestion:hover,
.hf-search-suggestion:focus-visible {
    background: var(--hf-cream);
    color: var(--hf-forest);
}

.hf-search-suggestion img,
.hf-search-suggestion-placeholder {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: .2rem;
    object-fit: cover;
}

.hf-search-suggestion-placeholder {
    display: grid;
    place-items: center;
    background: var(--hf-sage);
    color: var(--hf-green);
    font-size: 1.5rem;
}

.hf-search-suggestion-copy {
    display: grid;
    gap: .12rem;
    min-width: 0;
}

.hf-search-suggestion-copy strong {
    overflow: hidden;
    font-size: .84rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hf-search-suggestion-copy small {
    color: var(--hf-muted);
    font-size: .68rem;
    font-weight: 700;
}

.hf-search-suggestion-price {
    color: var(--hf-forest);
    font-size: .76rem;
    font-weight: 800;
    text-align: right;
}

.hf-search-suggestions-message {
    margin: 0;
    padding: 1rem;
    color: var(--hf-muted);
    font-size: .82rem;
    line-height: 1.45;
}

.hf-search-suggestions-message.is-error { color: var(--hf-soil); }

.hf-header-call {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: .58rem;
    color: var(--hf-forest);
    text-decoration: none;
}

.hf-header-call-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: .35rem;
    background: var(--hf-forest);
    color: #fff;
}

.hf-header-call > span:last-child {
    display: grid;
    gap: .08rem;
}

.hf-header-call small {
    color: var(--hf-muted);
    font-size: .64rem;
    font-weight: 750;
}

.hf-header-call strong { font-size: .83rem; }

.hf-header-secondary {
    border-top: 1px solid rgba(23, 59, 45, .09);
    border-bottom: 1px solid rgba(23, 59, 45, .09);
    background: var(--hf-cream);
}

.hf-header-secondary .hf-header-container {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    min-height: 3.55rem;
}

.hf-header-nav,
.hf-header-tools {
    display: flex;
    align-items: center;
}

.hf-header-nav { gap: .1rem; }

.hf-header-nav a {
    padding: .5rem .72rem;
    border-radius: .3rem;
    color: var(--hf-forest);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .01em;
    text-decoration: none;
    transition: background .18s ease, color .18s ease;
}

.hf-header-nav a:hover,
.hf-header-nav a:focus-visible {
    background: rgba(60, 107, 76, .11);
    color: var(--hf-green);
}

.hf-header-nav .hf-header-nav-shop {
    margin-left: .25rem;
    background: var(--hf-forest);
    color: #fff;
}

.hf-header-nav .hf-header-nav-shop:hover,
.hf-header-nav .hf-header-nav-shop:focus-visible {
    background: var(--hf-soil);
    color: #fff;
}

.hf-header-tools {
    gap: .15rem;
    margin-left: auto;
}

.hf-header-tools a {
    display: inline-flex;
    align-items: center;
    gap: .37rem;
    padding: .45rem .42rem;
    color: var(--hf-muted);
    font-size: .73rem;
    font-weight: 750;
    text-decoration: none;
}

.hf-header-tools a:hover,
.hf-header-tools a:focus-visible { color: var(--hf-forest); }

.hf-header-tools svg { width: 1rem; height: 1rem; }

.hf-header-cart {
    position: relative;
}

.hf-header-cart-count {
    display: inline-grid;
    place-items: center;
    min-width: 1.15rem;
    height: 1.15rem;
    padding: 0 .18rem;
    border-radius: .25rem;
    background: var(--hf-soil);
    color: #fff;
    font-size: .62rem;
    font-style: normal;
}

.hf-header-mobile { display: none; }

.hf-container {
    width: min(1180px, calc(100% - 2.5rem));
    margin: 0 auto;
}

.hf-hero {
    overflow: hidden;
    padding: clamp(4.5rem, 8vw, 8rem) 0;
    background: linear-gradient(120deg, #f7f2e6 0%, #f7f2e6 58%, #e5eedf 58%);
}

.hf-hero-grid,
.hf-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    align-items: center;
    gap: clamp(2.5rem, 7vw, 7rem);
}

.hf-kicker {
    margin: 0 0 .8rem;
    color: var(--hf-green);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hf-hero h1,
.hf-heading h2,
.hf-story h2,
.hf-contact h2 {
    margin: 0;
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-weight: 700;
    letter-spacing: -.022em;
    line-height: 1.03;
}

.hf-hero h1 {
    max-width: 13ch;
    font-size: clamp(3rem, 6vw, 5.7rem);
}

.hf-lead {
    max-width: 55ch;
    margin: 1.6rem 0 2rem;
    color: var(--hf-muted);
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.7;
}

.hf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

.hf-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.4rem;
    padding: .85rem 1.3rem;
    border: 1px solid transparent;
    border-radius: .35rem;
    font-weight: 750;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.hf-button-primary {
    background: var(--hf-forest);
    color: #fff;
}

.hf-button-primary:hover,
.hf-button-primary:focus {
    background: #0d281b;
    color: #fff;
}

.hf-button-secondary {
    border-color: rgba(24, 60, 43, .22);
    color: var(--hf-forest);
}

.hf-button-secondary:hover,
.hf-button-secondary:focus {
    border-color: var(--hf-green);
    background: #fff;
    color: var(--hf-forest);
}

.hf-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.6rem;
    margin: 2.2rem 0 0;
    padding: 0;
    color: var(--hf-muted);
    font-size: .9rem;
    list-style: none;
}

.hf-hero-points li::before {
    content: "✓";
    margin-right: .45rem;
    color: var(--hf-green);
    font-weight: 800;
}

.hf-hero-image-wrap {
    position: relative;
}

.hf-hero-image {
    display: block;
    width: 100%;
    min-height: 440px;
    border: 1px solid rgba(23, 59, 45, .12);
    border-radius: .45rem;
    object-fit: cover;
}

.hf-hero-stamp {
    position: absolute;
    right: -.55rem;
    bottom: 1rem;
    display: grid;
    place-content: center;
    width: auto;
    height: auto;
    padding: .7rem .85rem;
    border: 2px solid var(--hf-cream);
    border-radius: .35rem;
    background: var(--hf-green);
    color: #fff;
    line-height: 1.05;
    text-align: center;
}

.hf-hero-stamp strong { font-family: var(--hf-font-sans); font-size: 1.25rem; }

.hf-hero-stamp span {
    font-size: .82rem;
}

.hf-trust {
    padding: 1.25rem 0;
    background: var(--hf-forest);
    color: #fff;
}

.hf-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
}

.hf-trust-grid > div {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.hf-trust-grid > div > span {
    font-size: 1.45rem;
}

.hf-trust p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: .82rem;
    line-height: 1.35;
}

.hf-trust strong {
    display: block;
    color: #fff;
    font-size: .9rem;
}

.hf-section {
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.hf-offer {
    background: #fff;
}

.hf-heading {
    max-width: 46rem;
    margin-bottom: 2.8rem;
}

.hf-heading h2,
.hf-story h2,
.hf-contact h2 {
    font-size: clamp(2.3rem, 4.6vw, 4.1rem);
}

.hf-heading > p:not(.hf-kicker),
.hf-story-copy > p:not(.hf-kicker),
.hf-contact p:not(.hf-kicker) {
    color: var(--hf-muted);
    line-height: 1.7;
}

.hf-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem;
}

.hf-category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 310px;
    padding: 1.65rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--hf-radius);
    background-color: var(--hf-forest);
    background-image: linear-gradient(180deg, rgba(10, 31, 21, .05) 10%, rgba(10, 31, 21, .88) 100%), url('/wp-content/themes/honzikova-farma/catalog-category-grid.png');
    background-position: center, 0 0;
    background-repeat: no-repeat;
    background-size: cover, 200% 200%;
    color: #fff;
    text-decoration: none;
    transition: border-color .22s ease, background-color .22s ease;
}

.hf-category-card:hover {
    border-color: rgba(255, 255, 255, .72);
    color: #fff;
}

.hf-category-card::after {
    position: absolute;
    right: -3rem;
    bottom: -4rem;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    content: "";
    display: none;
}

.hf-category-eggs { background-position: center, 0 0; }
.hf-category-grain { background-position: center, 100% 0; }
.hf-category-garden { background-position: center, 0 100%; }
.hf-category-build { background-position: center, 100% 100%; }

.hf-category-icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: .35rem;
    background: rgba(255, 255, 255, .9);
    font-size: 1.65rem;
}

.hf-category-number {
    position: absolute;
    top: 1.75rem;
    right: 1.65rem;
    color: rgba(255, 255, 255, .74);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.hf-category-card h3 {
    position: relative;
    z-index: 1;
    margin: 2.2rem 0 .65rem;
    color: #fff;
    font-family: var(--hf-font-sans);
    font-size: 1.6rem;
}

.hf-category-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, .83);
    font-size: .94rem;
    line-height: 1.6;
}

.hf-card-link {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding-top: 1.3rem;
    color: #fff;
    font-size: .9rem;
    font-weight: 800;
}

.hf-selection {
    background: #f4efe3;
}

.hf-selection-intro {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.8rem;
}

.hf-selection-intro .hf-heading {
    margin-bottom: 0;
}

.hf-text-link {
    flex: 0 0 auto;
    padding-bottom: .4rem;
    border-bottom: 1px solid var(--hf-forest);
    color: var(--hf-forest);
    font-size: .92rem;
    font-weight: 800;
    text-decoration: none;
}

.hf-text-link span {
    display: inline-block;
    margin-left: .3rem;
    transition: transform .2s ease;
}

.hf-text-link:hover span { transform: translateX(4px); }

.hf-selection-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.15rem;
}

.hf-product-tile {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(24, 60, 43, .1);
    border-radius: var(--hf-radius);
    background: #fff;
    color: var(--hf-ink);
    text-decoration: none;
    transition: border-color .22s ease, background .22s ease;
}

.hf-product-tile:hover {
    border-color: rgba(60, 107, 76, .5);
    color: var(--hf-ink);
}

.hf-product-tile-image {
    display: block;
    aspect-ratio: 1.14 / 1;
    background-image: url('/wp-content/themes/honzikova-farma/catalog-category-grid.png');
    background-repeat: no-repeat;
    background-size: 200% 200%;
}
.hf-product-tile-eggs .hf-product-tile-image { background-position: 0 0; }
.hf-product-tile-grain .hf-product-tile-image { background-position: 100% 0; }
.hf-product-tile-garden .hf-product-tile-image { background-position: 0 100%; }
.hf-product-tile-build .hf-product-tile-image { background-position: 100% 100%; }
.hf-product-tile-steel .hf-product-tile-image {
    background-color: #dce1dc;
    background-image:
        linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, .82) 38% 42%, transparent 42%),
        linear-gradient(90deg, #68766e 0 9%, #aeb8b0 9% 14%, #e3e7e3 14% 77%, #aeb8b0 77% 82%, #68766e 82% 100%);
    background-position: center;
    background-size: cover;
}

.hf-product-tile-content {
    display: grid;
    gap: .46rem;
    padding: 1.1rem 1.15rem 1.2rem;
}

.hf-product-tile-label {
    color: var(--hf-green);
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.hf-product-tile-content strong {
    min-height: 2.7em;
    font-family: var(--hf-font-sans);
    font-size: 1.17rem;
    line-height: 1.25;
}

.hf-product-tile-content > span:last-child {
    color: var(--hf-muted);
    font-size: .79rem;
    font-weight: 700;
}

.hf-product-tile-content b {
    margin-left: .2rem;
    color: var(--hf-green);
}

.hf-shop-intro {
    margin: 0;
    padding: clamp(2.3rem, 5vw, 4.8rem) 0;
    overflow: hidden;
    background: linear-gradient(120deg, #f4eddf 0%, #f4eddf 62%, #dce8d8 62%);
}

/* The catalogue hero already supplies the page H1, so remove Blocksy's empty
 * English search-title fragment from product-only searches. */
.search.post-type-archive-product #main .hero-section.is-width-constrained {
    display: none;
}

/*
 * Blocksy gives archive containers a generous 60px top padding. The catalogue
 * hero already supplies visual separation, so keep only one measured gap
 * before the product controls and grid.
 */
.woocommerce-shop #main > .ct-container,
.tax-product_cat #main > .ct-container {
    padding-top: clamp(2rem, 3vw, 3rem);
}

/* Keep WooCommerce account controls in the farm palette instead of Blocksy blue. */
body.woocommerce-account {
    --account-nav-text-active-color: #fff;
    --account-nav-background-active-color: var(--hf-forest);
    --theme-link-initial-color: var(--hf-forest);
    --theme-link-hover-color: var(--hf-green);
    --theme-button-text-initial-color: #fff;
    --theme-button-background-initial-color: var(--hf-forest);
    --theme-button-text-hover-color: #fff;
    --theme-button-background-hover-color: #0d281b;
}

body.woocommerce-account .woocommerce-MyAccount-content a:not(.button):not(.remove) {
    color: var(--hf-forest);
}

body.woocommerce-account .woocommerce-MyAccount-content a:not(.button):not(.remove):hover,
body.woocommerce-account .woocommerce-MyAccount-content a:not(.button):not(.remove):focus-visible {
    color: var(--hf-green);
}

.hf-shop-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(290px, .8fr);
    align-items: end;
    gap: 2rem 5rem;
}

.hf-shop-intro h1 {
    max-width: 15ch;
    margin: 0;
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-size: clamp(2.5rem, 5.3vw, 5rem);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.02;
}

.hf-shop-intro p:not(.hf-kicker) {
    max-width: 57ch;
    margin: 1.4rem 0 0;
    color: var(--hf-muted);
    line-height: 1.7;
}

.hf-shop-intro-points {
    display: grid;
    gap: .7rem;
    margin: 0;
    padding: 1.15rem;
    border: 1px solid rgba(24, 60, 43, .12);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, .72);
    list-style: none;
}

.hf-shop-intro-points li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .65rem;
    border-bottom: 1px solid rgba(24, 60, 43, .1);
}

.hf-shop-intro-points li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.hf-shop-intro-points strong {
    color: var(--hf-forest);
    font-size: .85rem;
}

.hf-shop-intro-points span {
    color: var(--hf-muted);
    font-size: .8rem;
    text-align: right;
}

.hf-category-hero {
    margin: 0;
    padding: 0;
    background: #f7f5ef;
}

.hf-category-hero__grid.hf-container,
.hf-category-hero__facts.hf-container {
    width: 100%;
    max-width: none;
    margin: 0;
}

.hf-category-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(20rem, .9fr);
    min-height: clamp(22rem, 34vw, 31rem);
    background:
        linear-gradient(123deg, #f4eddf 0%, #f4eddf 64%, #dce8d8 64%);
}

.hf-category-hero__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding:
        clamp(2.4rem, 6vw, 5.5rem)
        max(clamp(1.5rem, 3vw, 3.5rem), calc((100vw - 1180px) / 2));
}

.hf-category-hero__content h1 {
    max-width: 14ch;
    margin: .45rem 0 0;
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-size: clamp(2.45rem, 4.3vw, 4.6rem);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.01;
}

.hf-category-hero__content > p:not(.hf-kicker) {
    max-width: 54ch;
    margin: 1.35rem 0 0;
    color: var(--hf-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.hf-category-hero__cta {
    display: inline-flex;
    min-height: 3.15rem;
    align-items: center;
    justify-content: center;
    margin-top: 1.8rem;
    padding: .7rem 1.1rem;
    background: var(--hf-forest);
    color: #fff;
    font-size: .85rem;
    font-weight: 800;
    text-decoration: none;
}

.hf-category-hero__cta:hover,
.hf-category-hero__cta:focus-visible {
    background: #0d281b;
    color: #fff;
}

.hf-category-hero__media {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background: var(--hf-sage);
}

.hf-category-hero__image,
.hf-category-hero__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: clamp(22rem, 34vw, 31rem);
    object-fit: cover;
}

.hf-category-hero__placeholder {
    background:
        linear-gradient(135deg, transparent 0 49%, rgba(255, 255, 255, .36) 49% 100%),
        var(--hf-sage);
}

.hf-category-hero__media > span {
    position: absolute;
    right: 1.1rem;
    bottom: 1.1rem;
    padding: .65rem .75rem;
    background: var(--hf-forest);
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.hf-category-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: var(--hf-forest);
}

.hf-category-hero__facts > div {
    display: grid;
    gap: .22rem;
    padding: 1.2rem clamp(1rem, 2.2vw, 2rem);
    border-right: 1px solid rgba(255, 255, 255, .18);
}

.hf-category-hero__facts > div:first-child {
    padding-left: max(clamp(1rem, 2.2vw, 2rem), calc((100vw - 1180px) / 2));
}

.hf-category-hero__facts > div:last-child {
    padding-right: max(clamp(1rem, 2.2vw, 2rem), calc((100vw - 1180px) / 2));
}

.hf-category-hero__facts > div:last-child {
    border-right: 0;
}

.hf-category-hero__facts span {
    color: #aec5b6;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.hf-category-hero__facts strong {
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
}

.tax-product_cat .woo-listing-top {
    align-items: end;
    margin: 0;
    padding: clamp(2rem, 4vw, 3.5rem) 0 1.25rem;
    border-bottom: 1px solid var(--hf-line);
}

.tax-product_cat .hf-result-count {
    display: grid;
    gap: .2rem;
    margin: 0;
    color: var(--hf-green);
}

.tax-product_cat .hf-result-count span {
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tax-product_cat .hf-result-count strong {
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    letter-spacing: -.015em;
}

.woocommerce-shop ul.products,
.tax-product_cat ul.products,
.hf-product-related ul.products {
    gap: 1.2rem;
}

.tax-product_cat ul.products {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-top: clamp(2rem, 4vw, 3.5rem);
}

.woocommerce-shop ul.products li.product,
.tax-product_cat ul.products li.product,
.hf-product-related ul.products li.product {
    overflow: hidden;
    border: 1px solid rgba(24, 60, 43, .11);
    border-radius: 1.1rem;
    background: #fff;
    box-shadow: 0 8px 20px rgba(24, 60, 43, .055);
    transition: box-shadow .22s ease, transform .22s ease;
}

.woocommerce-shop ul.products li.product:hover,
.tax-product_cat ul.products li.product:hover,
.hf-product-related ul.products li.product:hover {
    box-shadow: 0 20px 35px rgba(24, 60, 43, .14);
    transform: translateY(-4px);
}

.tax-product_cat ul.products li.product {
    min-height: 100%;
}

.woocommerce-shop ul.products li.product figure,
.tax-product_cat ul.products li.product figure,
.hf-product-related ul.products li.product figure {
    overflow: hidden;
    margin: 0;
}

.woocommerce-shop ul.products li.product figure img,
.tax-product_cat ul.products li.product figure img,
.hf-product-related ul.products li.product figure img {
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform .35s ease;
}

.woocommerce-shop ul.products li.product:hover figure img,
.tax-product_cat ul.products li.product:hover figure img,
.hf-product-related ul.products li.product:hover figure img {
    transform: scale(1.035);
}

.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.hf-product-related ul.products li.product .woocommerce-loop-product__title {
    padding: 1rem 1.1rem 0;
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-size: 1.25rem;
    line-height: 1.25;
}

.woocommerce-shop ul.products li.product .entry-meta,
.tax-product_cat ul.products li.product .entry-meta,
.hf-product-related ul.products li.product .entry-meta {
    margin: .35rem 1.1rem 1rem;
}

.woocommerce-shop ul.products li.product .entry-meta a,
.tax-product_cat ul.products li.product .entry-meta a,
.hf-product-related ul.products li.product .entry-meta a {
    color: var(--hf-green);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.woocommerce-shop ul.products li.product .ct-woo-card-actions,
.tax-product_cat ul.products li.product .ct-woo-card-actions,
.hf-product-related ul.products li.product .ct-woo-card-actions {
    margin: 0;
}

.woocommerce-shop ul.products li.product .button,
.tax-product_cat ul.products li.product .button,
.hf-product-related ul.products li.product .button {
    width: 100%;
    border-radius: 0;
    background: var(--hf-forest);
    color: #fff;
    font-size: .82rem;
    font-weight: 750;
}

.woocommerce-shop ul.products li.product .button:hover,
.tax-product_cat ul.products li.product .button:hover,
.hf-product-related ul.products li.product .button:hover {
    background: #0d281b;
    color: #fff;
}

/* Single product: clear material, clear collection and a direct human contact. */
.single-product #main > .ct-container {
    padding-top: clamp(1.6rem, 3vw, 3.2rem);
}

.single-product .woocommerce-breadcrumb {
    margin-bottom: clamp(1.3rem, 2vw, 2.2rem);
    color: var(--hf-muted);
    font-size: .8rem;
}

.single-product .woocommerce-breadcrumb a,
.ct-breadcrumbs a {
    color: var(--hf-forest);
    text-underline-offset: .2em;
}

.single-product .woocommerce-breadcrumb a:hover,
.single-product .woocommerce-breadcrumb a:focus-visible,
.ct-breadcrumbs a:hover,
.ct-breadcrumbs a:focus-visible {
    color: var(--hf-green);
}

.hf-product-detail {
    max-width: 1200px;
    margin: 0 auto;
}

.hf-product-detail__top {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(22rem, .9fr);
    gap: clamp(2rem, 6vw, 5.5rem);
    align-items: start;
}

.hf-product-detail__media {
    position: relative;
    overflow: hidden;
    min-height: 20rem;
    border: 1px solid rgba(23, 59, 45, .1);
    background: #edf1e8;
}

.hf-product-detail__image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / .92;
    object-fit: cover;
}

.hf-product-detail__image-placeholder {
    display: grid;
    min-height: 28rem;
    place-content: center;
    gap: .55rem;
    padding: 2rem;
    background:
        linear-gradient(135deg, transparent 0 49%, rgba(255, 255, 255, .46) 49% 100%),
        var(--hf-sage);
    color: var(--hf-forest);
    text-align: center;
}

.hf-product-detail__image-placeholder span,
.hf-product-detail__image-note,
.hf-product-detail__categories a,
.hf-product-detail__availability span,
.hf-product-detail__logistics dt,
.hf-product-detail__help > span {
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hf-product-detail__image-placeholder strong {
    max-width: 18ch;
    font-family: var(--hf-font-sans);
    font-size: 1.4rem;
    line-height: 1.25;
}

.hf-product-detail__image-note {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: .6rem .75rem;
    background: var(--hf-forest);
    color: #fff;
}

.hf-product-detail__summary {
    padding-top: clamp(.2rem, 1vw, .8rem);
}

.hf-product-detail__categories {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.hf-product-detail__categories a {
    padding: .44rem .58rem;
    border: 1px solid rgba(23, 59, 45, .15);
    color: var(--hf-green);
    line-height: 1;
    text-decoration: none;
}

.hf-product-detail__categories a:hover,
.hf-product-detail__categories a:focus-visible {
    border-color: var(--hf-green);
    background: var(--hf-sage);
}

.hf-product-detail__title {
    max-width: 14ch;
    margin: 1rem 0 0;
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-size: clamp(2rem, 3vw, 3.125rem);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.02;
}

.hf-product-detail__intro {
    max-width: 48ch;
    margin-top: 1.4rem;
    color: var(--hf-muted);
    font-size: 1.03rem;
    line-height: 1.7;
}

.hf-product-detail__intro p {
    margin: 0;
}

.hf-product-detail__availability {
    display: grid;
    gap: .25rem;
    margin-top: 1.65rem;
    padding: 1rem 0;
    border-top: 1px solid var(--hf-line);
    border-bottom: 1px solid var(--hf-line);
    color: var(--hf-forest);
}

.hf-product-detail__availability span {
    color: var(--hf-green);
}

.hf-product-detail__availability strong {
    font-size: .95rem;
}

.hf-product-detail__price {
    margin-top: 1.6rem;
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    font-weight: 800;
}

.hf-product-detail__purchase {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .8rem;
    margin-top: 1.55rem;
}

.hf-product-detail__phone,
.hf-product-detail__purchase .single_add_to_cart_button {
    display: inline-flex;
    min-height: 3.25rem;
    align-items: center;
    justify-content: center;
    padding: .72rem 1.15rem;
    border: 1px solid var(--hf-forest);
    border-radius: 0;
    background: var(--hf-forest);
    color: #fff;
    font-size: .88rem;
    font-weight: 800;
    text-decoration: none;
}

.hf-product-detail__phone:hover,
.hf-product-detail__phone:focus-visible,
.hf-product-detail__purchase .single_add_to_cart_button:hover,
.hf-product-detail__purchase .single_add_to_cart_button:focus-visible {
    background: #0e2b1e;
    color: #fff;
}

.hf-product-detail__email {
    padding: .72rem .15rem;
    color: var(--hf-forest);
    font-size: .88rem;
    font-weight: 750;
    text-decoration-color: rgba(23, 59, 45, .42);
    text-underline-offset: .25em;
}

.hf-product-detail__purchase form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin: 0;
}

.hf-product-detail__logistics {
    display: grid;
    gap: .8rem;
    margin: 2rem 0 0;
    padding: 0;
}

.hf-product-detail__logistics > div {
    display: grid;
    grid-template-columns: minmax(8.8rem, .7fr) 1fr;
    gap: 1rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid var(--hf-line);
}

.hf-product-detail__logistics dt {
    color: var(--hf-green);
}

.hf-product-detail__logistics dd {
    margin: 0;
    color: var(--hf-muted);
    font-size: .86rem;
    line-height: 1.45;
}

.hf-product-detail__description {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
    gap: clamp(2rem, 7vw, 7rem);
    margin-top: clamp(4rem, 9vw, 8rem);
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
    border-top: 1px solid var(--hf-line);
    border-bottom: 1px solid var(--hf-line);
}

.hf-product-detail__description h2,
.hf-product-related > h2 {
    max-width: 17ch;
    margin: .25rem 0 1.35rem;
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-size: clamp(1.85rem, 3vw, 3rem);
    font-weight: 700;
    letter-spacing: -.022em;
    line-height: 1.05;
}

.hf-product-detail__content {
    max-width: 68ch;
    color: var(--hf-muted);
    line-height: 1.75;
}

.hf-product-detail__content > :first-child { margin-top: 0; }
.hf-product-detail__content > :last-child { margin-bottom: 0; }

.hf-product-detail__content strong,
.hf-product-detail__content h3 {
    color: var(--hf-forest);
}

.hf-product-detail__content ul {
    display: grid;
    gap: .55rem;
    margin: 1.4rem 0;
    padding: 0;
    list-style: none;
}

.hf-product-detail__content li {
    position: relative;
    padding-left: 1.45rem;
}

.hf-product-detail__content li::before {
    position: absolute;
    top: .68em;
    left: 0;
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: var(--hf-green);
    content: "";
}

.hf-product-detail__help {
    align-self: start;
    padding: 1.55rem;
    background: var(--hf-sage);
}

.hf-product-detail__help > span {
    color: var(--hf-green);
}

.hf-product-detail__help h2 {
    margin: .55rem 0 .85rem;
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.16;
}

.hf-product-detail__help p {
    margin: 0;
    color: #53685a;
    font-size: .9rem;
    line-height: 1.65;
}

.hf-product-detail__help a {
    display: inline-block;
    margin-top: 1.45rem;
    color: var(--hf-forest);
    font-weight: 850;
    text-underline-offset: .25em;
}

.hf-product-related {
    margin-top: clamp(4rem, 9vw, 7rem);
}

.hf-product-related ul.products {
    margin: 1.7rem 0 0;
}

.hf-story {
    background: var(--hf-sage);
}

.hf-story-image img {
    display: block;
    width: 100%;
    min-height: 420px;
    border-radius: 1.7rem;
    box-shadow: 0 22px 45px rgba(24, 60, 43, .18);
    object-fit: cover;
}

.hf-story-promise {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .75rem;
    margin: 1.75rem 0;
    padding: 1.15rem 1.25rem;
    border-left: 3px solid var(--hf-green);
    background: rgba(255, 255, 255, .48);
}

.hf-story-promise > span {
    color: var(--hf-green);
    font-family: var(--hf-font-sans);
    font-size: 2.7rem;
    line-height: .8;
}

.hf-story-promise p {
    margin: 0;
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-size: 1.13rem;
    font-weight: 700;
    line-height: 1.45;
}

.hf-check-list {
    display: grid;
    gap: .75rem;
    margin: 1.8rem 0 0;
    padding: 0;
    list-style: none;
}

.hf-check-list li {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    font-weight: 650;
}

.hf-check-list li::before {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: var(--hf-green);
    color: #fff;
    content: "✓";
    font-size: .75rem;
}

.hf-origin {
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
    background: var(--hf-forest);
    color: #fff;
}

.hf-origin-heading {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 2rem;
    align-items: end;
    margin-bottom: 3rem;
}

.hf-origin .hf-kicker {
    margin: 0 0 .45rem;
    color: #bde0ba;
}

.hf-origin h2 {
    margin: 0;
    color: #fff;
    font-family: var(--hf-font-sans);
    font-size: clamp(2.4rem, 4.5vw, 4.3rem);
    font-weight: 700;
    letter-spacing: -.022em;
    line-height: 1.03;
}

.hf-origin-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .25);
}

.hf-origin-card {
    min-height: 15rem;
    padding: 1.65rem 2rem 1.2rem;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.hf-origin-card:first-child { padding-left: 0; }
.hf-origin-card:last-child { border-right: 0; }

.hf-origin-card > span {
    display: block;
    margin-bottom: 3.3rem;
    color: #bde0ba;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.hf-origin-card h3 {
    margin: 0 0 .65rem;
    color: #fff;
    font-family: var(--hf-font-sans);
    font-size: 1.55rem;
}

.hf-origin-card p {
    max-width: 29ch;
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: .92rem;
    line-height: 1.65;
}

.hf-principles {
    background: #fff;
}

.hf-principles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.hf-principles-grid article {
    min-height: 19rem;
    padding: 1.8rem;
    border: 1px solid rgba(24, 60, 43, .11);
    border-radius: 1.2rem;
    background: linear-gradient(145deg, #fff 0%, #f5f1e7 100%);
}

.hf-principle-number {
    display: grid;
    place-items: center;
    width: 2.7rem;
    height: 2.7rem;
    margin-bottom: 3.1rem;
    border-radius: 50%;
    background: var(--hf-sage);
    color: var(--hf-forest);
    font-size: .75rem;
    font-weight: 850;
}

.hf-principles-grid h3 {
    margin: 0 0 .6rem;
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-size: 1.6rem;
}

.hf-principles-grid p {
    max-width: 30ch;
    margin: 0;
    color: var(--hf-muted);
    font-size: .94rem;
    line-height: 1.65;
}

.hf-how {
    background: var(--hf-cream);
}

.hf-heading-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.hf-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    padding: 0;
    list-style: none;
}

.hf-steps li {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 1.1rem;
    background: #fff;
}

.hf-steps span {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--hf-forest);
    color: #fff;
    font-weight: 800;
}

.hf-steps h3 {
    margin: .3rem 0 .5rem;
    font-family: var(--hf-font-sans);
    font-size: 1.3rem;
}

.hf-steps p {
    margin: 0;
    color: var(--hf-muted);
    font-size: .92rem;
    line-height: 1.55;
}

.hf-contact {
    padding: clamp(3rem, 7vw, 6rem) 0;
    background: var(--hf-forest);
}

.hf-contact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.hf-contact .hf-kicker { color: #bde0ba; }
.hf-contact h2 { max-width: 16ch; color: #fff; }
.hf-contact p:not(.hf-kicker) { max-width: 52ch; color: rgba(255, 255, 255, .72); }
.hf-contact p a { color: #fff; font-weight: 750; text-decoration-color: rgba(255, 255, 255, .45); }

.hf-contact-actions {
    display: grid;
    flex: 0 0 auto;
    gap: .8rem;
    text-align: center;
}

.hf-contact-actions span {
    color: rgba(255, 255, 255, .58);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hf-button-light {
    flex: 0 0 auto;
    background: #fff;
    color: var(--hf-forest);
}

.hf-button-light:hover,
.hf-button-light:focus {
    background: var(--hf-sand);
    color: var(--hf-forest);
}

/* The imported starter leaves several competing footer fragments behind. */
body footer.ct-footer,
body .hf-site-footer,
body .ct-trending-block {
    display: none;
}

/* Blocksy reserves 60px below the starter content even after its footer is hidden. */
.home #main > .ct-container-full {
    padding-top: 0;
    padding-bottom: 0;
}

.hf-global-footer {
    padding: clamp(3.5rem, 7vw, 6rem) 0 0;
    background:
        radial-gradient(circle at 90% 0, rgba(212, 154, 69, .17), transparent 22rem),
        #102d21;
    color: rgba(255, 255, 255, .68);
}

.hf-global-footer-grid {
    display: grid;
    grid-template-columns: minmax(15rem, 1.35fr) minmax(8rem, .7fr) minmax(8rem, .75fr) minmax(15rem, 1.1fr);
    gap: 2.5rem;
}

.hf-footer-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.hf-footer-logo img {
    display: block;
    width: 12.5rem;
    height: auto;
    filter: brightness(0) invert(1);
}

.hf-footer-brand > p {
    max-width: 31ch;
    margin: 1.25rem 0 0;
    font-size: .92rem;
    line-height: 1.7;
}

.hf-footer-column h2 {
    margin: .6rem 0 1.2rem;
    color: #fff;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.hf-footer-column nav {
    display: grid;
    gap: .72rem;
}

.hf-global-footer a:not(.hf-footer-phone) {
    color: rgba(255, 255, 255, .7);
    text-decoration-color: rgba(255, 255, 255, .28);
    text-underline-offset: .18em;
}

.hf-global-footer a:hover,
.hf-global-footer a:focus-visible {
    color: var(--hf-sand);
}

.hf-footer-contact {
    align-self: start;
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: var(--hf-radius);
    background: rgba(255, 255, 255, .075);
}

.hf-footer-eyebrow {
    margin: 0 0 .45rem;
    color: var(--hf-sand);
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hf-footer-phone {
    display: block;
    margin-bottom: .25rem;
    color: #fff;
    font-family: var(--hf-font-sans);
    font-size: 1.35rem;
    font-weight: 700;
    text-decoration: none;
}

.hf-footer-contact > p:last-child {
    margin: 1.1rem 0 0;
    color: rgba(255, 255, 255, .58);
    font-size: .83rem;
    line-height: 1.55;
}

.hf-global-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: clamp(2.5rem, 5vw, 4.5rem);
    padding: 1.15rem 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .48);
    font-size: .76rem;
}

@media (max-width: 1120px) {
    .hf-header-primary .hf-header-container {
        grid-template-columns: 8.25rem minmax(14rem, 1fr) auto;
        gap: 1.5rem;
    }

    .hf-header-brand img { width: 7.75rem; }

    .hf-header-call strong { font-size: .76rem; }
    .hf-header-nav a { padding-right: .5rem; padding-left: .5rem; }
    .hf-header-tools a:first-child { font-size: 0; }
    .hf-header-tools a:first-child svg { width: 1.15rem; height: 1.15rem; }
}

@media (max-width: 820px) {
    .hf-header-primary,
    .hf-header-secondary { display: none; }

    .hf-header-mobile {
        display: block;
        padding: .7rem 0 .85rem;
        background: #fff;
    }

    .hf-header-mobile-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 3.2rem;
    }

    .hf-header-mobile .hf-header-brand img {
        width: 7rem;
        height: auto;
    }

    .hf-header-mobile-tools {
        display: flex;
        align-items: center;
        gap: .25rem;
    }

    .hf-header-mobile .hf-header-cart {
        display: inline-grid;
        grid-template-columns: auto auto;
        align-items: start;
        gap: .1rem;
        padding: .55rem;
        color: var(--hf-forest);
        text-decoration: none;
    }

    .hf-header-mobile .hf-header-cart > span { width: 1.25rem; height: 1.25rem; }

    .hf-header-mobile .hf-header-cart-count {
        min-width: 1rem;
        height: 1rem;
        font-size: .56rem;
    }

    .hf-header-menu {
        position: relative;
    }

    .hf-header-menu summary {
        width: 2.7rem;
        height: 2.7rem;
        border: 1px solid rgba(23, 59, 45, .15);
        border-radius: .35rem;
        color: var(--hf-forest);
        cursor: pointer;
        list-style: none;
    }

    .hf-header-menu summary::-webkit-details-marker { display: none; }

    .hf-header-menu nav {
        position: absolute;
        /* Start below the mobile search field rather than covering it. */
        top: calc(100% + 4.2rem);
        right: 0;
        display: grid;
        width: min(19rem, calc(100vw - 1.4rem));
        padding: .55rem;
        border: 1px solid rgba(23, 59, 45, .13);
        border-radius: .4rem;
        background: #fff;
    }

    .hf-header-menu nav a {
        padding: .76rem .8rem;
        border-radius: .55rem;
        color: var(--hf-forest);
        font-size: .88rem;
        font-weight: 750;
        text-decoration: none;
    }

    .hf-header-menu nav a:hover,
    .hf-header-menu nav a:focus-visible { background: var(--hf-sage); }

    .hf-header-mobile > .hf-header-search {
        width: min(100% - 1.4rem, 1280px);
        margin-top: .75rem;
    }

    .hf-header-search-mobile { grid-template-columns: auto minmax(5rem, 1fr) auto; }
    .hf-header-search-mobile select { display: none; }
}

@media (max-width: 900px) {
    .hf-hero-grid,
    .hf-story-grid {
        grid-template-columns: 1fr;
    }

    .hf-hero-copy { max-width: 44rem; }
    .hf-hero h1 { max-width: 15ch; }
    .hf-hero-image { min-height: 340px; }
    .hf-hero-image-wrap { max-width: 620px; }
    .hf-trust-grid,
    .hf-category-grid,
    .hf-selection-grid { grid-template-columns: repeat(2, 1fr); }
    .hf-selection-intro { align-items: flex-start; flex-direction: column; }
    .hf-origin-heading { grid-template-columns: 1fr; }
    .hf-origin-grid,
    .hf-principles-grid { grid-template-columns: 1fr; }
    .hf-origin-card,
    .hf-origin-card:first-child { min-height: 0; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
    .hf-origin-card:last-child { border-bottom: 0; }
    .hf-origin-card > span { margin-bottom: 1.4rem; }
    .hf-contact-inner { align-items: flex-start; flex-direction: column; }
    .hf-shop-intro-grid { grid-template-columns: 1fr; }
    .hf-category-hero__grid { grid-template-columns: 1fr; }
    .hf-category-hero__content { padding: 3.5rem; }
    .hf-category-hero__media,
    .hf-category-hero__image,
    .hf-category-hero__placeholder { min-height: 24rem; }
    .hf-global-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hf-footer-contact { grid-column: 1 / -1; max-width: 28rem; }
    .hf-product-detail__top,
    .hf-product-detail__description { grid-template-columns: 1fr; }
    .hf-product-detail__top { gap: 2.5rem; }
    .hf-product-detail__help { max-width: 42rem; }
}

@media (max-width: 600px) {
    .hf-container { width: min(100% - 1.4rem, 1180px); }
    .hf-hero { padding-top: 3.2rem; }
    .hf-hero h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
    .hf-hero-image { min-height: 290px; }
    .hf-hero-stamp { right: .7rem; padding: .6rem .7rem; }
    .hf-trust-grid,
    .hf-category-grid,
    .hf-selection-grid,
    .hf-steps { grid-template-columns: 1fr; }
    .hf-trust-grid { gap: .9rem; }
    .hf-category-card { min-height: 250px; }
    .hf-shop-intro-points li { align-items: flex-start; flex-direction: column; gap: .15rem; }
    .hf-shop-intro-points span { text-align: left; }
    .hf-category-hero__content { padding: 2.6rem 1.5rem; }
    .hf-category-hero__content h1 { font-size: clamp(2.35rem, 11vw, 3.4rem); }
    .hf-category-hero__media,
    .hf-category-hero__image,
    .hf-category-hero__placeholder { min-height: 18rem; }
    .hf-category-hero__facts { grid-template-columns: 1fr; }
    .hf-category-hero__facts > div { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
    .hf-category-hero__facts > div:last-child { border-bottom: 0; }
    .hf-story-promise { padding: 1rem; }
    .hf-principles-grid article { min-height: 0; }
    .hf-principle-number { margin-bottom: 1.8rem; }
    .hf-global-footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .hf-footer-contact { grid-column: auto; }
    .hf-global-footer-bottom { align-items: flex-start; flex-direction: column; }
    .single-product #main > .ct-container { padding-top: 1.25rem; }
    .hf-product-detail__title { font-size: clamp(2rem, 10vw, 2.8rem); }
    .hf-product-detail__image { aspect-ratio: 1 / .95; }
    .hf-product-detail__logistics > div { grid-template-columns: 1fr; gap: .25rem; }
    .hf-product-detail__purchase { align-items: stretch; flex-direction: column; }
    .hf-product-detail__phone,
    .hf-product-detail__purchase .single_add_to_cart_button { width: 100%; }
    .hf-product-detail__email { align-self: center; }
}

/*
 * Editorial information panels
 *
 * Articles use these semantic classes instead of inline styles, so a product
 * guide can mix practical specifications, a design tip and a concise fact
 * without looking like a wall of copy.
 */
.single-post .entry-content .hf-article-panel {
    margin: 2.4rem 0;
    padding: 1.5rem;
    border: 1px solid var(--hf-line);
    border-radius: var(--hf-radius);
    background: #fff;
}

.single-post .entry-content .hf-article-panel__label {
    margin: 0 0 .7rem;
    color: var(--hf-green);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.single-post .entry-content .hf-article-panel__title {
    margin: 0;
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    line-height: 1.1;
}

.single-post .entry-content .hf-article-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    margin: 1.15rem 0 0;
}

.single-post .entry-content .hf-article-spec {
    min-height: 7rem;
    margin: 0;
    padding: 1rem;
    border: 1px solid rgba(23, 59, 45, .13);
    border-radius: .35rem;
    background: var(--hf-cream);
}

.single-post .entry-content .hf-article-spec dt {
    margin: 0 0 .4rem;
    color: var(--hf-muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.single-post .entry-content .hf-article-spec dd {
    margin: 0;
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-size: 1.24rem;
    font-weight: 700;
    line-height: 1.18;
}

.single-post .entry-content .hf-article-panel--tip {
    border-left: .32rem solid var(--hf-gold);
    background: #fffaf1;
}

.single-post .entry-content .hf-article-panel--tip p:last-child,
.single-post .entry-content .hf-article-panel--fact p:last-child {
    margin-bottom: 0;
}

.single-post .entry-content .hf-article-panel--fact {
    border-color: var(--hf-forest);
    background: var(--hf-forest);
    color: rgba(255, 255, 255, .82);
}

.single-post .entry-content .hf-article-panel--fact .hf-article-panel__label,
.single-post .entry-content .hf-article-panel--fact .hf-article-panel__title {
    color: #fff;
}

@media (max-width: 600px) {
    .single-post .entry-content .hf-article-panel { padding: 1.2rem; }
    .single-post .entry-content .hf-article-spec-grid { grid-template-columns: 1fr; }
    .single-post .entry-content .hf-article-spec { min-height: 0; }
}

/*
 * Editorial templates
 *
 * The blog uses the same forest, cream and sage palette as the catalogue, but
 * its pages stay quieter: clear hierarchy, useful metadata and no decorative
 * filler around the article itself.
 */
.blog #main > .hero-section,
.archive #main > .hero-section,
.single-post #main > .hero-section {
    display: none;
}

.hf-editorial-shell {
    width: min(1180px, calc(100% - 2.5rem));
    margin: 0 auto;
}

.hf-editorial-archive,
.hf-article-page {
    background: var(--hf-cream);
}

.hf-editorial-archive {
    padding-bottom: clamp(4rem, 8vw, 7rem);
}

.hf-editorial-archive__header {
    background: var(--hf-forest);
    color: #fff;
}

.hf-editorial-archive__header-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(16rem, .55fr);
    align-items: end;
    gap: clamp(2rem, 7vw, 7rem);
    min-height: clamp(23rem, 34vw, 31rem);
    padding-top: clamp(3.5rem, 7vw, 6.5rem);
    padding-bottom: clamp(3.5rem, 7vw, 6.5rem);
}

.hf-editorial-archive__header .hf-kicker {
    color: #a9c8b3;
}

.hf-editorial-archive__header h1 {
    max-width: 14ch;
    margin: .5rem 0 0;
    color: #fff;
    font-family: var(--hf-font-sans);
    font-size: clamp(2.5rem, 5vw, 5.2rem);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: .99;
}

.hf-editorial-archive__header p:not(.hf-kicker) {
    max-width: 56ch;
    margin: 1.4rem 0 0;
    color: rgba(255, 255, 255, .76);
    line-height: 1.75;
}

.hf-editorial-archive__header-note {
    display: grid;
    gap: .75rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .06);
}

.hf-editorial-archive__header-note span {
    color: #a9c8b3;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hf-editorial-archive__header-note strong {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.35;
}

.hf-editorial-archive__body {
    padding-top: clamp(2rem, 5vw, 4.5rem);
}

.hf-editorial-terms {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--hf-line);
}

.hf-editorial-terms a {
    display: inline-flex;
    min-height: 2.5rem;
    align-items: center;
    padding: .45rem .85rem;
    border: 1px solid var(--hf-line);
    color: var(--hf-forest);
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
}

.hf-editorial-terms a:hover,
.hf-editorial-terms a:focus-visible,
.hf-editorial-terms a.is-current {
    border-color: var(--hf-forest);
    background: var(--hf-forest);
    color: #fff;
}

.hf-editorial-archive__topline {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.hf-editorial-archive__topline p {
    margin: 0;
    color: var(--hf-muted);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hf-editorial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 1.25rem;
}

.hf-article-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    border: 1px solid var(--hf-line);
    background: #fff;
}

.hf-article-card__media {
    display: grid;
    aspect-ratio: 1.35 / 1;
    place-items: end start;
    overflow: hidden;
    background:
        linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, .42) 48% 100%),
        var(--hf-sage);
    color: var(--hf-forest);
    text-decoration: none;
}

.hf-article-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hf-article-card__media span {
    margin: 1rem;
    padding: .45rem .6rem;
    background: var(--hf-forest);
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hf-article-card__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 1.35rem;
}

.hf-article-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    color: var(--hf-green);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hf-article-card__meta time {
    color: var(--hf-muted);
    letter-spacing: 0;
    text-transform: none;
}

.hf-article-card h2 {
    margin: .8rem 0 0;
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-size: clamp(1.25rem, 1.8vw, 1.55rem);
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.14;
}

.hf-article-card h2 a {
    color: inherit;
    text-decoration: none;
}

.hf-article-card h2 a:hover,
.hf-article-card h2 a:focus-visible {
    color: var(--hf-green);
}

.hf-article-card__content > p {
    margin: .85rem 0 0;
    color: var(--hf-muted);
    font-size: .9rem;
    line-height: 1.65;
}

.hf-article-card__link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-top: auto;
    padding-top: 1.4rem;
    color: var(--hf-forest);
    font-size: .8rem;
    font-weight: 800;
    text-decoration: none;
}

.hf-article-card__link span {
    color: var(--hf-green);
    font-size: 1.05rem;
}

.hf-article-card__link:hover,
.hf-article-card__link:focus-visible {
    color: var(--hf-green);
}

.hf-editorial-archive .navigation.pagination {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

.hf-editorial-archive .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.hf-editorial-archive .nav-links > * {
    display: grid;
    min-width: 2.6rem;
    min-height: 2.6rem;
    place-items: center;
    padding: .4rem .7rem;
    border: 1px solid var(--hf-line);
    color: var(--hf-forest);
    font-size: .8rem;
    font-weight: 800;
    text-decoration: none;
}

.hf-editorial-archive .nav-links .current {
    border-color: var(--hf-forest);
    background: var(--hf-forest);
    color: #fff;
}

.hf-editorial-empty {
    max-width: 38rem;
    margin: 2rem 0 0;
    padding: 2rem;
    border: 1px solid var(--hf-line);
    background: #fff;
}

.hf-editorial-empty h2 {
    margin: .6rem 0 1.2rem;
    color: var(--hf-forest);
    font-size: clamp(1.5rem, 2.6vw, 2.2rem);
    line-height: 1.1;
}

.hf-editorial-empty a {
    color: var(--hf-forest);
    font-weight: 800;
}

.hf-article-page {
    padding-bottom: clamp(4rem, 8vw, 7rem);
}

.hf-article-page__header {
    padding: clamp(3.5rem, 7vw, 6.5rem) 0;
    border-bottom: 1px solid var(--hf-line);
    background: #f4eddf;
}

.hf-article-page__header h1 {
    max-width: 17ch;
    margin: .5rem 0 0;
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-size: clamp(2.45rem, 5.3vw, 5.1rem);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1;
}

.hf-article-page__meta {
    display: flex;
    gap: .8rem;
    margin-top: 1.35rem;
    color: var(--hf-green);
    font-size: .78rem;
    font-weight: 800;
}

.hf-article-page__meta span::before {
    content: '·';
    margin-right: .8rem;
}

.hf-article-page__lead {
    max-width: 62ch;
    margin: 1.25rem 0 0;
    color: var(--hf-muted);
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    line-height: 1.7;
}

.hf-article-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 46rem) minmax(14rem, 18rem);
    align-items: start;
    justify-content: space-between;
    gap: 4rem;
    padding-top: clamp(2.5rem, 6vw, 5.5rem);
}

.hf-article-page__content {
    min-width: 0;
    color: var(--hf-ink);
    font-size: 1.03rem;
    line-height: 1.8;
}

.hf-article-page__content > *:first-child {
    margin-top: 0;
}

.hf-article-page__content h2,
.hf-article-page__content h3 {
    color: var(--hf-forest);
    font-family: var(--hf-font-sans);
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.13;
}

.hf-article-page__content h2 {
    margin: 2.5rem 0 1rem;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.hf-article-page__content h3 {
    margin: 2rem 0 .8rem;
    font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.hf-article-page__content p,
.hf-article-page__content ul,
.hf-article-page__content ol {
    margin: 0 0 1.35rem;
}

.hf-article-page__content li + li {
    margin-top: .45rem;
}

.hf-article-page__content a {
    color: var(--hf-green);
    font-weight: 700;
}

.hf-article-page__content blockquote {
    margin: 2rem 0;
    padding: 1.2rem 1.4rem;
    border-left: .28rem solid var(--hf-gold);
    background: #fffaf1;
    color: var(--hf-forest);
    font-size: 1.15rem;
    font-weight: 600;
}

.hf-article-page__image {
    margin: 0 0 2rem;
}

.hf-article-page__image img {
    display: block;
    width: 100%;
    height: auto;
}

.hf-article-page__tags {
    display: grid;
    gap: .7rem;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--hf-line);
}

.hf-article-page__tags > span {
    color: var(--hf-muted);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hf-article-page__tags > div {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.hf-article-page__tags a {
    padding: .38rem .58rem;
    border: 1px solid var(--hf-line);
    color: var(--hf-forest);
    font-size: .78rem;
    font-weight: 700;
    text-decoration: none;
}

.hf-article-page__tags a:hover,
.hf-article-page__tags a:focus-visible {
    border-color: var(--hf-forest);
    background: var(--hf-forest);
    color: #fff;
}

.hf-article-page__aside {
    display: grid;
    gap: .55rem;
    position: sticky;
    top: 1.5rem;
    padding: 1.35rem;
    background: var(--hf-forest);
    color: #fff;
}

.hf-article-page__aside p {
    margin: 0;
    color: #a9c8b3;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hf-article-page__aside strong {
    font-size: 1.1rem;
    line-height: 1.3;
}

.hf-article-page__aside > a {
    color: #fff;
    font-size: .95rem;
    font-weight: 800;
    text-decoration: none;
}

.hf-article-page__aside-link {
    display: inline-flex;
    width: fit-content;
    margin-top: .7rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid #a9c8b3;
}

.hf-article-page__navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: clamp(3rem, 6vw, 5rem);
    padding-top: 1.3rem;
    border-top: 1px solid var(--hf-line);
}

.hf-article-page__navigation > div:last-child {
    text-align: right;
}

.hf-article-page__navigation a {
    color: var(--hf-forest);
    font-size: .9rem;
    font-weight: 800;
    text-decoration: none;
}

.hf-article-page__navigation a:hover,
.hf-article-page__navigation a:focus-visible {
    color: var(--hf-green);
}

@media (max-width: 900px) {
    .hf-editorial-archive__header-grid { grid-template-columns: 1fr; min-height: 0; }
    .hf-editorial-archive__header-note { max-width: 28rem; }
    .hf-editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hf-article-page__layout { grid-template-columns: 1fr; gap: 2rem; }
    .hf-article-page__aside { position: static; max-width: 26rem; }
}

@media (max-width: 600px) {
    .hf-editorial-shell { width: min(100% - 1.4rem, 1180px); }
    .hf-editorial-archive__header-grid { padding-top: 3.4rem; padding-bottom: 3.4rem; }
    .hf-editorial-archive__header h1 { font-size: clamp(2.4rem, 12vw, 3.45rem); }
    .hf-editorial-grid { grid-template-columns: 1fr; }
    .hf-article-card__content { padding: 1.15rem; }
    .hf-article-page__header { padding-top: 3.3rem; padding-bottom: 3.3rem; }
    .hf-article-page__header h1 { font-size: clamp(2.35rem, 12vw, 3.45rem); }
    .hf-article-page__layout { padding-top: 2.5rem; }
    .hf-article-page__content { font-size: 1rem; }
    .hf-article-page__navigation { grid-template-columns: 1fr; }
    .hf-article-page__navigation > div:last-child { text-align: left; }
}
