:root{--ink:#1a1208;--parchment:#f5f0e8;--cream:#faf7f2;--gold:#8b6914;--gold-light:#c4a052;--rust:#7a3b1e;--muted:#8a7f70;--border:#d4c9b0;--shadow:rgba(26,18,8,0.08);--ff-display:'Cormorant Garamond', Georgia, serif;--ff-body:'EB Garamond', Georgia, serif;--ff-ui:'Crimson Pro', Georgia, serif;--max-w:1200px;--narrow:860px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:var(--ff-body);font-size:18px;line-height:1.75;-webkit-font-smoothing:antialiased}a{color:var(--gold);text-decoration:none;transition:color .2s}a:hover{color:var(--ink)}img{max-width:100%;height:auto;display:block}p{margin-bottom:1.1rem}h1,h2,h3,h4,h5,h6{font-family:var(--ff-display);color:var(--ink);line-height:1.2;font-weight:600}h1{font-size:2.8rem}h2{font-size:2rem}h3{font-size:1.4rem}.iv-container{max-width:var(--max-w);margin:0 auto;padding:0 2rem}.iv-container-narrow{max-width:var(--narrow);margin:0 auto;padding:0 2rem}.iv-eyebrow{font-family:var(--ff-ui);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}#iv-header{position:sticky;top:0;z-index:100;background:rgb(250 247 242 / .97);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.iv-header-inner{max-width:var(--max-w);margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:64px}#iv-logo{font-family:var(--ff-display);font-size:1.4rem;font-weight:600;color:var(--ink);letter-spacing:.01em}#iv-logo span{color:var(--gold)}#iv-logo:hover{color:var(--ink)}.iv-btn{display:inline-block;font-family:var(--ff-ui);font-size:1rem;letter-spacing:.04em;padding:.75rem 1.8rem;border-radius:2px;border:none;cursor:pointer;transition:all .2s;text-decoration:none}.iv-btn-primary{background:var(--ink);color:var(--cream)}.iv-btn-primary:hover{background:var(--gold);color:var(--cream)}.iv-btn-secondary{background:#fff0;color:var(--ink);border:1px solid var(--border)}.iv-btn-secondary:hover{border-color:var(--ink);background:var(--ink);color:var(--cream)}.iv-btn-gold{background:var(--gold);color:var(--cream)}.iv-btn-gold:hover{background:var(--gold-light);color:var(--cream)}.iv-btn-group{display:flex;gap:1rem;flex-wrap:wrap}.iv-hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 64px)}.iv-hero-poem{background:var(--ink);padding:5rem 4rem 5rem 5rem;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.iv-hero-poem::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 20% 80%,rgb(139 105 20 / .12),transparent 60%),radial-gradient(ellipse at 80% 20%,rgb(90 107 78 / .08),transparent 60%);pointer-events:none}.iv-hero-label{font-family:var(--ff-ui);font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-light);opacity:.8;margin-bottom:2.5rem}.iv-hero-verse{font-family:var(--ff-display);font-size:1.85rem;font-weight:300;font-style:italic;line-height:1.55;color:var(--parchment);margin-bottom:2.5rem;position:relative;border:none}.iv-hero-verse::before{content:'❝';position:absolute;top:-1rem;left:-1.5rem;font-size:4rem;color:var(--gold);opacity:.25;font-style:normal;line-height:1}.iv-hero-author{font-family:var(--ff-ui);font-size:1rem;color:var(--gold-light)}.iv-hero-author a{color:var(--gold-light);border-bottom:1px solid rgb(196 160 82 / .3)}.iv-hero-content{background:var(--parchment);padding:5rem 5rem 5rem 4rem;display:flex;flex-direction:column;justify-content:center;border-left:1px solid var(--border)}.iv-hero-eyebrow{font-family:var(--ff-ui);font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.iv-hero-title{font-family:var(--ff-display);font-size:3.2rem;font-weight:600;line-height:1.15;color:var(--ink);margin-bottom:1.5rem}.iv-hero-title em{font-style:italic;color:var(--gold);font-weight:300}.iv-hero-intro{font-size:1.05rem;color:#4a4035;line-height:1.75;margin-bottom:2rem;max-width:420px}.iv-andrea-card{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid var(--border);border-radius:4px;padding:1rem 1.2rem;margin-bottom:2rem;box-shadow:0 2px 12px var(--shadow)}.iv-andrea-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--rust));display:flex;align-items:center;justify-content:center;font-family:var(--ff-display);font-size:1.3rem;font-weight:600;color:#fff;flex-shrink:0;overflow:hidden}.iv-andrea-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.iv-andrea-name{font-family:var(--ff-display);font-size:1.05rem;font-weight:600;color:var(--ink)}.iv-andrea-role{font-family:var(--ff-ui);font-size:.82rem;color:var(--muted);margin-top:.1rem}.iv-thematic{background:var(--parchment);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3.5rem 0}.iv-section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2rem}.iv-section-title{font-family:var(--ff-display);font-size:1.8rem;font-weight:600}.iv-section-link{font-family:var(--ff-ui);font-size:.9rem;color:var(--gold);border-bottom:1px solid rgb(139 105 20 / .3)}.iv-theme-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.iv-theme-pill{text-align:center;padding:1.5rem 1rem;border:1px solid var(--border);border-radius:3px;background:#fff;display:block;color:var(--ink);transition:all .2s}.iv-theme-pill:hover{border-color:var(--gold);background:var(--ink);color:var(--parchment)}.iv-theme-emoji{font-size:1.8rem;display:block;margin-bottom:.5rem}.iv-theme-name{font-family:var(--ff-ui);font-size:.9rem;display:block}.iv-theme-pill:hover .iv-theme-name{color:var(--parchment)}.iv-verses{padding:4rem 0}.iv-verse-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.iv-verse-card{background:#fff;border:1px solid var(--border);border-radius:3px;padding:1.8rem;display:block;color:inherit;transition:all .25s;position:relative;overflow:hidden}.iv-verse-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gold);opacity:0;transition:opacity .2s}.iv-verse-card:hover{box-shadow:0 4px 20px var(--shadow);transform:translateY(-2px);border-color:var(--gold-light);color:inherit}.iv-verse-card:hover::before{opacity:1}.iv-verse-tag{font-family:var(--ff-ui);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem;display:block}.iv-verse-excerpt{font-family:var(--ff-display);font-size:1.15rem;font-style:italic;line-height:1.6;color:var(--ink);margin-bottom:1.2rem}.iv-verse-meta{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:.8rem}.iv-verse-title{font-family:var(--ff-ui);font-size:.9rem;color:var(--ink);font-weight:500}.iv-verse-arrow{color:var(--gold-light);transition:transform .2s}.iv-verse-card:hover .iv-verse-arrow{transform:translateX(4px)}.iv-andrea-section{padding:5rem 0;background:var(--cream)}.iv-andrea-inner{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center}.iv-andrea-portrait{aspect-ratio:3/4;background:linear-gradient(160deg,var(--ink),#3d2b0f);border-radius:3px;overflow:hidden;position:relative;display:flex;align-items:flex-end;padding:2rem}.iv-andrea-portrait img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.iv-andrea-portrait-caption{font-family:var(--ff-display);font-style:italic;font-size:1rem;color:rgb(245 240 232 / .7);line-height:1.5;position:relative;z-index:1}.iv-andrea-heading{font-family:var(--ff-display);font-size:2.4rem;font-weight:600;line-height:1.2;color:var(--ink);margin-bottom:1.5rem}.iv-andrea-heading em{font-style:italic;font-weight:300;color:var(--gold)}.iv-andrea-bio{font-size:1.05rem;color:#4a4035;line-height:1.8;margin-bottom:1.2rem}.iv-andrea-bio strong{color:var(--ink)}.iv-stats{display:flex;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.iv-stat-num{font-family:var(--ff-display);font-size:2rem;font-weight:600;color:var(--gold);display:block;line-height:1}.iv-stat-label{font-family:var(--ff-ui);font-size:.8rem;color:var(--muted);display:block;margin-top:.2rem}.iv-newsletter{background:var(--ink);padding:5rem 0}.iv-newsletter-inner{max-width:var(--max-w);margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.iv-nl-eyebrow{font-family:var(--ff-ui);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-light);opacity:.8;margin-bottom:1.2rem}.iv-nl-title{font-family:var(--ff-display);font-size:2.5rem;font-weight:300;font-style:italic;line-height:1.25;color:var(--parchment);margin-bottom:1rem}.iv-nl-desc{font-size:1rem;color:rgb(245 240 232 / .55);line-height:1.7}.iv-nl-form-placeholder{margin-top:1rem}.iv-vers-header{background:var(--ink);padding:5rem 0 4rem}.iv-vers-cat-link{font-family:var(--ff-ui);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-light);opacity:.7;display:inline-block;margin-bottom:1.5rem}.iv-vers-cat-link:hover{color:var(--gold-light);opacity:1}.iv-vers-title{font-family:var(--ff-display);font-size:3rem;font-weight:600;color:var(--parchment);line-height:1.15}.iv-vers-body{padding:3rem 0 5rem}.iv-vers-szoveg{font-family:var(--ff-display);font-size:1.5rem;font-style:italic;font-weight:300;line-height:1.85;color:var(--ink);background:#fff;border:1px solid var(--border);border-radius:3px;padding:3rem 3.5rem;box-shadow:0 4px 24px var(--shadow);position:relative;margin-bottom:2.5rem}.iv-vers-szoveg::before{content:'❝';position:absolute;top:1.5rem;left:2rem;font-size:6rem;color:var(--gold);opacity:.06;font-style:normal;line-height:1}.iv-vers-szoveg p{margin-bottom:.8rem}.iv-vers-szoveg br{line-height:1.85}.iv-andrea-ajanloja{background:var(--ink);border-radius:3px;padding:2rem 2.5rem;margin-bottom:2.5rem}.iv-ajanloja-label{font-family:var(--ff-ui);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.8rem;opacity:.8}.iv-ajanloja-text{font-family:var(--ff-body);font-size:1rem;font-style:italic;line-height:1.75;color:rgb(245 240 232 / .8);margin-bottom:.8rem}.iv-ajanloja-sign{font-family:var(--ff-display);font-size:.9rem;color:var(--gold-light)}.iv-related{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border)}.iv-related-title{font-family:var(--ff-display);font-size:1.4rem;margin-bottom:1.5rem}.iv-related-blog{margin:3rem 0;padding:2rem 2.5rem;background:#fff6ee;border-left:2px solid var(--rust);border-radius:4px}.iv-related-blog-title{font-family:var(--ff-display);font-size:1.2rem;font-weight:500;color:#7a3326;margin-bottom:1rem}.iv-related-blog ul{list-style:none;padding:0}.iv-related-blog li{margin-bottom:10px;font-size:1rem}.iv-related-blog li a{color:#5c241b;font-weight:400}.iv-related-blog li a:hover{color:#6b2415;font-weight:600}.iv-related-blog small{display:block;font-size:.82rem;color:#8a7467;opacity:.75}.iv-archive-hero{background:var(--ink);padding:5rem 0 4rem;text-align:center}.iv-archive-hero h1{font-family:var(--ff-display);font-size:3rem;font-weight:300;font-style:italic;color:var(--parchment)}.iv-archive-desc{color:rgb(245 240 232 / .45);max-width:500px;margin:1rem auto 0;font-size:1rem}.iv-archive-body{padding:4rem 0 5rem;max-width:var(--max-w);margin:0 auto;padding-left:2rem;padding-right:2rem}.iv-archive-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.iv-pagination{margin-top:2.5rem;display:flex;gap:.5rem;flex-wrap:wrap}.iv-pagination .page-numbers{font-family:var(--ff-ui);font-size:.9rem;padding:.5rem 1rem;border:1px solid var(--border);border-radius:2px;color:var(--ink);background:#fff}.iv-pagination .page-numbers.current{background:var(--ink);color:var(--cream);border-color:var(--ink)}.iv-pagination a:hover{background:var(--parchment)}.iv-no-posts{font-family:var(--ff-ui);color:var(--muted);padding:2rem 0}.iv-sidebar{display:flex;flex-direction:column;gap:1.5rem}.iv-sidebar-box{background:#fff;border:1px solid var(--border);border-radius:3px;padding:1.5rem}.iv-sidebar-title{font-family:var(--ff-display);font-size:1.1rem;font-weight:600;color:var(--ink);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.iv-sidebar-cats{list-style:none;padding:0}.iv-sidebar-cats li{padding:.3rem 0;border-bottom:1px solid rgb(212 201 176 / .4)}.iv-sidebar-cats a{font-family:var(--ff-ui);font-size:.9rem;color:var(--ink)}.iv-sidebar-cats a:hover{color:var(--gold)}.iv-sidebar-cats li.iv-active a{color:var(--gold);font-weight:600}.iv-sidebar-cats span{color:var(--muted);font-size:.78rem}.iv-sidebar-nl p{font-family:var(--ff-ui);font-size:.88rem;color:var(--muted)}#iv-footer{background:#110d05;border-top:1px solid rgb(196 160 82 / .08)}.iv-footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;max-width:var(--max-w);margin:0 auto;padding:3.5rem 2rem 2.5rem;border-bottom:1px solid rgb(255 255 255 / .04)}.iv-footer-logo{font-family:var(--ff-display);font-size:1.3rem;font-weight:600;color:var(--parchment);margin-bottom:.8rem}.iv-footer-logo span{color:var(--gold-light)}.iv-footer-tagline{font-family:var(--ff-body);font-style:italic;font-size:.95rem;color:rgb(245 240 232 / .3);line-height:1.6;max-width:260px;margin-bottom:1.2rem}.iv-footer-legal{font-family:var(--ff-ui);font-size:.75rem;color:rgb(245 240 232 / .18);line-height:1.9}.iv-footer-legal a{color:rgb(245 240 232 / .18)}.iv-footer-legal a:hover{color:var(--gold-light)}.iv-footer-col-title{font-family:var(--ff-ui);font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--parchment);margin-bottom:1rem;opacity:.6}.iv-footer-links{list-style:none;padding:0}.iv-footer-links li{margin-bottom:.4rem}.iv-footer-links a{font-family:var(--ff-ui);font-size:.88rem;color:rgb(245 240 232 / .3);transition:color .15s}.iv-footer-links a:hover{color:var(--gold-light)}.iv-footer-bottom{max-width:var(--max-w);margin:0 auto;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center;font-family:var(--ff-ui);font-size:.75rem;color:rgb(245 240 232 / .18)}.iv-footer-bottom a{color:rgb(245 240 232 / .18)}.iv-footer-bottom a:hover{color:var(--gold-light)}#iv-go-top{position:fixed;bottom:2rem;right:2rem;z-index:50}#iv-go-top button{background:var(--ink);color:var(--parchment);border:none;width:40px;height:40px;border-radius:50%;font-size:1rem;cursor:pointer;opacity:.6;transition:opacity .2s}#iv-go-top button:hover{opacity:1}.iv-page-body{max-width:var(--narrow);margin:0 auto;padding:3rem 2rem 5rem}.iv-page-body h2{font-size:1.6rem;margin:2rem 0 .8rem}.iv-page-body p{line-height:1.8}.iv-page-body ul{padding-left:1.5rem;margin-bottom:1rem}.quickberg-adzone,[class*="quickberg-adzone"],[id*="quickberg-adzone"]{display:none!important}@media (max-width:1100px){.iv-hero{grid-template-columns:1fr;min-height:auto}.iv-hero-poem{padding:4rem 3rem}.iv-hero-content{padding:4rem 3rem}.iv-verse-grid{grid-template-columns:repeat(2,1fr)}.iv-theme-grid{grid-template-columns:repeat(3,1fr)}.iv-andrea-inner{grid-template-columns:1fr}.iv-newsletter-inner{grid-template-columns:1fr;gap:3rem}.iv-footer-main{grid-template-columns:1fr;gap:2rem}.iv-archive-grid{grid-template-columns:1fr}}@media (max-width:768px){body{font-size:16px}h1{font-size:2rem}h2{font-size:1.6rem}.iv-hero-title{font-size:2.2rem}.iv-hero-verse{font-size:1.4rem}.iv-verse-grid{grid-template-columns:1fr}.iv-theme-grid{grid-template-columns:repeat(2,1fr)}.iv-vers-szoveg{font-size:1.2rem;padding:1.8rem}.iv-footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}body{font-size:18px}.iv-verse-excerpt{font-size:1.2rem}.iv-vers-szoveg{font-size:1.6rem}.iv-rolam-hero{background:var(--ink);padding:6rem 0 5rem}.iv-rolam-hero-inner{display:grid;grid-template-columns:280px 1fr;gap:4rem;align-items:center;max-width:var(--max-w);margin:0 auto;padding:0 2rem}.iv-rolam-photo{width:280px;height:340px;border-radius:3px;overflow:hidden;background:rgb(196 160 82 / .1);border:1px solid rgb(196 160 82 / .2)}.iv-rolam-photo img{width:100%;height:100%;object-fit:cover}.iv-rolam-eyebrow{font-family:var(--ff-ui);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-light);opacity:.7;margin-bottom:1rem}.iv-rolam-name{font-family:var(--ff-display);font-size:3.5rem;font-weight:600;color:var(--parchment);line-height:1.1;margin-bottom:.5rem}.iv-rolam-subtitle{font-family:var(--ff-display);font-size:1.4rem;font-style:italic;font-weight:300;color:rgb(245 240 232 / .4);margin-bottom:2rem}.iv-rolam-bio-short{font-size:1.05rem;line-height:1.75;color:rgb(245 240 232 / .7);max-width:560px}.iv-rolam-body{padding:4rem 0 5rem;max-width:var(--max-w);margin:0 auto;padding-left:2rem;padding-right:2rem}.iv-rolam-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;background:var(--parchment);padding:2.5rem;border-radius:3px;margin-bottom:3rem;border:1px solid var(--border)}.iv-rolam-stat-num{font-family:var(--ff-display);font-size:2.5rem;font-weight:600;color:var(--ink);line-height:1;display:block}.iv-rolam-stat-label{font-family:var(--ff-ui);font-size:.82rem;color:var(--muted);display:block}.iv-rolam-section-title{font-family:var(--ff-display);font-size:1.6rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:1px solid var(--border)}.iv-pub-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.iv-pub-year{font-family:var(--ff-display);font-size:1rem;font-weight:600;color:var(--gold);flex-shrink:0;min-width:44px}.iv-pub-title{font-family:var(--ff-body);font-size:1rem;color:var(--ink);font-style:italic;line-height:1.5}.iv-pub-note{font-family:var(--ff-ui);font-size:.85rem;color:var(--muted);font-style:normal;display:block;margin-top:.2rem}.iv-rolam-idezet{background:var(--ink);border-radius:3px;padding:2.5rem 3rem;margin:3rem 0}.iv-rolam-idezet blockquote{font-family:var(--ff-display);font-size:1.5rem;font-style:italic;font-weight:300;line-height:1.6;color:var(--parchment);border:none}.iv-rolam-idezet cite{font-family:var(--ff-ui);font-size:.9rem;color:var(--gold-light);display:block;margin-top:1rem}.iv-rolam-contact{background:var(--parchment);border:1px solid var(--border);border-radius:3px;padding:2rem 2.5rem;margin-top:3rem}.iv-rolam-contact h3{font-family:var(--ff-display);font-size:1.3rem;margin-bottom:1rem}.iv-rolam-contact p{font-size:.95rem;color:var(--muted);margin-bottom:.5rem}.iv-rolam-contact a{color:var(--gold)}@media (max-width:900px){.iv-rolam-hero-inner{grid-template-columns:1fr}.iv-rolam-photo{width:100%;height:260px}.iv-rolam-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.iv-rolam-body>div[style*="grid-template-columns:1fr 1fr"]{display:block!important}.iv-rolam-body>div[style*="grid-template-columns:1fr 1fr"]>div+div{margin-top:2rem}}.iv-vers-header a.iv-vers-cat-link,.iv-vers-header .iv-vers-cat-link{display:inline-block!important;font-family:var(--ff-ui)!important;font-size:.78rem!important;letter-spacing:.15em!important;text-transform:uppercase!important;color:var(--gold-light)!important;opacity:.75!important;margin-bottom:1.5rem!important;text-decoration:none!important;pointer-events:all!important;cursor:pointer!important;transition:opacity .2s!important}.iv-vers-header a.iv-vers-cat-link:hover{opacity:1!important;color:var(--gold-light)!important}.iv-vers-header a{color:var(--gold-light)!important;text-decoration:none!important}#iv-header{z-index:9999}#iv-nav{display:flex!important;align-items:center!important;gap:.2rem!important;flex-wrap:nowrap!important}#iv-nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}#iv-nav-toggle span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.iv-nav-link,.iv-nav-btn{font-family:var(--ff-ui)!important;font-size:.95rem!important;color:var(--muted)!important;padding:.45rem .85rem!important;border-radius:2px!important;background:none!important;border:none!important;cursor:pointer!important;transition:color .15s!important;white-space:nowrap!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;gap:.3rem!important}.iv-nav-link:hover,.iv-nav-btn:hover,.iv-nav-active{color:var(--ink)!important}.iv-caret{font-size:.7em;opacity:.6}.iv-nav-dropdown{position:relative!important}.iv-dropdown-panel{display:none;position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid var(--border);border-radius:3px;box-shadow:0 8px 32px rgb(26 18 8 / .12);z-index:10000;min-width:200px;padding:.4rem 0}.iv-nav-dropdown.iv-open .iv-dropdown-panel{display:block}.iv-dropdown-link{display:block!important;padding:.55rem 1.2rem!important;font-family:var(--ff-ui)!important;font-size:.9rem!important;color:var(--ink)!important;text-decoration:none!important;transition:background .12s!important}.iv-dropdown-link:hover{background:var(--parchment)!important;color:var(--ink)!important}.iv-nav-cta{background:var(--ink)!important;color:var(--cream)!important;padding:.45rem 1.1rem!important;border-radius:2px!important;font-family:var(--ff-ui)!important;font-size:.88rem!important;margin-left:.3rem!important;white-space:nowrap!important;text-decoration:none!important;transition:background .2s!important}.iv-nav-cta:hover{background:var(--gold)!important;color:var(--cream)!important}@media (hover:hover) and (min-width:901px){.iv-nav-dropdown:hover .iv-dropdown-panel{display:block}}@media (max-width:900px){#iv-nav{display:none!important}#iv-nav.iv-open{display:flex!important;flex-direction:column!important;align-items:stretch!important;position:fixed!important;inset:64px 0 0 0!important;width:100%!important;height:auto!important;min-height:calc(100dvh - 64px)!important;max-height:none!important;margin:0!important;background:var(--cream)!important;padding:1.5rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom, 0px))!important;gap:.25rem!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;z-index:9998!important;border-top:1px solid var(--border)!important;box-sizing:border-box!important}#iv-nav.iv-open>a,#iv-nav.iv-open>.iv-nav-dropdown,#iv-nav.iv-open>.iv-nav-cta{width:100%!important;flex:0 0 auto!important}#iv-nav.iv-open .iv-nav-link,#iv-nav.iv-open .iv-nav-btn,#iv-nav.iv-open .iv-nav-cta{width:100%!important;justify-content:space-between!important;margin-left:0!important}#iv-nav.iv-open .iv-dropdown-panel{position:static!important;display:none;box-shadow:none!important;border:none!important;background:var(--parchment)!important;border-radius:0!important;padding:.25rem 0 0 .75rem!important;min-width:0!important}#iv-nav.iv-open .iv-nav-dropdown.iv-open .iv-dropdown-panel{display:block!important}#iv-nav-toggle{display:flex!important;flex-direction:column!important;gap:5px!important}#iv-nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}#iv-nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}#iv-nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}.iv-archive-wrap{padding:3rem 0 5rem}.iv-eyebrow-light{font-family:var(--ff-ui);font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:rgb(245 240 232 / .4);margin-bottom:1rem}.iv-archive-grid-full{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}@media (max-width:1100px){.iv-archive-grid-full{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.iv-archive-grid-full{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.iv-archive-grid-full{grid-template-columns:1fr}}.iv-arc-card{background:#fff;border:1px solid var(--border);border-radius:3px;padding:1.5rem;display:flex;flex-direction:column;gap:.8rem;text-decoration:none;color:inherit;transition:all .2s;position:relative}.iv-arc-card::after{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gold);border-radius:3px 0 0 3px;opacity:0;transition:opacity .2s}.iv-arc-card:hover{box-shadow:0 4px 20px var(--shadow);transform:translateY(-2px);color:inherit}.iv-arc-card:hover::after{opacity:1}.iv-arc-tag{font-family:var(--ff-ui);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.iv-arc-excerpt{font-family:var(--ff-display);font-size:1.05rem;font-style:italic;line-height:1.65;color:var(--ink);flex-grow:1}.iv-arc-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:.7rem;margin-top:auto}.iv-arc-title{font-family:var(--ff-ui);font-size:.85rem;color:var(--ink);font-weight:500}.iv-arc-arrow{color:var(--gold-light);font-size:.9rem;transition:transform .2s}.iv-arc-card:hover .iv-arc-arrow{transform:translateX(4px)}.iv-szerzok-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}@media (max-width:1100px){.iv-szerzok-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.iv-szerzok-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:500px){.iv-szerzok-grid{grid-template-columns:repeat(2,1fr)}}.iv-szerzo-card{background:#fff;border:1px solid var(--border);border-radius:3px;padding:1.5rem 1rem;text-align:center;display:block;text-decoration:none;color:inherit;transition:all .2s}.iv-szerzo-card:hover{border-color:var(--gold);box-shadow:0 4px 16px var(--shadow);color:inherit}.iv-szerzo-initial{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--ink),#3d2b0f);color:var(--parchment);font-family:var(--ff-display);font-size:1.4rem;font-weight:600;line-height:48px;margin:0 auto .8rem;transition:background .2s}.iv-szerzo-card:hover .iv-szerzo-initial{background:linear-gradient(135deg,var(--gold),var(--rust))}.iv-szerzo-name{font-family:var(--ff-display);font-size:1rem;font-weight:600;color:var(--ink);margin-bottom:.3rem}.iv-szerzo-count{font-family:var(--ff-ui);font-size:.78rem;color:var(--muted)}.iv-archive-hero{padding:3.5rem 0 3rem}.iv-archive-hero h1{font-size:2.2rem}#iv-header.iv-scrolled{box-shadow:0 2px 20px rgb(26 18 8 / .09)}#hull,.no-sidebar2{all:unset;display:block}.site,.g12,.row,.col{all:unset;display:block}body{font-size:18px!important}.iv-nav-link,.iv-nav-btn,.iv-nav-cta,.iv-dropdown-link{font-size:1.05rem!important}.iv-arc-excerpt{font-size:1.1rem!important}.iv-arc-title{font-size:1rem!important}.iv-verse-excerpt{font-size:1.15rem!important}.iv-sidebar-cats a{font-size:1rem!important}.iv-footer-links a{font-size:.95rem!important}.iv-dropdown-sep{height:1px;background:var(--border);margin:.4rem .8rem}.iv-products{padding:4rem 0 5rem;background:var(--parchment);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.iv-products-intro{font-size:1.05rem;color:var(--muted);max-width:640px;margin-bottom:2rem;line-height:1.7}.iv-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-bottom:1.5rem}@media (max-width:1100px){.iv-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.iv-products-grid{grid-template-columns:1fr}}.iv-product-card{background:#fff;border:1px solid var(--border);border-radius:4px;display:flex;flex-direction:column;padding:1.8rem;transition:all .2s}.iv-product-card:hover{box-shadow:0 6px 28px var(--shadow);transform:translateY(-3px)}.iv-product-card--highlight{background:var(--ink);border-color:var(--ink)}.iv-product-card--highlight .iv-product-tag{color:var(--gold-light)}.iv-product-card--highlight .iv-product-title{color:var(--parchment)}.iv-product-card--highlight .iv-product-desc{color:rgb(245 240 232 / .6)}.iv-product-card--highlight .iv-product-price{color:var(--parchment)}.iv-product-emoji{font-size:2rem;margin-bottom:1rem;line-height:1}.iv-product-body{flex-grow:1}.iv-product-tag{font-family:var(--ff-ui);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.iv-product-title{font-family:var(--ff-display);font-size:1.2rem;font-weight:600;color:var(--ink);margin-bottom:.6rem;line-height:1.3}.iv-product-desc{font-family:var(--ff-ui);font-size:.9rem;color:var(--muted);line-height:1.6;margin-bottom:1.2rem}.iv-product-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-top:1px solid var(--border);padding-top:1rem;margin-top:auto}.iv-product-card--highlight .iv-product-footer{border-color:rgb(255 255 255 / .08)}.iv-product-price{font-family:var(--ff-display);font-size:1.3rem;font-weight:600;color:var(--ink)}.iv-btn-sm{padding:.5rem 1.1rem!important;font-size:.9rem!important}.iv-products-note{font-family:var(--ff-ui);font-size:.88rem;color:var(--muted);text-align:center;padding:1rem}.iv-products-note a{color:var(--gold)}.iv-bolt-hero{background:var(--ink);padding:4rem 0 3rem}.iv-bolt-hero h1{font-family:var(--ff-display);font-size:2.8rem;color:var(--parchment)}.iv-bolt-hero p{color:rgb(245 240 232 / .5);margin-top:.8rem}.iv-rolam-cols{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:2rem}@media (max-width:900px){.iv-rolam-cols{grid-template-columns:1fr;gap:2rem}}.iv-nl-mit-kapsz{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem}.iv-nl-mit-item{background:#fff;border:1px solid var(--border);border-radius:3px;padding:1.5rem 1rem;text-align:center;display:flex;flex-direction:column;gap:.4rem}.iv-nl-mit-emoji{font-size:1.8rem;line-height:1}.iv-nl-mit-item strong{font-family:var(--ff-display);font-size:1.05rem;color:var(--ink)}.iv-nl-mit-item span{font-family:var(--ff-ui);font-size:.85rem;color:var(--muted)}.iv-nl-form-box{background:var(--ink);border-radius:4px;padding:2.5rem 3rem}.iv-nl-form-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgb(255 255 255 / .08)}.iv-nl-form-avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,var(--gold),var(--rust))}.iv-nl-form-avatar img{width:100%;height:100%;object-fit:cover}.iv-nl-form-name{font-family:var(--ff-display);font-size:1.1rem;font-weight:600;color:var(--parchment)}.iv-nl-form-sub{font-family:var(--ff-ui);font-size:.85rem;color:rgb(245 240 232 / .4);font-style:italic}.iv-nl-form{display:flex;flex-direction:column;gap:1.2rem}.iv-nl-field{display:flex;flex-direction:column;gap:.5rem}.iv-nl-field label{font-family:var(--ff-ui);font-size:.88rem;letter-spacing:.04em;color:rgb(245 240 232 / .55)}.iv-nl-field input{background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .12);border-radius:3px;padding:.85rem 1.1rem;font-family:var(--ff-body);font-size:1.05rem;color:var(--parchment);outline:none;transition:border-color .2s;width:100%;box-sizing:border-box}.iv-nl-field input::placeholder{color:rgb(245 240 232 / .2)}.iv-nl-field input:focus{border-color:var(--gold-light);background:rgb(255 255 255 / .09)}.iv-nl-checkbox{display:flex;align-items:flex-start;gap:.8rem;cursor:pointer}.iv-nl-checkbox input[type="checkbox"]{width:18px;height:18px;flex-shrink:0;margin-top:.2rem;accent-color:var(--gold);background:none;border:1px solid rgb(255 255 255 / .2);border-radius:2px;cursor:pointer;padding:0}.iv-nl-checkbox span{font-family:var(--ff-ui);font-size:.88rem;color:rgb(245 240 232 / .45);line-height:1.5}.iv-nl-checkbox a{color:var(--gold-light)}.iv-nl-submit{background:var(--gold);color:var(--cream);border:none;border-radius:3px;padding:1rem 2rem;font-family:var(--ff-ui);font-size:1.05rem;letter-spacing:.04em;cursor:pointer;transition:background .2s;text-align:center;width:100%}.iv-nl-submit:hover{background:var(--gold-light)}.iv-nl-note{font-family:var(--ff-ui);font-size:.8rem;color:rgb(245 240 232 / .25);text-align:center;margin-top:.5rem!important}@media (max-width:600px){.iv-nl-mit-kapsz{grid-template-columns:1fr}.iv-nl-form-box{padding:1.8rem 1.5rem}}html{font-size:18px!important}body,body *{font-size-adjust:none}.iv-nav-link,.iv-nav-btn,.iv-nav-cta{font-size:1rem!important}.iv-dropdown-link{font-size:.95rem!important}.iv-arc-excerpt,.iv-verse-excerpt{font-size:1.1rem!important;line-height:1.8!important}.iv-sidebar-cats a{font-size:1rem!important}.iv-sidebar-cats .iv-active{font-weight:600;color:var(--ink)!important}.iv-footer-links a{font-size:1rem!important}.iv-footer-legal{font-size:.82rem!important}.iv-andrea-portrait{display:none!important}.iv-andrea-inner{grid-template-columns:1fr!important}.iv-product-footer{flex-wrap:nowrap!important;align-items:center!important}.iv-product-price{font-family:var(--ff-display)!important;font-size:1.3rem!important;font-weight:600!important;white-space:nowrap!important;color:var(--ink)!important;line-height:1.2!important}.iv-product-card--highlight .iv-product-price{color:var(--parchment)!important}.iv-products-grid{align-items:stretch!important}.iv-product-card{height:100%!important;box-sizing:border-box!important}.iv-andrea-portrait{display:none!important}.iv-andrea-inner{grid-template-columns:1fr!important;max-width:700px!important;margin:0 auto!important}.iv-product-card .iv-product-desc{font-size:.88rem!important}.iv-product-card .iv-btn-sm{font-size:.85rem!important;padding:.5rem .9rem!important;white-space:nowrap!important}.iv-footer-links a{color:rgb(245 240 232 / .55)!important}.iv-footer-links a:hover{color:var(--gold-light)!important}.iv-footer-tagline{color:rgb(245 240 232 / .45)!important}.iv-footer-legal,.iv-footer-legal a{color:rgb(245 240 232 / .35)!important}.iv-footer-legal a:hover{color:var(--gold-light)!important}.iv-footer-bottom{color:rgb(245 240 232 / .3)!important}.edd-submit,.edd_go_to_checkout,a.edd-button,.iv-product-card .edd-submit{background:var(--ink)!important;color:var(--parchment)!important;border:none!important;border-radius:3px!important;padding:.5rem 1.1rem!important;font-family:var(--ff-ui)!important;font-size:.9rem!important;letter-spacing:.04em!important;cursor:pointer!important;transition:background .2s!important;text-decoration:none!important;display:inline-block!important;white-space:nowrap!important}.edd-submit:hover,a.edd-button:hover{background:var(--gold)!important;color:var(--cream)!important}.iv-product-card--highlight .edd-submit{background:var(--gold)!important;color:var(--cream)!important}.iv-product-card--highlight .edd-submit:hover{background:var(--gold-light)!important}.iv-products-grid--bolt{grid-template-columns:repeat(3,1fr)!important}@media (max-width:900px){.iv-products-grid--bolt{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:600px){.iv-products-grid--bolt{grid-template-columns:1fr!important}}.edd_errors,.edd-alert{background:var(--parchment);border-left:3px solid var(--gold);padding:1rem 1.2rem;font-family:var(--ff-ui);font-size:.9rem;margin-bottom:1rem}.iv-bolt-notice{background:var(--parchment);border:1px solid var(--border);border-left:3px solid var(--gold);padding:1rem 1.5rem;font-family:var(--ff-ui);font-size:.95rem;border-radius:3px;margin-bottom:2rem;color:var(--ink)}.iv-bolt-notice a{color:var(--gold)}.iv-kviz-section{margin-bottom:3rem}.iv-kviz-section-title{font-family:var(--ff-display);font-size:1.4rem;font-weight:400;color:var(--ink);margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:1px solid var(--border)}.iv-kviz-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width:700px){.iv-kviz-grid{grid-template-columns:1fr}}.iv-kviz-card{background:#fff;border:1px solid var(--border);border-radius:4px;padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:box-shadow .2s,transform .2s}.iv-kviz-card:hover{box-shadow:0 6px 28px var(--shadow);transform:translateY(-3px)}.iv-kviz-card--featured{border-color:var(--gold);box-shadow:0 2px 16px rgb(196 160 82 / .15)}.iv-kviz-card--soon{opacity:.65}.iv-kviz-emoji{font-size:2.2rem;line-height:1}.iv-kviz-body{flex-grow:1}.iv-kviz-tag{font-family:var(--ff-ui);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.iv-kviz-title{font-family:var(--ff-display);font-size:1.2rem;font-weight:600;color:var(--ink);margin-bottom:.5rem;line-height:1.3}.iv-kviz-desc{font-family:var(--ff-ui);font-size:.9rem;color:var(--muted);line-height:1.6}.iv-kviz-soon-badge{display:inline-block;background:var(--parchment);border:1px solid var(--border);border-radius:2px;padding:.4rem 1rem;font-family:var(--ff-ui);font-size:.8rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;align-self:flex-start}.iv-footer-bottom{flex-direction:column!important;gap:.8rem!important;text-align:center!important}.iv-footer-bottom-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.3rem 1.2rem}.iv-footer-bottom-links a{color:rgb(245 240 232 / .35)!important;font-family:var(--ff-ui);font-size:.75rem!important;text-decoration:none;white-space:nowrap;transition:color .2s}.iv-footer-bottom-links a:hover{color:var(--gold-light)!important}.iv-archive-desc{max-width:680px!important;margin:0 auto!important;font-size:1rem!important;line-height:1.8!important;color:rgb(245 240 232 / .65)!important}.iv-archive-hero .iv-archive-desc,.iv-archive-hero p,.iv-archive-hero .iv-archive-desc p,.iv-archive-hero .iv-archive-desc *{color:rgb(245 240 232 / .85)!important}.iv-pub-title a{color:var(--ink)!important;text-decoration:underline!important;text-decoration-color:var(--gold)!important;text-underline-offset:3px!important;transition:color .2s!important}.iv-pub-title a:hover{color:var(--gold)!important}.iv-rolam-editor-content{max-width:700px;margin:0 auto 2.5rem;font-family:var(--ff-ui);font-size:1rem;line-height:1.8;color:var(--muted)}.iv-rolam-editor-content p{margin-bottom:1rem}.iv-rolam-editor-content a{color:var(--gold)}.iv-share-bar{background:var(--parchment-light,#faf7f2);border-top:1px solid var(--gold-mid,#c9b882);padding:1rem 0;margin-top:2rem}.iv-share-bar .iv-container{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.iv-share-label{font-size:.85rem;color:#888;font-family:var(--ff-sans,sans-serif)}.iv-share-fb{display:inline-flex;align-items:center;gap:.5rem;background:#1877f2;color:#fff;padding:.5rem 1.1rem;border-radius:3px;font-family:var(--ff-sans,sans-serif);font-size:.88rem;font-weight:600;text-decoration:none;transition:background .15s}.iv-share-fb:hover{background:#166fe5;color:#fff}.iv-share-nl{font-size:.88rem;color:var(--teal,#2e6b6b);text-decoration:none;font-family:var(--ff-sans,sans-serif);margin-left:auto}.iv-share-nl:hover{text-decoration:underline}@media (max-width:600px){.iv-share-bar .iv-container{flex-direction:column;align-items:flex-start}.iv-share-nl{margin-left:0}}.iv-page-editor-content{font-size:1.05rem;line-height:1.8;color:var(--ink);max-width:720px}.iv-page-editor-content p{margin-bottom:1rem}.iv-page-editor-content h2{font-size:1.3rem;margin:1.5rem 0 .75rem;color:var(--teal)}.iv-page-editor-content h3{font-size:1.1rem;margin:1.2rem 0 .5rem}.iv-page-editor-content a{color:var(--teal);text-decoration:underline}.iv-page-editor-content ul{padding-left:1.5rem;margin-bottom:1rem}.iv-page-editor-content ul li{margin-bottom:.4rem}.iv-kviz-promo{background:linear-gradient(135deg,#1a1208 0%,#2d1f0a 100%);padding:4rem 0}.iv-kviz-promo-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.iv-kviz-promo .iv-eyebrow{color:var(--gold)}.iv-kviz-promo .iv-section-title{color:var(--parchment);margin:.5rem 0 1rem}.iv-kviz-promo .iv-section-title em{color:var(--gold)}.iv-kviz-promo-desc{color:rgb(245 240 232 / .7);font-size:1rem;line-height:1.7}.iv-kviz-promo .iv-section-link{color:var(--gold)}.iv-kviz-promo-cards{display:flex;flex-direction:column;gap:1rem}.iv-kviz-promo-card{background:rgb(255 255 255 / .06);border:1px solid rgb(196 160 82 / .25);border-radius:4px;padding:1rem 1.4rem;display:flex;align-items:center;gap:1rem;font-size:1.5rem;color:var(--parchment);transition:background .2s}.iv-kviz-promo-card span{font-family:var(--ff-sans);font-size:.95rem;color:rgb(245 240 232 / .8)}.iv-kviz-promo-card:hover{background:rgb(196 160 82 / .12)}.iv-kviz-promo-card--soon{opacity:.5}.iv-kviz-promo-card--soon span::after{content:' – hamarosan';font-size:.8rem;color:var(--gold)}@media (max-width:768px){.iv-kviz-promo-inner{grid-template-columns:1fr;gap:2rem}.iv-kviz-promo-cards{flex-direction:row;flex-wrap:wrap}.iv-kviz-promo-card{flex:1;min-width:120px;flex-direction:column;text-align:center;padding:1rem;gap:.5rem}}.iv-kviz-promo{background:var(--parchment);border-top:1px solid rgb(196 160 82 / .2);border-bottom:1px solid rgb(196 160 82 / .2);padding:3.5rem 0;text-align:center}.iv-kviz-promo-inner{max-width:620px;margin:0 auto}.iv-kviz-eyebrow{font-family:var(--ff-ui);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem}.iv-kviz-title{font-family:var(--ff-display);font-size:2rem;font-weight:600;color:var(--ink);margin-bottom:1rem;line-height:1.25}.iv-kviz-desc{font-size:1rem;color:var(--muted);line-height:1.7;margin-bottom:1.8rem}.iv-kviz-actions{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap}.iv-btn-dark{background:var(--ink);color:var(--parchment);padding:.8rem 2rem;border-radius:2px;font-family:var(--ff-ui);font-size:.95rem;text-decoration:none;transition:opacity .2s}.iv-btn-dark:hover{background:#2d1f0a;color:var(--parchment)}.search-form{display:flex;align-items:center;gap:.3rem}.search-form label{display:none}.search-field{background:transparent!important;border:1px solid var(--border)!important;border-radius:2px!important;padding:.35rem .8rem!important;font-family:var(--ff-ui)!important;font-size:.95rem!important;color:var(--ink)!important;width:130px!important;transition:width .3s ease,border-color .2s!important;outline:none!important}.search-field:focus{width:190px!important;border-color:var(--gold)!important}.search-field::placeholder{color:var(--muted)!important;font-style:italic!important}.search-submit{background:var(--ink)!important;color:var(--cream)!important;border:none!important;border-radius:2px!important;padding:.35rem .9rem!important;font-family:var(--ff-ui)!important;font-size:.88rem!important;cursor:pointer!important;transition:background .2s!important;white-space:nowrap!important}.search-submit:hover{background:var(--gold)!important}@media (max-width:900px){.search-form{display:none!important}}input.search-field{-webkit-appearance:none!important;appearance:none!important;border:1px solid var(--border)!important;border-radius:2px!important;padding:4px 10px!important;font-family:var(--ff-ui)!important;font-size:1rem!important;width:130px!important;background:transparent!important;color:var(--ink)!important;box-sizing:border-box!important}input.search-field:focus{width:190px!important;border-color:var(--gold)!important;outline:none!important}input.search-submit{-webkit-appearance:none!important;appearance:none!important;background:var(--ink)!important;color:var(--cream)!important;border:none!important;border-radius:2px!important;padding:5px 12px!important;cursor:pointer!important;font-family:var(--ff-ui)!important;font-size:.9rem!important}.page-template-page-pillar .wp-block-button__link{background:var(--gold);color:var(--cream);border-radius:2px;font-family:var(--ff-ui);font-size:1rem;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s}.page-template-page-pillar .wp-block-button__link:hover{background:var(--gold-light);color:var(--ink)}