address, article, aside, footer, header, hgroup, main, nav, section {
	display: block;
}

* { box-sizing: border-box; }

body {
	font-size: 16px;
	background: #F3EFE6;
	color: #2D2E2A;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

a { color: #B3402E; }

img { max-width: 100%; }

.container-gate {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ============================================================ */
/* GATEHOUSE HEADER (scrolls away; not sticky)                  */
/* ============================================================ */
.gatehouse-header {
	width: 100%;
	background: #24261F;
	padding: 0;
	position: relative;
	z-index: 1;
}

.gatehouse-cap {
	width: 100%;
	height: 12px;
	background: #5E6B52;
}

.gatehouse-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 20px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px;
}

/* The great torii glyph drawn in CSS (two posts + two curved lintels) */
.gate-glyph {
	position: relative;
	width: 86px;
	height: 66px;
	flex: 0 0 auto;
}

.gate-glyph::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	width: 9px;
	height: 52px;
	background: #B3402E;
	border-radius: 6px;
}

.gate-glyph::after {
	content: "";
	position: absolute;
	right: 6px;
	top: 6px;
	width: 9px;
	height: 52px;
	background: #B3402E;
	border-radius: 6px;
}

.gate-glyph .gate-beam-top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 15px;
	background: transparent;
	border: 9px solid #B3402E;
	border-bottom: none;
	border-top-left-radius: 26px;
	border-top-right-radius: 26px;
}

.gate-glyph .gate-beam-lower {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 18px;
	height: 11px;
	background: transparent;
	border: 7px solid #B3402E;
	border-bottom: none;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.gate-brand {
	display: flex;
	align-items: center;
	gap: 16px;
}

.brand-plate {
	background: #B3402E;
	color: #FBF8F0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 8px 20px 8px 26px;
	text-transform: uppercase;
	position: relative;
}

/* small curved notch on the brand plate (a nod to the shrine keeper plaque) */
.brand-plate::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	width: 7px;
	height: 7px;
	background: #24261F;
	border-radius: 50%;
	transform: translateY(-50%);
}

/* ema-pill links strung from a line within the header */
.ema-line {
	display: flex;
	align-items: center;
	gap: 7px;
	flex-wrap: wrap;
	position: relative;
	padding-top: 10px;
}

.ema-corner {
	width: 6px;
	height: 6px;
	background: #5E6B52;
	border-radius: 50%;
	flex: 0 0 auto;
}

.ema-link {
	background: #FBF8F0;
	color: #2D2E2A;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	padding: 8px 14px;
	border-radius: 4px 4px 8px 8px;
	position: relative;
	letter-spacing: 0.5px;
	box-shadow: 0 1px 0 #41423a;
}

.ema-link:hover { background: #eed4cb; color: #9c3526; }

.gate-cta {
	background: #B3402E;
	color: #FBF8F0;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	padding: 11px 18px;
	border-radius: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #b34a38;
}

.gate-cta:hover { background: #9c3526; }

/* ============================================================ */
/* STATION PORTALS: a torii framing each section                */
/* ============================================================ */
.station-torii {
	position: relative;
	width: 100%;
	height: 78px;
	pointer-events: none;
}

.station-torii .station-post {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 12px;
	background: #B3402E;
	border-radius: 8px;
}

.station-torii .station-post-left { left: 26px; }
.station-torii .station-post-right { right: 26px; }

.station-torii .station-lintel {
	position: absolute;
	top: 0;
	left: 46px;
	right: 46px;
	height: 34px;
	background: #B3402E;
	border-top-left-radius: 220px;
	border-top-right-radius: 220px;
	box-shadow: 0 3px 0 #8a2c20;
}

.station-torii .station-lintel-cap {
	position: absolute;
	left: 78px;
	right: 78px;
	top: 6px;
	height: 18px;
}

.station-plaque {
	position: absolute;
	left: 50%;
	top: 44px;
	transform: translateX(-50%);
	background: #FBF8F0;
	color: #B3402E;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 5px 14px;
	border-radius: 3px;
	border: 2px solid #6E6E6A;
	text-transform: uppercase;
	pointer-events: auto;
	white-space: nowrap;
}

.gate-tag { text-align: center; padding: 0 0 8px; }
.hidden-station { background: #F3EFE6; overflow-x: hidden; }
.hidden-station.spacer-keeper { min-height: 1px; }

.section-pad {
	padding-bottom: 74px;
}

/* ============================================================ */
/* STATION 1: THE APPROACH (first screen, oversized gate)        */
/* ============================================================ */
.approach-portal {
	position: relative;
	margin: 0 auto;
	max-width: 1080px;
	text-align: center;
}

.approach-glyph {
	position: relative;
	width: 180px;
	height: 150px;
	margin: 6px auto 18px;
}

.approach-glyph::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	width: 22px;
	height: 134px;
	background: #B3402E;
	border-radius: 14px;
}

.approach-glyph::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 8px;
	width: 22px;
	height: 134px;
	background: #B3402E;
	border-radius: 14px;
}

.approach-glyph .approach-beam-top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 34px;
	background: transparent;
	border: 22px solid #B3402E;
	border-bottom: none;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
}

