/* Eterniit hind — pricing-hub page styles for /eterniit/eterniit-hind/.
   Loaded only when is_page('eterniit-hind'), gated in inc/enqueue.php.
   All rules scoped under .nh-eh; uses tokens from main.css :root. */

/* BREADCRUMB ------------------------------------------------------ */
.nh-eh .woocommerce-breadcrumb {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 11.5px;
    font-weight: 500;
    color: var(--ink-500);
    letter-spacing: 0.04em;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
}
.nh-eh .woocommerce-breadcrumb a { color: var(--ink-500); }
.nh-eh .woocommerce-breadcrumb a:hover { color: var(--green-800); }
.nh-eh .nh-cat-crumbs {
    padding-top: 24px;
    padding-bottom: 20px;
    position: relative;
}
.nh-eh .nh-cat-crumbs::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    height: 1px;
    background: var(--bone-300);
    pointer-events: none;
}

/* SHARED SECTION HEAD --------------------------------------------- */
.nh-eh .eh-section-head { margin-bottom: 32px; max-width: 760px; }
.nh-eh .eh-section-head .eyebrow,
.nh-eh .eh-intro__head .eyebrow,
.nh-eh .eh-faq__side .eyebrow {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--terra-600);
    margin-bottom: 12px;
    font-weight: 600;
}
.nh-eh .eh-section-head h2 {
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.05;
    letter-spacing: -0.025em;
    font-weight: 800;
    margin: 0 0 14px;
    color: var(--ink-900);
    text-wrap: balance;
}
.nh-eh .eh-section-head p {
    font-size: 15px;
    color: var(--ink-700);
    line-height: 1.6;
    margin: 0;
    max-width: 640px;
}

/* HERO ------------------------------------------------------------ */
.nh-eh .eh-hero {
    padding: 56px 0 64px;
    background: var(--bone-100);
    border-bottom: 1px solid var(--bone-300);
}
.nh-eh .eh-hero__row {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 56px;
    align-items: center;
}
.nh-eh .eh-hero__byline {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--terra-600);
    margin-bottom: 14px;
    font-weight: 600;
}
.nh-eh .eh-hero h1 {
    font-size: clamp(38px, 5.2vw, 68px);
    line-height: 1.0;
    letter-spacing: -0.03em;
    font-weight: 800;
    margin: 0 0 20px;
    color: var(--ink-900);
    text-wrap: balance;
}
.nh-eh .eh-hero .dek {
    font-size: 17.5px;
    line-height: 1.55;
    color: var(--ink-700);
    margin: 0 0 28px;
    max-width: 580px;
}
.nh-eh .eh-hero__cta-row {
    margin: 0 0 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.nh-eh .eh-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: var(--terra-500);
    color: #fff;
    border-radius: 999px;
    font-family: var(--font-sans);
    font-size: 14.5px;
    font-weight: 600;
    transition: background 0.15s, transform 0.15s, color 0.15s, border-color 0.15s;
}
.nh-eh .eh-hero__cta:hover {
    background: var(--terra-600);
    color: #fff;
    transform: translateY(-1px);
}
.nh-eh .eh-hero__cta svg { transition: transform 0.15s; }
.nh-eh .eh-hero__cta:hover svg { transform: translateX(2px); }
.nh-eh .eh-hero__cta--ghost {
    background: transparent;
    color: var(--ink-900);
    border: 1px solid var(--ink-900);
    padding: 13px 23px;
}
.nh-eh .eh-hero__cta--ghost:hover {
    background: var(--ink-900);
    color: #fff;
}

.nh-eh .eh-hero__badges {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    font-family: var(--font-mono);
    font-size: 11.5px;
    color: var(--ink-500);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-top: 24px;
    border-top: 1px solid var(--bone-300);
}
.nh-eh .eh-hero__badges strong { color: var(--ink-900); font-weight: 700; }

@media (prefers-reduced-motion: no-preference) {
    html { scroll-behavior: smooth; }
}

