/* Luxury WordPress editorial archives + single posts. Loaded only on category/post surfaces. */
.nkt-editorial-archive,.nkt-editorial-single{background:linear-gradient(180deg,#fbfaf6 0,#fff 35%,#fbfaf6 100%)}
.nkt-editorial-kicker{margin:0 0:.5rem;color:var(--nkt-gold);font-size:.69rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}

/* Category/archive hero */
.nkt-post-archive-hero{position:relative;isolation:isolate;overflow:hidden;border-bottom:1px solid rgba(15,91,52,.08);min-height:338px}
.nkt-post-archive-hero-bg{position:absolute;z-index:-3;inset:0 0 0 44%;width:56%;height:100%;object-fit:cover;object-position:center}
.nkt-post-archive-hero-wash{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,#fbfaf6 0%,#fbfaf6 43%,rgba(251,250,246,.96) 51%,rgba(251,250,246,.55) 71%,rgba(251,250,246,.16) 100%)}
.nkt-post-archive-hero::after{content:"More than a destination\A A feeling";white-space:pre;position:absolute;z-index:-1;right:7%;top:3.3rem;color:rgba(7,61,37,.72);font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:clamp(1.05rem,1.8vw,1.55rem);line-height:1.05;transform:rotate(-7deg);text-align:center;text-shadow:0 1px 0 rgba(255,255,255,.8)}
.nkt-post-archive-hero-inner{padding-top:1.1rem;padding-bottom:2.1rem}
.nkt-post-archive-hero .nkt-breadcrumbs{margin-bottom:1.7rem}
.nkt-post-archive-hero-copy{max-width:650px}
.nkt-post-archive-hero-copy h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.65rem,5vw,4.65rem);font-weight:600;line-height:.98;letter-spacing:-.035em;color:var(--nkt-forest-dark)}
.nkt-post-archive-hero-copy>p:last-child{max-width:650px;margin:.95rem 0 0;color:#46534b;font-size:1.02rem;line-height:1.65}
.nkt-post-archive-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;max-width:820px;margin-top:1.65rem}
.nkt-post-archive-highlights>div{display:grid;grid-template-columns:44px minmax(0,1fr);grid-template-rows:auto auto;column-gap:.7rem;align-items:center}
.nkt-post-archive-highlights>div>span{grid-row:1/3;width:42px;height:42px;border:1px solid rgba(184,138,68,.45);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.88);color:var(--nkt-forest);box-shadow:0 8px 22px rgba(70,48,16,.06)}
.nkt-post-archive-highlights .nkt-svg-icon{width:19px;height:19px}
.nkt-post-archive-highlights strong{font-size:.78rem;line-height:1.25;color:var(--nkt-forest-dark)}
.nkt-post-archive-highlights small{font-size:.67rem;color:var(--nkt-muted);line-height:1.25}