.approach-glyph .approach-beam-lower {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 40px;
	height: 24px;
	background: transparent;
	border: 15px solid #B3402E;
	border-bottom: none;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
}

.approach-title {
	color: #2D2E2A;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.08;
	margin: 0 0 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.stone-lantern {
	position: relative;
	flex: 0 0 auto;
	width: 30px;
	height: 74px;
}

.stone-lantern .lantern-top {
	position: absolute;
	top: 0;
	left: 3px;
	right: 3px;
	height: 15px;
	background: #8F9188;
	border-radius: 4px 4px 0 0;
}

.stone-lantern .lantern-gap {
	position: absolute;
	top: 15px;
	left: 8px;
	right: 8px;
	height: 5px;
	background: #8F9188;
}

.stone-lantern .lantern-box {
	position: absolute;
	top: 20px;
	left: 8px;
	right: 8px;
	height: 24px;
	background: #FBF8F0;
	border: 2px solid #8F9188;
	border-radius: 3px;
}

.stone-lantern .lantern-fire {
	position: absolute;
	top: 28px;
	left: 50%;
	width: 6px;
	height: 8px;
	background: #B3402E;
	border-radius: 50%;
	transform: translateX(-50%);
}

.stone-lantern .lantern-below {
	position: absolute;
	top: 46px;
	left: 10px;
	right: 10px;
	height: 14px;
	background: #8F9188;
	border-radius: 0 0 5px 5px;
}

.stone-lantern .lantern-base {
	position: absolute;
	bottom: 0;
	left: 4px;
	right: 4px;
	height: 8px;
	background: #8F9188;
	border-radius: 4px;
}

.approach-title span.sub-tag {
	color: #B3402E;
	font-size: 28px;
	letter-spacing: 1px;
	font-weight: 400;
}

.standfirst {
	max-width: 620px;
	margin: 0 auto 14px;
	color: #4a4b45;
	font-size: 20px;
	line-height: 1.6;
}

.gravel-rule {
	max-width: 620px;
	margin: 8px auto 0;
	border-top: 2px solid #c9c0ab;
	position: relative;
}

.gravel-rule::after {
	content: "";
	display: block;
	width: 92%;
	margin: 4px auto 0;
	border-top: 2px solid #c9c0ab;
}

.avenue-note {
	max-width: 560px;
	margin: 26px auto 0;
	color: #8F9188;
	font-size: 15px;
	font-style: italic;
	line-height: 1.5;
}

/* ============================================================ */
/* STATION 2: THE EMA RACK (services grid)                      */
/* ============================================================ */
.ema-rack {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px 34px;
	margin: 0 auto;
	max-width: 980px;
	padding: 26px 24px 10px;
	position: relative;
}

.em-pill {
	background: #FBF8F0;
	padding: 22px 22px 26px;
	position: relative;
	border-radius: 1px;
	box-shadow: 0 3px 0 #cfc6b0;
	margin-bottom: 12px;
}

.em-pill::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background: #B3402E;
	border-radius: 50%;
}

.em-pill::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	height: 16px;
	background: #24261F;
	border-radius: 3px;
}

.em-pill-inner { position: relative; z-index: 1; margin-top: 22px; }

.em-pill h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1.25;
}

.em-pill h3 a {
	color: #B3402E;
	text-decoration: none;
}

.em-pill h3 a:hover { text-decoration: underline; }

.em-pill p {
	margin: 0;
	color: #484a44;
	font-size: 16px;
	line-height: 1.6;
}

.ema-rack-note {
	text-align: center;
	max-width: 740px;
	margin: 0 auto;
	color: #8F9188;
	font-style: italic;
	font-size: 16px;
	line-height: 1.6;
	padding-top: 6px;
}

/* ============================================================ */
/* STATION 3: THE FOUNTAIN                                       */
/* ============================================================ */
.fountain-layout {
	max-width: 940px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	padding: 20px 24px 10px;
}

.fountain-prose {
	flex: 1 1 360px;
	max-width: 620px;
}

