:root{--bg:#080b0f;--panel:#11161c;--panel2:#151b22;--line:#27303a;--text:#f5f7f8;--muted:#a8b0b9;--teal:#67d0c2;--gold:#c99b56;--shell:1750px;--radius:10px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% 0,#111820 0,#080b0f 40%);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.hfm-shell{width:min(calc(100% - 48px),var(--shell));margin-inline:auto}.site-header{background:rgba(7,10,14,.96);border-bottom:1px solid var(--line);position:relative;z-index:20}.hfm-header-top{height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.hfm-logo img{width:min(460px,38vw);max-height:68px;object-fit:contain}.hfm-menu-toggle{justify-self:start}.hfm-saved{justify-self:end}.hfm-menu-toggle,.hfm-saved{color:#fff;background:none;border:0;display:flex;align-items:center;gap:10px;text-transform:uppercase;font-weight:700;font-size:12px;letter-spacing:.06em}.hfm-menu-toggle span{display:block;width:20px;height:1px;background:#fff;position:absolute}.hfm-menu-toggle{position:relative;padding-left:32px;cursor:pointer}.hfm-menu-toggle span:nth-child(1){top:7px}.hfm-menu-toggle span:nth-child(2){top:13px}.hfm-menu-toggle span:nth-child(3){top:19px}.hfm-search-row{padding-bottom:18px}.hfm-search-form{max-width:1180px;margin:auto;height:52px;border:1px solid #313a44;background:linear-gradient(90deg,#181d23,#15191f);border-radius:8px;display:flex;align-items:center;padding:0 18px;color:#9ca6af}.hfm-search-form input{width:100%;background:none;border:0;outline:0;color:#fff;font-size:15px;padding-left:12px}.hfm-nav{border-top:1px solid #151a20}.hfm-nav ul{display:flex;justify-content:center;gap:54px;list-style:none;margin:0;padding:16px}.hfm-nav a{font-size:12px;text-transform:uppercase;font-weight:700;letter-spacing:.08em}.hfm-nav a:hover{color:var(--teal)}.hfm-mobile-panel{display:none}.hfm-hero{display:grid;grid-template-columns:1.35fr 1fr;gap:8px;padding-top:18px}.hfm-hero-main,.hfm-side-card{background-image:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.12)),var(--bg);background-size:cover;background-position:center;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.hfm-hero-main{min-height:590px}.hfm-hero-overlay{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;height:100%;padding:56px;max-width:660px}.hfm-kicker{color:var(--teal);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.hfm-hero h1{font-size:clamp(38px,4vw,68px);line-height:1.05;margin:14px 0 16px}.hfm-hero p{font-size:18px;color:#d8dcdf;max-width:580px}.hfm-button{display:inline-flex;gap:30px;align-items:center;border:1px solid var(--gold);padding:13px 18px;text-transform:uppercase;font-size:12px;font-weight:800;margin-top:16px}.hfm-hero-side{display:grid;gap:8px;grid-template-rows:repeat(3,1fr)}.hfm-side-card{min-height:190px}.hfm-side-card a{height:100%;display:flex;flex-direction:column;justify-content:center;padding:34px}.hfm-side-card h2{font-size:26px;line-height:1.15;margin:10px 0}.hfm-side-card small,.hfm-card small{color:var(--muted)}.hfm-categories{padding:34px 0 26px}.hfm-categories h2,.hfm-section-head h2{font-size:18px;text-transform:uppercase;letter-spacing:.1em}.hfm-category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px;background:linear-gradient(180deg,#12171d,#0d1116);border:1px solid var(--line);border-radius:var(--radius);padding:22px}.hfm-category-grid a{text-align:center;font-size:11px;text-transform:uppercase}.hfm-category-icon{width:54px;height:54px;margin:0 auto 12px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:10px;color:var(--gold);font-size:28px}.hfm-section{padding:18px 0 36px}.hfm-section-head{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px;margin-bottom:18px}.hfm-section-head a{font-size:12px;text-transform:uppercase;color:var(--gold);font-weight:700}.hfm-card-grid{display:grid;gap:14px}.hfm-card-grid.five{grid-template-columns:repeat(5,1fr)}.hfm-card-grid.three{grid-template-columns:repeat(3,1fr)}.hfm-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s}.hfm-card:hover{transform:translateY(-4px);border-color:#3b4652}.hfm-card-image{display:block;aspect-ratio:16/10;overflow:hidden}.hfm-card-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.hfm-card:hover img{transform:scale(1.04)}.hfm-card-body{padding:16px}.hfm-card h3{font-size:17px;line-height:1.25;margin:8px 0 14px}.hfm-feature{display:grid;grid-template-columns:1.15fr .85fr;background:linear-gradient(90deg,#11171c,#151a20);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin-block:12px 38px}.hfm-feature-image img{height:100%;width:100%;object-fit:cover}.hfm-feature-copy{display:flex;flex-direction:column;justify-content:center;padding:50px}.hfm-feature h2{font-size:42px;line-height:1.1;margin:12px 0}.hfm-newsletter{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:36px;border:1px solid var(--line);background:linear-gradient(90deg,#12171d,#171d23);border-radius:var(--radius);margin-bottom:56px}.hfm-newsletter h2{margin:0 0 8px}.hfm-newsletter p{color:var(--muted)}.hfm-newsletter form{display:flex;gap:12px}.hfm-newsletter input{flex:1;background:#0e1217;border:1px solid var(--line);color:#fff;padding:15px}.hfm-newsletter button{background:var(--teal);border:0;padding:0 28px;font-weight:800;text-transform:uppercase}.site-footer{border-top:1px solid var(--line);padding:56px 0 20px;background:#080b0f}.hfm-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.hfm-footer-brand img{max-width:330px}.site-footer h3{font-size:12px;text-transform:uppercase;letter-spacing:.1em}.site-footer a{display:block;color:var(--muted);margin:7px 0}.hfm-copyright{border-top:1px solid var(--line);margin-top:36px;padding-top:20px;color:#737d87;font-size:12px}.hfm-archive{padding:64px 0}.hfm-archive header{max-width:850px;margin-bottom:34px}.hfm-archive h1,.hfm-single h1{font-size:clamp(42px,6vw,86px);line-height:1.03;margin:10px 0}.hfm-single-head{padding-top:70px;max-width:1200px}.hfm-lead{font-size:22px;color:#c9ced3;max-width:900px}.hfm-meta{color:var(--muted);margin-top:20px}.hfm-single-hero{padding-top:36px}.hfm-single-hero img{width:100%;max-height:820px;object-fit:cover;border-radius:var(--radius)}.hfm-article-grid{display:grid;grid-template-columns:minmax(0,850px) 280px;gap:80px;padding-top:48px;padding-bottom:80px;justify-content:center}.hfm-content{font-size:19px}.hfm-content h2{font-size:38px;margin-top:48px}.hfm-content h3{font-size:28px}.hfm-content p{margin:0 0 24px}.hfm-content img{border-radius:8px;margin:32px 0}.hfm-page,.hfm-empty{padding:70px 0;max-width:1000px}.hfm-empty{min-height:55vh}.hfm-placeholder{height:100%;background:linear-gradient(135deg,#161d24,#0f1419)}@media(max-width:1100px){.hfm-card-grid.five{grid-template-columns:repeat(3,1fr)}.hfm-category-grid{grid-template-columns:repeat(4,1fr)}.hfm-nav ul{gap:24px}.hfm-article-grid{grid-template-columns:1fr}.hfm-article-grid aside{display:none}}@media(max-width:780px){.hfm-shell{width:100%;padding-inline:16px}.hfm-header-top{height:74px}.hfm-logo img{width:220px}.hfm-saved span,.hfm-menu-toggle b{display:none}.hfm-search-row{padding-bottom:12px}.hfm-nav{display:none}.hfm-hero{grid-template-columns:1fr;padding-inline:0}.hfm-hero-main{min-height:500px;border-radius:0}.hfm-hero-overlay{padding:30px}.hfm-hero-side{grid-template-rows:none;grid-template-columns:1fr;gap:1px}.hfm-side-card{border-radius:0;min-height:180px}.hfm-category-grid{display:flex;overflow:auto;padding:16px;border-radius:0;margin-inline:-16px}.hfm-category-grid a{min-width:105px}.hfm-card-grid.five,.hfm-card-grid.three{grid-template-columns:1fr 1fr}.hfm-feature{grid-template-columns:1fr;margin-inline:0}.hfm-feature-copy{padding:28px}.hfm-feature h2{font-size:30px}.hfm-newsletter{grid-template-columns:1fr;padding:24px}.hfm-newsletter form{flex-direction:column}.hfm-newsletter button{height:48px}.hfm-footer-grid{grid-template-columns:1fr 1fr}.hfm-footer-brand{grid-column:1/-1}.hfm-mobile-panel{display:block;position:fixed;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);z-index:99;opacity:0;pointer-events:none;transition:.25s;padding:28px}.hfm-mobile-panel.is-open{opacity:1;pointer-events:auto}.hfm-mobile-panel ul{list-style:none;padding:60px 0 0;margin:0}.hfm-mobile-panel a{display:block;font-size:30px;padding:12px 0}.hfm-panel-close{position:absolute;right:20px;top:14px;background:0;border:0;color:#fff;font-size:42px}.hfm-lock{overflow:hidden}}@media(max-width:520px){.hfm-card-grid.five,.hfm-card-grid.three{grid-template-columns:1fr}.hfm-footer-grid{grid-template-columns:1fr}.hfm-hero h1{font-size:38px}.hfm-side-card h2{font-size:22px}}

/* =========================================================
   HiFiMagasinet Premium v1.0.3 – deep noir colour system
   ========================================================= */
:root{
  --bg:#050607;
  --panel:#0c0f12;
  --panel2:#101419;
  --line:#20262d;
  --text:#f5f6f7;
  --muted:#8f98a2;
  --teal:#64cfc4;
  --gold:#c89a55;
}

html,
body{
  background:#050607;
}

body{
  background-image:
    radial-gradient(circle at 20% -10%, rgba(100,207,196,.055), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(200,154,85,.04), transparent 28%);
  background-attachment:fixed;
  color:var(--text);
}

.site-header{
  background:#050607;
  border-bottom-color:#171c21;
}

.hfm-nav{
  border-top-color:#11161a;
  background:#050607;
}

.hfm-search-form{
  background:#12161b;
  border-color:#272e36;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}

.hfm-search-form:focus-within{
  border-color:rgba(100,207,196,.65);
  box-shadow:0 0 0 3px rgba(100,207,196,.07);
}

.hfm-hero-main,
.hfm-side-card{
  background-color:#090b0e;
  border-color:#252b32;
  box-shadow:none;
}

.hfm-hero-main{
  background-image:
    linear-gradient(90deg,rgba(3,4,5,.95) 0%,rgba(3,4,5,.70) 40%,rgba(3,4,5,.13) 76%),
    var(--bg);
}

.hfm-side-card{
  background-image:
    linear-gradient(90deg,rgba(3,4,5,.90),rgba(3,4,5,.30)),
    var(--bg);
}

.hfm-button{
  border-color:var(--gold);
  color:#fff;
  background:rgba(5,6,7,.28);
}

.hfm-button:hover{
  background:var(--gold);
  color:#08090a;
}

.hfm-categories{
  background:#050607;
}

.hfm-category-grid{
  background:#080b0e;
  border-color:#20262d;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.018);
}

.hfm-category-grid a{
  color:#f4f6f7;
}

.hfm-category-icon{
  background:#090c0f;
  border-color:rgba(200,154,85,.85);
  color:var(--gold);
  box-shadow:none;
}

.hfm-category-grid a:nth-child(even) .hfm-category-icon{
  border-color:rgba(100,207,196,.70);
  color:var(--teal);
}

.hfm-category-grid a:hover .hfm-category-icon{
  transform:translateY(-3px);
  border-color:var(--teal);
  color:var(--teal);
  box-shadow:0 0 24px rgba(100,207,196,.10);
}

.hfm-section-head{
  border-top-color:#1c2228;
}

.hfm-card{
  background:#0b0e11;
  border-color:#20262d;
  box-shadow:none;
}

.hfm-card-body{
  background:linear-gradient(180deg,#0d1014,#0a0d10);
}

.hfm-card:hover{
  transform:translateY(-4px);
  border-color:rgba(100,207,196,.45);
  box-shadow:0 14px 38px rgba(0,0,0,.30),0 0 26px rgba(100,207,196,.045);
}

.hfm-feature{
  background:linear-gradient(100deg,#0a0d10 0%,#0f1317 100%);
  border-color:#20262d;
}

.hfm-feature-copy{
  background:linear-gradient(90deg,rgba(13,17,21,.98),rgba(13,17,21,.88));
}

.hfm-newsletter{
  background:linear-gradient(100deg,#0a0d10,#101418);
  border-color:#20262d;
}

.hfm-newsletter input{
  background:#07090b;
  border-color:#242b32;
}

.hfm-newsletter input:focus{
  outline:none;
  border-color:var(--teal);
}

.hfm-newsletter button{
  background:var(--teal);
  color:#06100f;
}

.hfm-newsletter button:hover{
  background:#78dbd1;
}

.site-footer{
  background:#030405;
  border-top-color:#1a2026;
}

.hfm-copyright{
  border-top-color:#1a2026;
}

.hfm-single-hero img,
.hfm-content img{
  box-shadow:0 20px 60px rgba(0,0,0,.32);
}

.hfm-placeholder{
  background:linear-gradient(135deg,#0d1216,#080a0d);
}

/* Keep the top menu active, but never sticky */
.site-header{
  position:relative !important;
  top:auto !important;
}

@media(max-width:780px){
  body{
    background-image:none;
  }
  .hfm-category-grid{
    background:#080b0e;
    border-top:1px solid #1d2329;
    border-bottom:1px solid #1d2329;
  }
}

/* =========================================================
   HiFiMagasinet Premium v1.0.4 – enforced reference palette
   Cache-safe, high-contrast noir styling.
   ========================================================= */
:root {
  --bg: #050607;
  --panel: #0a0d10;
  --panel2: #0d1115;
  --line: #20262d;
  --text: #f6f7f8;
  --muted: #929ba5;
  --teal: #65d1c7;
  --gold: #d0a052;
}

html,
body,
#page,
.site,
.site-content,
.hfm-page,
.hfm-archive,
.hfm-single {
  background-color: #050607 !important;
  color: var(--text);
}

body {
  background-image:
    radial-gradient(circle at 50% -220px, rgba(101, 209, 199, .07), transparent 520px),
    linear-gradient(#050607, #050607) !important;
}

.site-header,
.hfm-nav,
.hfm-header-top,
.hfm-search-row {
  background: #050607 !important;
}

.site-header {
  border-bottom: 1px solid #1a2026 !important;
}

.hfm-search-form {
  background: linear-gradient(90deg, #14181d, #11151a) !important;
  border-color: #2b333c !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025) !important;
}

.hfm-search-form:focus-within {
  border-color: rgba(101,209,199,.75) !important;
  box-shadow: 0 0 0 3px rgba(101,209,199,.08) !important;
}

.hfm-hero-main,
.hfm-side-card,
.hfm-card,
.hfm-feature,
.hfm-newsletter,
.hfm-category-grid,
.hfm-widget {
  border-color: #242b32 !important;
  box-shadow: none !important;
}

.hfm-hero-main {
  background-color: #080a0d !important;
  background-image:
    linear-gradient(90deg, rgba(2,3,4,.96) 0%, rgba(2,3,4,.76) 42%, rgba(2,3,4,.18) 78%),
    var(--hero-image, none) !important;
}

.hfm-side-card {
  background-color: #080a0d !important;
}

.hfm-categories,
.hfm-section {
  background: #050607 !important;
}

.hfm-category-grid {
  background: linear-gradient(180deg, #0b0e12, #080a0d) !important;
}

.hfm-category-icon {
  background: #080a0d !important;
  border-color: var(--gold) !important;
  color: var(--gold) !important;
}

.hfm-category-grid a:nth-child(even) .hfm-category-icon {
  border-color: var(--teal) !important;
  color: var(--teal) !important;
}

.hfm-category-grid a:hover .hfm-category-icon {
  border-color: var(--teal) !important;
  color: var(--teal) !important;
  box-shadow: 0 0 28px rgba(101,209,199,.12) !important;
}

.hfm-card {
  background: #090c0f !important;
}

.hfm-card-body {
  background: linear-gradient(180deg, #0d1115, #090c0f) !important;
}

.hfm-card:hover {
  border-color: rgba(101,209,199,.55) !important;
  box-shadow: 0 16px 45px rgba(0,0,0,.42), 0 0 28px rgba(101,209,199,.055) !important;
}

.hfm-feature {
  background: linear-gradient(100deg, #090c0f, #101419) !important;
}

.hfm-feature-copy {
  background: linear-gradient(90deg, rgba(8,11,14,.99), rgba(13,17,21,.93)) !important;
}

.hfm-newsletter {
  background: linear-gradient(100deg, #090c0f, #101419) !important;
}

.hfm-newsletter input {
  background: #06080a !important;
  border-color: #283039 !important;
}

.hfm-newsletter button {
  background: var(--teal) !important;
  color: #04100f !important;
}

.hfm-kicker,
.hfm-card .hfm-kicker {
  color: var(--teal) !important;
}

.hfm-section-head a,
.hfm-button {
  color: var(--gold);
}

.hfm-button {
  border-color: var(--gold) !important;
  background: rgba(5,6,7,.42) !important;
}

.hfm-button:hover {
  background: var(--gold) !important;
  color: #050607 !important;
}

.site-footer {
  background: #030405 !important;
  border-top-color: #1b2127 !important;
}

.hfm-copyright,
.hfm-section-head {
  border-color: #1d2329 !important;
}

@media (max-width: 780px) {
  body {
    background: #050607 !important;
  }
}

/* =========================================================
   HiFiMagasinet Premium v1.0.5 – expanded editorial layout
   ========================================================= */
.hfm-categories-top{padding:18px 0 16px}.hfm-categories-top .hfm-category-grid{grid-template-columns:repeat(9,1fr);padding:12px 18px;gap:6px}.hfm-category-icon{border:0!important;background:transparent!important;width:48px;height:48px;margin-bottom:6px;box-shadow:none!important}.hfm-category-icon svg{width:44px;height:44px;stroke:var(--teal);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:.25s}.hfm-category-grid a:nth-child(3n+1) svg,.hfm-category-grid a:nth-child(3n+3) svg{stroke:var(--gold)}.hfm-category-grid a:hover svg{transform:translateY(-3px) scale(1.06);filter:drop-shadow(0 0 9px rgba(101,209,199,.28))}.hfm-category-grid b{font-size:10px}.hfm-home-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:14px;align-items:start}.hfm-home-primary{min-width:0}.hfm-home-layout .hfm-hero{width:100%;padding-top:0;grid-template-columns:1.45fr .88fr}.hfm-home-layout .hfm-hero-main{min-height:560px}.hfm-home-layout .hfm-hero-overlay{padding:42px}.hfm-home-layout .hfm-hero h1{font-size:clamp(38px,3.5vw,62px)}.hfm-home-layout .hfm-side-card{min-height:180px}.hfm-hero-main.no-image,.hfm-side-card.no-image{background-image:linear-gradient(135deg,#111821,#050607)!important}.hfm-hero-main.no-image:after,.hfm-side-card.no-image:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 50%,rgba(101,209,199,.10),transparent 42%);pointer-events:none}.hfm-hero-main,.hfm-side-card{position:relative}.hfm-hero-main>* , .hfm-side-card>*{position:relative;z-index:1}.hfm-home-sidebar{display:grid;gap:14px;position:sticky;top:18px}.hfm-side-widget{background:linear-gradient(180deg,#0b0f13,#080b0e);border:1px solid var(--line);border-radius:var(--radius);padding:22px}.hfm-side-widget h2{font-size:15px;text-transform:uppercase;letter-spacing:.07em;margin:0 0 18px}.hfm-side-widget h2 span{color:var(--teal)}.hfm-most-read ol{list-style:none;margin:0;padding:0}.hfm-most-read li{display:grid;grid-template-columns:42px 1fr;gap:10px;padding:14px 0;border-bottom:1px solid #20262d}.hfm-most-read li:last-child{border-bottom:0}.hfm-most-read li>span{color:var(--teal);font-size:22px;font-weight:300}.hfm-most-read a{font-size:14px;line-height:1.35;font-weight:650}.hfm-most-read small{display:block;color:var(--muted);margin-top:5px;font-size:11px}.hfm-trending>div{display:flex;flex-wrap:wrap;gap:8px}.hfm-trending a{border:1px solid #4d4335;border-radius:5px;padding:7px 10px;font-size:11px;background:#0b0d0f}.hfm-trending a:hover{border-color:var(--teal);color:var(--teal)}.hfm-sidebar-guide{padding:0;overflow:hidden}.hfm-sidebar-guide>.hfm-kicker{display:block;padding:18px 18px 0}.hfm-sidebar-guide-img{aspect-ratio:16/9;overflow:hidden;margin-top:12px}.hfm-sidebar-guide-img img{width:100%;height:100%;object-fit:cover}.hfm-sidebar-guide h2,.hfm-sidebar-guide p,.hfm-sidebar-guide>a{margin-left:18px;margin-right:18px}.hfm-sidebar-guide h2{font-size:20px;text-transform:none;letter-spacing:0;margin-top:16px}.hfm-sidebar-guide p{font-size:13px;color:var(--muted)}.hfm-sidebar-guide>a{display:inline-block;color:var(--gold);font-size:11px;font-weight:800;text-transform:uppercase;margin-bottom:20px}.hfm-home-primary .hfm-section{padding-bottom:26px}.hfm-home-primary .hfm-feature{margin-bottom:28px}.hfm-placeholder{position:relative;min-height:100%;background:linear-gradient(135deg,#111820,#080b0f)}.hfm-placeholder span:before,.hfm-placeholder span:after{content:"";position:absolute;border:1px solid rgba(101,209,199,.22);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.hfm-placeholder span:before{width:82px;height:82px}.hfm-placeholder span:after{width:34px;height:34px}.hfm-article-grid{grid-template-columns:minmax(0,850px) 340px!important;gap:64px!important}.hfm-article-grid aside{position:sticky;top:24px;align-self:start}.hfm-widget{background:linear-gradient(180deg,#0c1014,#080b0e);border:1px solid var(--line);border-radius:10px;padding:22px;margin-bottom:16px}.hfm-widget h3{margin-top:0;text-transform:uppercase;font-size:13px;letter-spacing:.08em;color:var(--teal)}
@media(max-width:1250px){.hfm-home-layout{grid-template-columns:1fr}.hfm-home-sidebar{position:static;grid-template-columns:1fr 1fr}.hfm-sidebar-guide{grid-column:1/-1}.hfm-categories-top .hfm-category-grid{grid-template-columns:repeat(5,1fr)}}
@media(max-width:900px){.hfm-home-layout .hfm-hero{grid-template-columns:1fr}.hfm-home-layout .hfm-hero-main{min-height:500px}.hfm-home-sidebar{grid-template-columns:1fr}.hfm-sidebar-guide{grid-column:auto}.hfm-categories-top .hfm-category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.hfm-categories-top .hfm-category-grid a{min-width:110px;scroll-snap-align:start}.hfm-article-grid{grid-template-columns:1fr!important;gap:28px!important}.hfm-article-grid aside{position:static}}
@media(max-width:600px){.hfm-home-layout .hfm-hero-main{min-height:450px}.hfm-home-layout .hfm-hero-overlay{padding:28px}.hfm-home-layout .hfm-hero h1{font-size:38px}}
.hfm-menu-area{justify-self:start;display:flex;align-items:center;gap:20px}.hfm-live-signal{display:flex;align-items:center;gap:3px;color:var(--teal);font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:.08em}.hfm-live-signal i{display:block;width:2px;background:var(--teal);border-radius:2px;animation:hfmMeter 1.1s ease-in-out infinite}.hfm-live-signal i:nth-child(1){height:8px}.hfm-live-signal i:nth-child(2){height:14px;animation-delay:.16s}.hfm-live-signal i:nth-child(3){height:10px;animation-delay:.32s}.hfm-live-signal em{font-style:normal;margin-left:7px}@keyframes hfmMeter{0%,100%{transform:scaleY(.55);opacity:.55}50%{transform:scaleY(1.25);opacity:1}}@media(max-width:900px){.hfm-live-signal{display:none}}@media(prefers-reduced-motion:reduce){.hfm-live-signal i{animation:none}}

/* =========================================================
   HiFiMagasinet Premium v1.0.6 – hero image + editorial flow
   ========================================================= */
.hfm-hero-main{
  background-image:
    linear-gradient(90deg,rgba(2,3,4,.94) 0%,rgba(2,3,4,.72) 42%,rgba(2,3,4,.12) 78%),
    var(--bg,none)!important;
  background-size:cover!important;
  background-position:center!important;
}
.hfm-side-card{
  background-image:
    linear-gradient(90deg,rgba(2,3,4,.90),rgba(2,3,4,.24)),
    var(--bg,none)!important;
  background-size:cover!important;
  background-position:center!important;
}
.hfm-top-layout,
.hfm-content-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:14px;
  align-items:start;
}
.hfm-top-layout{padding-top:18px}
.hfm-top-layout>.hfm-hero{padding-top:0;width:100%;min-width:0}
.hfm-top-layout .hfm-hero{grid-template-columns:1.45fr .88fr}
.hfm-top-layout .hfm-hero-main{min-height:590px}
.hfm-top-layout .hfm-hero-side{min-width:0}
.hfm-home-sidebar-top{position:static}
.hfm-categories-after-hero{padding-top:22px;padding-bottom:20px}
.hfm-category-heading{margin-bottom:12px;border-top:0;padding-top:0}
.hfm-categories-after-hero .hfm-category-grid{grid-template-columns:repeat(9,1fr);padding:18px 16px;gap:8px}
.hfm-content-layout{padding-top:4px}
.hfm-home-sidebar-lower{position:sticky;top:18px}
.hfm-widget-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.08em}
.hfm-widget-title a{color:var(--gold);font-size:10px}
.hfm-sidebar-stream{padding:18px}
.hfm-sidebar-story{display:grid;grid-template-columns:104px minmax(0,1fr);gap:13px;padding:13px 0;border-top:1px solid #20262d}
.hfm-sidebar-story:first-of-type{border-top:0;padding-top:0}
.hfm-sidebar-story-image{display:block;aspect-ratio:4/3;overflow:hidden;border-radius:7px;background:#0b0f13}
.hfm-sidebar-story-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.hfm-sidebar-story:hover img{transform:scale(1.045)}
.hfm-sidebar-story h3{font-size:14px;line-height:1.28;margin:5px 0 7px;text-transform:none;letter-spacing:0}
.hfm-sidebar-story small{color:var(--muted);font-size:10px}
.hfm-sidebar-story-vertical{grid-template-columns:1fr;padding:16px 0}
.hfm-sidebar-story-vertical .hfm-sidebar-story-image{aspect-ratio:16/9}
.hfm-sidebar-story-vertical h3{font-size:17px;margin-top:7px}
.hfm-sidebar-stream-large{padding:18px}
@media(max-width:1250px){
  .hfm-top-layout,.hfm-content-layout{grid-template-columns:1fr}
  .hfm-home-sidebar-top,.hfm-home-sidebar-lower{position:static;grid-template-columns:1fr 1fr}
  .hfm-home-sidebar-top .hfm-sidebar-stream{height:100%}
  .hfm-home-sidebar-lower{display:none}
  .hfm-categories-after-hero .hfm-category-grid{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:900px){
  .hfm-top-layout .hfm-hero{grid-template-columns:1fr}
  .hfm-top-layout .hfm-hero-main{min-height:500px}
  .hfm-home-sidebar-top{grid-template-columns:1fr}
  .hfm-categories-after-hero .hfm-category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}
  .hfm-categories-after-hero .hfm-category-grid a{min-width:110px;scroll-snap-align:start}
}
@media(max-width:600px){
  .hfm-top-layout{padding-top:8px}
  .hfm-top-layout .hfm-hero-main{min-height:460px}
  .hfm-sidebar-story{grid-template-columns:92px minmax(0,1fr)}
}

/* =========================================================
   HiFiMagasinet Premium v1.0.7 – homepage grid rebuild
   ========================================================= */
.hfm-top-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:14px;padding-top:18px;align-items:start}
.hfm-top-layout .hfm-hero{padding-top:0;min-width:0}
.hfm-home-sidebar{display:grid;gap:14px;align-content:start}
.hfm-side-widget,.hfm-article-side-card,.hfm-widget{background:#090d10;border:1px solid var(--line);border-radius:var(--radius);padding:22px}
.hfm-most-read h2,.hfm-widget-title,.hfm-article-side-card>h3{margin:0 0 16px;text-transform:uppercase;font-size:14px;letter-spacing:.08em}
.hfm-most-read h2 span{color:var(--teal)}
.hfm-most-read ol{list-style:none;margin:0;padding:0}
.hfm-most-read li{display:grid;grid-template-columns:38px 1fr;gap:10px;padding:13px 0;border-top:1px solid #20262d}
.hfm-most-read li:first-child{border-top:0}
.hfm-most-read li>span{font-size:22px;color:var(--teal);font-weight:300}
.hfm-most-read li a{font-weight:700;line-height:1.35}
.hfm-most-read li small{display:block;color:var(--muted);margin-top:5px}
.hfm-sidebar-feature img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:7px;margin:12px 0}
.hfm-sidebar-feature h3{font-size:21px;line-height:1.2;margin:10px 0}
.hfm-sidebar-feature p{color:var(--muted);font-size:14px}

.hfm-hero-main{position:relative;isolation:isolate;background:#090b0e!important}
.hfm-hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.hfm-hero-main:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,3,4,.95) 0%,rgba(2,3,4,.72) 42%,rgba(2,3,4,.08) 78%);z-index:-1}
.hfm-hero-main.no-image:after{background:linear-gradient(135deg,#10161b,#06080a)}
.hfm-side-card{position:relative;isolation:isolate;background:#090b0e!important}
.hfm-side-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.hfm-side-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,4,5,.92),rgba(3,4,5,.2));z-index:-1}

.hfm-home-sections{padding-bottom:22px}
.hfm-grid-section{padding:24px 0 34px}
.hfm-card-grid.six{grid-template-columns:repeat(6,minmax(0,1fr))}
.hfm-card-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.hfm-grid-section .hfm-card{min-width:0}
.hfm-grid-section .hfm-card h3{font-size:16px}
.hfm-grid-section .hfm-card-image{aspect-ratio:16/10}

.hfm-category-grid svg{width:34px;height:34px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hfm-category-icon{transition:.25s ease}

.hfm-article-grid{grid-template-columns:minmax(0,900px) 360px;gap:64px;align-items:start;justify-content:center}
.hfm-article-sidebar{display:grid;gap:18px;position:sticky;top:24px}
.hfm-article-tools h2{font-size:22px;line-height:1.2;margin:9px 0 16px}
.hfm-article-side-meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin-bottom:18px}
.hfm-related-side article{display:grid;grid-template-columns:92px 1fr;gap:12px;padding:13px 0;border-top:1px solid var(--line)}
.hfm-related-side article:first-of-type{border-top:0}
.hfm-related-thumb{display:block;aspect-ratio:4/3;border-radius:6px;overflow:hidden}
.hfm-related-thumb img,.hfm-related-thumb .hfm-placeholder{width:100%;height:100%;object-fit:cover}
.hfm-related-side h4{font-size:14px;line-height:1.3;margin:4px 0 0}
.hfm-widget{margin:0}
.hfm-widget h3{margin-top:0}

@media(max-width:1450px){
  .hfm-card-grid.six{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:1180px){
  .hfm-top-layout{grid-template-columns:1fr}
  .hfm-home-sidebar-top{grid-template-columns:1fr 1fr}
  .hfm-article-grid{grid-template-columns:minmax(0,1fr) 320px;gap:38px}
}
@media(max-width:900px){
  .hfm-home-sidebar-top{grid-template-columns:1fr}
  .hfm-article-grid{grid-template-columns:1fr}
  .hfm-article-sidebar{position:static;display:grid!important;grid-template-columns:1fr 1fr}
  .hfm-widget{grid-column:1/-1}
  .hfm-card-grid.four{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:780px){
  .hfm-top-layout{width:100%;padding-inline:0}
  .hfm-top-layout .hfm-home-sidebar{padding-inline:16px}
  .hfm-card-grid.six{grid-template-columns:repeat(2,1fr)}
  .hfm-article-sidebar{grid-template-columns:1fr}
}
@media(max-width:520px){
  .hfm-card-grid.six,.hfm-card-grid.four{grid-template-columns:1fr}
}


/* =========================================================
   HiFiMagasinet Premium v2.0.0 – clean homepage structure
   ========================================================= */
.hfm-top-layout{
  grid-template-columns:minmax(0,1fr) 320px;
  gap:18px;
  align-items:start;
}
.hfm-top-layout .hfm-hero{
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);
  gap:10px;
}
.hfm-top-layout .hfm-hero-side{
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:10px;
}
.hfm-top-layout .hfm-hero-main{
  min-height:610px;
}
.hfm-home-sidebar-top{
  display:block;
}
.hfm-home-sidebar-top .hfm-side-widget{
  min-height:610px;
}
.hfm-home-sidebar-top .hfm-most-read ol{
  display:grid;
  gap:0;
}
.hfm-home-sidebar-top .hfm-most-read li{
  padding:16px 0;
}
.hfm-categories-after-hero{
  margin-top:22px;
  padding-top:0;
}
.hfm-home-sections{
  padding-top:10px;
}
.hfm-grid-section{
  padding:28px 0 42px;
}
.hfm-card-grid.six{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.hfm-card-grid.five{
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.hfm-card-grid.four{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.hfm-grid-section .hfm-card{
  min-height:100%;
}
.hfm-grid-section .hfm-card-image{
  aspect-ratio:16/9;
}
.hfm-grid-section .hfm-card-body{
  min-height:150px;
  display:flex;
  flex-direction:column;
}
.hfm-grid-section .hfm-card h3{
  font-size:18px;
}
@media(max-width:1450px){
  .hfm-card-grid.six,.hfm-card-grid.five,.hfm-card-grid.four{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:1180px){
  .hfm-top-layout{grid-template-columns:1fr}
  .hfm-home-sidebar-top .hfm-side-widget{min-height:auto}
  .hfm-top-layout .hfm-hero-main{min-height:560px}
}
@media(max-width:900px){
  .hfm-top-layout .hfm-hero{grid-template-columns:1fr}
  .hfm-top-layout .hfm-hero-side{grid-template-columns:1fr 1fr;grid-template-rows:none}
  .hfm-card-grid.six,.hfm-card-grid.five,.hfm-card-grid.four{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .hfm-top-layout .hfm-hero-side{grid-template-columns:1fr}
  .hfm-card-grid.six,.hfm-card-grid.five,.hfm-card-grid.four{grid-template-columns:1fr}
}


/* =========================================================
   HiFiMagasinet Premium v2.0.1 – noir + gold refinement
   ========================================================= */
:root{
  --bg:#030405;
  --panel:#090b0e;
  --panel2:#0d1014;
  --line:rgba(201,155,86,.42);
  --line-soft:rgba(201,155,86,.22);
  --text:#f6f7f8;
  --muted:#9da5ad;
  --teal:#63d0c3;
  --gold:#d1a255;
}
html,body{background:#030405!important}
body{
  background-image:radial-gradient(circle at 50% -10%,rgba(201,155,86,.055),transparent 34%)!important;
  background-attachment:fixed;
}
#main-content{
  background:#07090b;
  border-top:1px solid rgba(201,155,86,.16);
}
.site-header,.hfm-nav,.site-footer{background:#030405!important}
.site-header{border-bottom-color:rgba(201,155,86,.22)!important}
.hfm-nav{border-top-color:rgba(201,155,86,.12)!important}
.hfm-search-form{
  background:linear-gradient(90deg,#0d1013,#111419)!important;
  border-color:rgba(201,155,86,.40)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.018);
}
.hfm-search-form:focus-within{
  border-color:var(--gold)!important;
  box-shadow:0 0 0 3px rgba(209,162,85,.09);
}
.hfm-hero-main,.hfm-side-card,.hfm-side-widget,.hfm-card,.hfm-feature,.hfm-newsletter,
.hfm-article-tools,.hfm-related-side,.hfm-widget{
  border-color:rgba(201,155,86,.38)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.18);
}
.hfm-card,.hfm-side-widget,.hfm-article-tools,.hfm-related-side,.hfm-widget{
  background:#090b0e!important;
}
.hfm-card:hover,.hfm-side-card:hover{
  border-color:var(--gold)!important;
  box-shadow:0 16px 42px rgba(0,0,0,.30),0 0 0 1px rgba(209,162,85,.10);
}
.hfm-section-head{border-top-color:rgba(201,155,86,.30)!important}
.hfm-button,.hfm-section-head a{color:var(--gold)}
.hfm-button{border-color:var(--gold)!important}
.hfm-button:hover{background:var(--gold);color:#08090a}
.hfm-category-grid{
  background:linear-gradient(180deg,#0b0e11,#07090b)!important;
  border-color:rgba(201,155,86,.42)!important;
}
.hfm-category-grid a{color:#f5f6f7}
.hfm-category-icon{
  background:#07090b!important;
  transition:transform .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease;
}
.hfm-category-grid a:nth-child(odd) .hfm-category-icon{
  color:var(--gold)!important;
  border-color:var(--gold)!important;
}
.hfm-category-grid a:nth-child(odd) .hfm-category-icon svg{
  color:var(--gold)!important;
  stroke:currentColor!important;
}
.hfm-category-grid a:nth-child(even) .hfm-category-icon{
  color:var(--teal)!important;
  border-color:var(--teal)!important;
}
.hfm-category-grid a:nth-child(even) .hfm-category-icon svg{
  color:var(--teal)!important;
  stroke:currentColor!important;
}
.hfm-category-grid a:hover .hfm-category-icon{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 0 24px currentColor;
}
.hfm-live-signal{
  gap:4px!important;
  padding:7px 9px;
  border:1px solid rgba(99,208,195,.24);
  border-radius:999px;
  background:rgba(99,208,195,.035);
}
.hfm-live-signal em{display:none!important}
.hfm-live-signal i{width:2px!important;box-shadow:0 0 8px rgba(99,208,195,.5)}
.hfm-newsletter{
  background:linear-gradient(100deg,#090b0e,#0d1014)!important;
  border-color:rgba(201,155,86,.42)!important;
}
.hfm-newsletter input{background:#050607!important;border-color:rgba(201,155,86,.34)!important}
.hfm-newsletter button{background:var(--gold)!important;color:#090a0b!important}
.site-footer{border-top-color:rgba(201,155,86,.28)!important}
.hfm-copyright{border-top-color:rgba(201,155,86,.18)!important}
@media(max-width:780px){
  #main-content{background:#07090b}
  .hfm-category-grid{border-left:0!important;border-right:0!important}
}

/* =========================================================
   HiFiMagasinet Premium v2.1.0 – typography, rhythm and polish
   ========================================================= */
:root{
  --space-section:clamp(56px,6vw,96px);
  --shadow-card:0 18px 48px rgba(0,0,0,.34);
}
body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;letter-spacing:-.01em}
h1,h2,h3,h4,.hfm-nav a,.hfm-button,.hfm-menu-toggle,.hfm-saved{font-family:Manrope,Inter,sans-serif}
.hfm-shell{width:min(calc(100% - 64px),var(--shell))}
.hfm-header-top{height:104px}
.hfm-logo img{max-height:76px}
.hfm-search-row{padding-bottom:24px}
.hfm-nav ul{padding:18px;gap:48px}
.hfm-top-layout{padding-top:28px;gap:20px}
.hfm-top-layout .hfm-hero{gap:12px}
.hfm-top-layout .hfm-hero-side{gap:12px}
.hfm-hero-main,.hfm-side-card,.hfm-side-widget,.hfm-card,.hfm-category-grid,.hfm-newsletter,.hfm-article-side-card{border-radius:12px}
.hfm-hero-overlay{padding:clamp(34px,4vw,68px);max-width:720px}
.hfm-hero h1{font-size:clamp(46px,4.5vw,76px);letter-spacing:-.045em;line-height:.99;margin:16px 0 20px}
.hfm-hero p{font-size:clamp(17px,1.25vw,21px);line-height:1.6;max-width:610px}
.hfm-side-card h2{font-size:clamp(22px,1.55vw,30px);letter-spacing:-.025em}
.hfm-button{position:relative;overflow:hidden;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease}
.hfm-button b{transition:transform .25s ease}.hfm-button:hover b{transform:translateX(5px)}
.hfm-categories{padding-top:var(--space-section);padding-bottom:30px}
.hfm-category-grid{padding:28px 24px;gap:14px}
.hfm-category-grid a{font-weight:700;letter-spacing:.035em;transition:color .25s ease,transform .25s ease}
.hfm-category-grid a:hover{transform:translateY(-3px)}
.hfm-section{padding:0 0 var(--space-section)}
.hfm-section-head{padding-top:26px;margin-bottom:24px}
.hfm-section-head h2{font-size:20px;letter-spacing:.12em}
.hfm-card-grid{gap:18px}
.hfm-card{position:relative;box-shadow:0 8px 24px rgba(0,0,0,.18);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.hfm-card:after{content:"→";position:absolute;right:18px;bottom:16px;color:var(--gold);opacity:0;transform:translateX(-8px);transition:.3s ease}
.hfm-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-card),0 0 0 1px rgba(209,162,85,.12)}
.hfm-card:hover:after{opacity:1;transform:translateX(0)}
.hfm-card-body{padding:20px 20px 24px}
.hfm-grid-section .hfm-card-body{min-height:176px}
.hfm-grid-section .hfm-card h3{font-size:19px;line-height:1.28;letter-spacing:-.02em;padding-right:24px}
.hfm-card small{margin-top:auto}
.hfm-newsletter{margin-top:18px;margin-bottom:72px;padding:42px 46px;gap:36px}
.hfm-newsletter h2{font-size:34px;letter-spacing:-.03em}
.site-footer{padding-top:72px}
.hfm-footer-grid{gap:70px}

.hfm-single-head{padding-top:clamp(72px,8vw,130px);max-width:1320px}
.hfm-single h1{font-size:clamp(48px,7vw,104px);letter-spacing:-.055em;max-width:1180px}
.hfm-lead{font-size:clamp(20px,2vw,28px);line-height:1.55;max-width:980px}
.hfm-meta-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:28px}
.hfm-meta{margin-top:0}
.hfm-reading-toggle{border:1px solid rgba(209,162,85,.55);background:#090b0e;color:var(--gold);padding:11px 16px;border-radius:999px;font:700 12px Manrope,sans-serif;text-transform:uppercase;letter-spacing:.07em;cursor:pointer}
.hfm-reading-toggle:hover{background:var(--gold);color:#070809}
.hfm-single-hero{padding-top:46px}.hfm-single-hero img{border-radius:14px;box-shadow:0 24px 80px rgba(0,0,0,.34)}
.hfm-article-grid{grid-template-columns:minmax(0,920px) 360px;gap:72px;padding-top:64px}
.hfm-content{font-size:20px;line-height:1.78;color:#e5e8ea}
.hfm-content>p:first-child{font-size:23px;color:#f2f4f5}
.hfm-content h2{font-size:clamp(34px,3.5vw,48px);line-height:1.12;letter-spacing:-.035em;margin-top:68px;margin-bottom:22px}
.hfm-content h3{font-size:clamp(26px,2.5vw,34px);letter-spacing:-.025em;margin-top:48px}
.hfm-content blockquote{margin:48px 0;padding:26px 30px;border-left:3px solid var(--gold);background:#0a0d10;font-size:24px;line-height:1.55;color:#fff}
.hfm-content img{border-radius:12px;margin:44px 0;box-shadow:0 18px 52px rgba(0,0,0,.28)}
.hfm-article-sidebar{gap:20px;top:28px}
.hfm-article-side-card{padding:24px;box-shadow:0 14px 36px rgba(0,0,0,.22)}
.hfm-article-side-card h3{font-size:13px;letter-spacing:.11em}
.hfm-chip-list{display:flex;flex-wrap:wrap;gap:8px}
.hfm-chip-list a{padding:8px 11px;border:1px solid rgba(209,162,85,.35);border-radius:999px;color:#d8dde0;font-size:12px}
.hfm-chip-list a:hover{border-color:var(--gold);color:var(--gold)}
.hfm-side-test-link{display:flex;justify-content:space-between;gap:14px;padding:13px 0;border-top:1px solid var(--line-soft);font-size:14px;font-weight:700;line-height:1.35}
.hfm-side-test-link:first-of-type{border-top:0}.hfm-side-test-link small{color:var(--muted);white-space:nowrap;font-weight:500}
body.hfm-reading-mode .hfm-article-grid{grid-template-columns:minmax(0,980px);justify-content:center}
body.hfm-reading-mode .hfm-article-sidebar{display:none}
body.hfm-reading-mode .hfm-content{font-size:21px}

@media(max-width:1100px){
  .hfm-shell{width:min(calc(100% - 40px),var(--shell))}
  .hfm-article-grid{grid-template-columns:1fr;gap:40px}
  .hfm-article-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:780px){
  .hfm-shell{width:100%;padding-inline:16px}
  .hfm-header-top{height:78px}
  .hfm-meta-row{align-items:flex-start;flex-direction:column}
  .hfm-reading-toggle{display:none}
  .hfm-single-head{padding-top:56px}
  .hfm-single h1{font-size:44px}
  .hfm-lead{font-size:20px}
  .hfm-content{font-size:18px;line-height:1.72}
  .hfm-article-sidebar{grid-template-columns:1fr}
  .hfm-newsletter{padding:28px 22px;margin-bottom:48px}
}
@media(prefers-reduced-motion:reduce){.hfm-card,.hfm-card img,.hfm-button,.hfm-button b,.hfm-category-grid a{transition:none!important}}

/* =========================================================
   HiFiMagasinet Premium v2.2.0 – editorial magazine upgrade
   ========================================================= */
:root{
  --hfm-section-gap:110px;
  --hfm-card-radius:12px;
}

.hfm-eyebrow{
  display:block;
  margin-bottom:6px;
  color:var(--gold);
  font-size:10px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.hfm-section{
  margin-top:var(--hfm-section-gap);
}

.hfm-section-head{
  align-items:flex-end;
  padding-top:24px;
  margin-bottom:28px;
  border-top:1px solid rgba(201,155,86,.42);
}

.hfm-section-head h2{
  margin:0;
  font-size:clamp(30px,3vw,48px);
  line-height:1;
  letter-spacing:-.035em;
}

.hfm-glow-card{
  position:relative;
  isolation:isolate;
}

.hfm-glow-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  opacity:0;
  background:radial-gradient(420px circle at var(--hfm-mx,50%) var(--hfm-my,50%),rgba(103,208,194,.13),transparent 42%);
  transition:opacity .3s ease;
}

.hfm-glow-card:hover::after{opacity:1}

.hfm-hero-main,
.hfm-side-card{
  position:relative;
  background:#090c0f;
}

.hfm-hero-media,
.hfm-side-card>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .8s cubic-bezier(.2,.7,.2,1);
}

.hfm-hero-main:hover .hfm-hero-media,
.hfm-side-card:hover>img{transform:scale(1.025)}

.hfm-hero-main::before,
.hfm-side-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(3,5,7,.96) 0%,rgba(3,5,7,.78) 38%,rgba(3,5,7,.15) 78%);
}

.hfm-side-card::before{background:linear-gradient(90deg,rgba(3,5,7,.9),rgba(3,5,7,.32))}
.hfm-hero-overlay,.hfm-side-card>a{position:relative;z-index:3}
.hfm-hero-overlay{max-width:760px}
.hfm-hero-overlay h1{letter-spacing:-.055em}
.hfm-hero-overlay .hfm-button b{transition:transform .25s ease}
.hfm-hero-main:hover .hfm-button b{transform:translateX(6px)}

.hfm-widget-title{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.hfm-widget-title h2{margin:0}
.hfm-live-dot{
  width:9px;height:9px;border-radius:50%;background:var(--teal);
  box-shadow:0 0 0 0 rgba(103,208,194,.6);
  animation:hfmLivePulse 2s infinite;
}
@keyframes hfmLivePulse{70%{box-shadow:0 0 0 9px rgba(103,208,194,0)}100%{box-shadow:0 0 0 0 rgba(103,208,194,0)}}

.hfm-category-grid-rich{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:12px;
}

.hfm-category-grid-rich>a{
  position:relative;
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  min-height:88px;
  padding:14px 18px;
  border:1px solid rgba(201,155,86,.22);
  border-radius:10px;
  background:linear-gradient(135deg,#0c1014,#080b0e);
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}

.hfm-category-grid-rich>a:hover{
  transform:translateY(-3px);
  border-color:rgba(201,155,86,.72);
  background:linear-gradient(135deg,#10151a,#0a0e12);
}

.hfm-category-grid-rich .hfm-category-icon{
  width:58px;height:58px;margin:0;
}
.hfm-category-copy{display:flex;flex-direction:column;align-items:flex-start}
.hfm-category-copy b{font-size:15px}
.hfm-category-copy small{color:var(--muted);font-size:11px;margin-top:2px}
.hfm-category-arrow{color:var(--gold);opacity:.7;font-size:18px;transition:transform .2s ease}
.hfm-category-grid-rich>a:hover .hfm-category-arrow{transform:translate(2px,-2px)}

.hfm-news-magazine-grid{
  display:grid;
  grid-template-columns:1.35fr 1fr;
  gap:16px;
}

.hfm-news-lead{
  overflow:hidden;
  border:1px solid rgba(201,155,86,.34);
  border-radius:var(--hfm-card-radius);
  background:#0b0f13;
}
.hfm-news-lead-image{display:block;aspect-ratio:16/9;overflow:hidden}
.hfm-news-lead-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.hfm-news-lead:hover img{transform:scale(1.025)}
.hfm-news-lead-copy{padding:28px}
.hfm-news-lead-copy h3{font-size:clamp(28px,2.6vw,46px);line-height:1.05;margin:10px 0 14px;letter-spacing:-.035em}
.hfm-news-lead-copy p{color:var(--muted);font-size:16px}
.hfm-news-small-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hfm-news-small-grid .hfm-card h3{font-size:18px}

.hfm-editors-choice{
  min-height:680px;
  margin-top:var(--hfm-section-gap);
  overflow:hidden;
  border:1px solid rgba(201,155,86,.58);
  border-radius:var(--hfm-card-radius);
  background:#090b0e;
}
.hfm-editors-choice>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.2,.7,.2,1)}
.hfm-editors-choice:hover>img{transform:scale(1.025)}
.hfm-editors-choice-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(2,3,4,.98) 0%,rgba(2,3,4,.82) 42%,rgba(2,3,4,.18) 78%)}
.hfm-editors-choice-copy{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:680px;max-width:760px;padding:clamp(36px,6vw,92px)}
.hfm-choice-label{display:inline-flex;margin-bottom:28px;padding:8px 12px;border:1px solid var(--gold);color:var(--gold);font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.hfm-editors-choice h2{font-size:clamp(48px,6vw,88px);line-height:.98;letter-spacing:-.055em;margin:14px 0 20px}
.hfm-editors-choice p{max-width:640px;color:#d1d5d8;font-size:18px}

.hfm-guide-magazine-grid{
  display:grid;
  grid-template-columns:1.45fr .75fr;
  gap:16px;
}
.hfm-guide-feature{display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;border:1px solid rgba(201,155,86,.34);border-radius:var(--hfm-card-radius);background:#0b0f13}
.hfm-guide-feature-image{min-height:500px;overflow:hidden}
.hfm-guide-feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}
.hfm-guide-feature:hover img{transform:scale(1.025)}
.hfm-guide-feature-copy{display:flex;flex-direction:column;justify-content:center;padding:42px}
.hfm-guide-feature h3{font-size:clamp(34px,3.4vw,56px);line-height:1.02;margin:12px 0 18px;letter-spacing:-.04em}
.hfm-guide-feature p{color:var(--muted)}
.hfm-text-link{margin-top:18px;color:var(--gold);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.hfm-guide-list{border:1px solid rgba(201,155,86,.28);border-radius:var(--hfm-card-radius);background:#0a0d10;padding:12px 24px}
.hfm-guide-list article{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:22px 0;border-bottom:1px solid rgba(201,155,86,.17)}
.hfm-guide-list article:last-child{border-bottom:0}
.hfm-guide-list article>span{color:var(--gold);font-size:11px;font-weight:900}
.hfm-guide-list h3{font-size:19px;line-height:1.18;margin:6px 0}
.hfm-guide-list article:hover h3{color:var(--teal)}

.hfm-test-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.hfm-test-feature{display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;border:1px solid rgba(201,155,86,.34);border-radius:var(--hfm-card-radius);background:#0b0f13}
.hfm-test-feature-image{min-height:360px;overflow:hidden}
.hfm-test-feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.hfm-test-feature:hover img{transform:scale(1.03)}
.hfm-test-feature>div{display:flex;flex-direction:column;justify-content:center;padding:30px}
.hfm-test-feature h3{font-size:30px;line-height:1.04;margin:10px 0 14px;letter-spacing:-.035em}
.hfm-test-feature p{color:var(--muted)}
.hfm-card-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}

.hfm-brand-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.hfm-brand-feature{display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;border:1px solid rgba(201,155,86,.32);border-radius:var(--hfm-card-radius);background:#0b0f13}
.hfm-brand-feature-image{min-height:360px;overflow:hidden}
.hfm-brand-feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.hfm-brand-feature:hover img{transform:scale(1.03)}
.hfm-brand-feature>div{display:flex;flex-direction:column;justify-content:center;padding:30px}
.hfm-brand-feature h3{font-size:31px;line-height:1.05;margin:10px 0 14px}
.hfm-brand-feature p{color:var(--muted)}

.hfm-card{
  border-color:rgba(201,155,86,.28)!important;
  border-radius:var(--hfm-card-radius);
}
.hfm-card::after{content:"↗";position:absolute;right:16px;bottom:13px;color:var(--gold);opacity:0;transform:translateX(-5px);transition:.2s ease}
.hfm-card:hover::after{opacity:1;transform:translateX(0)}
.hfm-card h3{padding-right:18px;transition:transform .2s ease,color .2s ease}
.hfm-card:hover h3{transform:translateY(-2px);color:#fff}

.hfm-newsletter{margin-top:120px;margin-bottom:80px;padding:50px;border-color:rgba(201,155,86,.45)}
.hfm-newsletter h2{font-size:clamp(32px,4vw,58px);line-height:1;margin:8px 0 12px}

.site-footer{padding-top:70px}
.hfm-footer-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding-bottom:42px;border-bottom:1px solid rgba(201,155,86,.3)}
.hfm-footer-brand img{max-width:410px}
.hfm-footer-brand p{max-width:650px;color:var(--muted)}
.hfm-footer-social{display:flex;gap:18px}
.hfm-footer-social a{color:var(--gold);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.hfm-footer-editorial{display:grid;grid-template-columns:repeat(4,1fr);gap:48px;padding:48px 0}
.hfm-footer-editorial section{min-width:0}
.hfm-footer-editorial h3{padding-bottom:14px;border-bottom:1px solid rgba(201,155,86,.22)}
.hfm-footer-editorial a{display:block;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.045);color:#aab1b8;line-height:1.3}
.hfm-footer-editorial a:hover{color:var(--teal)}
.hfm-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:20px 0;border-top:1px solid rgba(201,155,86,.22);color:#727b84;font-size:12px}
.hfm-footer-bottom nav{display:flex;gap:18px}
.hfm-footer-bottom a{margin:0;color:#727b84}

@media(max-width:1280px){
  .hfm-category-grid-rich{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hfm-news-magazine-grid,.hfm-guide-magazine-grid{grid-template-columns:1fr}
  .hfm-test-feature,.hfm-brand-feature{grid-template-columns:1fr}
  .hfm-test-feature-image,.hfm-brand-feature-image{min-height:300px}
}

@media(max-width:980px){
  :root{--hfm-section-gap:80px}
  .hfm-test-feature-grid,.hfm-brand-feature-grid{grid-template-columns:1fr}
  .hfm-card-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hfm-footer-editorial{grid-template-columns:1fr 1fr}
}

@media(max-width:780px){
  :root{--hfm-section-gap:64px}
  .hfm-category-grid-rich{display:grid;grid-template-columns:1fr;padding:10px;margin-inline:0;overflow:visible}
  .hfm-category-grid-rich>a{min-width:0}
  .hfm-news-small-grid{grid-template-columns:1fr 1fr}
  .hfm-editors-choice,.hfm-editors-choice-copy{min-height:560px}
  .hfm-editors-choice-copy{padding:30px}
  .hfm-editors-choice h2{font-size:45px}
  .hfm-guide-feature{grid-template-columns:1fr}
  .hfm-guide-feature-image{min-height:330px}
  .hfm-guide-feature-copy{padding:28px}
  .hfm-newsletter{margin-top:75px;padding:28px}
  .hfm-footer-intro{align-items:flex-start;flex-direction:column}
  .hfm-footer-editorial{grid-template-columns:1fr 1fr;gap:28px}
}

@media(max-width:560px){
  .hfm-news-small-grid,.hfm-card-grid.four,.hfm-footer-editorial{grid-template-columns:1fr}
  .hfm-category-grid-rich>a{grid-template-columns:52px minmax(0,1fr) auto}
  .hfm-editors-choice,.hfm-editors-choice-copy{min-height:520px}
  .hfm-editors-choice h2{font-size:38px}
  .hfm-test-feature h3,.hfm-brand-feature h3{font-size:26px}
  .hfm-footer-bottom{flex-direction:column}
}

@media(prefers-reduced-motion:reduce){
  .hfm-live-dot{animation:none}
  .hfm-glow-card::after{display:none}
}