.nh-eh .eh-hero__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
}

/* PRODUCTS (5 model cards) ---------------------------------------- */
.nh-eh .eh-products { padding: 80px 0; background: #fff; }
.nh-eh .eh-products__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}
.nh-eh .eh-product {
    display: flex;
    flex-direction: column;
    background: var(--bone-100);
    border: 1px solid var(--bone-300);
    border-radius: 4px;
    overflow: hidden;
    color: inherit;
    transition: border-color 0.15s, transform 0.15s;
}
.nh-eh .eh-product:hover {
    border-color: var(--ink-900);
    transform: translateY(-2px);
}
.nh-eh .eh-product__media {
    aspect-ratio: 1 / 1;
    background: #fff;
    overflow: hidden;
}
.nh-eh .eh-product__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.nh-eh .eh-product__body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 6px; }
.nh-eh .eh-product__brand {
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-500);
    font-weight: 600;
    margin-bottom: 2px;
}
.nh-eh .eh-product h3 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--ink-900);
}
.nh-eh .eh-product__spec {
    font-family: var(--font-mono);
    font-size: 11.5px;
    color: var(--ink-500);
    letter-spacing: 0.02em;
}
.nh-eh .eh-product__price {
    font-size: 14px;
    font-weight: 700;
    color: var(--terra-600);
    letter-spacing: -0.005em;
    margin-top: 2px;
}
.nh-eh .eh-product__price-m2 {
    display: block;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    color: var(--ink-500);
    letter-spacing: 0.02em;
    margin-top: 2px;
}
.nh-eh .eh-product__desc {
    font-size: 13px;
    line-height: 1.5;
    color: var(--ink-700);
    margin: 4px 0 0;
    flex-grow: 1;
}
.nh-eh .eh-product__cta {
    margin-top: 8px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--ink-900);
    border-bottom: 1.5px solid var(--ink-900);
    padding-bottom: 2px;
    align-self: flex-start;
    transition: color 0.15s, border-color 0.15s;
}
.nh-eh .eh-product:hover .eh-product__cta {
    color: var(--terra-600);
    border-color: var(--terra-600);
}

/* INTRO ----------------------------------------------------------- */
.nh-eh .eh-intro {
    padding: 80px 0;
    background: var(--bone-100);
    border-top: 1px solid var(--bone-300);
    border-bottom: 1px solid var(--bone-300);
}
.nh-eh .eh-intro__head { margin-bottom: 32px; max-width: 720px; }
.nh-eh .eh-intro__head h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.025em;
    font-weight: 800;
    margin: 0;
    color: var(--ink-900);
    text-wrap: balance;
}
.nh-eh .eh-intro__body {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}
.nh-eh .eh-intro__body > p {
    font-size: 17px;
    line-height: 1.65;
    color: var(--ink-700);
    margin: 0;
    max-width: 640px;
}
.nh-eh .eh-intro__pillars {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--ink-900);
}
.nh-eh .eh-intro__pillars li {
    padding: 18px 0;
    border-bottom: 1px solid var(--bone-300);
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 16px;
    align-items: baseline;
}
.nh-eh .eh-intro__pillar-k {
    grid-column: 1;
    grid-row: 1 / span 2;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-500);
    font-weight: 600;
    align-self: start;
    margin-top: 4px;
}
.nh-eh .eh-intro__pillar-v {
    grid-column: 2;
    grid-row: 1;
    font-size: 17px;
    font-weight: 700;
    color: var(--ink-900);
    letter-spacing: -0.01em;
}
.nh-eh .eh-intro__pillar-s {
    grid-column: 2;
    grid-row: 2;
    font-size: 13px;
    color: var(--ink-500);
    margin-top: 3px;
}

