/* ─────────────────────────────────────────────────────────────────────────
   Nesttun Fisk & Vilt — lys, luftig profil (Casely-inspirert).
   Hvit bakgrunn, mye whitespace, store bilder, ren sans-serif, myke hjørner.
   Klart og oversiktlig: store flater, tydelige CTA-er, enkle produktkort.
   ───────────────────────────────────────────────────────────────────────── */

:root {
  --nf-ink:      #16160f;   /* near-black — tekst */
  --nf-ink-2:    #34342c;   /* litt mykere tekst */
  --nf-paper:    #ffffff;   /* hovedbakgrunn — hvit */
  --nf-paper-2:  #f5f4f0;   /* varm off-white (alternerende seksjoner) */
  --nf-paper-3:  #efeee8;   /* litt dypere papir (chips/placeholder) */
  --nf-line:     #e7e5dd;   /* tynne hårlinjer */
  --nf-line-dk:  #d9d7cd;
  --nf-mut:      #76756d;   /* dempet tekst */
  --nf-mut-2:    #9a988f;   /* enda lettere */
  --nf-accent:   #14140f;   /* primær = nær-svart (premium, monokrom CTA) */
  --nf-sea:      #0f5e57;   /* diskret aksent (aktiv/utvalgt) */
  --nf-maxw:     1240px;
  --nf-pad:      clamp(20px, 5vw, 64px);
  --nf-sans:     "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nf-serif:    var(--nf-sans);   /* «serif»-klasser rendres som sans i lyst tema */
  --nf-radius:   16px;
  --nf-radius-sm:10px;
  --nf-shadow:   0 18px 50px rgba(20,20,15,0.10);
  --nf-shadow-sm:0 8px 24px rgba(20,20,15,0.07);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  background: var(--nf-paper);
  color: var(--nf-ink);
  font-family: var(--nf-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, .nf-serif {
  font-family: var(--nf-sans);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0;
}
.nf-kicker {
  font-family: var(--nf-sans);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--nf-sea);
}
.nf-kicker.on-dark { color: var(--nf-mut); }

.nf-wrap { max-width: var(--nf-maxw); margin: 0 auto; padding-left: var(--nf-pad); padding-right: var(--nf-pad); }

/* ── Buttons ─────────────────────────────────────────────────────────── */
.nf-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 30px; border: 1.5px solid var(--nf-ink); background: var(--nf-ink); color: #fff;
  font-size: 13px; font-weight: 600; letter-spacing: 0.02em;
  border-radius: 999px; transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.nf-btn:hover { background: #000; box-shadow: var(--nf-shadow-sm); transform: translateY(-1px); }
.nf-btn[disabled] { opacity: .4; cursor: not-allowed; }
.nf-btn--ghost { background: transparent; color: var(--nf-ink); border-color: var(--nf-line-dk); }
.nf-btn--ghost:hover { background: var(--nf-ink); color: #fff; border-color: var(--nf-ink); }
/* «on-dark»-varianter gjenbrukes på lys hero/topp → samme som primær/ghost */
.nf-btn--on-dark { background: var(--nf-ink); color: #fff; border-color: var(--nf-ink); }
.nf-btn--on-dark:hover { background: #000; }
.nf-btn--ghost.nf-btn--on-dark { background: transparent; color: var(--nf-ink); border-color: var(--nf-line-dk); }
.nf-btn--ghost.nf-btn--on-dark:hover { background: var(--nf-ink); color: #fff; border-color: var(--nf-ink); }
.nf-btn--sm { padding: 11px 20px; font-size: 12px; }
.nf-btn--full { width: 100%; }

.nf-link-underline { position: relative; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; padding-bottom: 3px; border-bottom: 1.5px solid currentColor; }

/* ── Header ──────────────────────────────────────────────────────────── */
.nf-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.86);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--nf-line);
  color: var(--nf-ink);
}
.nf-header__bar { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.nf-header__logo img { height: 42px; width: auto; }
.nf-nav { display: flex; align-items: center; gap: 32px; }
.nf-nav a { font-size: 14px; font-weight: 500; letter-spacing: 0; color: var(--nf-mut); transition: color .2s ease; }
.nf-nav a:hover, .nf-nav a.is-active { color: var(--nf-ink); }
.nf-header__right { display: flex; align-items: center; gap: 20px; }
.nf-cart-btn { position: relative; display: inline-flex; align-items: center; gap: 8px; color: var(--nf-ink); font-size: 14px; font-weight: 500; background: none; border: none; }
.nf-cart-badge { min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px; background: var(--nf-sea); color: #fff; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; letter-spacing: 0; }
.nf-burger { display: none; background: none; border: none; color: var(--nf-ink); padding: 8px; }

/* mobil-meny */
.nf-mobnav { position: fixed; inset: 74px 0 0 0; z-index: 99; background: var(--nf-paper); display: flex; flex-direction: column; padding: 18px var(--nf-pad); gap: 2px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.nf-mobnav.is-open { opacity: 1; transform: none; pointer-events: auto; }
.nf-mobnav a { color: var(--nf-ink); font-weight: 600; font-size: 24px; padding: 16px 0; border-bottom: 1px solid var(--nf-line); }

/* ── Hero ────────────────────────────────────────────────────────────── */
.nf-hero { position: relative; background: var(--nf-paper); color: var(--nf-ink); overflow: hidden; }
.nf-hero__inner { display: grid; grid-template-columns: 1fr 1fr; min-height: min(82vh, 720px); align-items: center; gap: clamp(24px, 4vw, 56px); }
.nf-hero__text { padding: 64px var(--nf-pad); }
.nf-hero__text h1 { font-size: clamp(42px, 5.6vw, 80px); margin: 16px 0 22px; letter-spacing: -0.03em; }
.nf-hero__text p { color: var(--nf-mut); font-size: 19px; max-width: 44ch; margin: 0 0 34px; }
.nf-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.nf-hero__media { position: relative; height: 100%; min-height: 380px; border-radius: 0; overflow: hidden; }
.nf-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s ease; }
.nf-hero__media--static { cursor: default; }
.nf-hero__pill { position: absolute; left: 22px; bottom: 22px; z-index: 2; display: flex; flex-direction: column; gap: 2px; background: rgba(255,255,255,0.92); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: var(--nf-ink); padding: 12px 18px; border-radius: 12px; box-shadow: var(--nf-shadow-sm); }
.nf-hero__pill > span:first-child { font-weight: 700; font-size: 18px; line-height: 1.1; }
.nf-hero__pill-price { font-size: 13px; color: var(--nf-mut); }
.nf-hero__pill-price span { opacity: .8; }

/* ── Sections ────────────────────────────────────────────────────────── */
.nf-section { padding: clamp(60px, 8vw, 104px) 0; }
.nf-section--paper2 { background: var(--nf-paper-2); }
.nf-section--dark { background: var(--nf-paper-2); color: var(--nf-ink); }
.nf-sec-head { text-align: center; max-width: 660px; margin: 0 auto clamp(34px, 5vw, 56px); }
.nf-sec-head h2 { font-size: clamp(30px, 4.2vw, 50px); margin: 12px 0 0; letter-spacing: -0.03em; }
.nf-sec-head p { color: var(--nf-mut); margin: 14px 0 0; font-size: 18px; }
.nf-rule { display: none; }

/* ── Kategori-striper (story-stil, à la Casely) ──────────────────────── */
.nf-stories { display: flex; gap: clamp(14px, 3vw, 32px); justify-content: center; flex-wrap: wrap; }
.nf-story { display: flex; flex-direction: column; align-items: center; gap: 12px; background: none; border: none; padding: 0; width: 150px; }
.nf-story__img { width: 150px; height: 150px; border-radius: 999px; overflow: hidden; background: var(--nf-paper-3); border: 1px solid var(--nf-line); transition: transform .25s ease, box-shadow .25s ease; }
.nf-story__img img { width: 100%; height: 100%; object-fit: cover; }
.nf-story:hover .nf-story__img { transform: translateY(-3px); box-shadow: var(--nf-shadow-sm); }
.nf-story span { font-size: 15px; font-weight: 600; color: var(--nf-ink); }

/* ── Product grid + cards ────────────────────────────────────────────── */
.nf-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(248px, 1fr)); gap: clamp(16px, 1.8vw, 26px); }
.nf-card { background: var(--nf-paper); border: 1px solid var(--nf-line); border-radius: var(--nf-radius); display: flex; flex-direction: column; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; position: relative; overflow: hidden; }
.nf-card:hover { transform: translateY(-4px); box-shadow: var(--nf-shadow); border-color: var(--nf-line-dk); }
.nf-card__media { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--nf-paper-3); }
.nf-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.nf-card:hover .nf-card__media img { transform: scale(1.05); }
.nf-card__tag { position: absolute; top: 12px; left: 12px; background: var(--nf-paper); color: var(--nf-ink); font-size: 11px; font-weight: 600; letter-spacing: 0.02em; padding: 6px 11px; border-radius: 999px; box-shadow: var(--nf-shadow-sm); }
.nf-card__ph { width: 100%; height: 100%; background: var(--nf-paper-3); display: flex; align-items: center; justify-content: center; }
.nf-card__ph img { width: 44%; max-width: 120px; opacity: 0.28; }
.nf-card__body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.nf-card__cat { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--nf-mut-2); }
.nf-card__name { font-weight: 700; font-size: 20px; line-height: 1.15; letter-spacing: -0.01em; }
.nf-card__price { margin-top: auto; padding-top: 12px; font-size: 16px; font-weight: 700; }
.nf-card__price span { color: var(--nf-mut); font-weight: 500; font-size: 13px; }

/* ── Filter chips ────────────────────────────────────────────────────── */
.nf-chips { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin-bottom: 36px; }
.nf-chip { padding: 10px 18px; border: 1px solid var(--nf-line-dk); border-radius: 999px; background: var(--nf-paper); font-size: 13px; font-weight: 600; letter-spacing: 0; color: var(--nf-mut); transition: all .2s ease; }
.nf-chip:hover { border-color: var(--nf-ink); color: var(--nf-ink); }
.nf-chip.is-active { background: var(--nf-ink); border-color: var(--nf-ink); color: #fff; }

/* ── PDP ─────────────────────────────────────────────────────────────── */
.nf-pdp { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.nf-pdp__media { aspect-ratio: 1/1; background: var(--nf-paper-3); overflow: hidden; border-radius: var(--nf-radius); }
.nf-pdp__media img { width: 100%; height: 100%; object-fit: cover; }
.nf-pdp__name { font-size: clamp(34px, 4.4vw, 56px); margin: 8px 0 14px; letter-spacing: -0.03em; }
.nf-pdp__price { font-size: 26px; font-weight: 700; margin: 0 0 20px; }
.nf-pdp__price span { font-size: 15px; color: var(--nf-mut); font-weight: 500; }
.nf-pdp__desc { font-size: 18px; color: var(--nf-ink-2); margin: 0 0 28px; max-width: 50ch; }
.nf-opt { margin-bottom: 22px; }
.nf-opt__label { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--nf-mut); margin-bottom: 10px; }
.nf-opt__row { display: flex; flex-wrap: wrap; gap: 8px; }
.nf-opt__btn { padding: 10px 17px; border: 1px solid var(--nf-line-dk); border-radius: 999px; background: var(--nf-paper); font-size: 14px; transition: all .2s ease; }
.nf-opt__btn:hover { border-color: var(--nf-ink); }
.nf-opt__btn.is-active { background: var(--nf-ink); color: #fff; border-color: var(--nf-ink); }
.nf-spec { border-top: 1px solid var(--nf-line); margin-top: 30px; }
.nf-spec__row { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--nf-line); font-size: 15px; }
.nf-spec__row dt { color: var(--nf-mut); }
.nf-spec__row dd { margin: 0; text-align: right; font-weight: 600; }

/* qty stepper */
.nf-qty { display: inline-flex; align-items: center; border: 1px solid var(--nf-line-dk); border-radius: 999px; overflow: hidden; }
.nf-qty button { width: 44px; height: 46px; background: transparent; border: none; font-size: 19px; }
.nf-qty button:hover { background: var(--nf-paper-2); }
.nf-qty span { min-width: 44px; text-align: center; font-weight: 700; }

/* ── Cart / bestilling ───────────────────────────────────────────────── */
.nf-cart-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(28px, 5vw, 60px); align-items: start; }
.nf-line { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--nf-line); }
.nf-line__img { width: 92px; height: 92px; flex-shrink: 0; object-fit: cover; background: var(--nf-paper-3); border-radius: var(--nf-radius-sm); }
.nf-line__name { font-weight: 700; font-size: 19px; line-height: 1.15; }
.nf-line__opts { font-size: 14px; color: var(--nf-mut); margin-top: 3px; }
.nf-line__rm { background: none; border: none; color: var(--nf-mut); font-size: 13px; padding: 4px 0; }
.nf-line__rm:hover { color: var(--nf-ink); text-decoration: underline; }
.nf-summary { background: var(--nf-paper-2); padding: 28px; border: 1px solid var(--nf-line); border-radius: var(--nf-radius); position: sticky; top: 96px; }
.nf-summary__row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 15px; }
.nf-summary__total { display: flex; justify-content: space-between; padding-top: 16px; margin-top: 10px; border-top: 1px solid var(--nf-line-dk); font-size: 22px; font-weight: 700; }
.nf-field { margin-bottom: 16px; }
.nf-field label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--nf-mut); margin-bottom: 7px; }
.nf-field input, .nf-field textarea, .nf-field select {
  width: 100%; padding: 14px 15px; border: 1px solid var(--nf-line-dk); background: var(--nf-paper);
  font-family: var(--nf-sans); font-size: 15px; color: var(--nf-ink); border-radius: var(--nf-radius-sm);
}
.nf-field input:focus, .nf-field textarea:focus, .nf-field select:focus { outline: none; border-color: var(--nf-ink); box-shadow: 0 0 0 3px rgba(15,94,87,0.10); }
.nf-field textarea { resize: vertical; min-height: 88px; }
.nf-note { font-size: 14px; color: var(--nf-mut); line-height: 1.55; }

