/* ============================================================
   BEIT YAHWEH — EXPANDED DOCTRINE / 16 DOORS
   Scoped entirely to .doctrine-page
   ============================================================ */

.doctrine-page {
	--doctrine-bg: #080d10;
	--doctrine-bg-soft: #0d1418;
	--doctrine-bg-card: #11191d;
	--doctrine-gold: #c89432;
	--doctrine-gold-light: #e1b65d;
	--doctrine-gold-bright: #f0c76a;
	--doctrine-gold-dark: #76531e;
	--doctrine-cream: #eee1c8;
	--doctrine-muted: #b9ad98;
	--doctrine-border: rgba(200, 148, 50, 0.65);

	background: var(--doctrine-bg);
	color: var(--doctrine-cream);
}


/* ============================================================
   HERO
   ============================================================ */

.doctrine-hero {
	position: relative;
	min-height: 440px;
	overflow: hidden;

	background-image:
		linear-gradient(
			90deg,
			rgba(5, 9, 12, 0.98) 0%,
			rgba(5, 9, 12, 0.92) 30%,
			rgba(5, 9, 12, 0.58) 52%,
			rgba(5, 9, 12, 0.12) 78%,
			rgba(5, 9, 12, 0.08) 100%
		),
		url("https://yhwh.com/wp-content/uploads/2026/08/doctrine-hero.jpg");

	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;

	border-bottom: 1px solid rgba(200, 148, 50, 0.45);
}

.doctrine-hero-inner {
	position: relative;
	z-index: 2;
	width: min(1200px, calc(100% - 48px));
	min-height: 440px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	align-items: center;
}

.doctrine-hero-content {
	position: relative;
	z-index: 3;
	padding: 120px 0;
}

.doctrine-hero-title {
	margin: 0 0 8px;
	color: var(--doctrine-cream);
	font-family: "Cinzel", Georgia, serif;
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.025em;
}

.doctrine-hero-subtitle {
	margin: 0 0 18px;
	color: var(--doctrine-gold-light);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(25px, 3vw, 32px);
	font-weight: 600;
	line-height: 1.15;
}

.doctrine-hero-description {
	max-width: 610px;
	margin: 0 0 28px;
	color: rgba(238, 225, 200, 0.9);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 20px;
	line-height: 1.45;
}

.doctrine-hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.doctrine-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 48px;
	padding: 11px 25px;
	border-radius: 5px;
	font-family: "Source Sans 3", sans-serif;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	transition:
		transform 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.doctrine-button:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.doctrine-button-primary {
	color: #17120a;
	background: var(--doctrine-gold);
	border: 1px solid var(--doctrine-gold);
	box-shadow: 0 4px 16px rgba(200, 148, 50, 0.18);
}

.doctrine-button-primary:hover {
	color: #17120a;
	background: var(--doctrine-gold-light);
	border-color: var(--doctrine-gold-light);
	box-shadow: 0 6px 22px rgba(200, 148, 50, 0.3);
}

.doctrine-button-arrow {
	font-size: 22px;
	line-height: 1;
}

.doctrine-button-secondary {
	color: var(--doctrine-gold-light);
	background: rgba(8, 13, 16, 0.35);
	border: 1px solid var(--doctrine-gold);
}

.doctrine-button-secondary:hover {
	color: var(--doctrine-cream);
	background: rgba(200, 148, 50, 0.1);
	border-color: var(--doctrine-gold-light);
}

/* ============================================================
   BEFORE YOU ENTER
   ============================================================ */

.doctrine-before-enter {
	position: relative;

	background: var(--doctrine-bg);

	padding: 14px 0 0;
}

.doctrine-before-enter-inner {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
	padding: 40px 0;
}


/* ------------------------------------------------------------
   Heading
   ------------------------------------------------------------ */

.doctrine-before-enter-heading {
	text-align: center;
	margin-bottom: 18px;
}

.doctrine-before-enter-heading h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;

	margin: 0 0 5px;

	color: var(--doctrine-gold-light);

	font-family: "Cinzel", Georgia, serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.doctrine-before-enter-heading h2::before,
.doctrine-before-enter-heading h2::after {
	content: "◇";

	color: var(--doctrine-gold-light);

	font-family: Georgia, serif;
	font-size: 13px;
	font-weight: 400;
}