/* PRICES (5-column tables) ---------------------------------------- */
.nh-eh .eh-prices {
    padding: 88px 0;
    background: #fff;
    scroll-margin-top: 24px;
}
.nh-eh .eh-prices__brand {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--terra-600);
    font-weight: 700;
    margin: 24px 0 10px;
}
.nh-eh .eh-prices__brand:first-of-type { margin-top: 8px; }
.nh-eh .eh-prices__table {
    border-top: 1px solid var(--ink-900);
    border-bottom: 1px solid var(--bone-300);
    margin-bottom: 8px;
}
.nh-eh .eh-prices__head,
.nh-eh .eh-prices__row {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 0.7fr) minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--bone-300);
    align-items: baseline;
}
.nh-eh .eh-prices__row:last-child { border-bottom: 0; }
.nh-eh .eh-prices__h {
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-500);
    font-weight: 600;
}
.nh-eh .eh-prices__h--num,
.nh-eh .eh-prices__v--num { text-align: right; }
.nh-eh .eh-prices__m {
    font-size: 16px;
    font-weight: 700;
    color: var(--ink-900);
    letter-spacing: -0.005em;
}
.nh-eh .eh-prices__v {
    font-size: 14.5px;
    color: var(--ink-700);
    font-variant-numeric: tabular-nums;
}
.nh-eh .eh-prices__v--num {
    color: var(--ink-900);
    font-weight: 600;
}
.nh-eh .eh-prices__permeter {
    display: block;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 500;
    color: var(--ink-500);
    letter-spacing: 0.02em;
    margin-top: 2px;
}
.nh-eh .eh-prices__head,
.nh-eh .eh-prices__row { align-items: start; }
.nh-eh .eh-prices__note {
    margin: 24px 0 0;
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--ink-500);
    max-width: 720px;
}
.nh-eh .eh-prices__note a { color: var(--terra-600); border-bottom: 1px solid var(--terra-600); }
.nh-eh .eh-prices__note a:hover { color: var(--terra-700); border-bottom-color: var(--terra-700); }

/* FACTORS (6 text cards) ------------------------------------------ */
.nh-eh .eh-factors {
    padding: 88px 0;
    background: var(--bone-100);
    border-top: 1px solid var(--bone-300);
    border-bottom: 1px solid var(--bone-300);
}
.nh-eh .eh-factors__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.nh-eh .eh-factor {
    background: #fff;
    border: 1px solid var(--bone-300);
    border-radius: 4px;
    padding: 26px 26px 28px;
    display: flex;
    flex-direction: column;
}
.nh-eh .eh-factor__num {
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--terra-600);
    font-weight: 600;
    margin-bottom: 10px;
}
.nh-eh .eh-factor h3 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 10px;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--ink-900);
}
.nh-eh .eh-factor p {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--ink-700);
    margin: 0;
}

/* EXAMPLE (3-variant 100m² comparison) ---------------------------- */
.nh-eh .eh-example { padding: 88px 0; background: #fff; }
.nh-eh .eh-example__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.nh-eh .eh-variant {
    display: flex;
    flex-direction: column;
    background: var(--bone-100);
    border: 1px solid var(--bone-300);
    border-radius: 4px;
    overflow: hidden;
}
.nh-eh .eh-variant__media {
    position: relative;
    aspect-ratio: 16 / 9;
    background: var(--bone-200);
    overflow: hidden;
}
.nh-eh .eh-variant__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.nh-eh .eh-variant__tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--ink-900);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 3px;
}
.nh-eh .eh-variant__body { padding: 22px 22px 24px; display: flex; flex-direction: column; }
.nh-eh .eh-variant h3 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 4px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--ink-900);
}
.nh-eh .eh-variant__spec {
    font-family: var(--font-mono);
    font-size: 11.5px;
    color: var(--ink-500);
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}
.nh-eh .eh-variant__rows {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    border-top: 1px solid var(--bone-300);
}
.nh-eh .eh-variant__rows li {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--bone-300);
    align-items: baseline;
}
.nh-eh .eh-variant__k {
    font-size: 13px;
    color: var(--ink-700);
}
.nh-eh .eh-variant__v {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--ink-900);
    font-variant-numeric: tabular-nums;
    text-align: right;
}
.nh-eh .eh-variant__total {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 2px 12px;
    padding: 14px 0 0;
    border-top: 2px solid var(--ink-900);
    margin-bottom: 14px;
}
.nh-eh .eh-variant__total-k {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-500);
    font-weight: 600;
    grid-column: 1;
    grid-row: 1;
    align-self: end;
}
.nh-eh .eh-variant__total-v {
    grid-column: 2;
    grid-row: 1 / span 2;
    font-size: 26px;
    font-weight: 800;
    color: var(--ink-900);
    letter-spacing: -0.02em;
    align-self: center;
    text-align: right;
    font-variant-numeric: tabular-nums;
}
.nh-eh .eh-variant__total-m2 {
    grid-column: 1;
    grid-row: 2;
    font-size: 13px;
    color: var(--terra-600);
    font-weight: 700;
}
.nh-eh .eh-variant__note {
    font-size: 12.5px;
    line-height: 1.55;
    color: var(--ink-500);
    margin: 0;
    font-style: italic;
}

