/*
Theme Name: BrandConnectPick
Author: BrandConnectPick
Version: 1.3.1
Text Domain: insightview-picks
*/
:root{--ink:#10231c;--muted:#607168;--paper:#fbfdfb;--surface:#fff;--line:#dce7e1;--green:#0b7652;--green2:#12a36e;--lime:#dcfce7;--navy:#13293d;--shadow:0 18px 50px rgba(16,35,28,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.75}a{color:var(--green);text-decoration-thickness:1px;text-underline-offset:3px}img{max-width:100%;height:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(251,253,251,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner,.site-main,.footer-inner{width:min(1180px,calc(100% - 40px));margin:auto}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{text-decoration:none;color:var(--ink);font-size:1.32rem;font-weight:900;letter-spacing:-.03em}.brand span{color:var(--green2)}.site-nav{display:flex;align-items:center;gap:22px}.site-nav a{color:var(--ink);font-weight:700;text-decoration:none}.site-main{padding:56px 0 90px}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:stretch;margin-bottom:52px}.hero-copy,.hero-card{border:1px solid var(--line);border-radius:28px;padding:clamp(28px,5vw,58px);background:var(--surface);box-shadow:var(--shadow)}.eyebrow{color:var(--green);font-size:.78rem;font-weight:900;letter-spacing:.14em}.hero h1,.iv-criteria-hero h1{font-size:clamp(2.25rem,6vw,4.8rem);line-height:1.04;letter-spacing:-.06em;margin:.4em 0 .28em}.hero p{font-size:1.08rem;color:var(--muted)}.hero-card{background:linear-gradient(145deg,var(--navy),#0b5f47);color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.hero-card strong{font-size:2rem;line-height:1.2}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.post-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.2s transform,.2s box-shadow}.post-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.post-card img{aspect-ratio:4/3;object-fit:cover;width:100%}.post-card-body{padding:22px}.post-card h2{font-size:1.24rem;line-height:1.4;margin:.45rem 0}.post-card h2 a{text-decoration:none;color:var(--ink)}.meta{color:var(--muted);font-size:.88rem}.article-shell{width:min(820px,100%);margin:auto}.article-header{margin-bottom:28px}.article-header h1{font-size:clamp(2.1rem,6vw,4rem);line-height:1.14;letter-spacing:-.045em}.featured{border-radius:24px;overflow:hidden;margin:24px 0}.entry-content{font-size:1.04rem}.entry-content h2{margin-top:2.8em;padding-top:.5em;border-top:1px solid var(--line);font-size:1.65rem;line-height:1.35}.entry-content h3{margin-top:1.5em}.entry-content ul{padding-left:1.3em}.entry-content li{margin:.5em 0}.iv-disclosure{padding:14px 16px;border:1px solid #a9d9c4;background:#edfdf5;border-radius:12px;color:#315d4b;font-size:.9rem}.iv-quick{background:var(--navy);color:#fff;border-radius:20px;padding:24px;margin:28px 0}.iv-quick strong{color:#8ef0bf}.iv-price{display:grid;gap:6px;background:#f1f8f4;border:1px solid var(--line);border-radius:18px;padding:22px;margin:28px 0}.iv-price strong{font-size:2rem;color:var(--green)}.iv-price small{color:var(--muted)}.iv-cta-wrap{text-align:center;margin:34px 0}.iv-cta{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 28px;background:linear-gradient(135deg,var(--green),var(--green2));color:#fff!important;border-radius:14px;font-weight:900;text-decoration:none;box-shadow:0 12px 30px rgba(11,118,82,.25)}.iv-audit{color:var(--muted);font-size:.78rem}.iv-criteria-hero{background:linear-gradient(145deg,#10251d,#174c3b);color:#fff;border-radius:30px;padding:clamp(34px,7vw,80px);margin-bottom:28px}.iv-criteria-hero h1{max-width:850px}.iv-criteria-hero>p:last-child{font-size:1.2rem;color:#cce9dc}.iv-criteria-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.iv-criteria-grid article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px}.iv-criteria-grid strong{color:var(--green2)}.iv-criteria-grid h2{font-size:1.2rem}.iv-live-stats{display:grid;grid-template-columns:repeat(4,1fr);margin-top:28px;background:var(--navy);border-radius:20px;padding:24px;color:#fff}.iv-live-stats div{text-align:center}.iv-live-stats strong{display:block;font-size:2rem;color:#72e6b1}.iv-live-stats span{font-size:.84rem;color:#dbe9e3}.site-footer{background:#10231c;color:#cbdad3;padding:42px 0}.footer-inner{display:flex;justify-content:space-between;gap:20px}.site-footer a{color:#fff}.empty{padding:60px 0;text-align:center;color:var(--muted)}@media(max-width:900px){.hero{grid-template-columns:1fr}.post-grid,.iv-criteria-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-nav{gap:12px;font-size:.88rem}}@media(max-width:600px){.header-inner,.site-main,.footer-inner{width:min(100% - 24px,1180px)}.header-inner{min-height:64px}.site-nav a:not(:last-child){display:none}.site-main{padding-top:30px}.post-grid,.iv-criteria-grid{grid-template-columns:1fr}.iv-live-stats{grid-template-columns:repeat(2,1fr);gap:22px}.footer-inner{display:block}.hero-copy,.hero-card{border-radius:20px;padding:26px}.entry-content{font-size:1rem}.iv-cta{width:100%}}

/* Brand Connect orange + NAVER green palette */
:root{
  --ink:#17201c;
  --muted:#657169;
  --paper:#f8faf8;
  --surface:#ffffff;
  --line:#e5eae7;
  --green:#03a94f;
  --green2:#03c75a;
  --naver:#03c75a;
  --naver-deep:#008f40;
  --orange:#ff7a00;
  --orange-deep:#b94700;
  --orange-soft:#fff4e9;
  --green-soft:#eafaf1;
  --navy:#153528;
  --shadow:0 18px 48px rgba(18,53,39,.10);
}
body{background:linear-gradient(180deg,#fff 0,#f8faf8 34rem);}
a{color:var(--naver-deep);}
a:focus-visible,button:focus-visible{outline:3px solid var(--orange);outline-offset:4px;}
.site-header{background:rgba(255,255,255,.96);border-top:4px solid var(--naver);border-bottom-color:#e8ece9;}
.site-header::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:linear-gradient(90deg,var(--naver) 0 64%,var(--orange) 64% 100%);opacity:.72;}
.brand{display:inline-flex;align-items:center;gap:.18em;}
.brand::before{content:"";width:13px;height:13px;border-radius:3px;background:linear-gradient(135deg,var(--naver) 0 62%,var(--orange) 62%);box-shadow:0 0 0 3px var(--green-soft);}
.brand span{color:var(--naver);}
.site-nav a{position:relative;}
.site-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:3px;border-radius:3px;background:var(--orange);transition:right .2s ease;}
.site-nav a:hover::after,.site-nav a:focus-visible::after{right:0;}
.eyebrow{color:var(--orange-deep);}
.hero-copy,.hero-card,.post-card,.iv-criteria-grid article{border-color:var(--line);}
.hero-copy{position:relative;overflow:hidden;}
.hero-copy::before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:linear-gradient(var(--naver) 0 58%,var(--orange) 58%);}
.hero-card{position:relative;background:linear-gradient(145deg,#153528,#075f36);overflow:hidden;}
.hero-card::before{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-72px;top:-72px;background:var(--orange);opacity:.95;}
.hero-card>*{position:relative;}
.hero-card>span{color:#ffd6ad;font-weight:900;letter-spacing:.12em;}
.post-card{box-shadow:0 8px 26px rgba(21,53,40,.06);}
.post-card:hover{border-color:rgba(255,122,0,.55);box-shadow:0 20px 44px rgba(185,71,0,.12);}
.post-card .meta::before{content:"BRAND PICK";display:inline-block;margin-right:8px;padding:2px 7px;border-radius:999px;background:var(--orange-soft);color:var(--orange-deep);font-size:.68rem;font-weight:900;letter-spacing:.05em;}
.post-card h2 a:hover{color:var(--naver-deep);}
.article-header{position:relative;padding-top:18px;}
.article-header::before{content:"";position:absolute;top:0;left:0;width:88px;height:5px;border-radius:999px;background:linear-gradient(90deg,var(--naver) 0 52%,var(--orange) 52%);}
.featured{background:#fff;border:1px solid var(--line);box-shadow:0 16px 40px rgba(21,53,40,.08);}
.entry-content h2{position:relative;border-top-color:#dce9e1;padding-left:17px;}
.entry-content h2::before{content:"";position:absolute;left:0;top:.63em;width:5px;height:1.08em;border-radius:5px;background:linear-gradient(var(--orange) 0 55%,var(--naver) 55%);}
.entry-content li::marker{color:var(--orange);}
.iv-disclosure{border-color:#9fe1bd;border-left:5px solid var(--naver);background:var(--green-soft);color:#24523c;}
.iv-quick{position:relative;background:linear-gradient(135deg,#153528,#0a4c31);box-shadow:0 16px 36px rgba(3,169,79,.14);overflow:hidden;}
.iv-quick::after{content:"";position:absolute;right:-32px;bottom:-46px;width:120px;height:120px;border-radius:50%;background:var(--orange);opacity:.9;}
.iv-quick>*{position:relative;z-index:1;}
.iv-quick strong{color:#ffbd7d;}
.iv-price{position:relative;background:linear-gradient(135deg,var(--orange-soft),#fff);border-color:#ffd2aa;border-left:6px solid var(--orange);}
.iv-price span{color:var(--naver-deep);font-weight:800;}
.iv-price strong{color:var(--orange-deep);}
.iv-cta{gap:12px;background:linear-gradient(135deg,var(--orange-deep),#d95b00 68%,#ec6d00);box-shadow:0 14px 30px rgba(185,71,0,.28);transition:transform .2s ease,box-shadow .2s ease;}
.iv-cta::after{content:"↗";display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--naver);color:#fff;font-size:1rem;}
.iv-cta:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(185,71,0,.34);}
.iv-criteria-hero{position:relative;background:linear-gradient(145deg,#153528,#08713e);overflow:hidden;}
.iv-criteria-hero::after{content:"";position:absolute;right:-8%;top:-35%;width:340px;height:340px;border-radius:50%;background:var(--orange);opacity:.92;}
.iv-criteria-hero>*{position:relative;z-index:1;}
.iv-criteria-grid article{border-top:4px solid var(--naver);box-shadow:0 8px 24px rgba(21,53,40,.06);}
.iv-criteria-grid article:nth-child(even){border-top-color:var(--orange);}
.iv-criteria-grid strong{color:var(--orange-deep);}
.iv-live-stats{background:linear-gradient(120deg,#153528,#08291d);border-top:4px solid var(--orange);}
.iv-live-stats strong{color:#ffad61;}
.site-footer{background:#121b17;border-top:5px solid transparent;border-image:linear-gradient(90deg,var(--naver) 0 65%,var(--orange) 65%) 1;}
@media(max-width:600px){
  .site-header{border-top-width:3px;}
  .article-header::before{width:68px;}
  .entry-content h2{padding-left:14px;}
  .iv-cta{padding:12px 18px;}
}

/* 1.2.0 — green brand frame, warm orange conversion body */
:root{
  --brand-deep:#062d1f;
  --brand-green:#03c75a;
  --brand-neon:#5cff8a;
  --body-orange:#ff6a00;
  --body-orange-deep:#b94700;
  --body-orange-soft:#fff0df;
  --body-paper:#fff6ec;
  --body-line:#ffc38f;
}
body{background:var(--body-paper);color:#2d1a0d;}
body a{color:var(--body-orange-deep);}
.site-header{background:rgba(6,45,31,.97);border-top:4px solid var(--brand-green);border-bottom:1px solid #0c6841;box-shadow:0 8px 30px rgba(6,45,31,.18);}
.site-header::after{height:2px;bottom:-2px;background:linear-gradient(90deg,var(--brand-green),var(--brand-neon));opacity:1;}
.brand{color:#fff;}
.brand::before{background:var(--brand-green);box-shadow:0 0 0 3px rgba(92,255,138,.2),0 0 18px rgba(92,255,138,.34);}
.brand span{color:var(--brand-neon);}
.site-nav a{color:#f3fff8;}
.site-nav a::after{background:var(--brand-neon);}
.site-header a:focus-visible{outline-color:var(--brand-neon);}
.site-main{color:#2d1a0d;}
.hero-copy,.hero-card,.post-card,.featured,.iv-criteria-grid article{background:#fff;border-color:var(--body-line);box-shadow:0 14px 40px rgba(185,71,0,.09);}
.hero-copy::before{background:var(--body-orange);}
.hero-card{background:linear-gradient(145deg,#7f2b00,#b94700);color:#fff;}
.hero-card::before{background:#ffb067;opacity:.34;}
.hero-card>span,.hero-card strong{color:#fff;}
.hero-card p{color:#fff7f0;}
.eyebrow,.post-card .meta,.post-card .meta::before{color:var(--body-orange-deep);}
.post-card .meta::before{background:var(--body-orange-soft);}
.post-card h2 a:hover{color:var(--body-orange-deep);}
.article-header::before{background:var(--body-orange);}
.entry-content h2{border-top-color:#ffd5af;}
.entry-content h2::before{background:var(--body-orange);}
.entry-content li::marker{color:var(--body-orange);}
.iv-disclosure{border-color:#ffb779;border-left-color:var(--body-orange);background:#fff3e6;color:#75401b;}
.iv-quick{background:linear-gradient(135deg,#742700,#b94700);box-shadow:0 16px 36px rgba(185,71,0,.2);}
.iv-quick::after{background:#ffbe7e;opacity:.28;}
.iv-quick strong{color:#fff1e5;}
.iv-price{background:linear-gradient(135deg,var(--body-orange-soft),#fff);border-color:var(--body-line);border-left-color:var(--body-orange);}
.iv-price span,.iv-price strong{color:var(--body-orange-deep);}
.iv-cta{background:linear-gradient(135deg,#913100,#b94700);box-shadow:0 14px 30px rgba(145,49,0,.3);}
.iv-cta::after{background:#fff;color:var(--body-orange-deep);}
.iv-pick-score{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;padding:22px;margin:18px 0;border:1px solid var(--body-line);border-left:6px solid var(--body-orange);border-radius:18px;background:#fff9f3;}
.iv-pick-score>strong{font-size:2rem;line-height:1;color:var(--body-orange-deep);}
.iv-pick-score p{margin:0;}
.iv-criteria-hero{background:linear-gradient(145deg,#742700,#b94700);}
.iv-criteria-hero::after{background:#ffc18a;opacity:.3;}
.iv-criteria-hero .eyebrow{color:#fff1e5;}
.iv-criteria-hero>p:last-child{color:#fff7f0;}
.iv-criteria-intro{margin:0 0 24px;padding:20px 24px;border:1px solid var(--body-line);border-radius:18px;background:#fff;color:#6b3512;font-weight:700;}
.iv-criteria-grid-weights{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.iv-criteria-grid-weights article{min-height:0;padding:18px 16px;border-radius:15px;}
.iv-criteria-grid-weights h2{margin:.45rem 0;font-size:1.08rem;}
.iv-criteria-grid-weights p{margin:0;font-size:.92rem;line-height:1.65;}
.iv-criteria-grid-weights+.iv-criteria-grid-picks{margin-top:52px;}
.iv-criteria-grid-picks{grid-template-columns:repeat(2,minmax(0,1fr));}
.iv-criteria-grid article,.iv-criteria-grid article:nth-child(even){border-top:5px solid var(--body-orange);}
.iv-criteria-grid strong{color:var(--body-orange-deep);}
.iv-criteria-grid ul{list-style:none;padding:0;margin:20px 0 0;}
.iv-criteria-grid li{display:grid;gap:3px;padding:14px 0;border-top:1px solid #ffe0c4;}
.iv-criteria-grid li b{color:var(--body-orange-deep);}
.iv-criteria-grid li span{color:#6c5140;}
.iv-criteria-note{padding:18px 22px;border-radius:16px;background:#ffe6cd;color:#774019;}
.iv-live-stats{background:linear-gradient(120deg,#742700,#a83b00);border-top-color:#ffb36d;}
.iv-live-stats strong{color:#fff;}
.iv-live-stats span{color:#ffe8d3;}
.site-footer{background:var(--brand-deep);border-top:5px solid var(--brand-green);border-image:none;color:#d9f8e8;}
.site-footer strong{color:var(--brand-neon);}
.site-footer a{color:#fff;}
@media(max-width:900px){.iv-criteria-grid-weights{grid-template-columns:repeat(2,minmax(0,1fr))}.iv-criteria-grid-picks{grid-template-columns:1fr;}}
@media(max-width:600px){.iv-criteria-grid-weights{grid-template-columns:1fr}.iv-pick-score{grid-template-columns:1fr;gap:8px}.site-header{border-top-width:3px}}

/* 1.3.0 — product hero, category hub, accessible navigation */
html{scroll-padding-top:110px}
body{overflow-x:clip}
body.iv-menu-open{overflow:hidden}
.screen-reader-text,.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{position:fixed;top:12px;left:12px;z-index:10000;width:auto;height:auto;padding:10px 14px;margin:0;clip:auto;background:#fff;color:#062d1f;border-radius:8px;font-weight:800}
.site-header{top:0;z-index:1000}
.admin-bar .site-header{top:32px}
.header-inner{width:min(1320px,calc(100% - 40px));max-width:none;min-height:76px}
.iv-primary-nav{display:flex;align-items:center;gap:7px;margin-left:auto}
.iv-nav-link,.iv-nav-button,.iv-icon-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 11px;border:0;border-radius:9px;background:transparent;color:#f3fff8!important;font:inherit;font-size:.9rem;font-weight:800;text-decoration:none;cursor:pointer}
.iv-nav-link:hover,.iv-nav-link:focus-visible,.iv-nav-link.is-current,.iv-nav-button:hover,.iv-nav-button:focus-visible,.iv-icon-button:hover,.iv-icon-button:focus-visible{background:rgba(92,255,138,.13);color:var(--brand-neon)!important}
.iv-nav-link.is-current{box-shadow:inset 0 -3px 0 var(--brand-neon)}
.iv-nav-button{gap:5px}
.iv-nav-dropdown,.iv-search-wrap{position:relative}
.iv-nav-dropdown-panel{position:absolute;top:calc(100% + 10px);left:0;z-index:30;width:260px;padding:9px;border:1px solid #1e6749;border-radius:14px;background:#073625;box-shadow:0 18px 48px rgba(0,0,0,.28)}
.iv-nav-dropdown-panel[hidden],.iv-nav-search[hidden]{display:none}
.iv-nav-dropdown-panel a,.iv-nav-dropdown-panel .iv-nav-empty{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border-radius:9px;color:#f3fff8!important;text-decoration:none}
.iv-nav-dropdown-panel a:hover,.iv-nav-dropdown-panel a:focus-visible{background:rgba(92,255,138,.13);color:var(--brand-neon)!important}
.iv-nav-dropdown-panel small{color:#9bdab8}
.iv-nav-dropdown-panel .iv-nav-empty{color:#b4d2c3;font-size:.85rem}
.iv-nav-dropdown-panel .iv-nav-all{margin-top:7px;border-top:1px solid #1e6749;border-radius:0 0 8px 8px;color:var(--brand-neon)!important;font-weight:900}
.iv-icon-button{width:44px;padding:0;font-size:1.45rem}
.iv-nav-search{position:absolute;top:calc(100% + 10px);right:0;z-index:30;width:min(360px,80vw);padding:16px;border:1px solid #1e6749;border-radius:14px;background:#073625;box-shadow:0 18px 48px rgba(0,0,0,.28)}
.iv-nav-search label,.iv-mobile-search label{display:block;margin-bottom:8px;color:#effff6;font-weight:800}
.iv-nav-search div,.iv-mobile-search div{display:flex;gap:7px}
.iv-nav-search input,.iv-mobile-search input{min-width:0;flex:1;padding:11px 12px;border:1px solid #4f806b;border-radius:9px;background:#fff;color:#17201c;font:inherit}
.iv-nav-search button,.iv-mobile-search button{padding:0 14px;border:0;border-radius:9px;background:var(--brand-green);color:#042416;font-weight:900;cursor:pointer}
.iv-mobile-toggle{display:none;width:46px;height:46px;padding:0;border:1px solid rgba(92,255,138,.28);border-radius:10px;background:rgba(92,255,138,.1);cursor:pointer}
.iv-mobile-toggle>span[aria-hidden]{position:relative;display:block;width:22px;height:2px;margin:auto;background:#fff}
.iv-mobile-toggle>span[aria-hidden]::before,.iv-mobile-toggle>span[aria-hidden]::after{content:"";position:absolute;left:0;width:22px;height:2px;background:#fff}
.iv-mobile-toggle>span[aria-hidden]::before{top:-7px}.iv-mobile-toggle>span[aria-hidden]::after{top:7px}
.iv-mobile-shell{position:fixed;inset:0;z-index:1200;visibility:hidden;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}
.iv-mobile-shell.is-open{visibility:visible;opacity:1;pointer-events:auto}
.iv-mobile-backdrop{position:absolute;inset:0;width:100%;border:0;background:rgba(1,18,12,.7);cursor:pointer}
.iv-mobile-drawer{position:absolute;top:0;right:0;width:min(390px,88vw);height:100%;padding:24px;background:#062d1f;color:#f4fff8;overflow-y:auto;transform:translateX(102%);transition:transform .22s ease;box-shadow:-20px 0 50px rgba(0,0,0,.3)}
.iv-mobile-shell.is-open .iv-mobile-drawer{transform:translateX(0)}
.iv-mobile-drawer:focus{outline:0}
.iv-mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid #1c6246}
.iv-mobile-drawer-header strong{font-size:1.25rem;color:var(--brand-neon)}
.iv-mobile-drawer-header button{width:42px;height:42px;border:1px solid #37795c;border-radius:50%;background:transparent;color:#fff;font-size:1.8rem;cursor:pointer}
.iv-mobile-search{padding:22px 0;border-bottom:1px solid #1c6246}
.iv-mobile-drawer nav{display:grid;padding-top:12px}
.iv-mobile-drawer nav>a,.iv-mobile-category-list>a{display:flex;align-items:center;justify-content:space-between;padding:14px 4px;border-bottom:1px solid rgba(55,121,92,.5);color:#fff!important;text-decoration:none;font-weight:800}
.iv-mobile-drawer nav>a:hover,.iv-mobile-drawer nav>a:focus-visible,.iv-mobile-category-list>a:hover,.iv-mobile-category-list>a:focus-visible{color:var(--brand-neon)!important}
.iv-mobile-category-list{margin:10px 0;padding:14px;border-radius:12px;background:#0a3b2a}
.iv-mobile-category-list>strong{display:block;margin-bottom:5px;color:#a9fbc9}
.iv-mobile-category-list small{color:#9bdab8}.iv-mobile-category-list p{color:#b4d2c3}

.site-main{position:relative}
.iv-product-hero{position:relative;left:50%;width:100vw;height:460px;margin:-56px 0 48px -50vw;overflow:hidden;background:#10231c;color:#fff}
.iv-product-hero-backdrop{position:absolute;inset:-36px;background-position:center;background-size:cover;filter:blur(26px) saturate(.86);transform:scale(1.08);opacity:.88}
.iv-product-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,21,14,.9) 0%,rgba(4,21,14,.55) 38%,rgba(4,21,14,.18) 72%,rgba(4,21,14,.5) 100%)}
.iv-product-hero-image{position:absolute;inset:0;display:flex;width:min(1180px,calc(100% - 40px));align-items:center;justify-content:flex-end;padding:22px;margin:auto}
.iv-product-hero-image img{display:block;width:auto;max-width:min(52vw,720px);height:100%;object-fit:contain;filter:drop-shadow(0 18px 34px rgba(0,0,0,.35))}
.iv-product-hero-content{position:relative;z-index:3;width:min(1180px,calc(100% - 40px));height:100%;margin:auto;display:flex;align-items:center}
.iv-product-hero-copy{display:flex;width:min(470px,48%);align-items:flex-start;flex-direction:column;gap:13px}
.iv-product-hero-category{display:inline-flex;padding:7px 11px;border:1px solid rgba(92,255,138,.5);border-radius:999px;background:rgba(6,45,31,.75);color:var(--brand-neon)!important;font-weight:900;text-decoration:none}
.iv-product-hero-title{margin:0;color:#fff;font-size:clamp(1.85rem,4vw,3.4rem);font-weight:900;line-height:1.16;letter-spacing:-.045em;text-shadow:0 4px 20px rgba(0,0,0,.38)}
.iv-product-hero-score{display:inline-flex;padding:7px 11px;border-radius:8px;background:#fff1e5;color:#8a3100;font-weight:900}
.iv-product-hero-jump{display:inline-flex;align-items:center;gap:10px;min-height:46px;margin-top:5px;padding:0 18px;border:1px solid rgba(255,255,255,.7);border-radius:10px;background:rgba(0,0,0,.24);color:#fff!important;font-weight:900;text-decoration:none;backdrop-filter:blur(5px)}
.iv-product-hero-jump:hover,.iv-product-hero-jump:focus-visible{border-color:var(--brand-neon);background:#062d1f;color:var(--brand-neon)!important}

.iv-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 26px;color:#76533b;font-size:.86rem}
.iv-breadcrumbs a{color:#70401f;text-decoration:none;font-weight:800}.iv-breadcrumbs [aria-current]{max-width:36ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.iv-article-toc{margin:0 0 30px;border:1px solid var(--body-line);border-radius:16px;background:#fff}
.iv-article-toc summary{padding:16px 20px;color:var(--body-orange-deep);font-weight:900;cursor:pointer}
.iv-article-toc ol{display:grid;gap:9px;margin:0;padding:0 22px 20px 44px}.iv-article-toc a{color:#4e3828;text-decoration:none}.iv-article-toc a:hover{color:var(--body-orange-deep);text-decoration:underline}
.entry-content h2{scroll-margin-top:112px}
.iv-category-return{margin:50px 0 34px;padding:25px;border:1px solid #b9dfca;border-left:6px solid var(--brand-green);border-radius:16px;background:#f3fff8;color:#1a432f}
.iv-category-return strong{font-size:1.2rem}.iv-category-return p{margin:.45em 0 1em}.iv-category-return a{display:inline-flex;padding:10px 14px;border-radius:9px;background:#062d1f;color:#fff!important;font-weight:900;text-decoration:none}
.iv-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:48px 0 18px}.iv-section-heading h2{margin:0;font-size:1.55rem}.iv-section-heading>a{font-weight:900}
.post-grid-related{grid-template-columns:repeat(2,minmax(0,1fr))}
.post-card-image{display:block;background:#fff}.post-card-image img{display:block}
.iv-post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:38px;padding-top:28px;border-top:1px solid var(--body-line)}
.iv-post-navigation a{display:grid;gap:4px;padding:16px;border:1px solid var(--body-line);border-radius:12px;background:#fff;color:#402817;text-decoration:none}.iv-post-navigation a:hover{border-color:var(--body-orange)}.iv-post-navigation span{color:#8a5c3d;font-size:.82rem}.iv-post-navigation-next{text-align:right}

.iv-category-hub-hero,.iv-archive-header{margin:0 0 32px;padding:clamp(28px,5vw,54px);border:1px solid var(--body-line);border-left:7px solid var(--body-orange);border-radius:24px;background:linear-gradient(135deg,#fff,#fff0df)}
.iv-wide-page{width:100%;margin:0}.iv-wide-page>.entry-content{font-size:1rem}
.iv-category-hub-hero h1,.iv-archive-header h1{margin:.15em 0;font-size:clamp(2rem,5vw,3.8rem);line-height:1.12;letter-spacing:-.05em}.iv-category-hub-hero p,.iv-archive-header p{max-width:760px;color:#6d4b34}
.iv-category-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.iv-category-card{position:relative;display:flex;min-width:0;min-height:430px;flex-direction:column;overflow:hidden;border:1px solid var(--body-line);border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(145,49,0,.08)}
a.iv-category-card{color:#2d1a0d;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
a.iv-category-card:hover,a.iv-category-card:focus-visible{border-color:var(--body-orange);box-shadow:0 18px 42px rgba(145,49,0,.16);transform:translateY(-3px)}
.iv-category-card.is-empty{background:#f4eee8;color:#806f62;box-shadow:none}
.iv-category-card-media{position:relative;display:flex;aspect-ratio:16/9;align-items:center;justify-content:center;overflow:hidden;background:#eadfd6}
.iv-category-card-media img{width:100%;height:100%;object-fit:cover}.iv-category-card-media span{font-weight:900;color:#8f7664}
.iv-category-card-body{display:flex;flex:1;flex-direction:column;padding:22px}.iv-category-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.iv-category-card-head h2{margin:0;font-size:1.25rem}.iv-category-card-count{flex:0 0 auto;padding:4px 9px;border-radius:999px;background:var(--body-orange-soft);color:var(--body-orange-deep);font-size:.76rem;font-weight:900}
.iv-category-card-copy{color:#775740;font-size:.92rem}.iv-category-card-latest{display:grid;gap:7px;margin:12px 0 18px;padding-left:1.15em;color:#4e3828;font-size:.88rem}.iv-category-card-action{margin-top:auto;color:var(--body-orange-deep);font-weight:900}.is-empty .iv-category-card-action{color:#796b61}
.iv-back-categories{text-align:center;margin-top:36px}.iv-back-categories a{display:inline-flex;padding:12px 18px;border-radius:10px;background:#062d1f;color:#fff!important;font-weight:900;text-decoration:none}
.nav-links{display:flex;justify-content:center;gap:8px;margin-top:36px}.nav-links .page-numbers{display:grid;min-width:42px;height:42px;place-items:center;padding:0 10px;border:1px solid var(--body-line);border-radius:9px;background:#fff;text-decoration:none}.nav-links .current{background:var(--body-orange);color:#fff}

@media(max-width:1100px){
  .iv-primary-nav{gap:2px}.iv-nav-link,.iv-nav-button{padding:0 7px;font-size:.8rem}
  .iv-category-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
  .iv-primary-nav{display:none}.iv-mobile-toggle{display:block;margin-left:auto}
  .iv-product-hero{height:360px}.iv-product-hero-copy{width:min(430px,54%)}.iv-product-hero-image img{max-width:62vw}
}
@media(max-width:782px){.admin-bar .site-header{top:46px}.admin-bar .iv-mobile-shell{top:46px}}
@media(max-width:700px){
  .iv-product-hero{height:260px;margin-top:-30px;margin-bottom:28px}
  .iv-product-hero-image{justify-content:flex-end;padding:14px}.iv-product-hero-image img{max-width:62vw;opacity:.72}
  .iv-product-hero-shade{background:linear-gradient(90deg,rgba(4,21,14,.94),rgba(4,21,14,.66) 60%,rgba(4,21,14,.36))}
  .iv-product-hero-content{width:calc(100% - 24px)}.iv-product-hero-copy{width:75%;gap:8px}.iv-product-hero-title{font-size:clamp(1.35rem,6vw,2rem)}
  .iv-product-hero-category,.iv-product-hero-score{padding:5px 8px;font-size:.72rem}.iv-product-hero-jump{min-height:40px;padding:0 12px;font-size:.8rem}
  .iv-category-hub-grid,.post-grid-related,.iv-post-navigation{grid-template-columns:1fr}.iv-category-card{min-height:0}.iv-post-navigation-next{text-align:left}
  .iv-section-heading{align-items:start;flex-direction:column;gap:4px}.iv-breadcrumbs [aria-current]{max-width:18ch}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.iv-mobile-shell,.iv-mobile-drawer,a.iv-category-card{transition:none!important}}
