/* BGW Ebook: members' download box. Inherits palette tokens from bgw-theme. */
.bgwe-box{margin:40px auto;max-width:1180px;padding:0 6vw;box-sizing:border-box}
.bgwe-inner{
	background:var(--surface,#171413);
	border:1px solid var(--line,rgba(255,255,255,.10));
	border-radius:14px;
	padding:clamp(26px,4vw,46px);
	text-align:center;
}
.bgwe-eyebrow{
	font-family:'Inter',-apple-system,sans-serif;
	font-size:12px;font-weight:600;letter-spacing:3px;text-transform:uppercase;
	color:var(--accent,#9b2f2c);margin-bottom:10px;
}
.bgwe-title{
	font-family:'Fraunces',Georgia,serif;font-weight:600;
	font-size:clamp(1.6rem,3.4vw,2.3rem);line-height:1.1;
	color:var(--text,#f4efe6);margin:0 0 .5em;
}
.bgwe-desc{
	font-family:'Inter',-apple-system,sans-serif;font-size:15px;font-weight:400;line-height:1.7;
	color:var(--muted,#938a7e);max-width:52ch;margin:0 auto 1.6em;
}
.bgwe-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.bgwe-btn{
	display:inline-flex;align-items:center;gap:12px;text-align:left;
	font-family:'Inter',-apple-system,sans-serif;font-weight:600;font-size:15px;
	padding:14px 22px;border-radius:9px;cursor:pointer;text-decoration:none;
	background:var(--accent,#9b2f2c);color:#fff;border:1px solid var(--accent,#9b2f2c);
	transition:transform .2s,background .2s,border-color .2s;
}
.bgwe-btn:hover{background:var(--accent2,#b24a47);border-color:var(--accent2,#b24a47);transform:translateY(-2px);color:#fff}
.bgwe-btn svg{flex:0 0 auto}
.bgwe-btn span{display:flex;flex-direction:column;line-height:1.2}
.bgwe-btn span i{font-style:normal;font-weight:400;font-size:11.5px;opacity:.82;margin-top:2px}
.bgwe-btn-alt{
	background:transparent;color:var(--text,#f4efe6);
	border:1px solid var(--line2,rgba(255,255,255,.22));
}
.bgwe-btn-alt:hover{background:color-mix(in srgb,var(--text,#fff) 8%,transparent);border-color:var(--text2,#cabfb0);color:var(--text,#f4efe6);transform:translateY(-2px)}
.bgwe-note{
	font-family:'Inter',-apple-system,sans-serif;font-size:12px;font-weight:400;line-height:1.6;
	color:var(--muted,#938a7e);max-width:56ch;margin:1.4em auto 0;opacity:.85;
}
/* send-to-inbox / send-to-Kindle form */
.bgwe-send{max-width:480px;margin:1.5em auto 0;text-align:left}
.bgwe-send-label{font-family:'Inter',-apple-system,sans-serif;font-size:13px;font-weight:600;color:var(--text2,#cabfb0);text-align:center;margin-bottom:.6em}
/* email form = the homepage "Join the Inner Circle" pill (button inside the field) */
.bgwe-send-row{display:flex;align-items:stretch;gap:6px;height:54px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:8px;padding:6px;box-sizing:border-box}
.bgwe-email{flex:1;min-width:0}
.bgwe-email::placeholder{color:#9a948c}
.bgwe-send-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:100%;background:#1a1714;color:#fff;border:0;border-radius:6px;padding:0 24px;font-family:'Inter',-apple-system,sans-serif;font-weight:600;font-size:15px;cursor:pointer;transition:opacity .2s}
.bgwe-send-btn:hover{opacity:.9}
.bgwe-send-btn svg{flex:0 0 auto}
.bgwe-send-status{font-family:'Inter',-apple-system,sans-serif;font-size:13px;line-height:1.5;margin:.7em 0 0;min-height:1px;text-align:left}
.bgwe-send-status.ok{color:#5fa873}
.bgwe-send-status.err{color:var(--accent2,#b24a47)}
.bgwe-kindle-hint{font-family:'Inter',-apple-system,sans-serif;font-size:12px;line-height:1.6;color:var(--muted,#938a7e);margin:.8em 0 0;padding:10px 12px;border-radius:8px;background:var(--bg2,rgba(255,255,255,.04));border:1px solid var(--line,rgba(255,255,255,.10))}
.bgwe-kindle-hint strong{color:var(--text2,#cabfb0)}
.bgwe-keep{font-family:'Inter',-apple-system,sans-serif;font-size:13px;font-weight:400;color:var(--muted,#938a7e);margin:1.2em 0 0;text-align:center}
.bgwe-keep a{color:var(--text2,#cabfb0);text-decoration:underline;text-underline-offset:2px}
.bgwe-keep a:hover{color:var(--accent,#9b2f2c)}
.bgwe-help{max-width:60ch;margin:1.4em auto 0;font-family:'Inter',-apple-system,sans-serif;text-align:left}
.bgwe-help summary{
	cursor:pointer;list-style:none;text-align:center;
	font-size:13px;font-weight:600;color:var(--muted,#938a7e);
	padding:6px 0;transition:color .2s;
}
.bgwe-help summary::-webkit-details-marker{display:none}
.bgwe-help summary:hover{color:var(--accent,#9b2f2c)}
.bgwe-help summary::after{content:" \25BE";opacity:.7}
.bgwe-help[open] summary::after{content:" \25B4"}
.bgwe-help ul{margin:.6em 0 0;padding:0 0 0 1.1em}
.bgwe-help li{font-size:12.5px;font-weight:400;line-height:1.65;color:var(--muted,#938a7e);margin:0 0 .5em}
.bgwe-help strong{color:var(--text2,#cabfb0);font-weight:600}
.bgwe-help em{font-style:normal;color:var(--text,#f4efe6)}

@media(max-width:520px){
	.bgwe-btn{width:100%;justify-content:center}
}
