:root{
  --v2-paper:#f6f1e8;
  --v2-paper-2:#efe8dc;
  --v2-card:#fbf7f0;
  --v2-ink:#11110f;
  --v2-muted:#6f6a61;
  --v2-line:#d5cabc;
  --v2-dark:#0d0d0c;
  --v2-rust:#95503a;
  --v2-olive:#666b5a;
  --v2-max:1180px;
  --v2-gutter:clamp(18px,4vw,42px);
  --v2-serif:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,"Times New Roman",serif;
  --v2-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

[hidden]{display:none!important}
*,*::before,*::after{box-sizing:border-box;min-width:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;background:var(--v2-paper);color:var(--v2-ink);font-family:var(--v2-sans);line-height:1.48;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
body.is-locked,body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img,svg,video,iframe{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
button{color:inherit}
::selection{background:var(--v2-ink);color:var(--v2-paper)}
.skip-link{position:fixed;top:-120px;left:14px;background:#fff;padding:12px 16px;z-index:999}
.skip-link:focus{top:14px}

.v2-wrap{width:min(var(--v2-max),calc(100% - (var(--v2-gutter) * 2)));margin-inline:auto}
.v2-section{padding:76px 0}
.v2-eyebrow{margin:0 0 15px;font-size:10px;font-weight:750;letter-spacing:.19em;text-transform:uppercase;color:var(--v2-muted)}
.v2-display,.v2-title,.v2-card-title{font-family:var(--v2-serif);font-weight:500;letter-spacing:-.055em;line-height:.98;margin:0}
.v2-display{font-size:clamp(46px,6.7vw,82px)}
.v2-title{font-size:clamp(37px,5vw,62px)}
.v2-card-title{font-size:clamp(27px,3vw,39px);line-height:1.02;letter-spacing:-.045em}
.v2-lead{font-size:clamp(18px,2vw,23px);line-height:1.4;letter-spacing:-.02em;color:#302e2a;max-width:700px}
.v2-muted{color:var(--v2-muted)}
.v2-small{font-size:12px;color:var(--v2-muted)}
.v2-rule{border-top:1px solid var(--v2-line)}

.v2-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 21px;border:1px solid var(--v2-ink);border-radius:5px;background:var(--v2-ink);color:var(--v2-paper)!important;font-size:13px;font-weight:720;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease}
.v2-btn:hover{transform:translateY(-1px)}
.v2-btn.secondary{background:transparent;color:var(--v2-ink)!important;border-color:rgba(17,17,15,.32)}
.v2-btn.secondary:hover{border-color:var(--v2-ink);background:rgba(17,17,15,.035)}
.v2-btn.light{background:var(--v2-paper);color:var(--v2-ink)!important;border-color:var(--v2-paper)}
.v2-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:680}
.v2-link::after{content:"→";transition:transform .18s ease}.v2-link[target="_blank"]::after{content:"↗"}
.v2-link:hover::after{transform:translateX(4px)}

/* Header */
.site-header-v3{position:sticky;top:0;z-index:100;background:rgba(246,241,232,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(17,17,15,.08)}
.v3-nav{height:74px;display:grid;grid-template-columns:auto 1fr auto;gap:32px;align-items:center}
.v3-brand{display:flex;align-items:center;gap:14px;white-space:nowrap}
.v3-brand-mark{font-family:var(--v2-serif);font-size:31px;letter-spacing:-.06em;line-height:1}
.v3-brand-line{width:1px;height:32px;background:var(--v2-line)}
.v3-brand-name{font-family:var(--v2-serif);font-size:18px;letter-spacing:-.035em}
.v3-nav-links{display:flex;justify-content:center;align-items:center;gap:clamp(18px,2.3vw,31px);font-size:13px}
.v3-nav-links a{position:relative;padding:27px 0}
.v3-nav-links a::after{content:"";position:absolute;left:0;right:0;bottom:18px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .18s ease}
.v3-nav-links a:hover::after,.v3-nav-links a.is-active::after{transform:scaleX(1)}
.v3-nav-actions{display:flex;align-items:center;gap:10px}
.v3-search{width:42px;height:42px;display:grid;place-items:center;border:0;background:transparent;cursor:pointer;border-radius:50%}
.v3-search:hover{background:rgba(17,17,15,.05)}
.v3-menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;position:relative;cursor:pointer}
.v3-menu-toggle span{position:absolute;left:10px;right:10px;height:1.5px;background:var(--v2-ink);transition:.2s ease}
.v3-menu-toggle span:first-child{top:17px}.v3-menu-toggle span:last-child{top:26px}
.v3-menu-toggle[aria-expanded="true"] span:first-child{top:22px;transform:rotate(45deg)}
.v3-menu-toggle[aria-expanded="true"] span:last-child{top:22px;transform:rotate(-45deg)}
.v3-mobile-menu{position:fixed;inset:74px 0 0;background:var(--v2-paper);z-index:99;padding:26px var(--v2-gutter) 50px;overflow:auto}
.v3-mobile-menu nav{display:grid}
.v3-mobile-menu nav a{padding:13px 0;border-bottom:1px solid var(--v2-line);font:500 clamp(31px,9vw,48px)/1 var(--v2-serif);letter-spacing:-.045em}
.v3-mobile-secondary{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;margin-top:28px;font-size:13px}

/* Search and cookies */
.search-overlay{position:fixed;inset:0;z-index:220;background:rgba(15,15,14,.78);backdrop-filter:blur(10px);display:grid;place-items:start center;padding:8vh 18px 24px;overflow:auto}
.search-panel{position:relative;width:min(820px,100%);padding:clamp(30px,6vw,64px);background:var(--v2-paper);border-radius:6px}
.search-close{position:absolute;right:18px;top:12px;border:0;background:transparent;font-size:36px;cursor:pointer}
.search-panel h2{font:500 clamp(35px,5vw,59px)/1 var(--v2-serif);letter-spacing:-.05em;margin:0 0 34px;max-width:650px}
.search-panel label{display:block;font-size:12px;font-weight:700;margin-bottom:8px}
.search-field{display:flex;border-bottom:1px solid var(--v2-ink)}
.search-field input{flex:1;border:0;background:transparent;padding:15px 0;font-size:19px;outline:none}
.search-field button{border:0;background:var(--v2-ink);color:var(--v2-paper);padding:0 24px;cursor:pointer}
.search-suggestions{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.search-suggestions a{padding:7px 11px;border:1px solid var(--v2-line);font-size:12px;border-radius:4px}
.cookie-banner{position:fixed;z-index:230;left:18px;right:18px;bottom:18px;background:var(--v2-card);border:1px solid var(--v2-line);box-shadow:0 20px 60px rgba(0,0,0,.14);padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:8px}
.cookie-banner strong{font-size:14px}.cookie-banner p{font-size:12px;color:var(--v2-muted);margin:4px 0 0}.cookie-actions{display:flex;gap:9px}.cookie-actions button{border:1px solid var(--v2-ink);background:transparent;padding:10px 13px;cursor:pointer;border-radius:4px;font-size:12px}.cookie-actions .filled{background:var(--v2-ink);color:var(--v2-paper)}

/* Home */
.v3-hero{padding:76px 0;border-bottom:1px solid var(--v2-line)}
.v3-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.72fr);gap:70px;align-items:center}
.v3-hero-copy .v2-lead{margin:25px 0 31px}
.v3-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.v3-feature-card{min-height:390px;padding:34px;background:var(--v2-dark);color:var(--v2-paper);display:flex;flex-direction:column;justify-content:space-between;border-radius:7px;position:relative;overflow:hidden}
.v3-feature-card::after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-80px;bottom:-100px;background:radial-gradient(circle,rgba(246,241,232,.18),transparent 68%)}
.v3-feature-card .v2-eyebrow{color:#bbb4a9}.v3-feature-card h2{font:500 clamp(34px,3.8vw,48px)/.98 var(--v2-serif);letter-spacing:-.05em;margin:20px 0;max-width:500px}.v3-feature-card p{max-width:480px;color:#c9c2b7;font-size:15px}.v3-feature-card .v2-link{color:var(--v2-paper);position:relative;z-index:1}
.v3-section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}
.v3-section-head .v2-title{max-width:760px}
.v3-entry-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--v2-line);border-bottom:1px solid var(--v2-line)}
.v3-entry{padding:31px 29px 35px;border-right:1px solid var(--v2-line);min-height:275px;display:flex;flex-direction:column;transition:background .18s ease,color .18s ease}
.v3-entry:last-child{border-right:0}.v3-entry:hover{background:var(--v2-ink);color:var(--v2-paper)}
.v3-entry span{font-size:10px;letter-spacing:.16em;font-weight:750;color:var(--v2-rust)}
.v3-entry h3{font:500 31px/1.03 var(--v2-serif);letter-spacing:-.045em;margin:45px 0 16px}.v3-entry p{font-size:14px;color:var(--v2-muted);margin:0 0 28px}.v3-entry:hover p{color:#c9c2b7}.v3-entry em{font-size:12px;font-style:normal;font-weight:680;margin-top:auto}
.v3-featured-note{padding:35px;border:1px solid var(--v2-line);background:rgba(255,255,255,.18);border-radius:8px;margin-bottom:15px}
.v3-featured-note h3{font:500 clamp(34px,4vw,50px)/1 var(--v2-serif);letter-spacing:-.05em;margin:16px 0;max-width:850px}.v3-featured-note p{max-width:700px;color:var(--v2-muted);font-size:16px}
.v3-list{display:grid;gap:12px}
.v3-list-item{display:grid;grid-template-columns:70px minmax(0,1.2fr) minmax(220px,.62fr) 26px;gap:22px;align-items:center;padding:22px 22px;border:1px solid var(--v2-line);border-radius:7px;background:rgba(255,255,255,.14);transition:background .18s ease,border-color .18s ease}
.v3-list-item:hover{background:var(--v2-card);border-color:#beb2a4}
.v3-list-item .num{font-size:10px;letter-spacing:.18em;color:var(--v2-muted)}
.v3-list-item h3{font:500 clamp(23px,2.3vw,31px)/1.04 var(--v2-serif);letter-spacing:-.04em;margin:0}
.v3-list-item p{font-size:13px;color:var(--v2-muted);margin:0;line-height:1.42}
.v3-list-item .arrow{font-size:22px;text-align:right}
.v3-dark{background:var(--v2-dark);color:var(--v2-paper);padding:82px 0}
.v3-dark .v2-eyebrow{color:#aaa399}.v3-perspective-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:32px;border-top:1px solid rgba(246,241,232,.24);border-bottom:1px solid rgba(246,241,232,.24)}
.v3-perspective{padding:32px 28px 36px;border-right:1px solid rgba(246,241,232,.24)}.v3-perspective:last-child{border-right:0}.v3-perspective span{font-size:10px;font-weight:780;letter-spacing:.17em;color:#c98973}.v3-perspective h3{font:500 31px/1.03 var(--v2-serif);letter-spacing:-.045em;margin:38px 0 18px}.v3-perspective p{font-size:14px;color:#bdb6ac;max-width:320px}
.v3-host{display:grid;grid-template-columns:280px 1fr;gap:55px;align-items:center}.v3-host img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 18%;border-radius:7px}.v3-host-copy .v2-lead{font-size:18px;max-width:700px}.v3-host-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:27px}
.v3-newsletter{padding:46px;border:1px solid var(--v2-line);border-radius:8px;background:var(--v2-card);display:grid;grid-template-columns:.86fr 1.14fr;gap:55px;align-items:start}.v3-newsletter .v2-title{font-size:clamp(35px,4vw,50px)}

/* Archive pages */
.v3-page-hero{padding:72px 0 45px;border-bottom:1px solid var(--v2-line)}
.v3-page-hero .v2-display{max-width:900px}.v3-page-hero .v2-lead{margin-top:23px}
.v3-archive{padding:56px 0 84px}.v3-archive-feature{padding:34px 35px;border:1px solid var(--v2-line);border-radius:8px;background:var(--v2-card);margin-bottom:17px}.v3-archive-feature h2{font:500 clamp(35px,4vw,50px)/1 var(--v2-serif);letter-spacing:-.05em;margin:15px 0;max-width:850px}.v3-archive-feature p{max-width:720px;color:var(--v2-muted);font-size:15px}.v3-archive-list{display:grid;gap:12px}
.v3-archive-row{display:grid;grid-template-columns:66px minmax(0,1.2fr) minmax(210px,.62fr) 25px;gap:20px;align-items:center;padding:22px;border:1px solid var(--v2-line);border-radius:7px;background:rgba(255,255,255,.14)}
.v3-archive-row:hover{background:var(--v2-card)}.v3-archive-row .num{font-size:10px;letter-spacing:.18em;color:var(--v2-muted)}.v3-archive-row h2{font:500 clamp(22px,2.25vw,30px)/1.04 var(--v2-serif);letter-spacing:-.04em;margin:0}.v3-archive-row p{font-size:13px;line-height:1.42;color:var(--v2-muted);margin:0}.v3-archive-row .arrow{font-size:21px}

/* Article */
.v3-article-hero{padding:72px 0 48px;border-bottom:1px solid var(--v2-line)}
.v3-breadcrumb{display:flex;gap:9px;flex-wrap:wrap;font-size:10px;font-weight:760;letter-spacing:.15em;text-transform:uppercase;color:var(--v2-rust)}
.v3-article-hero h1{font:500 clamp(46px,6.4vw,80px)/.96 var(--v2-serif);letter-spacing:-.06em;margin:24px 0;max-width:1050px;text-wrap:balance}.v3-article-lead{font-size:clamp(18px,2vw,23px);max-width:780px;color:#35322e}.v3-byline{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid var(--v2-line);padding-top:18px;margin-top:32px}.v3-byline div:first-child{display:flex;flex-direction:column;font-size:12px}.v3-byline span{color:var(--v2-muted);font-size:11px}.v3-article-actions{display:flex;gap:8px}.v3-article-actions button{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--v2-line);background:transparent;padding:9px 11px;border-radius:4px;cursor:pointer;font-size:12px}.v3-article-body{padding:64px 0 88px}.v3-article-card{max-width:850px;margin-inline:auto;padding:clamp(28px,5vw,48px);border:1px solid var(--v2-line);border-radius:8px;background:rgba(255,255,255,.2)}.v3-prose{font-size:18px;line-height:1.72}.v3-prose p{margin:0 0 1.45em}.v3-prose h2{font:500 clamp(30px,3.5vw,43px)/1.05 var(--v2-serif);letter-spacing:-.045em;margin:1.5em 0 .55em}.v3-prose blockquote{font:italic 500 clamp(27px,3.2vw,38px)/1.14 var(--v2-serif);letter-spacing:-.035em;border-left:2px solid var(--v2-rust);padding-left:23px;margin:1.5em 0}.v3-author{margin-top:45px;padding-top:24px;border-top:1px solid var(--v2-line)}.v3-author span{font-size:10px;color:var(--v2-rust);letter-spacing:.14em}.v3-author h3{font:500 27px/1 var(--v2-serif);letter-spacing:-.035em;margin:8px 0}.v3-author p{font-size:14px;color:var(--v2-muted);max-width:650px}.v3-related{max-width:850px;margin:48px auto 0}.v3-related h2{font:500 34px/1 var(--v2-serif);letter-spacing:-.04em;margin-bottom:20px}.v3-related a{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;padding:17px 0;border-top:1px solid var(--v2-line);align-items:center}.v3-related strong{font:500 23px/1.08 var(--v2-serif);letter-spacing:-.035em}.v3-related span{font-size:11px;color:var(--v2-muted)}

/* Offer, products, podcast, about */
.v3-offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.v3-offer-card{padding:28px;border:1px solid var(--v2-line);border-radius:8px;background:rgba(255,255,255,.17);display:flex;flex-direction:column;min-height:430px}.v3-offer-card .label{font-size:10px;letter-spacing:.14em;color:var(--v2-rust)}.v3-offer-card h2{font:500 37px/1 var(--v2-serif);letter-spacing:-.045em;margin:17px 0}.v3-offer-card p,.v3-offer-card li{font-size:14px;color:var(--v2-muted)}.v3-offer-card ul{padding-left:18px}.v3-offer-card strong{font:500 34px/1 var(--v2-serif);margin-top:auto;margin-bottom:20px}
.v3-products{display:grid;gap:15px}.v3-product{display:grid;grid-template-columns:180px 1fr auto;gap:32px;align-items:center;padding:25px;border:1px solid var(--v2-line);border-radius:8px;background:rgba(255,255,255,.15)}.v3-product img{width:160px;max-height:210px;object-fit:contain}.v3-product h2{font:500 clamp(28px,3.3vw,42px)/1 var(--v2-serif);letter-spacing:-.045em;margin:9px 0}.v3-product p{color:var(--v2-muted);font-size:14px}.v3-product-price{display:flex;flex-direction:column;gap:15px;min-width:150px}.v3-product-price strong{font:500 28px var(--v2-serif)}
.v3-podcast{display:grid;grid-template-columns:360px 1fr;gap:58px;align-items:center}.v3-podcast-cover{aspect-ratio:1;background:var(--v2-dark);color:var(--v2-paper);padding:34px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:7px;position:relative;overflow:hidden}.v3-podcast-cover::before{content:"";position:absolute;left:35px;right:35px;top:37%;height:55px;background:repeating-linear-gradient(90deg,transparent 0 9px,#c9866e 10px 12px,transparent 13px 20px);opacity:.85}.v3-podcast-cover strong{font-size:clamp(38px,4vw,58px);line-height:.82;letter-spacing:-.075em}.v3-podcast-cover em{font:italic 22px var(--v2-serif);margin-top:13px}.v3-podcast-copy .v2-title{max-width:780px}.v3-podcast-copy .v2-lead{font-size:18px;margin:22px 0 26px}.v3-episodes{display:grid;gap:12px}.v3-episode{display:grid;grid-template-columns:70px minmax(0,1.25fr) minmax(220px,.55fr);gap:22px;align-items:center;padding:21px;border:1px solid var(--v2-line);border-radius:7px}.v3-episode span{font-size:10px;color:var(--v2-rust)}.v3-episode h3{font:500 27px/1.06 var(--v2-serif);letter-spacing:-.04em;margin:0}.v3-episode p{font-size:13px;color:var(--v2-muted);margin:0}
.v3-about{display:grid;grid-template-columns:1fr 400px;gap:65px;align-items:center}.v3-about img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 15%;border-radius:7px}.v3-about-copy .v2-lead{margin-top:23px}.v3-two-col{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.v3-large-copy{font:500 clamp(35px,4.5vw,54px)/1.02 var(--v2-serif);letter-spacing:-.05em;margin:0}.v3-copy p{font-size:17px;color:#34312d}.v3-values{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.v3-value{padding:26px;border:1px solid var(--v2-line);border-radius:7px}.v3-value h3{font:500 28px/1 var(--v2-serif);letter-spacing:-.04em;margin:0 0 12px}.v3-value p{font-size:14px;color:var(--v2-muted);margin:0}

/* Forms */
.v3-form-layout{display:grid;grid-template-columns:.86fr 1.14fr;gap:65px;align-items:start}.v3-form-intro .v2-lead{margin-top:22px}.v3-principles{margin-top:38px;border-top:1px solid var(--v2-line)}.v3-principles p{padding:15px 0;margin:0;border-bottom:1px solid var(--v2-line);font-size:14px}.editorial-form,.newsletter-box,.inline-form{padding:30px;border:1px solid var(--v2-line);border-radius:8px;background:rgba(255,255,255,.22);display:grid;gap:16px;position:relative}.editorial-form label,.newsletter-box label,.inline-form label{display:grid;gap:7px;font-size:12px;font-weight:680}.editorial-form input,.editorial-form textarea,.editorial-form select,.newsletter-box input,.inline-form input{width:100%;border:1px solid rgba(17,17,15,.18);border-radius:5px;background:#fffaf3;min-height:46px;padding:11px 12px;outline:none}.editorial-form textarea{min-height:155px;resize:vertical}.editorial-form input:focus,.editorial-form textarea:focus,.editorial-form select:focus,.newsletter-box input:focus,.inline-form input:focus{border-color:var(--v2-ink);box-shadow:0 0 0 3px rgba(17,17,15,.07)}.editorial-form .check,.newsletter-box .check,.inline-form .check{display:flex;align-items:flex-start;gap:10px;font-size:12px;font-weight:400;color:var(--v2-muted)}.editorial-form .check input,.newsletter-box .check input,.inline-form .check input{width:17px;height:17px;min-height:0;margin-top:1px}.editorial-form button,.newsletter-box button,.inline-form button{min-height:47px;border:0;border-radius:5px;background:var(--v2-ink);color:var(--v2-paper);font-weight:700;cursor:pointer}.form-status{font-size:13px;margin:0}.fineprint{font-size:11px;color:var(--v2-muted);margin:0}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.v3-contact-details{display:grid;gap:9px;margin-top:36px}.v3-contact-details a{font:500 28px var(--v2-serif);text-decoration:underline}.v3-contact-details span{font-size:13px;color:var(--v2-muted)}

/* Search and legal */
.v3-page-search{margin-top:35px;max-width:820px}.search-results{display:grid;gap:12px;margin-top:34px}.search-result,.search-result-item{padding:22px;border:1px solid var(--v2-line);border-radius:7px;background:rgba(255,255,255,.15)}.search-result h2,.search-result-item h3{font:500 28px/1.05 var(--v2-serif);letter-spacing:-.04em;margin:9px 0}.search-result p,.search-result-item p{font-size:13px;color:var(--v2-muted)}.search-result-item .card-image{display:none}
.v3-legal{max-width:860px}.v3-legal section{padding:24px 0;border-top:1px solid var(--v2-line)}.v3-legal h2{font:500 32px/1 var(--v2-serif);letter-spacing:-.04em;margin:0 0 13px}.v3-legal p,.v3-legal li{color:#3e3a34}

/* Footer */
.v3-prefooter{padding:39px 0;border-top:1px solid var(--v2-line)}
.v3-prefooter-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}.v3-prefooter h2{font:500 clamp(29px,3.5vw,41px)/1 var(--v2-serif);letter-spacing:-.045em;margin:7px 0 0}
.v3-footer{padding:34px 0;background:#f1eadf;border-top:1px solid var(--v2-line)}
.v3-footer-grid{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:35px;align-items:start}.v3-footer-brand{font-family:var(--v2-serif);font-size:24px;letter-spacing:-.04em}.v3-footer-brand small{display:block;font:700 8px var(--v2-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--v2-muted)}.v3-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 20px;font-size:12px;color:var(--v2-muted)}.v3-footer-company{text-align:right;font-size:11px;color:var(--v2-muted);line-height:1.45}.cookie-settings-link{border:0;background:transparent;color:inherit;padding:0;cursor:pointer}

@media(max-width:1020px){
  .v3-nav{grid-template-columns:1fr auto}.v3-nav-links,.v3-nav-actions>.v2-btn{display:none}.v3-menu-toggle{display:block}
  .v3-hero-grid,.v3-podcast,.v3-about{grid-template-columns:1fr;gap:38px}.v3-feature-card{min-height:330px}.v3-about img{max-width:430px}
  .v3-entry-grid,.v3-perspective-grid,.v3-offer-grid,.v3-values{grid-template-columns:1fr}.v3-entry,.v3-perspective{border-right:0;border-bottom:1px solid var(--v2-line)}.v3-entry:last-child,.v3-perspective:last-child{border-bottom:0}
  .v3-host{grid-template-columns:240px 1fr;gap:38px}.v3-newsletter,.v3-form-layout,.v3-two-col{grid-template-columns:1fr;gap:38px}.v3-product{grid-template-columns:150px 1fr}.v3-product-price{grid-column:2}.v3-footer-grid{grid-template-columns:1fr}.v3-footer-links{justify-content:flex-start}.v3-footer-company{text-align:left}
  .v3-list-item,.v3-archive-row{grid-template-columns:56px minmax(0,1fr) 22px}.v3-list-item p,.v3-archive-row p{display:none}
  .v3-episode{grid-template-columns:60px 1fr}.v3-episode p{grid-column:2}
}

@media(max-width:680px){
  :root{--v2-gutter:18px}
  .v2-section{padding:54px 0}.v3-nav{height:66px}.v3-brand-mark{font-size:28px}.v3-brand-name{font-size:16px}.v3-mobile-menu{inset:66px 0 0}
  .v3-hero{padding:51px 0}.v3-hero-grid{gap:30px}.v3-feature-card{padding:25px;min-height:310px}.v3-feature-card h2{font-size:35px}
  .v3-section-head{display:block}.v3-section-head .v2-link{margin-top:17px}
  .v3-entry{padding:25px 5px;min-height:220px}.v3-entry h3{font-size:27px;margin-top:25px}
  .v3-featured-note,.v3-archive-feature{padding:24px}.v3-featured-note h3,.v3-archive-feature h2{font-size:33px}
  .v3-list-item,.v3-archive-row{grid-template-columns:1fr 22px;padding:19px 17px}.v3-list-item .num,.v3-archive-row .num{grid-column:1/-1}.v3-list-item h3,.v3-archive-row h2{font-size:25px}.v3-list-item .arrow,.v3-archive-row .arrow{grid-column:2;grid-row:2}
  .v3-dark{padding:59px 0}.v3-perspective{padding:25px 3px}.v3-perspective h3{font-size:27px;margin-top:22px}
  .v3-host{grid-template-columns:1fr}.v3-host img{max-width:300px}.v3-newsletter{padding:24px}
  .v3-page-hero{padding:51px 0 34px}.v3-archive{padding:38px 0 60px}
  .v3-article-hero{padding:50px 0 35px}.v3-article-hero h1{font-size:clamp(40px,11vw,54px)}.v3-byline{align-items:flex-start;flex-direction:column}.v3-article-body{padding:38px 0 62px}.v3-article-card{padding:24px 20px}.v3-prose{font-size:17px}.v3-article-actions{width:100%}
  .v3-offer-card{min-height:0}.v3-product{grid-template-columns:90px 1fr;gap:18px;padding:20px}.v3-product img{width:90px}.v3-product-price{grid-column:1/-1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.v3-product-price .v2-btn{width:auto}
  .v3-podcast-cover{max-width:330px}.v3-episode{grid-template-columns:1fr}.v3-episode p{grid-column:auto}.v3-about img{max-width:330px}.v3-values{gap:10px}
  .editorial-form,.newsletter-box,.inline-form{padding:22px}.v3-prefooter-inner{align-items:flex-start;flex-direction:column}.v3-footer-links{display:grid;grid-template-columns:1fr 1fr}.cookie-banner{left:10px;right:10px;bottom:10px;display:block}.cookie-actions{display:grid;margin-top:13px}.search-overlay{padding:12px}.search-panel{margin-top:3vh;padding:32px 19px}.search-field{display:grid;border:0;gap:9px}.search-field input{border-bottom:1px solid var(--v2-ink)}.search-field button{min-height:46px}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.v3-related a>div{display:grid;gap:5px}
.v3-related a>div>span{display:block}
.form-status.is-success{color:#2f6841}.form-status.is-error{color:#95503a}
.v3-article-actions .save-article.is-active{background:var(--v2-ink);color:var(--v2-paper)}
.v3-article-actions .save-article.is-active img{filter:invert(1)}
button[disabled]{opacity:.55;cursor:not-allowed}
.search-empty{padding:20px 0;color:var(--v2-muted)}

/* ===== v2.1 refinement: utility bar, mobile navigation, tools and reports ===== */
.v3-topbar{background:var(--v2-dark);color:var(--v2-paper);font-size:12px;line-height:1.35}
.v3-topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:10px;text-align:center}
.v3-topbar span{color:#bdb6ab}
.v3-topbar a{display:inline-flex;align-items:center;gap:8px}
.v3-topbar strong{font-weight:750;color:#e0a18a}

/* Keep navigation readable with the additional Reports item */
.v3-nav{gap:24px}
.v3-nav-links{gap:clamp(14px,1.7vw,25px);font-size:12px}

/* Mobile menu rendered directly under body by app.js */
.v3-mobile-menu{z-index:305;top:74px;inset-inline:0;bottom:0;height:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;box-shadow:0 16px 60px rgba(0,0,0,.12)}
.v3-mobile-backdrop{position:fixed;inset:0;z-index:290;border:0;background:rgba(13,13,12,.42);backdrop-filter:blur(3px);cursor:pointer}
.site-header-v3{z-index:310}
.v3-mobile-menu:focus{outline:none}

/* Tool / reports / reservation */
.v3-tool-grid,.v3-report-grid,.v3-reservation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.v3-tool-grid .v3-value{min-height:280px;display:flex;flex-direction:column}
.v3-tool-grid .v3-value p:last-child{margin-top:auto}
.v3-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.v3-report-card{min-height:300px;padding:30px;border:1px solid var(--v2-line);border-radius:8px;background:rgba(255,255,255,.18);display:flex;flex-direction:column;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.v3-report-card:hover{background:var(--v2-card);border-color:#bcae9f;transform:translateY(-2px)}
.v3-report-card>span{font-size:10px;letter-spacing:.16em;font-weight:750;color:var(--v2-rust)}
.v3-report-card h2{font:500 clamp(31px,3.6vw,45px)/1 var(--v2-serif);letter-spacing:-.05em;margin:38px 0 16px;max-width:520px}
.v3-report-card p{color:var(--v2-muted);font-size:14px;max-width:54ch}
.v3-report-card em{margin-top:auto;font-size:12px;font-style:normal;font-weight:700}
.v3-report-body{max-width:850px}
.v3-report-body .v3-article-card{max-width:none}
.v3-report-body section{padding:26px 0;border-top:1px solid var(--v2-line)}
.v3-report-body section h2{font:500 clamp(29px,3vw,40px)/1.05 var(--v2-serif);letter-spacing:-.04em;margin:0 0 13px}
.v3-report-cta{margin-top:40px;padding:28px;border-radius:7px;background:var(--v2-paper-2)}
.v3-report-cta h2{margin-top:0}
.v3-reservation-grid .v3-offer-card{scroll-margin-top:100px}

/* Survey */
.survey-form fieldset{margin:0;padding:20px;border:1px solid rgba(17,17,15,.16);border-radius:6px;display:grid;gap:8px}
.survey-form legend{padding:0 7px;font-weight:720;font-size:14px;line-height:1.35}
.survey-form .option{display:flex;grid-template-columns:none;align-items:flex-start;gap:9px;padding:8px 0;font-weight:450;font-size:13px}
.survey-form .option input{width:17px;height:17px;min-height:0;margin:1px 0 0;flex:0 0 auto}

/* Search */
.v3-search-hints{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}
.v3-search-hints button{border:1px solid var(--v2-line);border-radius:999px;background:transparent;padding:7px 12px;font-size:12px;cursor:pointer}
.v3-search-hints button:hover{border-color:var(--v2-ink);background:rgba(17,17,15,.035)}
.search-result-item{position:relative}
.search-result-item h3{max-width:850px}
.search-empty-box{padding:28px;border:1px solid var(--v2-line);border-radius:7px;background:rgba(255,255,255,.18)}
.search-empty-box strong{display:block;font:500 27px var(--v2-serif);margin-bottom:8px}

/* Footer: true columns, aligned links and button */
.v3-footer-grid{grid-template-columns:.85fr 2fr .8fr;gap:42px}
.v3-footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;justify-content:stretch}
.v3-footer-links>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.v3-footer-links strong{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:var(--v2-rust);margin-bottom:7px}
.v3-footer-links a,.v3-footer-links button{display:inline-flex;align-items:center;justify-content:flex-start;text-align:left;min-height:20px;font-size:12px;color:var(--v2-muted);line-height:1.3}
.v3-footer-links button{width:auto;max-width:100%;font:inherit}
.cookie-settings-link{justify-self:start!important;margin:0!important}

@media(max-width:1120px){
  .v3-nav-links{gap:15px;font-size:11.5px}
  .v3-brand-name{display:none}
  .v3-brand-line{display:none}
}

@media(max-width:1020px){
  .v3-brand-name,.v3-brand-line{display:block}
  .v3-mobile-menu{top:74px}
  .v3-tool-grid,.v3-reservation-grid{grid-template-columns:1fr}
  .v3-report-grid{grid-template-columns:1fr 1fr}
  .v3-footer-grid{grid-template-columns:1fr}
  .v3-footer-links{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:680px){
  .v3-topbar-inner{min-height:42px;justify-content:flex-start;text-align:left;gap:6px;overflow:hidden}
  .v3-topbar span{display:none}
  .v3-topbar a{width:100%;justify-content:space-between;font-size:11px;white-space:nowrap}
  .v3-topbar strong{flex:0 0 auto}
  .v3-mobile-menu{top:66px;padding-top:20px}
  .v3-mobile-secondary{grid-template-columns:1fr;gap:0;margin-top:20px}
  .v3-mobile-secondary a{padding:10px 0;border-bottom:1px solid var(--v2-line)}
  .v3-tool-grid,.v3-report-grid,.v3-reservation-grid{grid-template-columns:1fr}
  .v3-report-card{min-height:245px;padding:24px}
  .v3-report-card h2{font-size:33px;margin-top:28px}
  .v3-footer-links{grid-template-columns:1fr;gap:24px}
  .v3-footer-links>div{width:100%}
  .v3-footer-links a,.v3-footer-links button{width:100%;padding:2px 0}
  .v3-footer-company{text-align:left}
  .survey-form fieldset{padding:16px}
}

/* FAQ */
.v3-faq{max-width:900px}
.v3-faq details{border-top:1px solid var(--v2-line);padding:0}
.v3-faq details:last-child{border-bottom:1px solid var(--v2-line)}
.v3-faq summary{list-style:none;cursor:pointer;padding:23px 42px 23px 0;position:relative;font:500 clamp(23px,2.8vw,32px)/1.08 var(--v2-serif);letter-spacing:-.035em}
.v3-faq summary::-webkit-details-marker{display:none}
.v3-faq summary::after{content:"+";position:absolute;right:4px;top:20px;font:400 28px var(--v2-sans)}
.v3-faq details[open] summary::after{content:"−"}
.v3-faq details p{max-width:720px;margin:0;padding:0 0 24px;color:var(--v2-muted)}

/* v2.1 final refinements */
.v3-topbar-label{color:#bdb6ab}
.v3-topbar-copy{color:#bdb6ab;min-width:0;overflow:hidden;text-overflow:ellipsis}
.v3-guidance-strip{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(220px,.4fr);gap:44px;align-items:center}
.v3-guidance-strip>div:last-child{display:flex;flex-direction:column;align-items:flex-start;gap:16px}
.v3-guidance-strip strong{font:500 clamp(34px,4vw,52px)/1 var(--v2-serif);letter-spacing:-.045em}
.v3-guidance-plan{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid var(--v2-line)}
.v3-guidance-plan>div{padding:30px;border-right:1px solid var(--v2-line)}
.v3-guidance-plan>div:last-child{border-right:0}
.v3-guidance-plan span{display:block;font-size:10px;font-weight:800;letter-spacing:.14em;color:var(--v2-rust);margin-bottom:28px}
.v3-guidance-plan h3{font:500 clamp(25px,2.6vw,34px)/1.05 var(--v2-serif);letter-spacing:-.035em;margin:0 0 15px}
.v3-guidance-plan p{color:var(--v2-muted);margin:0}

@media(max-width:680px){
  .v3-topbar-label{display:none!important}
  .v3-topbar-copy{display:block!important;max-width:calc(100vw - 96px)}
  .v3-topbar a{min-width:0}
  .v3-guidance-strip{grid-template-columns:1fr;gap:28px}
  .v3-guidance-plan{grid-template-columns:1fr}
  .v3-guidance-plan>div{border-right:0;border-bottom:1px solid var(--v2-line)}
  .v3-guidance-plan>div:last-child{border-bottom:0}
}

/* ===== v2.2 production polish ===== */
.search-overlay{z-index:1200!important;padding-top:max(24px,5vh)!important}
.search-panel{position:relative;z-index:1201;width:min(860px,calc(100vw - 32px));margin:0 auto!important}
.site-header-v3,.v3-topbar{isolation:isolate}
.v3-podcast-cover{padding:0!important;background:#0f0f0e!important}
.v3-podcast-cover::before{display:none!important}
.v3-podcast-cover img{display:block;width:100%;height:100%;object-fit:cover;border-radius:7px}
.v3-footer{padding-bottom:0}
.v3-footer-company a{color:inherit}
.v3-footer-legal{border-top:1px solid var(--v2-line);margin-top:30px;padding:16px 0 18px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10px;color:var(--v2-muted)}
.v3-footer-legal nav{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px}
.v3-footer-legal a,.v3-footer-legal button{font:inherit;color:inherit;border:0;background:transparent;padding:0;min-height:auto;cursor:pointer}
.v3-footer-legal a:hover,.v3-footer-legal button:hover{text-decoration:underline}
.tool-v3 .v3-values{align-items:stretch}
.tool-v3 .v3-value{min-height:285px;display:flex;flex-direction:column}
.tool-v3 .v3-value p{margin-top:auto}
.v3-prose p,.v3-prose li{max-width:72ch}
.v3-prose .v3-editorial-note{margin:34px 0;padding:22px 24px;border:1px solid var(--v2-line);border-radius:7px;background:var(--v2-paper-2)}
.v3-prose .v3-editorial-note p{margin-bottom:0}
.search-result-item{animation:mpSearchIn .18s ease both}
@keyframes mpSearchIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
@media(max-width:680px){
  .search-overlay{padding:10px!important;align-items:flex-start!important}
  .search-panel{width:100%;max-height:calc(100dvh - 20px);overflow:auto;margin:0!important;padding:30px 19px!important}
  .search-panel h2{font-size:clamp(42px,12vw,58px);padding-right:28px}
  .v3-footer-legal{align-items:flex-start;flex-direction:column;gap:10px;font-size:10px}
  .v3-footer-legal nav{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:8px 18px}
  .v3-footer-legal a,.v3-footer-legal button{text-align:left;justify-content:flex-start;width:auto!important}
  .tool-v3 .v3-values{gap:12px}
  .tool-v3 .v3-value{min-height:0;padding:24px}
}

/* --- production refinement 2026-07-18 --- */
.search-overlay{
  position:fixed!important;
  inset:0!important;
  z-index:9999!important;
  padding:clamp(14px,4vh,44px) 18px 24px!important;
  align-items:flex-start!important;
  background:rgba(15,15,14,.82)!important;
  isolation:isolate;
}
.search-overlay[hidden]{display:none!important}
.search-panel{position:relative!important;margin:0 auto!important;max-height:calc(100dvh - 34px)!important;overflow:auto!important;overscroll-behavior:contain;box-shadow:0 22px 80px rgba(0,0,0,.28)}
.search-close{z-index:2}
.search-count{font-size:12px;color:var(--v2-muted);margin:24px 0 10px}
.search-result-item{animation:mpFade .24s ease both}
@keyframes mpFade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}

.v3-podcast-cover{aspect-ratio:1/1!important;overflow:hidden!important}
.v3-podcast-cover img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#0f0f0e!important}

.tool-v3 .v3-values{align-items:stretch!important}
.tool-v3 .v3-value{min-height:220px!important;justify-content:flex-start!important}
.tool-v3 .v3-value p{margin-top:24px!important}

.v3-footer-legal{font-size:10px!important;letter-spacing:.01em}
.v3-footer-legal nav{gap:8px 18px!important}
.v3-footer-legal a,.v3-footer-legal button{opacity:.86}

.v3-prose ul,.v3-prose ol{padding-left:24px;margin:18px 0 28px}
.v3-prose li{margin:8px 0;color:#302c28}
.v3-prose .v3-editorial-note{margin:34px 0}

@media(max-width:680px){
  .search-overlay{padding:8px!important}
  .search-panel{width:100%!important;max-height:calc(100dvh - 16px)!important;padding:52px 20px 24px!important;border-radius:8px!important}
  .search-panel h2{font-size:clamp(42px,13vw,62px)!important;line-height:.92!important;margin-bottom:46px!important}
  .search-close{position:absolute!important;right:18px!important;top:15px!important}
  .search-suggestions{gap:9px!important}
  .search-suggestions a{font-size:14px!important;padding:10px 12px!important}
  .v3-footer-legal{padding:15px 0 19px!important;gap:12px!important}
  .v3-footer-legal nav{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important}
  .v3-footer-legal a,.v3-footer-legal button{width:auto!important;padding:0!important;text-align:left!important}
  .tool-v3 .v3-value{min-height:0!important;padding:22px!important}
  .tool-v3 .v3-value p{margin-top:15px!important}
}


/* ===== v2.4 portal integration and search geometry ===== */
.site-header-v3{z-index:510!important}
.search-overlay{
  inset:var(--mp-search-top,74px) 0 0!important;
  z-index:500!important;
  min-height:0!important;
  padding:clamp(18px,3vh,34px) 18px 24px!important;
  background:rgba(15,15,14,.78)!important;
}
.search-panel{
  max-height:calc(100dvh - var(--mp-search-top,74px) - 36px)!important;
}
.v3-about-conversation{margin-top:24px;color:var(--v2-rust)}
@media(max-width:680px){
  .search-overlay{padding:10px!important}
  .search-panel{max-height:calc(100dvh - var(--mp-search-top,74px) - 20px)!important;padding:46px 20px 24px!important}
  .v3-about-conversation{margin-top:20px;line-height:1.45}
}


/* v2.4 final freeze: selektywny port warstwy redakcyjnej z v2.3 */
.v3-footer-links em{font-style:normal;color:var(--v2-rust)}
.v3-help-section{padding:0 0 76px}
.v3-help-card{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:60px;align-items:center;padding:clamp(30px,5vw,55px);border-radius:8px;background:var(--v2-dark);color:var(--v2-paper);overflow:hidden;position:relative}
.v3-help-card::after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;right:-150px;bottom:-185px;background:radial-gradient(circle,rgba(246,241,232,.16),transparent 68%);pointer-events:none}
.v3-help-card .v2-eyebrow{color:#bdb6ab}
.v3-help-card h2{font:500 clamp(35px,4.5vw,55px)/.98 var(--v2-serif);letter-spacing:-.052em;margin:0 0 18px;max-width:800px}
.v3-help-card>div>p:not(.v2-eyebrow){font-size:15px;line-height:1.55;color:#c9c2b7;max-width:680px;margin:0}
.v3-help-actions{display:flex;flex-direction:column;align-items:flex-start;gap:16px;position:relative;z-index:1}
.v3-help-actions .v2-btn{min-width:190px}
.v3-help-secondary{color:var(--v2-paper)}
.v3-help-actions small{font-size:10px;color:#999187;letter-spacing:.03em}
.v3-article-body .v3-help-section{padding:48px 0 0}
.v3-article-body .v3-help-card{width:min(850px,100%)}
.v3-editorial-choice{margin-top:32px;padding:25px;border-radius:7px;background:var(--v2-dark);color:var(--v2-paper)}
.v3-editorial-choice .v2-eyebrow{color:#bdb6ab}
.v3-editorial-choice h3{font:500 32px/1 var(--v2-serif);letter-spacing:-.04em;margin:0 0 12px}
.v3-editorial-choice p{font-size:13px;color:#c9c2b7}
.v3-editorial-choice .v2-link{color:var(--v2-paper)}
.v3-footer{padding:42px 0 22px}
.v3-footer-brand span{display:block}
.v3-footer-brand p{font:400 12px/1.5 var(--v2-sans);letter-spacing:0;color:var(--v2-muted);max-width:260px;margin:22px 0 0}
.v3-footer-company{display:grid;gap:18px}
.v3-footer-company p{margin:0}
.v3-footer-company a{color:inherit}
.v3-oscanre-link{display:flex;flex-direction:column;align-items:flex-end;padding:17px;border:1px solid var(--v2-line);border-radius:6px;background:rgba(255,255,255,.18)}
.v3-oscanre-link strong{font:500 28px/1 var(--v2-serif);letter-spacing:-.04em;color:var(--v2-ink)}
.v3-oscanre-link span{font-size:10px;color:var(--v2-muted);margin-top:4px}
.v3-footer-meta{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:32px;padding-top:20px;border-top:1px solid var(--v2-line);font-size:10px;color:var(--v2-muted)}
.v3-footer-meta nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px 18px}
.v3-footer-meta button{font:inherit}
.v3-footer-links a:hover,.v3-footer-meta a:hover,.v3-footer-meta button:hover{text-decoration:underline;text-underline-offset:3px;color:var(--v2-ink)}
@media(max-width:1020px){
  .v3-help-card{grid-template-columns:1fr;gap:32px}
  .v3-help-actions{flex-direction:row;align-items:center;flex-wrap:wrap}
  .v3-help-actions small{width:100%}
  .v3-oscanre-link{align-items:flex-start}
}
@media(max-width:680px){
  .v3-help-section{padding-bottom:54px}
  .v3-help-card{padding:28px 23px;gap:27px}
  .v3-help-card h2{font-size:35px}
  .v3-help-actions{display:grid;width:100%;gap:13px}
  .v3-help-actions .v2-btn{width:100%}
  .v3-help-secondary{padding:6px 0}
  .v3-footer-meta{align-items:flex-start;flex-direction:column}
  .v3-footer-meta nav{justify-content:flex-start;display:grid;gap:8px}
  .v3-oscanre-link{align-items:flex-start}
}

/* Author / PR ecosystem bridge */
.v3-author-links{display:flex;flex-wrap:wrap;gap:18px;align-items:center}.v3-author-links .v2-link{margin:0}.v3-about-media{margin-top:28px;padding-top:24px;border-top:1px solid rgba(17,17,15,.16)}.v3-about-media strong{font-size:18px}.v3-about-media p{margin:8px 0 12px}@media(max-width:620px){.v3-author-links{display:grid;gap:10px}}


/* Subtle UI pass: checkbox = square, radio = circle, both aligned to the first text line. */
.editorial-form .check,.newsletter-box .check,.inline-form .check{display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;align-items:start!important;gap:10px!important}
.editorial-form .check input[type="checkbox"],.newsletter-box .check input[type="checkbox"],.inline-form .check input[type="checkbox"]{-webkit-appearance:none;appearance:none;display:grid;place-content:center;width:20px!important;height:20px!important;min-height:20px!important;margin:0!important;border:1.5px solid #817970!important;border-radius:5px!important;background:#fff!important;color:#fff}
.editorial-form .check input[type="checkbox"]:before,.newsletter-box .check input[type="checkbox"]:before,.inline-form .check input[type="checkbox"]:before{content:"";width:10px;height:7px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg) scale(0)}
.editorial-form .check input[type="checkbox"]:checked,.newsletter-box .check input[type="checkbox"]:checked,.inline-form .check input[type="checkbox"]:checked{background:var(--v2-ink)!important;border-color:var(--v2-ink)!important}
.editorial-form .check input[type="checkbox"]:checked:before,.newsletter-box .check input[type="checkbox"]:checked:before,.inline-form .check input[type="checkbox"]:checked:before{transform:rotate(-45deg) scale(1)}
.survey-form .option{display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;align-items:start!important;gap:9px!important}.survey-form .option input[type="radio"]{-webkit-appearance:none;appearance:none;width:19px!important;height:19px!important;min-height:19px!important;margin:0!important;border:1.5px solid #817970!important;border-radius:50%!important;background:#fff!important}.survey-form .option input[type="radio"]:checked{border:5px solid var(--v2-ink)!important}
.v3-about-profile-link{margin-top:24px;color:var(--v2-muted);font-size:14px;line-height:1.6}


/* Authority pass — 2026-07-24 */
.v3-proofbar{background:#171714;color:#f7f1e8;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.v3-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.v3-proof-item{padding:26px 24px;border-right:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;gap:5px}
.v3-proof-item:first-child{padding-left:0}.v3-proof-item:last-child{border-right:0;padding-right:0}
.v3-proof-item strong{font-family:var(--font-display,Georgia,serif);font-size:clamp(1.6rem,2.8vw,2.45rem);font-weight:500;letter-spacing:-.03em}
.v3-proof-item span{font-size:.82rem;line-height:1.45;color:rgba(247,241,232,.72)}
.v3-author-links,.v3-about-actions{display:flex;flex-wrap:wrap;gap:18px 26px;align-items:center}
.v3-boundary-note{max-width:900px;margin:34px auto 0;padding:22px 24px;border:1px solid var(--line,#d7cfc3);background:rgba(255,255,255,.35)}
.v3-boundary-note strong{display:block;margin-bottom:7px}.v3-boundary-note p{margin:0;color:var(--muted,#66625c);line-height:1.65}
.v3-stories-empty{display:grid;gap:42px}.v3-story-submit{max-width:760px;padding:34px;border:1px solid var(--line,#d7cfc3);background:#fff}
.v3-story-submit h2{margin-top:0}.v3-story-submit p{max-width:620px;color:var(--muted,#66625c)}
.v3-podcast-live{display:flex;justify-content:space-between;gap:40px;align-items:flex-end}.v3-podcast-live>div{max-width:780px}
.v3-mobile-menu nav a.is-active{font-weight:700}
@media(max-width:800px){.v3-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v3-proof-item{padding:20px 16px;border-bottom:1px solid rgba(255,255,255,.14)}.v3-proof-item:nth-child(2){border-right:0}.v3-proof-item:nth-child(3){padding-left:0}.v3-proof-item:nth-child(n+3){border-bottom:0}.v3-podcast-live{display:grid;align-items:start}.v3-about-actions{align-items:stretch}.v3-about-actions .v2-btn{width:100%;justify-content:center}}
@media(max-width:480px){.v3-proof-item strong{font-size:1.45rem}.v3-proof-item span{font-size:.75rem}.v3-story-submit{padding:24px 20px}}

.v3-report-byline{display:flex;flex-direction:column;gap:4px;margin-top:24px;padding-top:18px;border-top:1px solid var(--v2-line);font-size:13px}.v3-report-byline strong{font-size:15px}.v3-report-byline span{color:var(--v2-muted)}
.v3-report-author{margin-top:38px;padding:28px;border-top:1px solid var(--v2-line);background:rgba(244,238,229,.55)}.v3-report-author>span{font-size:9px;letter-spacing:.16em;color:var(--v2-rust)}.v3-report-author h3{font:500 30px/1.05 var(--v2-serif);margin:12px 0}.v3-report-author p{max-width:760px;color:var(--v2-muted)}
@media(max-width:680px){.v3-report-author{padding:24px 18px}.v3-report-author h3{font-size:27px}}


/* Public survey 2026 */
.survey-page{overflow:clip}.survey-hero{padding-bottom:42px}.survey-hero-grid{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(330px,.72fr);gap:70px;align-items:end}.survey-hero .v2-display{max-width:820px}.survey-facts{display:flex;flex-wrap:wrap;gap:0;margin-top:34px;border-top:1px solid var(--v2-line);border-bottom:1px solid var(--v2-line)}.survey-facts span{display:flex;flex-direction:column;gap:2px;min-width:150px;padding:17px 28px 17px 0;margin-right:28px}.survey-facts strong{font-size:14px}.survey-facts small{color:var(--v2-muted);font-size:11px}.survey-purpose{border-left:2px solid var(--v2-rust);padding:4px 0 4px 27px}.survey-purpose h2{font:500 30px/1.08 var(--v2-serif);letter-spacing:-.025em;margin:10px 0 15px}.survey-purpose>p:not(.v2-eyebrow){color:var(--v2-muted);font-size:13px;line-height:1.65}.survey-purpose-note{margin-top:18px;padding-top:17px;border-top:1px solid var(--v2-line);color:var(--v2-ink)!important}.survey-section{padding-top:54px}.survey-shell{max-width:1040px}.survey-trustbar{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--v2-line);margin-bottom:30px;background:rgba(255,255,255,.16)}.survey-trustbar>div{padding:21px 23px}.survey-trustbar>div+div{border-left:1px solid var(--v2-line)}.survey-trustbar strong{display:block;font-size:12px;margin-bottom:6px}.survey-trustbar span{display:block;color:var(--v2-muted);font-size:11px;line-height:1.55}.survey-form-v2{display:block;max-width:none;padding:0;border:1px solid var(--v2-line);background:rgba(255,255,255,.24);box-shadow:0 24px 70px rgba(17,17,15,.045)}.survey-progress{position:sticky;top:73px;z-index:5;padding:18px 34px 14px;background:rgba(242,239,232,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--v2-line)}.survey-progress-copy{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:10px}.survey-progress-copy span{font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:var(--v2-muted)}.survey-progress-copy strong{font-size:11px}.survey-progress-track{height:3px;background:rgba(17,17,15,.1);overflow:hidden}.survey-progress-track span{display:block;height:100%;background:var(--v2-rust);transition:width .3s ease}.survey-step{padding:39px 44px 44px}.survey-step[hidden]{display:none!important}.survey-step-head{display:grid;grid-template-columns:54px 1fr;gap:20px;align-items:start;padding-bottom:28px;border-bottom:1px solid var(--v2-line);margin-bottom:30px}.survey-step-head>span{font:500 34px/1 var(--v2-serif);color:var(--v2-rust)}.survey-step-head h2{font:500 35px/1.05 var(--v2-serif);letter-spacing:-.025em;margin:0 0 8px}.survey-step-head p{font-size:12px;color:var(--v2-muted);line-height:1.55;margin:0}.survey-form-v2 fieldset{border:0;border-bottom:1px solid var(--v2-line);border-radius:0;padding:0 0 28px;margin:0 0 30px;display:block}.survey-form-v2 legend{font-size:15px;font-weight:700;line-height:1.45;padding:0;margin:0 0 14px;width:100%}.survey-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.survey-options.compact{grid-template-columns:repeat(3,1fr)}.survey-option{display:block;position:relative;padding:0!important;font-size:12px!important}.survey-option input{position:absolute;opacity:0;pointer-events:none}.survey-option span{display:flex;align-items:center;min-height:52px;padding:11px 15px 11px 43px;border:1px solid var(--v2-line);background:rgba(255,255,255,.18);line-height:1.4;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.survey-option span:before{content:"";position:absolute;left:15px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:1px solid rgba(17,17,15,.35);border-radius:50%;background:transparent;box-shadow:inset 0 0 0 4px transparent}.survey-option:hover span{border-color:rgba(17,17,15,.38);background:rgba(255,255,255,.38)}.survey-option input:checked+span{border-color:var(--v2-ink);background:rgba(17,17,15,.055)}.survey-option input:checked+span:before{background:var(--v2-rust);border-color:var(--v2-rust);box-shadow:inset 0 0 0 4px var(--v2-paper)}.survey-option input:focus-visible+span{outline:2px solid var(--v2-rust);outline-offset:2px}.survey-step .field-error{outline:2px solid #9b3c29!important;outline-offset:2px}.survey-open{display:block;margin:0 0 20px}.survey-open>span{display:block;font-size:15px;font-weight:700;margin-bottom:12px}.survey-open em{font-style:normal;color:var(--v2-muted);font-weight:450;font-size:11px;margin-left:5px}.survey-open textarea{width:100%;resize:vertical;min-height:130px}.survey-open small{display:block;text-align:right;color:var(--v2-muted);font-size:10px;margin-top:5px}.survey-consent{display:grid!important;grid-template-columns:18px 1fr!important;align-items:start!important;gap:10px!important;padding:13px 0!important;font-size:11px!important;line-height:1.55!important;font-weight:450!important}.survey-consent input{width:17px!important;height:17px!important;min-height:0!important;margin:1px 0 0!important}.survey-consent.required{border-top:1px solid var(--v2-line);margin-top:10px;padding-top:19px!important}.survey-consent a{text-decoration:underline}.survey-submit-note{display:flex;flex-direction:column;gap:5px;margin:22px 0;padding:18px 20px;border-left:2px solid var(--v2-rust);background:rgba(137,70,47,.045)}.survey-submit-note strong{font-size:12px}.survey-submit-note span{font-size:11px;color:var(--v2-muted)}.survey-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:30px}.survey-actions button{min-height:48px}.survey-next,.survey-submit{border:1px solid var(--v2-ink)!important;background:var(--v2-ink)!important;color:var(--v2-paper)!important;padding:12px 20px!important}.survey-next b,.survey-submit b{margin-left:10px}.survey-back{border:0!important;background:transparent!important;color:var(--v2-muted)!important;padding:10px 0!important}.survey-back:hover{color:var(--v2-ink)!important}.survey-form-v2 .form-status{margin:16px 0 0;padding:13px 15px;border:1px solid var(--v2-line);font-size:12px}.survey-form-v2 .form-status.is-error{border-color:#a34b38;background:rgba(163,75,56,.06)}.survey-reward{padding:45px;margin-top:30px;border:1px solid var(--v2-ink);background:var(--v2-ink);color:var(--v2-paper);scroll-margin-top:100px}.survey-reward[hidden]{display:none}.survey-reward>.v2-eyebrow{color:#c97a5d}.survey-reward>h2{font:500 39px/1.05 var(--v2-serif);letter-spacing:-.025em;max-width:680px;margin:10px 0 30px}.survey-reward-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:12px}.survey-reward article{padding:25px;border:1px solid rgba(242,239,232,.17);background:rgba(255,255,255,.025)}.survey-reward article>span,.survey-code-box span,.survey-share-box span{display:block;font-size:9px;letter-spacing:.14em;color:#c97a5d;margin-bottom:10px}.survey-reward article h3,.survey-share-box h3{font:500 25px/1.12 var(--v2-serif);margin:0 0 12px}.survey-reflection p,.survey-share-box p{font-size:12px;line-height:1.65;color:rgba(242,239,232,.72)}.survey-reflection small{display:block;margin-top:20px;padding-top:15px;border-top:1px solid rgba(242,239,232,.15);color:rgba(242,239,232,.48);font-size:9px;line-height:1.5}.survey-checklist ol{margin:15px 0 0;padding-left:20px}.survey-checklist li{padding:6px 0 6px 4px;font-size:11.5px;line-height:1.5;color:rgba(242,239,232,.78)}.survey-code-box{display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center;margin-top:12px;padding:25px;border:1px solid rgba(242,239,232,.17);background:#171714}.survey-code-box strong{display:block;font:500 24px/1.15 var(--v2-serif);margin-bottom:8px}.survey-code-box p{font-size:10px;color:rgba(242,239,232,.58);margin:0}.survey-code-action{display:flex;align-items:stretch}.survey-code-action code{display:flex;align-items:center;padding:12px 16px;border:1px dashed rgba(242,239,232,.42);font-size:15px;letter-spacing:.08em;color:var(--v2-paper)}.survey-code-action button{border:0;background:#c97a5d;color:#11110f;font-size:10px;font-weight:700;padding:0 14px;cursor:pointer}.survey-shop-link{grid-column:1/-1;display:flex;justify-content:center;align-items:center;min-height:47px;background:var(--v2-paper);color:var(--v2-ink);font-size:11px;font-weight:700}.survey-shop-link b{margin-left:8px}.survey-share-box{display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center;margin-top:12px;padding:25px;border:1px solid rgba(242,239,232,.17)}.survey-share-box h3{margin-bottom:7px}.survey-share-box p{margin:0}.survey-share-box button{border:1px solid var(--v2-paper);background:transparent;color:var(--v2-paper);padding:12px 18px;white-space:nowrap}.survey-methodology{display:grid;grid-template-columns:200px 1fr;gap:45px;margin-top:52px;padding-top:35px;border-top:1px solid var(--v2-line)}.survey-methodology h2{font:500 30px/1.08 var(--v2-serif);letter-spacing:-.02em;margin:0 0 12px}.survey-methodology p:not(.v2-eyebrow){font-size:12px;line-height:1.7;color:var(--v2-muted);margin:0}.survey-page.is-complete .survey-form-v2,.survey-page.is-complete .survey-trustbar{display:none}.survey-page.is-complete .survey-methodology{margin-top:30px}
@media(max-width:900px){.survey-hero-grid{grid-template-columns:1fr;gap:36px}.survey-purpose{max-width:650px}.survey-trustbar{grid-template-columns:1fr}.survey-trustbar>div+div{border-left:0;border-top:1px solid var(--v2-line)}.survey-options.compact{grid-template-columns:1fr 1fr}.survey-reward-grid{grid-template-columns:1fr}.survey-methodology{grid-template-columns:1fr;gap:10px}}
@media(max-width:640px){.survey-hero{padding-bottom:22px}.survey-facts{display:grid;grid-template-columns:repeat(3,1fr)}.survey-facts span{min-width:0;margin:0;padding:14px 9px 14px 0}.survey-facts strong{font-size:11px}.survey-facts small{font-size:8.5px}.survey-purpose{padding-left:19px}.survey-purpose h2{font-size:25px}.survey-section{padding-top:32px}.survey-form-v2{border-left:0;border-right:0;margin-left:-18px;margin-right:-18px}.survey-progress{top:65px;padding:14px 19px 12px}.survey-step{padding:28px 19px 32px}.survey-step-head{grid-template-columns:38px 1fr;gap:12px}.survey-step-head>span{font-size:27px}.survey-step-head h2{font-size:28px}.survey-options,.survey-options.compact{grid-template-columns:1fr}.survey-option span{min-height:48px}.survey-actions{align-items:stretch}.survey-actions .survey-next,.survey-actions .survey-submit{flex:1}.survey-back{padding-right:10px!important}.survey-reward{margin-left:-18px;margin-right:-18px;padding:29px 19px}.survey-reward>h2{font-size:31px}.survey-code-box,.survey-share-box{grid-template-columns:1fr}.survey-code-action{width:100%}.survey-code-action code{flex:1}.survey-share-box button{width:100%}.survey-methodology{margin-top:38px}}


/* v2.7 — spójne formularze */
.editorial-form select,.survey-form-v2 select{-webkit-appearance:none;appearance:none;padding-right:44px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2311110f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px}
.editorial-form .check,.newsletter-box .check,.inline-form .check{display:grid!important;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px}.editorial-form .check input[type="checkbox"],.newsletter-box .check input[type="checkbox"],.inline-form .check input[type="checkbox"]{padding:0!important;flex:0 0 20px}.editorial-form .check input[type="checkbox"]:focus-visible,.newsletter-box .check input[type="checkbox"]:focus-visible,.inline-form .check input[type="checkbox"]:focus-visible{outline:3px solid rgba(17,17,15,.18);outline-offset:3px}
.search-result-item{overflow:hidden}.search-result-item h3,.search-result-item p{overflow-wrap:anywhere}.search-result-item .v2-link{width:max-content}

/* v2.7 — spójne checkboxy zgody w badaniu */
.survey-consent input[type="checkbox"]{-webkit-appearance:none;appearance:none;display:grid;place-content:center;width:18px!important;height:18px!important;min-width:18px!important;margin:1px 0 0!important;padding:0!important;border:1.5px solid #817970!important;border-radius:5px!important;background:#fff!important;color:#fff}
.survey-consent input[type="checkbox"]:before{content:"";width:9px;height:6px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg) scale(0)}
.survey-consent input[type="checkbox"]:checked{background:var(--v2-ink)!important;border-color:var(--v2-ink)!important}.survey-consent input[type="checkbox"]:checked:before{transform:rotate(-45deg) scale(1)}
.survey-consent input[type="checkbox"]:focus-visible{outline:3px solid rgba(17,17,15,.18);outline-offset:3px}


/* v2.7.1 — resilient search cards and mobile menu contrast */
.search-results,.search-result,.search-result-item{min-width:0;max-width:100%}.search-result h2,.search-result-item h3{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:normal}.search-result p,.search-result-item p{max-width:100%;overflow-wrap:anywhere}.v3-menu-toggle{color:var(--v2-ink)}.v3-menu-toggle span{background:currentColor}

/* v2.8 — iOS form stability and neutral native colors */
.editorial-form input,.editorial-form textarea,.editorial-form select,.newsletter-box input,.inline-form input,.survey-form-v2 textarea,.survey-form-v2 select,.search-field input{color:var(--v2-ink)!important;-webkit-text-fill-color:var(--v2-ink)!important;caret-color:var(--v2-ink);opacity:1}
.editorial-form select option,.survey-form-v2 select option{color:#11110f;background:#fffaf3}
.editorial-form input::placeholder,.editorial-form textarea::placeholder,.newsletter-box input::placeholder,.inline-form input::placeholder,.survey-form-v2 textarea::placeholder,.search-field input::placeholder{color:#8b847c;-webkit-text-fill-color:#8b847c;opacity:1}
.survey-report-link{display:flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border:1px solid rgba(242,239,232,.55);color:var(--v2-paper);text-decoration:none;font-size:11px;font-weight:700;white-space:nowrap}
.survey-report-link:hover{background:var(--v2-paper);color:var(--v2-ink)}
@media(max-width:768px){
  .editorial-form input,.editorial-form textarea,.editorial-form select,.newsletter-box input,.inline-form input,.survey-form-v2 textarea,.survey-form-v2 select,.search-field input{font-size:16px!important;line-height:1.35}
  .survey-report-link{width:100%;white-space:normal;text-align:center}
}


/* v2.9.1 — Safari survey radio hardening + book prelaunch */
/* Keep the real radio accessible to assistive technology, but remove its native Safari drawing completely. */
.survey-option input[type="radio"]{
  position:absolute!important;
  width:1px!important;height:1px!important;min-width:1px!important;min-height:1px!important;
  margin:-1px!important;padding:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important;
  -webkit-appearance:none!important;appearance:none!important;
  opacity:0!important;
  pointer-events:none!important;
}
.survey-option span:before{box-sizing:border-box}

/* Book campaign */
.mp-book-section{padding:74px 0;border-top:1px solid var(--v2-line);border-bottom:1px solid var(--v2-line);background:linear-gradient(135deg,rgba(137,70,47,.055),rgba(255,255,255,.14) 58%)}
.mp-book-grid{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:72px;align-items:center}
.mp-book-visual{display:flex;justify-content:center;perspective:1100px}
.mp-book-cover{position:relative;width:min(100%,330px);aspect-ratio:.69;padding:42px 34px 34px;background:#171714;color:#f4eee5;border:1px solid rgba(255,255,255,.12);box-shadow:18px 24px 55px rgba(17,17,15,.18);transform:rotateY(-4deg);display:flex;flex-direction:column;overflow:hidden}
.mp-book-cover:after{content:"";position:absolute;inset:0 auto 0 0;width:8px;background:linear-gradient(180deg,#8d4a35,#633222)}
.mp-book-cover>span{font-size:11px;letter-spacing:.2em;color:#c98569;margin-bottom:18px}
.mp-book-cover>strong{font:500 clamp(38px,5vw,59px)/.92 var(--v2-serif);letter-spacing:-.045em;max-width:240px}
.mp-book-cover>small{margin-top:25px;padding-top:19px;border-top:1px solid rgba(244,238,229,.2);font-size:11px;line-height:1.5;color:rgba(244,238,229,.72)}
.mp-book-cover>em{margin-top:auto;font-style:normal;font-size:10px;letter-spacing:.14em;color:rgba(244,238,229,.62)}
.mp-book-copy{max-width:690px}
.mp-book-copy h2{font:500 clamp(39px,5vw,64px)/.98 var(--v2-serif);letter-spacing:-.04em;margin:12px 0 20px}
.mp-book-copy>p:not(.v2-eyebrow){font-size:15px;line-height:1.7;color:var(--v2-muted);max-width:620px}
.mp-book-test{display:flex;flex-wrap:wrap;gap:7px 12px;margin:26px 0 28px;padding:17px 0;border-top:1px solid var(--v2-line);border-bottom:1px solid var(--v2-line);font-size:11px;font-weight:760;letter-spacing:.08em}
.mp-book-test span:not(:last-child):after{content:"·";margin-left:12px;color:var(--v2-rust)}
.mp-book-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.mp-book-actions small{font-size:10px;line-height:1.5;color:var(--v2-muted)}
.mp-book-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border:1px solid var(--v2-ink);background:var(--v2-ink);color:var(--v2-paper);font-size:11px;font-weight:760;text-decoration:none}.mp-book-btn:hover{opacity:.9}
.mp-book-about{margin-top:42px;padding:34px;border:1px solid var(--v2-line);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(220px,.75fr);gap:45px;align-items:end;background:rgba(255,255,255,.18)}
.mp-book-about h2{font:500 35px/1.04 var(--v2-serif);letter-spacing:-.025em;margin:9px 0 14px}.mp-book-about p{color:var(--v2-muted);line-height:1.65;margin:0}.mp-book-about .mp-book-btn{justify-self:end}
.mp-book-inline{margin:42px 0 34px;padding:28px 30px;border-top:1px solid var(--v2-ink);border-bottom:1px solid var(--v2-line);background:rgba(137,70,47,.035)}
.mp-book-inline .v2-eyebrow{margin-bottom:9px}.mp-book-inline h3{font:500 31px/1.04 var(--v2-serif);letter-spacing:-.025em;margin:0 0 12px}.mp-book-inline p{max-width:690px;color:var(--v2-muted);font-size:13px;line-height:1.65;margin:0 0 18px}.mp-book-inline a{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:760;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:3px}
.survey-book-box{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end;margin-top:12px;padding:28px 25px;border:1px solid rgba(242,239,232,.17);background:rgba(201,122,93,.055)}
.survey-book-box>div>span{display:block;font-size:9px;letter-spacing:.14em;color:#c97a5d;margin-bottom:10px}.survey-book-box h3{font:500 27px/1.1 var(--v2-serif);margin:0 0 10px}.survey-book-box p{max-width:650px;font-size:11.5px;line-height:1.65;color:rgba(242,239,232,.7);margin:0}.survey-book-box a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 17px;border:1px solid var(--v2-paper);color:var(--v2-paper);font-size:10px;font-weight:760;text-decoration:none;white-space:nowrap}.survey-book-box a:hover{background:var(--v2-paper);color:var(--v2-ink)}
@media(max-width:900px){.mp-book-grid{grid-template-columns:minmax(210px,.62fr) minmax(0,1.38fr);gap:42px}.mp-book-about{grid-template-columns:1fr;gap:22px}.mp-book-about .mp-book-btn{justify-self:start}.survey-book-box{grid-template-columns:1fr}.survey-book-box a{justify-self:start}}
@media(max-width:680px){.mp-book-section{padding:52px 0}.mp-book-grid{grid-template-columns:1fr;gap:38px}.mp-book-visual{justify-content:flex-start}.mp-book-cover{width:230px;padding:31px 25px 26px;box-shadow:12px 18px 38px rgba(17,17,15,.16)}.mp-book-cover>strong{font-size:42px}.mp-book-copy h2{font-size:41px}.mp-book-copy>p:not(.v2-eyebrow){font-size:13px}.mp-book-test{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mp-book-test span:not(:last-child):after{display:none}.mp-book-actions{display:grid}.mp-book-btn{width:100%}.mp-book-about{margin-top:32px;padding:26px 20px}.mp-book-about h2{font-size:31px}.mp-book-inline{margin:34px -2px 28px;padding:24px 20px}.mp-book-inline h3{font-size:28px}.survey-book-box{padding:24px 20px}.survey-book-box a{width:100%}}


/* v2.9.2 — book section mobile polish only */
@media(max-width:680px){
  .mp-book-section{padding:42px 0 46px}
  .mp-book-grid{grid-template-columns:minmax(0,1fr);gap:28px}
  .mp-book-visual{justify-content:center;width:100%}
  .mp-book-cover{
    width:min(68vw,260px);
    max-width:260px;
    padding:30px 24px 25px;
    transform:none;
    margin:0 auto;
    box-shadow:10px 16px 32px rgba(17,17,15,.15)
  }
  .mp-book-cover>strong{font-size:clamp(39px,11vw,47px);line-height:.92}
  .mp-book-cover>small{margin-top:20px;padding-top:16px}
  .mp-book-copy{width:100%;max-width:none}
  .mp-book-copy h2{font-size:clamp(38px,10.2vw,46px);line-height:.98;margin:10px 0 17px}
  .mp-book-copy>p:not(.v2-eyebrow){font-size:13px;line-height:1.62}
  .mp-book-test{margin:22px 0 24px}
}
@media(max-width:390px){
  .mp-book-section{padding:38px 0 42px}
  .mp-book-grid{gap:24px}
  .mp-book-cover{width:min(66vw,244px);padding:27px 22px 23px}
  .mp-book-cover>strong{font-size:clamp(37px,10.8vw,43px)}
  .mp-book-copy h2{font-size:clamp(36px,10vw,42px)}
}

/* ===== v2.9.3 brand alignment: focused survey status bar ===== */
.survey-status-topbar .v3-topbar-inner{justify-content:center}
.survey-status-copy{display:flex!important;align-items:center;justify-content:center;gap:10px;color:#d8d1c7!important;font-size:11px;letter-spacing:.01em}
.survey-status-copy strong{color:#f5eee5;font-size:10px;letter-spacing:.12em}
.survey-status-copy i{font-style:normal;color:#bdb6ab}
@media(max-width:680px){
  .survey-status-topbar .v3-topbar-inner{justify-content:center;text-align:center;overflow:visible}
  .survey-status-copy{display:flex!important;flex-direction:column;gap:1px;white-space:normal;line-height:1.25}
  .survey-status-copy strong{font-size:9px}
  .survey-status-copy i{font-size:10px}
}