/* COMPARE TABLE (Leedu vs Ukraina) -------------------------------- */
.nh-eh .eh-compare {
    padding: 88px 0;
    background: var(--green-900);
    color: var(--bone-100);
}
.nh-eh .eh-compare .eh-section-head .eyebrow { color: var(--terra-400); }
.nh-eh .eh-compare .eh-section-head h2 { color: #fff; }
.nh-eh .eh-compare .eh-section-head p { color: rgba(255, 255, 255, 0.7); }
.nh-eh .eh-compare__table { border-top: 1px solid rgba(255, 255, 255, 0.18); }
.nh-eh .eh-compare__head,
.nh-eh .eh-compare__row {
    display: grid;
    grid-template-columns: 1.2fr minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    align-items: baseline;
}
.nh-eh .eh-compare__head { padding: 14px 0; }
.nh-eh .eh-compare__h {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--terra-400);
    font-weight: 600;
}
.nh-eh .eh-compare__h--k { color: rgba(255, 255, 255, 0.5); }
.nh-eh .eh-compare__k {
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 600;
}
.nh-eh .eh-compare__v {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.005em;
}
.nh-eh .eh-compare__cta { margin-top: 28px; }
.nh-eh .eh-compare__cta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14.5px;
    font-weight: 600;
    border-bottom: 1.5px solid var(--terra-400);
    padding-bottom: 4px;
    transition: color 0.15s, border-color 0.15s;
}
.nh-eh .eh-compare__cta a:hover { color: var(--terra-400); }
.nh-eh .eh-compare__cta a svg { transition: transform 0.15s; }
.nh-eh .eh-compare__cta a:hover svg { transform: translateX(2px); }

/* FAQ ------------------------------------------------------------- */
.nh-eh .eh-faq { padding: 88px 0; background: #fff; }
.nh-eh .eh-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 56px;
    align-items: start;
}
.nh-eh .eh-faq__side h2 {
    font-size: clamp(26px, 3.4vw, 36px);
    line-height: 1.05;
    letter-spacing: -0.025em;
    font-weight: 800;
    margin: 0 0 16px;
    color: var(--ink-900);
    text-wrap: balance;
}
.nh-eh .eh-faq__side p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--ink-700);
    margin: 0;
    max-width: 380px;
}