/* ── Value props / info strip ────────────────────────────────────────── */
.nf-props { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nf-prop { background: var(--nf-paper); padding: 34px 30px; text-align: center; border: 1px solid var(--nf-line); border-radius: var(--nf-radius); }
.nf-prop h3 { font-size: 22px; margin-bottom: 10px; }
.nf-prop p { color: var(--nf-mut); font-size: 15px; margin: 0; }

/* ── Featured split ──────────────────────────────────────────────────── */
.nf-split { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; border-radius: var(--nf-radius); overflow: hidden; border: 1px solid var(--nf-line); }
.nf-split__media { min-height: 440px; background: var(--nf-paper-3); }
.nf-split__media img { width: 100%; height: 100%; object-fit: cover; }
.nf-split__text { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 5vw, 76px); background: var(--nf-paper); }
.nf-split__text h2 { font-size: clamp(28px, 3.6vw, 46px); margin: 12px 0 16px; letter-spacing: -0.03em; }
.nf-split__text p { color: var(--nf-mut); font-size: 17px; margin: 0 0 28px; }

/* ── Footer ──────────────────────────────────────────────────────────── */
.nf-footer { background: var(--nf-paper-2); color: var(--nf-mut); padding: 70px 0 36px; border-top: 1px solid var(--nf-line); }
.nf-footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; padding-bottom: 46px; border-bottom: 1px solid var(--nf-line); }
.nf-footer__logo img { height: 56px; width: auto; margin-bottom: 18px; }
.nf-footer__logo p { max-width: 34ch; font-size: 14px; line-height: 1.6; }
.nf-footer h4 { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--nf-ink); margin: 0 0 14px; }
.nf-footer a, .nf-footer p { font-size: 14px; line-height: 1.9; }
.nf-footer a:hover { color: var(--nf-ink); }
.nf-footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 26px; font-size: 13px; }

