:root { color-scheme: dark; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #0a1512; color: #eadfc6; font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
a { color: inherit; }
.hidden { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.blog-wrap { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.blog-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(234, 223, 198, .14); background: rgba(10, 21, 18, .96); }
.blog-header-inner { display: flex; align-items: center; min-height: 68px; gap: 26px; }
.blog-brand { display: inline-flex; align-items: center; gap: 11px; color: #eadfc6; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; text-decoration: none; }
.blog-brand img { flex: none; filter: sepia(.35) saturate(.85); }
.blog-brand span { display: grid; line-height: 1; }
.blog-brand small { margin-top: 5px; color: #9aa99f; font-family: "Cascadia Mono", Consolas, monospace; font-size: .51rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.blog-nav { display: flex; gap: 22px; margin-left: auto; }
.blog-nav a, .blog-footer a { color: #9aa99f; font-family: "Cascadia Mono", Consolas, monospace; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.blog-nav a:hover, .blog-footer a:hover { color: #eadfc6; }
.blog-language { position: relative; border: 1px solid rgba(234, 223, 198, .24); padding: 0 8px; }
.blog-language select { height: 32px; border: 0; appearance: none; background: transparent; color: #eadfc6; cursor: pointer; font-family: "Cascadia Mono", Consolas, monospace; font-size: .68rem; font-weight: 700; letter-spacing: .1em; }
.blog-language option { background: #f2eee2; color: #0a1512; }
.blog-hero, .blog-article { background: #f2eee2; color: #17231e; }
.blog-hero { padding: 94px 0 70px; border-bottom: 1px solid #d3cbb9; }
.blog-kicker, .blog-card-number { margin: 0; color: #806129; font-family: "Cascadia Mono", Consolas, monospace; font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.blog-hero h1 { max-width: 800px; margin: 14px 0 17px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 5vw, 4.6rem); font-weight: 400; letter-spacing: 0; line-height: 1.02; }
.blog-hero p:last-child { max-width: 670px; margin: 0; color: #405149; font-size: 1.1rem; }
.blog-listing { padding: 48px 0 80px; background: #f2eee2; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.blog-card { display: flex; min-height: 288px; flex-direction: column; padding: 25px; border: 1px solid #d3cbb9; border-radius: 4px; background: #fbf8ef; }
.blog-card::before { display: block; width: 36px; height: 2px; margin-bottom: 17px; background: #c6a15b; content: ""; }
.blog-card h2 { margin: 15px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.56rem; font-weight: 700; line-height: 1.15; }
.blog-card h2 a { text-decoration: none; }
.blog-card h2 a:hover { color: #806129; }
.blog-card p:not(.blog-card-number) { margin: 0; color: #52635b; font-size: .94rem; }
.blog-card-link { display: inline-flex; margin-top: auto; padding-top: 20px; color: #7a5920; font-family: "Cascadia Mono", Consolas, monospace; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.blog-card-link:hover { color: #17231e; }
.blog-article { min-height: calc(100vh - 68px); padding: 70px 0 84px; }
.blog-article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 1fr); gap: 80px; align-items: start; }
.blog-article-main { min-width: 0; }
.blog-article h1 { margin: 12px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.55rem, 4.6vw, 4.25rem); font-weight: 400; letter-spacing: 0; line-height: 1.05; }
.blog-deck { max-width: 680px; margin: 0; color: #405149; font-size: 1.16rem; line-height: 1.62; }
.blog-meta { margin: 18px 0 30px; color: #68776f; font-family: "Cascadia Mono", Consolas, monospace; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.blog-notice { margin: 0 0 43px; padding: 15px 17px; border-left: 2px solid #c6a15b; background: #e8dfc5; color: #48544c; font-size: .94rem; }
.blog-article h2 { margin: 0 0 21px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.2vw, 2.75rem); font-weight: 700; line-height: 1.15; }
.blog-article h3 { margin: 39px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.52rem; font-weight: 700; line-height: 1.25; }
.blog-article-main > p:not(.blog-kicker):not(.blog-deck):not(.blog-meta) { margin: 0 0 21px; color: #33453d; font-size: 1.04rem; }
.blog-article ul { display: grid; gap: 10px; margin: 0 0 28px; padding: 21px 24px 21px 42px; border: 1px solid #d3cbb9; background: #fbf8ef; color: #33453d; }
.blog-article li::marker { color: #9b7933; }
.blog-article-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; padding-top: 28px; border-top: 1px solid #d3cbb9; }
.blog-primary-action, .blog-secondary-action { display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; border: 1px solid #c6a15b; font-family: "Cascadia Mono", Consolas, monospace; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.blog-primary-action { background: #c6a15b; color: #0a1512; }
.blog-secondary-action { color: #415149; }
.blog-primary-action:hover { background: #d4b26b; }
.blog-secondary-action:hover { border-color: #17231e; color: #17231e; }
.blog-aside { position: sticky; top: 100px; padding: 23px 0 0; border-top: 2px solid #c2734a; color: #405149; }
.blog-aside p:not(.blog-kicker) { margin: 12px 0 19px; font-size: .95rem; }
.blog-aside a { color: #7a5920; font-family: "Cascadia Mono", Consolas, monospace; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.blog-footer { border-top: 1px solid rgba(234, 223, 198, .15); background: #0a1512; }
.blog-footer-inner { display: flex; align-items: center; justify-content: space-between; min-height: 104px; gap: 20px; }
.blog-footer p { margin: 0; color: #eadfc6; font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; }
.blog-footer nav { display: flex; flex-wrap: wrap; gap: 16px; }
.blog-consent { position: fixed; right: 18px; bottom: 18px; z-index: 20; width: min(430px, calc(100% - 36px)); padding: 17px; border: 1px solid rgba(234, 223, 198, .2); background: #16291f; color: #eadfc6; box-shadow: 0 18px 45px rgba(0, 0, 0, .35); }
.blog-consent p { margin: 0; font-size: .9rem; line-height: 1.45; }
.blog-consent > div { display: flex; justify-content: flex-end; gap: 8px; margin-top: 14px; }
.blog-consent button { min-height: 36px; padding: 0 11px; border: 1px solid #c6a15b; background: #c6a15b; color: #0a1512; cursor: pointer; font-family: "Cascadia Mono", Consolas, monospace; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.blog-consent button:first-child { border-color: rgba(234, 223, 198, .25); background: transparent; color: #eadfc6; }
@media (max-width: 850px) { .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .blog-article-layout { grid-template-columns: 1fr; gap: 42px; } .blog-aside { position: static; max-width: 620px; } }
@media (max-width: 620px) { .blog-wrap { width: min(100% - 28px, 1160px); } .blog-header-inner { min-height: 62px; gap: 13px; } .blog-brand img { width: 31px; height: 31px; } .blog-brand { font-size: 1.15rem; } .blog-brand small, .blog-nav { display: none; } .blog-language { margin-left: auto; } .blog-hero, .blog-article { padding: 55px 0 62px; } .blog-listing { padding: 30px 0 58px; } .blog-grid { grid-template-columns: 1fr; } .blog-card { min-height: 0; padding: 23px; } .blog-article-main > p:not(.blog-kicker):not(.blog-deck):not(.blog-meta) { font-size: 1rem; } .blog-consent > div { flex-direction: column; } .blog-consent button { min-height: 42px; } .blog-footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding: 26px 0; } }
