/* ==========================================================================
   Forside v2 — scoped to .thb-front-v2 / .fv2
   Palette = the theme's existing greens (#334010 / #1a2e05 / #4a5a20),
   its orange accent (#ff8a00) and its light tints (#f5f7ee / #e8edda).
   Type   = the theme's Fira Sans Extra Condensed (display) + Lato (body).
   ========================================================================== */

.fv2, .fv2-deadline, .fv2-sticky {
  --fv2-green:      #334010;
  --fv2-green-dark: #1a2e05;
  --fv2-green-mid:  #4a5a20;
  --fv2-green-soft: #5b6a3f;
  --fv2-amber:      #ff8a00;
  --fv2-amber-ink:  #3a2200;
  --fv2-amber-soft: #ffe9c6;
  --fv2-ink:        #1a2e05;
  --fv2-ink-2:      #4b5538;
  --fv2-ink-3:      #6f7a5c;
  --fv2-bg:         #ffffff;
  --fv2-tint:       #f5f7ee;
  --fv2-tint-2:     #e8edda;
  --fv2-surface:    #ffffff;
  --fv2-line:       #d7dbc8;
  --fv2-line-2:     #b9c39a;
  --fv2-radius:     16px;
  --fv2-radius-lg:  24px;
  --fv2-shadow:     0 6px 24px rgba(51, 64, 16, 0.10);
  --fv2-display:    "Fira Sans Extra Condensed", "Arial Narrow", system-ui, sans-serif;
  --fv2-body:       "Lato", "Helvetica Neue", Arial, system-ui, sans-serif;
}

.thb-front-v2 #wrapper, .thb-front-v2 div[role="main"] { min-width: 0; max-width: 100%; }
.thb-front-v2 .woocommerce-store-notice { display: none !important; }
.fv2 { font-family: var(--fv2-body); color: var(--fv2-ink); background: var(--fv2-bg); line-height: 1.55; font-size: 16px; overflow-x: clip; }
.fv2 *, .fv2 *::before, .fv2 *::after { box-sizing: border-box; }
.fv2 img { max-width: 100%; height: auto; display: block; }
.fv2 a { color: var(--fv2-green); text-decoration: none; }
.fv2 a:hover { color: var(--fv2-green-dark); }
.fv2 p { margin: 0; text-wrap: pretty; }
.fv2 ul, .fv2 ol { margin: 0; padding: 0; list-style: none; }
.fv2 button { font-family: inherit; }

.fv2-wrap { max-width: 1320px; margin: 0 auto; padding-inline: clamp(16px, 4vw, 40px); }
.fv2-section { padding-block: clamp(48px, 7vw, 88px); }
.fv2-section--tight { padding-block: 0 clamp(48px, 7vw, 88px); }
.fv2-section--tint { background: var(--fv2-tint); }
.fv2-section--last { padding-bottom: clamp(56px, 8vw, 96px); }

/* ---- Type ---- */
.fv2-h1, .fv2-h2, .fv2-h3 { font-family: var(--fv2-display); font-weight: 700; color: var(--fv2-ink); margin: 0; text-wrap: balance; letter-spacing: -0.01em; line-height: 1.05; }
.fv2-h1 { font-size: clamp(42px, 5.6vw, 72px); }
.fv2-h2 { font-size: clamp(32px, 3.8vw, 50px); line-height: 1.08; }
.fv2-h2--sm { font-size: clamp(28px, 3vw, 38px); }
.fv2-h3 { font-size: 26px; line-height: 1.15; margin-bottom: 8px; }
.fv2-lead { font-size: clamp(17px, 1.5vw, 19px); line-height: 1.6; color: var(--fv2-ink-2); max-width: 56ch; }
.fv2-text { font-size: 17px; line-height: 1.65; color: var(--fv2-ink-2); max-width: 62ch; }
.fv2-text--sm { font-size: 15.5px; }
.fv2-text--intro { max-width: 70ch; margin: 12px 0 36px; }
.fv2-text + .fv2-text { margin-top: 14px; }
.fv2-muted { font-size: 15px; color: var(--fv2-ink-3); }
.fv2-muted--center { text-align: center; margin-top: 28px; }
.fv2-eyebrow { display: flex; align-items: center; gap: 12px; font-family: var(--fv2-display); font-size: 14px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fv2-green-mid); margin-bottom: 14px; }
.fv2-eyebrow--amber { color: var(--fv2-amber); }
.fv2-eyebrow-line { width: 28px; height: 2px; background: var(--fv2-amber); }
.fv2-amber-text { color: var(--fv2-amber); }
.fv2-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px 40px; flex-wrap: wrap; margin-bottom: 32px; }
.fv2-section-head > div { max-width: 700px; }
.fv2-section-head .fv2-h2 { margin-bottom: 12px; }
.fv2-section-head .fv2-eyebrow { margin-bottom: 10px; }

