:root{
  --ink:#10141c;--ink2:#272d37;--muted:#7a7f86;--paper:#f7f7f5;--paper2:#fff;--rule:#d7d7d3;--red:#d71919;--max:1480px;--content:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,textarea,select{font:inherit}em{font-style:normal;color:var(--red)}
.container-wide{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.container-ed{width:min(calc(100% - 40px),var(--content));margin-inline:auto}.container-narrow{width:min(calc(100% - 40px),760px);margin-inline:auto}.section-space{padding-block:100px}.section-space-sm{padding-block:58px}
.site-header{position:sticky;top:0;z-index:50;padding:18px 0}.site-header__inner{height:72px;background:#fff;border-radius:14px;display:flex;align-items:center;padding:0 34px;box-shadow:0 18px 55px rgba(20,25,35,.07)}.site-logo{font-size:28px;font-weight:800;letter-spacing:-.045em}.main-nav{margin-left:auto;display:flex;align-items:center;gap:38px;font-size:17px}.main-nav>a,.nav-drop__toggle{padding:20px 0;border:0;background:none;cursor:pointer}.search-toggle{margin-left:34px;border:0;background:none;font-size:28px;cursor:pointer}.nav-drop{position:relative}.nav-drop__panel{position:absolute;top:58px;left:50%;transform:translateX(-50%);width:min(900px,88vw);background:#fff;border:1px solid var(--rule);border-radius:18px;box-shadow:0 25px 70px rgba(0,0,0,.15);display:none;overflow:hidden}.nav-drop.is-open .nav-drop__panel{display:block}.mega-grid{display:grid;grid-template-columns:1fr 1fr}.mega-item,.service-menu-item{display:grid;grid-template-columns:52px 34px 1fr;gap:14px;align-items:start;padding:24px;border-bottom:1px solid var(--rule);border-right:1px solid var(--rule)}.service-menu-item{grid-template-columns:52px 34px 1fr}.mega-item strong,.service-menu-item strong{display:block;font-size:18px}.mega-item small,.service-menu-item small{display:block;color:var(--muted);margin-top:5px;line-height:1.35}.mega-item__num{font:14px monospace;color:#657080}.mega-footer{display:flex;justify-content:space-between;padding:20px 24px;text-transform:uppercase;font:13px monospace}.nav-drop__panel--services{width:min(760px,88vw)}.nav-drop__panel--services .service-menu-item{border-right:0}.g-icon{display:inline-block;width:24px;height:24px;border:2px solid currentColor;border-radius:5px;position:relative;flex:none}.g-icon:after{content:attr(data-icon);position:absolute;font-size:0}
.search-overlay{position:fixed;inset:0;background:rgba(247,247,245,.96);z-index:70;padding-top:120px}.search-overlay__inner{display:flex;gap:20px;align-items:center}.search-overlay form{display:flex;flex:1}.search-overlay input[type=search]{width:100%;font-size:42px;border:0;border-bottom:2px solid var(--ink);background:transparent;padding:20px 0;outline:none}.search-overlay .search-submit{display:none}.search-close{border:1px solid var(--ink);background:none;padding:12px 16px}
.breadcrumbs{display:flex;gap:11px;color:#626975;font:13px monospace;margin-bottom:34px}.breadcrumbs a{text-decoration:underline}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.1em;font:12px monospace;color:#59606b}.eyebrow-ember{color:var(--red)}
h1,h2,h3{letter-spacing:-.045em;margin-top:0}h1{font-size:clamp(48px,7vw,102px);line-height:.94}h2{font-size:clamp(38px,4vw,64px);line-height:1}h3{font-size:24px;line-height:1.08}p{line-height:1.65}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:8px;font-weight:700}.btn--red{background:var(--red);color:#fff}
.home-hero{padding-top:20px}.home-hero__grid{min-height:470px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;position:relative;overflow:hidden}.home-hero__grid h1{font-size:clamp(48px,6vw,88px);max-width:690px}.home-hero__grid p{font-size:19px;max-width:620px}.home-hero__person{height:460px;width:100%;object-fit:cover}.home-wide-image{border-radius:20px;overflow:hidden}.home-wide-image img{width:100%;height:450px;object-fit:cover}.home-issue{display:grid;grid-template-columns:1.7fr repeat(3,.5fr);gap:0;padding:24px 0;border-bottom:1px solid var(--rule)}.home-issue>div{padding:10px 20px;border-right:1px solid var(--rule)}.home-stat strong{font-size:32px;display:block}.home-stat span{font-size:12px;color:var(--muted)}
.section-kicker{display:flex;justify-content:space-between;font:12px monospace;text-transform:uppercase;margin-bottom:22px}.featured-card{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.featured-card__image{border-radius:16px;overflow:hidden}.featured-card__image img{aspect-ratio:1.45/1;object-fit:cover;width:100%}.featured-card h2{font-size:clamp(38px,4vw,62px)}.featured-card p{font-size:18px;color:#5d636d}.card-meta{font:12px monospace;color:#68717d;margin-top:22px}.home-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.post-card{border-bottom:1px solid var(--rule);padding-bottom:20px}.post-card__image{display:block;border-radius:14px;overflow:hidden;margin-bottom:16px}.post-card__image img{aspect-ratio:1.35/1;object-fit:cover;width:100%}.post-card h3{margin:8px 0;font-size:24px}.post-card p{color:#626873;font-size:14px}.split-heading{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:42px}.split-heading h2{margin-bottom:0}.split-heading p{font-size:18px;color:#606772}.category-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.category-mini{background:#fff;border:1px solid #e3e3df;border-radius:12px;padding:18px;min-height:128px;display:flex;flex-direction:column;gap:7px}.category-mini small{margin-left:auto;font:11px monospace}.category-mini strong{margin-top:auto}.category-mini span{font-size:12px;color:var(--muted)}.home-about{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.home-about h2{font-size:52px}.home-about__content{font-size:18px}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);margin-top:38px;border-top:1px solid var(--rule)}.stats-row div{padding:18px 12px;border-right:1px solid var(--rule)}.stats-row strong{font-size:28px;display:block}.stats-row span{font-size:12px;color:var(--muted)}.editor-picks{border-top:1px solid var(--ink)}.editor-picks a{display:grid;grid-template-columns:80px 1fr;padding:24px 0;border-bottom:1px solid var(--rule)}.newsletter-wide{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end}.newsletter-form{display:flex;gap:10px}.newsletter-form input{flex:1;border:0;border-bottom:1px solid var(--ink);background:transparent;padding:16px 2px}
.knowledge-head h1{font-size:74px}.knowledge-head__meta{display:grid;grid-template-columns:1fr 320px;gap:40px;align-items:end}.knowledge-head__meta p{font-size:18px;color:#626873}.knowledge-filters{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);overflow:auto}.filter-row{display:flex;gap:8px;padding:12px 0;white-space:nowrap}.filter-row a{border:1px solid #ddd;padding:8px 10px;border-radius:5px;font-size:12px}.filter-row .active{background:var(--ink);color:#fff}.knowledge-layout{display:grid;grid-template-columns:1fr 310px;gap:52px}.knowledge-row{display:grid;grid-template-columns:54px 1fr 160px;gap:20px;padding:28px 0;border-bottom:1px solid var(--rule)}.knowledge-row h2{font-size:27px;margin:6px 0}.knowledge-row p{color:#6b7078;margin-bottom:0}.knowledge-row__meta{font:11px monospace;color:#606873;text-align:right}.knowledge-sidebar{position:relative}.sidebar-box,.sidebar-list{background:#fff;border:1px solid #bbb;padding:24px;margin-bottom:30px}.sidebar-box h3{font-size:24px}.sidebar-box input{width:100%;border:0;border-bottom:1px solid #aaa;padding:12px 0;margin:10px 0}.sidebar-list a{display:block;padding:12px 0;border-bottom:1px solid var(--rule);font-size:14px}.pagination{padding-top:30px}.pagination .page-numbers{display:inline-block;padding:8px 11px;border:1px solid var(--rule)}.pagination .current{background:var(--ink);color:#fff}
.category-head__grid,.article-head__grid,.service-head__grid{display:grid;grid-template-columns:1.5fr .5fr;gap:60px}.category-head h1,.service-head h1{font-size:clamp(56px,7vw,96px)}.category-head h1{display:flex;gap:24px;align-items:flex-start}.category-head p,.service-head p{font-size:19px;color:#575e68;max-width:800px}.category-owner{display:grid;grid-template-columns:1fr;align-content:start;gap:7px;border-top:1px solid var(--ink);padding-top:16px}.category-owner small{font:11px monospace;color:#6a7079;margin-top:15px}.category-image,.service-image,.article-hero{border-radius:18px;overflow:hidden}.category-image img,.service-image img,.article-hero img{width:100%;max-height:560px;object-fit:cover}.category-grid{margin-top:40px}
.reading-progress{position:fixed;left:0;right:0;top:0;height:4px;z-index:80}.reading-progress span{display:block;height:100%;width:0;background:var(--red)}.article-head h1{font-size:clamp(50px,6vw,86px);max-width:840px}.article-lead{font-size:20px}.article-byline{display:grid;align-content:start;gap:10px;font:12px monospace;border-top:1px solid var(--ink);padding-top:15px}.article-layout{display:grid;grid-template-columns:220px 1fr;gap:55px;align-items:start}.article-toc{position:sticky;top:120px;border-top:1px solid var(--ink);padding-top:18px}.article-toc ol{list-style:none;padding:0}.article-toc a{display:block;padding:8px 0;font-size:13px;color:#737982}.article-toc a.is-active{color:var(--red);font-weight:700}.entry-content{font-family:Georgia,'Times New Roman',serif;font-size:19px;line-height:1.78;max-width:760px}.entry-content h2{font-family:Arial,Helvetica,sans-serif;font-size:38px;line-height:1.06;margin:70px 0 20px}.entry-content h3{font-family:Arial,Helvetica,sans-serif;font-size:28px;margin:50px 0 16px}.entry-content p{margin:0 0 24px}.entry-content ul,.entry-content ol{margin:0 0 28px;padding-left:28px}.entry-content table{width:100%;border-collapse:collapse;margin:34px 0;font-family:Arial,Helvetica,sans-serif;font-size:14px}.entry-content th,.entry-content td{border-bottom:1px solid var(--rule);padding:12px 10px;text-align:left}.entry-content blockquote{margin:40px 0;padding:22px 28px;border-left:4px solid var(--red);background:#fff}.entry-content figure{margin:42px 0}.entry-content figcaption{font:12px monospace;color:#717783;margin-top:8px}.article-author{border-top:1px solid var(--rule);padding:32px 0}.article-callout{margin:36px 0;padding:24px 26px;background:#fff;border-left:4px solid var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:15px}.article-callout--warning{background:#fff8ef;border-color:#c77a1a}.article-callout--standard{background:#f5f2ec;border-color:var(--red)}.article-callout__title{display:block;margin-bottom:8px}.article-cta{display:flex;justify-content:space-between;gap:30px;align-items:center;background:var(--ink);color:#fff;padding:28px 32px;margin:44px 0;font-family:Arial,Helvetica,sans-serif}.article-cta h3{margin-bottom:6px}.article-cta p{margin:0;color:#cfd2d7}.lite-youtube{margin:42px 0}.lite-youtube__button{border:0;padding:0;display:block;width:100%;position:relative;background:#000;cursor:pointer}.lite-youtube__button img{width:100%;aspect-ratio:16/9;object-fit:cover;opacity:.72}.lite-youtube__play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;background:#fff;color:#000;display:grid;place-items:center;font-size:28px}.lite-youtube iframe{width:100%;aspect-ratio:16/9;border:0}
.service-title{display:flex;gap:24px;align-items:center;margin-top:20px}.service-title .g-icon{width:60px;height:60px}.service-facts{margin:0}.service-facts div{border-top:1px solid var(--rule);padding:17px 0}.service-facts dt{font:11px monospace;color:#6b717a}.service-facts dd{margin:6px 0 0;font-weight:700}.number-list{list-style:none;padding:0;margin:0}.number-list li{display:grid;grid-template-columns:90px 1fr;gap:25px;padding:26px 0;border-top:1px solid var(--rule)}.number-list li>span{font:14px monospace;color:var(--red)}.number-list h3{margin-bottom:8px}.number-list p{margin:0;color:#626873}.persona-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:35px}.persona-grid article{min-height:320px;border:1px solid var(--rule);padding:28px;display:flex;flex-direction:column;gap:16px}.persona-grid article small{margin-left:auto;font:11px monospace}.persona-grid article h3{margin-bottom:0}.persona-grid article p{color:#626873}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:35px}.process-grid article{border:1px solid var(--rule);padding:24px;min-height:310px}.process-grid article>div{display:flex;justify-content:space-between;align-items:start}.process-grid strong{font-size:38px}.process-grid small{font:10px monospace}.process-grid h3{font-size:19px}.process-grid p{font-size:13px;color:#626873}.faq-layout{display:grid;grid-template-columns:.45fr 1fr;gap:50px;border-top:1px solid var(--ink);padding-top:34px}.faq-list details{border-bottom:1px solid var(--rule)}.faq-list summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:45px 1fr;padding:22px 0}.faq-list details>div{padding:0 0 22px 45px;color:#626873}.service-cta{background:var(--ink);color:#fff;padding:42px;display:flex;justify-content:space-between;gap:40px;align-items:center}.service-cta h2{font-size:48px;margin:8px 0}.service-archive{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--rule)}.service-archive__item{background:#fff;padding:30px}.service-archive__item h2{font-size:32px}.service-archive__item p{color:#666}
.contact-head h1{font-size:90px;max-width:650px}.contact-head p{font-size:20px;color:#666}.contact-main{border-top:1px solid var(--ink)}.contact-grid{display:grid;grid-template-columns:1fr 340px;gap:70px;padding-block:60px 100px}.contact-form{min-height:500px}.contact-sidebar h3{text-transform:uppercase;font:12px monospace;border-top:1px solid var(--ink);padding-top:16px}.contact-sidebar dt{font:10px monospace;color:#777;margin-top:15px}.contact-sidebar dd{margin:4px 0}.hours-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--rule);font-size:13px}.notice{border:1px solid #999;padding:18px;margin:24px 0}.notice strong{color:var(--red);text-transform:uppercase;font:11px monospace}
.page-content h1{font-size:74px}.page-content>.entry-content{margin-top:50px}
.site-footer{background:#efefed;border-radius:24px 24px 0 0;padding:58px 0 26px;margin-top:80px}.site-footer__grid{display:grid;grid-template-columns:1.5fr .7fr .8fr .8fr;gap:50px}.footer-desc{font-size:20px;max-width:360px}.footer-meta{font:10px monospace;color:#757b84}.site-footer h4{font:10px monospace;text-transform:uppercase;color:#717782}.footer-links,.footer-legal{list-style:none;padding:0;margin:0}.footer-links li{margin:7px 0;font-size:13px;text-decoration:underline}.site-footer__bottom{display:flex;justify-content:space-between;border-top:1px solid var(--rule);padding-top:24px;margin-top:50px;font:10px monospace}.footer-legal{display:flex;gap:20px}.footer-legal a{text-decoration:underline}
@media(max-width:900px){.main-nav{display:none}.site-header__inner{padding:0 20px}.search-toggle{margin-left:auto}.home-hero__grid,.featured-card,.split-heading,.home-about,.knowledge-head__meta,.category-head__grid,.article-head__grid,.service-head__grid,.contact-grid,.faq-layout{grid-template-columns:1fr}.home-hero__person{height:320px}.home-issue{grid-template-columns:1fr 1fr}.home-post-grid{grid-template-columns:1fr 1fr}.category-cards{grid-template-columns:1fr 1fr}.knowledge-layout{grid-template-columns:1fr}.knowledge-sidebar{order:-1}.article-layout{grid-template-columns:1fr}.article-toc{position:static}.persona-grid,.process-grid{grid-template-columns:1fr 1fr}.site-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.container-ed,.container-wide,.container-narrow{width:min(calc(100% - 28px),var(--content))}.section-space{padding-block:68px}.site-logo{font-size:24px}.home-hero__grid{min-height:0}.home-wide-image img{height:270px}.home-issue,.home-post-grid,.category-cards,.persona-grid,.process-grid,.service-archive,.site-footer__grid{grid-template-columns:1fr}.stats-row{grid-template-columns:1fr 1fr}.knowledge-row{grid-template-columns:38px 1fr}.knowledge-row__meta{display:none}.article-head h1,.contact-head h1{font-size:52px}.entry-content{font-size:18px}.article-cta,.service-cta,.newsletter-wide{display:block}.article-cta .btn,.service-cta .btn{margin-top:20px}.number-list li{grid-template-columns:42px 1fr}.site-footer__bottom{display:block}.footer-legal{margin-top:15px}}

/* ======================================================================
   HEADER + MEGA MENU — zgodnie z projektem 01-light-corporate
   ====================================================================== */
:root{
  --header-paper:#fff;
  --header-ink:#3a3a3a;
  --header-muted:#606060;
  --header-rule:#d2d2d2;
  --header-hover:#3a3a3a;
}
.container-ed{width:100%;max-width:1320px;margin-inline:auto;padding-inline:32px}
.site-header{position:sticky;top:0;z-index:60;padding:0;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--header-rule);color:var(--header-ink)}
.site-header__meta{border-bottom:1px solid rgba(210,210,210,.7)}
.site-header__meta-inner{min-height:33px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.site-header__meta-inner>:last-child{text-align:right}
.site-header .eyebrow{font-family:"Geist Mono",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;line-height:1.2;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--header-muted)}
.site-header__main{height:72px;display:flex;align-items:center;justify-content:space-between;gap:36px}
.site-logo{display:inline-flex;align-items:baseline;font-size:26px;line-height:1;font-weight:700;letter-spacing:-.04em;white-space:nowrap;color:var(--header-ink)}
.site-logo__dot{color:#6f6f6f}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:36px;font-size:14px;line-height:1.2}
.nav-link{position:relative;display:inline-flex;align-items:center;gap:6px;padding:27px 0;border:0;background:transparent;color:var(--header-ink);font-size:14px;font-weight:500;line-height:1.2;cursor:pointer;white-space:nowrap}
.nav-link::after{content:"";position:absolute;left:0;right:0;bottom:19px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .18s ease}
.nav-link:hover::after,.nav-link:focus-visible::after,.nav-link.is-active::after{transform:scaleX(1);transform-origin:left}
.nav-chevron{width:14px;height:14px;transition:transform .18s ease}
.nav-drop.is-open .nav-chevron{transform:rotate(180deg)}
.site-header__actions{display:flex;align-items:center;gap:16px;margin-left:1px}
.icon-button{display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;background:transparent;color:var(--header-ink);cursor:pointer}
.icon-button .g-icon{width:17px;height:17px}
.mobile-menu-toggle{display:none}
.mobile-menu-toggle__close{display:none}
.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__open{display:none}
.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__close{display:inline-grid}
.g-icon{display:inline-block;width:24px;height:24px;flex:none;vertical-align:middle;overflow:visible}

.nav-drop{position:relative}
.nav-drop__panel{position:absolute;top:calc(100% + 17px);background:#fbfbfb;border:1px solid var(--header-rule);border-radius:0;box-shadow:none;display:block;overflow:visible;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s}
.nav-drop.is-open .nav-drop__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition-delay:0s}
.nav-drop__panel::before{content:"";position:absolute;left:0;right:0;top:-19px;height:19px}
.nav-drop__panel--categories{left:50%;width:680px;transform:translate(-50%,-4px)}
.nav-drop.is-open .nav-drop__panel--categories{transform:translate(-50%,0)}
.nav-drop__panel--services{right:0;left:auto;width:520px}
.mega-grid{display:grid;grid-template-columns:1fr 1fr}
.mega-item{display:grid;grid-template-columns:42px 22px minmax(0,1fr);align-items:start;gap:12px;min-height:82px;padding:16px;border-bottom:1px solid var(--header-rule);color:var(--header-ink);transition:background .14s ease,color .14s ease}
.mega-item:nth-child(odd){border-right:1px solid var(--header-rule)}
.mega-item:nth-last-child(-n+2){border-bottom:0}
.mega-item:hover,.mega-item:focus-visible,.service-menu-item:hover,.service-menu-item:focus-visible{background:var(--header-hover);color:#fff;outline:0}
.mega-item__num{padding-top:3px;font-family:"Geist Mono",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;line-height:1.2;letter-spacing:.04em;color:#848484;transition:color .14s ease}
.mega-item__icon{width:19px;height:19px;margin-top:1px}
.mega-item__body{min-width:0}
.mega-item__body strong{display:block;font-size:14px;line-height:1.2;font-weight:500}
.mega-item__body small{display:block;margin-top:5px;font-size:11px;line-height:1.35;color:#848484;transition:color .14s ease}
.mega-item:hover .mega-item__num,.mega-item:hover .mega-item__body small,.mega-item:focus-visible .mega-item__num,.mega-item:focus-visible .mega-item__body small,.service-menu-item:hover .mega-item__num,.service-menu-item:hover .mega-item__body small,.service-menu-item:focus-visible .mega-item__num,.service-menu-item:focus-visible .mega-item__body small{color:rgba(255,255,255,.58)}
.services-menu-list{display:flex;flex-direction:column}
.service-menu-item{display:grid;grid-template-columns:42px 22px minmax(0,1fr) 18px;align-items:start;gap:14px;padding:18px 20px;border-bottom:1px solid var(--header-rule);color:var(--header-ink);transition:background .14s ease,color .14s ease}
.service-menu-item:last-child{border-bottom:0}
.service-menu-item__arrow{width:16px;height:16px;margin-top:2px;opacity:0;transition:opacity .14s ease}
.service-menu-item:hover .service-menu-item__arrow,.service-menu-item:focus-visible .service-menu-item__arrow{opacity:1}
.mega-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 16px;border-top:1px solid var(--header-rule);background:#fff}
.mega-footer .link-underline{font-size:12px;font-weight:500;line-height:1.25}
.link-underline{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:100% 1px;transition:background-size .18s ease}
.link-underline:hover{background-size:0 1px;background-position:100% 100%}

.search-overlay{position:fixed;inset:0;z-index:100;padding:0;background:rgba(255,255,255,.97);color:var(--header-ink)}
.search-overlay[hidden]{display:none}
.search-overlay__inner{padding-top:68px}
.search-overlay__bar{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid var(--header-rule)}
.search-overlay form{display:block;margin-top:68px}
.search-overlay label{display:block}
.search-overlay .screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.search-overlay input[type="search"]{display:block;width:100%;padding:0 0 18px;border:0;border-bottom:1px solid var(--header-ink);outline:0;background:transparent;color:var(--header-ink);font-size:clamp(32px,5vw,68px);font-weight:500;line-height:1.05;letter-spacing:-.035em}
.search-overlay input[type="search"]::placeholder{color:#aaa}
.search-overlay .search-submit{display:none}
body.has-overlay{overflow:hidden}

.mobile-menu{display:none}
.mobile-menu[hidden]{display:none!important}

@media(max-width:980px){
  .site-header__tagline{display:none}
  .site-header__meta-inner{grid-template-columns:1fr 1fr}
  .main-nav{display:none}
  .mobile-menu-toggle{display:grid}
  .site-header__actions{margin-left:auto}
  .site-header__main{height:68px}
  .mobile-menu{display:block;border-top:1px solid var(--header-rule);background:#fff;max-height:calc(100vh - 102px);overflow:auto}
  .mobile-menu__inner{padding-top:10px;padding-bottom:22px}
  .mobile-menu__top-link,.mobile-menu__group>summary{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 0;border-bottom:1px solid var(--header-rule);font-size:15px;font-weight:500;cursor:pointer}
  .mobile-menu__group>summary{list-style:none}
  .mobile-menu__group>summary::-webkit-details-marker{display:none}
  .mobile-menu__plus{width:16px;height:16px;transition:transform .18s ease}
  .mobile-menu__group[open] .mobile-menu__plus{transform:rotate(45deg)}
  .mobile-menu__sublist{padding:6px 0 12px}
  .mobile-menu__sublist a{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 0;font-size:13px;color:#606060}
  .mobile-menu__sublist .g-icon{width:16px;height:16px}
  .mobile-menu__sublist small{font:10px/1.2 "Geist Mono",ui-monospace,monospace;color:#848484}
}
@media(max-width:640px){
  .container-ed{padding-inline:20px}
  .site-header__meta-inner{min-height:31px;padding-inline:20px}
  .site-header__meta-inner .eyebrow{font-size:9px;letter-spacing:.05em}
  .site-logo{font-size:24px}
  .site-header__main{height:64px;gap:16px}
  .site-header__actions{gap:7px}
  .search-overlay__inner{padding-top:36px}
  .search-overlay form{margin-top:48px}
}

/* ======================================================================
   HOME v0.3 — odwzorowanie projektu 01-light-corporate
   ====================================================================== */
.home-page{position:relative;overflow:hidden}.home-masthead-bg{position:absolute;z-index:-1;left:0;right:0;top:0;height:800px;background:url('../images/home-bg.jpg') center top/cover no-repeat;opacity:.92}.home-masthead{position:relative;padding:58px 0 22px}.home-masthead__grid{display:grid;grid-template-columns:7fr 5fr;gap:72px;min-height:520px}.home-masthead__copy{align-self:start}.home-masthead__issue{display:flex;align-items:center;gap:16px;margin-bottom:34px}.home-masthead__issue i{display:block;width:32px;height:1px;background:var(--rule)}.home-masthead h1{max-width:760px;margin:0;font-size:clamp(52px,5.55vw,80px);font-weight:800;line-height:.94;letter-spacing:-.058em}.home-masthead h1 em{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-style:italic;color:var(--red);letter-spacing:-.045em}.home-masthead__copy>p{max-width:650px;margin:34px 0 0;font-size:18px;font-weight:700;line-height:1.42}.home-masthead__meta{align-self:end;display:grid;gap:4px;padding-bottom:28px}.home-masthead__meta>div{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:15px 17px;background:#fff;border-radius:10px}.home-masthead__meta strong{font:500 11px/1.25 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#4b5159;text-align:right}.home-cover{padding-top:28px}.home-cover__image{position:relative;margin:0;border-radius:18px;overflow:hidden;background:#ddd}.home-cover__image img{display:block;width:100%;height:470px;object-fit:cover}.home-cover__caption{position:absolute;left:16px;bottom:12px;padding:4px 7px;border-radius:4px;background:rgba(20,20,20,.52);color:#fff;font:9px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace}.home-cover__below{display:grid;grid-template-columns:5fr 7fr;gap:54px;margin-top:27px}.home-cover__intro p{max-width:46ch;margin:10px 0 0;font-size:20px;line-height:1.35;color:#3e434a}.home-cover__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding-top:2px}.home-cover__stat{display:flex;flex-direction:column;justify-content:center;min-height:86px;padding:10px 13px;border-radius:10px;background:#fff}.home-cover__stat span{font:9px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;color:#6b717a}.home-cover__stat strong{margin-top:6px;font-size:27px;line-height:1;font-weight:800;letter-spacing:-.045em}.home-opening{padding-top:105px}.home-section-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.home-section-bar>div{display:flex;align-items:center;gap:14px}.home-section-bar>a,.home-section-heading>a{font:500 11px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;text-decoration:underline;text-underline-offset:4px}.home-diamond{width:6px;height:6px;background:var(--ink);transform:rotate(45deg)}.home-card{min-width:0}.home-card__media{display:block;overflow:hidden;border-radius:14px;background:#ddd}.home-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.home-card:hover .home-card__media img{transform:scale(1.015)}.home-card__kicker{display:flex;align-items:center;gap:7px;margin-bottom:12px;font:600 9px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.08em}.home-card__icon{width:13px;height:13px}.home-card h3{margin:0;font-weight:800;letter-spacing:-.045em}.home-card h3 a{background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;transition:background-size .2s}.home-card:hover h3 a{background-size:100% 1px}.home-card p{margin:12px 0 0;color:#686e76;line-height:1.45}.home-card__meta{display:flex;justify-content:space-between;gap:14px;margin-top:24px;padding-top:9px;border-top:1px solid var(--rule);font:9px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;color:#68707a}.home-card--featured{display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center}.home-card--featured .home-card__media{height:425px}.home-card--featured .home-card__content{padding-right:8px}.home-card--featured h3{font-size:clamp(40px,4vw,62px);line-height:.97}.home-card--featured p{font-size:17px}.home-articles{padding-top:85px}.home-articles__wide{display:grid;grid-template-columns:repeat(2,1fr);gap:42px}.home-card--standard .home-card__media{height:330px}.home-card--standard h3{margin-top:0;font-size:26px;line-height:1.02}.home-card--standard p{font-size:14px}.home-articles__small{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:70px}.home-card--small .home-card__media{height:220px}.home-card--small h3{font-size:19px;line-height:1.08}.home-card--small .home-card__content{padding-top:13px}.home-card--small .home-card__meta{margin-top:18px}.home-articles__cta{display:flex;justify-content:center;margin-top:50px}.home-outline-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 17px;border:1px solid var(--ink);border-radius:7px;font-size:12px;font-weight:650;transition:.18s}.home-outline-button:hover{background:var(--ink);color:#fff}.home-categories{padding-top:135px}.home-section-heading{display:grid;grid-template-columns:7fr 5fr;gap:70px;align-items:end;margin-bottom:44px;padding-top:28px;border-top:1px solid var(--rule)}.home-section-heading h2{max-width:680px;margin:14px 0 0;font-size:clamp(48px,5vw,70px);font-weight:800;line-height:.96;letter-spacing:-.055em}.home-section-heading h2 em{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-style:italic;color:var(--red)}.home-section-heading>p{max-width:480px;margin:0;font-size:18px;line-height:1.45;color:#5b6169}.home-category-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--rule);border-left:1px solid var(--rule)}.home-category-tile{display:flex;min-height:152px;flex-direction:column;justify-content:space-between;padding:17px;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);background:#fff;transition:.16s}.home-category-tile:hover{background:var(--ink);color:#fff}.home-category-tile__top{display:flex;justify-content:space-between;align-items:flex-start}.home-category-tile__top .g-icon{width:21px;height:21px}.home-category-tile__top span{font:9px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;color:#7b828a}.home-category-tile strong{display:block;font-size:15px;line-height:1.15}.home-category-tile small{display:block;margin-top:6px;font:9px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;color:#7b828a}.home-category-tile:hover small,.home-category-tile:hover .home-category-tile__top span{color:#bbb}.home-about-v03{display:grid;grid-template-columns:4fr 8fr;gap:70px;padding-top:135px}.home-about-v03__title{padding-top:28px;border-top:1px solid var(--rule)}.home-about-v03__title h2{margin:14px 0 0;font-size:clamp(42px,4vw,58px);font-weight:800;line-height:.98;letter-spacing:-.052em}.home-about-v03__title h2 em{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-weight:400;color:var(--red)}.home-about-v03__body{padding-top:28px;border-top:1px solid var(--rule)}.home-about-v03__text{font-size:18px;line-height:1.5}.home-about-v03__text p:first-child{font-size:20px;color:#343940}.home-about-v03__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-top:38px}.home-about-v03__stats>div{padding:9px 12px;border-radius:9px;background:#fff}.home-about-v03__stats span{display:block;font:9px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;color:#777e86}.home-about-v03__stats strong{display:block;margin-top:7px;font-size:31px;line-height:1;font-weight:800}.home-picks{padding-top:135px}.home-section-heading--picks{grid-template-columns:1fr auto}.home-section-heading--picks>div h2{max-width:650px}.home-section-heading--picks>a{align-self:end;margin-bottom:8px}.home-picks__list{list-style:none;margin:0;padding:0;border-top:1px solid var(--ink)}.home-picks__list>li{display:grid;grid-template-columns:62px 1fr;border-bottom:1px solid var(--rule)}.home-picks__num{padding:28px 12px 0 0;font:11px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--red)}.home-picks__content{display:grid;grid-template-columns:1fr 180px;gap:42px;padding:25px 0}.home-picks__category{display:flex;align-items:center;gap:7px;margin-bottom:9px;font:600 9px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase}.home-picks__category .g-icon{width:12px;height:12px}.home-picks h3{margin:0;font-size:25px;line-height:1.05}.home-picks p{max-width:720px;margin:9px 0 0;color:#686e75;font-size:14px}.home-picks__meta{display:flex;flex-direction:column;gap:6px;align-self:start;font:9px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;color:#717780}.home-picks__meta strong{font-family:Arial,Helvetica,sans-serif;font-size:12px;color:var(--ink)}.home-newsletter{display:grid;grid-template-columns:7fr 5fr;gap:70px;align-items:end;padding-top:135px;padding-bottom:110px}.home-newsletter>div{padding-top:28px;border-top:1px solid var(--rule)}.home-newsletter h2{max-width:700px;margin:14px 0 16px;font-size:clamp(46px,5vw,68px);font-weight:800;line-height:.96;letter-spacing:-.055em}.home-newsletter h2 em{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-weight:400;color:var(--red)}.home-newsletter p{max-width:560px;margin:0;color:#656b73}.home-newsletter form{display:flex;align-items:end;gap:12px;padding-bottom:5px}.home-newsletter input{flex:1;min-width:0;padding:12px 2px;border:0;border-bottom:1px solid var(--ink);background:transparent;outline:0}.home-newsletter button{padding:12px 17px;border:0;border-radius:7px;background:var(--red);color:#fff;font-weight:700;cursor:pointer}.home-newsletter button:hover{filter:brightness(.92)}
@media(max-width:980px){.home-masthead__grid,.home-cover__below,.home-section-heading,.home-about-v03,.home-newsletter{grid-template-columns:1fr}.home-masthead__grid{min-height:0;gap:45px}.home-masthead__meta{grid-template-columns:repeat(3,1fr);padding-bottom:0}.home-masthead__meta>div{display:block}.home-masthead__meta strong{display:block;margin-top:7px;text-align:left}.home-cover__image img{height:390px}.home-cover__below{gap:28px}.home-card--featured{grid-template-columns:1fr;gap:30px}.home-card--featured .home-card__media{height:400px}.home-articles__wide{gap:28px}.home-card--standard .home-card__media{height:270px}.home-category-grid{grid-template-columns:repeat(3,1fr)}.home-section-heading{gap:30px}.home-about-v03{gap:30px}.home-picks__content{grid-template-columns:1fr 150px}.home-newsletter{gap:35px}}
@media(max-width:680px){.home-masthead{padding-top:34px}.home-masthead-bg{height:650px}.home-masthead h1{font-size:50px}.home-masthead__copy>p{font-size:16px}.home-masthead__meta{grid-template-columns:1fr}.home-cover{padding-top:15px}.home-cover__image img{height:280px}.home-cover__below{margin-top:20px}.home-cover__stats{grid-template-columns:1fr 1fr 1fr;gap:4px}.home-cover__stat{min-height:74px;padding:8px}.home-cover__stat strong{font-size:20px}.home-opening,.home-articles,.home-categories,.home-about-v03,.home-picks,.home-newsletter{padding-top:82px}.home-card--featured .home-card__media{height:280px}.home-card--featured h3{font-size:38px}.home-articles__wide,.home-articles__small{grid-template-columns:1fr}.home-card--standard .home-card__media,.home-card--small .home-card__media{height:250px}.home-articles__small{margin-top:40px}.home-category-grid{grid-template-columns:1fr 1fr}.home-category-tile{min-height:132px}.home-about-v03__stats{grid-template-columns:1fr 1fr}.home-picks__list>li{grid-template-columns:42px 1fr}.home-picks__content{grid-template-columns:1fr;gap:18px}.home-picks__meta{flex-direction:row;flex-wrap:wrap}.home-newsletter{padding-bottom:75px}.home-newsletter form{display:grid;grid-template-columns:1fr auto}.home-section-heading--picks{grid-template-columns:1fr}.home-section-heading--picks>a{display:none}}

/* ======================================================================
   v0.4 — pixel polish na podstawie renderu WP i makiety 01-light-corporate
   ====================================================================== */
@media (min-width:981px){
  .container-ed{max-width:1460px;padding-inline:38px}
  .site-header{top:0;padding:18px 0 0;background:transparent;border:0;backdrop-filter:none;-webkit-backdrop-filter:none;pointer-events:none}
  .site-header__meta{display:none}
  .site-header__main{height:76px;padding:0 34px;border:1px solid rgba(227,227,223,.72);border-radius:15px;background:rgba(255,255,255,.97);box-shadow:0 18px 55px rgba(20,25,35,.065);pointer-events:auto}
  .site-logo{font-size:28px}
  .main-nav{gap:42px;font-size:15px}
  .nav-link{padding:29px 0;font-size:15px}
  .nav-link::after{bottom:20px}
  .site-header__actions{gap:18px}
  .nav-drop__panel{top:calc(100% + 18px)}
  .nav-drop__panel--categories{width:760px;border-radius:14px;overflow:hidden;box-shadow:0 22px 60px rgba(15,20,30,.10)}
  .nav-drop__panel--services{width:590px;border-radius:14px;overflow:hidden;box-shadow:0 22px 60px rgba(15,20,30,.10)}
  .mega-item{min-height:92px;padding:19px 20px;grid-template-columns:46px 24px minmax(0,1fr)}
  .mega-item__body strong{font-size:15px}.mega-item__body small{font-size:12px}
  .service-menu-item{padding:20px 22px;grid-template-columns:46px 24px minmax(0,1fr) 18px}
}

.home-masthead-bg{height:820px;opacity:.88;background-position:center top}
.home-masthead{padding-top:72px;padding-bottom:12px}
.home-masthead__grid{grid-template-columns:7fr 5fr;gap:84px;min-height:510px}
.home-masthead__issue{margin-bottom:38px}
.home-masthead h1{max-width:810px;font-size:clamp(58px,5.8vw,88px);line-height:.925;letter-spacing:-.06em}
.home-masthead__copy>p{max-width:690px;margin-top:35px;font-size:19px;line-height:1.43}
.home-masthead__meta{padding-bottom:20px;gap:5px}
.home-masthead__meta>div{min-height:51px;padding:15px 18px;border-radius:10px}
.home-masthead__meta strong{font-size:11px}
.home-cover{padding-top:16px}
.home-cover__image{border-radius:16px}
.home-cover__image img{height:505px}
.home-cover__below{gap:64px;margin-top:30px}
.home-cover__intro p{font-size:21px;line-height:1.38}
.home-cover__stat{min-height:91px;padding:12px 15px}
.home-cover__stat strong{font-size:30px}
.home-opening{padding-top:118px}
.home-section-bar{margin-bottom:43px}
.home-card--featured{grid-template-columns:1.03fr .97fr;gap:62px}
.home-card--featured .home-card__media{height:455px}
.home-card--featured h3{font-size:clamp(46px,4.2vw,66px);line-height:.965}
.home-card--featured p{font-size:18px;line-height:1.5}
.home-articles{padding-top:96px}
.home-articles__wide{gap:48px}
.home-card--standard .home-card__media{height:350px}
.home-card--standard h3{font-size:29px;line-height:1.03}
.home-card--standard p{font-size:15px}
.home-articles__small{gap:32px;margin-top:76px}
.home-card--small .home-card__media{height:232px}
.home-card--small h3{font-size:21px}
.home-card__meta{font-size:9.5px}
.home-articles__cta{margin-top:56px}
.home-outline-button{padding:13px 19px;font-size:12px}
.home-categories{padding-top:150px}
.home-section-heading{gap:82px;margin-bottom:48px;padding-top:31px}
.home-section-heading h2{max-width:760px;font-size:clamp(55px,5.25vw,78px);line-height:.945}
.home-section-heading>p{max-width:520px;font-size:19px;line-height:1.47}
.home-category-grid{gap:0}
.home-category-tile{min-height:166px;padding:19px 18px}
.home-category-tile strong{font-size:16px;line-height:1.18}
.home-category-tile small{font-size:9.5px}
.home-about-v03{grid-template-columns:4fr 8fr;gap:84px;padding-top:150px}
.home-about-v03__title,.home-about-v03__body{padding-top:31px}
.home-about-v03__title h2{font-size:clamp(46px,4.2vw,62px)}
.home-about-v03__text{font-size:18px;line-height:1.55;max-width:850px}
.home-about-v03__text p:first-child{font-size:21px;line-height:1.5}
.home-about-v03__stats{gap:5px;margin-top:42px}
.home-about-v03__stats>div{min-height:75px;padding:11px 14px}
.home-about-v03__stats strong{font-size:34px}
.home-picks{padding-top:150px}
.home-section-heading--picks>div h2{max-width:720px}
.home-picks__list>li{grid-template-columns:70px 1fr}
.home-picks__num{padding-top:31px;font-size:11px}
.home-picks__content{grid-template-columns:minmax(0,1fr) 205px;gap:50px;padding:28px 0}
.home-picks h3{font-size:27px;line-height:1.06}
.home-picks p{font-size:14.5px;line-height:1.5}
.home-picks__meta{font-size:9.5px}
.home-newsletter{gap:84px;padding-top:150px;padding-bottom:126px}
.home-newsletter>div{padding-top:31px}
.home-newsletter h2{max-width:780px;font-size:clamp(52px,5.15vw,76px);line-height:.95}
.home-newsletter p{font-size:17px;line-height:1.5}
.home-newsletter form{gap:15px}
.home-newsletter input{font-size:15px;padding:14px 3px}
.home-newsletter button{padding:14px 19px}

.site-footer{margin-top:0;padding:72px 0 30px;border-radius:24px 24px 0 0;background:#eeeeec}
.site-footer__grid{grid-template-columns:1.65fr .62fr .82fr .92fr;gap:64px}
.site-footer .site-logo{font-size:30px}
.footer-desc{max-width:410px;margin-top:22px;font-size:22px;line-height:1.32}
.footer-meta{margin-top:26px;font-size:10px;line-height:1.6}
.site-footer h4{margin-bottom:18px;font-size:10px}
.footer-links li{margin:9px 0;font-size:13px;line-height:1.35}
.site-footer__bottom{margin-top:58px;padding-top:26px}

@media(max-width:980px){
  .site-header{padding:0;background:rgba(255,255,255,.96)}
  .site-header__meta{display:block}
  .home-masthead{padding-top:46px}
  .home-masthead h1{font-size:clamp(50px,9vw,72px)}
  .home-cover__image img{height:400px}
}
\n\n/* =========================================================\n   v0.5 — final Home polish\n   ========================================================= */\n@media(min-width:981px){\n  .home-masthead__grid{gap:76px}\n  .home-masthead h1{font-size:clamp(60px,5.95vw,91px);line-height:.93}\n  .home-masthead__copy>p{font-size:19.5px;max-width:710px}\n  .home-masthead__meta{transform:translateY(8px)}\n  .home-masthead__meta>div{min-height:54px;padding:15px 19px}\n  .home-masthead__meta strong{font-size:11.5px}\n\n  .home-cover__image img{height:522px}\n  .home-cover__below{margin-top:31px}\n\n  .home-card--featured{grid-template-columns:1.06fr .94fr;gap:64px}\n  .home-card--featured .home-card__media{height:458px}\n  .home-card--featured h3{font-size:clamp(43px,3.75vw,59px);line-height:.98}\n  .home-card--featured p{max-width:570px}\n\n  .home-card__meta{font-size:10.5px;color:#69707a}\n  .home-card--small .home-card__meta{font-size:10px}\n\n  .home-category-tile{min-height:160px;padding:18px 18px 17px}\n  .home-category-tile__top{margin-bottom:30px}\n  .home-category-tile small{font-size:10px;color:#747a82}\n\n  .home-about-v03__stats>div{padding:13px 15px;min-height:79px}\n  .home-about-v03__stats span{font-size:10px;color:#686e77}\n  .home-about-v03__stats strong{font-size:36px;line-height:1}\n\n  .home-picks__list>li{border-color:#d9d9d5}\n  .home-picks__content{border-color:#d9d9d5}\n  .home-picks__meta{font-size:10.5px;color:#656c76}\n\n  .home-newsletter{grid-template-columns:minmax(0,1.2fr) minmax(430px,.8fr)}\n  .home-newsletter form{justify-self:end;width:min(100%,520px)}\n  .home-newsletter input{min-width:0}\n\n  .footer-links li{font-size:13.5px;line-height:1.45;margin:9px 0}\n  .site-footer h4{font-size:10.5px}\n  .site-footer__grid{gap:70px}\n}\n\n@media(max-width:980px){\n  .home-card__meta{font-size:10px;color:#69707a}\n  .home-category-tile small{font-size:10px}\n}\n

/* =========================================================
   v0.6 — Home reference-match polish
   Final desktop tuning against the approved Light Corporate mockup.
   ========================================================= */
@media(min-width:981px){
  /* HERO: slightly tighter and more editorial, like the mockup */
  .home-masthead{padding-top:64px;padding-bottom:10px}
  .home-masthead__grid{gap:72px;min-height:492px}
  .home-masthead__issue{margin-bottom:32px}
  .home-masthead h1{max-width:785px;font-size:clamp(57px,5.55vw,84px);line-height:.925;letter-spacing:-.059em}
  .home-masthead__copy>p{max-width:665px;margin-top:29px;font-size:18px;line-height:1.4}
  .home-masthead__meta{transform:translateY(4px);padding-bottom:22px;gap:4px}
  .home-masthead__meta>div{min-height:48px;padding:13px 17px;border-radius:9px}
  .home-masthead__meta strong{font-size:10.5px}

  /* Main cover in the reference is more panoramic */
  .home-cover{padding-top:14px}
  .home-cover__image{border-radius:15px}
  .home-cover__image img{height:468px}
  .home-cover__below{grid-template-columns:5.2fr 6.8fr;gap:54px;margin-top:24px}
  .home-cover__intro p{font-size:18px;line-height:1.38;max-width:44ch}
  .home-cover__stats{align-self:start}
  .home-cover__stat{min-height:78px;padding:10px 13px}
  .home-cover__stat strong{font-size:27px}

  /* Opening story: smaller image/text scale and more breathing room */
  .home-opening{padding-top:104px}
  .home-section-bar{margin-bottom:36px}
  .home-card--featured{grid-template-columns:1.02fr .98fr;gap:58px}
  .home-card--featured .home-card__media{height:414px}
  .home-card--featured h3{font-size:clamp(40px,3.45vw,54px);line-height:.99;max-width:590px}
  .home-card--featured p{font-size:16px;line-height:1.47;max-width:540px}

  /* Article grid: compact inside cards, more air between rows */
  .home-articles{padding-top:84px}
  .home-articles__wide{gap:40px}
  .home-card--standard .home-card__media{height:318px}
  .home-card--standard h3{font-size:26px;line-height:1.04}
  .home-card--standard p{font-size:14px;line-height:1.45}
  .home-articles__small{gap:27px;margin-top:67px}
  .home-card--small .home-card__media{height:214px}
  .home-card--small h3{font-size:19px;line-height:1.08}
  .home-card__meta{font-size:9.5px}
  .home-articles__cta{margin-top:49px}

  /* Categories: lower cards and softer geometry */
  .home-categories{padding-top:132px}
  .home-section-heading{gap:72px;margin-bottom:38px;padding-top:27px}
  .home-section-heading h2{max-width:720px;font-size:clamp(50px,4.85vw,70px);line-height:.95}
  .home-section-heading>p{max-width:470px;font-size:17px;line-height:1.45}
  .home-category-tile{min-height:138px;padding:16px 16px 15px;border-color:#e0e0dc;border-radius:10px}
  .home-category-tile__top{margin-bottom:23px}
  .home-category-tile strong{font-size:15px;line-height:1.17}
  .home-category-tile span{font-size:10.5px}
  .home-category-tile small{font-size:9px}

  /* About: narrower copy column and more compact stats */
  .home-about-v03{grid-template-columns:4fr 8fr;gap:78px;padding-top:130px}
  .home-about-v03__title,.home-about-v03__body{padding-top:26px}
  .home-about-v03__title h2{font-size:clamp(43px,3.9vw,57px);line-height:.97}
  .home-about-v03__text{max-width:735px;font-size:16px;line-height:1.5}
  .home-about-v03__text p:first-child{font-size:18px;line-height:1.47}
  .home-about-v03__stats{max-width:720px;gap:4px;margin-top:34px}
  .home-about-v03__stats>div{min-height:65px;padding:10px 12px}
  .home-about-v03__stats strong{font-size:30px}
  .home-about-v03__stats span{font-size:9px}

  /* Editor picks: lighter rules and slightly smaller title */
  .home-picks{padding-top:132px}
  .home-section-heading--picks>div h2{max-width:660px;font-size:clamp(48px,4.55vw,66px)}
  .home-picks__list{border-top-color:#cfcfcb}
  .home-picks__list>li{grid-template-columns:64px 1fr;border-bottom-color:#deded9}
  .home-picks__num{padding-top:27px;font-size:10px}
  .home-picks__content{grid-template-columns:minmax(0,1fr) 190px;gap:44px;padding:24px 0}
  .home-picks h3{font-size:24px;line-height:1.06}
  .home-picks p{font-size:13px;line-height:1.46}
  .home-picks__meta{font-size:9px}

  /* Newsletter: less oversized, compact form as in reference */
  .home-newsletter{grid-template-columns:7fr 5fr;gap:72px;padding-top:132px;padding-bottom:102px}
  .home-newsletter>div{padding-top:26px}
  .home-newsletter h2{max-width:700px;font-size:clamp(47px,4.55vw,66px);line-height:.95}
  .home-newsletter p{max-width:510px;font-size:15px;line-height:1.45}
  .home-newsletter form{justify-self:stretch;width:100%;max-width:470px;gap:11px;padding-bottom:3px}
  .home-newsletter input{font-size:13px;padding:11px 2px}
  .home-newsletter button{padding:11px 16px;border-radius:6px;font-size:12px}

  /* Footer in the mockup is lower and more compact */
  .site-footer{padding:54px 0 24px}
  .site-footer__grid{grid-template-columns:1.65fr .62fr .82fr .92fr;gap:58px}
  .site-footer .site-logo{font-size:27px}
  .footer-desc{max-width:365px;margin-top:17px;font-size:19px;line-height:1.3}
  .footer-meta{margin-top:20px;font-size:9px;line-height:1.55}
  .site-footer h4{margin-bottom:14px;font-size:9.5px}
  .footer-links li{margin:7px 0;font-size:12px;line-height:1.35}
  .site-footer__bottom{margin-top:42px;padding-top:20px;font-size:9px}
}

/* =========================================================
   v0.7 — reference fixes: overlay header, cards, categories, menus
   ========================================================= */

/* Hero starts behind the floating header on the front page. */
@media (min-width:981px){
  body.home .site-header{
    position:absolute;
    inset:0 0 auto 0;
    width:100%;
    background:transparent;
    border:0;
    z-index:80;
  }
  body.home .home-page{margin-top:0}
  body.home .home-masthead-bg{
    top:0;
    height:835px;
    background-position:center top;
  }
  body.home .home-masthead{
    padding-top:164px;
    padding-bottom:8px;
  }
  body.home .home-masthead__grid{
    min-height:422px;
  }
  body.home .home-masthead__intro{
    max-width:665px;
    margin-top:29px;
    font-size:18px;
    line-height:1.4;
    font-weight:700;
  }
  body.home .home-masthead__intro p{margin:0}

  /* A shorter real gap under the nav and a larger invisible hover bridge. */
  .nav-drop__panel{top:calc(100% + 10px)}
  .nav-drop__panel::before{top:-18px;height:18px}
}

/* Category cards — separate rounded tiles like the approved layout. */
.home-category-grid{
  border:0;
  gap:18px;
  background:transparent;
}
.home-category-tile{
  min-height:178px;
  padding:20px 20px 18px;
  border:1px solid rgba(231,231,227,.82);
  border-radius:17px;
  background:#fff;
  box-shadow:0 14px 34px rgba(24,29,37,.055);
}
.home-category-tile__top{margin-bottom:35px}
.home-category-tile__top .g-icon{width:25px;height:25px}
.home-category-tile__top span{font-size:11px}
.home-category-tile strong{font-size:18px;line-height:1.12;letter-spacing:-.025em}
.home-category-tile small{font-size:11px;margin-top:8px}
.home-category-tile:hover{
  background:#fff;
  color:var(--ink);
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(24,29,37,.085);
}
.home-category-tile:hover small,
.home-category-tile:hover .home-category-tile__top span{color:#737a84}

/* Editorial post card shared by category/archive views. */
.post-card--editorial{
  padding:0;
  border:0;
  min-width:0;
}
.post-card--editorial .post-card__image{
  position:relative;
  display:block;
  margin:0 0 24px;
  border-radius:19px;
  overflow:hidden;
  background:#e9e9e6;
  box-shadow:0 16px 38px rgba(20,25,35,.07);
}
.post-card--editorial .post-card__image img{
  display:block;
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  transition:transform .25s ease;
}
.post-card--editorial:hover .post-card__image img{transform:scale(1.012)}
.post-card__badge{
  position:absolute;
  left:18px;
  top:18px;
  z-index:2;
  padding:11px 15px;
  background:rgba(24,29,37,.88);
  color:#fff;
  font:500 11px/1.15 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.post-card__badge i{font-style:normal;opacity:.65;padding-inline:4px}
.post-card__caption{
  position:absolute;
  left:18px;
  bottom:14px;
  max-width:calc(100% - 36px);
  color:#fff;
  text-shadow:0 1px 4px rgba(0,0,0,.35);
  font:500 9px/1.25 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing:.04em;
}
.post-card__category{
  display:inline-flex;
  align-items:center;
  gap:11px;
  width:max-content;
  max-width:100%;
  margin:-1px 0 22px;
  padding:12px 17px;
  border:0;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(20,25,35,.045);
  font:700 10px/1.15 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.post-card__category .g-icon{
  width:18px;
  height:18px;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.post-card--editorial h3{
  margin:0;
  font-size:clamp(25px,2.3vw,36px);
  line-height:1.03;
  letter-spacing:-.048em;
}
.post-card--editorial p{
  margin:17px 0 0;
  color:#6b7179;
  font-size:16px;
  line-height:1.48;
}
.post-card__meta-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:34px;
  padding:15px 18px;
  border:0;
  border-radius:15px;
  background:#fff;
  box-shadow:0 8px 24px rgba(20,25,35,.025);
  color:#657080;
  font:500 10px/1.25 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
}
.post-card__meta-main{
  display:flex;
  align-items:center;
  min-width:0;
  gap:38px;
}
.post-card__author{color:#20242a}
.post-card__date{white-space:nowrap}
.post-card__reading-time{margin-left:auto;white-space:nowrap;text-align:right}

/* Give category/archive grids enough breathing room for the editorial cards. */
.category-grid.home-post-grid{gap:48px 30px}

@media(max-width:980px){
  .home-category-grid{gap:14px}
  .home-category-tile{min-height:158px}
}

@media(max-width:680px){
  .home-category-grid{gap:12px}
  .home-category-tile{min-height:144px;padding:16px;border-radius:14px}
  .home-category-tile__top{margin-bottom:24px}
  .home-category-tile strong{font-size:15px}

  .post-card--editorial .post-card__image{border-radius:17px;margin-bottom:20px}
  .post-card--editorial .post-card__image img{aspect-ratio:1.34 / 1}
  .post-card__badge{left:14px;top:14px;padding:9px 12px;font-size:10px}
  .post-card__caption{left:14px;bottom:12px;max-width:calc(100% - 28px);font-size:8.5px}
  .post-card__category{margin-bottom:18px;padding:10px 14px;border-radius:14px}
  .post-card--editorial h3{font-size:34px;line-height:1.04}
  .post-card--editorial p{font-size:17px;line-height:1.5}
  .post-card__meta-strip{gap:14px;margin-top:25px;padding:13px 14px;border-radius:13px;font-size:9.5px}
  .post-card__meta-main{gap:18px;flex-wrap:wrap}
}


/* =========================================================
   v0.9 — Home post cards matched to reference
   ========================================================= */
.home-card__media{position:relative}
.home-card__image-badge{
  position:absolute;left:14px;top:14px;z-index:2;
  display:inline-flex;align-items:center;gap:8px;
  padding:9px 13px;background:rgba(28,32,39,.9);color:#fff;
  font:500 10px/1.15 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing:.09em;text-transform:uppercase;
}
.home-card__image-badge i{font-style:normal;opacity:.62}
.home-card__caption{
  position:absolute;left:14px;bottom:11px;z-index:2;max-width:calc(100% - 28px);
  padding:3px 5px;background:rgba(24,28,34,.28);color:#fff;
  font:500 8.5px/1.25 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing:.035em;text-shadow:0 1px 3px rgba(0,0,0,.35)
}
.home-card__category-pill{
  display:inline-flex;align-items:center;gap:10px;width:max-content;max-width:100%;
  margin:14px 0 20px;padding:10px 14px;border:0;border-radius:14px;
  background:#fff;box-shadow:0 8px 24px rgba(20,25,35,.035);
  color:var(--ink);font:700 10px/1.15 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing:.085em;text-transform:uppercase
}
.home-card__category-pill .g-icon,.home-card__category-pill .home-card__icon{
  width:18px;height:18px;border:0!important;border-radius:0!important;box-shadow:none!important;
}
.home-card__meta-strip{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  margin-top:30px;padding:14px 17px;border:0;border-radius:14px;background:#fff;
  box-shadow:0 7px 22px rgba(20,25,35,.022);
  color:#647080;font:500 10px/1.25 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace
}
.home-card__meta-left{display:flex;align-items:center;gap:34px;min-width:0}
.home-card__initials{color:#20242a;white-space:nowrap}
.home-card__date,.home-card__reading-time{white-space:nowrap}
.home-card__reading-time{margin-left:auto;text-align:right}

/* Remove the old plain kicker/meta appearance on Home. */
.home-card__kicker,.home-card__meta{display:none!important}

/* The reference keeps the title closer to the category pill. */
.home-card__category-pill + h3{margin-top:0}
.home-card--standard .home-card__content,.home-card--small .home-card__content{padding-top:0}
.home-card--standard p{margin-top:14px}

/* Small cards use the same language, only denser. */
.home-card--small .home-card__category-pill{margin:11px 0 13px;padding:8px 11px;border-radius:12px;font-size:8.5px;gap:8px}
.home-card--small .home-card__category-pill .g-icon{width:15px;height:15px}
.home-card--small .home-card__meta-strip{margin-top:17px;padding:10px 12px;border-radius:11px;font-size:8.5px}
.home-card--small .home-card__meta-left{gap:16px}
.home-card--small .home-card__image-badge{left:10px;top:10px;padding:7px 9px;font-size:8px}
.home-card--small .home-card__caption{left:10px;bottom:8px;max-width:calc(100% - 20px);font-size:7px}

/* Featured card: keep its horizontal layout, but use reference UI tokens. */
.home-card--featured .home-card__category-pill{margin-top:0;margin-bottom:20px}
.home-card--featured .home-card__meta-strip{margin-top:28px}

@media(max-width:680px){
  .home-card__category-pill{margin:12px 0 16px;padding:9px 12px;border-radius:13px}
  .home-card__meta-strip{margin-top:22px;padding:12px 13px;border-radius:12px;font-size:9px}
  .home-card__meta-left{gap:18px}
}

/* =========================================================
   v1.0 — Knowledge index + category page
   ========================================================= */
.knowledge-page,.category-page{background:#f8f8f6}
.knowledge-hero{padding-top:54px;padding-bottom:44px}
.knowledge-hero .breadcrumbs,.category-hero .breadcrumbs{margin-bottom:34px}
.knowledge-hero__eyebrow,.category-hero__topline,.knowledge-feed__head,.knowledge-filterbar__label{font:500 10px/1.25 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase;color:#59616c}
.knowledge-hero__grid{display:grid;grid-template-columns:1fr 310px;gap:80px;align-items:end}
.knowledge-hero h1{margin:18px 0 18px;font-size:clamp(64px,6vw,86px);line-height:.95;letter-spacing:-.058em}
.knowledge-hero__copy p{max-width:760px;margin:0;font-size:18px;line-height:1.48;color:#60666e}
.knowledge-hero__stats{display:grid;grid-template-columns:1fr 1fr;gap:36px;border-top:1px solid var(--ink);padding-top:15px}
.knowledge-hero__stats span{display:block;margin-bottom:9px;font:500 9px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;color:#717881}
.knowledge-hero__stats strong{font-size:13px;line-height:1.3}
.knowledge-filterbar{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);background:#fbfbfa}
.knowledge-filterbar__inner{display:grid;grid-template-columns:70px minmax(0,1fr);align-items:center;gap:20px;padding-top:13px;padding-bottom:13px}
.knowledge-filterbar__scroll{display:flex;gap:7px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}
.knowledge-filter{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;padding:8px 11px;border:1px solid #deded9;border-radius:4px;background:#fff;font-size:10px;line-height:1;color:#4f5660;white-space:nowrap}
.knowledge-filter .g-icon{width:12px;height:12px}.knowledge-filter small{font:500 9px ui-monospace,SFMono-Regular,Menlo,monospace;color:#7a8189}
.knowledge-filter.is-active{border-color:var(--ink);background:var(--ink);color:#fff}.knowledge-filter.is-active small{color:#ddd}
.knowledge-main{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:54px;padding-top:52px;padding-bottom:100px}
.knowledge-feed__head{display:flex;justify-content:space-between;gap:20px;padding-bottom:15px}
.knowledge-feed__rows{border-top:1px solid var(--rule)}
.knowledge-item{display:grid;grid-template-columns:58px minmax(0,1fr) 165px;gap:20px;padding:25px 0 27px;border-bottom:1px solid var(--rule)}
.knowledge-item__number{padding-top:3px;font:500 9px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;color:#737b85}
.knowledge-item__category{display:inline-flex;align-items:center;gap:7px;margin-bottom:9px;font:700 9px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.07em;text-transform:uppercase}.knowledge-item__category .g-icon{width:12px;height:12px}
.knowledge-item h2{max-width:700px;margin:0 0 8px;font-size:27px;line-height:1.02;letter-spacing:-.04em}.knowledge-item p{max-width:680px;margin:0;color:#6b7178;font-size:13px;line-height:1.45}
.knowledge-item__meta{display:grid;grid-template-columns:auto 1fr;gap:5px 10px;align-content:start;text-align:right;font:500 9px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;color:#6f7680}.knowledge-item__meta strong{font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#20242a}.knowledge-item__meta>span:last-child{grid-column:1/-1}.knowledge-item__initials{color:#20242a}
.knowledge-pagination{display:flex;align-items:center;justify-content:space-between;padding-top:26px;font:500 9px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;color:#747b84}.knowledge-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-left:3px;border:1px solid var(--rule);background:#fff}.knowledge-pagination .current{background:var(--ink);color:#fff;border-color:var(--ink)}
.knowledge-aside{min-width:0}.knowledge-newsletter{padding:24px;border:1px solid #555b61;background:#fff}.knowledge-aside__eyebrow{display:block;margin-bottom:12px;color:var(--red);font:700 9px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.08em}.knowledge-newsletter h3{margin:0 0 10px;font-size:25px;line-height:1}.knowledge-newsletter p{margin:0 0 19px;color:#6c7279;font-size:13px;line-height:1.45}.knowledge-newsletter input{width:100%;padding:11px 0;border:0;border-bottom:1px solid var(--rule);background:transparent;outline:0}.knowledge-newsletter .btn{margin-top:17px}
.knowledge-aside__section{margin-top:32px}.knowledge-aside__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid var(--ink)}.knowledge-aside__head h3{margin:0;font:700 9px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.07em}.knowledge-aside__head span{font:500 9px ui-monospace,SFMono-Regular,Menlo,monospace;color:#727983}
.knowledge-popular__item{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;padding:10px 0;border-bottom:1px solid var(--rule)}.knowledge-popular__thumb{display:block;height:58px;border-radius:7px;overflow:hidden;background:#ddd}.knowledge-popular__thumb img{width:100%;height:100%;object-fit:cover}.knowledge-popular__copy{min-width:0}.knowledge-popular__copy small{display:block;margin-bottom:4px;font:700 8px/1.15 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.06em}.knowledge-popular__copy strong{display:block;font-size:12px;line-height:1.18}.knowledge-popular__copy em{display:block;margin-top:5px;font:500 8px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;font-style:normal;color:#747b83}
.knowledge-category-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--rule);font-size:11px}.knowledge-category-list a>span{display:flex;align-items:center;gap:8px}.knowledge-category-list .g-icon{width:13px;height:13px}.knowledge-category-list small{font:500 9px ui-monospace,SFMono-Regular,Menlo,monospace;color:#747b83}

.category-hero{padding-top:50px;padding-bottom:45px}.category-hero__topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.category-hero__topline>span:last-child{color:#757c85}.category-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:72px}.category-hero__title-row{display:flex;align-items:flex-start;gap:22px}.category-hero__icon{display:flex;align-items:center;justify-content:center;flex:0 0 62px;width:62px;height:62px;border:1px solid #9da2a8}.category-hero__icon .g-icon{width:33px;height:33px}.category-hero h1{max-width:760px;margin:-5px 0 20px;font-size:clamp(62px,6.2vw,88px);line-height:.91;letter-spacing:-.06em}.category-hero__description{max-width:850px;padding-left:84px;color:#5f656d;font-size:18px;line-height:1.48}.category-hero__description p{margin:0 0 14px}.category-hero__meta{border-top:1px solid var(--ink);padding-top:14px}.category-hero__meta-title,.category-hero__dates span{display:block;font:500 9px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;color:#747b84;text-transform:uppercase}.category-hero__meta>strong{display:block;margin-top:13px;font-size:13px}.category-hero__meta>p{margin:5px 0 20px;color:#6b7178;font-size:11px}.category-hero__dates{display:grid;grid-template-columns:1fr 1fr;gap:18px;border-top:1px solid var(--rule);padding-top:14px}.category-hero__dates strong{display:block;margin-top:8px;font-size:11px}
.category-cover{border-radius:18px;overflow:hidden;box-shadow:0 20px 45px rgba(20,25,35,.08)}.category-cover img{display:block;width:100%;height:510px;object-fit:cover}
.category-publications{padding-top:70px;padding-bottom:105px}.category-publications__bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;font:500 9px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.06em;color:#67707a}.category-publications__bar button{margin-left:8px;padding:6px 9px;border:1px solid #9ea3a8;background:transparent;font:inherit;text-transform:uppercase;cursor:pointer}
.category-featured{display:grid;grid-template-columns:1.02fr .98fr;gap:44px;align-items:stretch;padding-bottom:52px;border-bottom:1px solid var(--rule)}.category-featured__media{position:relative;display:block;overflow:hidden;border-radius:16px;background:#ddd}.category-featured__media img{display:block;width:100%;height:390px;object-fit:cover}.category-featured__media>span{position:absolute;left:14px;bottom:12px;padding:4px 6px;border-radius:3px;background:rgba(20,24,30,.42);color:#fff;font:500 8px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace}.category-featured__content{display:flex;flex-direction:column;justify-content:center}.category-featured__category{display:inline-flex;align-items:center;gap:8px;width:max-content;margin-bottom:17px;padding:8px 11px;border-radius:12px;background:#fff;font:700 9px/1.15 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.06em}.category-featured__category .g-icon{width:14px;height:14px}.category-featured h2{margin:0;font-size:clamp(40px,4.3vw,61px);line-height:.95;letter-spacing:-.052em}.category-featured p{margin:17px 0 0;color:#687079;font-size:16px;line-height:1.45}.category-featured__meta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto;padding:14px 15px;border-radius:12px;background:#fff;font:500 9px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;color:#707883}.category-featured__meta strong{font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#20242a}
.category-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:42px}.category-card-grid .post-card--editorial h3{font-size:24px}.category-card-grid .post-card--editorial p{font-size:13px}.category-card-grid .post-card__meta-strip{margin-top:18px}.category-card-grid .post-card__category{padding:8px 11px;margin-bottom:13px;font-size:8.5px}
.category-compact-list{margin-top:45px;border-top:1px solid var(--rule)}.category-compact-row{display:grid;grid-template-columns:65px minmax(0,1fr) 180px;gap:25px;padding:25px 0;border-bottom:1px solid var(--rule)}.category-compact-row>span{font:500 9px ui-monospace,SFMono-Regular,Menlo,monospace;color:#747c85}.category-compact-row h3{margin:0 0 5px;font-size:19px;line-height:1.05}.category-compact-row p{margin:0;color:#70767e;font-size:12px}.category-compact-row__meta{display:flex;flex-direction:column;gap:6px;text-align:right;font:500 9px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;color:#717983}.category-compact-row__meta strong{font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#20242a}.category-load-more{display:flex;justify-content:center;padding-top:35px}.category-load-more a{font:600 10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;text-decoration:underline;text-underline-offset:4px}
.category-related{padding-bottom:110px}.category-related>h2{max-width:720px;margin:13px 0 42px;font-size:clamp(48px,5vw,68px);line-height:.94;letter-spacing:-.055em}.category-related>h2 em{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-style:italic;color:var(--red)}.category-related__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.category-related__tile{display:flex;min-height:130px;flex-direction:column;padding:17px;border:1px solid var(--rule);border-radius:13px;background:#fff;box-shadow:0 10px 25px rgba(20,25,35,.035)}.category-related__tile>div{display:flex;align-items:flex-start;justify-content:space-between}.category-related__tile .g-icon{width:20px;height:20px}.category-related__tile>div span{font:500 9px ui-monospace,SFMono-Regular,Menlo,monospace;color:#767d85}.category-related__tile strong{margin-top:auto;font-size:14px;line-height:1.15}.category-related__tile small{margin-top:7px;font:500 9px ui-monospace,SFMono-Regular,Menlo,monospace;color:#777e86}

@media(max-width:980px){
  .knowledge-hero__grid,.knowledge-main,.category-hero__grid,.category-featured{grid-template-columns:1fr}
  .knowledge-hero__stats{max-width:500px}.knowledge-main{gap:55px}.knowledge-aside{display:grid;grid-template-columns:1fr 1fr;gap:26px}.knowledge-aside__section{margin-top:0}.knowledge-newsletter{grid-row:span 2}.category-hero__description{padding-left:0}.category-hero__meta{max-width:500px}.category-cover img{height:420px}.category-card-grid{grid-template-columns:1fr 1fr}.category-related__grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .knowledge-hero{padding-top:35px}.knowledge-hero h1{font-size:58px}.knowledge-hero__stats{grid-template-columns:1fr 1fr;gap:18px}.knowledge-filterbar__inner{grid-template-columns:1fr;gap:9px}.knowledge-main{padding-top:35px}.knowledge-item{grid-template-columns:42px minmax(0,1fr)}.knowledge-item__meta{display:none}.knowledge-item h2{font-size:23px}.knowledge-pagination{align-items:flex-start;gap:18px}.knowledge-aside{grid-template-columns:1fr}.knowledge-newsletter{grid-row:auto}
  .category-hero{padding-top:34px}.category-hero__topline{align-items:flex-start;gap:15px}.category-hero__title-row{gap:14px}.category-hero__icon{flex-basis:48px;width:48px;height:48px}.category-hero__icon .g-icon{width:26px;height:26px}.category-hero h1{font-size:54px}.category-hero__description{font-size:16px}.category-cover{border-radius:13px}.category-cover img{height:270px}.category-publications{padding-top:48px}.category-publications__bar>span:last-child{display:none}.category-featured__media img{height:280px}.category-featured h2{font-size:40px}.category-featured__meta{margin-top:24px}.category-card-grid{grid-template-columns:1fr}.category-compact-row{grid-template-columns:45px 1fr}.category-compact-row__meta{display:none}.category-related__grid{grid-template-columns:1fr 1fr}.category-related__tile{min-height:120px}
}

/* ======================================================================
   v1.1 — KNOWLEDGE + CATEGORY reference polish
   ====================================================================== */

/* Baza wiedzy: ciaśniejszy, bardziej redakcyjny rytm zgodny z makietą */
.knowledge-hero{padding-top:48px;padding-bottom:38px}
.knowledge-hero__eyebrow{font:500 9px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;text-transform:uppercase;color:#68707a}
.knowledge-hero__grid{grid-template-columns:minmax(0,1fr) 305px;gap:72px}
.knowledge-hero h1{margin:17px 0 14px;font-size:clamp(62px,5.7vw,80px);line-height:.94}
.knowledge-hero__copy p{max-width:690px;font-size:17px;line-height:1.42}
.knowledge-hero__stats{gap:30px;padding-top:13px}
.knowledge-filterbar__inner{grid-template-columns:58px minmax(0,1fr);gap:17px;padding-top:10px;padding-bottom:10px}
.knowledge-filterbar__label{font:500 9px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.07em;color:#7a8087}
.knowledge-filter{padding:7px 10px;font-size:9px;border-radius:3px}
.knowledge-main{grid-template-columns:minmax(0,1fr) 300px;gap:44px;padding-top:45px;padding-bottom:88px}
.knowledge-feed__head{padding-bottom:12px;font:500 9px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.05em;color:#717984}
.knowledge-item{grid-template-columns:52px minmax(0,1fr) 158px;gap:18px;padding:21px 0 22px}
.knowledge-item__category{margin-bottom:7px;font-size:8.5px}
.knowledge-item h2{max-width:650px;margin:0 0 7px;font-size:23px;line-height:1.03;letter-spacing:-.038em}
.knowledge-item p{max-width:620px;font-size:12px;line-height:1.42}
.knowledge-item__meta{font-size:8.5px;line-height:1.3}
.knowledge-newsletter{padding:23px 22px}
.knowledge-newsletter h3{font-size:24px;line-height:1.02}
.knowledge-popular__item{grid-template-columns:68px minmax(0,1fr);gap:11px;padding:9px 0}
.knowledge-popular__thumb{height:55px}
.knowledge-category-list a{padding:10px 0}

/* Kategoria: top-line, hero, cover i publikacje jak w makiecie */
.category-hero{position:relative;padding-top:45px;padding-bottom:42px}
.category-hero::after{content:"";position:absolute;left:50%;bottom:0;width:100vw;height:1px;background:var(--rule);transform:translateX(-50%)}
.category-hero__topline{justify-content:flex-start;margin-bottom:17px}
.category-hero__topline .eyebrow{display:inline-flex;align-items:center;gap:10px}
.category-hero__topline .eyebrow i{display:inline-block;width:28px;height:1px;background:#bfc2c4}
.category-hero__grid{grid-template-columns:minmax(0,1fr) 300px;gap:80px}
.category-hero__title-row{gap:20px}
.category-hero__icon{flex-basis:58px;width:58px;height:58px}
.category-hero__icon .g-icon{width:31px;height:31px}
.category-hero h1{max-width:700px;margin:-4px 0 19px;font-size:clamp(58px,5.7vw,82px);line-height:.92}
.category-hero__description{max-width:760px;padding-left:78px;font-size:16px;line-height:1.45}
.category-hero__description p{margin:0 0 11px}
.category-hero__meta{padding-top:12px}
.category-hero__meta>strong{margin-top:11px;font-size:12px}
.category-hero__meta>p{margin:4px 0 18px;font-size:10px}
.category-hero__dates{padding-top:12px}
.category-hero__dates strong{margin-top:6px;font-size:10px}
.category-cover{margin-top:28px;border-radius:17px}
.category-cover img{height:445px}
.category-publications{padding-top:59px;padding-bottom:82px}
.category-publications__bar{margin-bottom:24px}
.category-featured{grid-template-columns:1fr 1fr;gap:40px;padding-bottom:44px}
.category-featured__media img{height:350px}
.category-featured__content{justify-content:flex-start;padding-top:4px}
.category-featured__category{margin-bottom:14px;padding:7px 10px;font-size:8.5px}
.category-featured h2{font-size:clamp(38px,3.8vw,54px);line-height:.97}
.category-featured p{margin-top:14px;font-size:14px;line-height:1.42}
.category-featured__meta{margin-top:auto;padding:12px 13px;border-radius:10px}
.category-card-grid{gap:24px;margin-top:34px}
.category-card-grid .post-card--editorial h3{font-size:21px}
.category-card-grid .post-card--editorial p{font-size:12px}
.category-compact-list{margin-top:36px}
.category-compact-row{grid-template-columns:58px minmax(0,1fr) 160px;gap:20px;padding:21px 0}
.category-compact-row h3{font-size:17px}
.category-compact-row p{font-size:11px}
.category-load-more{padding-top:30px}
.category-related{padding-top:10px;padding-bottom:92px}
.category-related>h2{max-width:650px;margin:11px 0 34px;font-size:clamp(44px,4.5vw,61px)}
.category-related__grid{gap:9px}
.category-related__tile{min-height:116px;padding:15px;border-radius:11px}
.category-related__tile strong{font-size:13px}

@media(max-width:980px){
  .knowledge-main{grid-template-columns:1fr}.knowledge-aside{grid-template-columns:1fr 1fr}
  .category-hero__grid,.category-featured{grid-template-columns:1fr}
  .category-hero__description{padding-left:0}.category-hero__meta{max-width:520px}
}
@media(max-width:680px){
  .knowledge-hero{padding-top:32px}.knowledge-hero h1{font-size:56px}.knowledge-main{padding-top:32px}
  .knowledge-item{grid-template-columns:40px minmax(0,1fr)}.knowledge-item__meta{display:none}.knowledge-item h2{font-size:22px}
  .category-hero{padding-top:32px}.category-hero h1{font-size:52px}.category-cover{margin-top:20px}.category-cover img{height:270px}
  .category-publications{padding-top:42px}.category-featured__media img{height:275px}.category-featured h2{font-size:38px}
}


/* =========================================================
   v1.2 — Knowledge + Category reference polish
   ========================================================= */
@media (min-width: 1025px){
  /* Baza wiedzy: proporcje bliższe makiecie */
  .knowledge-hero{padding-top:52px;padding-bottom:42px}
  .knowledge-hero .breadcrumbs{margin-bottom:30px}
  .knowledge-hero__grid{grid-template-columns:minmax(0,1fr) 330px;gap:78px;align-items:end}
  .knowledge-hero h1{margin:18px 0 16px;font-size:76px;line-height:.94;letter-spacing:-.058em}
  .knowledge-hero__copy p{max-width:720px;font-size:17px;line-height:1.46}
  .knowledge-hero__stats{gap:38px;padding-top:15px}
  .knowledge-hero__stats span{font-size:8.5px;margin-bottom:8px}
  .knowledge-hero__stats strong{font-size:13px}

  .knowledge-filterbar__inner{grid-template-columns:64px minmax(0,1fr);gap:18px;padding-top:12px;padding-bottom:12px}
  .knowledge-filterbar__scroll{gap:8px}
  .knowledge-filter{padding:7px 11px;font-size:9.5px;border-radius:4px}
  .knowledge-filter .g-icon{width:13px;height:13px}

  .knowledge-main{grid-template-columns:minmax(0,1fr) 325px;gap:50px;padding-top:48px;padding-bottom:96px}
  .knowledge-feed__head{padding-bottom:14px}
  .knowledge-item{grid-template-columns:55px minmax(0,1fr) 165px;gap:20px;padding:22px 0 23px}
  .knowledge-item h2{font-size:24px;line-height:1.02;max-width:670px}
  .knowledge-item p{font-size:12.5px;max-width:650px}
  .knowledge-item__meta{font-size:8.5px}
  .knowledge-newsletter{padding:26px 24px}
  .knowledge-newsletter h3{font-size:25px;line-height:1}
  .knowledge-popular__item{grid-template-columns:72px minmax(0,1fr);gap:12px}
  .knowledge-popular__thumb{height:58px}

  /* Kategoria: pełniejsze hero i proporcje referencyjne */
  .category-hero{padding-top:48px;padding-bottom:44px}
  .category-hero .breadcrumbs{margin-bottom:30px}
  .category-hero__grid{grid-template-columns:minmax(0,1fr) 290px;gap:76px;align-items:start}
  .category-hero__title-row{gap:20px}
  .category-hero__icon{flex-basis:58px;width:58px;height:58px}
  .category-hero h1{max-width:700px;margin:-5px 0 18px;font-size:72px;line-height:.91;letter-spacing:-.058em}
  .category-hero__description{max-width:760px;padding-left:78px;font-size:16px;line-height:1.47;color:#5f656d}
  .category-hero__description p{margin:0 0 12px}
  .category-hero__meta{margin-top:7px}

  .category-cover{margin-top:30px;border-radius:18px}
  .category-cover img{height:420px;object-fit:cover}

  .category-publications{padding-top:55px;padding-bottom:78px}
  .category-publications__bar{margin-bottom:24px}
  .category-featured{grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:34px;padding-bottom:42px}
  .category-featured__media img{height:330px}
  .category-featured__content{padding-top:3px}
  .category-featured__category{margin-bottom:12px}
  .category-featured h2{font-size:48px;line-height:.97;letter-spacing:-.05em}
  .category-featured p{font-size:14px;line-height:1.42;margin-top:13px}
  .category-featured__meta{padding:11px 13px;border-radius:9px}

  .category-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:30px}
  .category-card-grid .post-card__media img{aspect-ratio:1.52/1;object-fit:cover}
  .category-card-grid .post-card--editorial h3{font-size:20px;line-height:1.04}
  .category-card-grid .post-card--editorial p{font-size:11.5px;line-height:1.4}
  .category-compact-list{margin-top:34px}
  .category-related{padding-top:6px;padding-bottom:96px}
  .category-related>h2{font-size:56px;max-width:640px;margin-bottom:32px}
  .category-related__tile{min-height:112px}
}

/* v1.3 — single article reference polish */
.article-shell{width:min(calc(100% - 48px),980px);margin-inline:auto}
.article-reading-shell{width:min(calc(100% - 48px),820px);margin-inline:auto;display:grid;grid-template-columns:160px minmax(0,560px);gap:54px;align-items:start}
.article-head{padding-top:48px;padding-bottom:34px}
.article-head .breadcrumbs{margin-bottom:34px}
.article-head__grid{grid-template-columns:minmax(0,650px) 210px;gap:70px;align-items:start}
.article-head h1{font-size:clamp(56px,6.2vw,82px);line-height:.94;letter-spacing:-.045em;max-width:650px;margin:12px 0 26px}
.article-head .eyebrow{font-size:11px;letter-spacing:.12em}
.article-lead{font-size:15px;line-height:1.55;max-width:620px;color:#555c64}
.article-byline{font:11px/1.5 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;border-top:1px solid var(--ink);padding-top:12px;gap:4px;color:#555d68}
.article-byline__label{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#8a9098;margin-bottom:3px}
.article-byline strong{font-family:Arial,Helvetica,sans-serif;font-size:12px;color:var(--ink)}
.article-hero{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 18px 45px rgba(25,29,36,.10)}
.article-hero img{display:block;width:100%;height:auto;max-height:none;aspect-ratio:1.82/1;object-fit:cover}
.article-hero__caption{position:absolute;left:18px;bottom:14px;color:#fff;font:10px/1.3 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-shadow:0 1px 3px rgba(0,0,0,.75)}
.article-layout{display:contents}
.article-toc{position:sticky;top:118px;border-top:0;padding-top:0;font-size:11px}
.article-toc>.eyebrow{margin-bottom:12px;color:#68707a;font-size:9px;letter-spacing:.12em}
.article-toc ol{list-style:none;margin:0;padding:0;border-bottom:1px solid var(--rule);padding-bottom:14px}
.article-toc a{display:block;padding:6px 0;font-size:11px;line-height:1.25;color:#747b84;border:0}
.article-toc a.is-active{color:var(--red);font-weight:700}
.entry-content{font-family:Georgia,'Times New Roman',serif;font-size:16px;line-height:1.6;max-width:560px;color:#20242a}
.entry-content>p:first-child{font-size:18px;line-height:1.55;margin-bottom:36px}
.entry-content h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:28px;line-height:1.08;letter-spacing:-.015em;margin:52px 0 16px}
.entry-content h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:22px;line-height:1.15;margin:42px 0 14px}
.entry-content p{margin:0 0 18px}
.entry-content ul,.entry-content ol{margin:0 0 22px;padding-left:22px}
.entry-content li{margin-bottom:5px}
.entry-content table{margin:30px 0 42px;font-family:Arial,Helvetica,sans-serif;font-size:11px;border-top:1px solid #b7bbc0}
.entry-content th,.entry-content td{padding:9px 8px;border-bottom:1px solid #cfd2d5;border-right:1px solid #e3e5e7}
.entry-content th:last-child,.entry-content td:last-child{border-right:0}
.entry-content blockquote{margin:32px 0;padding:18px 20px;border-left:2px solid var(--red);background:#fffdf9;font-size:15px;line-height:1.55}
.entry-content figure{margin:34px 0}
.entry-content figcaption{font-size:10px}
.article-callout{margin:30px 0;padding:18px 20px;border-left-width:2px;font-family:Georgia,'Times New Roman',serif;font-size:14px;line-height:1.55}
.article-cta{margin:36px 0;padding:24px 26px;min-height:120px}
.article-cta h3{font-size:22px;line-height:1.05}
.lite-youtube{margin:34px 0}
.article-author-wrap{padding-top:16px;padding-bottom:18px}
.article-author{border-top:0;padding:0;font-size:12px}
.article-author strong{font-size:12px}
.article-author p{max-width:520px;color:#60666f;margin-top:8px;line-height:1.5}
.article-related{padding-top:76px;padding-bottom:90px}
.article-related>h2{font-size:44px;line-height:1;margin-bottom:30px}
.article-related>h2 em{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--red)}
.article-related__grid{gap:20px}
.article-related .post-card__image{border-radius:10px;margin-bottom:10px}
.article-related .post-card__image img{aspect-ratio:1.45/1}
.article-related .post-card h3{font-size:17px;line-height:1.05;margin:8px 0 8px}
.article-related .post-card p{font-size:11px;line-height:1.35}
.article-related .post-card__category{font-size:9px;padding:5px 8px}
.article-related .post-card__meta-strip{margin-top:12px;padding:8px 10px;font-size:9px}

@media(max-width:900px){
  .article-shell,.article-reading-shell{width:min(calc(100% - 36px),760px)}
  .article-head__grid{grid-template-columns:1fr;gap:24px}
  .article-byline{max-width:280px}
  .article-reading-shell{grid-template-columns:1fr;gap:24px}
  .article-toc{position:static}
  .article-toc ol{display:flex;gap:14px;overflow:auto;white-space:nowrap}
  .entry-content{max-width:none}
}
@media(max-width:620px){
  .article-shell,.article-reading-shell{width:min(calc(100% - 28px),100%)}
  .article-head{padding-top:30px}
  .article-head h1{font-size:48px}
  .article-lead{font-size:15px}
  .article-hero img{aspect-ratio:1.35/1}
  .entry-content{font-size:17px}
  .entry-content h2{font-size:27px}
  .article-related>h2{font-size:38px}
  .article-related__grid{grid-template-columns:1fr}
}


/* v1.4 — final long-form article polish */
.article-reading-shell{grid-template-columns:148px minmax(0,560px);gap:48px}
.article-toc{padding-top:4px}
.article-toc ol{padding-bottom:16px}
.article-toc li+li{border-top:1px solid rgba(28,33,40,.06)}
.article-toc a{padding:7px 0;font-size:10.5px;line-height:1.28}
.entry-content>p:first-child{font-size:17px;line-height:1.62;margin-bottom:38px}
.entry-content h2{margin-top:58px;margin-bottom:17px}
.entry-content h3{margin-top:38px}
.entry-content .wp-block-table{overflow-x:auto}
.entry-content table{min-width:520px}
.article-callout{border-radius:0;background:#f7f7f4;box-shadow:none}
.article-callout--info{border-left-color:var(--red);background:#f8f8f6}
.article-callout--warning{border-left-color:#b77720;background:#fff8ef}
.article-callout--standard{border-left-color:var(--ink);background:#f3f1eb}
.article-callout__title{font-family:Arial,Helvetica,sans-serif;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.article-callout__content p:last-child{margin-bottom:0}
.lite-youtube{background:#171b20;color:#fff}
.lite-youtube__button{min-height:265px;overflow:hidden}
.lite-youtube__button img{display:block;aspect-ratio:16/9;filter:saturate(.72) brightness(.72)}
.lite-youtube__play{width:54px;height:54px;font-size:20px;box-shadow:0 0 0 1px rgba(255,255,255,.35)}
.lite-youtube figcaption{padding:9px 12px;margin:0;color:#d4d8dd;font:10px/1.35 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}
.article-cta{border-radius:0;background:#171b20}
.article-cta h3{font-family:Arial,Helvetica,sans-serif;font-weight:700}
.article-cta .btn{white-space:nowrap}
.article-author{padding-top:8px}
.article-author strong{display:block;margin-bottom:6px}
.article-related{padding-top:86px}

@media(max-width:900px){
  .article-reading-shell{grid-template-columns:1fr;gap:28px}
  .article-toc ol{display:flex;gap:16px;border-bottom:0;padding-bottom:4px}
  .article-toc li+li{border-top:0}
  .article-toc a{padding:6px 0}
}
@media(max-width:620px){
  .lite-youtube__button{min-height:0}
  .article-cta{display:block}
  .article-cta .btn{display:inline-flex;margin-top:18px}
}

/* v1.5 — article width and reference alignment */
@media (min-width: 901px){
  .article-shell{width:min(calc(100% - 56px),1040px)}
  .article-reading-shell{
    width:min(calc(100% - 56px),960px);
    grid-template-columns:170px minmax(0,680px);
    gap:64px;
  }
  .entry-content{max-width:680px;font-size:17px;line-height:1.66}
  .entry-content>p:first-child{font-size:18px;line-height:1.62}
  .entry-content h2{font-size:30px;line-height:1.1}
  .entry-content h3{font-size:23px;line-height:1.18}
  .entry-content table{font-size:12px;min-width:100%}
  .article-head__grid{grid-template-columns:minmax(0,700px) 220px;gap:78px}
  .article-head h1{max-width:700px}
  .article-lead{max-width:680px}
  .article-author p{max-width:650px}
}

/* closer spacing to the supplied reference */
.article-reading-shell.section-space-sm{padding-top:38px;padding-bottom:34px}
.entry-content h2:first-of-type{margin-top:46px}
.article-toc{padding-top:2px}
.article-toc a{font-size:11px;line-height:1.35}
.article-callout{font-size:15px;line-height:1.6;padding:20px 22px}
.article-cta{padding:28px 30px;min-height:132px}
.lite-youtube__button{min-height:300px}
.article-related{padding-top:76px}

/* v1.6 — restore reference article proportions / width
   The mockup uses the same editorial width for article header + hero as the
   main site content. The long-form body is left-aligned inside that width,
   with TOC + text occupying roughly 85–90% of the hero width. */
@media (min-width: 901px){
  .article-shell{
    width:min(calc(100% - 40px),1180px);
    margin-inline:auto;
  }

  .article-head__grid{
    grid-template-columns:minmax(0,760px) 240px;
    gap:80px;
    justify-content:start;
  }
  .article-head h1{max-width:760px}
  .article-lead{max-width:740px}

  .article-reading-shell{
    width:min(calc(100% - 40px),1180px);
    margin-inline:auto;
    grid-template-columns:190px minmax(0,780px);
    gap:60px;
    justify-content:start;
  }

  .entry-content{
    width:100%;
    max-width:780px;
    font-size:17px;
    line-height:1.66;
  }
  .entry-content>p:first-child{font-size:18px;line-height:1.62}
  .entry-content h2{font-size:30px;line-height:1.1}
  .entry-content h3{font-size:23px;line-height:1.18}

  .article-author-wrap{
    width:min(calc(100% - 40px),1180px);
    grid-template-columns:190px minmax(0,780px);
    gap:60px;
    justify-content:start;
  }
  .article-author p{max-width:760px}

  .article-related{
    width:min(calc(100% - 40px),1180px);
  }
}


/* v1.7 — article reference width: align long-form reading area much closer to
   the editorial width visible in the supplied mockup. On wide screens the
   hero approaches the width of the main header bar and TOC + content occupy
   most of that same horizontal measure. */
@media (min-width: 1100px){
  .article-shell{
    width:min(calc(100% - 48px),1420px);
    margin-inline:auto;
  }

  .article-head__grid{
    grid-template-columns:minmax(0,820px) 250px;
    gap:96px;
  }
  .article-head h1{max-width:820px}
  .article-lead{max-width:790px}

  .article-reading-shell{
    width:min(calc(100% - 48px),1420px);
    margin-inline:auto;
    grid-template-columns:190px minmax(0,960px);
    gap:76px;
    justify-content:start;
  }

  .entry-content{
    width:100%;
    max-width:960px;
    font-size:17px;
    line-height:1.66;
  }

  .article-author-wrap{
    width:min(calc(100% - 48px),1420px);
    grid-template-columns:190px minmax(0,960px);
    gap:76px;
    justify-content:start;
  }
  .article-author p{max-width:920px}

  .article-related{
    width:min(calc(100% - 48px),1420px);
  }

  .entry-content .wp-block-table,
  .entry-content table,
  .entry-content .lite-youtube,
  .entry-content .article-cta,
  .entry-content .article-callout,
  .entry-content blockquote{
    max-width:100%;
  }
}

@media (min-width: 1450px){
  .article-reading-shell,
  .article-author-wrap{
    grid-template-columns:200px minmax(0,1000px);
    gap:80px;
  }
  .entry-content{max-width:1000px}
  .article-author p{max-width:960px}
}


/* v1.8 — TOC + author readability */
@media (min-width:1100px){
  .article-reading-shell{grid-template-columns:240px minmax(0,960px);gap:76px}
  .article-author-wrap{grid-template-columns:240px minmax(0,960px);gap:76px}
  .article-toc{font-size:14px}
  .article-toc>.eyebrow{font-size:11px;line-height:1.4;margin-bottom:14px;color:#59616b}
  .article-toc a{font-size:14px;line-height:1.45;padding:9px 0;color:#59616b}
  .article-toc a.is-active{font-weight:700;color:var(--red)}

  .article-byline{font-size:14px;line-height:1.5;gap:5px;padding-top:14px}
  .article-byline__label{font-size:10px;line-height:1.3;margin-bottom:4px}
  .article-byline strong{font-size:14px;line-height:1.35}

  .article-author{font-size:14px;line-height:1.6}
  .article-author strong{font-size:14px;line-height:1.35;margin-bottom:8px}
  .article-author p{font-size:14px;line-height:1.6;max-width:920px}
}
@media (min-width:1450px){
  .article-reading-shell,.article-author-wrap{grid-template-columns:240px minmax(0,1000px);gap:80px}
  .article-author p{max-width:960px}
}


/* ======================================================================
   v1.9 — SINGLE SERVICE reference polish
   ====================================================================== */
.service-page{overflow:hidden}
.service-shell{width:min(calc(100% - 48px),1180px);margin-inline:auto}
.service-head{padding-top:34px;padding-bottom:58px}
.service-head .breadcrumbs{margin-bottom:28px}
.service-head__grid{display:grid;grid-template-columns:minmax(0,760px) 300px;gap:92px;align-items:start}
.service-kickers{display:flex;gap:18px;align-items:center;margin-bottom:16px}
.service-title{display:grid;grid-template-columns:62px minmax(0,1fr);gap:24px;align-items:start;margin-top:0}
.service-title__icon{width:62px;height:62px;border:1px solid #aeb2b8;display:grid;place-items:center;margin-top:5px}
.service-title__icon .g-icon{width:28px;height:28px;border:0}
.service-title h1{font-size:68px;line-height:.92;letter-spacing:-.055em;margin:0;max-width:590px}
.service-lead{font-size:17px!important;line-height:1.55!important;max-width:660px!important;margin:26px 0 0;color:#626872!important}
.service-facts{border-top:1px solid var(--ink);margin-top:1px}
.service-facts div{padding:14px 0 15px;border-bottom:1px solid var(--rule);border-top:0}
.service-facts dt{font-size:10px;letter-spacing:.1em;text-transform:uppercase}
.service-facts dd{font-size:14px;line-height:1.35;font-weight:600;margin-top:7px}
.service-image{border-radius:14px;overflow:hidden;box-shadow:0 18px 40px rgba(16,20,28,.08)}
.service-image img{width:100%;height:430px;object-fit:cover}
.service-section{position:relative}
.service-section-rule{height:1px;background:#bfc2c5;margin-bottom:54px}
.split-heading--service{grid-template-columns:360px minmax(0,1fr);gap:82px;align-items:start;margin-bottom:40px}
.split-heading--service h2,.service-personas h2{font-size:48px;line-height:.98;margin:8px 0 0;max-width:360px}
.split-heading--service p{max-width:520px;margin:16px 0 0;font-size:15px;line-height:1.6;color:#626872}
.number-list--service{max-width:760px;margin-left:80px}
.number-list--service li{grid-template-columns:54px 1fr;gap:20px;padding:22px 0;border-top:0}
.number-list--service li+li{border-top:0}
.number-list--service li>span{font:11px ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--red);padding-top:5px}
.number-list--service h3{font-size:17px;line-height:1.25;margin:0 0 8px;letter-spacing:-.025em}
.number-list--service p{font-size:14px;line-height:1.55;max-width:640px;color:#666d75}
.persona-grid--service{margin-top:34px;grid-template-columns:repeat(3,1fr);gap:0}
.persona-grid--service article{min-height:250px;padding:24px 26px;border:1px solid #d4d5d2;border-right:0;gap:10px}
.persona-grid--service article:last-child{border-right:1px solid #d4d5d2}
.persona-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:38px}
.persona-top .g-icon{width:22px;height:22px;border:0}
.persona-grid--service small{font-size:9px;color:#777d85;margin:0}
.persona-grid--service h3{font-size:18px;line-height:1.15;margin:4px 0 8px}
.persona-grid--service p{font-size:13px;line-height:1.55;margin:0;color:#676d74}
.process-grid--service{grid-template-columns:repeat(5,1fr);gap:0;margin-top:32px}
.process-grid--service article{min-height:245px;padding:20px 18px;border:1px solid #d4d5d2;border-right:0}
.process-grid--service article:last-child{border-right:1px solid #d4d5d2}
.process-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:26px}
.process-grid--service strong{font-size:31px;line-height:1}
.process-grid--service small{font-size:9px;color:#777d85}
.process-grid--service h3{font-size:16px;line-height:1.15;margin:7px 0 9px}
.process-grid--service p{font-size:12px;line-height:1.5;color:#666d75;margin:0}
.faq-layout--service{grid-template-columns:330px minmax(0,1fr);gap:76px;border-top:1px solid var(--ink);padding-top:34px}
.faq-layout--service h2{font-size:48px;line-height:.98;margin:8px 0 16px;max-width:300px}
.faq-intro{font-size:13px;line-height:1.5;color:#717780;max-width:280px}
.faq-list--service details{border-bottom:1px solid #cfd1d1}
.faq-list--service summary{display:grid;grid-template-columns:40px 1fr 20px;align-items:center;gap:0;padding:18px 0;cursor:pointer}
.faq-list--service summary::-webkit-details-marker{display:none}
.faq-list--service summary span{font:10px ui-monospace,SFMono-Regular,Menlo,monospace;color:#6b727c}
.faq-list--service summary strong{font-size:14px;font-weight:600}
.faq-list--service summary b{font-size:16px;font-weight:400;text-align:right}
.faq-list--service details[open] summary b{transform:rotate(45deg)}
.faq-list--service details>div{padding:0 24px 18px 40px;font-size:13px;line-height:1.55;color:#666d75}
.service-cta--reference{margin-top:54px;background:#171a1f;color:#fff;padding:36px 42px;min-height:200px;display:flex;align-items:center;justify-content:space-between;gap:50px}
.service-cta--reference h2{font-size:52px;line-height:.96;max-width:520px;margin:10px 0 16px;letter-spacing:-.05em}
.service-cta--reference p{font-size:14px;line-height:1.55;color:#cfd2d7;max-width:660px;margin:0}
.service-cta--reference .btn{white-space:nowrap;padding:13px 18px;border-radius:4px;font-size:13px}
.service-related{padding-top:88px;padding-bottom:20px}
.service-related>h2{font-size:42px;line-height:1;margin:10px 0 28px}
.service-related .home-post-grid{gap:20px}

@media(max-width:900px){
  .service-shell{width:min(calc(100% - 32px),1180px)}
  .service-head__grid,.split-heading--service,.faq-layout--service{grid-template-columns:1fr;gap:36px}
  .service-title h1{font-size:54px}
  .service-image img{height:360px}
  .number-list--service{margin-left:0;max-width:none}
  .persona-grid--service{grid-template-columns:1fr 1fr}
  .persona-grid--service article:nth-child(2){border-right:1px solid #d4d5d2}
  .process-grid--service{grid-template-columns:1fr 1fr}
  .process-grid--service article:nth-child(2n){border-right:1px solid #d4d5d2}
}
@media(max-width:620px){
  .service-head{padding-top:22px;padding-bottom:38px}
  .service-title{grid-template-columns:48px 1fr;gap:16px}
  .service-title__icon{width:48px;height:48px}
  .service-title h1{font-size:42px}
  .service-image img{height:260px}
  .service-section-rule{margin-bottom:38px}
  .split-heading--service h2,.service-personas h2,.faq-layout--service h2{font-size:38px}
  .persona-grid--service,.process-grid--service{grid-template-columns:1fr}
  .persona-grid--service article,.process-grid--service article{border-right:1px solid #d4d5d2}
  .service-cta--reference{display:block;padding:28px 24px}
  .service-cta--reference h2{font-size:40px}
  .service-cta--reference .btn{margin-top:24px}
}


/* ======================================================================
   v2.0 — SINGLE SERVICE closer to supplied reference
   ====================================================================== */
.service-shell{width:min(calc(100% - 48px),1080px)}
.service-head{padding-top:30px;padding-bottom:52px}
.service-head .breadcrumbs{margin-bottom:24px}
.service-head__grid{grid-template-columns:minmax(0,650px) 250px;gap:74px}
.service-kickers{margin-bottom:14px}
.service-title{grid-template-columns:58px minmax(0,1fr);gap:20px}
.service-title__icon{width:58px;height:58px;margin-top:3px}
.service-title h1{font-size:60px;line-height:.91;max-width:455px;letter-spacing:-.052em}
.service-title h1 em{font-family:Arial,Helvetica,sans-serif;font-style:normal;font-weight:800;color:var(--red)}
.service-lead{font-size:16px!important;line-height:1.52!important;max-width:600px!important;margin-top:24px;color:#5f656d!important}
.service-lead p{margin:0}
.service-facts div{padding:11px 0 13px}
.service-facts dt{font-size:9px}
.service-facts dd{font-size:12px;margin-top:5px}
.service-image{border-radius:12px}
.service-image img{height:360px}
.service-section-rule{margin-bottom:46px}
.split-heading--service{grid-template-columns:310px minmax(0,1fr);gap:64px;margin-bottom:30px}
.split-heading--service h2,.service-personas h2{font-size:43px;max-width:315px}
.split-heading--service p,.service-section-intro{max-width:470px;margin:12px 0 0;font-size:13px;line-height:1.55;color:#686e75}
.service-section-intro p{margin:0}
.number-list--service{max-width:710px;margin-left:0}
.number-list--service li{grid-template-columns:54px 1fr;gap:16px;padding:17px 0}
.number-list--service h3{font-size:15px;margin-bottom:5px}
.number-list--service p{font-size:12px;line-height:1.5;max-width:600px}
.persona-grid--service{margin-top:28px}
.persona-grid--service article{min-height:215px;padding:22px 24px}
.persona-top{margin-bottom:28px}
.persona-grid--service h3{font-size:16px}
.persona-grid--service p{font-size:12px}
.process-grid--service{margin-top:28px}
.process-grid--service article{min-height:215px;padding:18px 16px}
.process-head{margin-bottom:20px}
.process-grid--service strong{font-size:28px}
.process-grid--service h3{font-size:14px}
.process-grid--service p{font-size:11px;line-height:1.45}
.faq-layout--service{grid-template-columns:290px minmax(0,1fr);gap:60px;padding-top:30px}
.faq-layout--service h2{font-size:43px;max-width:280px}
.faq-intro{font-size:12px}
.faq-list--service summary{padding:15px 0}
.faq-list--service summary strong{font-size:12px}
.faq-list--service details>div{font-size:12px}
.service-cta--reference{margin-top:48px;min-height:170px;padding:30px 36px}
.service-cta--reference h2{font-size:44px;max-width:450px;margin:8px 0 12px}
.service-cta__desc{font-size:12px;line-height:1.5;color:#cfd2d7;max-width:560px}
.service-cta__desc p{margin:0}
.service-cta--reference .btn{font-size:11px;padding:11px 16px}
.service-related{padding-top:72px}
.service-related>h2{font-size:38px;margin:8px 0 24px}
.service-related .home-post-grid{gap:18px}
.service-related .post-card h3{font-size:18px;line-height:1.06}
.service-related .post-card p{font-size:12px}

@media(max-width:900px){
 .service-shell{width:min(calc(100% - 32px),1080px)}
 .service-head__grid,.split-heading--service,.faq-layout--service{grid-template-columns:1fr;gap:32px}
 .service-title h1{font-size:52px;max-width:none}
 .service-image img{height:330px}
}
@media(max-width:620px){
 .service-title h1{font-size:40px}
 .service-image img{height:250px}
 .split-heading--service h2,.service-personas h2,.faq-layout--service h2{font-size:36px}
}


/* ======================================================================
   v2.1 — SERVICE PAGE WIDTH / REFERENCE ALIGNMENT
   Align the service page much closer to the width of the site header,
   matching the supplied layout reference.
   ====================================================================== */

@media (min-width: 1100px){
  .service-shell{
    width:min(calc(100% - 64px),1320px);
  }

  .service-head{
    padding-top:34px;
    padding-bottom:58px;
  }

  .service-head__grid{
    grid-template-columns:minmax(0,820px) 300px;
    gap:96px;
  }

  .service-title h1{
    max-width:610px;
    font-size:64px;
  }

  .service-lead{
    max-width:760px!important;
    font-size:17px!important;
  }

  .service-facts dt{
    font-size:10px;
  }

  .service-facts dd{
    font-size:13px;
  }

  .service-image img{
    height:410px;
  }

  .split-heading--service{
    grid-template-columns:350px minmax(0,1fr);
    gap:92px;
    margin-bottom:34px;
  }

  .split-heading--service h2,
  .service-personas h2{
    max-width:350px;
    font-size:46px;
  }

  .split-heading--service p,
  .service-section-intro{
    max-width:590px;
    font-size:14px;
    line-height:1.6;
  }

  .number-list--service{
    max-width:920px;
  }

  .number-list--service li{
    grid-template-columns:62px 1fr;
    gap:20px;
    padding:19px 0;
  }

  .number-list--service h3{
    font-size:16px;
  }

  .number-list--service p{
    max-width:760px;
    font-size:13px;
  }

  .persona-grid--service article{
    min-height:230px;
    padding:24px 28px;
  }

  .persona-grid--service h3{
    font-size:17px;
  }

  .persona-grid--service p{
    font-size:13px;
    line-height:1.5;
  }

  .process-grid--service article{
    min-height:230px;
    padding:20px 18px;
  }

  .process-grid--service h3{
    font-size:15px;
  }

  .process-grid--service p{
    font-size:12px;
    line-height:1.5;
  }

  .faq-layout--service{
    grid-template-columns:330px minmax(0,1fr);
    gap:82px;
  }

  .faq-layout--service h2{
    max-width:320px;
    font-size:46px;
  }

  .faq-intro,
  .faq-list--service summary strong,
  .faq-list--service details>div{
    font-size:13px;
  }

  .service-cta--reference{
    min-height:190px;
    padding:34px 42px;
  }

  .service-cta--reference h2{
    max-width:520px;
    font-size:48px;
  }

  .service-cta__desc{
    max-width:660px;
    font-size:13px;
  }

  .service-related{
    padding-top:80px;
  }

  .service-related>h2{
    font-size:42px;
  }

  .service-related .home-post-grid{
    gap:22px;
  }
}

@media (min-width: 1450px){
  .service-shell{
    width:min(calc(100% - 80px),1360px);
  }

  .service-head__grid{
    grid-template-columns:minmax(0,850px) 310px;
    gap:100px;
  }

  .service-image img{
    height:430px;
  }
}


/* v2.2 — SERVICE FINAL POLISH */
@media (min-width:1100px){
  .service-head__grid{align-items:start}
  .service-title h1{font-size:67px;line-height:.915}
  .service-lead{font-size:18px!important;line-height:1.58!important;max-width:780px!important;margin-top:28px}
  .service-facts div{padding:13px 0 15px}
  .service-facts dt{font-size:10.5px}
  .service-facts dd{font-size:14px;line-height:1.42}
  .service-section-rule{margin-bottom:50px}
  .split-heading--service{margin-bottom:38px}
  .split-heading--service h2,.service-personas h2{font-size:49px;line-height:.985}
  .split-heading--service p,.service-section-intro{font-size:15px;line-height:1.62}
  .number-list--service{max-width:970px}
  .number-list--service li{padding:22px 0}
  .number-list--service h3{font-size:17px;margin-bottom:7px}
  .number-list--service p{font-size:13.5px;line-height:1.56;max-width:800px}
  .persona-grid--service{margin-top:36px}
  .persona-grid--service article{min-height:255px;padding:28px 30px}
  .persona-top{margin-bottom:34px}
  .persona-grid--service h3{font-size:18px;line-height:1.18;margin:6px 0 10px}
  .persona-grid--service p{font-size:13.5px;line-height:1.58}
  .process-grid--service{margin-top:34px}
  .process-grid--service article{min-height:250px;padding:23px 20px}
  .process-head{margin-bottom:24px}
  .process-grid--service strong{font-size:30px}
  .process-grid--service h3{font-size:16px;margin:8px 0 10px}
  .process-grid--service p{font-size:12.5px;line-height:1.52}
  .faq-layout--service{grid-template-columns:350px minmax(0,1fr);gap:88px;padding-top:36px}
  .faq-layout--service h2{font-size:49px;line-height:.985}
  .faq-intro{font-size:13.5px;line-height:1.58}
  .faq-list--service summary{grid-template-columns:46px 1fr 24px;padding:18px 0}
  .faq-list--service summary span{font-size:10.5px}
  .faq-list--service summary strong{font-size:14px;line-height:1.35}
  .faq-list--service details>div{padding:0 28px 20px 46px;font-size:13.5px;line-height:1.62}
  .service-cta--reference{min-height:215px;padding:40px 48px;margin-top:56px}
  .service-cta--reference h2{font-size:52px;line-height:.96;max-width:560px;margin:10px 0 15px}
  .service-cta__desc{max-width:700px;font-size:13.5px;line-height:1.58}
  .service-cta--reference .btn{padding:13px 19px;font-size:12px}
  .service-related{padding-top:86px}
  .service-related>h2{font-size:45px;margin-bottom:28px}
  .service-related .home-post-grid{gap:24px}
  .service-related .post-card,.service-related .home-post-card{min-width:0}
  .service-related .post-card h3,.service-related .home-post-card h3{font-size:19px;line-height:1.08}
  .service-related .post-card p,.service-related .home-post-card p{font-size:12.5px;line-height:1.45}
}
@media (min-width:1450px){
  .service-title h1{font-size:69px}
  .service-image img{height:435px}
  .persona-grid--service article{min-height:265px}
  .process-grid--service article{min-height:260px}
}


/* ======================================================================
   v2.3 — SERVICE MICRO POLISH
   Final small readability and spacing adjustments without changing layout.
   ====================================================================== */
@media (min-width:1100px){
  .service-lead{
    font-size:18.5px!important;
    line-height:1.6!important;
  }

  .number-list--service h3{
    font-size:17.5px;
  }
  .number-list--service p{
    font-size:14px;
    line-height:1.58;
  }

  .persona-grid--service article{
    min-height:268px;
    padding:30px 31px;
  }
  .persona-grid--service h3{
    font-size:18.5px;
  }
  .persona-grid--service p{
    font-size:14px;
  }

  .process-grid--service article{
    min-height:262px;
    padding:24px 21px;
  }
  .process-grid--service h3{
    font-size:16.5px;
  }
  .process-grid--service p{
    font-size:13px;
    line-height:1.56;
  }

  .faq-list--service summary{
    padding:19px 0;
  }
  .faq-list--service summary strong{
    font-size:14.5px;
  }
  .faq-list--service details>div{
    font-size:14px;
  }

  .service-cta--reference{
    min-height:226px;
    padding-top:45px;
    padding-bottom:45px;
  }
  .service-cta--reference h2{
    font-size:53px;
  }

  .service-related .post-card h3,
  .service-related .home-post-card h3{
    font-size:20px;
  }
  .service-related .post-card__body,
  .service-related .home-post-card__body{
    padding-top:12px;
  }
}


/* ======================================================================
   v2.4 — CONTACT PAGE
   Reference-aligned contact hero, form and editorial sidebar.
   ====================================================================== */

.contact-page{
  background:#f7f7f5;
}
.contact-shell{
  width:min(calc(100% - 64px),1320px);
  margin-inline:auto;
}
.contact-hero{
  padding:34px 0 54px;
  border-bottom:1px solid #1e2329;
}
.contact-hero .breadcrumbs{
  margin-bottom:36px;
}
.contact-hero__content{
  max-width:820px;
}
.contact-hero__content>.eyebrow{
  display:block;
  margin-bottom:22px;
}
.contact-hero h1{
  margin:0;
  max-width:650px;
  font-size:92px;
  line-height:.9;
  letter-spacing:-.055em;
}
.contact-hero h1 span{
  display:block;
  color:var(--red);
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400;
  font-style:normal;
  letter-spacing:-.045em;
}
.contact-hero__lead{
  max-width:700px;
  margin-top:34px;
  font-size:21px;
  line-height:1.45;
  color:#676d73;
}
.contact-hero__lead p{
  margin:0;
}

.contact-body{
  padding:58px 0 100px;
}
.contact-layout{
  display:grid;
  grid-template-columns:minmax(0,850px) 300px;
  gap:76px;
  align-items:start;
}
.contact-section-label,
.contact-sidebar--reference h2{
  margin:0 0 22px;
  padding-top:14px;
  border-top:1px solid #1e2329;
  text-transform:uppercase;
  font:600 10px/1.3 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing:.13em;
  color:#59616b;
}
.contact-form-column{
  min-width:0;
}
.contact-reference-form{
  display:grid;
  gap:28px;
}
.contact-form-row{
  display:grid;
  gap:36px;
}
.contact-form-row--2{
  grid-template-columns:1fr 1fr;
}
.contact-reference-form label{
  display:grid;
  gap:10px;
}
.contact-reference-form label>span:first-child,
.contact-form-plugin label{
  text-transform:uppercase;
  font:600 10px/1.3 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing:.1em;
  color:#64707b;
}
.contact-reference-form input[type="text"],
.contact-reference-form input[type="email"],
.contact-reference-form input[type="tel"],
.contact-reference-form select,
.contact-reference-form textarea,
.contact-form-plugin input:not([type="checkbox"]):not([type="radio"]),
.contact-form-plugin select,
.contact-form-plugin textarea{
  width:100%;
  min-height:48px;
  padding:8px 0 12px;
  border:0;
  border-bottom:1px solid #d1d4d7;
  border-radius:0;
  outline:0;
  background:transparent;
  box-shadow:none;
  font:400 16px/1.45 inherit;
  color:#11161c;
}
.contact-reference-form textarea,
.contact-form-plugin textarea{
  min-height:145px;
  resize:vertical;
}
.contact-reference-form input::placeholder,
.contact-reference-form textarea::placeholder,
.contact-form-plugin input::placeholder,
.contact-form-plugin textarea::placeholder{
  color:#a3a7ac;
}
.contact-reference-form input:focus,
.contact-reference-form select:focus,
.contact-reference-form textarea:focus,
.contact-form-plugin input:focus,
.contact-form-plugin select:focus,
.contact-form-plugin textarea:focus{
  border-bottom-color:#11161c;
}
.contact-form-topic{
  margin-top:4px;
}
.contact-form-message{
  margin-top:2px;
}
.contact-consent{
  grid-template-columns:18px 1fr;
  gap:14px!important;
  align-items:start;
  max-width:650px;
  margin-top:22px;
}
.contact-consent input{
  width:16px;
  height:16px;
  margin-top:1px;
}
.contact-consent span{
  text-transform:none!important;
  font:400 12px/1.55 inherit!important;
  letter-spacing:0!important;
  color:#6a7178!important;
}
.contact-form-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:4px;
  padding-top:18px;
  border-top:1px solid #d7d9dc;
}
.contact-form-bottom small{
  font:500 10px/1.4 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  color:#8b9299;
}
.contact-submit{
  min-height:48px;
  padding:0 20px;
  border:0;
  border-radius:6px;
  background:var(--red);
  color:#fff;
  font-weight:700;
}
.contact-submit span{
  margin-left:8px;
}

.contact-sidebar--reference{
  display:grid;
  gap:34px;
}
.contact-sidebar--reference section{
  min-width:0;
}
.contact-sidebar--reference dl{
  margin:0;
}
.contact-sidebar--reference dt{
  margin:0 0 5px;
  font:500 10px/1.3 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  color:#81878e;
}
.contact-sidebar--reference dd{
  margin:0 0 18px;
  font-size:14px;
  line-height:1.45;
  color:#252a30;
}
.contact-sidebar--reference a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
}
.contact-sidebar--reference .hours-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:13px 0;
  border-bottom:1px solid #d6d8da;
  font-size:12px;
  line-height:1.4;
}
.contact-sidebar--reference .hours-row span:last-child{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  color:#747c84;
}
.contact-notice{
  padding:18px 20px 20px;
  border:1px solid #8c9298;
  background:rgba(255,255,255,.25);
}
.contact-notice strong{
  display:block;
  margin-bottom:13px;
  text-transform:uppercase;
  font:700 10px/1.3 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  letter-spacing:.08em;
  color:var(--red);
}
.contact-notice p,
.contact-impressum p{
  margin:0;
  font-size:12px;
  line-height:1.55;
  color:#646b72;
}

/* Fluent Forms / common plugin normalization */
.contact-form-plugin .ff-el-group{
  margin-bottom:26px!important;
}
.contact-form-plugin .ff-t-container{
  gap:36px!important;
}
.contact-form-plugin .ff-el-input--label label{
  text-transform:uppercase!important;
  font:600 10px/1.3 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;
  letter-spacing:.1em!important;
  color:#64707b!important;
}
.contact-form-plugin .ff-btn-submit{
  min-height:48px!important;
  padding:0 20px!important;
  border:0!important;
  border-radius:6px!important;
  background:var(--red)!important;
  color:#fff!important;
  font-weight:700!important;
}

@media (max-width:1099px){
  .contact-shell{
    width:min(calc(100% - 40px),900px);
  }
  .contact-hero h1{
    font-size:76px;
  }
  .contact-layout{
    grid-template-columns:minmax(0,1fr) 270px;
    gap:48px;
  }
}

@media (max-width:820px){
  .contact-hero{
    padding:26px 0 42px;
  }
  .contact-hero h1{
    font-size:62px;
  }
  .contact-hero__lead{
    font-size:18px;
  }
  .contact-layout{
    grid-template-columns:1fr;
  }
  .contact-sidebar--reference{
    padding-top:24px;
  }
}

@media (max-width:620px){
  .contact-shell{
    width:min(calc(100% - 28px),100%);
  }
  .contact-hero h1{
    font-size:50px;
  }
  .contact-form-row--2{
    grid-template-columns:1fr;
    gap:24px;
  }
  .contact-form-bottom{
    align-items:flex-start;
    flex-direction:column;
  }
  .contact-submit{
    width:100%;
  }
}


/* ======================================================================
   v2.5 — CONTACT MICRO POLISH
   Readability and spacing refinements without changing layout structure.
   ====================================================================== */

@media (min-width: 1100px){
  .contact-hero{
    padding-top:42px;
    padding-bottom:60px;
  }

  .contact-hero .breadcrumbs{
    margin-bottom:40px;
  }

  .contact-hero__content>.eyebrow{
    margin-bottom:24px;
    font-size:10.5px;
  }

  .contact-hero h1{
    font-size:94px;
    line-height:.9;
  }

  .contact-hero__lead{
    margin-top:38px;
    font-size:22px;
    line-height:1.48;
  }

  .contact-body{
    padding-top:64px;
  }

  .contact-section-label,
  .contact-sidebar--reference h2{
    font-size:10.5px;
    margin-bottom:24px;
  }

  .contact-reference-form{
    gap:30px;
  }

  .contact-reference-form label>span:first-child,
  .contact-form-plugin label{
    font-size:10.5px;
  }

  .contact-reference-form input[type="text"],
  .contact-reference-form input[type="email"],
  .contact-reference-form input[type="tel"],
  .contact-reference-form select,
  .contact-reference-form textarea,
  .contact-form-plugin input:not([type="checkbox"]):not([type="radio"]),
  .contact-form-plugin select,
  .contact-form-plugin textarea{
    font-size:17px;
  }

  .contact-consent{
    max-width:700px;
  }

  .contact-consent span{
    font-size:12.5px!important;
    line-height:1.6!important;
  }

  .contact-form-bottom small{
    font-size:10.5px;
  }

  .contact-submit,
  .contact-form-plugin .ff-btn-submit{
    min-height:52px!important;
    padding-left:22px!important;
    padding-right:22px!important;
  }

  .contact-sidebar--reference{
    gap:38px;
  }

  .contact-sidebar--reference dt{
    font-size:10.5px;
  }

  .contact-sidebar--reference dd{
    font-size:15px;
    line-height:1.5;
    margin-bottom:20px;
  }

  .contact-sidebar--reference .hours-row{
    padding:14px 0;
    font-size:12.5px;
  }

  .contact-notice{
    padding:22px 23px 24px;
  }

  .contact-notice strong{
    font-size:10.5px;
    margin-bottom:14px;
  }

  .contact-notice p,
  .contact-impressum p{
    font-size:12.5px;
    line-height:1.6;
  }
}

@media (max-width:1099px) and (min-width:821px){
  .contact-hero h1{
    font-size:78px;
  }

  .contact-hero__lead{
    font-size:19px;
  }

  .contact-reference-form input[type="text"],
  .contact-reference-form input[type="email"],
  .contact-reference-form input[type="tel"],
  .contact-reference-form select,
  .contact-reference-form textarea{
    font-size:16.5px;
  }

  .contact-sidebar--reference dd{
    font-size:14.5px;
  }
}


/* ======================================================================
   v2.6 — HOME RESPONSIVE QA
   Fixes found on the supplied 390 / 768 / 1024 screenshots.
   Desktop >1180px stays unchanged.
   ====================================================================== */

/* Prevent the historic mobile double-inset:
   base .container-ed already has a width gutter and the old <=640 rule
   added another 20px padding on both sides. */
@media (max-width: 1180px){
  body.home{
    overflow-x:hidden;
  }

  body.home .container-ed{
    width:calc(100% - 36px);
    max-width:none;
    padding-inline:0;
  }

  /* Tablet hero */
  body.home .home-masthead{
    padding-top:48px;
    padding-bottom:14px;
  }
  body.home .home-masthead-bg{
    height:720px;
    background-position:58% top;
  }
  body.home .home-masthead__grid{
    grid-template-columns:minmax(0,1fr) minmax(270px,.72fr);
    gap:34px;
    min-height:470px;
  }
  body.home .home-masthead h1{
    max-width:620px;
    font-size:clamp(50px,7vw,72px);
    line-height:.93;
  }
  body.home .home-masthead__intro{
    max-width:560px;
    font-size:16px;
    line-height:1.42;
  }
  body.home .home-masthead__meta{
    align-self:end;
    transform:none;
    padding-bottom:16px;
  }
  body.home .home-masthead__meta>div{
    min-height:46px;
    padding:11px 13px;
  }
  body.home .home-masthead__meta strong{
    font-size:9.5px;
  }

  .home-cover{
    padding-top:12px;
  }
  .home-cover__image img{
    height:380px;
  }
  .home-cover__below{
    grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
    gap:28px;
  }
  .home-cover__intro p{
    font-size:16px;
  }
  .home-cover__stat{
    min-height:72px;
  }
  .home-cover__stat strong{
    font-size:23px;
  }

  /* Opening story remains horizontal at 1024, but without clipping. */
  .home-opening{
    padding-top:84px;
  }
  .home-card--featured{
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
    gap:30px;
  }
  .home-card--featured .home-card__media{
    height:330px;
  }
  .home-card--featured h3{
    font-size:clamp(35px,4.4vw,48px);
  }
  .home-card--featured p{
    font-size:15px;
  }

  .home-articles{
    padding-top:68px;
  }
  .home-articles__wide{
    gap:22px;
  }
  .home-card--standard .home-card__media{
    height:250px;
  }
  .home-card--standard h3{
    font-size:23px;
  }
  .home-articles__small{
    gap:20px;
    margin-top:48px;
  }
  .home-card--small .home-card__media{
    height:185px;
  }
  .home-card--small h3{
    font-size:17px;
  }

  .home-categories,
  .home-about-v03,
  .home-picks,
  .home-newsletter{
    padding-top:96px;
  }
  .home-section-heading{
    gap:34px;
    margin-bottom:32px;
  }
  .home-section-heading h2{
    font-size:clamp(43px,5.7vw,58px);
  }
  .home-section-heading>p{
    font-size:15px;
  }
  .home-category-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
  }
  .home-category-tile{
    min-height:145px;
  }

  .home-about-v03{
    grid-template-columns:minmax(240px,.78fr) minmax(0,1.22fr);
    gap:38px;
  }
  .home-about-v03__title h2{
    font-size:43px;
  }
  .home-about-v03__text,
  .home-about-v03__text p:first-child{
    font-size:15px;
  }
  .home-about-v03__stats{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .home-about-v03__stats strong{
    font-size:27px;
  }

  .home-picks__content{
    grid-template-columns:minmax(0,1fr) 145px;
    gap:24px;
  }
  .home-picks h3{
    font-size:22px;
  }

  .home-newsletter{
    grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
    gap:34px;
    padding-bottom:82px;
  }
  .home-newsletter h2{
    font-size:clamp(43px,5.8vw,58px);
  }

  .site-footer__grid{
    gap:32px;
  }
}

/* 768-ish tablet portrait: switch the page to a clean stacked editorial flow. */
@media (max-width: 900px){
  body.home .container-ed{
    width:calc(100% - 32px);
  }

  body.home .home-masthead-bg{
    height:650px;
    background-position:62% top;
  }
  body.home .home-masthead{
    padding-top:44px;
  }
  body.home .home-masthead__grid{
    grid-template-columns:1fr;
    gap:22px;
    min-height:0;
  }
  body.home .home-masthead__copy{
    max-width:66%;
  }
  body.home .home-masthead h1{
    font-size:clamp(48px,8.5vw,64px);
  }
  body.home .home-masthead__intro{
    max-width:430px;
    font-size:15px;
  }
  body.home .home-masthead__meta{
    width:min(100%,560px);
    margin-left:auto;
    grid-template-columns:repeat(3,minmax(0,1fr));
    padding-bottom:0;
  }
  body.home .home-masthead__meta>div{
    display:block;
  }
  body.home .home-masthead__meta strong{
    display:block;
    margin-top:6px;
    text-align:left;
  }

  .home-cover__image img{
    height:330px;
  }
  .home-cover__below{
    grid-template-columns:1fr;
    gap:20px;
  }
  .home-cover__stats{
    max-width:none;
  }

  .home-card--featured{
    grid-template-columns:1fr;
    gap:24px;
  }
  .home-card--featured .home-card__media{
    height:360px;
  }
  .home-card--featured h3{
    max-width:620px;
    font-size:42px;
  }

  .home-articles__wide{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .home-articles__small{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .home-card--small:last-child{
    grid-column:1 / -1;
    max-width:calc(50% - 10px);
  }

  .home-section-heading{
    grid-template-columns:1fr;
  }

  .home-about-v03{
    grid-template-columns:1fr;
    gap:24px;
  }
  .home-about-v03__title h2{
    max-width:540px;
  }
  .home-about-v03__stats{
    max-width:620px;
  }

  .home-picks__content{
    grid-template-columns:1fr 145px;
  }

  .home-newsletter{
    grid-template-columns:1fr;
    gap:26px;
  }
  .home-newsletter form{
    max-width:560px;
  }

  .site-footer__grid{
    grid-template-columns:1.35fr 1fr 1fr;
  }
  .site-footer__grid>div:nth-child(2){
    display:none;
  }
}

/* Phone layout: one-column cards, no clipped desktop fragments. */
@media (max-width: 680px){
  body.home .container-ed{
    width:100%;
    padding-inline:16px;
  }

  body.home .site-header .container-ed{
    width:100%;
    padding-inline:14px;
  }

  body.home .home-masthead-bg{
    height:590px;
    background-position:64% top;
  }
  body.home .home-masthead{
    padding-top:28px;
    padding-bottom:8px;
  }
  body.home .home-masthead__copy{
    max-width:72%;
  }
  body.home .home-masthead__issue{
    gap:8px;
    margin-bottom:19px;
  }
  body.home .home-masthead__issue i{
    width:16px;
  }
  body.home .home-masthead__issue .eyebrow{
    font-size:8px;
    letter-spacing:.06em;
  }
  body.home .home-masthead h1{
    max-width:285px;
    font-size:42px;
    line-height:.91;
    letter-spacing:-.055em;
  }
  body.home .home-masthead__intro{
    max-width:270px;
    margin-top:18px;
    font-size:12.5px;
    line-height:1.4;
  }

  /* Metadata boxes are a desktop/tablet visual. Hiding them gives the
     portrait hero enough room for the person/background image. */
  body.home .home-masthead__meta{
    display:none;
  }

  .home-cover{
    padding-top:8px;
  }
  .home-cover__image{
    border-radius:12px;
  }
  .home-cover__image img{
    height:220px;
  }
  .home-cover__caption{
    left:10px;
    bottom:8px;
    max-width:calc(100% - 20px);
    font-size:7px;
  }
  .home-cover__below{
    margin-top:16px;
  }
  .home-cover__intro p{
    margin-top:7px;
    font-size:14px;
    line-height:1.4;
  }
  .home-cover__stats{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:5px;
  }
  .home-cover__stat{
    min-width:0;
    min-height:65px;
    padding:8px 9px;
  }
  .home-cover__stat span{
    font-size:7.5px;
    overflow-wrap:anywhere;
  }
  .home-cover__stat strong{
    font-size:18px;
  }

  .home-opening,
  .home-articles,
  .home-categories,
  .home-about-v03,
  .home-picks,
  .home-newsletter{
    padding-top:68px;
  }

  .home-section-bar{
    margin-bottom:22px;
  }
  .home-section-bar>a{
    display:none;
  }

  .home-card--featured .home-card__media{
    height:230px;
  }
  .home-card--featured h3{
    font-size:31px;
    line-height:1;
  }
  .home-card--featured p{
    font-size:14px;
  }

  .home-articles__wide,
  .home-articles__small{
    grid-template-columns:1fr;
    gap:34px;
  }
  .home-articles__small{
    margin-top:34px;
  }
  .home-card--small:last-child{
    grid-column:auto;
    max-width:none;
  }
  .home-card--standard .home-card__media,
  .home-card--small .home-card__media{
    height:215px;
  }
  .home-card--standard h3{
    font-size:22px;
  }
  .home-card--small h3{
    font-size:20px;
  }

  .home-card__category-pill{
    margin:10px 0 12px;
    padding:8px 10px;
    font-size:8px;
  }
  .home-card__meta-strip,
  .home-card--small .home-card__meta-strip{
    margin-top:15px;
    padding:9px 10px;
    gap:8px;
    font-size:8px;
  }
  .home-card__meta-left,
  .home-card--small .home-card__meta-left{
    gap:10px;
  }

  .home-articles__cta{
    margin-top:32px;
  }

  .home-section-heading{
    gap:18px;
    margin-bottom:24px;
    padding-top:20px;
  }
  .home-section-heading h2,
  .home-section-heading--picks>div h2{
    font-size:38px;
    line-height:.96;
  }
  .home-section-heading>p{
    font-size:14px;
    line-height:1.45;
  }

  .home-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
  }
  .home-category-tile{
    min-height:125px;
    padding:13px;
    border-radius:12px;
  }
  .home-category-tile__top{
    margin-bottom:18px;
  }
  .home-category-tile__top .g-icon{
    width:19px;
    height:19px;
  }
  .home-category-tile strong{
    font-size:14px;
  }
  .home-category-tile small{
    font-size:8.5px;
  }

  .home-about-v03{
    gap:18px;
  }
  .home-about-v03__title,
  .home-about-v03__body{
    padding-top:20px;
  }
  .home-about-v03__title h2{
    max-width:330px;
    font-size:38px;
  }
  .home-about-v03__text,
  .home-about-v03__text p:first-child{
    font-size:14px;
    line-height:1.48;
  }
  .home-about-v03__stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:none;
    margin-top:22px;
  }
  .home-about-v03__stats>div{
    min-height:62px;
    padding:9px 10px;
  }
  .home-about-v03__stats strong{
    font-size:25px;
  }

  .home-picks__list>li{
    grid-template-columns:30px minmax(0,1fr);
  }
  .home-picks__num{
    padding:20px 6px 0 0;
    font-size:9px;
  }
  .home-picks__content{
    grid-template-columns:1fr;
    gap:10px;
    padding:18px 0;
  }
  .home-picks h3{
    font-size:20px;
    line-height:1.08;
  }
  .home-picks p{
    font-size:12px;
  }
  .home-picks__meta{
    flex-direction:row;
    flex-wrap:wrap;
    gap:8px 14px;
    font-size:8px;
  }
  .home-picks__meta strong{
    font-size:10px;
  }

  .home-newsletter{
    gap:22px;
    padding-bottom:64px;
  }
  .home-newsletter>div{
    padding-top:20px;
  }
  .home-newsletter h2{
    max-width:340px;
    font-size:38px;
    line-height:.96;
  }
  .home-newsletter p{
    font-size:13px;
  }
  .home-newsletter form{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:8px;
    width:100%;
  }
  .home-newsletter input{
    min-width:0;
    font-size:12px;
  }
  .home-newsletter button{
    padding:10px 12px;
    font-size:10px;
  }

  .site-footer{
    padding-top:42px;
  }
  .site-footer__grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .site-footer__grid>div:nth-child(2){
    display:block;
  }
  .site-footer .site-logo{
    font-size:25px;
  }
  .footer-desc{
    max-width:310px;
    font-size:17px;
  }
  .footer-links li{
    font-size:12px;
  }
}

/* Narrow phones */
@media (max-width: 430px){
  body.home .home-masthead h1{
    font-size:39px;
  }
  body.home .home-masthead__copy{
    max-width:74%;
  }
  .home-cover__image img{
    height:205px;
  }
  .home-cover__stat strong{
    font-size:17px;
  }
  .home-section-heading h2,
  .home-section-heading--picks>div h2,
  .home-about-v03__title h2,
  .home-newsletter h2{
    font-size:35px;
  }
}


/* ======================================================================
   v2.7 — KNOWLEDGE RESPONSIVE QA
   Fixes based on supplied 390 / 768 / 1024 screenshots.
   ====================================================================== */

/* Tablet portrait: feed first, editorial sidebar below in a 2-column row. */
@media (max-width: 980px) and (min-width: 681px){
  .knowledge-hero__grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .knowledge-hero__stats{
    max-width:470px;
  }

  .knowledge-main{
    grid-template-columns:1fr;
    gap:50px;
  }

  .knowledge-aside{
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
    gap:24px 28px;
    align-items:start;
  }

  .knowledge-newsletter{
    grid-row:1 / span 2;
    min-height:100%;
  }

  .knowledge-aside__section{
    margin-top:0;
  }
}

/* Phone: clean one-column flow. This intentionally comes after v1.1 rules. */
@media (max-width: 680px){
  .knowledge-page{
    overflow-x:hidden;
  }

  .knowledge-page .container-ed{
    width:100%;
    max-width:none;
    padding-inline:16px;
  }

  .knowledge-hero{
    padding-top:30px;
    padding-bottom:30px;
  }

  .knowledge-hero .breadcrumbs{
    margin-bottom:28px;
  }

  .knowledge-hero__grid{
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
  }

  .knowledge-hero__copy{
    min-width:0;
  }

  .knowledge-hero h1{
    margin:14px 0 12px;
    max-width:none;
    font-size:48px;
    line-height:.94;
    letter-spacing:-.05em;
  }

  .knowledge-hero__copy p{
    max-width:none;
    font-size:15px;
    line-height:1.46;
  }

  .knowledge-hero__stats{
    width:100%;
    max-width:none;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-top:2px;
    padding-top:12px;
  }

  .knowledge-hero__stats span{
    font-size:8px;
  }

  .knowledge-hero__stats strong{
    font-size:12px;
  }

  .knowledge-filterbar__inner{
    width:100%;
    max-width:none;
    grid-template-columns:1fr;
    gap:8px;
    padding:10px 16px;
  }

  .knowledge-filterbar__scroll{
    width:100%;
    overflow-x:auto;
    padding-bottom:5px;
    -webkit-overflow-scrolling:touch;
  }

  .knowledge-filter{
    padding:8px 10px;
    font-size:9px;
  }

  .knowledge-main{
    display:grid;
    grid-template-columns:1fr;
    gap:46px;
    padding-top:30px;
    padding-bottom:70px;
  }

  .knowledge-feed{
    min-width:0;
  }

  .knowledge-feed__head{
    gap:12px;
    font-size:8px;
  }

  .knowledge-item{
    grid-template-columns:34px minmax(0,1fr);
    gap:12px;
    padding:20px 0 21px;
  }

  .knowledge-item__number{
    font-size:8px;
  }

  .knowledge-item__category{
    gap:5px;
    margin-bottom:6px;
    font-size:7.8px;
    letter-spacing:.04em;
  }

  .knowledge-item__category .g-icon{
    width:11px;
    height:11px;
  }

  .knowledge-item h2{
    max-width:none;
    margin-bottom:6px;
    font-size:22px;
    line-height:1.02;
  }

  .knowledge-item p{
    max-width:none;
    font-size:11.5px;
    line-height:1.42;
  }

  .knowledge-item__meta{
    display:none;
  }

  .knowledge-pagination{
    flex-direction:row;
    align-items:center;
    gap:12px;
    padding-top:22px;
  }

  .knowledge-pagination .page-numbers{
    width:31px;
    height:31px;
  }

  /* Critical fix: no two cramped columns on 390px. */
  .knowledge-aside{
    display:grid;
    grid-template-columns:1fr;
    gap:30px;
    width:100%;
  }

  .knowledge-newsletter{
    grid-row:auto;
    width:100%;
    min-height:0;
    padding:22px 20px;
  }

  .knowledge-newsletter h3{
    font-size:25px;
  }

  .knowledge-newsletter p{
    font-size:13px;
  }

  .knowledge-aside__section{
    width:100%;
    margin-top:0;
  }

  .knowledge-popular__item{
    grid-template-columns:82px minmax(0,1fr);
    gap:12px;
    padding:10px 0;
  }

  .knowledge-popular__thumb{
    height:64px;
  }

  .knowledge-popular__copy small{
    font-size:7.5px;
  }

  .knowledge-popular__copy strong{
    font-size:12.5px;
    line-height:1.18;
  }

  .knowledge-popular__copy em{
    font-size:8px;
  }

  .knowledge-category-list a{
    padding:11px 0;
    font-size:11.5px;
  }

  .knowledge-category-list small{
    font-size:9px;
  }
}

@media (max-width: 430px){
  .knowledge-hero h1{
    font-size:45px;
  }

  .knowledge-hero__copy p{
    font-size:14px;
  }

  .knowledge-item{
    grid-template-columns:30px minmax(0,1fr);
    gap:10px;
  }

  .knowledge-item h2{
    font-size:20px;
  }

  .knowledge-item p{
    font-size:11px;
  }

  .knowledge-popular__item{
    grid-template-columns:76px minmax(0,1fr);
  }
}


/* ======================================================================
   v2.8 — CATEGORY RESPONSIVE QA
   Based on supplied 390 / 768 / 1024 screenshots.
   ====================================================================== */

@media (max-width: 980px){
  .category-hero__grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .category-hero__description{
    padding-left:0;
    max-width:760px;
  }

  .category-hero__meta{
    max-width:520px;
  }

  .category-cover{
    margin-top:22px;
  }

  .category-featured{
    grid-template-columns:1fr;
    gap:24px;
  }

  .category-featured__content{
    padding-top:0;
  }

  .category-featured__meta{
    margin-top:22px;
  }

  .category-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .category-related__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 680px){
  .category-page{
    overflow-x:hidden;
  }

  .category-page .container-ed{
    width:100%;
    max-width:none;
    padding-inline:16px;
  }

  .category-hero{
    padding-top:28px;
    padding-bottom:34px;
  }

  .category-hero .breadcrumbs{
    margin-bottom:24px;
  }

  .category-hero__topline{
    margin-bottom:14px;
  }

  .category-hero__topline .eyebrow{
    font-size:8px;
    gap:8px;
  }

  .category-hero__topline .eyebrow i{
    width:18px;
  }

  .category-hero__title-row{
    gap:12px;
  }

  .category-hero__icon{
    flex-basis:42px;
    width:42px;
    height:42px;
  }

  .category-hero__icon .g-icon{
    width:23px;
    height:23px;
  }

  .category-hero h1{
    margin:-2px 0 15px;
    max-width:none;
    font-size:44px;
    line-height:.93;
    letter-spacing:-.055em;
  }

  .category-hero__description{
    font-size:14px;
    line-height:1.5;
  }

  .category-hero__description p{
    margin-bottom:10px;
  }

  .category-hero__meta{
    width:100%;
    max-width:none;
    margin-top:4px;
    padding-top:12px;
  }

  .category-hero__meta-title,
  .category-hero__dates span{
    font-size:8px;
  }

  .category-hero__meta>strong{
    font-size:12px;
  }

  .category-hero__meta>p{
    font-size:10px;
    margin-bottom:14px;
  }

  .category-hero__dates{
    gap:14px;
  }

  .category-hero__dates strong{
    font-size:10px;
  }

  .category-cover{
    margin-top:18px;
    border-radius:13px;
  }

  .category-cover img{
    height:235px;
  }

  .category-publications{
    padding-top:40px;
    padding-bottom:66px;
  }

  .category-publications__bar{
    margin-bottom:20px;
    font-size:8px;
  }

  .category-publications__bar>span:last-child{
    display:flex;
    align-items:center;
  }

  .category-publications__bar button{
    margin-left:6px;
    padding:5px 7px;
    font-size:8px;
  }

  .category-featured{
    gap:18px;
    padding-bottom:32px;
  }

  .category-featured__media{
    border-radius:13px;
  }

  .category-featured__media img{
    height:245px;
  }

  .category-featured__media>span{
    left:10px;
    bottom:9px;
    font-size:7px;
  }

  .category-featured__category{
    margin-bottom:11px;
    padding:7px 9px;
    font-size:7.5px;
  }

  .category-featured__category .g-icon{
    width:12px;
    height:12px;
  }

  .category-featured h2{
    font-size:31px;
    line-height:.98;
  }

  .category-featured p{
    margin-top:10px;
    font-size:12.5px;
    line-height:1.45;
  }

  .category-featured__meta{
    margin-top:14px;
    padding:10px 11px;
    font-size:8px;
  }

  .category-featured__meta strong{
    font-size:9px;
  }

  .category-card-grid{
    grid-template-columns:1fr;
    gap:32px;
    margin-top:28px;
  }

  .category-card-grid .post-card__media{
    border-radius:13px;
  }

  .category-card-grid .post-card__media img{
    aspect-ratio:1.55/1;
  }

  .category-card-grid .post-card--editorial h3{
    font-size:20px;
    line-height:1.04;
  }

  .category-card-grid .post-card--editorial p{
    font-size:11.5px;
  }

  .category-compact-list{
    margin-top:30px;
  }

  .category-compact-row{
    grid-template-columns:34px minmax(0,1fr);
    gap:10px;
    padding:18px 0;
  }

  .category-compact-row h3{
    font-size:18px;
  }

  .category-compact-row p{
    font-size:11px;
  }

  .category-compact-row__meta{
    display:none;
  }

  .category-related{
    padding-top:4px;
    padding-bottom:72px;
  }

  .category-related>h2{
    max-width:340px;
    margin:9px 0 24px;
    font-size:38px;
    line-height:.95;
  }

  .category-related__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
  }

  .category-related__tile{
    min-height:116px;
    padding:13px;
    border-radius:11px;
  }

  .category-related__tile .g-icon{
    width:18px;
    height:18px;
  }

  .category-related__tile>div span{
    font-size:8px;
  }

  .category-related__tile strong{
    font-size:12.5px;
  }

  .category-related__tile small{
    font-size:8px;
  }
}

@media (max-width: 430px){
  .category-hero h1{
    font-size:41px;
  }

  .category-cover img{
    height:220px;
  }

  .category-featured__media img{
    height:230px;
  }

  .category-featured h2{
    font-size:29px;
  }

  .category-related>h2{
    font-size:35px;
  }
}


/* ======================================================================
   v2.9 — ARTICLE RESPONSIVE QA
   Fixes based on supplied 390 / 768 / 1024 screenshots.
   Main issue: intrinsic width from long-form components forced the mobile
   reading column beyond the viewport.
   ====================================================================== */

/* Safe intrinsic sizing at all non-desktop widths. */
@media (max-width: 1099px){
  .single-post .article-shell,
  .single-post .article-reading-shell,
  .single-post .article-author-wrap,
  .single-post .article-related,
  .single-post .entry-content,
  .single-post .article-layout{
    min-width:0;
    max-width:100%;
    box-sizing:border-box;
  }

  .single-post .entry-content > *,
  .single-post .article-toc,
  .single-post .article-author{
    min-width:0;
    max-width:100%;
  }

  .single-post .entry-content p,
  .single-post .entry-content li,
  .single-post .entry-content h2,
  .single-post .entry-content h3,
  .single-post .article-author p{
    overflow-wrap:anywhere;
  }

  .single-post .entry-content .wp-block-table{
    display:block;
    width:100%;
    max-width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }

  .single-post .entry-content .wp-block-table table{
    width:max-content;
    min-width:620px;
    max-width:none;
  }

  .single-post .lite-youtube,
  .single-post .lite-youtube__button,
  .single-post .lite-youtube iframe,
  .single-post .article-cta,
  .single-post .article-callout,
  .single-post blockquote,
  .single-post figure{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
  }

  .single-post .lite-youtube__button img{
    width:100%;
    max-width:100%;
  }
}

/* Tablet: retain editorial proportions but keep everything contained. */
@media (max-width: 900px) and (min-width: 681px){
  .single-post .article-shell,
  .single-post .article-reading-shell,
  .single-post .article-author-wrap,
  .single-post .article-related{
    width:calc(100% - 36px);
    max-width:760px;
    margin-inline:auto;
  }

  .single-post .article-head{
    padding-top:34px;
    padding-bottom:30px;
  }

  .single-post .article-head h1{
    max-width:680px;
    font-size:clamp(52px,8vw,68px);
  }

  .single-post .article-byline{
    max-width:300px;
  }

  .single-post .article-hero img{
    aspect-ratio:1.65/1;
  }

  .single-post .article-reading-shell{
    grid-template-columns:1fr;
    gap:26px;
  }

  .single-post .article-toc ol{
    display:flex;
    gap:18px;
    overflow-x:auto;
    white-space:nowrap;
    padding-bottom:8px;
    scrollbar-width:thin;
  }

  .single-post .entry-content{
    width:100%;
    max-width:none;
    font-size:16.5px;
  }

  .single-post .article-related__grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

/* Phone: one clean reading column. */
@media (max-width: 680px){
  .single-post{
    overflow-x:hidden;
  }

  .single-post .article-shell,
  .single-post .article-reading-shell,
  .single-post .article-author-wrap,
  .single-post .article-related{
    width:100%;
    max-width:none;
    padding-inline:14px;
    margin-inline:auto;
  }

  .single-post .article-head{
    padding-top:26px;
    padding-bottom:28px;
  }

  .single-post .article-head .breadcrumbs{
    margin-bottom:28px;
  }

  .single-post .article-head__grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .single-post .article-head h1{
    max-width:none;
    margin:12px 0 20px;
    font-size:46px;
    line-height:.94;
    letter-spacing:-.05em;
  }

  .single-post .article-head .eyebrow{
    font-size:9px;
  }

  .single-post .article-lead{
    max-width:none;
    font-size:15px;
    line-height:1.48;
  }

  .single-post .article-byline{
    width:100%;
    max-width:270px;
    padding-top:12px;
    font-size:11px;
  }

  .single-post .article-byline strong{
    font-size:12px;
  }

  .single-post .article-hero{
    border-radius:12px;
  }

  .single-post .article-hero img{
    width:100%;
    aspect-ratio:1.28/1;
    object-fit:cover;
  }

  .single-post .article-hero__caption{
    left:11px;
    bottom:9px;
    font-size:7px;
  }

  .single-post .article-reading-shell.section-space-sm{
    padding-top:28px;
    padding-bottom:24px;
  }

  .single-post .article-reading-shell{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:24px;
  }

  .single-post .article-toc{
    width:100%;
    overflow:hidden;
  }

  .single-post .article-toc>.eyebrow{
    margin-bottom:8px;
    font-size:8px;
  }

  .single-post .article-toc ol{
    display:flex;
    width:100%;
    max-width:100%;
    gap:16px;
    overflow-x:auto;
    white-space:nowrap;
    border-bottom:0;
    padding:0 0 8px;
    -webkit-overflow-scrolling:touch;
  }

  .single-post .article-toc li{
    flex:0 0 auto;
  }

  .single-post .article-toc a{
    padding:5px 0;
    font-size:10px;
    line-height:1.3;
  }

  .single-post .entry-content{
    width:100%;
    max-width:100%;
    font-size:17px;
    line-height:1.63;
    overflow:visible;
  }

  .single-post .entry-content>p:first-child{
    font-size:17px;
    line-height:1.6;
    margin-bottom:32px;
  }

  .single-post .entry-content h2{
    margin-top:48px;
    margin-bottom:15px;
    font-size:28px;
    line-height:1.08;
  }

  .single-post .entry-content h3{
    margin-top:34px;
    margin-bottom:12px;
    font-size:22px;
  }

  .single-post .entry-content p{
    margin-bottom:18px;
  }

  .single-post .entry-content ul,
  .single-post .entry-content ol{
    padding-left:22px;
    margin-bottom:22px;
  }

  .single-post .article-callout{
    width:100%;
    margin:28px 0;
    padding:18px 18px;
    font-size:14px;
  }

  .single-post .article-callout__title{
    font-size:10px;
  }

  .single-post .entry-content .wp-block-table{
    margin:28px 0 38px;
    border:1px solid #cfd2d5;
  }

  .single-post .entry-content table{
    margin:0;
    font-size:11px;
  }

  .single-post .entry-content th,
  .single-post .entry-content td{
    padding:9px 8px;
    white-space:nowrap;
  }

  .single-post .lite-youtube{
    margin:32px 0;
  }

  .single-post .lite-youtube__button{
    min-height:0;
  }

  .single-post .lite-youtube__button img{
    aspect-ratio:16/9;
  }

  .single-post .lite-youtube figcaption{
    font-size:8px;
    padding:8px 9px;
  }

  .single-post .article-cta{
    display:block;
    min-height:0;
    margin:34px 0;
    padding:24px 20px;
  }

  .single-post .article-cta h3{
    font-size:21px;
  }

  .single-post .article-cta p{
    font-size:12px;
    line-height:1.45;
  }

  .single-post .article-cta .btn{
    margin-top:18px;
    white-space:normal;
  }

  .single-post .article-author-wrap{
    padding-top:8px;
    padding-bottom:18px;
  }

  .single-post .article-author{
    width:100%;
    padding-top:8px;
    font-size:12px;
  }

  .single-post .article-author strong{
    font-size:12px;
  }

  .single-post .article-author p{
    max-width:none;
    font-size:12px;
    line-height:1.55;
  }

  .single-post .article-related{
    padding-top:58px;
    padding-bottom:70px;
  }

  .single-post .article-related>h2{
    margin-bottom:24px;
    font-size:37px;
    line-height:.98;
  }

  .single-post .article-related__grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .single-post .article-related .post-card__image img{
    aspect-ratio:1.46/1;
  }

  .single-post .article-related .post-card h3{
    font-size:20px;
  }

  .single-post .article-related .post-card p{
    font-size:12px;
  }
}

@media (max-width: 430px){
  .single-post .article-head h1{
    font-size:43px;
  }

  .single-post .entry-content{
    font-size:16.5px;
  }

  .single-post .entry-content h2{
    font-size:27px;
  }

  .single-post .article-related>h2{
    font-size:35px;
  }
}
