.faq.faq-expanded{grid-template-columns:1fr 1.1fr;gap:5vw;align-items:stretch}
.faq-expanded .faq-visual{min-height:610px;overflow:hidden;border-radius:6px}
.faq-expanded .faq-visual img{width:100%;height:100%;min-height:610px;display:block;object-fit:cover;object-position:65% center}
.faq-expanded .faq-heading{margin-bottom:30px}
.faq-expanded .faq-heading .eyebrow{color:var(--wine)}
.faq-expanded .faq-heading h2{font-size:clamp(38px,4vw,62px);margin:12px 0 18px}
.faq-expanded .faq-heading>p:last-child{color:var(--muted);max-width:650px}
.stats b{font-variant-numeric:tabular-nums}
.journal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.journal-card{background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden}
.journal-card>a{display:flex;flex-direction:column;height:100%}
.journal-card img{display:block;width:100%;height:235px;object-fit:cover}
.journal-copy{display:flex;flex-direction:column;align-items:start;flex:1;padding:24px}
.journal-copy .eyebrow{font-size:9px;letter-spacing:.15em;margin:0 0 12px}
.journal-copy h3{font:27px/1.15 var(--serif);margin:0 0 15px}
.journal-copy>p:not(.eyebrow){font-size:13px;color:var(--muted);margin:0 0 24px}
.journal-button{display:inline-block;background:var(--wine);color:white;padding:10px 15px;border-radius:4px;margin-top:auto;font-size:11px;font-weight:bold}
.journal-card a:hover .journal-button{background:var(--wine2)}
.journal-article{max-width:900px;margin:auto}
.journal-article h1{font:clamp(38px,5vw,64px)/1.1 var(--serif)}
.journal-article>img{width:100%;height:380px;object-fit:cover;border-radius:6px;margin:25px 0}
.journal-article h2{font:30px/1.2 var(--serif);margin-top:36px}
.journal-article p{font-size:17px;line-height:1.85;color:var(--muted)}
.journal-nav{display:flex;gap:18px;flex-wrap:wrap;margin-top:40px}
@media(max-width:1100px){.journal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.journal-card img{height:270px}}
@media(max-width:1000px){.faq.faq-expanded{grid-template-columns:1fr}.faq-content{order:0}.faq-visual{order:1}.faq-expanded .faq-visual,.faq-expanded .faq-visual img{min-height:0;height:420px}}
@media(max-width:650px){.journal-grid{grid-template-columns:1fr}.faq-expanded .faq-visual,.faq-expanded .faq-visual img{height:350px}.journal-article>img{height:260px}}