.fountain-prose .lead {

	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	line-height: 1.4;
	font-weight: 700;
	color: #2D2E2A;
	margin: 0 0 18px;
}

.fountain-prose .lead::first-letter {
	color: #B3402E;
}

.fountain-prose p {
	margin: 0 0 16px;
	color: #42443e;
	font-size: 17px;

}

.fountain-art {
	flex: 0 0 260px;
	height: 250px;
	position: relative;
	margin: 0 auto;
}

.fountain-art .fountain-bowl {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 210px;
	height: 74px;
	background: #8F9188;
	border-radius: 0 0 22px 22px;
}

.fountain-art .fountain-bowl::before {
	content: "";
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	height: 34px;
	background: #7f817a;
	border-radius: 50%;
}

.fountain-art .fountain-column {
	position: absolute;
	bottom: 88px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 86px;
	background: #8F9188;
	border-radius: 6px 6px 0 0;
}

.fountain-art .fountain-water-1 {
	position: absolute;
	bottom: 172px;
	left: 50%;
	transform: translateX(-108%);
	width: 72px;
	height: 8px;
	background: #B3402E;
	border-radius: 6px;
}

.fountain-art .fountain-water-2 {
	position: absolute;
	bottom: 196px;
	left: 50%;
	transform: translateX(-34%);
	width: 70px;
	height: 8px;
	background: #B3402E;
	border-radius: 6px;
}

.fountain-art .fountain-water-3 {
	position: absolute;
	bottom: 216px;
	left: 50%;
	transform: translateX(-54%);
	width: 64px;
	height: 8px;
	background: #B3402E;
	border-radius: 6px;
}

.moss-roof {
	position: absolute;
	top: 60px;
	left: 6px;
	right: 6px;
	height: 13px;
	background: #5E6B52;
	border-radius: 6px 6px 0 0;
}

.moss-roof-mid {
	position: absolute;
	top: 72px;
	left: 34px;
	right: 34px;
	height: 8px;
	background: #5E6B52;
	border-radius: 4px 4px 0 0;
}

/* ============================================================ */
/* STATION 4: THE GATEHOUSE / CONTACT register                   */
/* ============================================================ */
.register-card {
	background: #FBF8F0;
	max-width: 720px;
	margin: 0 auto 0;
	border: 3px solid #B3402E;
	border-radius: 4px;
	position: relative;
	padding: 26px 22px 34px;
	box-shadow: 0 4px 0 #cfc6b0;
}

.register-cord {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 7px;
	background: #B3402E;
}

.register-card h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 700;
	color: #2A2B26;
	margin: 0 0 6px;
}

.register-card .reg-sub {
	color: #8F9188;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 20px;
}

