@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@300;400;500;600&display=swap";.btg-nw-page{--nw-cream: #FEFCF5;--nw-cream-dk: #F0EBE0;--nw-orange: #E07240;--nw-orange-dk: #C45E30;--nw-dark: #1C1008;--nw-mid: #5C4A32;--nw-light: #9A8570;--nw-border: rgba(92, 74, 50, .13);--nw-shadow: 0 2px 12px rgba(26, 16, 8, .07);--nw-radius: 10px;background-color:var(--nw-cream);font-family:Inter,sans-serif}.btg-nw-hero{padding:2.5rem 0 1.8rem;border-bottom:2px solid var(--nw-orange)}.btg-nw-hero__inner{max-width:1200px;margin:0 auto;padding:0 2rem}.btg-nw-hero__eyebrow{display:inline-flex;align-items:center;gap:5px;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--nw-orange);margin-bottom:.4rem}.btg-nw-rss{color:var(--nw-orange);flex-shrink:0}.btg-nw-hero__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;color:var(--nw-dark);margin:0 0 .5rem;line-height:1.15}.btg-nw-hero__sub{font-size:.95rem;color:var(--nw-mid);margin:0;max-width:560px;line-height:1.65}.btg-nw-grid-section{max-width:1200px;margin:0 auto;padding:2rem 2rem 3rem}.btg-nw-read-label{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;font-weight:700;color:var(--nw-dark);letter-spacing:.04em;margin-bottom:1.2rem;padding-bottom:.6rem;border-bottom:2px solid var(--nw-orange)}.btg-nw-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media screen and (max-width:639px){.btg-nw-grid{grid-template-columns:1fr}}.btg-nw-item{display:block;text-decoration:none;background:#fff;border:1px solid var(--nw-border);border-radius:var(--nw-radius);box-shadow:var(--nw-shadow);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;position:relative;overflow:hidden}.btg-nw-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--nw-orange);transform:scaleY(0);transform-origin:bottom;transition:transform .25s ease;border-radius:3px 0 0 3px}.btg-nw-item:hover{transform:translateY(-3px);box-shadow:0 8px 28px #1a10081f;border-color:#e072404d}.btg-nw-item:hover:before{transform:scaleY(1)}.btg-nw-item__inner{padding:1.3rem 1.5rem;display:flex;flex-direction:column;gap:.4rem;min-height:80px;justify-content:center}.btg-nw-item__title{font-size:.93rem;font-weight:500;color:var(--nw-dark);line-height:1.55;transition:color .2s}.btg-nw-item:hover .btg-nw-item__title{color:var(--nw-orange-dk)}.btg-nw-item__desc{font-size:.78rem;color:var(--nw-light);line-height:1.5}.btg-nw-item__arrow{display:inline-block;font-size:.85rem;color:var(--nw-orange);margin-top:.2rem;transform:translate(0);transition:transform .2s ease;opacity:0}.btg-nw-item:hover .btg-nw-item__arrow{transform:translate(4px);opacity:1}.btg-nw-empty{text-align:center;padding:4rem 2rem;color:var(--nw-mid);display:flex;flex-direction:column;align-items:center;gap:1rem}.btg-nw-empty p{font-size:.9rem;line-height:1.7}.btg-nw-subscribe{position:relative;background:linear-gradient(135deg,#6b4d8a,#7b5ea7 40%,#5e4080);padding:5rem 2rem;text-align:center;overflow:hidden}.btg-nw-subscribe__mandala{position:absolute;top:50%;transform:translateY(-50%);width:300px;height:300px;border-radius:50%;opacity:.1;background-image:repeating-conic-gradient(from 0deg at 50% 50%,rgba(255,255,255,.6) 0deg 8deg,transparent 8deg 18deg);border:3px solid rgba(255,255,255,.2)}.btg-nw-subscribe__mandala:before,.btg-nw-subscribe__mandala:after{content:"";position:absolute;top:20px;right:20px;bottom:20px;left:20px;border-radius:50%;border:2px solid rgba(255,255,255,.25);background-image:repeating-conic-gradient(from 10deg at 50% 50%,rgba(255,255,255,.4) 0deg 5deg,transparent 5deg 12deg);opacity:.7}.btg-nw-subscribe__mandala:after{top:55px;right:55px;bottom:55px;left:55px;border:1px solid rgba(255,255,255,.18)}.btg-nw-subscribe__mandala--left{left:-90px}.btg-nw-subscribe__mandala--right{right:-90px}.btg-nw-subscribe__content{position:relative;z-index:2;max-width:560px;margin:0 auto}.btg-nw-subscribe__title{font-family:Playfair Display,serif;font-size:clamp(1.4rem,2.8vw,2rem);font-weight:700;color:#fff;margin:0 0 .9rem;line-height:1.3}.btg-nw-subscribe__body{font-size:.92rem;color:#ffffffd1;line-height:1.75;margin:0 0 1.8rem}.btg-nw-subscribe__btn{display:inline-block;background:#fff;color:#5e4080;font-size:.88rem;font-weight:700;padding:.85rem 2.4rem;border-radius:100px;text-decoration:none;letter-spacing:.04em;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 18px #0003}.btg-nw-subscribe__btn:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 8px 28px #0000004d}@media screen and (max-width:749px){.btg-nw-hero{padding:1.8rem 0 1.3rem}.btg-nw-subscribe{padding:3.5rem 1.5rem}.btg-nw-subscribe__mandala{width:170px;height:170px}.btg-nw-subscribe__mandala--left{left:-50px}.btg-nw-subscribe__mandala--right{right:-50px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/btg-news-world.css.map */