/* ── Page intro (om/kontakt/butikk) ──────────────────────────────────── */
.nf-page-hero { background: var(--nf-paper-2); color: var(--nf-ink); padding: clamp(54px, 8vw, 104px) 0 clamp(44px, 6vw, 80px); text-align: center; border-bottom: 1px solid var(--nf-line); }
.nf-page-hero h1 { font-size: clamp(38px, 5.4vw, 70px); margin: 14px 0 0; letter-spacing: -0.03em; }
.nf-prose { max-width: 700px; margin: 0 auto; }
.nf-prose p { font-size: 18px; color: var(--nf-ink-2); margin: 0 0 22px; }
.nf-prose h2 { font-size: 30px; margin: 40px 0 14px; letter-spacing: -0.02em; }

/* ── Toast ───────────────────────────────────────────────────────────── */
.nf-toast { position: fixed; top: 90px; right: 24px; z-index: 200; background: var(--nf-ink); color: #fff; padding: 14px 22px; border-radius: 999px; font-size: 14px; display: flex; align-items: center; gap: 12px; box-shadow: var(--nf-shadow); animation: nfToast .3s ease; max-width: calc(100vw - 48px); }
@keyframes nfToast { from { transform: translateY(-12px); opacity: 0; } }

/* ── Empty state ─────────────────────────────────────────────────────── */
.nf-empty { text-align: center; padding: 80px 0; }
.nf-empty h2 { font-size: 32px; margin-bottom: 12px; }
.nf-empty p { color: var(--nf-mut); margin: 0 0 26px; }

/* ── Hurtig-bestilling på produktkort ────────────────────────────────── */
.nf-card__add {
  margin-top: 14px; width: 100%;
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 12px 14px; border: 1.5px solid var(--nf-ink); border-radius: 999px; background: var(--nf-ink); color: #fff;
  font-size: 13px; font-weight: 600; letter-spacing: 0;
  transition: background .2s ease, transform .15s ease;
}
.nf-card__add:hover { background: #000; transform: translateY(-1px); }
.nf-card__add svg { flex-shrink: 0; }

/* ── Søkefelt (Fiskedisken) ──────────────────────────────────────────── */
.nf-search { position: relative; max-width: 540px; margin: 0 auto 26px; }
.nf-search input {
  width: 100%; padding: 15px 46px; border: 1px solid var(--nf-line-dk); background: var(--nf-paper);
  font-family: var(--nf-sans); font-size: 15px; color: var(--nf-ink); border-radius: 999px;
  -webkit-appearance: none; appearance: none;
}
.nf-search input::-webkit-search-cancel-button { display: none; }
.nf-search input:focus { outline: none; border-color: var(--nf-ink); box-shadow: 0 0 0 3px rgba(15,94,87,0.10); }
.nf-search__icon { position: absolute; left: 17px; top: 50%; transform: translateY(-50%); color: var(--nf-mut); display: flex; pointer-events: none; }
.nf-search__clear { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background: none; border: none; font-size: 22px; line-height: 1; color: var(--nf-mut); padding: 2px 10px; }
.nf-search__clear:hover { color: var(--nf-ink); }

/* ── Klebrig bestillings-linje ───────────────────────────────────────── */
.nf-stickybar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: rgba(255,255,255,0.94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--nf-line); color: var(--nf-ink); animation: nfBarUp .3s ease;
  box-shadow: 0 -10px 30px rgba(20,20,15,0.06);
}
@keyframes nfBarUp { from { transform: translateY(100%); } }
.nf-stickybar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 13px; padding-bottom: calc(13px + env(safe-area-inset-bottom, 0px)); }
.nf-stickybar__info { display: flex; flex-direction: column; line-height: 1.2; }
.nf-stickybar__count { font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--nf-mut); }
.nf-stickybar__sum { font-weight: 700; font-size: 22px; }