/* ---- Buttons & links ---- */
.fv2-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 26px; border-radius: 999px; font-family: var(--fv2-body); font-size: 15px; font-weight: 700; line-height: 1.2; text-decoration: none; cursor: pointer; border: 1px solid transparent; transition: transform .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease; white-space: nowrap; }
.fv2-btn:hover { transform: translateY(-1px); }
.fv2-btn:focus-visible, .fv2-size:focus-visible, .fv2-link:focus-visible, .fv2-tile:focus-visible, .fv2-faq-item summary:focus-visible { outline: 3px solid var(--fv2-amber); outline-offset: 2px; }
.fv2-btn--dark { background: var(--fv2-green); color: #fff !important; }
.fv2-btn--dark:hover { background: var(--fv2-green-dark); color: #fff; }
.fv2-btn--outline { background: transparent; border-color: var(--fv2-green); color: var(--fv2-green) !important; }
.fv2-btn--outline:hover { background: var(--fv2-green); color: #fff !important; }
.fv2-btn--ghost { background: transparent; border-color: rgba(255,255,255,.45); color: #fff !important; }
.fv2-btn--ghost:hover { border-color: #fff; }
.fv2-btn--amber { background: var(--fv2-amber); color: var(--fv2-amber-ink) !important; }
.fv2-btn--amber:hover { background: #ffb300; }
.fv2-btn--lg { min-height: 58px; padding: 0 32px; font-size: 16.5px; }
.fv2-btn--sm { min-height: 44px; padding: 0 18px; font-size: 14.5px; }
.fv2-btn--tall { flex-direction: column; align-items: flex-start; gap: 3px; min-height: 66px; padding: 10px 26px; white-space: normal; text-align: left; }
.fv2-btn-main { font-size: 17px; font-weight: 700; }
.fv2-btn-sub { font-size: 13px; font-weight: 400; opacity: .85; }
.fv2-btn.is-loading { opacity: .7; pointer-events: none; }
.fv2-btn.is-added { background: var(--fv2-green-dark); }
.fv2-link { font-weight: 700; color: var(--fv2-green); }
.fv2-link--arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--fv2-ink); }
.fv2-link--arrow .fv2-ico { width: 18px; height: 18px; }
.fv2-ico { width: 18px; height: 18px; flex: none; }

/* ---- Pills & chips ---- */
.fv2-pill { display: inline-flex; align-items: center; padding: 7px 14px; border-radius: 999px; background: var(--fv2-tint-2); color: var(--fv2-green-mid); font-family: var(--fv2-display); font-size: 13.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; }
.fv2-pill--dark { background: var(--fv2-green); color: #fff; }
.fv2-pill--light { background: rgba(255,255,255,.92); color: var(--fv2-green-mid); margin: 0; }
.fv2-chips, .fv2-season-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.fv2-chip { display: inline-flex; align-items: center; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--fv2-line); font-size: 14.5px; color: var(--fv2-ink-2); background: var(--fv2-surface); }
.fv2-chip:empty { display: none; }
.fv2-chip--dark { background: var(--fv2-green); border-color: var(--fv2-green); color: #fff; font-weight: 700; }
.fv2-season-chips { margin-bottom: 28px; }

/* ---- 1 · Deadline bar (above theme header) ---- */
.fv2-deadline { background: var(--fv2-green-dark); color: #eef1e3; font-family: var(--fv2-body); font-size: 14.5px; }
.fv2-deadline-inner { max-width: 1320px; margin: 0 auto; padding: 11px clamp(16px, 4vw, 40px); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 22px; text-align: center; }
.fv2-deadline strong { font-weight: 700; color: #fff; font-variant-numeric: tabular-nums; }
.fv2-deadline-live { display: inline-flex; align-items: center; gap: 9px; }
.fv2-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--fv2-amber); box-shadow: 0 0 0 0 rgba(255,138,0,.6); animation: fv2-pulse 2s infinite; }
@keyframes fv2-pulse { 0% { box-shadow: 0 0 0 0 rgba(255,138,0,.55); } 70% { box-shadow: 0 0 0 7px rgba(255,138,0,0); } 100% { box-shadow: 0 0 0 0 rgba(255,138,0,0); } }
.fv2-deadline-sep { color: #5b6a3f; }
.fv2-deadline-link { color: #ffd89b !important; font-weight: 700; }
.fv2-deadline-link:hover { color: #fff !important; }
.fv2-deadline.is-closed .fv2-dot { animation: none; background: #b9c39a; }

/* ---- 3 · Returning customers ---- */
.fv2-return { background: var(--fv2-tint-2); border-bottom: 1px solid var(--fv2-line); }
.fv2-return-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px 32px; flex-wrap: wrap; padding-block: 14px; }
.fv2-return-text { display: flex; align-items: center; gap: 14px; font-size: 16px; }
.fv2-return-text .fv2-ico { width: 22px; height: 22px; color: var(--fv2-green-mid); }
.fv2-return-actions { display: flex; align-items: center; gap: 18px; }
.fv2-return .fv2-btn { min-height: 46px; }

/* ---- 4 · Hero ---- */
.fv2-sticky.is-hidden { transform: translateY(110%) !important; }

.fv2-hero { padding-block: clamp(40px, 6vw, 72px); background: radial-gradient(120% 90% at 100% 0%, var(--fv2-tint) 0%, rgba(245,247,238,0) 55%); }
.fv2-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 60px); align-items: center; }
.fv2-hero-copy { display: flex; flex-direction: column; gap: 22px; }
.fv2-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.fv2-checks { display: flex; flex-wrap: wrap; gap: 12px 26px; padding-top: 18px; border-top: 1px solid var(--fv2-line); }
.fv2-checks li { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; color: var(--fv2-ink-2); }
.fv2-checks .fv2-ico { color: var(--fv2-green-mid); stroke-width: 2.2; }
.fv2-hero-media { display: flex; flex-direction: column; gap: 16px; }
.fv2-hero-video { position: relative; border-radius: var(--fv2-radius-lg); overflow: hidden; background: var(--fv2-tint-2); aspect-ratio: 16 / 10; display: flex; align-items: flex-end; padding: 18px; }
.fv2-hero-video video, .fv2-hero-video > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fv2-hero-video .fv2-pill { position: relative; }
.fv2-hero-row { display: grid; grid-template-columns: minmax(0, 1fr) 210px; gap: 16px; align-items: stretch; }
/* Photo takes the card's height (same height as "Ugens samlede plukning"). */
.fv2-hero-photo { position: relative; border-radius: var(--fv2-radius-lg); overflow: hidden; background: var(--fv2-tint-2); min-height: 160px; }
.fv2-hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fv2-hero-card { display: flex; flex-direction: column; justify-content: space-between; gap: 18px; border-radius: var(--fv2-radius-lg); background: var(--fv2-green); color: #fff !important; padding: 20px; min-height: 160px; transition: background .15s ease; }
.fv2-hero-card:hover { background: var(--fv2-green-dark); }
.fv2-hero-card-label { font-family: var(--fv2-display); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--fv2-amber); font-weight: 600; }
.fv2-hero-card-title { display: block; font-family: var(--fv2-display); font-size: 27px; font-weight: 700; line-height: 1.1; }
.fv2-hero-card-sub { display: block; font-size: 14px; color: #d7dbc8; margin-top: 6px; }
.fv2-hero-card-label .fv2-dot { display: inline-block; vertical-align: middle; margin: -2px 8px 0 0; }
.fv2-hero-card-cd { color: #fff; font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }

/* ---- 5 · Trust band ---- */
.fv2-trust { background: var(--fv2-tint); border-block: 1px solid var(--fv2-line); }
.fv2-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding-block: 24px; }
.fv2-trust-item { display: flex; align-items: center; gap: 14px; font-size: 14.5px; line-height: 1.4; color: var(--fv2-ink-2); }
.fv2-trust-item strong { color: var(--fv2-ink); font-weight: 700; }
.fv2-trust-ico { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--fv2-surface); display: flex; align-items: center; justify-content: center; color: var(--fv2-green-mid); border: 1px solid var(--fv2-line); }
.fv2-trust-ico .fv2-ico { width: 22px; height: 22px; }

/* ---- 6 · Tasting ---- */
.fv2-tasting { display: grid; grid-template-columns: minmax(0, 340px) minmax(0, 1fr); gap: clamp(24px, 4vw, 48px); align-items: center; background: var(--fv2-surface); border: 1px solid var(--fv2-line); border-radius: 28px; padding: clamp(20px, 3vw, 40px); box-shadow: var(--fv2-shadow); }
.fv2-tasting-media { border-radius: 22px; overflow: hidden; background: var(--fv2-tint-2); aspect-ratio: 1 / 1; }
.fv2-tasting-media img { width: 100%; height: 100%; object-fit: cover; }
.fv2-tasting-body .fv2-h2 { margin-bottom: 12px; }
.fv2-tasting-body .fv2-text { margin-bottom: 22px; }
.fv2-tasting .fv2-chips { margin: 18px 0 26px; }
.fv2-tasting-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }

/* size selector (shared: tasting + cards) */
.fv2-sizes { display: flex; flex-wrap: wrap; gap: 8px; }
.fv2-size { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-height: 40px; padding: 8px 14px; border-radius: 12px; border: 1.5px solid var(--fv2-line); background: var(--fv2-surface); color: var(--fv2-ink); font-size: 14px; font-weight: 700; cursor: pointer; transition: border-color .15s ease, background .15s ease, color .15s ease; }
.fv2-size:hover:not(:disabled) { border-color: var(--fv2-green-mid); }
.fv2-size.is-active { border-color: var(--fv2-green); background: var(--fv2-green); color: #fff; }
.fv2-size:disabled { opacity: .45; cursor: not-allowed; text-decoration: line-through; }
.fv2-size small { font-weight: 400; text-decoration: none; }
.fv2-sizes--lg .fv2-size { flex: 1 1 120px; min-height: 60px; padding: 10px 16px; border-radius: 14px; }
.fv2-size-label { font-family: var(--fv2-display); font-size: 18px; font-weight: 700; }
.fv2-size-price { font-size: 13.5px; font-weight: 400; opacity: .9; }

/* ---- 9 · Abonnement ---- */
.fv2-subs { display: flex; align-items: center; justify-content: space-between; gap: 32px 56px; flex-wrap: wrap; background: var(--fv2-green); color: #eef1e3; border-radius: 28px; padding: clamp(28px, 4vw, 48px); background-image: linear-gradient(135deg, #2d3a0e 0%, #4a5a20 100%); box-shadow: var(--fv2-shadow); }
.fv2-subs-copy { flex: 1 1 520px; max-width: 680px; }
.fv2-subs .fv2-h2 { color: #fff; margin-bottom: 14px; }
.fv2-subs .fv2-text { color: #d7dbc8; margin-bottom: 20px; }
.fv2-subs-facts { display: flex; flex-wrap: wrap; gap: 8px 28px; font-size: 15px; color: #d7dbc8; }
.fv2-subs-facts strong { color: #fff; }
.fv2-subs-actions { display: flex; flex-direction: column; gap: 12px; flex: 0 1 320px; }
.fv2-subs-actions .fv2-btn { width: 100%; }

/* ---- 7 · Prisprofil ---- */
.fv2-prices { background: var(--fv2-surface); border: 1px solid var(--fv2-line); border-radius: var(--fv2-radius-lg); padding: 8px clamp(16px, 3vw, 40px) 20px; overflow-x: auto; }
.fv2-prices-row { display: grid; grid-template-columns: minmax(120px, 1.1fr) repeat(3, minmax(0, 1fr)); gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--fv2-tint-2); align-items: center; }
.fv2-prices-row:last-child { border-bottom: 0; }
.fv2-prices-head { padding: 22px 0 14px; font-family: var(--fv2-display); font-size: 13.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--fv2-ink-3); }
.fv2-prices-name { font-family: var(--fv2-display); font-size: 24px; font-weight: 700; }
.fv2-prices-name a { color: var(--fv2-ink); }
.fv2-prices-cell { border-radius: 12px; padding: 10px 14px; margin: -10px -14px; }
.fv2-prices-main { font-size: 17px; font-weight: 700; }
.fv2-prices-sub { font-size: 14px; color: var(--fv2-ink-3); margin-top: 3px; }
.fv2-prices-cell.is-best { background: var(--fv2-amber-soft); }
.fv2-prices-cell.is-best .fv2-prices-sub { color: var(--fv2-amber-ink); font-weight: 700; }
.fv2-prices-cell.is-oos { opacity: .5; }
.fv2-prices-cell.is-empty { color: var(--fv2-line-2); }
.fv2-ship { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 20px; }
.fv2-ship-card { background: var(--fv2-tint); border-radius: 18px; padding: 20px 24px; display: flex; flex-direction: column; gap: 6px; font-size: 15px; line-height: 1.5; color: var(--fv2-ink-2); }
.fv2-ship-card strong { font-size: 16px; color: var(--fv2-ink); }
.fv2-ship-card--dark { background: var(--fv2-green); color: #d7dbc8; }
.fv2-ship-card--dark strong { color: #fff; }

@media (max-width: 760px) {
  .fv2-prices { overflow: visible; padding: 4px 16px 8px; }
  .fv2-prices-head { display: none; }
  .fv2-prices-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 16px 0; }
  .fv2-prices-name { grid-column: 1 / -1; font-size: 22px; margin-bottom: 2px; }
  .fv2-prices-cell { margin: 0; padding: 10px 10px; background: var(--fv2-tint); }
  .fv2-prices-main { font-size: 14.5px; }
  .fv2-prices-sub { font-size: 12.5px; }
  .fv2-prices-cell.is-empty { display: none; }
}

/* ---- 8 · Product cards ---- */
.fv2-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.fv2-card { position: relative; display: flex; flex-direction: column; background: var(--fv2-surface); border: 1px solid var(--fv2-line); border-radius: 22px; overflow: hidden; transition: box-shadow .2s ease, transform .2s ease; }
.fv2-card:hover { box-shadow: var(--fv2-shadow); transform: translateY(-2px); }
.fv2-card--highlight { border: 2px solid var(--fv2-amber); }
.fv2-card--oos { opacity: .7; }
.fv2-card-badge { position: absolute; top: 14px; right: 14px; z-index: 1; background: var(--fv2-amber); color: var(--fv2-amber-ink); border-radius: 999px; padding: 6px 12px; font-size: 12.5px; font-weight: 700; }
.fv2-card-media { display: block; aspect-ratio: 1 / 1; background: var(--fv2-tint-2); overflow: hidden; }
.fv2-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.fv2-card:hover .fv2-card-media img { transform: scale(1.03); }
.fv2-card-body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.fv2-card-title { font-family: var(--fv2-display); font-size: 25px; font-weight: 700; margin: 0; line-height: 1.1; }
.fv2-card-title a { color: var(--fv2-ink); }
.fv2-card-blurb { font-size: 14px; line-height: 1.55; color: var(--fv2-ink-3); }
.fv2-card .fv2-sizes { margin-top: 4px; }
.fv2-card .fv2-size { min-height: 36px; padding: 6px 12px; font-size: 13.5px; border-radius: 10px; }
.fv2-card-foot { margin-top: auto; padding-top: 14px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.fv2-card-amount { display: block; font-size: 20px; font-weight: 700; }
.fv2-card-kg { display: block; font-size: 13px; font-weight: 700; color: var(--fv2-green-mid); }
.fv2-oos { font-size: 14px; font-weight: 700; color: var(--fv2-ink-3); }

/* ---- 8b · Sæsonen ---- */
.fv2-season { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.fv2-season-card { background: var(--fv2-surface); border: 1px solid var(--fv2-line); border-radius: 22px; padding: 28px; }
.fv2-season-card .fv2-text { margin-bottom: 14px; }
.fv2-season-list { display: flex; flex-direction: column; gap: 10px; font-size: 16.5px; }
.fv2-season-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding-bottom: 10px; border-bottom: 1px dashed var(--fv2-tint-2); }
.fv2-season-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.fv2-season-list a { color: var(--fv2-ink); }
.fv2-season-list span { color: var(--fv2-green-mid); font-weight: 700; white-space: nowrap; }

/* ---- 10 · Levering ---- */
.fv2-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; counter-reset: fv2; }
.fv2-step { background: var(--fv2-tint); border-radius: 20px; padding: 26px; display: flex; flex-direction: column; gap: 8px; }
.fv2-step strong { font-size: 19px; line-height: 1.25; }
.fv2-step p { font-size: 15.5px; line-height: 1.6; color: var(--fv2-ink-2); }
.fv2-step-n { font-family: var(--fv2-display); font-size: 36px; font-weight: 700; color: var(--fv2-amber); line-height: 1; margin-bottom: 6px; }
.fv2-step--dark { background: var(--fv2-green); color: #fff; }
.fv2-step--dark p { color: #d7dbc8; }

/* ---- 11 · Forventning ---- */
.fv2-expect { display: grid; grid-template-columns: minmax(0, 520px) minmax(0, 1fr); gap: clamp(28px, 4vw, 56px); align-items: start; }
.fv2-expect-copy .fv2-h2 { margin-bottom: 18px; }
.fv2-expect-list { display: flex; flex-direction: column; gap: 16px; }
.fv2-info { background: var(--fv2-surface); border: 1px solid var(--fv2-line); border-radius: 20px; padding: 22px 26px; display: flex; gap: 18px; align-items: flex-start; }
.fv2-info .fv2-ico { width: 24px; height: 24px; color: var(--fv2-green-mid); margin-top: 2px; }
.fv2-info strong { display: block; font-size: 18px; margin-bottom: 6px; }
.fv2-info p { font-size: 15.5px; line-height: 1.6; color: var(--fv2-ink-2); }

/* ---- 12 · Gården ---- */
.fv2-farm { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 60px); align-items: center; }
.fv2-farm-media { position: relative; border-radius: var(--fv2-radius-lg); overflow: hidden; aspect-ratio: 4 / 3; background: var(--fv2-tint-2); display: flex; align-items: flex-end; padding: 18px; }
.fv2-farm-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fv2-farm-media .fv2-pill { position: relative; }
.fv2-farm-copy .fv2-h2 { margin-bottom: 18px; }
.fv2-stats { display: flex; flex-wrap: wrap; gap: 20px 40px; margin: 26px 0; }
.fv2-stats strong { display: block; font-family: var(--fv2-display); font-size: 32px; font-weight: 700; line-height: 1; }
.fv2-stats span { font-size: 14.5px; color: var(--fv2-ink-3); }

/* ---- 13 · Specialiteter ---- */
.fv2-tiles { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.fv2-tile { display: flex; flex-direction: column; gap: 4px; color: var(--fv2-ink); }
.fv2-tile-media { display: block; aspect-ratio: 1 / 1; border-radius: 18px; overflow: hidden; background: var(--fv2-tint-2); margin-bottom: 10px; }
.fv2-tile-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.fv2-tile:hover .fv2-tile-media img { transform: scale(1.04); }
.fv2-tile-title { font-family: var(--fv2-display); font-size: 21px; font-weight: 700; line-height: 1.15; }
.fv2-tile-price { font-size: 14px; color: var(--fv2-ink-3); }

/* ---- 14 · Kunder ---- */
.fv2-quotes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 28px; }
.fv2-quote { margin: 0; background: var(--fv2-surface); border-radius: 20px; padding: 28px; }
.fv2-stars { display: flex; gap: 3px; margin-bottom: 14px; color: var(--fv2-amber); }
.fv2-stars .fv2-ico { fill: currentColor; stroke: none; }
.fv2-quote p { font-size: 17px; line-height: 1.6; margin-bottom: 16px; }
.fv2-quote footer { font-size: 14.5px; color: var(--fv2-ink-3); }

/* ---- 15 · FAQ ---- */
.fv2-faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 40px; margin-top: 28px; }
.fv2-faq-item { border-top: 1px solid var(--fv2-line); padding: 6px 0; }
.fv2-faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 0; font-size: 18px; font-weight: 700; }
.fv2-faq-item summary::-webkit-details-marker { display: none; }
.fv2-faq-item summary::after { content: ""; flex: none; width: 10px; height: 10px; border-right: 2px solid var(--fv2-green-mid); border-bottom: 2px solid var(--fv2-green-mid); transform: rotate(45deg); transition: transform .2s ease; margin-right: 4px; }
.fv2-faq-item[open] summary::after { transform: rotate(-135deg); }
.fv2-faq-item p { font-size: 16px; line-height: 1.6; color: var(--fv2-ink-2); padding: 0 0 16px; max-width: 60ch; }

/* ---- 16 · Gavekort + engros ---- */
.fv2-duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.fv2-duo-card { background: var(--fv2-surface); border: 1px solid var(--fv2-line); border-radius: var(--fv2-radius-lg); padding: clamp(24px, 3vw, 38px); display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.fv2-duo-card--tint { background: var(--fv2-tint-2); border-color: transparent; }
.fv2-duo-card .fv2-eyebrow { margin-bottom: 4px; }
.fv2-duo-card .fv2-btn { margin-top: 10px; }

/* ---- Mobile sticky CTA ---- */
.fv2-sticky { display: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
  .fv2-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fv2-tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fv2-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fv2-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .fv2-hero-grid { grid-template-columns: 1fr; }
  .fv2-hero-media { order: 2; }
  .fv2-hero-row { grid-template-columns: minmax(0, 1fr) 180px; }
  .fv2-tasting { grid-template-columns: 1fr; }
  .fv2-tasting-media { max-width: 420px; aspect-ratio: 4 / 3; }
  .fv2-season { grid-template-columns: 1fr; }
  .fv2-expect { grid-template-columns: 1fr; }
  .fv2-farm { grid-template-columns: 1fr; }
  .fv2-farm-media { order: -1; }
  .fv2-ship { grid-template-columns: 1fr; }
  .fv2-faq { grid-template-columns: 1fr; }
  .fv2-duo { grid-template-columns: 1fr; }
  .fv2-quotes { grid-template-columns: 1fr; }
  .fv2-subs-actions { flex-basis: 100%; flex-direction: row; flex-wrap: wrap; }
  .fv2-subs-actions .fv2-btn { width: auto; flex: 1 1 240px; }
  .fv2-return-inner { justify-content: center; text-align: center; }
  .fv2-return-text { justify-content: center; }
}

@media (max-width: 600px) {
  .fv2 { font-size: 15px; }
  .fv2-h1 { font-size: clamp(38px, 11vw, 48px); }
  .fv2-h2 { font-size: clamp(30px, 8.5vw, 38px); }
  .fv2-hero { padding-top: 28px; }
  .fv2-hero-ctas { flex-direction: column; }
  .fv2-hero-ctas .fv2-btn { width: 100%; align-items: center; text-align: center; }
  .fv2-checks { gap: 10px 18px; }
  .fv2-checks li { font-size: 14px; }
  .fv2-hero-row { grid-template-columns: 1fr; }
  .fv2-hero-photo { aspect-ratio: 16 / 9; min-height: 0; }
  .fv2-hero-card { min-height: 0; flex-direction: row; align-items: center; justify-content: space-between; }
  .fv2-trust-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .fv2-trust-item { flex-direction: column; align-items: flex-start; gap: 10px; font-size: 13.5px; }
  .fv2-cards { grid-template-columns: 1fr; }
  .fv2-card-media { aspect-ratio: 16 / 10; }
  .fv2-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .fv2-steps { grid-template-columns: 1fr; gap: 14px; }
  .fv2-tasting-cta .fv2-btn, .fv2-section-head .fv2-btn { width: 100%; }
  .fv2-prices { padding-inline: 14px; }
  .fv2-deadline-inner { font-size: 13.5px; gap: 6px 14px; }
  .fv2-deadline-sep { display: none; }
  .fv2-return-actions { flex-direction: column; gap: 10px; width: 100%; }
  .fv2-return .fv2-btn { width: 100%; }
  .fv2-stats { gap: 16px 28px; }
  .fv2-section--last { padding-bottom: 120px; } /* room for sticky bar */

  .fv2-sticky { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); background: var(--fv2-green-dark); color: #fff; box-shadow: 0 -6px 24px rgba(0,0,0,.18); transform: translateY(110%); transition: transform .25s ease; }
  .fv2-sticky.is-visible { transform: none; }
  .fv2-sticky-text { display: flex; flex-direction: column; line-height: 1.25; font-size: 13px; color: #d7dbc8; min-width: 0; }
  .fv2-sticky-text strong { color: #fff; font-size: 15px; }
  .fv2-sticky .fv2-btn { min-height: 46px; padding: 0 22px; flex: none; }
}

@media (prefers-reduced-motion: reduce) {
  .fv2 *, .fv2-dot, .fv2-sticky { transition: none !important; animation: none !important; }
}
