/* ============================================================
   RYN Premium Footer — v1.1.0
   Palette: bg #241B16 (espresso w/ soft glow) · heading #E5A985 (gold-peach)
            text #D0C9C5 · hover #FFFFFF  (all pass WCAG AA on #241B16)
   Layout: 4 cols desktop / 1 col mobile, left-aligned · quiet-luxury
   ============================================================ */

.ryn-footer {
	background-color: #241B16;
	background-image: radial-gradient(circle at 50% -20%, #3A2E27 0%, transparent 58%);
	color: #D0C9C5;
	padding: 72px 24px 30px;
	margin-top: 48px;
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}
.ryn-footer * { box-sizing: border-box; }

/* Decorative accent hairline at very top */
.ryn-top-accent {
	height: 2px;
	background: linear-gradient(90deg, transparent, #E5A985 35%, #D0C9C5 50%, #E5A985 65%, transparent);
}

.ryn-footer-inner {
	max-width: 1220px;
	margin: 0 auto;
}

/* ---------- Newsletter (above columns) ---------- */
.ryn-newsletter {
	max-width: 640px;
	margin: 0 auto 60px;
	text-align: center;
	padding: 40px 34px;
	border: 1px solid rgba(229, 169, 133, 0.16);
	border-radius: 16px;
	background: rgba(28, 20, 15, 0.5);
}
.ryn-eyebrow {
	display: block;
	color: #E5A985;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.ryn-newsletter-title {
	color: #E5A985;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.4px;
	margin: 0 0 8px;
	line-height: 1.3;
}
.ryn-newsletter-sub {
	margin: 0 0 22px;
	color: #D0C9C5;
	font-size: 14px;
}
.ryn-newsletter-form {
	display: flex;
	gap: 8px;
	max-width: 520px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
}
.ryn-newsletter-input {
	flex: 1 1 260px;
	padding: 13px 16px;
	font-size: 15px;
	border: 1px solid #4A3A30;
	border-radius: 8px;
	background: #1E1713;
	color: #F2EBE4;
	outline: none;
	transition: border-color .2s, box-shadow .2s;
}
.ryn-newsletter-input::placeholder { color: #9C8F86; }
.ryn-newsletter-input:focus { border-color: #E5A985; box-shadow: 0 0 0 3px rgba(229, 169, 133, 0.18); }
.ryn-newsletter-btn {
	padding: 13px 24px;
	font-size: 15px;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	background: #E5A985;
	color: #241B16;
	cursor: pointer;
	transition: background .2s, transform .1s;
}
.ryn-newsletter-btn:hover { background: #F2C19E; }
.ryn-newsletter-btn:active { transform: scale(.97); }
.ryn-newsletter-msg { margin: 14px 0 0; font-size: 14px; min-height: 20px; }
.ryn-newsletter-msg[style*="color"] { font-weight: 500; }

/* ---------- 4-column grid ---------- */
.ryn-footer-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 36px;
	text-align: left;
	border-top: 1px solid rgba(229, 169, 133, 0.14);
	padding-top: 48px;
	margin-bottom: 40px;
}
.ryn-fcol { min-width: 0; }

/* brand column */
.ryn-fcol-brand .ryn-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	transition: opacity .2s;
}
.ryn-fcol-brand .ryn-logo:hover { opacity: .9; }
.ryn-logo-text {
	color: #F2EBE4;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1;
}
.ryn-logo-mark { flex: 0 0 auto; }
.ryn-brand-blurb {
	margin: 16px 0 20px;
	font-size: 14px;
	color: #D0C9C5;
	max-width: 270px;
	line-height: 1.7;
}

/* ---------- Column headings & links ---------- */
.ryn-fhead {
	color: #E5A985;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 0 0 14px;
	line-height: 1.3;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(229, 169, 133, 0.16);
}
.ryn-flinks {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ryn-flinks li { margin-bottom: 11px; }
.ryn-flinks a {
	color: #D0C9C5;
	text-decoration: none;
	transition: color .15s;
	display: inline-block;
}
.ryn-flinks a:hover { color: #FFFFFF; }

/* ---------- Social icons ---------- */
.ryn-socials { display: flex; gap: 12px; margin-top: 4px; }
.ryn-social {
	width: 40px; height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #4A3A30;
	border-radius: 50%;
	color: #D0C9C5;
	text-decoration: none;
	transition: border-color .2s, color .2s, background .2s, transform .2s;
}
.ryn-social:hover {
	color: #241B16;
	border-color: #E5A985;
	background: #E5A985;
	transform: translateY(-2px);
}
.ryn-social:focus-visible {
	outline: 2px solid #E5A985;
	outline-offset: 2px;
}

/* ---------- Payment badges ---------- */
.ryn-payments {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	border-top: 1px solid rgba(229, 169, 133, 0.14);
	padding-top: 26px;
}
.ryn-pay {
	width: 48px; height: 30px;
	display: inline-block;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

/* ---------- Copyright ---------- */
.ryn-copyright {
	text-align: center;
	margin-top: 22px;
	font-size: 12.5px;
	letter-spacing: 0.2px;
	color: #9C8F86;
}
.ryn-copyright p { margin: 0; }

/* ---------- Global accessible focus ---------- */
.ryn-footer a:focus-visible {
	outline: 2px solid #E5A985;
	outline-offset: 2px;
	border-radius: 2px;
}

/* ---------- Responsive: mobile 1 column ---------- */
@media (max-width: 900px) {
	.ryn-footer { padding: 54px 20px 26px; margin-top: 32px; }
	.ryn-top-accent { height: 2px; }
	.ryn-newsletter { margin-bottom: 42px; padding: 30px 22px; }
	.ryn-footer-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 36px; }
	.ryn-brand-blurb { max-width: 100%; }
	.ryn-payments { justify-content: flex-start; }
	.ryn-copyright { text-align: left; }
}