.doctrine-before-enter-heading p {
	max-width: 900px;

	margin: 0 auto;

	color: var(--doctrine-cream);

	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 17px;
	line-height: 1.35;
}


/* ------------------------------------------------------------
   Preliminary cards
   ------------------------------------------------------------ */

.doctrine-preliminary-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}


/* Card */

.doctrine-preliminary-card {
	position: relative;

	min-height: 235px;

	overflow: hidden;

	display: flex;
	align-items: stretch;
	justify-content: center;

	border: 1px solid rgba(210, 160, 60, 0.9);
	border-radius: 9px;

	background-color: #080d10;
	background-size: cover;
	background-position: center;

	box-shadow:
		inset 0 0 0 1px rgba(0, 0, 0, 0.75),
		inset 0 0 45px rgba(0, 0, 0, 0.8),
		0 5px 16px rgba(0, 0, 0, 0.35);
}


/* Temporary backgrounds */

.doctrine-preliminary-one {
	background-image:
		linear-gradient(
			90deg,
			rgba(4, 8, 10, 0.28),
			rgba(4, 8, 10, 0.58)
		),
		url("https://yhwh.com/wp-content/uploads/2026/08/preliminary-1.jpg");

	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.doctrine-preliminary-two {
	background-image:
		linear-gradient(
			90deg,
			rgba(4, 8, 10, 0.28),
			rgba(4, 8, 10, 0.58)
		),
		url("https://yhwh.com/wp-content/uploads/2026/08/preliminary-2.jpg");

	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}


/* Overlay */

.doctrine-preliminary-overlay {
	position: absolute;
	inset: 0;

	background:
		linear-gradient(
			180deg,
			rgba(3, 7, 9, 0.08) 0%,
			rgba(3, 7, 9, 0.22) 45%,
			rgba(3, 7, 9, 0.52) 100%
		);

	pointer-events: none;
}


/* Inner border */

.doctrine-preliminary-card::before {
	content: "";

	position: absolute;
	inset: 7px;

	border: 1px solid rgba(210, 160, 60, 0.55);
	border-radius: 5px;

	pointer-events: none;
}


/* Content */

.doctrine-preliminary-content {
	position: relative;
	z-index: 2;

	width: min(90%, 650px);

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	padding: 24px 20px;

	text-align: center;
}


/* Label */

.doctrine-preliminary-label {
	margin-bottom: 4px;

	color: var(--doctrine-gold-light);

	font-family: "Cinzel", Georgia, serif;
	font-size: 13px;
	font-weight: 600;

	letter-spacing: 0.08em;
	text-transform: uppercase;
}


/* Hebrew */

.doctrine-preliminary-hebrew {
	margin: 0 0 2px;

	color: #e9aa35;

	font-family: "Times New Roman", "Noto Serif Hebrew", serif;
	font-size: 55px;
	font-weight: 500;
	line-height: 1;

	text-shadow:
		0 2px 8px rgba(0, 0, 0, 0.85);
}


/* Study title */

.doctrine-preliminary-content h3 {
	margin: 0 0 6px;

	color: var(--doctrine-cream);

	font-family: "Cinzel", Georgia, serif;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.15;
}


/* Description */

.doctrine-preliminary-content p {
	max-width: 530px;

	margin: 0 0 12px;

	color: rgba(238, 225, 200, 0.92);

	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 16px;
	line-height: 1.25;
}


/* Button */

.doctrine-preliminary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	min-width: 180px;

	padding: 8px 20px;

	border: 1px solid var(--doctrine-gold-light);
	border-radius: 4px;

	background: rgba(5, 9, 11, 0.65);

	color: var(--doctrine-gold-light);

	font-family: "Cinzel", Georgia, serif;
	font-size: 13px;
	font-weight: 600;

	text-decoration: none;
	text-transform: uppercase;

	transition:
		background 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.doctrine-preliminary-button:hover {
	background: var(--doctrine-gold-light);
	color: #080d10;

	transform: translateY(-1px);
}


/* ------------------------------------------------------------
   "The 16 Doors Begin Here"
   ------------------------------------------------------------ */

.doctrine-doors-intro {
	display: flex;
	align-items: center;
	gap: 12px;

	margin: 12px 30px 0;
	padding: 0;
}

.doctrine-doors-intro-line {
	flex: 1;

	height: 1px;

	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(200, 148, 50, 0.55)
		);
}

