:root {
    --hf-ink: #151412;
    --hf-paper: #f3f0ea;
    --hf-line: rgba(21, 20, 18, .18);
    --hf-muted: #6d6861;
    --hf-accent: #6f302c;
    --hf-on-dark: #f8f5ef;
}

.hf-page,
.hf-home {
    color: var(--hf-ink);
    font-family: inherit;
}

.hf-page *,
.hf-home * { box-sizing: border-box; }
.hf-page img,
.hf-home img { display: block; width: 100%; height: auto; }

.hfw-hide-theme-page-title .page-header.page-header-default,
.hfw-hide-theme-page-title h1.entry-title { display: none !important; }

.elementor-location-header .lakit-search__popup-trigger,
.elementor-location-header a[href="/my-account/"],
.elementor-location-header a[href="/wishlist/"],
.elementor-location-header a[href$="/cart/"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
}

footer.hb-global-footer nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    font-size: max(14px, .875rem);
    line-height: 1.4;
}

.hf-kicker,
.hf-status,
.hf-note {
    font-size: 12px;
    letter-spacing: .13em;
    line-height: 1.45;
    text-transform: uppercase;
}

.hf-kicker { margin: 0 0 16px; }
.hf-status {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border: 1px solid currentColor;
}
.hf-note { color: var(--hf-muted); }

.hf-button,
.hf-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    text-decoration: none;
}
.hf-button {
    padding: 13px 20px;
    color: #fff;
    background: var(--hf-ink);
    border: 1px solid var(--hf-ink);
}
.hf-button:hover { color: var(--hf-ink); background: transparent; }
.hf-link { justify-content: flex-start; gap: .45em; color: var(--hf-ink); border-bottom: 1px solid currentColor; }

.hf-home {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    max-width: 1440px;
    margin: 0 auto;
    background: var(--hf-paper);
    border-top: 1px solid var(--hf-line);
    border-bottom: 1px solid var(--hf-line);
}
.hf-home__media img { height: 100%; object-fit: cover; }
.hf-home__copy { align-self: center; padding: clamp(36px, 5vw, 76px); }
.hf-home__copy h2 { margin: 0 0 22px; font-size: clamp(34px, 4.2vw, 64px); line-height: 1.05; letter-spacing: -.045em; }
.hf-home__copy > p:not(.hf-kicker):not(.hf-note) { font-size: 18px; line-height: 1.55; }
.hf-home__copy .hf-button { margin-top: 18px; }

.hf-collection-hero { position: relative; min-height: min(76vh, 820px); overflow: hidden; background: var(--hf-paper); }
.hf-collection-hero > img { width: 100%; min-height: min(76vh, 820px); object-fit: cover; }
.hf-collection-hero__copy {
    position: absolute;
    z-index: 1;
    left: max(5vw, 32px);
    top: 50%;
    width: min(520px, 42vw);
    transform: translateY(-50%);
}
.hf-collection-hero__copy h1 { margin: 0 0 24px; font-size: clamp(48px, 6.2vw, 96px); line-height: 1.02; letter-spacing: -.055em; }
.hf-collection-hero__copy > p:not(.hf-kicker) { max-width: 470px; font-size: 19px; line-height: 1.5; }

.hf-intro,
.hf-products,
.hf-material,
.hf-related,
.hf-story,
.hf-evidence,
.hf-clarifies { padding: clamp(64px, 8vw, 120px) max(5vw, 24px); }
.hf-intro,
.hf-material,
.hf-story { border-bottom: 1px solid var(--hf-line); }
.hf-intro__grid,
.hf-material__grid,
.hf-story,
.hf-evidence { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 7vw, 110px); }
.hf-intro h2,
.hf-material h2,
.hf-story h2 { margin: 0; font-size: clamp(36px, 4.5vw, 68px); line-height: 1.08; letter-spacing: -.045em; }
.hf-intro__grid p,
.hf-material__grid p,
.hf-story p,
.hf-evidence p { font-size: 18px; line-height: 1.65; }

