/**
 * Homepage hero — "find det rigtige grej" (search + chips + guides + quiz).
 *
 * MUST stay in LiteSpeed's CSS-optimisation exclude list (`optm-css_exc`,
 * alongside natureout-mega-menu.css). With UCSS enabled, a stylesheet that is
 * not excluded gets folded into generated "used CSS" and its <link> removed —
 * which silently dropped an earlier hero stylesheet entirely on live.
 */

.no-hero2 {
    position: relative;
    background-size: cover;
    background-position: center;
    isolation: isolate;
}
.no-hero2__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.no-hero2__scrim {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(18,26,20,.86) 0%, rgba(18,26,20,.6) 52%, rgba(18,26,20,.32) 100%);
}
.no-hero2__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 56px 48px;
    display: flex;
    align-items: center;
    gap: 40px;
}
.no-hero2__left { flex: 1; min-width: 0; max-width: 620px; }
.no-hero2__right { flex-shrink: 0; width: 340px; display: grid; gap: 12px; }

.no-hero2__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #ffd9bd;
    margin: 0 0 14px;
}
.no-hero2__title {
    font-family: var(--no-font-display), Georgia, serif;
    font-size: clamp(2rem, 4vw, 2.9rem);
    line-height: 1.06;
    letter-spacing: -.02em;
    font-weight: 700;
    color: #fff;
    margin: 0 0 18px;
    text-shadow: 0 2px 18px rgba(0,0,0,.45);
    text-wrap: balance;
}