.doctrine-doors-intro-line:last-child {
	background:
		linear-gradient(
			90deg,
			rgba(200, 148, 50, 0.55),
			transparent
		);
}

.doctrine-doors-intro-symbol {
	color: var(--doctrine-gold-light);

	font-size: 13px;
	line-height: 1;
}

.doctrine-doors-intro h2 {
	flex: 0 0 auto;

	margin: 0;

	color: var(--doctrine-gold-light);

	font-family: "Cinzel", Georgia, serif;
	font-size: 22px;
	font-weight: 600;

	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

/* ============================================================
   DOOR SECTIONS
   ============================================================ */

.doctrine-doors {
	background:
		radial-gradient(
			circle at 50% 0%,
			rgba(200, 148, 50, 0.035),
			transparent 35%
		),
		var(--doctrine-bg);
}

.doctrine-doors-inner {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
	padding: 14px 0 30px;
}

.doctrine-door-group {
	padding: 0 0 8px;
	margin-bottom: 4px;
}

.doctrine-section-title {
	display: flex;
	align-items: center;
	gap: 10px;

	margin: 0 0 10px;

	padding: 0;

	color: var(--doctrine-gold-light);

	font-family: "Cinzel", Georgia, serif;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.25;
}

.doctrine-section-symbol {
	color: var(--doctrine-gold-bright);
	font-size: 22px;
}

.doctrine-door-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 14px;
}


/* ============================================================
   DOOR CARDS
   ============================================================ */

.doctrine-door {
	min-width: 0;
}

.doctrine-door-link {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.doctrine-door-link:hover {
	color: inherit;
	text-decoration: none;
}

.doctrine-door-frame {
	position: relative;
	height: 205px;
	overflow: hidden;
	padding: 0;

	border: 1px solid rgba(200, 148, 50, 0.5);
	border-radius: 9px;

	background-image:
		linear-gradient(
			180deg,
			rgba(5, 8, 9, 0.18) 0%,
			rgba(5, 8, 9, 0.38) 32%,
			rgba(5, 8, 9, 0.72) 58%,
			rgba(5, 8, 9, 0.82) 100%
		),
		url("https://yhwh.com/wp-content/uploads/2026/08/16-doors-bg.jpg");

	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

	box-shadow:
		inset 0 0 0 1px rgba(0, 0, 0, 0.8),
		inset 0 0 35px rgba(0, 0, 0, 0.75),
		0 4px 12px rgba(0, 0, 0, 0.35);

	transition:
		transform 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.doctrine-door-frame::before {
	content: "";
	position: absolute;
	inset: 10px;
	z-index: 1;

	border: 1px solid rgba(215, 165, 65, 0.5);
	border-radius: 5px;

	box-shadow:
		inset 0 0 12px rgba(0, 0, 0, 0.45),
		0 0 8px rgba(200, 148, 50, 0.08);

	pointer-events: none;
}

.doctrine-door-link:hover .doctrine-door-frame {
	transform: translateY(-3px);

	border-color: #e0ad4f9c;

	box-shadow:
		inset 0 0 0 1px rgba(0, 0, 0, 0.75),
		inset 0 0 35px rgba(200, 148, 50, 0.12),
		0 9px 24px rgba(0, 0, 0, 0.5),
		0 0 18px rgba(200, 148, 50, 0.15);
}

.doctrine-door-content {
	position: relative;
	z-index: 2;

	width: 76%;
	height: calc(100% - 28px);

	margin: 14px auto;

	padding: 8px 14px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	text-align: center;

	background:
		linear-gradient(
			180deg,
			rgba(5, 8, 9, 0.18),
			rgba(5, 8, 9, 0.62)
		);

	border-radius: 5px;

	box-shadow:
		0 0 18px rgba(0, 0, 0, 0.35),
		inset 0 0 15px rgba(0, 0, 0, 0.22);
}

.doctrine-door-label {
	display: block;

	margin-bottom: 5px;

	color: #c8b99d;

	font-family: "Cinzel", Georgia, serif;
	font-size: 10px;
	font-weight: 600;

	letter-spacing: 0.12em;
	line-height: 1;

	text-shadow:
		0 1px 4px rgba(0, 0, 0, 0.9);
}

.doctrine-door-number {
	display: block;

	margin-bottom: 7px;

	color: #f0e3ca;

	font-family: "Cinzel", Georgia, serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 0.9;

	text-shadow:
		0 2px 5px rgba(0, 0, 0, 0.95),
		0 0 10px rgba(230, 185, 90, 0.18);
}

.doctrine-door-content h3 {
	max-width: 205px;

	margin: 0;

	color: #f2e6d0;

	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.08;

	text-shadow:
		0 2px 5px rgba(0, 0, 0, 0.95),
		0 0 8px rgba(0, 0, 0, 0.7);
}

.doctrine-door-divider {
	display: block;

	margin: 7px 0 5px;

	color: #d5a541;

	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 1;

	text-shadow:
		0 0 6px rgba(210, 160, 60, 0.35);
}

.doctrine-door-content p {
	max-width: 205px;

	margin: 0;

	color: rgba(238, 225, 200, 0.88);

	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 13.5px;
	line-height: 1.18;

	text-shadow:
		0 1px 4px rgba(0, 0, 0, 0.95);
}


/* ============================================================
   CONCLUSION
   ============================================================ */

.doctrine-conclusion {
	border-top: 1px solid rgba(200, 148, 50, 0.35);
	background:
		linear-gradient(
			180deg,
			#0b1215 0%,
			#080d10 100%
		);
}

.doctrine-conclusion-inner {
	width: min(1100px, calc(100% - 48px));
	margin: 0 auto;
	padding: 34px 0 38px;
	display: grid;
	grid-template-columns: 1fr 1.35fr;
	gap: 55px;
}

.doctrine-questions {
	padding-right: 30px;
	border-right: 1px solid rgba(200, 148, 50, 0.45);
}

.doctrine-questions h2,
.doctrine-story h2 {
	margin: 0 0 10px;
	color: var(--doctrine-gold-light);
	font-family: "Cinzel", Georgia, serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
}

.doctrine-questions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.doctrine-questions li {
	position: relative;
	margin: 0;
	padding: 3px 0 3px 17px;
	color: rgba(238, 225, 200, 0.9);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 15px;
	line-height: 1.25;
}

.doctrine-questions li::before {
	content: "◆";
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--doctrine-gold-light);
	font-size: 6px;
}

.doctrine-story {
	text-align: center;
}

.doctrine-story-subtitle {
	margin: 0 0 18px;
	color: var(--doctrine-cream);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 17px;
}

.doctrine-story-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	min-height: 105px;
}