/* ── Slik bestiller du (1-2-3) ───────────────────────────────────────── */
.nf-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 44px); }
.nf-steps li { text-align: center; }
.nf-steps__num { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; background: var(--nf-paper); border: 1.5px solid var(--nf-ink); border-radius: 999px; font-weight: 700; font-size: 22px; margin-bottom: 16px; }
.nf-steps h3 { font-size: 22px; margin-bottom: 8px; }
.nf-steps p { color: var(--nf-mut); font-size: 15px; margin: 0 auto; max-width: 34ch; }

/* ── Om oss — bilde ──────────────────────────────────────────────────── */
.nf-aboutphoto { position: relative; max-width: var(--nf-maxw); margin: 0 auto; border-radius: var(--nf-radius); overflow: hidden; }
.nf-aboutphoto img { width: 100%; height: clamp(280px, 48vw, 560px); object-fit: cover; object-position: center 28%; display: block; }
.nf-aboutphoto__cap { position: absolute; left: 14px; bottom: 14px; background: rgba(255,255,255,0.92); color: var(--nf-ink); padding: 10px 16px; border-radius: 999px; font-size: 13px; font-weight: 500; box-shadow: var(--nf-shadow-sm); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }

/* ── Responsive ──────────────────────────────────────────────────────── */
.nf-stickybar__inner { padding-bottom: calc(13px + env(safe-area-inset-bottom, 0px)); }

