.tol-bh[hidden] { display: none !important; }
.tol-bh { position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; padding: 20px; font-family: "Open Sans", Arial, sans-serif; }
.tol-bh__backdrop { position: absolute; inset: 0; background: rgba(12, 25, 19, .72); backdrop-filter: blur(3px); }
.tol-bh__dialog { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(190px, .72fr) minmax(320px, 1.28fr); width: min(760px, 100%); max-height: calc(100vh - 40px); overflow: auto; background: #f8f5ee; border: 1px solid rgba(22, 65, 47, .14); border-radius: 18px; box-shadow: 0 30px 90px rgba(0, 0, 0, .34); }
.tol-bh__close { position: absolute; top: 12px; right: 14px; z-index: 3; width: 38px; height: 38px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .9); color: #173f31; font: 400 28px/36px Arial, sans-serif; cursor: pointer; }
.tol-bh__close:hover, .tol-bh__close:focus-visible { background: #fff; outline: 3px solid rgba(109, 150, 34, .45); }
.tol-bh__art { position: relative; min-height: 360px; overflow: hidden; background: linear-gradient(155deg, #dbe5d1 0%, #9db39d 48%, #416e58 100%); }
.tol-bh__sun { position: absolute; top: 62px; left: 50%; width: 88px; height: 88px; transform: translateX(-50%); border-radius: 50%; background: rgba(248, 245, 238, .84); }
.tol-bh__ridge { position: absolute; left: -15%; bottom: -28%; width: 130%; height: 64%; transform: rotate(8deg); background: #658871; clip-path: polygon(0 55%, 12% 40%, 23% 52%, 39% 18%, 54% 50%, 68% 28%, 82% 54%, 100% 36%, 100% 100%, 0 100%); }
.tol-bh__ridge--front { bottom: -36%; transform: rotate(-5deg); background: #174b38; clip-path: polygon(0 46%, 18% 23%, 31% 48%, 47% 30%, 65% 56%, 82% 24%, 100% 48%, 100% 100%, 0 100%); }
.tol-bh__content { padding: 54px 48px 40px; color: #20231f; }
.tol-bh__eyebrow { margin: 0 0 10px; color: #4e7d39; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.tol-bh h2 { margin: 0 0 14px; color: #123f2f; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 5vw, 46px); line-height: 1.02; letter-spacing: -.025em; }
.tol-bh #tol-bh-description { margin: 0 0 22px; font-size: 16px; line-height: 1.65; }
.tol-bh__form { display: block; width: 100%; height: 224px; margin: 0; border: 0; background: transparent; }
.tol-bh__privacy { margin: 10px 0 0; color: #656d66; font-size: 12px; text-align: center; }
body.tol-bh-open { overflow: hidden; }
@media (max-width: 680px) {
	.tol-bh { padding: 14px; }
	.tol-bh__dialog { grid-template-columns: 1fr; max-height: calc(100vh - 28px); border-radius: 14px; }
	.tol-bh__art { min-height: 108px; }
	.tol-bh__sun { top: 18px; width: 54px; height: 54px; }
	.tol-bh__ridge { bottom: -62%; }
	.tol-bh__ridge--front { bottom: -72%; }
	.tol-bh__content { padding: 32px 24px 24px; }
	.tol-bh h2 { font-size: 34px; }
}
@media (prefers-reduced-motion: no-preference) {
	.tol-bh:not([hidden]) .tol-bh__dialog { animation: tol-bh-enter 220ms ease-out both; }
	@keyframes tol-bh-enter { from { opacity: 0; transform: translateY(12px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
}