.story-node-label {
	color: var(--doctrine-muted);
	font-size: 7px;
}

/* ============================================================
   ONE STORY — SIXTEEN DOORS
   ============================================================ */

.doctrine-story {
	min-width: 0;
	text-align: center;
}

.doctrine-story h2 {
	margin: 0 0 4px;
	color: var(--doctrine-gold-light);
	font-family: "Cinzel", Georgia, serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
}

.doctrine-story-subtitle {
	margin: 0 0 22px;
	color: var(--doctrine-cream);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 17px;
	line-height: 1.3;
}


/* ------------------------------------------------------------
   Timeline
   ------------------------------------------------------------ */

.doctrine-story-line {
	position: relative;

	display: flex;
	align-items: flex-start;
	justify-content: center;

	width: 100%;
	min-height: 145px;
	padding: 0 4px;

	overflow: visible;
}


/* Horizontal gold path */

.doctrine-story-line::before {
	content: "";

	position: absolute;
	z-index: 0;

	top: 39px;
	left: 58px;
	right: 58px;

	height: 1px;

	background:
		linear-gradient(
			90deg,
			transparent 0%,
			rgba(200, 148, 50, 0.75) 4%,
			rgba(200, 148, 50, 0.75) 96%,
			transparent 100%
		);
}


/* ------------------------------------------------------------
   Timeline item
   ------------------------------------------------------------ */

.doctrine-story-item {
	position: relative;
	z-index: 2;

	flex: 0 1 120px;
	min-width: 82px;

	display: flex;
	flex-direction: column;
	align-items: center;

	text-align: center;
}


/* ------------------------------------------------------------
   Icon
   ------------------------------------------------------------ */

.doctrine-story-icon {
	position: relative;
	z-index: 3;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 72px;
	height: 72px;

	margin: 0 auto 8px;

	border-radius: 50%;

	/* Hide the timeline behind the icon */
	background: var(--doctrine-bg);
}