.form-grid {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.field-pair {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.field-pair .field-half { flex: 1 1 240px; }

.field-label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #2A2B26;
	margin-bottom: 5px;
}

.field-input,
.field-textarea {
	width: 100%;
	background: #F3EFE6;
	border: 2px solid #8F9188;
	border-radius: 3px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: #2D2E2A;
	padding: 11px 13px;
	min-height: 130px;
	resize: vertical;
}
.field-input:focus,
.field-textarea:focus {
	outline: none;
	border-color: #B3402E;
}

.register-actions {
	margin-top: 6px;
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.pilgrim-button {
	background: #B3402E;
	color: #FBF8F0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	border: none;
	border-radius: 4px;
	padding: 13px 30px;
	cursor: pointer;
}

.pilgrim-button:hover { background: #9c3526; }

.pilgrim-alt {
	font-size: 14px;
	color: #8F9188;
}

.pilgrim-alt a { color: #B3402E; font-weight: 700; }

/* ============================================================ */
/* SEAL PLAQUE (address block beside / under register)           */
/* ============================================================ */
.seal-grid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 26px auto 0;
	max-width: 980px;
	padding: 0 24px;
}

.seal-plaque {
	background: #24261F;
	color: #FBF8F0;
	padding: 26px 28px;
	max-width: 480px;
	border-radius: 3px;
	position: relative;
	text-align: left;
	border-top: 8px solid #5E6B52;
}

.seal-plaque .seal-title {
	color: #B3402E;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 12px;
}

.seal-plaque p {
	margin: 0 0 10px;
	line-height: 1.6;
	font-size: 16px;
}

.seal-plaque .seal-phone,
.seal-plaque .seal-mail {
	color: #FBF8F0;
	font-weight: 700;
}

.seal-plaque .seal-hrs {
	color: #d8d2c2;
	font-size: 14px;
}

/* correspondence column next to seal */
.cross-note {
	background: #FBF8F0;
	border-left: 6px solid #B3402E;
	padding: 22px 24px;
	max-width: 420px;
	font-size: 16px;
}

.cross-note h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	margin: 0 0 10px;
	color: #2A2B26;
}

.cross-note p { margin: 0 0 8px; color: #484a44; }
.cross-note a { font-weight: 700; }

/* ============================================================ */
/* CEDAR FOOTER                                                  */
/* ============================================================ */
.cedar-footer {
	background: #24261F;
	width: 100%;
	position: relative;
	z-index: 1;
	color: #d8d2c2;
	padding: 30px 24px 44px;
	text-align: center;
	margin-top: 30px;
}

.cedar-cap {
	width: 100%;
	height: 12px;
	background: #5E6B52;
	margin-bottom: 28px;
}

.footer-links-line {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 18px;
}

.footer-links-line li { margin: 0; }

.footer-links-line a {
	color: #FBF8F0;
	font-weight: 700;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 1px solid #5E6B52;
	padding-bottom: 2px;
}

.footer-links-line a:hover { color: #edcdc3; }

.cedar-footer .footer-address-block {
	margin: 0 auto;
	max-width: 700px;
	line-height: 1.7;
	font-size: 15px;
}

.cedar-footer .footer-address-block a {
	color: #FBF8F0;
	font-weight: 700;
	text-decoration: underline;
}

.cedar-footer .legal-echo {
	margin-top: 14px;
	color: #8F9188;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* ============================================================ */
/* SCROLL REVEAL (default visible without JS)                    */
/* ============================================================ */
.reveal {
	opacity: 1;
	transform: none;
	transition: opacity 0.55s ease, transform 0.5s ease;
}

.js-enabled .reveal {
	opacity: 0;
	transform: translateY(16px);
	visibility: hidden;
	pointer-events: none;
}

.js-enabled .reveal.reveal-visible {
	opacity: 1;
	transform: none;
	visibility: visible;
	pointer-events: auto;
}

/* ============================================================ */
/* GO TO TOP (round button, bottom right)                        */
/* ============================================================ */
.go-top {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #B3402E;
	color: #FBF8F0;
	border: 2px solid #9c3526;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	z-index: 50;
	opacity: 1;
	box-shadow: 0 3px 8px #aaa99f;
}

.go-top:hover { background: #9c3526; }

/* ============================================================ */
/* SERVICES PAGE                                                */
/* ============================================================ */
.service-section {
	max-width: 860px;
	margin: 0 auto;
	padding: 20px 24px 10px;
}

.service-section h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	color: #2D2E2A;
	margin: 0 0 8px;
}

.service-kicker {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #B3402E;
	margin-bottom: 6px;
}

.service-section p {
	color: #42443e;
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 14px;
}

.service-list {
	max-width: 860px;
	margin: 10px auto 30px;
	padding: 0 24px;
}

.service-list li {
	margin-bottom: 6px;
	line-height: 1.6;
}

.service-cta-join {
	max-width: 640px;
	margin: 0 auto;
	padding: 34px 24px;
	text-align: center;
}

.service-cta-join .join-em {
	display: inline-block;
	background: #B3402E;
	color: #FBF8F0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 13px 26px;
	border-radius: 4px;
	text-decoration: none;
	margin-top: 8px;
}

.service-cta-join .join-em:hover { background: #9c3526; }

/* ============================================================ */
/* CONTACT PAGE                                                 */
/* ============================================================ */
.faq-notes {
	max-width: 720px;
	margin: 0 auto;
	padding: 10px 24px 6px;
	list-style: none;
}

.faq-notes li {
	margin-bottom: 16px;
}

.faq-q {
	font-weight: 700;
	color: #2A2B26;
}

.faq-a {
	color: #484a44;
}

/* ============================================================ */
/* RESPONSIVE                                                    */
/* ============================================================ */
@media (max-width: 900px) {
	.approach-title { font-size: 40px; }
	.ema-rack { grid-template-columns: repeat(2, 1fr); width: 100%; }
	.station-torii { height: 70px; }
}

@media (max-width: 600px) {
	.gatehouse-inner { justify-content: center; }
	.approach-title { font-size: 30px; }
	.ema-rack { grid-template-columns: 1fr; width: 100%; padding-left: 12px; padding-right: 12px; }
	.station-torii .station-lintel { left: 12px; right: 12px; }
	.station-torii .station-post-left { left: 8px; }
	.station-torii .station-post-right { right: 8px; }
	.seal-grid { padding-right: 10px; padding-left: 10px; }
	.station-plaque { font-size: 11px; }
}