@media (max-width: 900px) {
  .nf-steps { grid-template-columns: 1fr; gap: 30px; max-width: 420px; margin: 0 auto; }

  /* Hero: tekst først, så bildet som fullbredde-band */
  .nf-hero__inner { grid-template-columns: 1fr; min-height: 0; gap: 0; }
  .nf-hero__text { padding: 52px var(--nf-pad) 34px; }
  .nf-hero__media { display: block; height: 50vh; min-height: 300px; max-height: 460px; }
  .nf-hero__media img { opacity: 1; }

  .nf-pdp { grid-template-columns: 1fr; }
  .nf-cart-layout { grid-template-columns: 1fr; }
  .nf-split { grid-template-columns: 1fr; }
  .nf-split__media { min-height: 300px; order: -1; }
  .nf-props { grid-template-columns: 1fr; }
  .nf-footer__top { grid-template-columns: 1fr; gap: 32px; }
  .nf-summary { position: static; }
}

@media (max-width: 720px) {
  .nf-nav { display: none; }
  .nf-burger { display: inline-flex; }
  .nf-header__bar { height: 62px; }
  .nf-header__logo img { height: 36px; }
  .nf-mobnav { inset: 62px 0 0 0; }
  .nf-cart-btn span.nf-cart-word { display: none; }
  .nf-footer { padding-bottom: 96px; }
  .nf-stickybar__sum { font-size: 20px; }

  /* 2-opp produktgrid */
  .nf-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .nf-card__body { padding: 13px 14px 16px; gap: 4px; }
  .nf-card__name { font-size: 16px; }
  .nf-card__cat { font-size: 10px; }
  .nf-card__price { font-size: 14px; padding-top: 9px; }
  .nf-card__add { margin-top: 10px; padding: 11px 8px; font-size: 11px; }

  /* Hero-tekst */
  .nf-hero__text { padding: 40px var(--nf-pad) 30px; }
  .nf-hero__text h1 { font-size: clamp(38px, 11vw, 56px); margin: 12px 0 18px; }
  .nf-hero__text p { font-size: 16px; margin-bottom: 26px; }
  .nf-hero__cta { gap: 10px; }
  .nf-hero__cta .nf-btn { flex: 1 1 auto; }

  .nf-section { padding: 56px 0; }
  .nf-prose p { font-size: 17px; }

  /* Story-striper: 2-3 i bredden, mindre */
  .nf-stories { gap: 16px; }
  .nf-story { width: 96px; }
  .nf-story__img { width: 96px; height: 96px; }
  .nf-story span { font-size: 13px; }

  /* Filter-chips: horisontal scroll */
  .nf-chips { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; margin-left: calc(-1 * var(--nf-pad)); margin-right: calc(-1 * var(--nf-pad)); padding: 0 var(--nf-pad) 6px; }
  .nf-chips::-webkit-scrollbar { display: none; }
  .nf-chip { flex: 0 0 auto; }

  .nf-toast { left: 16px; right: 16px; top: 76px; }
}

@media (max-width: 380px) {
  .nf-hero__text h1 { font-size: 36px; }
  .nf-card__name { font-size: 15px; }
  .nf-card__add span { display: none; }
}

@media (min-width: 721px) { .nf-mobnav { display: none; } }

/* Touch: trykk-respons i stedet for hover-løft */
@media (hover: none) {
  .nf-card:hover { transform: none; box-shadow: none; }
  .nf-card:hover .nf-card__media img { transform: none; }
  .nf-card:active { transform: scale(0.992); }
  .nf-btn:active, .nf-chip:active, .nf-card__add:active { opacity: .8; }
}