/* FAQ list — same shape as voodrilaua/kontakt (.faq-* classes) */
.nh-eh .faq-list { border-top: 1px solid var(--ink-900); }
.nh-eh .faq-item { border-bottom: 1px solid var(--bone-300); }
.nh-eh .faq-q { list-style: none; cursor: pointer; }
.nh-eh .faq-q::-webkit-details-marker { display: none; }
.nh-eh .faq-q {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 28px;
    gap: 16px;
    align-items: baseline;
    padding: 22px 0;
}
.nh-eh .faq-q .n {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--ink-400);
    letter-spacing: 0.04em;
}
.nh-eh .faq-q .t {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--ink-900);
    line-height: 1.35;
}
.nh-eh .faq-q .pm {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid var(--bone-400);
    display: grid;
    place-items: center;
    color: var(--ink-700);
    transition: all 0.15s;
    align-self: center;
}
.nh-eh .faq-q .pm svg { transition: transform 0.2s; }
.nh-eh .faq-item[open] .faq-q .pm {
    background: var(--ink-900);
    color: #fff;
    border-color: var(--ink-900);
}
.nh-eh .faq-item[open] .faq-q .pm svg { transform: rotate(45deg); }
.nh-eh .faq-item:hover .faq-q .t { color: var(--terra-600); }
.nh-eh .faq-a {
    padding: 0 0 24px 52px;
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--ink-700);
    max-width: 720px;
}
.nh-eh .faq-a p { margin: 0 0 12px; }
.nh-eh .faq-a p:last-child { margin-bottom: 0; }
.nh-eh .faq-a ol,
.nh-eh .faq-a ul { margin: 0 0 0 18px; padding: 0; }
.nh-eh .faq-a li { margin-bottom: 8px; }
.nh-eh .faq-a a {
    color: var(--terra-600);
    border-bottom: 1px solid var(--terra-600);
    transition: color 0.15s, border-color 0.15s;
}
.nh-eh .faq-a a:hover { color: var(--terra-700); border-bottom-color: var(--terra-700); }

/* CALCULATOR ------------------------------------------------------ */
/* Section paints its own band (bone-100, top hairline). Calculator widget
   ([eternit_configurator]) renders inside .container — no inner editorial
   2-col split. Anchor #kalkulaator matches hero CTA jump. */
.nh-eh .eh-calc {
    padding: 88px 0;
    background: var(--bone-100);
    border-top: 1px solid var(--bone-300);
    scroll-margin-top: 24px;
}
.nh-eh .eh-calc .eh-section-head { margin-bottom: 32px; }
.nh-eh .eh-calc__widget { margin-top: 8px; }
/* The plugin shortcode renders <div class="eternit-configurator"> with no
   width control of its own; constrain it the same way voodrilaua does. */
.nh-eh .eternit-configurator {
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* RESPONSIVE — tablet 640–1023 ------------------------------------ */
@media (max-width: 1023px) {
    .nh-eh .nh-cat-crumbs { padding-top: 18px; padding-bottom: 16px; }

    .nh-eh .eh-hero { padding: 48px 0 56px; }
    .nh-eh .eh-hero__row {
        grid-template-columns: minmax(0, 1fr);
        gap: 36px;
    }
    .nh-eh .eh-hero .dek { font-size: 17px; }

    .nh-eh .eh-products { padding: 64px 0; }
    .nh-eh .eh-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .nh-eh .eh-intro { padding: 64px 0; }
    .nh-eh .eh-intro__body {
        grid-template-columns: minmax(0, 1fr);
        gap: 36px;
    }

    .nh-eh .eh-prices { padding: 64px 0; }
    .nh-eh .eh-prices__head,
    .nh-eh .eh-prices__row {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.6fr) minmax(0, 1fr) minmax(0, 1.2fr);
        gap: 12px;
    }

    .nh-eh .eh-factors { padding: 64px 0; }
    .nh-eh .eh-factors__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .nh-eh .eh-example { padding: 64px 0; }
    .nh-eh .eh-example__grid { grid-template-columns: minmax(0, 1fr); }

    .nh-eh .eh-compare { padding: 64px 0; }
    .nh-eh .eh-compare__head,
    .nh-eh .eh-compare__row {
        grid-template-columns: 1fr minmax(0, 1fr) minmax(0, 1fr);
        gap: 16px;
    }

    .nh-eh .eh-faq { padding: 64px 0; }
    .nh-eh .eh-faq__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .nh-eh .eh-calc { padding: 64px 0; }
}