.hf-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 42px; }
.hf-section-head h2 { margin: 0; font-size: clamp(36px, 4vw, 60px); line-height: 1.08; letter-spacing: -.04em; }
.hf-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--hf-line); border: 1px solid var(--hf-line); }
.hf-card { min-width: 0; background: #fff; }
.hf-card__image { display: block; overflow: hidden; background: var(--hf-paper); }
.hf-card__image img { aspect-ratio: 4 / 5; object-fit: cover; transition: transform .45s ease; }
.hf-card__image:hover img { transform: scale(1.015); }
.hf-card__body { padding: 26px; }
.hf-card__body .hf-status { margin-bottom: 28px; }
.hf-card__body .hf-kicker { color: var(--hf-muted); }
.hf-card h3 { margin: 0 0 14px; font-size: 31px; line-height: 1.15; letter-spacing: -.035em; }
.hf-card h3 a { color: inherit; text-decoration: none; }
.hf-card__body > p:not(.hf-kicker) { min-height: 78px; line-height: 1.55; }

.hf-material { color: var(--hf-on-dark); background: var(--hf-ink); }
.hf-material h2 { color: var(--hf-on-dark); }
.hf-material .hf-kicker { color: #b9b2aa; }

.hf-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; padding: 24px max(5vw, 24px); font-size: 13px; border-bottom: 1px solid var(--hf-line); }
.hf-breadcrumb a { color: inherit; }
.hf-product-hero { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); min-height: 72vh; background: var(--hf-paper); }
.hf-product-hero figure { margin: 0; overflow: hidden; }
.hf-product-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.hf-product-hero__copy { align-self: center; padding: clamp(40px, 6vw, 96px); }
.hf-product-hero__copy h1 { margin: 0 0 22px; font-size: clamp(52px, 6vw, 92px); line-height: 1.02; letter-spacing: -.055em; }
.hf-product-hero__copy .hf-status { margin-bottom: 30px; }
.hf-lead { font-size: 20px; line-height: 1.58; }
.hf-product-hero__copy .hf-button { margin-top: 20px; }

.hf-clarifies { background: #fff; }
.hf-clarifies ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: item; border-top: 1px solid var(--hf-line); border-left: 1px solid var(--hf-line); }
.hf-clarifies li { min-height: 190px; padding: 24px; font-size: 17px; line-height: 1.5; counter-increment: item; border-right: 1px solid var(--hf-line); border-bottom: 1px solid var(--hf-line); }
.hf-clarifies li::before { display: block; margin-bottom: 50px; content: '0' counter(item); font-size: 12px; letter-spacing: .12em; }
.hf-evidence { color: #f7f4ef; background: var(--hf-ink); }
.hf-evidence > div { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.28); }
.hf-grid--related { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (max-width: 980px) {
    .hf-home,
    .hf-product-hero { grid-template-columns: 1fr; }
    .hf-home__media { order: 2; }
    .hf-home__copy { order: 1; }
    .hf-collection-hero { min-height: auto; }
    .hf-collection-hero > img { min-height: 0; aspect-ratio: 16/10; }
    .hf-collection-hero__copy { position: static; width: auto; padding: 40px 24px 56px; transform: none; }
    .hf-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hf-clarifies ol { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .hf-home__copy h2 { font-size: 40px; }
    .hf-collection-hero > img { aspect-ratio: 4/3; object-position: 68% center; }
    .hf-collection-hero__copy h1 { font-size: 50px; line-height: 1.05; }
    .hf-intro__grid,
    .hf-material__grid,
    .hf-story,
    .hf-evidence,
    .hf-grid,
    .hf-grid--related { grid-template-columns: 1fr; }
    .hf-section-head { display: block; }
    .hf-clarifies ol { grid-template-columns: 1fr; }
    .hf-clarifies li { min-height: 0; }
    .hf-clarifies li::before { margin-bottom: 24px; }
    .hf-product-hero figure img { aspect-ratio: 4/5; }
    .hf-product-hero__copy h1 { font-size: 54px; line-height: 1.05; }
    .hf-card h3 { font-size: 28px; }
    .hf-card__body > p:not(.hf-kicker) { min-height: 0; }
}