/* Archive filters */
.nkt-post-archive-tools{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.35rem;padding-bottom:1.35rem}
.nkt-post-filter-chips{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;min-width:0}
.nkt-post-filter-chip{display:inline-flex;align-items:center;min-height:40px;padding:.58rem 1rem;border:1px solid #dbe4dd;border-radius:999px;background:#fff;color:#263a2f;font-size:.78rem;font-weight:760;box-shadow:0 5px 18px rgba(9,48,29,.04)}
.nkt-post-filter-chip:hover,.nkt-post-filter-chip.is-active{border-color:var(--nkt-forest);background:var(--nkt-forest);color:#fff}
.nkt-post-archive-search{display:flex;align-items:center;gap:.5rem;flex:0 1 360px;min-width:250px;height:44px;padding-left:.85rem;border:1px solid #dbe4dd;border-radius:999px;background:#fff;box-shadow:0 5px 18px rgba(9,48,29,.04)}
.nkt-post-archive-search>span{color:var(--nkt-muted)}
.nkt-post-archive-search .nkt-svg-icon{width:17px;height:17px}
.nkt-post-archive-search input{min-width:0;flex:1;height:42px;border:0;background:transparent;outline:0;color:var(--nkt-ink);font-size:.78rem}
.nkt-post-archive-search button{height:36px;margin-right:4px;padding:0 .9rem;border:0;border-radius:999px;background:var(--nkt-forest);color:#fff;font-size:.72rem;font-weight:800;cursor:pointer}

/* Archive grid + sidebar */
.nkt-post-archive-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1.25rem;align-items:start;padding-top:.2rem;padding-bottom:3.4rem}
.nkt-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.nkt-post-card{min-width:0;overflow:hidden;border:1px solid #e0e7e1;border-radius:18px;background:#fff;box-shadow:0 14px 38px rgba(8,43,27,.07);transition:transform .18s ease,box-shadow .18s ease}
.nkt-post-card:hover{transform:translateY(-2px);box-shadow:0 20px 48px rgba(8,43,27,.1)}
.nkt-post-card-media{position:relative;display:block;aspect-ratio:1.55/1;overflow:hidden;background:#eef3ee}
.nkt-post-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.nkt-post-card:hover .nkt-post-card-media img{transform:scale(1.025)}
.nkt-post-card-media>span{position:absolute;left:.7rem;bottom:.65rem;max-width:calc(100% - 1.4rem);padding:.35rem .7rem;border:1px solid rgba(184,138,68,.28);border-radius:999px;background:rgba(255,250,239,.96);color:#31503e;font-size:.64rem;font-weight:780;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nkt-post-card-body{display:flex;flex-direction:column;align-items:flex-start;padding:.85rem .9rem 1rem;min-height:245px}
.nkt-post-card h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:1.02rem;line-height:1.18;letter-spacing:-.012em}
.nkt-post-card h2 a{color:var(--nkt-forest-dark)}
.nkt-post-card p{margin:.6rem 0 .9rem;color:#59655e;font-size:.76rem;line-height:1.55}
.nkt-post-card-cta{margin-top:auto;min-height:36px;padding:.48rem .72rem;border-radius:8px;font-size:.7rem}
.nkt-post-card-cta .nkt-svg-icon{width:.95rem;height:.95rem}
.nkt-post-archive-sidebar{display:grid;gap:1rem;position:sticky;top:110px}
.nkt-post-archive-sidebar .nkt-ad-shell{margin:0;min-height:250px;border:1px solid #e0e7e1;background:#f8faf8}
.nkt-post-promo-card{position:relative;isolation:isolate;overflow:hidden;min-height:450px;border:1px solid rgba(184,138,68,.32);border-radius:18px;background:#dce7de;box-shadow:0 14px 38px rgba(8,43,27,.08)}
.nkt-post-promo-card>img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover}
.nkt-post-promo-overlay{position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(251,250,246,.92) 0%,rgba(251,250,246,.75) 45%,rgba(7,61,37,.18) 100%)}
.nkt-post-promo-copy{padding:1.35rem}
.nkt-post-promo-copy small{color:var(--nkt-gold);font-size:.66rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.nkt-post-promo-copy strong{display:block;max-width:220px;margin:.35rem 0 .65rem;font-family:Georgia,"Times New Roman",serif;color:var(--nkt-forest-dark);font-size:1.7rem;line-height:1.05}
.nkt-post-promo-copy p{max-width:210px;margin:0 0 1rem;color:#385044;font-size:.78rem;line-height:1.55}
.nkt-post-promo-copy .nkt-button{min-height:38px;padding:.55rem .8rem;font-size:.72rem}
.nkt-post-archive-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.25rem}
.nkt-post-archive-footer>p{margin:0;color:var(--nkt-muted);font-size:.72rem}
.nkt-post-archive-footer .navigation.pagination{margin:0}
.nkt-post-archive-footer .nav-links{display:flex;align-items:center;gap:.35rem}
.nkt-post-archive-footer .page-numbers{display:grid;place-items:center;min-width:36px;height:36px;padding:0 .45rem;border:1px solid #dbe4dd;border-radius:50%;background:#fff;color:var(--nkt-forest);font-size:.72rem;font-weight:800}
.nkt-post-archive-footer .page-numbers.current{border-color:var(--nkt-forest);background:var(--nkt-forest);color:#fff}
.nkt-post-empty{padding:3rem 1.5rem;border:1px solid #e0e7e1;border-radius:18px;background:#fff;text-align:center;box-shadow:var(--nkt-shadow)}
.nkt-post-empty>span{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 1rem;border-radius:50%;background:#eff5ef;color:var(--nkt-forest)}
.nkt-post-empty h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:1.65rem}
.nkt-post-empty p{max-width:560px;margin:.6rem auto 1rem;color:var(--nkt-muted)}
.nkt-post-archive-bottom-ad{padding-bottom:2.25rem}


/* Editorial breadcrumbs stay on one readable line with a simple > separator. */
.nkt-editorial-archive .nkt-breadcrumbs ol,.nkt-editorial-single .nkt-breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;list-style:none;margin:0;padding:0;font-size:.74rem;line-height:1.4}
.nkt-editorial-archive .nkt-breadcrumbs li,.nkt-editorial-single .nkt-breadcrumbs li{display:flex;align-items:center;gap:.45rem;margin:0;padding:0}
.nkt-editorial-archive .nkt-breadcrumbs li:not(:last-child)::after,.nkt-editorial-single .nkt-breadcrumbs li:not(:last-child)::after{content:">";color:var(--nkt-gold);font-weight:800}
.nkt-editorial-archive .nkt-breadcrumbs a,.nkt-editorial-archive .nkt-breadcrumbs span,.nkt-editorial-single .nkt-breadcrumbs a,.nkt-editorial-single .nkt-breadcrumbs span{color:#5c6961;text-decoration:none}
.nkt-editorial-archive .nkt-breadcrumbs a:hover,.nkt-editorial-single .nkt-breadcrumbs a:hover{color:var(--nkt-forest)}
.nkt-editorial-single-head>.nkt-breadcrumbs{margin-bottom:1.2rem}

/* Canonical Tourism-directory cross discovery inside editorial pages. */
.nkt-editorial-db-section{padding-top:1.35rem;padding-bottom:2.4rem;border-top:1px solid #e5ebe6;content-visibility:auto;contain-intrinsic-size:520px}
.nkt-editorial-db-section--single{margin-top:1.8rem;padding:1.2rem 0 0;border-top:1px solid #e1e7e2}
.nkt-editorial-db-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:.9rem}
.nkt-editorial-db-head h2{margin:0;font-family:Georgia,"Times New Roman",serif;color:var(--nkt-forest-dark);font-size:clamp(1.55rem,2.5vw,2rem);line-height:1.08}
.nkt-editorial-db-head>a{display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;font-size:.72rem;font-weight:800;color:var(--nkt-forest)}
.nkt-editorial-db-head>a .nkt-svg-icon{width:14px;height:14px}
.nkt-editorial-place-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}
.nkt-editorial-place-card{overflow:hidden;border:1px solid #e0e7e1;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(8,43,27,.055)}
.nkt-editorial-place-media{position:relative;display:block;aspect-ratio:1.7/1;overflow:hidden;background:#eef3ee}
.nkt-editorial-place-media img{width:100%;height:100%;object-fit:cover}
.nkt-editorial-place-media>span{position:absolute;left:.65rem;bottom:.6rem;max-width:calc(100% - 1.3rem);padding:.28rem .58rem;border-radius:999px;background:rgba(255,250,239,.95);color:#31503e;font-size:.61rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nkt-editorial-place-card>div{padding:.78rem .85rem .9rem}
.nkt-editorial-place-meta{margin:0 0 .32rem!important;color:var(--nkt-gold)!important;font-size:.61rem!important;font-weight:800;line-height:1.3!important}
.nkt-editorial-place-card h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:1rem;line-height:1.16}
.nkt-editorial-place-card h3 a{color:var(--nkt-forest-dark)}
.nkt-editorial-place-card>div>p:not(.nkt-editorial-place-meta){margin:.48rem 0 .7rem;color:#5b665f;font-size:.7rem;line-height:1.5}
.nkt-editorial-place-link{display:inline-flex;align-items:center;gap:.32rem;color:var(--nkt-forest);font-size:.67rem;font-weight:800}
.nkt-editorial-place-link .nkt-svg-icon{width:13px;height:13px}

/* All-guides landing sidebar uses local directory links, not a duplicate footer promo. */
.nkt-guide-district-card{padding:1.1rem;border:1px solid rgba(184,138,68,.28);border-radius:18px;background:linear-gradient(145deg,#fff,#f5f9f5);box-shadow:0 12px 30px rgba(8,43,27,.05)}
.nkt-guide-district-card h2{margin:0 0 .45rem;font-family:Georgia,"Times New Roman",serif;color:var(--nkt-forest-dark);font-size:1.25rem;line-height:1.15}
.nkt-guide-district-card>p:not(.nkt-editorial-kicker){margin:0 0 .75rem;color:var(--nkt-muted);font-size:.72rem;line-height:1.5}
.nkt-guide-district-card ul{list-style:none;margin:0 0 .9rem;padding:0;border-top:1px solid #e5ebe6}
.nkt-guide-district-card li{margin:0}
.nkt-guide-district-card li a{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.56rem 0;border-bottom:1px solid #e5ebe6;color:#344a3d;font-size:.72rem;font-weight:760}
.nkt-guide-district-card li a:hover{color:var(--nkt-forest)}
.nkt-guide-district-card li small{display:grid;place-items:center;min-width:26px;height:24px;padding:0 .35rem;border-radius:999px;background:#edf4ee;color:var(--nkt-forest);font-size:.61rem}
.nkt-guide-district-card .nkt-button{width:100%;justify-content:center;min-height:38px;font-size:.68rem}

/* Single editorial post */
.nkt-editorial-single-head{padding-top:1rem;padding-bottom:1.4rem}
.nkt-editorial-single-head>.nkt-breadcrumbs{margin-bottom:1rem}
.nkt-editorial-feature-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:1.35rem;align-items:stretch;min-height:430px;padding:clamp(1.2rem,2vw,2rem);border:1px solid #e0e7e1;border-radius:26px;background:linear-gradient(135deg,#fffdf9 0%,#f7faf7 62%,#eef6ef 100%);box-shadow:0 18px 52px rgba(8,43,27,.07);overflow:hidden}
.nkt-editorial-feature-copy{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:.35rem clamp(.1rem,1vw,.65rem)}
.nkt-editorial-feature-copy h1{max-width:850px;margin:0;font-family:Georgia,"Times New Roman",serif;color:var(--nkt-forest-dark);font-size:clamp(2.55rem,4.25vw,4.45rem);font-weight:600;line-height:.98;letter-spacing:-.04em;text-wrap:balance}
.nkt-post-meta{display:flex;flex-wrap:wrap;gap:.72rem 1rem;margin-top:1.05rem;color:#59675f;font-size:.71rem}
.nkt-post-meta>a,.nkt-post-meta>span{display:inline-flex;align-items:center;gap:.36rem;color:inherit}
.nkt-post-meta>a:hover{color:var(--nkt-forest)}
.nkt-post-meta i,.nkt-post-meta>a>span{display:inline-flex;color:var(--nkt-forest);font-style:normal}
.nkt-post-meta .nkt-svg-icon{width:16px;height:16px}
.nkt-editorial-feature-actions{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;margin-top:1.35rem}
.nkt-editorial-feature-actions .nkt-button{min-height:42px;padding:.65rem .9rem;font-size:.72rem}
.nkt-editorial-text-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--nkt-forest);font-size:.72rem;font-weight:820}
.nkt-editorial-text-link .nkt-svg-icon{width:14px;height:14px}
.nkt-editorial-feature-media{position:relative;overflow:hidden;min-height:390px;margin:0;border-radius:20px;background:#e7eee8;box-shadow:0 14px 36px rgba(8,43,27,.09)}
.nkt-editorial-feature-media img{display:block;width:100%;height:100%;min-height:390px;object-fit:cover;object-position:center}
.nkt-editorial-feature-media::after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(180deg,transparent,rgba(5,43,26,.35));pointer-events:none}
.nkt-editorial-feature-media figcaption{position:absolute;z-index:1;left:.8rem;bottom:.75rem;display:flex;align-items:center;gap:.35rem;max-width:calc(100% - 1.6rem);padding:.36rem .64rem;border-radius:999px;background:rgba(6,48,29,.88);color:#fff;font-size:.64rem;backdrop-filter:blur(4px)}
.nkt-editorial-feature-media figcaption .nkt-svg-icon{width:14px;height:14px}
.nkt-editorial-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1.7rem;align-items:start;padding-top:.35rem;padding-bottom:3.6rem}
.nkt-editorial-single-main{min-width:0}
.nkt-editorial-prose{max-width:840px;color:#405047;font-size:.94rem;line-height:1.75}
.nkt-editorial-prose>p:first-child{font-size:1.02rem;color:#34463b}
.nkt-editorial-prose h2,.nkt-editorial-prose h3,.nkt-editorial-prose h4{scroll-margin-top:120px;font-family:Georgia,"Times New Roman",serif;color:var(--nkt-forest-dark);letter-spacing:-.02em}
.nkt-editorial-prose h2{margin:1.55rem 0 .4rem;font-size:clamp(1.55rem,2.3vw,2.15rem);line-height:1.12}
.nkt-editorial-prose h3{margin:1.25rem 0 .3rem;font-size:1.35rem}
.nkt-editorial-prose p{margin:.58rem 0 1rem}
.nkt-editorial-prose ul,.nkt-editorial-prose ol{padding-left:1.25rem}
.nkt-editorial-prose blockquote{margin:1.25rem 0;padding:1rem 1.2rem;border-left:3px solid var(--nkt-gold);border-radius:0 12px 12px 0;background:#f8f5ed;color:#385044;font-family:Georgia,"Times New Roman",serif;font-size:1.05rem}
.nkt-editorial-prose img{max-width:100%;height:auto;border-radius:14px}
.nkt-editorial-prose a{text-decoration:underline;text-decoration-color:rgba(15,91,52,.3);text-underline-offset:2px}
.nkt-editorial-prose .nkt-ad-shell{max-width:840px;margin:1.25rem 0;min-height:100px}
.nkt-editorial-sidebar{display:grid;gap:1rem;position:sticky;top:110px}
.nkt-toc-card,.nkt-post-plan-card{padding:1rem;border:1px solid #dfe7e0;border-radius:16px;background:#fff;box-shadow:0 12px 34px rgba(8,43,27,.06)}
.nkt-toc-card h2,.nkt-post-plan-card h2{display:flex;align-items:center;gap:.5rem;margin:0 0 .75rem;font-family:Georgia,"Times New Roman",serif;color:var(--nkt-forest-dark);font-size:1.05rem}
.nkt-toc-card h2 span{color:var(--nkt-forest)}
.nkt-toc-card h2 .nkt-svg-icon{width:18px;height:18px}
.nkt-toc-card ol{list-style:none;margin:0;padding:0;display:grid;gap:.24rem;counter-reset:item}
.nkt-toc-card a{display:grid;grid-template-columns:28px minmax(0,1fr);gap:.55rem;align-items:center;min-height:36px;padding:.3rem .42rem;border-radius:9px;color:#526057;font-size:.72rem;line-height:1.3}
.nkt-toc-card a:hover{background:#eef5ef;color:var(--nkt-forest)}
.nkt-toc-card a>span{display:grid;place-items:center;width:26px;height:26px;border:1px solid #d7e1d9;border-radius:50%;background:#fff;color:var(--nkt-forest);font-weight:800;font-size:.65rem}
.nkt-post-plan-card{border-color:rgba(184,138,68,.28);background:linear-gradient(145deg,#fffdf8,#f4f8f4)}
.nkt-post-plan-card>.nkt-editorial-kicker{margin-bottom:.35rem}
.nkt-post-plan-card h2{margin-bottom:.45rem;font-size:1.25rem}
.nkt-post-plan-card>p:not(.nkt-editorial-kicker){margin:0 0 .75rem;color:#5b685f;font-size:.72rem;line-height:1.55}
.nkt-post-plan-card ul{list-style:none;margin:0;padding:0;border-top:1px solid #e5ebe6}
.nkt-post-plan-card li{margin:0}
.nkt-post-plan-card li a{display:grid;grid-template-columns:28px minmax(0,1fr) 16px;gap:.45rem;align-items:center;padding:.62rem 0;border-bottom:1px solid #e5ebe6;color:#344a3d;font-size:.7rem;line-height:1.3}
.nkt-post-plan-card li a:hover{color:var(--nkt-forest)}
.nkt-post-plan-card li a>span{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:#eaf2eb;color:var(--nkt-forest)}
.nkt-post-plan-card li a>span .nkt-svg-icon{width:14px;height:14px}
.nkt-post-plan-card li a>.nkt-svg-icon{width:14px;height:14px;justify-self:end}
.nkt-editorial-sidebar .nkt-ad-shell{margin:0;min-height:250px;border:1px solid #e0e7e1}
.nkt-related-guides{margin-top:2rem;padding-top:1.2rem;border-top:1px solid #e1e7e2;content-visibility:auto;contain-intrinsic-size:480px}
.nkt-related-guides-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:.85rem}
.nkt-related-guides-head h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:1.75rem;line-height:1.1}
.nkt-related-guides-head>a{display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:800}
.nkt-related-guides-head>a .nkt-svg-icon{width:14px;height:14px}
.nkt-related-guides-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}
.nkt-post-card--compact .nkt-post-card-body{min-height:205px;padding:.7rem .75rem .8rem}
.nkt-post-card--compact h2{font-size:.88rem}.nkt-post-card--compact p{font-size:.68rem}.nkt-post-card--compact .nkt-post-card-cta{font-size:.64rem}

@media(max-width:1120px){
  .nkt-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nkt-post-archive-highlights{grid-template-columns:repeat(2,minmax(0,1fr));max-width:620px}
  .nkt-editorial-feature-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.86fr)}
  .nkt-editorial-single-layout{grid-template-columns:minmax(0,1fr) 280px}
  .nkt-editorial-place-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .nkt-post-archive-hero-bg{inset:0 0 0 35%;width:65%}.nkt-post-archive-hero-wash{background:linear-gradient(90deg,#fbfaf6 0%,#fbfaf6 38%,rgba(251,250,246,.93) 58%,rgba(251,250,246,.38) 100%)}
  .nkt-post-archive-hero::after{display:none}
  .nkt-post-archive-tools{align-items:stretch;flex-direction:column}.nkt-post-archive-search{flex-basis:auto;width:100%;min-width:0}
  .nkt-post-archive-layout{grid-template-columns:1fr}.nkt-post-archive-sidebar{position:static;grid-template-columns:1fr 1fr}.nkt-post-archive-sidebar .nkt-ad-shell{grid-column:1/-1;min-height:112px}.nkt-post-promo-card{min-height:340px}
  .nkt-editorial-feature-hero{grid-template-columns:1fr;min-height:0}.nkt-editorial-feature-media,.nkt-editorial-feature-media img{min-height:360px}
  .nkt-editorial-single-layout{grid-template-columns:1fr}.nkt-editorial-sidebar{position:static;grid-template-columns:1fr 1fr}.nkt-editorial-sidebar .nkt-ad-shell{grid-column:1/-1;min-height:112px}
  .nkt-editorial-db-head{align-items:flex-start;flex-direction:column}
}
@media(max-width:680px){
  .nkt-post-archive-hero{min-height:0}.nkt-post-archive-hero-bg{inset:0;width:100%;opacity:.3}.nkt-post-archive-hero-wash{background:linear-gradient(90deg,rgba(251,250,246,.97),rgba(251,250,246,.84))}
  .nkt-post-archive-hero-copy h1{font-size:clamp(2.35rem,12vw,3.5rem)}
  .nkt-post-archive-highlights{grid-template-columns:1fr 1fr;gap:.85rem}.nkt-post-archive-highlights>div{grid-template-columns:38px minmax(0,1fr)}.nkt-post-archive-highlights>div>span{width:36px;height:36px}
  .nkt-post-grid{grid-template-columns:1fr}.nkt-post-card-body{min-height:0}.nkt-post-card p{font-size:.79rem}
  .nkt-post-archive-sidebar{grid-template-columns:1fr}.nkt-post-archive-footer{align-items:flex-start;flex-direction:column}
  .nkt-editorial-feature-copy h1{font-size:clamp(2.15rem,10.5vw,3.35rem)}.nkt-post-meta{gap:.55rem .85rem}
  .nkt-editorial-single-head{padding-top:.75rem}.nkt-editorial-feature-hero{padding:1rem;border-radius:18px}.nkt-editorial-feature-media,.nkt-editorial-feature-media img{min-height:280px}.nkt-editorial-single-layout{gap:1rem}
  .nkt-editorial-prose{font-size:.9rem}.nkt-editorial-prose h2{font-size:1.6rem}
  .nkt-editorial-sidebar{grid-template-columns:1fr}.nkt-related-guides-grid{grid-template-columns:1fr}.nkt-related-guides-head{align-items:flex-start;flex-direction:column}
  .nkt-editorial-place-grid{grid-template-columns:1fr}.nkt-editorial-db-section{contain-intrinsic-size:900px}
  .nkt-post-card--compact{display:grid;grid-template-columns:130px minmax(0,1fr)}.nkt-post-card--compact .nkt-post-card-media{height:100%;aspect-ratio:auto}.nkt-post-card--compact .nkt-post-card-body{min-height:180px}.nkt-post-card--compact p{display:none}
}
@media(max-width:430px){
  .nkt-post-archive-highlights{grid-template-columns:1fr}.nkt-post-filter-chip{min-height:36px;padding:.48rem .75rem;font-size:.7rem}.nkt-post-archive-search button{display:none}
  .nkt-post-card--compact{grid-template-columns:1fr}.nkt-post-card--compact .nkt-post-card-media{aspect-ratio:1.55/1}.nkt-post-card--compact .nkt-post-card-body{min-height:0}.nkt-post-card--compact p{display:block}
}
@media(prefers-reduced-motion:reduce){.nkt-post-card,.nkt-post-card-media img{transition:none!important}}
.nkt-post-archive-top-ad .nkt-ad-shell{margin:1.1rem auto .25rem}