/* RESPONSIVE — mobile <640 ---------------------------------------- */
@media (max-width: 639px) {
    .nh-eh .nh-cat-crumbs { padding-top: 14px; padding-bottom: 12px; }
    .nh-eh .woocommerce-breadcrumb { font-size: 11px; }

    .nh-eh .eh-hero { padding: 36px 0 40px; }
    .nh-eh .eh-hero h1 { letter-spacing: -0.02em; line-height: 1.04; }
    .nh-eh .eh-hero .dek { font-size: 16px; margin-bottom: 24px; }
    .nh-eh .eh-hero__cta-row { margin-bottom: 28px; }
    .nh-eh .eh-hero__cta { width: 100%; justify-content: center; padding: 12px 20px; min-height: 44px; font-size: 14px; }
    .nh-eh .eh-hero__badges { gap: 10px 22px; padding-top: 20px; }

    .nh-eh .eh-products { padding: 48px 0; }
    .nh-eh .eh-products__grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }

    .nh-eh .eh-intro { padding: 48px 0; }
    .nh-eh .eh-intro__body > p { font-size: 16px; }
    .nh-eh .eh-intro__pillars li {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        gap: 4px;
        padding: 16px 0;
    }
    .nh-eh .eh-intro__pillar-k { grid-row: 1; grid-column: 1; margin: 0; }
    .nh-eh .eh-intro__pillar-v { grid-row: 2; grid-column: 1; }
    .nh-eh .eh-intro__pillar-s { grid-row: 3; grid-column: 1; }

    .nh-eh .eh-prices { padding: 48px 0; }
    .nh-eh .eh-prices__head { display: none; }
    .nh-eh .eh-prices__row {
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
        padding: 14px 0;
    }
    .nh-eh .eh-prices__m { font-size: 17px; margin-bottom: 4px; }
    .nh-eh .eh-prices__v { font-size: 13.5px; }
    .nh-eh .eh-prices__v--num { text-align: left; }
    .nh-eh .eh-prices__row .eh-prices__v:nth-of-type(2)::before { content: "Mõõt: "; color: var(--ink-500); font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; }
    .nh-eh .eh-prices__row .eh-prices__v:nth-of-type(3)::before { content: "Kasulik m²/tk: "; color: var(--ink-500); font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; }
    .nh-eh .eh-prices__row .eh-prices__v:nth-of-type(4)::before { content: "Värvimata: "; color: var(--terra-600); font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; display: block; }
    .nh-eh .eh-prices__row .eh-prices__v:nth-of-type(5)::before { content: "Värvitud: "; color: var(--terra-600); font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; display: block; }

    .nh-eh .eh-factors { padding: 48px 0; }
    .nh-eh .eh-factors__grid { grid-template-columns: minmax(0, 1fr); }

    .nh-eh .eh-example { padding: 48px 0; }

    .nh-eh .eh-compare { padding: 48px 0; }
    .nh-eh .eh-compare__head { display: none; }
    .nh-eh .eh-compare__row {
        grid-template-columns: minmax(0, 1fr);
        gap: 6px;
        padding: 16px 0;
    }
    .nh-eh .eh-compare__v::before {
        display: block;
        font-family: var(--font-mono);
        font-size: 9.5px;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--terra-400);
        margin-bottom: 2px;
    }
    .nh-eh .eh-compare__v:nth-of-type(2)::before { content: "Eternit Baltic"; }
    .nh-eh .eh-compare__v:nth-of-type(3)::before { content: "Fibrodah"; }

    .nh-eh .eh-faq { padding: 48px 0; }
    .nh-eh .eh-faq__side h2 { font-size: 24px; }
    .nh-eh .faq-q {
        grid-template-columns: 28px minmax(0, 1fr) 28px;
        gap: 12px;
        padding: 18px 0;
    }
    .nh-eh .faq-q .t { font-size: 15.5px; }
    .nh-eh .faq-a { padding-left: 40px; padding-bottom: 20px; }

    .nh-eh .eh-calc { padding: 48px 0 56px; }
}
