.blog-index-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f9f5f7 0%,#fff 58%,#f1e1e9 100%)}.blog-index-hero:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(76,18,52,.12);border-radius:50%;right:-170px;top:-210px}.blog-hero-grid{display:grid;grid-template-columns:minmax(0,760px) 250px;gap:70px;align-items:center}.blog-hero-mark{position:relative;display:grid;place-items:center;width:230px;height:230px;border-radius:50%;background:var(--brand);color:#fff;box-shadow:0 30px 70px rgba(76,18,52,.24)}.blog-hero-mark span{font-family:Georgia,serif;font-size:7rem;font-style:italic;line-height:1}.blog-hero-mark i{position:absolute;width:15px;height:15px;border-radius:50%;background:#fff}.blog-hero-mark i:nth-of-type(1){left:24px;top:48px}.blog-hero-mark i:nth-of-type(2){right:25px;bottom:58px;width:28px;height:28px;background:#d8b4c7}.blog-hero-mark i:nth-of-type(3){left:55px;bottom:24px;width:9px;height:9px}.blog-featured-wrap{padding-bottom:40px}.blog-featured{display:grid;grid-template-columns:minmax(320px, .9fr) minmax(0,1.1fr);overflow:hidden;border-radius:30px;background:#130d11;color:#fff;box-shadow:0 24px 70px rgba(22,11,17,.18)}.blog-featured-visual{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:430px;padding:40px;background:linear-gradient(145deg,#4c1234,#7b2858);color:#fff;overflow:hidden}.blog-featured-visual:before{content:"";position:absolute;width:290px;height:290px;border:1px solid rgba(255,255,255,.22);border-radius:50%;right:-75px;top:-80px}.blog-featured-visual:after{content:"";position:absolute;width:170px;height:170px;border:38px solid rgba(255,255,255,.08);border-radius:50%;left:-50px;bottom:-55px}.blog-featured-visual span{position:relative;z-index:1;font-size:.9rem;font-weight:900;letter-spacing:.15em}.blog-featured-visual strong{position:relative;z-index:1;font-size:3.6rem;line-height:.9;letter-spacing:-.06em}.blog-featured-visual i{position:absolute;width:22px;height:22px;border-radius:50%;background:#fff;right:48px;bottom:45px}.blog-featured-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.blog-featured-copy{display:flex;flex-direction:column;justify-content:center;padding:55px}.blog-featured-copy .blog-date{color:#dcb9cd}.blog-featured-copy h2{margin:18px 0;font-size:clamp(2rem,3.7vw,3.5rem);line-height:1.02;letter-spacing:-.045em}.blog-featured-copy p{max-width:620px;color:#c8c0c5;font-size:1.05rem;line-height:1.8}.blog-featured-copy .button{align-self:flex-start;margin-top:18px}.blog-list-section{padding-top:70px}.blog-count{padding:9px 15px;border:1px solid var(--line);border-radius:999px;color:var(--brand);font-weight:800}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.blog-card{display:flex;flex-direction:column;min-height:385px;padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.blog-card:hover{transform:translateY(-6px);border-color:#d9bdcc;box-shadow:0 20px 45px rgba(76,18,52,.1)}.blog-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.blog-number{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--soft);color:var(--brand);font-weight:900}.blog-date{display:block;color:var(--brand);font-size:.78rem;font-weight:800;letter-spacing:.04em}.blog-card h3{margin:42px 0 14px;font-size:1.45rem;line-height:1.14;letter-spacing:-.025em}.blog-card p{margin:0 0 25px;color:var(--muted);line-height:1.7}.blog-card .text-link{margin-top:auto}.blog-hero{padding-bottom:90px;background:linear-gradient(180deg,#faf6f8,#fff)}.blog-hero .container{max-width:980px}.blog-cover{margin-top:-58px}.blog-cover img{display:block;width:100%;max-height:620px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 300px;gap:70px;align-items:start;justify-content:center}.article-content{font-size:1.06rem;line-height:1.9;color:#332a30}.article-content h2{font-size:1.75rem;margin:46px 0 14px;color:var(--ink)}.article-content h2:first-child{margin-top:0}.article-content h3{font-size:1.3rem;margin:34px 0 12px;color:var(--ink)}.article-content p{margin:0 0 22px}.article-content ul{padding-left:22px;margin:0 0 24px}.article-content li{margin:8px 0}.article-aside{position:sticky;top:110px;padding:26px;border-radius:20px;background:var(--soft)}.article-aside h2{font-size:1.45rem;margin:12px 0}.article-aside p{color:var(--muted);line-height:1.65}.article-aside .button{margin-top:10px}
@media(max-width:1050px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-layout{grid-template-columns:minmax(0,760px)}}
@media(max-width:820px){.blog-hero-grid{grid-template-columns:1fr}.blog-hero-mark{display:none}.blog-featured{grid-template-columns:1fr}.blog-featured-visual{min-height:280px}.blog-featured-copy{padding:36px}.blog-grid{grid-template-columns:1fr}.blog-card{min-height:330px}}
@media(max-width:520px){.blog-featured-visual{min-height:240px;padding:28px}.blog-featured-visual strong{font-size:2.8rem}.blog-featured-copy{padding:28px}.blog-card{padding:24px}.article-layout{display:block}.article-aside{position:static;margin-top:50px}.blog-hero{padding-bottom:70px}}

/* Article detail */
.blog-article .blog-hero{padding:48px 0 58px;background:linear-gradient(135deg,#faf6f8 0%,#fff 72%);border-bottom:1px solid var(--line)}
.blog-article .blog-hero .container{max-width:1040px}
.blog-article .blog-hero h1{max-width:960px;margin:12px 0 22px;font-size:clamp(2.7rem,5.4vw,4.8rem);line-height:.98}
.blog-article .blog-hero p{max-width:760px;margin:0;font-size:1.12rem;line-height:1.75}
.breadcrumbs{display:flex;align-items:center;gap:9px;margin-bottom:28px;color:var(--muted);font-size:.82rem}
.breadcrumbs span:last-child{color:var(--brand);font-weight:700}
.article-meta{display:flex;align-items:center;gap:12px;margin-bottom:4px;color:var(--muted);font-size:.78rem;font-weight:750}
.article-meta .eyebrow{margin:0}
.article-meta>*+*:before{content:"";display:inline-block;width:4px;height:4px;margin:0 12px 2px 0;border-radius:50%;background:#c8a8ba}
.article-read-link{display:inline-flex;margin-top:27px;color:var(--brand);font-size:.9rem;font-weight:850}
.article-section{padding-top:72px}
.article-content{padding:5px 0 20px}
.article-content>p:first-child{font-size:1.2rem;line-height:1.85;color:var(--ink)}
.article-content h2{padding-top:8px;border-top:1px solid var(--line)}
.article-content li::marker{color:var(--brand)}
.article-aside{border:1px solid var(--line);box-shadow:0 18px 45px rgba(76,18,52,.07)}
@media(max-width:820px){.blog-article .blog-hero{padding:34px 0 44px}.blog-article .blog-hero h1{font-size:clamp(2.35rem,10vw,4rem)}.breadcrumbs{overflow:hidden;white-space:nowrap}.article-section{padding-top:54px}}
@media(max-width:520px){.article-meta{flex-wrap:wrap;gap:8px}.blog-article .blog-hero h1{font-size:2.55rem}.blog-article .blog-hero p{font-size:1rem}.article-read-link{margin-top:20px}}
