/*
Theme Name: Rational Thoughts Bauhaus
Theme URI: https://rationalthoughts.org/
Author: Rational Thoughts
Author URI: https://rationalthoughts.org/
Description: A bold, evidence-first editorial WordPress theme for Rational Thoughts. Built for atheism, philosophy, science, humanism and rational inquiry.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rational-thoughts-bauhaus
Tags: blog, news, education, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
	--rt-cream: #f3ebdd;
	--rt-paper: #fffaf0;
	--rt-ink: #111111;
	--rt-blue: #1546d8;
	--rt-blue-dark: #0c319f;
	--rt-orange: #c6532d;
	--rt-sand: #d8c8ac;
	--rt-grey: #5a5852;
	--rt-line: rgba(17, 17, 17, 0.24);
	--rt-white-line: rgba(255, 255, 255, 0.28);
	--rt-max: 1480px;
	--rt-gutter: clamp(18px, 3.6vw, 58px);
	--rt-radius: 0;
	--rt-font: "Arial", "Helvetica Neue", Helvetica, sans-serif;
}

html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; }
body {
	margin: 0;
	background: var(--rt-cream);
	color: var(--rt-ink);
	font-family: var(--rt-font);
	font-size: 17px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}
body.menu-is-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--rt-blue); }
button, input, textarea, select { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible {
	outline: 3px solid var(--rt-blue);
	outline-offset: 4px;
}

.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px;
	margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background: var(--rt-paper); clip: auto !important; clip-path: none; color: var(--rt-ink);
	display: block; font-weight: 700; height: auto; left: 12px; padding: 12px 18px; top: 12px;
	width: auto; z-index: 100000;
}
.skip-link { box-shadow: 5px 5px 0 var(--rt-blue); }

/* Header */
.site-header { background: var(--rt-cream); position: relative; z-index: 100; }
.header-inner {
	width: min(var(--rt-max), calc(100% - (var(--rt-gutter) * 2)));
	min-height: 98px; margin: 0 auto; border-bottom: 1px solid var(--rt-line);
	display: grid; grid-template-columns: auto 1fr minmax(190px, 250px); align-items: center; gap: 36px;
}
.site-branding { min-width: max-content; }
.custom-logo { max-height: 66px; width: auto; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -0.055em; }
.brand { font-size: clamp(1.25rem, 2vw, 1.95rem); }
.brand-mark {
	width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: var(--rt-blue); color: #fff;
	display: grid; place-items: center; font-size: .78rem; letter-spacing: -.07em; box-shadow: inset 0 0 0 7px var(--rt-orange);
}
.main-navigation { justify-self: center; }
.main-navigation ul, .footer-navigation ul { list-style: none; padding: 0; margin: 0; }
.main-navigation .menu { display: flex; align-items: center; gap: clamp(16px, 2.3vw, 38px); }
.main-navigation a { font-size: .94rem; font-weight: 700; position: relative; white-space: nowrap; }
.main-navigation a::after, .footer-navigation a::after {
	content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -7px;
	background: var(--rt-blue); transition: right .18s ease-out;
}
.main-navigation a:hover::after, .main-navigation .current-menu-item > a::after, .footer-navigation a:hover::after { right: 0; }
.main-navigation .current-menu-item > a { color: var(--rt-blue); }
.menu-toggle { display: none; border: 0; padding: 10px; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 28px; height: 2px; background: var(--rt-ink); margin: 6px 0; transition: transform .18s ease; }
.menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
.search-form { display: flex; align-items: stretch; border: 1px solid var(--rt-ink); background: var(--rt-paper); min-height: 44px; }
.search-form label { flex: 1; display: flex; }
.search-field { width: 100%; min-width: 0; border: 0; padding: 9px 12px; background: transparent; color: var(--rt-ink); }
.search-submit { width: 45px; border: 0; border-left: 1px solid var(--rt-ink); background: var(--rt-blue); color: #fff; font-weight: 900; cursor: pointer; }
.search-submit:hover { background: var(--rt-orange); color: var(--rt-ink); }

/* Shared type and controls */
.eyebrow { margin: 0 0 26px; color: var(--rt-blue); font-size: .86rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow-light { color: #9bb3ff; }
.button {
	min-height: 58px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: space-between;
	gap: 42px; border: 2px solid var(--rt-ink); font-weight: 800; line-height: 1.2;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.button span { font-size: 1.35rem; transition: transform .18s ease; }
.button:hover { transform: translateY(-3px); color: inherit; }
.button:hover span { transform: translate(4px, -4px); }
.button-primary { background: var(--rt-blue); color: #fff; border-color: var(--rt-blue); box-shadow: 6px 6px 0 var(--rt-ink); }
.button-primary:hover { background: var(--rt-blue-dark); color: #fff; }
.button-secondary { background: var(--rt-paper); }
.button-secondary:hover { background: var(--rt-orange); }
.button-light { background: var(--rt-paper); color: var(--rt-ink); box-shadow: 6px 6px 0 var(--rt-ink); }
.button-light:hover { color: var(--rt-ink); background: var(--rt-orange); }
.text-link { font-weight: 800; display: inline-flex; justify-content: space-between; gap: 18px; border-top: 1px solid currentColor; padding-top: 14px; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translate(4px, -4px); }

/* Homepage hero */
.home-hero {
	width: min(var(--rt-max), calc(100% - (var(--rt-gutter) * 2)));
	min-height: 790px; margin: 0 auto; position: relative; overflow: hidden;
	display: grid; grid-template-columns: 1.04fr .96fr; align-items: center;
}
.hero-copy { position: relative; z-index: 5; padding: 82px 0 128px; }
.hero-copy h1 {
	max-width: 790px; margin: 0; font-size: clamp(4.6rem, 8.4vw, 8.65rem); line-height: .87;
	letter-spacing: -.085em; font-weight: 900;
}
.hero-intro { max-width: 610px; margin: 38px 0 42px; font-size: clamp(1.08rem, 1.55vw, 1.48rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; }
.hero-art { position: absolute; right: 0; top: 30px; width: 53%; height: 690px; pointer-events: none; }
.blue-disc { position: absolute; width: 470px; height: 470px; border-radius: 50%; background: var(--rt-blue); top: 35px; right: 115px; }
.orange-half { position: absolute; width: 415px; height: 210px; border-radius: 0 0 220px 220px; background: var(--rt-orange); top: 438px; right: 282px; }
.question-mark { position: absolute; z-index: 2; top: 112px; right: 200px; font-size: 18rem; line-height: 1; font-weight: 900; color: var(--rt-ink); }
.orbit { position: absolute; width: 150px; height: 150px; border: 1px solid var(--rt-ink); border-radius: 50%; top: 40px; left: 10px; z-index: 2; box-shadow: inset 0 0 0 17px var(--rt-cream), inset 0 0 0 18px var(--rt-ink), inset 0 0 0 34px var(--rt-cream), inset 0 0 0 35px var(--rt-ink); }
.orbit span { position: absolute; width: 48px; height: 48px; background: var(--rt-blue); border-radius: 50%; inset: 0; margin: auto; }
.dot-grid { position: absolute; width: 132px; height: 132px; left: 16px; top: 290px; background-image: radial-gradient(var(--rt-ink) 2px, transparent 2px); background-size: 27px 27px; }
.art-line { position: absolute; height: 1px; background: var(--rt-ink); opacity: .7; transform-origin: left center; }
.line-one { width: 730px; top: 335px; left: 0; }
.line-two { width: 485px; top: 330px; left: 208px; transform: rotate(45deg); }
.small-disc { position: absolute; border-radius: 50%; }
.disc-orange { width: 94px; height: 94px; background: var(--rt-orange); top: 28px; right: 0; }
.disc-sand { width: 120px; height: 120px; background: var(--rt-sand); right: 44px; top: 422px; }
.disc-blue { width: 55px; height: 55px; background: var(--rt-blue); right: 0; bottom: 45px; }
.featured-card {
	position: absolute; z-index: 10; right: 2%; bottom: 28px; width: min(560px, 44vw); min-height: 278px;
	background: rgba(255, 250, 240, .97); border: 1px solid var(--rt-sand); padding: 36px 40px 27px;
	display: flex; flex-direction: column; box-shadow: 8px 8px 0 rgba(17, 17, 17, .08);
	transition: transform .22s ease, box-shadow .22s ease;
}
.featured-card:hover { transform: translateY(-6px); box-shadow: 12px 12px 0 var(--rt-blue); color: var(--rt-ink); }
.card-kicker { color: var(--rt-orange); font-weight: 850; margin-bottom: 17px; text-transform: uppercase; font-size: .8rem; letter-spacing: .08em; }
.featured-card strong { max-width: 450px; font-size: clamp(1.8rem, 3vw, 2.85rem); line-height: 1.02; letter-spacing: -.06em; }
.featured-footer { margin-top: auto; border-top: 1px solid var(--rt-sand); padding-top: 16px; display: flex; justify-content: space-between; font-weight: 750; }
.featured-footer i { font-style: normal; font-size: 1.5rem; }
.principle-strip { background: var(--rt-blue); color: #fff; padding: 28px var(--rt-gutter); display: flex; justify-content: space-around; gap: 28px; text-align: center; font-size: clamp(1.08rem, 2vw, 1.8rem); font-weight: 850; letter-spacing: -.035em; }
.principle-strip p { margin: 0; }

/* Homepage sections */
.home-section, .reason-section, .about-band { padding: clamp(88px, 10vw, 150px) max(var(--rt-gutter), calc((100% - var(--rt-max)) / 2)); }
.split-heading { display: grid; grid-template-columns: .75fr 1.35fr .85fr; gap: clamp(28px, 4vw, 70px); align-items: end; margin-bottom: 76px; }
.split-heading .eyebrow { align-self: start; }
.split-heading h2, .reason-heading h2, .latest-heading h2, .about-copy h2, .archive-header h1, .single-header h1, .error-page h1, .no-results h1 {
	margin: 0; font-size: clamp(3.2rem, 6.4vw, 6.4rem); line-height: .91; letter-spacing: -.075em; font-weight: 900;
}
.split-heading > p:last-child, .latest-heading > p { margin: 0; font-size: 1.08rem; line-height: 1.65; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--rt-ink); }
.pillar-card { min-height: 410px; padding: 28px 32px 25px 0; border-right: 1px solid var(--rt-line); display: flex; flex-direction: column; }
.pillar-card + .pillar-card { padding-left: 32px; }
.pillar-card:last-child { border-right: 0; }
.pillar-card > span { color: var(--rt-blue); font-weight: 900; }
.pillar-card h3 { margin: 54px 0 20px; font-size: clamp(2rem, 3.2vw, 3.65rem); line-height: 1; letter-spacing: -.06em; }
.pillar-card p { margin: 0; }
.pillar-card a { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--rt-line); font-weight: 800; display: flex; justify-content: space-between; }
.reason-section { background: var(--rt-ink); color: #fff; }
.reason-heading { display: grid; grid-template-columns: .7fr 1.8fr; gap: 40px; align-items: start; margin-bottom: 75px; }
.reason-heading h2 { max-width: 950px; }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #616161; }
.reason-grid article { min-height: 340px; padding: 28px 28px 24px 0; border-right: 1px solid #555; }
.reason-grid article + article { padding-left: 28px; }
.reason-grid article:last-child { border-right: 0; }
.reason-grid span { color: #9bb3ff; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.reason-grid h3 { margin: 72px 0 20px; font-size: clamp(1.4rem, 2.2vw, 2.25rem); line-height: 1.1; letter-spacing: -.045em; }
.reason-grid p { color: #c9c9c9; margin: 0; }
.latest-section { background: var(--rt-paper); }
.latest-heading { display: grid; grid-template-columns: 1.7fr .8fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.category-links { list-style: none; margin: 0 0 42px; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; }
.category-links li { list-style: none; }
.category-links a { display: inline-flex; padding: 8px 14px; border: 1px solid var(--rt-ink); font-size: .82rem; font-weight: 800; background: var(--rt-cream); }
.category-links a:hover { background: var(--rt-blue); color: #fff; }
.latest-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--rt-ink); border-left: 2px solid var(--rt-ink); }
.article-card { min-width: 0; background: var(--rt-paper); border-right: 2px solid var(--rt-ink); border-bottom: 2px solid var(--rt-ink); display: flex; flex-direction: column; }
.card-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; border-bottom: 2px solid var(--rt-ink); background: var(--rt-sand); }
.card-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84); transition: transform .35s ease, filter .35s ease; }
.article-card:hover .card-image img { transform: scale(1.035); filter: saturate(1.08); }
.card-placeholder { width: 100%; height: 100%; display: grid; place-items: center; position: relative; overflow: hidden; background: var(--rt-blue); color: var(--rt-ink); }
.card-placeholder::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: var(--rt-orange); left: -20%; bottom: -45%; }
.card-placeholder i { position: absolute; width: 42%; aspect-ratio: 1; border-radius: 50%; border: 2px solid var(--rt-ink); right: 8%; top: 9%; box-shadow: inset 0 0 0 14px var(--rt-blue), inset 0 0 0 16px var(--rt-ink); }
.card-placeholder b { position: relative; z-index: 2; font-size: 7rem; line-height: 1; font-style: normal; }
.card-body { min-height: 390px; padding: 26px; display: flex; flex-direction: column; }
.card-meta, .single-meta { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: .75rem; text-transform: uppercase; letter-spacing: .055em; font-weight: 750; }
.post-category { color: var(--rt-blue); font-weight: 900; }
.card-title { margin: 58px 0 20px; font-size: clamp(1.55rem, 2.35vw, 2.4rem); line-height: 1.06; letter-spacing: -.05em; }
.card-title a:hover { color: var(--rt-blue); }
.card-excerpt { color: #3f3d39; }
.card-excerpt p { margin: 0; }
.card-body .text-link { margin-top: auto; }
.all-posts-link { margin-top: 42px; display: flex; justify-content: center; }
.about-band { background: var(--rt-blue); color: #fff; display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; align-items: center; }
.about-mark { width: 100%; max-width: 570px; aspect-ratio: 1; border-radius: 50%; background: var(--rt-cream); color: var(--rt-ink); display: grid; place-items: center; font-size: clamp(5rem, 12vw, 12rem); font-weight: 900; letter-spacing: -.12em; box-shadow: inset 0 0 0 28px var(--rt-orange); }
.about-copy { max-width: 820px; }
.about-copy p:not(.eyebrow) { margin: 32px 0; font-size: clamp(1.1rem, 1.55vw, 1.35rem); line-height: 1.72; }

/* Archives and listings */
.listing-page, .singular-page { width: min(var(--rt-max), calc(100% - (var(--rt-gutter) * 2))); margin: 0 auto; }
.archive-header { padding: clamp(72px, 9vw, 135px) 0 70px; max-width: 1120px; }
.archive-header > p:last-child, .archive-description { max-width: 700px; font-size: 1.16rem; margin: 30px 0 0; }
.archive-header .page-title span { color: var(--rt-blue); }
.listing-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(40px, 6vw, 90px); align-items: start; padding-bottom: 120px; }
.article-list { border-top: 2px solid var(--rt-ink); }
.article-list .article-card { display: grid; grid-template-columns: minmax(220px, .72fr) 1.28fr; border: 0; border-bottom: 2px solid var(--rt-ink); }
.article-list .card-image { height: 100%; aspect-ratio: auto; border-bottom: 0; border-right: 2px solid var(--rt-ink); }
.article-list .card-body { min-height: 350px; }
.article-list .card-title { margin-top: 46px; }
.navigation.pagination { margin-top: 40px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 9px; }
.page-numbers { min-width: 45px; height: 45px; border: 1px solid var(--rt-ink); display: grid; place-items: center; font-weight: 800; }
.page-numbers.current, .page-numbers:hover { background: var(--rt-blue); color: #fff; }

/* Sidebar */
.widget-area { position: sticky; top: 25px; }
.widget { border-top: 2px solid var(--rt-ink); padding: 24px 0 32px; }
.widget-title { margin: 0 0 22px; font-size: 1.35rem; letter-spacing: -.035em; }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li { border-bottom: 1px solid var(--rt-line); padding: 10px 0; }
.widget li a { font-weight: 700; }
.widget select { width: 100%; padding: 10px; border: 1px solid var(--rt-ink); background: var(--rt-paper); }

/* Single posts and pages */
.single-header { max-width: 1180px; margin: 0 auto; padding: clamp(72px, 9vw, 135px) 0 65px; text-align: center; }
.single-header h1 { margin-top: 34px; }
.single-meta { justify-content: center; }
.single-deck { max-width: 820px; margin: 32px auto 0; color: var(--rt-grey); font-size: clamp(1.1rem, 1.7vw, 1.4rem); }
.single-featured-image { max-width: 1260px; margin: 0 auto 70px; border: 2px solid var(--rt-ink); box-shadow: 11px 11px 0 var(--rt-blue); }
.single-featured-image img { width: 100%; max-height: 760px; object-fit: cover; }
.single-layout { display: grid; grid-template-columns: minmax(0, 840px) 320px; justify-content: center; gap: clamp(50px, 7vw, 110px); align-items: start; padding-bottom: 120px; }
.page-article { max-width: 1180px; margin: 0 auto; }
.page-header { max-width: 1040px; }
.page-content { max-width: 840px; margin: 0 auto; padding-bottom: 110px; }
.entry-content { font-size: 1.08rem; }
.entry-content > * { max-width: 840px; margin-left: auto; margin-right: auto; }
.entry-content > * + * { margin-top: 1.45em; }
.entry-content h2, .entry-content h3, .entry-content h4 { line-height: 1.08; letter-spacing: -.045em; margin-top: 1.7em; }
.entry-content h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); }
.entry-content h3 { font-size: clamp(1.55rem, 2.8vw, 2.4rem); }
.entry-content a { color: var(--rt-blue); text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .15em; }
.entry-content blockquote { border-left: 8px solid var(--rt-orange); background: var(--rt-paper); padding: 30px 34px; font-size: 1.3rem; font-weight: 700; }
.entry-content blockquote p { margin: 0; }
.entry-content code { background: var(--rt-paper); padding: .15em .35em; }
.entry-content pre { overflow-x: auto; background: var(--rt-ink); color: #fff; padding: 24px; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { border: 1px solid var(--rt-ink); padding: 10px 12px; text-align: left; }
.entry-content th { background: var(--rt-blue); color: #fff; }
.entry-content .alignwide { max-width: 1080px; }
.entry-content .alignfull { max-width: none; width: calc(100vw - 20px); margin-left: 50%; transform: translateX(-50%); }
.entry-content figcaption { color: var(--rt-grey); font-size: .88rem; margin-top: 8px; text-align: center; }
.tag-links { margin-top: 55px; border-top: 2px solid var(--rt-ink); padding: 22px 0; display: flex; flex-wrap: wrap; gap: 12px; }
.tag-links strong { margin-right: 14px; }
.tag-links a { border: 1px solid var(--rt-ink); padding: 4px 9px; font-size: .82rem; }
.post-navigation { margin-top: 35px; display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--rt-ink); }
.post-navigation > div { padding: 22px; min-width: 0; }
.post-navigation > div + div { border-left: 2px solid var(--rt-ink); text-align: right; }
.post-navigation span { display: block; color: var(--rt-blue); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.post-navigation a { font-weight: 800; }

/* Comments */
.comments-area { margin-top: 70px; border-top: 2px solid var(--rt-ink); padding-top: 35px; }
.comments-title, .comment-reply-title { font-size: clamp(1.8rem, 3.5vw, 3rem); letter-spacing: -.05em; }
.comment-list { list-style: none; padding: 0; }
.comment-list .children { list-style: none; margin-left: 35px; }
.comment-body { background: var(--rt-paper); border: 1px solid var(--rt-ink); padding: 24px; margin-bottom: 18px; }
.comment-meta { display: flex; align-items: center; gap: 12px; font-size: .82rem; }
.comment-author { display: flex; align-items: center; gap: 9px; }
.comment-author img { border-radius: 50%; }
.comment-content { margin-top: 18px; }
.reply { font-weight: 800; }
.comment-form label { display: block; font-weight: 800; margin-bottom: 6px; }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; border: 1px solid var(--rt-ink); background: var(--rt-paper); padding: 12px; }
.comment-form input[type="submit"] { border: 2px solid var(--rt-ink); background: var(--rt-blue); color: #fff; padding: 13px 22px; font-weight: 800; box-shadow: 5px 5px 0 var(--rt-ink); cursor: pointer; }

/* Empty and error states */
.no-results, .error-page { max-width: 980px; margin: 0 auto; padding: clamp(85px, 12vw, 160px) 0; }
.no-results .search-form, .error-page .search-form { max-width: 550px; margin: 35px 0; }
.error-page { text-align: center; }
.error-page .search-form { margin-left: auto; margin-right: auto; }
.error-art { display: flex; justify-content: center; align-items: center; gap: 18px; font-size: clamp(5rem, 13vw, 10rem); line-height: 1; font-weight: 900; margin-bottom: 40px; }
.error-art b { width: 1em; height: 1em; display: grid; place-items: center; border-radius: 50%; background: var(--rt-blue); color: var(--rt-ink); }
.error-page > p:not(.eyebrow) { font-size: 1.15rem; }

/* Footer */
.site-footer { background: var(--rt-ink); color: #fff; }
.footer-inner { width: min(var(--rt-max), calc(100% - (var(--rt-gutter) * 2))); margin: 0 auto; padding: 72px 0 34px; display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 42px; align-items: start; }
.footer-brand { font-size: 1.7rem; }
.footer-intro p { color: #bdbdbd; margin: 18px 0 0; }
.footer-navigation .menu { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.footer-navigation a { position: relative; font-weight: 750; }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 42px; height: 42px; border: 1px solid #fff; display: grid; place-items: center; font-weight: 900; }
.social-links a:hover { background: var(--rt-orange); color: var(--rt-ink); }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid #555; padding-top: 26px; margin-top: 22px; display: flex; justify-content: space-between; gap: 30px; color: #aaa; font-size: .88rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a:hover { color: #fff; }

/* Core WordPress */
.wp-caption { max-width: 100%; }
.wp-caption-text { color: var(--rt-grey); font-size: .86rem; }
.sticky { position: relative; }
.bypostauthor { border-color: var(--rt-blue); }
.gallery { display: grid; gap: 12px; }
.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.alignleft { float: left; margin: 0 24px 18px 0; }
.alignright { float: right; margin: 0 0 18px 24px; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

@media (max-width: 1180px) {
	.header-inner { grid-template-columns: auto 1fr auto; }
	.header-search { display: none; }
	.home-hero { min-height: 930px; grid-template-columns: 1fr; align-items: start; }
	.hero-copy { padding-top: 72px; }
	.hero-art { width: 70%; top: 410px; right: -8%; transform: scale(.82); transform-origin: top right; }
	.featured-card { width: 56%; }
	.split-heading { grid-template-columns: .8fr 1.5fr; }
	.split-heading > p:last-child { grid-column: 2; }
	.reason-grid { grid-template-columns: repeat(2, 1fr); }
	.reason-grid article { border-bottom: 1px solid #555; }
	.latest-grid { grid-template-columns: repeat(2, 1fr); }
	.listing-layout, .single-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 45px; }
}

@media (max-width: 900px) {
	.header-inner { min-height: 80px; }
	.menu-toggle { display: block; justify-self: end; }
	.main-navigation {
		display: none; position: fixed; inset: 80px 0 0; background: var(--rt-cream); padding: 32px var(--rt-gutter);
		overflow-y: auto; z-index: 95;
	}
	.main-navigation.is-open { display: block; }
	.main-navigation .menu { display: block; }
	.main-navigation li { border-bottom: 1px solid var(--rt-line); }
	.main-navigation a { display: block; padding: 16px 0; font-size: 1.35rem; }
	.main-navigation a::after { display: none; }
	.home-hero { min-height: 960px; }
	.hero-art { width: 86%; right: -16%; }
	.featured-card { width: 64%; }
	.principle-strip { flex-direction: column; gap: 7px; }
	.pillar-grid { grid-template-columns: 1fr; }
	.pillar-card, .pillar-card + .pillar-card { min-height: 330px; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--rt-line); }
	.latest-heading { grid-template-columns: 1fr; }
	.about-band { grid-template-columns: 1fr; }
	.about-mark { max-width: 430px; }
	.listing-layout, .single-layout { grid-template-columns: 1fr; }
	.widget-area { position: static; border-top: 2px solid var(--rt-ink); padding-top: 35px; }
	.article-list .article-card { grid-template-columns: minmax(190px, .65fr) 1.35fr; }
	.footer-inner { grid-template-columns: 1fr 1fr; }
	.social-links { justify-self: start; }
}

@media (max-width: 650px) {
	body { font-size: 16px; }
	:root { --rt-gutter: 18px; }
	.brand { font-size: 1.25rem; }
	.brand-mark { width: 37px; height: 37px; flex-basis: 37px; }
	.home-hero { min-height: auto; display: block; overflow: visible; padding-bottom: 38px; }
	.hero-copy { padding: 56px 0 44px; }
	.hero-copy h1 { font-size: clamp(4rem, 21vw, 6rem); }
	.hero-intro { margin: 28px 0; }
	.hero-actions { display: grid; }
	.button { width: 100%; }
	.hero-art { position: relative; width: calc(100% + 36px); height: 430px; top: auto; right: 18px; transform: none; overflow: hidden; }
	.blue-disc { width: 310px; height: 310px; right: -20px; }
	.orange-half { width: 280px; height: 145px; right: 100px; top: 280px; }
	.question-mark { font-size: 12rem; right: 45px; top: 84px; }
	.orbit { transform: scale(.7); left: -18px; }
	.dot-grid { left: 4px; top: 250px; }
	.featured-card { position: relative; width: 100%; right: auto; bottom: auto; min-height: 235px; margin-top: -30px; padding: 28px 25px; }
	.split-heading, .reason-heading { grid-template-columns: 1fr; gap: 32px; }
	.split-heading > p:last-child { grid-column: auto; }
	.reason-grid { grid-template-columns: 1fr; }
	.reason-grid article, .reason-grid article + article { min-height: 255px; padding: 26px 0; border-right: 0; }
	.reason-grid h3 { margin-top: 42px; }
	.latest-grid { grid-template-columns: 1fr; }
	.card-body { min-height: 350px; }
	.about-mark { max-width: 340px; box-shadow: inset 0 0 0 18px var(--rt-orange); }
	.article-list .article-card { grid-template-columns: 1fr; }
	.article-list .card-image { aspect-ratio: 16 / 10; border-right: 0; border-bottom: 2px solid var(--rt-ink); }
	.single-header { text-align: left; }
	.single-meta { justify-content: flex-start; flex-wrap: wrap; }
	.single-featured-image { box-shadow: 7px 7px 0 var(--rt-blue); margin-bottom: 55px; }
	.post-navigation { grid-template-columns: 1fr; }
	.post-navigation > div + div { border-left: 0; border-top: 2px solid var(--rt-ink); text-align: left; }
	.footer-inner { grid-template-columns: 1fr; }
	.footer-bottom { display: block; }
	.footer-bottom a { display: inline-block; margin-top: 12px; }
	.gallery-columns-3 { grid-template-columns: 1fr 1fr; }
	.alignleft, .alignright { float: none; margin: 1em auto; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