.doctrine-story-icon img {
	position: relative;
	z-index: 2;

	display: block;

	width: 68px;
	height: 68px;

	object-fit: contain;
}


/* Start / Finish door is narrower than the circular icons */

.doctrine-story-start .doctrine-story-icon,
.doctrine-story-finish .doctrine-story-icon {
	width: 58px;
	height: 72px;

	border-radius: 18px 18px 4px 4px;
}

.doctrine-story-start .doctrine-story-icon img,
.doctrine-story-finish .doctrine-story-icon img {
	width: 52px;
	height: 68px;
}


/* ------------------------------------------------------------
   Labels
   ------------------------------------------------------------ */

.doctrine-story-label {
	min-height: 34px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;

	color: var(--doctrine-muted);

	font-family: "Source Sans 3", sans-serif;
	font-size: 9px;
	font-weight: 600;

	line-height: 1.15;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.doctrine-story-label strong {
	display: block;

	color: var(--doctrine-cream);

	font-weight: 600;
}

.doctrine-story-label span {
	display: block;

	margin-top: 2px;

	color: var(--doctrine-muted);
}


/* ------------------------------------------------------------
   Connectors
   ------------------------------------------------------------ */

.doctrine-story-connector {
	position: relative;
	z-index: 3;

	flex: 0 1 46px;

	height: 80px;

	display: flex;
	align-items: flex-start;
	justify-content: center;

	padding-top: 35px;
}


/* Small diamond / node */

.doctrine-story-dot {
	display: block;

	width: 8px;
	height: 8px;

	transform: rotate(45deg);

	border: 1px solid var(--doctrine-gold-light);

	background: var(--doctrine-bg);

	box-shadow:
		0 0 0 2px var(--doctrine-bg);
}


/* ------------------------------------------------------------
   Start / finish labels
   ------------------------------------------------------------ */

.doctrine-story-start .doctrine-story-label,
.doctrine-story-finish .doctrine-story-label {
	color: var(--doctrine-gold-light);
}

.doctrine-story-start .doctrine-story-label strong,
.doctrine-story-finish .doctrine-story-label strong {
	color: var(--doctrine-cream);
}

/* ============================================================
   SUPPORTING STUDIES
   ============================================================ */

.doctrine-supporting {
	border-top: 1px solid rgba(200, 148, 50, 0.42);
	background: #080e12;
}

.doctrine-supporting-inner {
	width: min(1200px, calc(100% - 48px));
	min-height: 72px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.doctrine-supporting-heading {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-right: 8px;
	color: var(--doctrine-gold-light);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 16px;
}

.doctrine-supporting-icon {
	font-size: 20px;
}

.doctrine-supporting-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 9px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 15px;
}

.doctrine-supporting-links a {
	color: var(--doctrine-cream);
	text-decoration: none;
	transition: color 180ms ease;
}

.doctrine-supporting-links a:hover {
	color: var(--doctrine-gold-light);
	text-decoration: none;
}

.doctrine-supporting-links > span {
	color: var(--doctrine-gold);
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1024px) {

	.doctrine-hero-inner {
		grid-template-columns: 1fr;
	}

	.doctrine-hero {
		min-height: 520px;
	}

	.doctrine-hero-inner {
		min-height: 520px;
	}

	.doctrine-hero-art {
		position: absolute;
		inset: 0 0 0 45%;
		opacity: 0.35;
	}

	.doctrine-hero-content {
		max-width: 650px;
	}

	.doctrine-door-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.doctrine-conclusion-inner {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.doctrine-questions {
		padding-right: 0;
		padding-bottom: 30px;
		border-right: 0;
		border-bottom: 1px solid rgba(200, 148, 50, 0.35);
	}

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 600px) {

	/* HERO */
	.doctrine-hero {
		min-height: 540px;
	}

	.doctrine-hero-inner {
		width: min(100% - 32px, 1200px);
		min-height: 540px;
	}

	.doctrine-hero-content {
		padding: 50px 0;
	}

	.doctrine-hero-title {
		font-size: 38px;
	}

	.doctrine-hero-subtitle {
		font-size: 25px;
	}

	.doctrine-hero-description {
		font-size: 18px;
	}

	.doctrine-hero-buttons {
		flex-direction: column;
		align-items: stretch;
	}

	.doctrine-button {
		width: 100%;
	}

	.doctrine-hero-art {
		left: 20%;
		opacity: 0.2;
	}
	
	/* BEFORE YOU ENTER */

.doctrine-before-enter {
	padding-top: 12px;
}

.doctrine-before-enter-inner {
	width: calc(100% - 28px);
}

.doctrine-before-enter-heading {
	margin-bottom: 16px;
}

.doctrine-before-enter-heading h2 {
	gap: 9px;
	font-size: 19px;
}

.doctrine-before-enter-heading h2::before,
.doctrine-before-enter-heading h2::after {
	font-size: 10px;
}

.doctrine-before-enter-heading p {
	font-size: 15px;
	line-height: 1.3;
}


/* Preliminary cards */

	.doctrine-preliminary-one {
		background-position: center center;
	}

	.doctrine-preliminary-two {
		background-position: center center;
	}
	
.doctrine-preliminary-grid {
	grid-template-columns: 1fr;
	gap: 12px;
}

.doctrine-preliminary-card {
	min-height: 230px;
}

.doctrine-preliminary-content {
	width: 88%;
	padding: 24px 16px;
}

.doctrine-preliminary-label {
	font-size: 11px;
}

.doctrine-preliminary-hebrew {
	font-size: 48px;
}

.doctrine-preliminary-content h3 {
	font-size: 20px;
}

.doctrine-preliminary-content p {
	font-size: 15px;
}

.doctrine-preliminary-button {
	min-width: 165px;
	padding: 8px 16px;
	font-size: 12px;
}


/* 16 Doors divider */

.doctrine-doors-intro {
	gap: 7px;
	margin: 12px 4px 0;
}

.doctrine-doors-intro h2 {
	font-size: 17px;
	white-space: nowrap;
}

.doctrine-doors-intro-symbol {
	font-size: 10px;
}



	/* DOORS */
	.doctrine-doors-inner {
		width: calc(100% - 28px);
	}

	.doctrine-section-title {
		margin-top: 4px;
		margin-bottom: 10px;
		padding-bottom: 0;
		font-size: 19px;
		line-height: 1.25;
	}

	.doctrine-door-grid {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 14px;
	}

	.doctrine-door-frame {
		height: 220px;
		background-position: center center;
		background-size: cover;
	}

	.doctrine-door-content {
		width: 72%;
		height: calc(100% - 30px);
		margin: 15px auto;
		padding: 10px 16px;
	}

	.doctrine-door-label {
		margin-bottom: 5px;
		font-size: 10px;
	}

	.doctrine-door-number {
		margin-bottom: 7px;
		font-size: 42px;
	}

	.doctrine-door-content h3 {
		max-width: 240px;
		font-size: 20px;
		line-height: 1.08;
	}

	.doctrine-door-divider {
		margin: 7px 0 5px;
		font-size: 11px;
	}

	.doctrine-door-content p {
		max-width: 240px;
		font-size: 14px;
		line-height: 1.18;
	}


	/* CONCLUSION */
	.doctrine-conclusion-inner {
		width: calc(100% - 32px);
	}

	.doctrine-questions h2,
	.doctrine-story h2 {
		font-size: 22px;
	}

	.doctrine-story-line {
	justify-content: flex-start;
	gap: 0;

	overflow-x: auto;

	padding: 8px 8px 18px;

	scrollbar-width: thin;
}

.doctrine-story-line::before {
	left: 48px;
	right: 48px;
}

.doctrine-story-item {
	flex: 0 0 92px;
}

.doctrine-story-connector {
	flex: 0 0 32px;
}

.doctrine-story-icon {
	width: 66px;
	height: 66px;
	background: var(--doctrine-bg);
}

.doctrine-story-icon img {
	width: 62px;
	height: 62px;
}

.doctrine-story-start .doctrine-story-icon,
.doctrine-story-finish .doctrine-story-icon {
	width: 54px;
	height: 66px;
}

.doctrine-story-start .doctrine-story-icon img,
.doctrine-story-finish .doctrine-story-icon img {
	width: 48px;
	height: 64px;
}

.doctrine-story-label {
	font-size: 8px;
}

.doctrine-story h2 {
	font-size: 22px;
}


	/* SUPPORTING STUDIES */
	.doctrine-supporting-inner {
		width: calc(100% - 28px);
		padding: 20px 0;
		text-align: center;
	}

	.doctrine-supporting-links {
		gap: 6px;
		font-size: 14px;
	}

}