:root{
  --bg:#f6f8f4;
  --bg-soft:#eef4ea;
  --surface:#ffffff;
  --surface-2:#f8fbf7;
  --surface-3:#f2f6f1;
  --text:#183126;
  --muted:#607566;
  --line:#dbe6dc;
  --brand:#1f7a4f;
  --brand-2:#7dbb65;
  --accent:#f6c85f;
  --danger:#b14343;
  --success:#0e8a57;
  --blue:#2f6fd8;
  --purple:#6e4ed8;
  --radius:26px;
  --radius-sm:18px;
  --shadow:0 18px 44px rgba(17,49,35,.08);
  --shadow-soft:0 10px 24px rgba(17,49,35,.05);
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--text);background:linear-gradient(180deg,#f9fcf7,#f4f7f2 30%,#f7faf6)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
textarea{resize:vertical}
.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}
.top-notice{padding:11px 16px;background:#1a4635;color:#fff;text-align:center;font-size:.88rem;font-weight:700}
.site-header{position:sticky;top:0;z-index:30;background:rgba(249,252,247,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.header-row{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand-mark{width:16px;height:16px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--accent));box-shadow:0 0 0 10px rgba(31,122,79,.10);flex:0 0 auto}
.brand-mark-image{width:44px;height:44px;border-radius:14px;object-fit:cover;border:1px solid var(--line)}
.brand-copy{display:flex;flex-direction:column;min-width:0}
.brand-wordmark{font-weight:900;letter-spacing:-.04em;font-size:1.18rem}
.brand-sub{font-size:.83rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.main-nav{display:flex;align-items:center;gap:20px}
.main-nav a{font-weight:600;color:var(--muted)}
.main-nav a.is-active,.main-nav a:hover{color:var(--text)}
.nav-toggle{display:none;border:none;background:transparent;padding:0;width:46px;height:46px;border-radius:14px;border:1px solid var(--line);align-items:center;justify-content:center;gap:4px;flex-direction:column}
.nav-toggle span{display:block;width:18px;height:2px;background:var(--text);border-radius:99px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 18px;border-radius:999px;border:none;cursor:pointer;font-weight:800;transition:.18s transform,.18s box-shadow,.18s background,.18s border-color;color:var(--text)}
.btn:hover{transform:translateY(-1px)}
.btn--primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;box-shadow:0 12px 26px rgba(31,122,79,.18)}
.btn--secondary{background:#fff;color:var(--text);border:1px solid var(--line)}
.btn--ghost{background:transparent;border:1px solid var(--line);color:var(--text)}
.btn--danger{background:#fff0f0;border:1px solid #f2d0d0;color:#8a2d2d}
.btn--small{padding:10px 14px;font-size:.95rem}
.btn--nav{margin-left:8px}
.cart-count{display:inline-grid;place-items:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#fff;color:var(--brand);font-size:.85rem}
.flash{padding:12px 0;border-bottom:1px solid var(--line)}
.flash--success{background:#edf8f1;color:#175d3e}
.flash--error{background:#fff2f2;color:#8a2d2d}
.flash--info{background:#eff4ff;color:#244d8b}
.hero{padding:62px 0 34px}

.hero-link-section{padding:0;background:linear-gradient(180deg,#f5f1e9 0%,#f6f3ed 100%)}
.hero-image-link{display:block;width:100%;height:clamp(430px,72svh,720px);background:#f5f1e9;cursor:pointer}
.hero-image-link img{width:100%;height:100%;object-fit:contain;object-position:center top;display:block}

.section--hero-intro{padding-top:18px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}
.intro-shell{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:stretch;margin-bottom:18px}
.intro-shell__main,.intro-shell__aside{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.intro-shell__main{padding:30px;background:linear-gradient(135deg,#ffffff 0%,#f8fbf7 100%)}
.intro-shell__main h2{margin:14px 0 12px;font-size:clamp(2rem,4.2vw,3.2rem);line-height:1;letter-spacing:-.05em;max-width:12ch}
.intro-shell__main p{margin:0;color:var(--muted);line-height:1.78;max-width:58ch}
.intro-shell__aside{padding:18px;display:grid;gap:12px;background:linear-gradient(180deg,#ffffff 0%,#fbfcfa 100%)}
.intro-chip{padding:18px 18px 16px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.intro-chip strong{display:block;font-size:1.02rem;margin-bottom:6px}
.intro-chip span{display:block;color:var(--muted);line-height:1.6}
.modern-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.modern-feature-card{padding:24px;background:linear-gradient(180deg,#ffffff 0%,#f8fbf7 100%);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}
.modern-feature-card__num{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:#edf8f1;color:var(--brand);font-weight:900;font-size:.9rem;letter-spacing:.08em}
.modern-feature-card h3{margin:16px 0 10px;letter-spacing:-.03em;font-size:1.25rem}
.modern-feature-card p{margin:0;color:var(--muted);line-height:1.72}
.hero h1,.section-head h2,.page-hero h1{margin:14px 0 12px;line-height:.96;letter-spacing:-.05em}
.hero h1{font-size:clamp(2.8rem,6vw,5.4rem);max-width:12ch}
.hero p.lead,.page-hero p,.section-head p,.lead{margin:0;color:var(--muted);line-height:1.78;font-size:1.02rem}
.kicker,.section-label{display:inline-flex;width:max-content;padding:10px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
.hero-actions,.split-actions,.form-actions,.footer-badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
.metric-card,.stat-card,.mini-card{background:rgba(255,255,255,.76);border:1px solid var(--line);border-radius:var(--radius-sm);padding:18px;box-shadow:var(--shadow-soft)}
.metric-card strong,.stat-card strong{display:block;font-size:1.1rem}
.metric-card span,.mini-card p,.table-note,.item-note,.muted{color:var(--muted)}
.hero-visual-card,.account-card,.admin-card,.panel,.product-card,.cart-card,.detail-card,.login-card,.category-card,.content-card,.cta-card,.summary-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.hero-visual-card{padding:24px;position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff,#f7fbf6)}
.hero-visual-card::after{content:"";position:absolute;right:-40px;top:-40px;width:220px;height:220px;background:radial-gradient(circle,var(--accent),transparent 70%);opacity:.32}
.hero-stack{display:grid;gap:14px}
.hero-band{padding:18px;border-radius:22px;background:linear-gradient(135deg,#edf8f1,#fff7e5);border:1px solid var(--line)}
.hero-band strong{font-size:1.1rem;display:block;margin-bottom:8px}
.hero-media{border-radius:22px;overflow:hidden;border:1px solid var(--line);background:#fff}
.product-pill{display:inline-flex;width:max-content;padding:8px 10px;border-radius:999px;background:#eef8f1;color:var(--brand);font-weight:800;font-size:.8rem}
.price-line{display:flex;align-items:end;gap:10px;flex-wrap:wrap}
.price{font-size:2rem;font-weight:900;letter-spacing:-.04em}
.compare-price{text-decoration:line-through;color:#96a69a}
.section{padding:76px 0}
.section--soft{background:linear-gradient(180deg,var(--bg-soft),rgba(238,244,234,.5))}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:24px}
.section-head h2{font-size:clamp(2rem,3.8vw,3.3rem);max-width:13ch}
.value-grid,.product-grid,.category-grid,.stats-grid,.account-grid,.dashboard-grid,.cards-3,.cards-4{display:grid;gap:18px}
.value-grid,.cards-3{grid-template-columns:repeat(3,1fr)}
.cards-4,.stats-grid{grid-template-columns:repeat(4,1fr)}
.product-grid{grid-template-columns:repeat(3,1fr)}
.category-grid{grid-template-columns:repeat(2,1fr)}
.account-grid{grid-template-columns:.9fr 1.1fr}
.dashboard-grid{grid-template-columns:1.1fr .9fr}
.value-card,.category-card,.product-card,.cta-card,.summary-card{padding:22px}
.value-card h3,.product-card h3,.account-card h3,.admin-card h3,.detail-card h3,.summary-card h3{margin:12px 0 8px;letter-spacing:-.03em}
.value-card p,.product-card p,.account-card p,.category-card p,.detail-card p,.summary-card p{margin:0;color:var(--muted);line-height:1.72}
.feature-list,.bullet-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px}
.feature-list li,.bullet-list li{position:relative;padding-left:20px;line-height:1.55}
.feature-list li::before,.bullet-list li::before{content:"";position:absolute;left:0;top:.45em;width:10px;height:10px;background:linear-gradient(135deg,var(--brand),var(--accent));border-radius:999px}
.product-card{display:flex;flex-direction:column;gap:14px}
.product-card__image{aspect-ratio:4/3;border-radius:20px;overflow:hidden;background:var(--surface-2)}
.product-card__image img,.media-thumb img{width:100%;height:100%;object-fit:cover}
.product-card__meta,.summary-line{display:flex;justify-content:space-between;gap:10px;align-items:center}
.badge-pill{display:inline-flex;padding:8px 10px;border-radius:999px;font-size:.78rem;font-weight:800}
.badge-pill--green{background:#e9f8f0;color:#0f7a4b}
.badge-pill--gold{background:#fff7e2;color:#8a6314}
.badge-pill--blue{background:#edf3ff;color:#2f6fd8}
.badge-pill--purple{background:#f2edff;color:#6947d4}
.badge-pill--red{background:#fff0f0;color:#b14343}
.filters-row{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:20px;flex-wrap:wrap}
.filter-chips{display:flex;gap:8px;flex-wrap:wrap}
.chip{padding:10px 12px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--text);font-weight:800}
.chip.is-active{background:#edf8f1;border-color:#cfe6d7;color:var(--brand)}
.page-hero{padding:42px 0 24px}
.page-hero--compact{padding:34px 0 12px}
.page-hero h1{font-size:clamp(2.2rem,4.8vw,4rem);max-width:14ch}
.product-hero{padding:34px 0 72px}
.product-detail{display:grid;grid-template-columns:1fr .95fr;gap:28px;align-items:start}
.gallery{display:grid;gap:14px}
.gallery-main{aspect-ratio:4/3;overflow:hidden;border-radius:28px;background:#fff;border:1px solid var(--line)}
.gallery-main img{width:100%;height:100%;object-fit:cover}
.gallery-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.gallery-thumbs button{padding:0;border:none;background:transparent;cursor:pointer;border-radius:18px;overflow:hidden}
.gallery-thumbs img{border-radius:18px;border:1px solid var(--line)}
.detail-card{padding:28px;display:grid;gap:18px;position:sticky;top:106px}
.detail-card h1{margin:8px 0 0;font-size:clamp(2.2rem,4vw,3.5rem);letter-spacing:-.05em;line-height:.98}
.kv-list{display:grid;gap:12px}
.kv-item{display:flex;justify-content:space-between;gap:12px;padding:14px 0;border-top:1px solid var(--line)}
.kv-item:first-child{border-top:none}
.form-grid,.profile-grid,.settings-grid,.product-edit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.form-card{padding:22px}
.profile-grid label,.form-grid label,.settings-grid label,.product-edit-grid label{display:grid;gap:8px;font-weight:700}
input,select,textarea{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--text)}
textarea{min-height:120px}
input[type="checkbox"]{width:auto}
.form-field--full{grid-column:1/-1}
.login-layout{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.login-card{padding:26px}
.account-card,.admin-card,.panel,.cart-card,.content-card,.summary-card{padding:22px}
.account-stack,.admin-stack{display:grid;gap:18px}
.subscription-item,.order-item,.favorite-row,.reco-row,.list-row,.media-row{display:flex;justify-content:space-between;gap:14px;align-items:start;padding:14px 0;border-top:1px solid var(--line)}
.subscription-item:first-child,.order-item:first-child,.favorite-row:first-child,.reco-row:first-child,.list-row:first-child,.media-row:first-child{border-top:none;padding-top:0}
.item-title{font-weight:800}
.table-wrap{overflow:auto;border-radius:18px;border:1px solid var(--line)}
.table{width:100%;border-collapse:collapse;background:#fff;min-width:780px}
.table th,.table td{padding:14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.table th{font-size:.86rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);background:#f8faf7}
.table tr:last-child td{border-bottom:none}
.admin-shell{display:grid;grid-template-columns:260px 1fr;gap:20px;padding:22px 0 60px}
.admin-sidebar{position:sticky;top:102px;height:max-content;background:#fff;border:1px solid var(--line);border-radius:24px;padding:16px}
.admin-sidebar a{display:block;padding:12px 14px;border-radius:14px;font-weight:700;color:var(--muted)}
.admin-sidebar a:hover,.admin-sidebar a.is-active{background:#edf8f1;color:var(--brand)}
.admin-topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px;flex-wrap:wrap}
.admin-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.search-row{display:flex;gap:12px;flex-wrap:wrap}
.search-row form{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.empty-state{padding:22px;border:1px dashed var(--line);border-radius:18px;background:#fafcf9;color:var(--muted)}
.notice{padding:14px 16px;border-radius:18px;background:#edf8f1;border:1px solid #d6ebdc;color:#18593c}
.notice--warn{background:#fff7e8;border-color:#f2dfb0;color:#8a6314}
.notice--info{background:#edf3ff;border-color:#d4e2ff;color:#244d8b}
.admin-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.cart-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:22px}
.cart-item{display:grid;grid-template-columns:96px 1fr auto;gap:16px;align-items:center;padding:16px 0;border-top:1px solid var(--line)}
.cart-item:first-child{border-top:none;padding-top:0}
.cart-item__image{width:96px;height:96px;border-radius:18px;overflow:hidden;border:1px solid var(--line)}
.qty-wrap{display:flex;align-items:center;gap:8px}
.qty-wrap input{width:74px}
.summary-line{padding:12px 0;border-top:1px solid var(--line)}
.summary-line:first-child{border-top:none;padding-top:0}
.footer-grid{display:grid;grid-template-columns:1.1fr .8fr .8fr;gap:24px;padding:28px 0 44px}
.footer-title{font-weight:900;margin-bottom:10px}
.site-footer{border-top:1px solid var(--line);margin-top:40px;background:#fff}
.site-footer p,.site-footer a{color:var(--muted);line-height:1.75;display:block}
.admin-login-shell{max-width:560px;margin:50px auto 70px}
.data-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.callout-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.checkout-steps{display:grid;gap:14px;counter-reset:steps}
.checkout-step{padding:18px;border-radius:18px;background:#fafcf9;border:1px solid var(--line);display:flex;gap:14px}
.checkout-step::before{counter-increment:steps;content:counter(steps);width:34px;height:34px;border-radius:999px;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:800;flex:0 0 auto}
.media-thumb{width:84px;height:84px;border-radius:16px;overflow:hidden;border:1px solid var(--line);background:#fff}
.upload-zone{padding:18px;border:1px dashed #c8d8ca;border-radius:18px;background:#fafdf9}
.inline-actions{display:flex;gap:8px;flex-wrap:wrap}
.settings-group{margin-bottom:18px}
.settings-group h3{margin:0 0 12px}
.meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.hide-mobile{display:table-cell}

@media (max-width: 1080px){
  .hero-grid,.product-detail,.account-grid,.dashboard-grid,.cart-layout,.login-layout,.admin-grid-2,.callout-grid,.intro-shell{grid-template-columns:1fr}
  .product-grid,.cards-3,.modern-feature-grid{grid-template-columns:repeat(2,1fr)}
  .value-grid,.stats-grid,.admin-kpis,.cards-4,.data-cards{grid-template-columns:repeat(2,1fr)}
  .footer-grid,.category-grid{grid-template-columns:1fr}
  .admin-shell{grid-template-columns:1fr}
  .admin-sidebar{position:static}
  .detail-card{position:static}
}
@media (max-width: 820px){
  .main-nav{position:fixed;left:16px;right:16px;top:92px;display:none;flex-direction:column;align-items:stretch;padding:16px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}
  .main-nav.is-open{display:flex}
  .nav-toggle{display:flex}
  .header-row{min-height:74px}
  .metric-grid{grid-template-columns:1fr}
  .section-head{flex-direction:column;align-items:flex-start}
  .table{min-width:640px}
  .brand-sub{display:none}
  .modern-feature-grid{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .hero-image-link{height:clamp(260px,42svh,360px)}
  .intro-shell__main{padding:24px}
  .intro-shell__aside{padding:14px}
  .btn--hero{width:100%;justify-content:center}
}
@media (max-width: 640px){
  .container{width:min(var(--container),calc(100% - 20px))}
  .hero{padding-top:38px}
  .hero h1,.page-hero h1,.detail-card h1{max-width:none}
  .product-grid,.value-grid,.stats-grid,.admin-kpis,.gallery-thumbs,.form-grid,.profile-grid,.settings-grid,.product-edit-grid,.cards-3,.cards-4,.meta-grid,.data-cards{grid-template-columns:1fr}
  .filters-row,.admin-topbar,.search-row form,.cart-item,.subscription-item,.order-item,.favorite-row,.reco-row,.list-row,.media-row{display:grid}
  .cart-item{grid-template-columns:1fr}
  .cart-item__image{width:100%;height:auto;aspect-ratio:4/3}
  .table-wrap{border:none;overflow:visible}
  .table,.table thead,.table tbody,.table th,.table td,.table tr{display:block;width:100%;min-width:0}
  .table thead{display:none}
  .table tr{background:#fff;border:1px solid var(--line);border-radius:18px;margin-bottom:12px;overflow:hidden}
  .table td{border-bottom:1px solid var(--line)}
  .table td:last-child{border-bottom:none}
  .hide-mobile{display:block}
  .top-notice{font-size:.8rem}
}

/* =========================================================
   Städboxen corporate homepage v5
   Clean, lively, conversion-focused homepage + category pages
   ========================================================= */
.home-v5 .top-notice{background:#143d2d;color:#f8fff8}
.home-v5 .site-header{background:rgba(255,252,245,.94)}
.home-v5 main{background:#fffaf1}
.home-art-hero{background:#efe9dc;border-bottom:1px solid rgba(31,122,79,.12)}
.home-art-hero__link{display:block;width:100%;height:clamp(430px,69svh,780px);overflow:hidden;background:#efe9dc}
.home-art-hero__link img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transform:scale(1.001)}
.home-section{padding:88px 0;position:relative}
.home-section:nth-of-type(even){background:#fffdf7}
.home-eyebrow{display:inline-flex;align-items:center;width:max-content;padding:9px 12px;border-radius:999px;background:#eaf6ee;border:1px solid #cce5d5;color:#1f7a4f;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.home-section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}
.home-section-head--center{display:grid;place-items:center;text-align:center;max-width:850px;margin:0 auto 44px}
.home-section-head h2{margin:14px 0 0;font-size:clamp(2.25rem,4.6vw,4.25rem);line-height:.96;letter-spacing:-.065em;max-width:13ch;color:#102a20}
.home-section-head p{margin:0;max-width:54ch;color:#536a5e;line-height:1.75;font-size:1.04rem}
.home-intro{background:linear-gradient(180deg,#fffaf1 0%,#fbf6ea 100%);padding-top:72px}
.home-intro__grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:42px;align-items:center}
.home-photo-card{position:relative;border-radius:38px;overflow:hidden;background:#ffffff;border:1px solid rgba(31,122,79,.14);box-shadow:0 24px 60px rgba(34,60,44,.12);min-height:430px;display:grid;place-items:center}
.home-photo-card img{width:100%;height:100%;object-fit:cover;min-height:430px}
.home-photo-card--soft:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(31,122,79,.05));pointer-events:none}
.home-floating-note{position:absolute;left:22px;right:22px;bottom:22px;padding:18px 20px;border-radius:24px;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);border:1px solid rgba(31,122,79,.14);box-shadow:0 16px 38px rgba(18,42,30,.12)}
.home-floating-note strong{display:block;font-size:1.1rem;margin-bottom:5px}.home-floating-note span{color:#52685b;line-height:1.55}
.home-copy-block h1{margin:16px 0 16px;font-size:clamp(2.6rem,5vw,5rem);line-height:.94;letter-spacing:-.075em;max-width:11ch;color:#102a20}
.home-copy-block p{margin:0;color:#536a5e;line-height:1.78;font-size:1.1rem;max-width:58ch}
.home-benefit-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.home-benefit-row span{padding:10px 12px;border-radius:999px;background:#fff;border:1px solid #e0e8dc;color:#214936;font-weight:800;font-size:.92rem}
.home-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.home-diagonal{background:#fffdf7;overflow:hidden}
.diagonal-story{display:grid;gap:36px;position:relative}
.diagonal-story:before{content:"";position:absolute;left:50%;top:40px;bottom:40px;width:2px;background:linear-gradient(180deg,transparent,#d6e5d7,transparent);transform:translateX(-50%);opacity:.8}
.story-card{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;max-width:1080px;margin:0 auto;padding:24px;border-radius:40px;background:#fff;border:1px solid rgba(31,122,79,.13);box-shadow:0 22px 54px rgba(22,54,38,.09)}
.story-card--right .story-card__media{order:2}.story-card--right{transform:translateX(36px)}.story-card--left{transform:translateX(-36px)}.story-card--last{margin-bottom:10px}
.story-card__media{border-radius:30px;overflow:hidden;background:#f4f7f1;border:1px solid #dce8dd;aspect-ratio:16/10}.story-card__media img{width:100%;height:100%;object-fit:cover}
.story-tag{display:inline-flex;padding:9px 11px;border-radius:999px;background:#143d2d;color:#fff;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.story-card__copy h3{font-size:clamp(1.8rem,3vw,3rem);line-height:1;letter-spacing:-.055em;margin:16px 0 12px;color:#102a20}.story-card__copy p{color:#536a5e;line-height:1.74;font-size:1.03rem;margin:0;max-width:45ch}
.home-steps{background:linear-gradient(180deg,#eef7ea 0%,#fffaf1 100%)}.steps-grid-v5{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step-v5{position:relative;text-align:center;padding:18px 18px 26px;border-radius:34px;background:#fff;border:1px solid rgba(31,122,79,.13);box-shadow:0 18px 44px rgba(18,54,36,.08)}.step-v5 img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:24px;background:#f4f8f1;border:1px solid #dfeade}.step-v5 span{position:absolute;top:24px;left:24px;width:44px;height:44px;border-radius:999px;background:#8bd75f;color:#102a20;display:grid;place-items:center;font-weight:900;border:3px solid #fff}.step-v5 h3{font-size:1.35rem;letter-spacing:-.03em;margin:20px 0 8px}.step-v5 p{margin:0;color:#536a5e;line-height:1.65}.home-center-action{display:flex;justify-content:center;margin-top:28px}
.home-boxes{background:#fffaf1}.category-landing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-bottom:36px}.category-landing-card{display:grid;grid-template-columns:190px 1fr;gap:20px;align-items:center;padding:20px;border-radius:34px;background:#fff;border:1px solid rgba(31,122,79,.14);box-shadow:0 18px 44px rgba(18,54,36,.08);transition:transform .18s ease,box-shadow .18s ease}.category-landing-card:hover{transform:translateY(-3px);box-shadow:0 24px 64px rgba(18,54,36,.12)}.category-landing-card img{width:100%;aspect-ratio:1/1;border-radius:24px;object-fit:cover;background:#f4f8f1;border:1px solid #dfeade}.category-landing-card h3{font-size:1.55rem;margin:12px 0 8px;letter-spacing:-.04em}.category-landing-card p{margin:0 0 12px;color:#536a5e;line-height:1.65}.category-landing-card strong{color:#1f7a4f}.box-row-head{display:flex;justify-content:space-between;gap:14px;align-items:end;margin:18px 0}.box-row-head--spaced{margin-top:44px}.box-row-head h3{font-size:clamp(1.6rem,2.8vw,2.4rem);margin:0;letter-spacing:-.045em}.box-row-head a{font-weight:900;color:#1f7a4f}.product-grid--v5{gap:22px}.product-card--v5{border-radius:32px;padding:18px;background:#fff;transition:transform .18s ease,box-shadow .18s ease}.product-card--v5:hover{transform:translateY(-3px);box-shadow:0 22px 60px rgba(18,54,36,.12)}.product-card--v5 .product-card__image{border-radius:24px;aspect-ratio:16/11}.product-card--v5 h3{font-size:1.35rem}.product-card--addon{background:linear-gradient(180deg,#fff,#fff8e8)}
.home-proof{background:#123d2d;color:#fff}.proof-grid-v5{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:18px;align-items:stretch}.proof-big,.proof-card-v5{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);border-radius:32px;padding:26px}.proof-big h2{font-size:clamp(2.2rem,4vw,4.2rem);line-height:.98;letter-spacing:-.06em;max-width:12ch;margin:14px 0 0}.proof-card-v5 strong{display:block;font-size:1.2rem;margin-bottom:8px}.proof-card-v5 span{color:rgba(255,255,255,.76);line-height:1.65}.home-proof .home-eyebrow{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.16);color:#eaffea}
.home-about-banner{background:#fffdf7}.about-banner-v5{display:flex;justify-content:space-between;align-items:center;gap:26px;padding:34px;border-radius:38px;background:linear-gradient(135deg,#ffffff 0%,#eaf6ee 100%);border:1px solid rgba(31,122,79,.14);box-shadow:0 22px 60px rgba(18,54,36,.08)}.about-banner-v5 h2{font-size:clamp(2rem,3.6vw,3.5rem);line-height:1;letter-spacing:-.06em;max-width:13ch;margin:14px 0 12px}.about-banner-v5 p{max-width:62ch;color:#536a5e;line-height:1.75;margin:0}.about-banner-v5 .btn{flex:0 0 auto}
.home-faq{background:#fffaf1}.faq-grid-v5{display:grid;grid-template-columns:.82fr 1.18fr;gap:40px}.faq-grid-v5 h2{font-size:clamp(2rem,3.6vw,3.5rem);letter-spacing:-.06em;line-height:1;margin:14px 0 12px}.faq-grid-v5 p{color:#536a5e;line-height:1.7}.faq-list-v5{display:grid;gap:12px}.faq-list-v5 details{background:#fff;border:1px solid rgba(31,122,79,.14);border-radius:24px;padding:18px 20px;box-shadow:0 10px 28px rgba(18,54,36,.05)}.faq-list-v5 summary{font-size:1.05rem;font-weight:900;cursor:pointer;list-style:none}.faq-list-v5 summary::-webkit-details-marker{display:none}.faq-list-v5 details p{margin:12px 0 0}
.category-page-v5 main{background:#fffaf1}.category-hero-v5{padding:70px 0 54px;background:linear-gradient(135deg,#fffaf1 0%,#eef7ea 100%)}.category-hero-v5__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.category-hero-v5 h1{font-size:clamp(3rem,6vw,5.7rem);line-height:.92;letter-spacing:-.08em;margin:14px 0 16px;max-width:10ch}.category-hero-v5 p{font-size:1.1rem;color:#536a5e;line-height:1.78;max-width:58ch}.category-hero-v5__image{border-radius:38px;overflow:hidden;background:#fff;border:1px solid rgba(31,122,79,.14);box-shadow:0 22px 58px rgba(18,54,36,.11)}.category-hero-v5__image img{width:100%;aspect-ratio:16/11;object-fit:cover}.category-explain-v5{padding-top:48px}.category-explain-v5__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-explain-v5 article{padding:24px;border-radius:30px;background:#fff;border:1px solid rgba(31,122,79,.14);box-shadow:0 14px 38px rgba(18,54,36,.06)}.category-explain-v5 article span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:999px;background:#eaf6ee;color:#1f7a4f;font-weight:900}.category-explain-v5 h3{font-size:1.25rem;margin:16px 0 8px}.category-explain-v5 p{margin:0;color:#536a5e;line-height:1.68}
@media (max-width:1080px){.home-intro__grid,.category-hero-v5__grid,.faq-grid-v5{grid-template-columns:1fr}.proof-grid-v5{grid-template-columns:1fr 1fr}.category-landing-card{grid-template-columns:150px 1fr}.story-card--right,.story-card--left{transform:none}.diagonal-story:before{display:none}.story-card{grid-template-columns:1fr 1fr}.home-section-head{display:grid;align-items:start}.home-section-head h2{max-width:16ch}.category-explain-v5__grid{grid-template-columns:1fr}}
@media (max-width:820px){.home-art-hero__link{height:clamp(300px,52svh,520px)}.home-section{padding:62px 0}.home-intro__grid{gap:26px}.story-card,.story-card--right .story-card__media{grid-template-columns:1fr;order:initial}.steps-grid-v5,.category-landing-grid,.product-grid--v5{grid-template-columns:1fr}.proof-grid-v5{grid-template-columns:1fr}.about-banner-v5{display:grid}.category-landing-card{grid-template-columns:1fr}.category-landing-card img{aspect-ratio:16/9}.home-copy-block h1{font-size:clamp(2.3rem,10vw,4rem)}.home-section-head--center{margin-bottom:28px}}
@media (max-width:560px){.home-art-hero__link{height:clamp(235px,42svh,360px)}.home-art-hero__link img{object-position:center top}.home-section{padding:52px 0}.home-photo-card,.home-photo-card img{min-height:300px}.home-copy-block h1,.home-section-head h2,.category-hero-v5 h1{letter-spacing:-.055em}.home-benefit-row span{width:100%}.story-card{padding:14px;border-radius:28px}.about-banner-v5{padding:24px;border-radius:30px}.faq-grid-v5{gap:22px}.category-hero-v5{padding:48px 0 32px}}

/* ===== Städboxen V6 corporate public redesign ===== */
:root{--v6-cream:#f6f0e5;--v6-cream-2:#fffaf1;--v6-green:#1f5638;--v6-green-2:#2d704d;--v6-text:#15231b;--v6-muted:#5c6d62;--v6-line:rgba(31,86,56,.14);--v6-card:#ffffff;--v6-gold:#d99b52;--v6-shadow:0 24px 70px rgba(35,66,48,.12)}
body.home-v6{background:linear-gradient(180deg,#fffaf1 0%,#f7f1e7 52%,#fffdf8 100%)}
.top-notice{background:#1f5638;color:#fff;border-bottom:none}
.site-header{background:rgba(255,250,241,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--v6-line)}
.brand-mark{background:linear-gradient(135deg,#1f5638,#7eaf5d);box-shadow:0 0 0 7px rgba(31,86,56,.1)}
.main-nav a{font-weight:850}.main-nav a:hover,.main-nav a.is-active{color:var(--v6-green)}
.v6-hero{background:#f4edde}.v6-hero__image{display:block;width:100%;height:min(78svh,760px);min-height:480px;overflow:hidden}.v6-hero__image img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.v6-section{padding:86px 0}.v6-eyebrow{display:inline-flex;width:max-content;padding:9px 12px;border-radius:999px;background:#edf7ee;border:1px solid rgba(31,86,56,.12);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:var(--v6-green)}
.v6-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:30px}.v6-head--center{text-align:center;display:block;max-width:850px;margin:0 auto 34px}.v6-head h2,.v6-copy h1,.v6-page-hero h1,.v6-product-panel h1{margin:14px 0 12px;line-height:.97;letter-spacing:-.055em;color:var(--v6-text)}.v6-head h2{font-size:clamp(2.1rem,4.2vw,3.7rem);max-width:12ch}.v6-head--center h2{max-width:none}.v6-head p,.v6-copy p,.v6-page-hero p,.v6-head--center p{margin:0;color:var(--v6-muted);line-height:1.75;font-size:1.04rem;max-width:62ch}
.v6-intro{padding-top:58px}.v6-intro__grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:34px;align-items:center}.v6-copy h1{font-size:clamp(2.5rem,5vw,5.1rem);max-width:11ch}.v6-copy p{font-size:1.12rem}.v6-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.v6-image-card{position:relative;border-radius:36px;background:linear-gradient(135deg,#fff,#f8f2e7);border:1px solid var(--v6-line);box-shadow:var(--v6-shadow);padding:24px;overflow:hidden}.v6-image-card:before{content:"";position:absolute;inset:auto -10% -25% 8%;height:42%;border-radius:50%;background:rgba(31,86,56,.08);filter:blur(4px)}.v6-image-card img{position:relative;width:100%;max-height:560px;object-fit:contain}.v6-image-card__note{position:absolute;right:22px;bottom:22px;max-width:260px;border-radius:24px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border:1px solid var(--v6-line);box-shadow:0 18px 45px rgba(0,0,0,.1);padding:16px}.v6-image-card__note strong{display:block}.v6-image-card__note span{display:block;margin-top:4px;color:var(--v6-muted);line-height:1.45}
.v6-story{background:#fffdf8}.v6-diagonal{display:grid;gap:28px;position:relative}.v6-story-card{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;border-radius:38px;background:var(--v6-card);border:1px solid var(--v6-line);box-shadow:var(--v6-shadow);padding:24px;overflow:hidden}.v6-story-card--right{margin-left:8%;grid-template-columns:1fr 1fr}.v6-story-card--right .v6-story-card__media{order:2}.v6-story-card--left{margin-right:8%}.v6-story-card__media{border-radius:30px;background:linear-gradient(135deg,#fbf1dc,#fff);overflow:hidden;min-height:300px;display:grid;place-items:center}.v6-story-card__media img{width:100%;height:100%;object-fit:contain}.v6-story-card__text{padding:20px}.v6-story-card__text span{font-weight:900;color:var(--v6-green);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.v6-story-card__text h3{margin:12px 0;font-size:clamp(1.6rem,3vw,2.7rem);line-height:1.02;letter-spacing:-.045em}.v6-story-card__text p{color:var(--v6-muted);line-height:1.72;font-size:1.03rem}
.v6-steps{background:linear-gradient(180deg,#f6f0e5,#fffaf1)}.v6-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.v6-step-grid article{background:#fff;border:1px solid var(--v6-line);border-radius:30px;box-shadow:0 18px 44px rgba(35,66,48,.09);padding:26px;text-align:center}.v6-step-grid span{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:999px;background:var(--v6-green);color:#fff;font-weight:950}.v6-step-grid h3{margin:16px 0 8px;font-size:1.35rem}.v6-step-grid p{margin:0;color:var(--v6-muted);line-height:1.68}
.v6-boxes{background:#fffdf8}.v6-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.v6-product-card{background:#fff;border:1px solid var(--v6-line);border-radius:32px;overflow:hidden;box-shadow:var(--v6-shadow);display:flex;flex-direction:column}.v6-product-card.is-coming{opacity:.96}.v6-product-card__image{display:grid;place-items:center;aspect-ratio:1.18;background:linear-gradient(135deg,#fbf0dc,#fff9ef);padding:14px}.v6-product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .25s ease}.v6-product-card:hover .v6-product-card__image img{transform:scale(1.03)}.v6-product-card__body{padding:22px;display:grid;gap:10px;flex:1}.v6-product-card__body span{font-weight:900;color:var(--v6-green);font-size:.82rem;text-transform:uppercase;letter-spacing:.1em}.v6-product-card__body h3{margin:0;font-size:1.45rem;letter-spacing:-.035em}.v6-product-card__body p{margin:0;color:var(--v6-muted);line-height:1.65}.v6-product-meta{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:12px}.v6-product-meta strong{font-size:1.2rem}.v6-product-meta a{font-weight:900;color:var(--v6-green)}.v6-center{text-align:center;margin-top:28px}
.v6-reviews{background:linear-gradient(180deg,#eff7ed,#fffdf8)}.v6-reviews__grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:18px;align-items:stretch}.v6-review-lead,.v6-review{background:#fff;border:1px solid var(--v6-line);border-radius:30px;box-shadow:0 18px 44px rgba(35,66,48,.08);padding:24px}.v6-review-lead h2{margin:14px 0 10px;line-height:1.02;letter-spacing:-.045em;font-size:clamp(1.8rem,3vw,2.8rem)}.v6-review-lead p,.v6-review p{color:var(--v6-muted);line-height:1.68}.v6-review div{color:#d89b2b;font-weight:950;letter-spacing:.08em}.v6-review strong{display:block;margin-top:14px;color:var(--v6-text)}
.v6-about-strip{padding-top:46px}.v6-about-card{border-radius:38px;background:linear-gradient(135deg,#1f5638,#2e734f);color:#fff;box-shadow:var(--v6-shadow);padding:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.v6-about-card .v6-eyebrow{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.2)}.v6-about-card h2{margin:14px 0 10px;font-size:clamp(2rem,4vw,3.4rem);line-height:1;letter-spacing:-.05em;max-width:13ch}.v6-about-card p{margin:0;color:rgba(255,255,255,.82);max-width:62ch;line-height:1.72}
.v6-page-hero{padding:72px 0 42px;background:linear-gradient(180deg,#fffaf1,#fffdf8)}.v6-page-hero__grid{display:grid;grid-template-columns:1fr .9fr;gap:34px;align-items:center}.v6-page-hero h1{font-size:clamp(2.7rem,5.4vw,5.6rem);max-width:11ch}.v6-page-hero__media{border-radius:34px;background:#fff;border:1px solid var(--v6-line);box-shadow:var(--v6-shadow);padding:18px;overflow:hidden}.v6-page-hero__media img{width:100%;max-height:460px;object-fit:contain}.v6-search{display:flex;gap:10px;margin-top:24px}.v6-search input{flex:1;min-width:0;padding:14px 16px;border-radius:999px;border:1px solid var(--v6-line);background:#fff}
.v6-box-list{display:grid;gap:20px}.v6-box-row{display:grid;grid-template-columns:300px 1fr 220px;gap:24px;background:#fff;border:1px solid var(--v6-line);border-radius:34px;box-shadow:var(--v6-shadow);padding:18px;align-items:center}.v6-box-row__image{border-radius:26px;overflow:hidden;background:linear-gradient(135deg,#fbf0dc,#fff);height:230px;display:grid;place-items:center}.v6-box-row__image img{width:100%;height:100%;object-fit:contain}.v6-box-row__content h2{margin:12px 0 10px;font-size:clamp(1.7rem,3vw,2.7rem);letter-spacing:-.04em}.v6-box-row__content p{color:var(--v6-muted);line-height:1.7}.v6-box-row__content ul{list-style:none;padding:0;margin:14px 0 0;display:grid;gap:7px}.v6-box-row__content li:before{content:"✓ ";color:var(--v6-green);font-weight:900}.v6-box-row__aside{display:grid;gap:10px;align-content:center}.v6-box-row__aside span{color:var(--v6-muted);font-weight:800}.v6-box-row__aside strong{font-size:1.45rem}.v6-contact-card{background:#fff;border:1px solid var(--v6-line);border-radius:34px;box-shadow:var(--v6-shadow);padding:28px}.v6-contact-card p{margin:14px 0 0}.v6-contact-card a{color:var(--v6-green);font-weight:900}
.v6-product-hero{padding:56px 0;background:linear-gradient(180deg,#fffaf1,#fffdf8)}.v6-product-hero__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;align-items:start}.v6-product-gallery{display:grid;gap:14px}.v6-product-gallery__main{border-radius:38px;background:#fff;border:1px solid var(--v6-line);box-shadow:var(--v6-shadow);padding:20px;min-height:520px;display:grid;place-items:center}.v6-product-gallery__main img{width:100%;height:100%;max-height:600px;object-fit:contain}.v6-product-gallery__thumbs{display:flex;gap:10px;flex-wrap:wrap}.v6-product-gallery__thumbs button{width:94px;height:78px;border:1px solid var(--v6-line);border-radius:18px;background:#fff;cursor:pointer;overflow:hidden}.v6-product-gallery__thumbs img{width:100%;height:100%;object-fit:contain}.v6-product-panel{position:sticky;top:112px;background:#fff;border:1px solid var(--v6-line);border-radius:38px;box-shadow:var(--v6-shadow);padding:30px}.v6-product-panel h1{font-size:clamp(2.4rem,4.5vw,4.8rem)}.v6-product-lead{color:var(--v6-muted);line-height:1.75;font-size:1.06rem}.v6-product-bullets{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.v6-product-bullets span{padding:9px 11px;border-radius:999px;background:#edf7ee;color:var(--v6-green);font-weight:850;font-size:.9rem}.v6-product-price{display:flex;align-items:end;gap:12px;margin:18px 0 22px}.v6-product-price strong{font-size:2rem;letter-spacing:-.04em}.v6-product-price span{color:var(--v6-muted);padding-bottom:5px}.v6-product-actions{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:end}.v6-product-actions label{font-weight:850}.v6-product-actions input{width:100%;margin-top:8px;padding:13px 14px;border:1px solid var(--v6-line);border-radius:16px}.v6-product-secondary{margin-top:12px}.v6-product-info{background:#fffdf8}.v6-product-info__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.v6-product-info__grid article{background:#fff;border:1px solid var(--v6-line);border-radius:30px;box-shadow:0 18px 44px rgba(35,66,48,.08);padding:24px}.v6-product-info__grid h2{margin:12px 0 10px;line-height:1.06;letter-spacing:-.035em}.v6-product-info__grid p,.v6-product-info__grid li{color:var(--v6-muted);line-height:1.65}.v6-product-info__grid ul{padding-left:18px;margin:12px 0 0}
.footer-grid--simple{grid-template-columns:1.2fr .7fr .8fr}.site-footer{background:#fffaf1}.footer-badges .badge-pill--blue{display:none!important}
@media (max-width:1080px){.v6-intro__grid,.v6-page-hero__grid,.v6-product-hero__grid{grid-template-columns:1fr}.v6-product-grid,.v6-reviews__grid,.v6-product-info__grid{grid-template-columns:1fr 1fr}.v6-story-card,.v6-story-card--right{grid-template-columns:1fr;margin:0}.v6-story-card--right .v6-story-card__media{order:0}.v6-box-row{grid-template-columns:230px 1fr}.v6-box-row__aside{grid-column:1/-1;display:flex;flex-wrap:wrap;align-items:center}.v6-product-panel{position:static}.v6-step-grid{grid-template-columns:1fr}}
@media (max-width:760px){.v6-hero__image{height:42svh;min-height:300px}.v6-section{padding:58px 0}.v6-head{display:block}.v6-head h2,.v6-copy h1,.v6-page-hero h1{max-width:none}.v6-intro__grid{gap:22px}.v6-product-grid,.v6-reviews__grid,.v6-product-info__grid{grid-template-columns:1fr}.v6-image-card__note{position:static;margin-top:12px}.v6-story-card{padding:14px;border-radius:28px}.v6-story-card__media{min-height:220px}.v6-about-card{display:grid}.v6-box-row{grid-template-columns:1fr}.v6-box-row__image{height:auto;aspect-ratio:1.25}.v6-product-gallery__main{min-height:320px}.v6-product-actions{grid-template-columns:1fr}.v6-search{display:grid}.footer-grid--simple{grid-template-columns:1fr}}

/* V7 polish: better hero, product pages, account, admin */
.v6-hero{background:#f3eadb;overflow:hidden}.v6-hero__image{display:block;width:100%;height:clamp(390px,62svh,690px);min-height:0;overflow:hidden}.v6-hero__image img{width:100%;height:100%;object-fit:contain;object-position:center top;display:block;background:#f3eadb}
.btn--wide{width:100%;justify-content:center}.section-head--center{text-align:center;justify-content:center}.section-head--center p{margin-inline:auto}.clean-list{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px}.clean-list li{position:relative;padding-left:24px;line-height:1.6}.clean-list li:before{content:'✓';position:absolute;left:0;top:0;color:var(--brand);font-weight:900}
.boxes-hero-modern{padding:68px 0 54px;background:linear-gradient(135deg,#f8f3e9,#edf8f1)}.boxes-hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:36px;align-items:center}.boxes-hero-grid h1{font-size:clamp(2.7rem,6vw,5.8rem);line-height:.92;letter-spacing:-.07em;margin:16px 0 16px;max-width:10ch}.boxes-hero-grid p{font-size:1.12rem;line-height:1.75;color:var(--muted);max-width:58ch}.boxes-hero-media{border-radius:36px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:22px}.boxes-hero-media img{width:100%;height:auto;display:block}.box-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.box-choice-card{display:grid;background:#fff;border:1px solid var(--line);border-radius:34px;overflow:hidden;box-shadow:var(--shadow-soft)}.box-choice-card__image{height:310px;background:#f8f3ea;display:grid;place-items:center;overflow:hidden}.box-choice-card__image img{width:100%;height:100%;object-fit:contain}.box-choice-card__body{padding:24px}.box-choice-card__body h3{font-size:1.8rem;margin:14px 0 10px;letter-spacing:-.04em}.box-choice-card__body p{color:var(--muted);line-height:1.7;margin:0}.box-choice-card__footer{padding:0 24px 24px;display:flex;justify-content:space-between;gap:18px;align-items:center}.box-choice-card__footer>strong{font-size:1.4rem}.box-choice-card.is-waitlist{background:linear-gradient(180deg,#fff,#fff9ec)}
.product-premium-hero{padding:48px 0 72px;background:linear-gradient(180deg,#f8f3e9,#fff)}.product-premium-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:start}.product-premium-media{display:grid;gap:14px}.product-main-image{border-radius:38px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow);overflow:hidden;min-height:520px;display:grid;place-items:center}.product-main-image img{width:100%;height:100%;max-height:620px;object-fit:contain}.product-thumb-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.product-thumb-row button{border:1px solid var(--line);background:#fff;border-radius:18px;padding:8px;cursor:pointer}.product-thumb-row img{height:88px;width:100%;object-fit:contain}.product-buy-panel{background:#fff;border:1px solid var(--line);border-radius:38px;padding:32px;box-shadow:var(--shadow);position:sticky;top:104px}.product-buy-panel h1{font-size:clamp(2.3rem,4.8vw,4.4rem);line-height:.95;letter-spacing:-.06em;margin:18px 0 14px}.product-premium-lead{font-size:1.08rem;line-height:1.78;color:var(--muted)}.product-premium-bullets{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.product-premium-bullets span{padding:10px 12px;border-radius:999px;background:#edf8f1;color:#164a37;font-weight:800}.product-price-card{margin:22px 0;padding:20px;border-radius:24px;background:linear-gradient(135deg,#edf8f1,#fff7df);border:1px solid var(--line)}.product-price-card strong{display:block;font-size:2rem;letter-spacing:-.04em}.product-price-card small{font-size:1rem;color:var(--muted)}.product-price-card span{display:block;color:var(--muted);margin-top:4px}.product-action-panel{display:grid;grid-template-columns:1fr auto;gap:12px}.product-secondary-actions{margin-top:12px}.product-info-modern{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.product-info-modern article,.step-clean-grid article{background:#fff;border:1px solid var(--line);border-radius:30px;padding:26px;box-shadow:var(--shadow-soft)}.product-info-modern h2{letter-spacing:-.04em;line-height:1.08}.step-clean-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step-clean-grid strong{display:grid;place-items:center;width:48px;height:48px;border-radius:999px;background:var(--brand);color:#fff;font-size:1.2rem}.waitlist-form{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.account-dashboard-hero{padding:58px 0;background:linear-gradient(135deg,#f8f3e9,#edf8f1)}.account-dashboard-hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:center}.account-dashboard-hero h1{font-size:clamp(2.4rem,5vw,4.6rem);line-height:.95;letter-spacing:-.06em;margin:14px 0}.account-dashboard-hero p{color:var(--muted);line-height:1.78}.account-next-card{background:#fff;border:1px solid var(--line);border-radius:34px;padding:28px;box-shadow:var(--shadow)}.account-next-card span{color:var(--muted);font-weight:900;text-transform:uppercase;letter-spacing:.12em}.account-next-card strong{display:block;font-size:2rem;margin:10px 0}.account-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.account-kpis article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:var(--shadow-soft)}.account-kpis span{display:block;color:var(--muted);font-weight:800}.account-kpis strong{font-size:1.6rem}.account-grid--modern{margin-top:18px}.account-tracker-card{margin-bottom:18px}.delivery-tracker{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.delivery-tracker__step{padding:16px;border-radius:22px;background:#f7faf6;border:1px solid var(--line);opacity:.55}.delivery-tracker__step.is-done{opacity:1;background:#edf8f1;border-color:#cfe6d7}.delivery-tracker__step span{display:grid;place-items:center;width:32px;height:32px;border-radius:999px;background:#fff;color:var(--brand);font-weight:900;margin-bottom:10px}.delivery-tracker__step strong{display:block}.delivery-tracker__step small{display:block;color:var(--muted);line-height:1.5;margin-top:5px}.subscription-item--modern,.order-item--modern{border-radius:22px;background:#fbfdf9}.login-layout--premium{align-items:start}.login-card--wide{grid-column:1/-1}.code-input{font-size:2rem;letter-spacing:.25em;text-align:center;font-weight:900}.contact-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:start}.contact-side-card{position:sticky;top:100px}.support-list{display:grid;gap:12px;margin-top:20px}.support-list>div{padding:14px;border-radius:18px;background:#f8fbf7;border:1px solid var(--line)}.support-list strong{display:block}.support-list span{display:block;color:var(--muted);margin-top:4px}.contact-admin-row{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}.contact-admin-form{display:grid;gap:8px}.admin-kpis--large .stat-card--money strong{font-size:1.5rem}.admin-delivery-tracker{grid-template-columns:repeat(4,1fr)}
@media (max-width:1080px){.boxes-hero-grid,.product-premium-grid,.account-dashboard-hero__grid,.contact-layout{grid-template-columns:1fr}.product-buy-panel,.contact-side-card{position:static}.box-choice-grid,.product-info-modern,.step-clean-grid{grid-template-columns:1fr}.account-kpis{grid-template-columns:repeat(2,1fr)}.delivery-tracker{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.v6-hero__image{height:clamp(250px,42svh,420px)}.boxes-hero-modern{padding:42px 0}.box-choice-card__image{height:230px}.product-main-image{min-height:320px}.product-action-panel{grid-template-columns:1fr}.account-kpis{grid-template-columns:1fr}.delivery-tracker{grid-template-columns:1fr}.box-choice-card__footer{display:grid}.product-buy-panel{padding:22px}.product-thumb-row{grid-template-columns:repeat(3,1fr)}}


/* Familjeboxen mopp campaign patch */
.mopp-promo-strip{background:linear-gradient(135deg,#143f2c 0%,#1f6944 54%,#f3d48a 140%);color:#fff;padding:14px 0;box-shadow:0 14px 38px rgba(20,63,44,.18);position:relative;z-index:2}
.mopp-promo-strip__inner{display:flex;align-items:center;justify-content:space-between;gap:18px}
.mopp-promo-strip span,.mopp-offer span{display:inline-flex;width:max-content;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);font-weight:900;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}
.mopp-promo-strip strong{display:block;margin-top:7px;font-size:clamp(1.15rem,2.2vw,1.55rem);letter-spacing:-.03em}
.mopp-promo-strip p{margin:4px 0 0;color:rgba(255,255,255,.86);line-height:1.55}
.mopp-offer{margin:18px 0;padding:18px;border-radius:24px;border:1px solid rgba(31,105,68,.16);background:linear-gradient(135deg,#edf8f1 0%,#fff7df 100%);box-shadow:0 14px 34px rgba(31,105,68,.10)}
.mopp-offer span{background:#fff;color:#1f6944;border-color:rgba(31,105,68,.14)}
.mopp-offer strong{display:block;margin:9px 0 5px;font-size:clamp(1.15rem,2.4vw,1.5rem);letter-spacing:-.035em;color:#123b2b}
.mopp-offer p{margin:0;color:#4b6658;line-height:1.65}
.mopp-offer--product{margin:18px 0 8px;padding:20px;border-radius:26px;background:linear-gradient(135deg,#143f2c 0%,#1f6944 68%,#f3d48a 150%);color:#fff;border:none;box-shadow:0 18px 42px rgba(20,63,44,.22)}
.mopp-offer--product span{background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.22)}
.mopp-offer--product strong{color:#fff}
.mopp-offer--product p{color:rgba(255,255,255,.86)}
.mopp-mini-banner{display:inline-flex;width:max-content;max-width:100%;align-items:center;gap:8px;margin:2px 0 4px;padding:9px 12px;border-radius:999px;background:#143f2c;color:#fff!important;font-weight:900;font-size:.86rem;letter-spacing:.01em;text-transform:none!important}
.mopp-mini-banner::before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;border-radius:999px;background:#f3d48a;color:#143f2c;font-weight:900}
.mopp-mini-banner--card{margin:0 0 10px;background:#1f6944}
@media (max-width:760px){.mopp-promo-strip__inner{display:grid}.mopp-promo-strip__inner .btn{width:100%;justify-content:center}.mopp-mini-banner{width:100%;justify-content:center;text-align:center}.mopp-offer{padding:16px}}

/* Index-only Familjeboxen campaign — premium sales section */
.mopp-index-campaign{
  position:relative;
  overflow:hidden;
  padding:clamp(26px,4vw,54px) 0;
  background:
    radial-gradient(800px 320px at 12% 0%, rgba(243,212,138,.32), transparent 62%),
    radial-gradient(720px 360px at 90% 20%, rgba(31,105,68,.20), transparent 64%),
    linear-gradient(180deg,#f9f6ee 0%, #eef7f1 100%);
  border-top:1px solid rgba(20,63,44,.08);
  border-bottom:1px solid rgba(20,63,44,.08);
}
.mopp-index-campaign::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(90deg,rgba(20,63,44,.045) 1px,transparent 1px),linear-gradient(rgba(20,63,44,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 82%,transparent 100%);
}
.mopp-index-campaign__card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  align-items:center;
  gap:clamp(22px,4vw,52px);
  padding:clamp(24px,4.5vw,58px);
  border-radius:clamp(28px,4vw,44px);
  border:1px solid rgba(20,63,44,.14);
  background:linear-gradient(135deg,rgba(255,255,255,.94) 0%,rgba(255,252,242,.88) 52%,rgba(235,247,240,.92) 100%);
  box-shadow:0 34px 90px rgba(20,63,44,.16), inset 0 1px 0 rgba(255,255,255,.75);
  isolation:isolate;
}
.mopp-index-campaign__card::after{
  content:"";
  position:absolute;
  right:-120px;
  top:-140px;
  width:360px;
  height:360px;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(243,212,138,.54),rgba(31,105,68,.12));
  filter:blur(4px);
  z-index:-1;
}
.mopp-index-campaign__eyebrow{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:#143f2c;
  color:#fff;
  font-weight:900;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  box-shadow:0 12px 28px rgba(20,63,44,.18);
}
.mopp-index-campaign__eyebrow::before{
  content:"★";
  color:#f3d48a;
  font-size:.9rem;
}
.mopp-index-campaign h2{
  margin:18px 0 12px;
  max-width:12ch;
  color:#123b2b;
  font-size:clamp(2rem,4.9vw,4.45rem);
  line-height:.93;
  letter-spacing:-.07em;
}
.mopp-index-campaign p{
  margin:0;
  max-width:62ch;
  color:#445f51;
  font-size:clamp(1rem,1.4vw,1.13rem);
  line-height:1.78;
}
.mopp-index-campaign__points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.mopp-index-campaign__points span{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(20,63,44,.12);
  color:#143f2c;
  font-weight:900;
  box-shadow:0 10px 24px rgba(20,63,44,.08);
}
.mopp-index-campaign__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.mopp-index-campaign__actions .btn{
  min-height:48px;
  padding-inline:22px;
}
.mopp-index-campaign__visual{
  position:relative;
  min-height:clamp(260px,31vw,420px);
  display:grid;
  place-items:end center;
}
.mopp-index-campaign__visual::before{
  content:"";
  position:absolute;
  left:8%;
  right:2%;
  bottom:4%;
  height:34%;
  border-radius:999px;
  background:radial-gradient(ellipse at center,rgba(20,63,44,.20),transparent 68%);
  filter:blur(8px);
}
.mopp-index-campaign__visual img{
  position:relative;
  z-index:1;
  width:min(560px,100%);
  max-height:430px;
  object-fit:contain;
  transform:rotate(-1.5deg) translateY(8px);
  filter:drop-shadow(0 26px 38px rgba(20,63,44,.20));
}
.mopp-index-campaign__badge{
  position:absolute;
  z-index:2;
  right:0;
  top:4%;
  width:clamp(104px,10vw,142px);
  height:clamp(104px,10vw,142px);
  display:grid;
  place-items:center;
  text-align:center;
  border-radius:999px;
  border:7px solid rgba(255,255,255,.86);
  background:linear-gradient(160deg,#143f2c 0%,#1f6944 100%);
  color:#fff;
  font-weight:950;
  font-size:clamp(.98rem,1.2vw,1.22rem);
  line-height:1.08;
  text-transform:uppercase;
  letter-spacing:.03em;
  box-shadow:0 18px 42px rgba(20,63,44,.28);
}
.mopp-index-campaign__badge::after{
  content:"♡";
  display:block;
  margin-top:2px;
  color:#f3d48a;
  font-size:1.35rem;
}
.v6-product-card .mopp-mini-banner{
  margin:0 0 10px;
  border-radius:16px;
  background:linear-gradient(135deg,#143f2c 0%,#1f6944 100%);
  box-shadow:0 10px 22px rgba(20,63,44,.14);
}
@media (max-width:980px){
  .mopp-index-campaign__card{grid-template-columns:1fr;padding:clamp(22px,6vw,38px)}
  .mopp-index-campaign h2{max-width:13ch}
  .mopp-index-campaign__visual{min-height:260px;order:-1}
  .mopp-index-campaign__badge{right:4%;top:0}
}
@media (max-width:620px){
  .mopp-index-campaign{padding:18px 0 30px}
  .mopp-index-campaign__card{border-radius:28px;gap:10px}
  .mopp-index-campaign h2{font-size:clamp(2rem,12vw,3.2rem);max-width:10.5ch}
  .mopp-index-campaign__points{display:grid}
  .mopp-index-campaign__points span{justify-content:center;text-align:center}
  .mopp-index-campaign__actions{display:grid}
  .mopp-index-campaign__actions .btn{width:100%;justify-content:center}
  .mopp-index-campaign__visual{min-height:220px}
  .mopp-index-campaign__visual img{max-height:250px;transform:rotate(-1deg) translateY(6px) scale(1.08)}
  .mopp-index-campaign__badge{width:92px;height:92px;border-width:5px;font-size:.8rem;right:-2%;top:2%}
}

/* Patch: kompakt och responsiv video på Våra boxar */
.boxes-hero-modern{
  padding:clamp(36px,5vw,62px) 0 clamp(34px,4vw,52px)!important;
  background:
    radial-gradient(820px 480px at 88% 8%, rgba(31,105,68,.12), transparent 62%),
    linear-gradient(135deg,#f8f3e9 0%,#f2f8ef 100%)!important;
}
.boxes-hero-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(310px,520px)!important;
  gap:clamp(22px,4vw,44px)!important;
  align-items:center!important;
}
.boxes-hero-media--video{
  width:100%!important;
  max-width:520px!important;
  justify-self:end!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:28px!important;
  aspect-ratio:16 / 10!important;
  background:#123b2b!important;
  border:1px solid rgba(31,105,68,.16)!important;
  box-shadow:0 22px 52px rgba(24,70,45,.18)!important;
}
.boxes-hero-media--video video{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
}
@media (max-width:1080px){
  .boxes-hero-grid{
    grid-template-columns:1fr!important;
  }
  .boxes-hero-media--video{
    max-width:760px!important;
    justify-self:stretch!important;
    aspect-ratio:16 / 9!important;
  }
}
@media (max-width:760px){
  .boxes-hero-modern{
    padding:32px 0 34px!important;
  }
  .boxes-hero-grid{
    gap:22px!important;
  }
  .boxes-hero-media--video{
    border-radius:22px!important;
    aspect-ratio:16 / 10!important;
    max-height:320px!important;
  }
  .boxes-hero-media--video video{
    min-height:0!important;
  }
}
@media (max-width:480px){
  .boxes-hero-media--video{
    aspect-ratio:4 / 3!important;
    max-height:260px!important;
  }
}

/* Header image + product terms patch */
.v6-hero{background:#f3eadb;overflow:visible!important}
.v6-hero__image{display:block;width:100%;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;background:#f3eadb}
.v6-hero__image img{width:100%;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center top!important;display:block;background:#f3eadb}
.v6-terms-strip{padding-top:26px;padding-bottom:26px;background:linear-gradient(135deg,#143f2c 0%,#1f6a45 70%,#f3d48a 160%);color:#fff}
.v6-terms-card{display:grid;grid-template-columns:1fr .9fr;gap:24px;align-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:34px;padding:clamp(22px,4vw,34px);box-shadow:0 20px 54px rgba(20,63,44,.24)}
.v6-terms-card .v6-eyebrow{background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.22)}
.v6-terms-card h2{margin:14px 0 10px;font-size:clamp(2rem,4vw,3.2rem);line-height:1;letter-spacing:-.055em;color:#fff;max-width:12ch}
.v6-terms-card p{margin:0;color:rgba(255,255,255,.84);line-height:1.75;max-width:64ch}
.v6-terms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.v6-terms-grid article{background:#fff;color:#123b2b;border-radius:22px;padding:18px;box-shadow:0 14px 34px rgba(0,0,0,.12)}
.v6-terms-grid strong{display:block;margin-bottom:6px;font-size:1.02rem}
.v6-terms-grid span{display:block;color:#536a5e;line-height:1.55}
.product-info-modern{grid-template-columns:repeat(4,1fr)}
.product-included-list{gap:8px!important}
.product-included-list li{font-size:.96rem;line-height:1.5!important}
.terms-box{padding:16px 18px;border-radius:20px;background:#f8fbf7;border:1px solid var(--line);color:var(--text)}
.terms-box strong{display:block;margin-bottom:6px}
.terms-box p{margin:0;color:var(--muted);line-height:1.6}
@media (max-width:1080px){.v6-terms-card{grid-template-columns:1fr}.v6-terms-grid,.product-info-modern{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.v6-hero__image{height:auto!important}.v6-terms-grid,.product-info-modern{grid-template-columns:1fr}.v6-terms-card{border-radius:28px}.v6-terms-card h2{max-width:none}}

/* Merge patch: behåll tidigare startsida/villkor + seriös Våra boxar med intervall per produkt */
.boxes-hero-pro{
  padding:clamp(38px,5vw,68px) 0 clamp(34px,5vw,62px);
  background:
    radial-gradient(720px 420px at 84% 16%, rgba(31,122,79,.13), transparent 62%),
    linear-gradient(135deg,#f7f1e6 0%,#f4f8ed 100%);
}
.boxes-hero-pro__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,460px);
  gap:clamp(24px,4vw,52px);
  align-items:center;
}
.boxes-hero-pro__copy h1{
  margin:16px 0 14px;
  font-size:clamp(2.7rem,6vw,5.4rem);
  line-height:.92;
  letter-spacing:-.07em;
  max-width:10ch;
  color:#123b2b;
}
.boxes-hero-pro__copy p{
  margin:0;
  max-width:58ch;
  color:var(--muted);
  line-height:1.75;
  font-size:1.08rem;
}
.boxes-hero-pro__points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.boxes-hero-pro__points span{
  display:inline-flex;
  align-items:center;
  padding:10px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(31,122,79,.14);
  color:#173d2b;
  font-weight:900;
  box-shadow:0 12px 30px rgba(18,54,36,.06);
}
.boxes-hero-pro__video{
  justify-self:end;
  width:min(100%,440px);
  aspect-ratio:16/10;
  border-radius:28px;
  overflow:hidden;
  background:#143f2c;
  padding:10px;
  border:1px solid rgba(31,122,79,.16);
  box-shadow:0 24px 58px rgba(18,54,36,.18);
}
.boxes-hero-pro__video video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:20px;
}
.boxes-shop-section{background:#fbfaf5;}
.boxes-shop-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:26px;
}
.boxes-shop-head h2{
  margin:12px 0 0;
  font-size:clamp(2rem,4vw,3.2rem);
  line-height:1.02;
  letter-spacing:-.055em;
  max-width:12ch;
}
.boxes-shop-head p{
  margin:0;
  max-width:58ch;
  color:var(--muted);
  line-height:1.72;
}
.box-choice-grid--premium{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.box-choice-card--premium{
  display:flex!important;
  flex-direction:column;
  border-radius:34px!important;
  overflow:hidden;
  background:#fff!important;
  border:1px solid rgba(31,122,79,.14)!important;
  box-shadow:0 18px 46px rgba(18,54,36,.09)!important;
  transition:transform .18s ease, box-shadow .18s ease;
}
.box-choice-card--premium:hover{
  transform:translateY(-3px);
  box-shadow:0 26px 68px rgba(18,54,36,.13)!important;
}
.box-choice-card--premium .box-choice-card__image{
  height:260px!important;
  padding:18px!important;
  background:linear-gradient(135deg,#fbf0dc 0%,#fff9ef 100%)!important;
  display:grid!important;
  place-items:center!important;
}
.box-choice-card--premium .box-choice-card__image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
.box-choice-card--premium .box-choice-card__body{
  padding:24px 24px 10px!important;
  flex:1;
}
.box-card-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.box-card-topline>strong{font-size:1.08rem;color:#123b2b;white-space:nowrap;}
.box-choice-card--premium h3{
  margin:14px 0 8px!important;
  font-size:1.82rem!important;
  line-height:1.05;
  letter-spacing:-.045em;
  color:#122b20;
}
.box-choice-card--premium p{color:#536f62!important;line-height:1.68!important;margin:0!important;}
.box-card-included{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:8px;}
.box-card-included li{position:relative;padding-left:22px;line-height:1.45;color:#244635;font-weight:700;font-size:.94rem;}
.box-card-included li::before{content:"";position:absolute;left:0;top:.42em;width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#1f7a4f,#f3d48a);}
.box-choice-card__footer--stacked{padding:18px 24px 24px!important;display:grid!important;gap:12px!important;align-items:stretch!important;}
.box-subscribe-form{display:grid;gap:12px;}
.box-subscribe-form label,.product-interval-field{display:grid;gap:8px;font-weight:900;color:#173d2b;font-size:.92rem;}
.interval-select{
  width:100%;
  min-height:48px;
  border-radius:16px;
  border:1px solid rgba(31,122,79,.18);
  background:#f8fbf7;
  padding:0 14px;
  color:#123b2b;
  font-weight:900;
  outline:none;
}
.interval-select:focus{border-color:#1f7a4f;box-shadow:0 0 0 4px rgba(31,122,79,.10);}
.box-card-actions{display:flex;gap:10px;flex-wrap:wrap;}
.box-card-actions .btn{flex:1;justify-content:center;min-width:130px;}
.box-favorite-form .btn{width:100%;justify-content:center;}
.box-waitlist-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;}
.product-action-panel--interval{grid-template-columns:1fr!important;align-items:stretch!important;}
.product-action-panel--interval .btn{width:100%;justify-content:center;}
.interval-summary-box{
  display:grid;
  gap:6px;
  padding:16px 18px;
  border-radius:20px;
  background:linear-gradient(135deg,#edf8f1,#fff8e5);
  border:1px solid rgba(31,122,79,.14);
  color:#123b2b;
}
.interval-summary-box strong{font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;color:#1f7a4f;}
.interval-summary-box span{font-weight:900;font-size:1.1rem;}
.interval-summary-box small{color:#536f62;line-height:1.5;}
.notice--error{background:#fff2f2;color:#8a2d2d;border-color:#f2d0d0;}
@media (max-width:1080px){
  .boxes-hero-pro__grid{grid-template-columns:1fr;}
  .boxes-hero-pro__video{justify-self:start;width:min(100%,420px);}
  .boxes-shop-head{display:grid;align-items:start;}
}
@media (max-width:860px){
  .box-choice-grid--premium{grid-template-columns:1fr!important;}
}
@media (max-width:640px){
  .boxes-hero-pro{padding:34px 0 30px;}
  .boxes-hero-pro__copy h1{font-size:clamp(2.35rem,12vw,3.8rem);max-width:12ch;}
  .boxes-hero-pro__points{display:grid;}
  .boxes-hero-pro__video{width:min(100%,310px);justify-self:center;border-radius:24px;padding:8px;aspect-ratio:4/3;}
  .boxes-hero-pro__video video{border-radius:16px;}
  .box-choice-card--premium .box-choice-card__image{height:220px!important;padding:16px!important;}
  .box-card-topline{display:grid;}
  .box-card-actions{display:grid;}
  .boxes-shop-head h2{max-width:none;}
}
.checkout-terms-check{display:flex!important;align-items:flex-start;gap:10px;padding:14px 16px;border-radius:18px;background:#fff;border:1px solid rgba(31,122,79,.14);color:#173d2b;font-weight:800;line-height:1.55}.checkout-terms-check input{width:18px;height:18px;margin-top:3px;flex:0 0 auto}

/* Om oss – personlig och seriös sida */
.about-family-page{background:linear-gradient(180deg,#fbfaf5 0%,#f4f0e7 48%,#fbfaf5 100%);color:var(--text)}
.about-family-hero{padding:54px 0 38px;overflow:hidden}
.about-family-hero__grid{display:grid;grid-template-columns:1.02fr .98fr;gap:34px;align-items:center}
.about-family-hero__copy{max-width:680px}
.about-family-hero__copy h1{margin:16px 0 18px;font-size:clamp(2.8rem,6vw,5.4rem);line-height:.95;letter-spacing:-.065em;color:#163f2d;max-width:11ch}
.about-family-lead{font-size:1.22rem;line-height:1.72;color:#294f3c;margin:0 0 14px;max-width:58ch;font-weight:650}
.about-family-hero__copy p:not(.about-family-lead){font-size:1.03rem;line-height:1.85;color:var(--muted);max-width:63ch}
.about-family-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.about-family-hero__image{position:relative;border-radius:34px;background:radial-gradient(circle at 40% 20%,#fff 0,#f7efe2 60%,#e8deca 100%);padding:28px;box-shadow:0 30px 80px rgba(32,70,49,.15);border:1px solid rgba(22,74,55,.12)}
.about-family-hero__image img{width:100%;height:auto;display:block;filter:drop-shadow(0 24px 30px rgba(66,40,12,.18))}
.about-family-note{position:absolute;left:24px;bottom:24px;right:24px;padding:16px 18px;border-radius:22px;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);border:1px solid rgba(22,74,55,.13);box-shadow:0 14px 34px rgba(22,74,55,.12)}
.about-family-note strong{display:block;color:#163f2d;font-size:1rem;margin-bottom:4px}.about-family-note span{display:block;color:var(--muted);font-size:.94rem;line-height:1.45}
.about-family-section{padding:72px 0}.about-family-section--soft{background:linear-gradient(135deg,#edf6ef 0%,#fff8e9 100%);border-top:1px solid rgba(22,74,55,.10);border-bottom:1px solid rgba(22,74,55,.10)}
.about-family-story-card{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:start;background:#fff;border:1px solid rgba(22,74,55,.12);border-radius:34px;padding:34px;box-shadow:0 22px 60px rgba(22,74,55,.10)}
.about-family-story-card h2,.about-family-split__copy h2,.about-family-head h2,.about-family-faq-grid h2,.about-family-cta h2{margin:14px 0 12px;line-height:1.02;letter-spacing:-.05em;color:#163f2d;font-size:clamp(2rem,4vw,3.4rem)}
.about-family-story-text p,.about-family-split__copy p,.about-family-head p,.about-family-faq-grid p,.about-family-cta p{color:var(--muted);line-height:1.82;margin:0 0 14px;font-size:1.02rem}
.about-family-split{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:center}.about-family-split__image{border-radius:34px;overflow:hidden;background:#fff;box-shadow:0 22px 60px rgba(22,74,55,.12);border:1px solid rgba(22,74,55,.12)}.about-family-split__image img{width:100%;height:100%;object-fit:cover;display:block}.about-family-split__copy{background:rgba(255,255,255,.82);border:1px solid rgba(22,74,55,.12);border-radius:34px;padding:34px;box-shadow:0 20px 54px rgba(22,74,55,.10)}
.about-family-checklist{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:10px}.about-family-checklist li{position:relative;padding-left:28px;color:#254c39;line-height:1.62;font-weight:700}.about-family-checklist li:before{content:"";position:absolute;left:0;top:.38em;width:14px;height:14px;border-radius:999px;background:linear-gradient(135deg,#164a37,#94d0a3)}
.about-family-head{text-align:center;max-width:850px;margin:0 auto 26px}.about-family-head h2{max-width:16ch;margin-left:auto;margin-right:auto}.about-family-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.about-family-cards article{background:#fff;border:1px solid rgba(22,74,55,.12);border-radius:28px;padding:24px;box-shadow:0 18px 44px rgba(22,74,55,.09)}.about-family-cards strong{display:block;font-size:1.15rem;letter-spacing:-.025em;color:#163f2d;margin-bottom:10px}.about-family-cards p{margin:0;color:var(--muted);line-height:1.72}
.about-family-faq-section{background:#fff}.about-family-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:start}.about-family-faq-list{display:grid;gap:12px}.about-family-faq-list details{border:1px solid rgba(22,74,55,.13);border-radius:22px;background:#fbfaf5;padding:0;overflow:hidden}.about-family-faq-list summary{cursor:pointer;padding:18px 20px;font-weight:900;color:#173f2d;letter-spacing:-.02em;list-style:none}.about-family-faq-list summary::-webkit-details-marker{display:none}.about-family-faq-list p{padding:0 20px 18px;margin:0;color:var(--muted);line-height:1.72}.about-family-faq-list a{font-weight:900;color:#164a37;text-decoration:underline}
.about-family-cta{padding:58px 0 78px}.about-family-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#164a37,#2f6a4f);color:#fff;border-radius:34px;padding:34px;box-shadow:0 26px 70px rgba(22,74,55,.18)}.about-family-cta .section-label{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.2)}.about-family-cta h2,.about-family-cta p{color:#fff}.about-family-cta p{opacity:.86;max-width:58ch}
.product-interval-field--locked{display:grid;gap:4px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fbfaf5;color:var(--text)}
.product-interval-field--locked span{color:var(--muted);font-size:.92rem;line-height:1.45}
@media(max-width:980px){.about-family-hero__grid,.about-family-story-card,.about-family-split,.about-family-faq-grid{grid-template-columns:1fr}.about-family-hero{padding-top:34px}.about-family-cards{grid-template-columns:1fr}.about-family-cta__inner{display:grid}.about-family-hero__copy h1{max-width:none}.about-family-story-card,.about-family-split__copy,.about-family-cta__inner{padding:24px}.about-family-note{position:static;margin-top:14px}}
@media(max-width:640px){.about-family-section{padding:50px 0}.about-family-hero__image{padding:16px;border-radius:24px}.about-family-hero__copy h1{font-size:clamp(2.25rem,13vw,3.4rem)}.about-family-lead{font-size:1.05rem}.about-family-actions .btn{width:100%;justify-content:center}.about-family-story-card,.about-family-split__copy,.about-family-cards article,.about-family-cta__inner{border-radius:24px}.about-family-faq-list summary{padding:16px}.about-family-faq-list p{padding:0 16px 16px}}


/* FAQ + About accordion restore patch */
.faq-page-modern{
  background:linear-gradient(180deg,#fbfaf5 0%,#f5f0e7 100%);
  min-height:60vh;
}
.faq-page-modern .page-hero,
.faq-page-modern .page-hero--compact{
  padding:58px 0 28px;
  background:
    radial-gradient(700px 360px at 10% 0%,rgba(148,208,163,.18),transparent 62%),
    radial-gradient(620px 300px at 90% 10%,rgba(232,194,128,.18),transparent 60%);
}
.faq-page-modern .page-hero h1{
  margin:14px 0 12px;
  max-width:760px;
  font-size:clamp(2.4rem,5vw,4.8rem);
  line-height:.96;
  letter-spacing:-.06em;
  color:#153d2d;
}
.faq-page-modern .page-hero p{
  max-width:720px;
  color:#536a5e;
  line-height:1.75;
  font-size:1.08rem;
}
.about-faq-list,
.about-family-faq-list,
.faq-list-v5{
  display:grid;
  gap:14px;
}
.about-faq-list--wide{
  max-width:980px;
  margin:0 auto;
}
.about-faq-list details,
.about-family-faq-list details,
.faq-list-v5 details{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(22,74,55,.14);
  border-radius:24px;
  background:rgba(255,255,255,.92);
  box-shadow:0 16px 44px rgba(22,74,55,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.about-faq-list details:hover,
.about-family-faq-list details:hover,
.faq-list-v5 details:hover{
  transform:translateY(-1px);
  box-shadow:0 20px 54px rgba(22,74,55,.12);
  border-color:rgba(22,74,55,.22);
}
.about-faq-list summary,
.about-family-faq-list summary,
.faq-list-v5 summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:20px 22px;
  font-weight:900;
  font-size:1.05rem;
  line-height:1.35;
  color:#153d2d;
  letter-spacing:-.02em;
}
.about-faq-list summary::-webkit-details-marker,
.about-family-faq-list summary::-webkit-details-marker,
.faq-list-v5 summary::-webkit-details-marker{display:none}
.about-faq-list summary:after,
.about-family-faq-list summary:after,
.faq-list-v5 summary:after{
  content:"+";
  flex:0 0 auto;
  width:34px;
  height:34px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#edf8f1;
  color:#164a37;
  font-size:1.25rem;
  line-height:1;
  transition:transform .18s ease, background .18s ease;
}
.about-faq-list details[open] summary:after,
.about-family-faq-list details[open] summary:after,
.faq-list-v5 details[open] summary:after{
  content:"–";
  transform:rotate(180deg);
  background:#164a37;
  color:#fff;
}
.about-faq-list details[open] summary,
.about-family-faq-list details[open] summary,
.faq-list-v5 details[open] summary{
  border-bottom:1px solid rgba(22,74,55,.10);
}
.about-faq-list p,
.about-family-faq-list p,
.faq-list-v5 details p{
  margin:0;
  padding:0 22px 20px;
  color:#4f6a5d;
  line-height:1.78;
  font-size:1rem;
}
.about-faq-list a,
.about-family-faq-list a,
.faq-list-v5 a{
  color:#164a37;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:3px;
}
.about-family-faq-section{
  background:#fffaf1;
}
.about-family-faq-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:34px;
  align-items:start;
}
.about-family-faq-grid h2{
  margin:14px 0 12px;
  font-size:clamp(2rem,4vw,3.4rem);
  line-height:1.02;
  letter-spacing:-.05em;
  color:#153d2d;
}
.about-family-faq-grid p{
  color:#536a5e;
  line-height:1.76;
}
@media (max-width:900px){
  .about-family-faq-grid{grid-template-columns:1fr;gap:22px;}
  .faq-page-modern .page-hero{padding:42px 0 18px;}
}
@media (max-width:560px){
  .about-faq-list summary,
  .about-family-faq-list summary,
  .faq-list-v5 summary{padding:16px 16px;font-size:1rem;}
  .about-faq-list p,
  .about-family-faq-list p,
  .faq-list-v5 details p{padding:0 16px 16px;}
  .about-faq-list summary:after,
  .about-family-faq-list summary:after,
  .faq-list-v5 summary:after{width:30px;height:30px;}
}



/* FAQ fallback: keeps Vanliga frågor and Om oss FAQ styled even after later patches */
.faq-page-modern{background:linear-gradient(180deg,#fbfaf5 0%,#fffaf1 100%)}
.faq-page-modern .page-hero{background:linear-gradient(135deg,#edf6ef 0%,#fff8e9 100%);border-bottom:1px solid rgba(22,74,55,.10)}
.faq-page-modern .page-hero h1{font-size:clamp(2.2rem,5vw,4.5rem);max-width:13ch;color:#163f2d;letter-spacing:-.06em}
.faq-page-modern .page-hero p{max-width:62ch;color:#536a5e;line-height:1.75}
.about-faq-list,.about-family-faq-list{display:grid;gap:14px;max-width:920px;margin:0 auto}
.about-faq-list details,.about-family-faq-list details{background:#fff;border:1px solid rgba(22,74,55,.13);border-radius:24px;box-shadow:0 14px 38px rgba(22,74,55,.07);overflow:hidden}
.about-faq-list summary,.about-family-faq-list summary{position:relative;display:block;cursor:pointer;padding:20px 62px 20px 22px;font-weight:900;color:#163f2d;letter-spacing:-.02em;list-style:none}
.about-faq-list summary::-webkit-details-marker,.about-family-faq-list summary::-webkit-details-marker{display:none}
.about-faq-list summary:after,.about-family-faq-list summary:after{content:'+';position:absolute;right:18px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:999px;background:#edf8f1;color:#164a37;display:grid;place-items:center;font-size:1.35rem;font-weight:900}
.about-faq-list details[open] summary:after,.about-family-faq-list details[open] summary:after{content:'−'}
.about-faq-list details[open] summary,.about-family-faq-list details[open] summary{border-bottom:1px solid rgba(22,74,55,.08)}
.about-faq-list p,.about-family-faq-list p{padding:0 22px 20px;margin:0;color:#536a5e;line-height:1.75}
.about-faq-list a,.about-family-faq-list a{font-weight:900;color:#164a37;text-decoration:underline}
@media(max-width:640px){.about-faq-list summary,.about-family-faq-list summary{padding:16px 54px 16px 16px}.about-faq-list p,.about-family-faq-list p{padding:0 16px 16px}.about-faq-list summary:after,.about-family-faq-list summary:after{right:14px;width:30px;height:30px}}


/* Admin customer delivery notes */
.admin-note-preview{margin-top:8px;padding:10px 12px;border-radius:14px;background:#fff7df;border:1px solid #ead7a6;color:#5c4213;line-height:1.5;font-size:.92rem}
.admin-note-preview strong{font-weight:900}
.admin-note-mini{display:inline-flex;margin-top:6px;padding:5px 8px;border-radius:999px;background:#fff7df;border:1px solid #ead7a6;color:#5c4213;font-size:.78rem;font-weight:900}
.admin-note-box{padding:14px 16px;border-radius:18px;background:#f8fbf7;border:1px solid var(--line);display:grid;gap:6px;line-height:1.55}
.admin-note-box span{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:900}
.admin-note-box strong{font-weight:800;color:var(--text);white-space:pre-wrap}
.admin-note-box--important{background:#fff7df;border-color:#ead7a6;box-shadow:0 12px 28px rgba(138,99,20,.08)}

/* Content list polish patch — product pages + box cards */
.product-content-accordion{
  margin:16px 0 0;
  border-radius:24px;
  border:1px solid rgba(22,74,55,.14);
  background:linear-gradient(180deg,#ffffff 0%,#fbfaf5 100%);
  box-shadow:0 16px 42px rgba(22,74,55,.08);
  overflow:hidden;
}
.product-content-accordion summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  display:grid;
  gap:4px;
  padding:18px 58px 18px 20px;
  color:#163f2d;
}
.product-content-accordion summary::-webkit-details-marker{display:none}
.product-content-accordion summary::after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#edf8f1;
  color:#164a37;
  font-size:1.35rem;
  font-weight:900;
}
.product-content-accordion[open] summary::after{content:"−"}
.product-content-accordion summary span{
  font-size:1.05rem;
  font-weight:950;
  letter-spacing:-.02em;
}
.product-content-accordion summary small{
  color:#63786b;
  font-weight:750;
  line-height:1.35;
}
.product-content-checklist{
  margin:0;
  padding:0 20px 20px;
  list-style:none;
  display:grid;
  gap:10px;
}
.product-content-checklist li,
.product-included-list li,
.clean-list.product-included-list li{
  position:relative;
  padding:12px 14px 12px 42px!important;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(22,74,55,.10);
  color:#244635;
  font-weight:750;
  line-height:1.55!important;
  box-shadow:0 8px 22px rgba(22,74,55,.045);
}
.product-content-checklist li::before,
.product-included-list li::before,
.clean-list.product-included-list li::before{
  content:"✓"!important;
  position:absolute!important;
  left:14px!important;
  top:12px!important;
  width:20px!important;
  height:20px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#164a37,#8fd39e)!important;
  color:#fff!important;
  display:grid!important;
  place-items:center!important;
  font-size:.78rem!important;
  font-weight:950!important;
}
.product-info-modern{
  align-items:stretch;
}
.product-info-modern article{
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(22,74,55,.12);
  background:linear-gradient(180deg,#ffffff 0%,#fbfaf5 100%);
  box-shadow:0 16px 42px rgba(22,74,55,.07);
}
.product-info-modern article h2{
  margin:14px 0 10px;
  color:#163f2d;
  letter-spacing:-.04em;
  line-height:1.08;
}
.product-info-modern article p{
  color:#536a5e;
  line-height:1.75;
}
.box-card-note{
  margin-top:14px;
  padding:12px 14px;
  border-radius:18px;
  background:linear-gradient(135deg,#edf8f1,#fff8e5);
  border:1px solid rgba(31,122,79,.14);
  color:#214833;
  font-weight:850;
  line-height:1.45;
}
.box-choice-card--premium .box-choice-card__body{
  display:grid;
  gap:8px;
}
.box-choice-card--premium p{
  font-size:1rem;
}
@media(max-width:760px){
  .product-content-accordion summary{padding:16px 54px 16px 16px}
  .product-content-checklist{padding:0 16px 16px;gap:8px}
  .product-content-checklist li,
  .product-included-list li,
  .clean-list.product-included-list li{padding:11px 12px 11px 38px!important;font-size:.94rem!important}
  .product-content-checklist li::before,
  .product-included-list li::before,
  .clean-list.product-included-list li::before{left:12px!important;top:11px!important;width:18px!important;height:18px!important}
  .product-info-modern article{padding:18px;border-radius:22px}
}

/* Patch: tydlig innehållsförteckning direkt på Våra boxar */
.box-card-includes{
  margin-top:18px;
  padding:16px;
  border-radius:22px;
  background:linear-gradient(180deg,#fbf8ef 0%,#ffffff 100%);
  border:1px solid rgba(22,74,55,.12);
  box-shadow:0 10px 26px rgba(22,74,55,.06);
}
.box-card-includes__title{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  color:#164a37;
  font-weight:900;
  letter-spacing:-.02em;
}
.box-card-includes__title::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(135deg,#164a37,#7abf7a);
  box-shadow:0 0 0 5px rgba(122,191,122,.12);
}
.box-card-includes ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:9px;
}
.box-card-includes li{
  position:relative;
  padding:10px 10px 10px 34px;
  border-radius:15px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(22,74,55,.08);
  color:#3f5f50;
  line-height:1.5;
  font-size:.94rem;
}
.box-card-includes li::before{
  content:"✓";
  position:absolute;
  left:10px;
  top:10px;
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#edf8f1;
  color:#164a37;
  font-size:.75rem;
  font-weight:900;
}
.box-choice-card--premium .box-choice-card__body{display:block!important;}
.box-choice-card--premium .box-choice-card__body > p{margin-bottom:0!important;}

/* Patch: Om oss videos istället för statiska bilder */
.about-family-video-card{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(22,74,55,.12);
  box-shadow:0 22px 70px rgba(22,74,55,.12);
}
.about-family-video-card video{
  width:100%;
  height:100%;
  min-height:420px;
  display:block;
  object-fit:cover;
  border-radius:inherit;
  background:#f7f4ec;
}
.about-family-hero__image.about-family-video-card{
  padding:0;
  border-radius:34px;
  aspect-ratio:4/5;
}
.about-family-video-card--split{
  border-radius:34px;
  aspect-ratio:4/5;
}
.about-family-faq-grid--with-video{
  grid-template-columns:.75fr .62fr 1.05fr;
  align-items:start;
}
.about-family-faq-video{
  border-radius:30px;
  aspect-ratio:4/5;
  align-self:stretch;
}
.about-family-faq-video video{
  min-height:360px;
}
.about-family-note{z-index:2;}

@media(max-width:1080px){
  .about-family-faq-grid--with-video{grid-template-columns:1fr;}
  .about-family-faq-video{max-width:520px;width:100%;}
  .about-family-video-card video{min-height:340px;}
}
@media(max-width:760px){
  .box-card-includes{padding:13px;border-radius:18px;}
  .box-card-includes li{font-size:.9rem;padding:9px 9px 9px 32px;}
  .about-family-hero__image.about-family-video-card,
  .about-family-video-card--split,
  .about-family-faq-video{aspect-ratio:4/5;border-radius:24px;}
  .about-family-video-card video{min-height:280px;}
  .about-family-faq-video video{min-height:260px;}
}
