.articles-page{--a-green-900: #1f3a2e;--a-green-800: #24402f;--a-green-700: #2d5040;--a-cream: #f2ece3;--a-cream-2: #ece4d6;--a-paper: #faf6ef;--a-peach: #e6b289;--a-peach-dark: #d49a6d;--a-gold: #c08a5a;--a-ink: #2b2a26;--a-ink-soft: #5a5750;--a-line: #d9d1c2;background:var(--a-cream);color:var(--a-ink);font-family:PT Sans,system-ui,sans-serif;padding-top:80px}.articles-page a{text-decoration:none;color:inherit}.articles-page .hero{text-align:center;padding:56px 56px 12px;max-width:900px;margin:0 auto}.articles-page .eyebrow-row{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:18px;color:var(--a-gold)}.articles-page .eyebrow-row .line{width:46px;height:1px;background:var(--a-gold)}.articles-page .eyebrow-row .dot{width:6px;height:6px;border-radius:50%;background:var(--a-gold)}.articles-page .eyebrow{font-size:11.5px;letter-spacing:.28em;text-transform:uppercase;color:var(--a-ink-soft)}.articles-page h1.page-title{font-family:Cormorant Garamond,serif;font-weight:500;font-size:64px;line-height:1.08;color:var(--a-green-900);margin:10px 0 16px;letter-spacing:-.01em}.articles-page h1.page-title em{font-style:italic;color:var(--a-gold);font-weight:500}.articles-page .page-lede{font-size:17px;color:var(--a-ink-soft);max-width:620px;margin:0 auto;line-height:1.65}.articles-page .filter-bar{max-width:1160px;margin:48px auto 0;padding:0 56px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.articles-page .search-box{flex:1;min-width:280px;position:relative;background:var(--a-paper);border:1px solid var(--a-line);border-radius:999px;padding:12px 20px 12px 48px;display:flex;align-items:center}.articles-page .search-box:focus-within{border-color:var(--a-gold)}.articles-page .search-box svg{position:absolute;left:18px;top:50%;transform:translateY(-50%);stroke:var(--a-ink-soft)}.articles-page .search-box input{border:none;outline:none;background:transparent;font-family:inherit;font-size:14.5px;color:var(--a-ink);width:100%}.articles-page .search-box input::-moz-placeholder{color:#9a9384}.articles-page .search-box input::placeholder{color:#9a9384}.articles-page .sort-select{background:var(--a-paper);border:1px solid var(--a-line);border-radius:999px;padding:12px 42px 12px 20px;font-family:inherit;font-size:14px;color:var(--a-ink);cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235a5750' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 16px center}.articles-page .chips-row{max-width:1160px;margin:20px auto 0;padding:0 56px;display:flex;gap:10px;flex-wrap:wrap}.articles-page .chip{padding:9px 18px;border-radius:999px;background:transparent;border:1px solid var(--a-line);font-size:13px;cursor:pointer;color:var(--a-ink-soft);transition:all .2s;display:inline-flex;align-items:center;gap:8px;font-family:inherit}.articles-page .chip:hover{border-color:var(--a-green-700);color:var(--a-green-800)}.articles-page .chip.active{background:var(--a-green-800);color:var(--a-cream);border-color:var(--a-green-800)}.articles-page .chip .count{font-size:11px;opacity:.7}.articles-page .featured-wrap{max-width:1160px;margin:40px auto 0;padding:0 56px}.articles-page .featured-label{font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--a-gold);margin-bottom:16px}.articles-page .featured{display:grid;grid-template-columns:1.25fr 1fr;gap:28px;background:var(--a-paper);border:1px solid var(--a-line);border-radius:18px;overflow:hidden;cursor:pointer;transition:all .25s}.articles-page .featured:hover{transform:translateY(-2px);box-shadow:0 24px 50px -28px #1f3a2e59}.articles-page .featured-image{aspect-ratio:4/3;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--a-green-800),var(--a-green-700) 55%,#6a8a76)}.articles-page .featured-image:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.04) 0 2px,transparent 2px 18px)}.articles-page .featured-moon{position:absolute;top:24%;right:20%;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#f3ead5,#d9c9a5 60%,#a89270);box-shadow:0 0 80px #f3ead54d;opacity:.85}.articles-page .featured-body{padding:40px 44px;display:flex;flex-direction:column;justify-content:center}.articles-page .tag{display:inline-block;padding:5px 12px;border-radius:999px;background:var(--a-cream-2);color:var(--a-green-800);font-size:11px;letter-spacing:.14em;text-transform:uppercase;width:-moz-fit-content;width:fit-content;margin-bottom:16px}.articles-page .featured-title{font-family:Cormorant Garamond,serif;font-weight:500;font-size:36px;line-height:1.15;color:var(--a-green-900);margin:0 0 14px}.articles-page .featured-title em{font-style:italic;color:var(--a-gold)}.articles-page .featured-desc{color:var(--a-ink-soft);font-size:15px;line-height:1.65;margin:0 0 22px}.articles-page .featured-meta{display:flex;gap:22px;font-size:12.5px;color:var(--a-ink-soft);letter-spacing:.04em;margin-bottom:22px;flex-wrap:wrap}.articles-page .featured-meta .item{display:inline-flex;align-items:center;gap:6px}.articles-page .read-link{color:var(--a-green-800);font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;padding-bottom:4px;border-bottom:1.5px solid var(--a-gold);transition:gap .2s}.articles-page .read-link:hover{gap:14px}.articles-page .grid-section{max-width:1160px;margin:64px auto 0;padding:0 56px}.articles-page .section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:28px}.articles-page .section-head h2{font-family:Cormorant Garamond,serif;font-weight:500;font-size:40px;color:var(--a-green-900);margin:0}.articles-page .section-head .count-label{font-size:13.5px;color:var(--a-ink-soft)}.articles-page .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.articles-page .card{background:var(--a-paper);border:1px solid var(--a-line);border-radius:16px;overflow:hidden;cursor:pointer;transition:all .25s;display:flex;flex-direction:column}.articles-page .card:hover{transform:translateY(-3px);box-shadow:0 20px 40px -25px #1f3a2e4d}.articles-page .card-thumb{aspect-ratio:16/10;position:relative;overflow:hidden}.articles-page .card-thumb:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.05) 0 2px,transparent 2px 16px)}.articles-page .card-thumb .shape{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.85}.articles-page .thumb-green-deep{background:linear-gradient(135deg,#3b6b54,#2d5040)}.articles-page .thumb-green-light{background:linear-gradient(135deg,#6a8a76,#4d8068)}.articles-page .thumb-peach{background:linear-gradient(135deg,#e6b289,#c7885a)}.articles-page .thumb-sand{background:linear-gradient(135deg,#c9b48c,#9d8660)}.articles-page .thumb-olive{background:linear-gradient(135deg,#7a8660,#4e5638)}.articles-page .thumb-dusk{background:linear-gradient(135deg,#3a5048,#6e7a64)}.articles-page .thumb-warm{background:linear-gradient(135deg,#d49a6d,#b3744a)}.articles-page .thumb-forest{background:linear-gradient(135deg,#1f3a2e,#3b6b54)}.articles-page .thumb-mist{background:linear-gradient(135deg,#b9c4b1,#7a8e77)}.articles-page .card-body{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1}.articles-page .card-tag{font-size:10.5px;letter-spacing:.22em;text-transform:uppercase;color:var(--a-gold);margin-bottom:10px}.articles-page .card-title{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:500;color:var(--a-green-900);line-height:1.2;margin-bottom:10px}.articles-page .card-desc{font-size:13.5px;color:var(--a-ink-soft);line-height:1.6;margin-bottom:16px;flex:1}.articles-page .card-meta{display:flex;gap:16px;font-size:11.5px;color:#8a826f;padding-top:14px;border-top:1px solid var(--a-line);flex-wrap:wrap}.articles-page .card-meta .item{display:inline-flex;align-items:center;gap:5px}.articles-page .card-meta svg{stroke:#8a826f}.articles-page .empty{text-align:center;padding:80px 20px;color:var(--a-ink-soft)}.articles-page .empty-icon{width:56px;height:56px;margin:0 auto 18px;border-radius:50%;background:var(--a-cream-2);display:flex;align-items:center;justify-content:center;color:var(--a-gold)}.articles-page .empty h3{font-family:Cormorant Garamond,serif;font-weight:500;font-size:26px;color:var(--a-green-900);margin:0 0 8px}.articles-page .newsletter-wrap{max-width:1160px;margin:96px auto 80px;padding:0 56px}.articles-page .newsletter{background:var(--a-green-900);color:#eadfca;border-radius:20px;padding:56px 64px;display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center;position:relative;overflow:hidden}.articles-page .newsletter:before{content:"";position:absolute;top:-80px;right:-80px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(230,178,137,.18),transparent 60%)}.articles-page .newsletter h3{font-family:Cormorant Garamond,serif;font-weight:500;font-size:38px;color:#f3ead5;margin:0 0 12px;line-height:1.15}.articles-page .newsletter h3 em{font-style:italic;color:var(--a-peach)}.articles-page .newsletter p{color:#c9bfa6;font-size:15px;line-height:1.65;margin:0}.articles-page .newsletter-form{display:flex;gap:8px;background:#ffffff0f;border:1px solid rgba(234,223,202,.22);border-radius:999px;padding:6px 6px 6px 22px;position:relative}.articles-page .newsletter-form input{flex:1;background:transparent;border:none;outline:none;color:#f3ead5;font-family:inherit;font-size:14.5px}.articles-page .newsletter-form input::-moz-placeholder{color:#a6b7a4}.articles-page .newsletter-form input::placeholder{color:#a6b7a4}.articles-page .newsletter-form button{background:var(--a-peach);color:#3a2716;border:none;padding:10px 22px;border-radius:999px;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .2s}.articles-page .newsletter-form button:hover{background:var(--a-peach-dark)}.articles-page .card,.articles-page .featured{animation:aFadeUp .4s ease both}@keyframes aFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1000px){.articles-page .hero{padding:40px 24px 8px}.articles-page h1.page-title{font-size:44px}.articles-page .filter-bar,.articles-page .chips-row,.articles-page .featured-wrap,.articles-page .grid-section,.articles-page .newsletter-wrap{padding-left:24px;padding-right:24px}.articles-page .featured{grid-template-columns:1fr}.articles-page .featured-body{padding:28px}.articles-page .grid{grid-template-columns:1fr}.articles-page .newsletter{grid-template-columns:1fr;padding:40px 28px}}.articles-page .reels-end{display:none}@media (max-width: 768px){.articles-page .featured-wrap,.articles-page .newsletter-wrap{display:none}.articles-page .grid-section{max-width:100%;margin:20px 0 0;padding:0}.articles-page .grid-section .section-head{padding:0 24px;margin-bottom:18px}.articles-page .grid-section .section-head h2{font-size:28px}.articles-page .grid{display:block;height:calc(100dvh - 80px);overflow-y:scroll;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scroll-behavior:smooth;gap:0;padding:0;margin:0}.articles-page .grid::-webkit-scrollbar{display:none}.articles-page .card{position:relative;display:block;height:calc(100dvh - 80px);scroll-snap-align:start;scroll-snap-stop:always;border:none;border-radius:0;overflow:hidden;background:#1f3a2e}.articles-page .card:hover{transform:none;box-shadow:none}.articles-page .card-thumb{position:absolute;inset:0;aspect-ratio:auto;height:100%;width:100%}.articles-page .card-thumb .shape{opacity:.45;transform:translate(-50%,-50%) scale(2.2)}.articles-page .card:before{content:"";position:absolute;left:0;right:0;bottom:0;height:62%;background:linear-gradient(to top,rgba(0,0,0,.88) 0%,rgba(0,0,0,.7) 35%,rgba(0,0,0,.3) 75%,transparent 100%);z-index:1}.articles-page .card-body{position:absolute;left:0;right:0;bottom:0;padding:40px 26px calc(env(safe-area-inset-bottom,0px) + 96px);background:transparent;z-index:2}.articles-page .card-tag{color:#e6b289;font-size:11px;letter-spacing:.28em;margin-bottom:12px}.articles-page .card-title{color:#fff;font-size:30px;line-height:1.15;margin-bottom:14px;letter-spacing:-.01em}.articles-page .card-desc{color:#ffffffd1;font-size:15px;line-height:1.55;margin-bottom:22px}.articles-page .card-meta{color:#ffffffb8;border-top:1px solid rgba(255,255,255,.18);padding-top:14px;font-size:11.5px}.articles-page .card-meta svg{stroke:#ffffffb8}.articles-page .card-body:after{content:"Читать статью →";position:absolute;left:26px;bottom:calc(env(safe-area-inset-bottom,0px) + 32px);padding:11px 20px;border-radius:999px;background:#e6b289;color:#3a2716;font-size:13px;font-weight:500;font-family:PT Sans,sans-serif;letter-spacing:.04em}.articles-page .card:after{content:"";position:absolute;top:22px;left:50%;width:36px;height:3px;margin-left:-18px;background:#ffffff8c;border-radius:2px;z-index:3;animation:reels-pulse 2.2s ease-in-out infinite}@keyframes reels-pulse{0%,to{opacity:.45;transform:translateY(0)}50%{opacity:.95;transform:translateY(-3px)}}.articles-page .empty{padding:40px 24px}.articles-page .reels-end{display:flex;align-items:center;justify-content:center;height:calc(100dvh - 80px);scroll-snap-align:start;scroll-snap-stop:always;background:linear-gradient(180deg,#1f3a2e,#24402f);position:relative;overflow:hidden}.articles-page .reels-end:before{content:"";position:absolute;top:-30%;right:-20%;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(230,178,137,.18),transparent 60%)}.articles-page .reels-end__inner{position:relative;z-index:1;padding:40px 28px calc(env(safe-area-inset-bottom,0px) + 40px);max-width:460px;text-align:center;color:#eadfca}.articles-page .reels-end .eyebrow-row{margin-bottom:20px}.articles-page .reels-end h3{font-family:Cormorant Garamond,serif;font-weight:500;font-size:34px;line-height:1.15;color:#f3ead5;margin:0 0 14px}.articles-page .reels-end h3 em{font-style:italic;color:#e6b289}.articles-page .reels-end p{font-size:15px;line-height:1.6;color:#eadfcad1;margin:0 0 26px}.articles-page .reels-newsletter-form{display:flex;gap:6px;background:#ffffff0f;border:1px solid rgba(234,223,202,.22);border-radius:999px;padding:6px 6px 6px 20px;margin-bottom:22px}.articles-page .reels-newsletter-form input{flex:1;background:transparent;border:none;outline:none;color:#f3ead5;font-family:inherit;font-size:14.5px;min-width:0}.articles-page .reels-newsletter-form input::-moz-placeholder{color:#a6b7a4}.articles-page .reels-newsletter-form input::placeholder{color:#a6b7a4}.articles-page .reels-newsletter-form button{background:#e6b289;color:#3a2716;border:none;padding:10px 20px;border-radius:999px;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer}.articles-page .reels-end__back{display:inline-block;margin-top:8px;color:#eadfcaa6;font-size:13px;letter-spacing:.04em;text-decoration:none}.articles-page .reels-end__back:hover{color:#eadfca}}