/* Search */
.no-hero2__search {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    background: #fff;
    border: 1.5px solid transparent;
    border-radius: 999px;
    padding: 11px 11px 11px 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,.22);
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: inherit;
}
.no-hero2__search:hover { border-color: var(--no-accent, #3a7554); }
.no-hero2__search:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.no-hero2__search svg { flex-shrink: 0; color: #8d9489; }
.no-hero2__search-ph { flex: 1; font-size: 15px; color: #98a09a; }
.no-hero2__search-btn {
    background: var(--no-accent, #3a7554);
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    padding: 9px 20px;
    border-radius: 999px;
    white-space: nowrap;
}

/* Category chips */
.no-hero2__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.no-hero2__chip {
    font-size: 13px;
    font-weight: 600;
    color: var(--no-text, #1f2a21);
    background: rgba(255,255,255,.93);
    border-radius: 999px;
    padding: 7px 14px;
    text-decoration: none;
    transition: background .15s ease, transform .15s ease;
}
.no-hero2__chip:hover { background: #fff; transform: translateY(-1px); }
.no-hero2__chip:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

/* Guide cards */
.no-hero2__gcard {
    display: flex;
    gap: 12px;
    align-items: center;
    background: #fff;
    border-radius: 13px;
    padding: 10px;
    text-decoration: none;
    color: var(--no-text, #1f2a21);
    box-shadow: 0 8px 26px rgba(0,0,0,.2);
    transition: transform .18s ease, box-shadow .18s ease;
}
.no-hero2__gcard:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,.28); }
.no-hero2__gcard:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.no-hero2__gimg {
    width: 92px;
    height: 68px;
    flex-shrink: 0;
    border-radius: 9px;
    object-fit: cover;
    display: block;
    background: #edf5f0;
}
.no-hero2__gbody { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.no-hero2__glabel {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: var(--no-accent, #3a7554);
}
.no-hero2__gtitle { font-size: 13.5px; font-weight: 700; line-height: 1.3; }
.no-hero2__gmeta { font-size: 11.5px; color: #8d9489; }

/* Quiz card */
.no-hero2__quiz {
    display: flex;
    align-items: center;
    gap: 11px;
    background: #edf5f0;
    border: 1px solid #cfe3d8;
    border-radius: 13px;
    padding: 11px 13px;
    text-decoration: none;
    color: var(--no-text, #1f2a21);
    transition: background .15s ease, transform .18s ease;
}
.no-hero2__quiz:hover { background: #e3efe8; transform: translateY(-2px); }
.no-hero2__quiz:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.no-hero2__quiz-ic {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--no-accent, #3a7554);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-hero2__quiz-body { flex: 1; display: flex; flex-direction: column; line-height: 1.3; min-width: 0; }
.no-hero2__quiz-body b { font-size: 13.5px; }
.no-hero2__quiz-body span { font-size: 11.5px; color: var(--no-text-secondary, #4f5b50); }
.no-hero2__quiz-go { font-size: 12px; font-weight: 700; color: var(--no-accent, #3a7554); white-space: nowrap; }

/* Deals row under the hero */
.no-herodeals { background: var(--no-bg, #fffdf9); }
.no-herodeals__inner { max-width: 1400px; margin: 0 auto; padding: 22px 48px 26px; }
.no-herodeals__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}
.no-herodeals__title {
    font-family: var(--no-font-display), Georgia, serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
}
.no-herodeals__all { font-size: 13px; font-weight: 700; color: var(--no-accent, #3a7554); text-decoration: none; }
.no-herodeals__all:hover { text-decoration: underline; }
.no-herodeals__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.no-dealcard {
    position: relative;
    display: flex;
    gap: 12px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--no-border, #e6e0d5);
    border-radius: 13px;
    padding: 11px;
    text-decoration: none;
    color: var(--no-text, #1f2a21);
    transition: border-color .15s ease, box-shadow .15s ease;
}
.no-dealcard:hover { border-color: var(--no-accent, #3a7554); box-shadow: var(--no-shadow-md, 0 4px 14px rgba(0,0,0,.1)); }
.no-dealcard:focus-visible { outline: 2px solid var(--no-accent, #3a7554); outline-offset: 2px; }
.no-dealcard__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--no-warm, #e05a0c);
    color: #fff;
    font-size: 10.5px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 999px;
}
/* Fixed-size box around whatever markup WooCommerce/PAFS emits for the image. */
.no-herodeals .no-dealcard__imgwrap {
    width: 78px;
    height: 78px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.no-herodeals .no-dealcard__imgwrap img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0;
}
.no-dealcard__body { flex: 1; min-width: 0; }
.no-dealcard__title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
}
.no-dealcard__price { display: flex; gap: 7px; align-items: baseline; margin-bottom: 7px; }
.no-dealcard__price strong { font-size: 16px; font-family: var(--no-font-display), Georgia, serif; }
.no-dealcard__price s { font-size: 12px; color: #98a09a; }
.no-dealcard__cta {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: var(--no-accent, #3a7554);
    padding: 7px 12px;
    border-radius: 8px;
}

/* ---- Tablet ---- */
@media (max-width: 1099px) {
    .no-hero2__inner { padding: 40px 24px; flex-direction: column; align-items: stretch; gap: 22px; }
    .no-hero2__left { max-width: none; }
    .no-hero2__right { width: 100%; grid-template-columns: 1fr 1fr; }
    .no-hero2__quiz { grid-column: 1 / -1; }
    .no-herodeals__inner { padding: 20px 24px 24px; }
    .no-herodeals__grid { grid-template-columns: repeat(2, 1fr); }
    .no-herodeals__grid .no-dealcard:nth-child(3) { display: none; }
}

/* ---- Mobile ---- */
@media (max-width: 700px) {
    .no-hero2__inner { padding: 26px 16px 24px; gap: 18px; }
    .no-hero2__title { font-size: 1.75rem; margin-bottom: 16px; }
    .no-hero2__search { padding: 10px 10px 10px 16px; }
    .no-hero2__search-ph { font-size: 14px; }
    .no-hero2__right { grid-template-columns: 1fr; }
    .no-herodeals__inner { padding: 18px 16px 22px; }
    .no-herodeals__grid { grid-template-columns: 1fr; }
    .no-herodeals__grid .no-dealcard:nth-child(3) { display: none; }
}
