.reading-gate{max-width:640px;margin:32px auto;padding:clamp(20px,5vw,40px);border:1px solid #d8cbb6;border-radius:20px;background:#fffaf0;color:#143a32;box-sizing:border-box}
.reading-gate>.small-link{display:inline-block;margin-bottom:28px;color:inherit}
.reading-gate .eyebrow{display:block;color:#84632e}
.reading-gate h1{font-size:clamp(28px,6vw,42px);line-height:1.15;overflow-wrap:break-word}
.reading-gate p{color:#50615b;line-height:1.65}
.reading-gate-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.reading-gate-actions button{flex:1 1 220px;min-width:0;white-space:normal;padding:14px 18px;border-radius:12px;line-height:1.4}
.reading-gate-actions .primary{background:#0b5145!important;color:#fff!important;border:1px solid #0b5145}
.reading-gate-actions .secondary{background:transparent!important;color:inherit!important;border:1px solid #a99571}
body[data-theme="dark"] .reading-gate,body[data-reading-theme="dark"] .reading-gate{background:#15362f;color:#fff4dc;border-color:#537064}
body[data-theme="dark"] .reading-gate p,body[data-reading-theme="dark"] .reading-gate p{color:#c8d9d1}
body[data-theme="dark"] .reading-gate .eyebrow,body[data-reading-theme="dark"] .reading-gate .eyebrow{color:#dec18a}
