/* Dor Tshuva home: typographic editorial landing */

:root {
	--dt-ink: #15343e;
	--dt-teal: #0c4559;
	--dt-teal-dark: #093847;
	--dt-blue-wash: #dce9eb;
	--dt-gold: #b58c45;
	--dt-paper: #f2eee5;
	--dt-white: #fbfaf7;
	--dt-copy: #334a52;
	--dt-line: rgba(21, 52, 62, 0.18);
}

body.home {
	background: var(--dt-blue-wash);
}

body.home #slide-out {
	display: none !important;
}

body.home #main-content.container {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}

body.home #main-content,
body.home .container-wrapper,
body.home .content {
	background: transparent !important;
	border: 0 !important;
}

body.home .content {
	width: 100% !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.home .sidebar,
body.home .share-post,
body.home .post-title,
body.home .entry,
body.home .post-listing,
body.home .breadcrumbs {
	display: none !important;
}

body.home #theme-header .logo a,
body.home #theme-header .logo h1,
body.home #theme-header .logo h2 {
	color: var(--dt-ink) !important;
}

body.home #main-nav ul li.current-menu-item > a,
body.home #main-nav ul li.current_page_item > a {
	color: var(--dt-teal) !important;
	box-shadow: inset 0 -2px 0 var(--dt-teal) !important;
}

.dt-land {
	color: var(--dt-ink);
	font-family: 'Heebo', Arial, sans-serif;
	overflow: hidden;
}

.dt-land *,
.dt-land *::before,
.dt-land *::after {
	box-sizing: border-box;
}

.dt-land a {
	text-decoration: none;
}

.dt-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.dt-overline {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.7);
}

.dt-overline span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 24px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	font: 500 11px/1 Arial, sans-serif;
	letter-spacing: 0;
}

.dt-overline-dark {
	color: #557078;
}

.dt-overline-dark span {
	border-color: var(--dt-line);
}

/* Hero */
.dt-hero {
	position: relative;
	min-height: 650px;
	display: flex;
	align-items: stretch;
	background: var(--dt-teal);
	color: #fff;
	border-bottom: 7px solid var(--dt-gold);
}

.dt-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent 0 74%, rgba(255, 255, 255, 0.035) 74% 74.15%, transparent 74.15%),
		linear-gradient(0deg, transparent 0 78%, rgba(255, 255, 255, 0.035) 78% 78.15%, transparent 78.15%);
}

.dt-hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: 92px minmax(0, 760px) minmax(120px, 1fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: center;
	padding-block: 82px;
}

.dt-hero-mark {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding-block: 6px;
	border-inline-start: 1px solid rgba(255, 255, 255, 0.22);
	font: 600 16px/1 'Heebo', Arial, sans-serif;
	color: rgba(255, 255, 255, 0.68);
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	letter-spacing: 0.18em;
}

.dt-hero-copy {
	max-width: 760px;
}

.dt-hero h1 {
	margin: 26px 0 28px;
	font-family: 'Heebo', Arial, sans-serif !important;
	font-size: clamp(54px, 6.5vw, 86px);
	font-weight: 600;
	line-height: 0.98;
	letter-spacing: -0.035em;
	color: #fff;
}

.dt-hero h1 em {
	display: block;
	margin-top: 16px;
	font-style: normal;
	font-weight: 400;
	color: #d9bd7d;
}

.dt-hero-lead {
	max-width: 650px;
	margin: 0;
	padding-inline-start: 24px;
	border-inline-start: 2px solid var(--dt-gold);
	font-size: clamp(17px, 1.7vw, 21px);
	font-weight: 400;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.84);
}

.dt-hero-links {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 38px;
}

.dt-hero-links a {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 0 0 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	transition: color 160ms ease, border-color 160ms ease;
}

.dt-hero-links a:hover {
	color: #e3c88d;
	border-color: #e3c88d;
}

.dt-hero-links a span {
	font-size: 18px;
}

.dt-hero-aside {
	align-self: end;
	padding-bottom: 4px;
}

.dt-hero-aside p {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.58);
}

/* Manifesto */
.dt-manifesto {
	padding-block: 112px;
	background: var(--dt-blue-wash);
}

.dt-section-grid {
	display: grid;
	grid-template-columns: minmax(150px, 230px) minmax(0, 1fr);
	gap: clamp(48px, 8vw, 110px);
}

.dt-section-label {
	padding-top: 10px;
}

.dt-section-label p {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #61747a;
}

.dt-section-label span {
	font: 500 11px/1 Arial, sans-serif;
	color: var(--dt-gold);
}

.dt-manifesto-copy h2 {
	max-width: 760px;
	margin: 0 0 48px;
	font-family: 'Heebo', Arial, sans-serif !important;
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.025em;
	color: var(--dt-ink);
}

.dt-copy-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(30px, 5vw, 64px);
	padding-top: 28px;
	border-top: 1px solid var(--dt-line);
}

.dt-copy-columns p {
	margin: 0;
	font-size: 17px;
	line-height: 1.9;
	color: var(--dt-copy);
}

/* Principles */
.dt-principles {
	padding-block: 112px;
	background: var(--dt-blue-wash);
}

.dt-principles-head {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 48px;
	align-items: start;
	margin-bottom: 70px;
}

.dt-principles-head h2 {
	margin: -8px 0 0;
	font-family: 'Heebo', Arial, sans-serif !important;
	font-size: clamp(40px, 4.6vw, 62px);
	font-weight: 500;
	line-height: 1.16;
	letter-spacing: -0.025em;
	color: var(--dt-ink);
}

.dt-principles-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--dt-line);
}

.dt-principles-list li {
	display: grid;
	grid-template-columns: 72px minmax(190px, 280px) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	min-height: 124px;
	border-bottom: 1px solid var(--dt-line);
}

.dt-principle-number {
	font-family: 'Heebo', Arial, sans-serif;
	font-size: 44px;
	font-weight: 400;
	color: var(--dt-gold);
}

.dt-principles-list strong {
	font-size: 21px;
	font-weight: 650;
	color: var(--dt-ink);
}

.dt-principles-list p {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
	color: #60747a;
}

/* Video */
.dt-video-section {
	padding-block: 108px;
	background: var(--dt-teal-dark);
	color: #fff;
}

.dt-video-grid {
	display: grid;
	grid-template-columns: minmax(250px, 0.8fr) minmax(460px, 1.2fr);
	gap: clamp(50px, 8vw, 110px);
	align-items: center;
}

.dt-video-copy h2 {
	margin: 30px 0 24px;
	font-family: 'Heebo', Arial, sans-serif !important;
	font-size: clamp(40px, 4.4vw, 58px);
	font-weight: 500;
	line-height: 1.14;
	letter-spacing: -0.02em;
	color: #fff;
}

.dt-video-copy > p:last-child {
	margin: 0;
	max-width: 360px;
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.66);
}

.dt-video-trigger {
	position: relative;
	display: grid;
	grid-template-columns: 74px 1fr auto;
	grid-template-rows: 1fr auto;
	align-items: end;
	width: 100%;
	min-height: 360px;
	padding: 34px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.34) !important;
	border-radius: 0;
	background: #10566b !important;
	background-color: #10566b !important;
	background-image: none !important;
	color: #fff !important;
	text-align: right;
	cursor: pointer;
	outline: 0 !important;
	box-shadow: none !important;
	transition: border-color 180ms ease;
}

.dt-video-trigger:hover,
.dt-video-trigger:focus,
.dt-video-trigger:focus-visible,
.dt-video-trigger:active {
	background: #10566b !important;
	background-color: #10566b !important;
	background-image: none !important;
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.62);
	outline: 0 !important;
	box-shadow: none !important;
}

.dt-video-word {
	position: absolute;
	top: -44px;
	left: -18px;
	font-family: 'Heebo', Arial, sans-serif;
	font-size: clamp(130px, 16vw, 220px);
	font-weight: 600;
	line-height: 1;
	color: rgba(255, 255, 255, 0.055);
	white-space: nowrap;
	pointer-events: none;
}

.dt-play-icon {
	grid-row: 1 / 3;
	align-self: end;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border: 1px solid #d9bd7d;
	color: #d9bd7d;
}

.dt-video-title {
	position: relative;
	font-family: 'Heebo', Arial, sans-serif;
	font-size: clamp(30px, 3.4vw, 44px);
	font-weight: 500;
	line-height: 1.1;
}

.dt-video-action {
	position: relative;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.55);
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.76);
}

/* Contact band */
.dt-contact-band {
	padding-block: 90px;
	background: var(--dt-blue-wash);
}

.dt-contact-grid {
	display: grid;
	grid-template-columns: 0.65fr 1.05fr 1fr;
	gap: clamp(34px, 6vw, 80px);
	align-items: start;
}

.dt-contact-grid h2 {
	margin: -8px 0 0;
	font-family: 'Heebo', Arial, sans-serif !important;
	font-size: clamp(40px, 4.5vw, 58px);
	font-weight: 500;
	line-height: 1.1;
	color: var(--dt-ink);
}

.dt-contact-copy {
	padding-top: 4px;
}

.dt-contact-copy p {
	margin: 0 0 28px;
	font-size: 17px;
	line-height: 1.8;
	color: #49636b;
}

.dt-contact-copy nav {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
}

.dt-contact-copy a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 7px;
	border-bottom: 1px solid #567078;
	font-size: 14px;
	font-weight: 650;
	color: var(--dt-ink);
	transition: color 160ms ease, border-color 160ms ease;
}

.dt-contact-copy a:hover {
	color: var(--dt-gold);
	border-color: var(--dt-gold);
}

/* Dialog player */
.dt-land-dialog {
	width: min(940px, 94vw);
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background: #000;
}

.dt-land-dialog::backdrop {
	background: rgba(4, 24, 31, 0.82);
}

.dt-land-dialog-bar {
	display: flex;
	justify-content: flex-start;
	margin: 0;
	background: var(--dt-teal-dark);
}

.dt-land-dialog-bar button {
	padding: 10px 16px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

.dt-land-dialog-body {
	aspect-ratio: 16 / 9;
	background: #000;
}

.dt-land-dialog-body iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 900px) {
	.dt-hero-grid {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 30px;
	}

	.dt-hero-aside {
		display: none;
	}

	.dt-section-grid,
	.dt-principles-head,
	.dt-video-grid,
	.dt-contact-grid {
		grid-template-columns: 1fr;
	}

	.dt-section-grid,
	.dt-video-grid,
	.dt-contact-grid {
		gap: 38px;
	}

	.dt-principles-head {
		gap: 28px;
	}

	.dt-principles-list li {
		grid-template-columns: 56px minmax(170px, 230px) minmax(0, 1fr);
	}
}

@media (max-width: 640px) {
	.dt-shell {
		width: min(100% - 32px, 1180px);
	}

	.dt-hero {
		min-height: 600px;
	}

	.dt-hero-grid {
		display: block;
		padding-block: 62px;
	}

	.dt-hero-mark {
		display: none;
	}

	.dt-hero h1 {
		margin-top: 24px;
		font-size: clamp(48px, 15vw, 66px);
	}

	.dt-hero-lead {
		padding-inline-start: 16px;
		font-size: 17px;
	}

	.dt-hero-links {
		gap: 20px;
	}

	.dt-manifesto,
	.dt-principles,
	.dt-video-section {
		padding-block: 76px;
	}

	.dt-contact-band {
		padding-block: 68px;
	}

	.dt-manifesto-copy h2 {
		margin-bottom: 34px;
		font-size: 42px;
	}

	.dt-copy-columns {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.dt-principles-head {
		margin-bottom: 46px;
	}

	.dt-principles-list li {
		grid-template-columns: 42px 1fr;
		gap: 16px;
		padding-block: 22px;
	}

	.dt-principles-list p {
		grid-column: 2;
	}

	.dt-principle-number {
		grid-row: 1 / 3;
		align-self: start;
		font-size: 34px;
	}

	.dt-video-trigger {
		grid-template-columns: 54px 1fr;
		grid-template-rows: 1fr auto auto;
		min-height: 310px;
		padding: 24px;
	}

	.dt-play-icon {
		grid-row: 1 / 4;
		width: 48px;
		height: 48px;
	}

	.dt-video-action {
		justify-self: start;
		margin-top: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dt-land a,
	.dt-video-trigger {
		transition: none !important;
	}
}

/* Reference direction: centered statement followed immediately by content tiles */
.dt-land {
	display: flex;
	flex-direction: column;
}

.dt-hero {
	order: 1;
	min-height: 610px;
	align-items: center;
	border-bottom: 0;
	background:
		linear-gradient(
			180deg,
			var(--dt-blue-wash) 0%,
			#9ec4ca 31%,
			#3d7d8b 66%,
			var(--dt-teal) 100%
		);
}

.dt-hero::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%),
		linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
}

.dt-hero-grid {
	display: block;
	width: min(860px, calc(100% - 40px));
	padding-block: 68px 58px;
	text-align: center;
}

.dt-hero-mark,
.dt-hero-aside {
	display: none;
}

.dt-hero-copy {
	max-width: 820px;
	margin: 0 auto;
}

.dt-hero .dt-overline {
	justify-content: center;
	color: rgba(255, 255, 255, 0.86);
	text-shadow: 0 1px 10px rgba(9, 56, 71, 0.2);
}

.dt-hero .dt-overline span {
	display: none;
}

.dt-hero h1 {
	margin: 24px 0 28px;
	font-size: clamp(52px, 6.2vw, 78px);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -0.035em;
	text-shadow: 0 3px 16px rgba(7, 45, 58, 0.2);
}

.dt-hero h1 em {
	margin-top: 8px;
	font-weight: 500;
	color: #fff;
}

.dt-hero-lead {
	max-width: 710px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-size: clamp(19px, 2vw, 24px);
	font-weight: 400;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.96);
	text-shadow: 0 2px 10px rgba(7, 45, 58, 0.22);
}

.dt-hero-quote {
	max-width: 650px;
	margin: 30px auto 0;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.38);
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 500;
	line-height: 1.65;
	color: #fff;
}

.dt-hero-links {
	justify-content: center;
	margin-top: 30px;
}

.dt-hero-links a {
	font-size: 14px;
}

.dt-principles {
	order: 2;
	padding-block: 72px 88px;
}

.dt-principles-head {
	display: block;
	max-width: 720px;
	margin: 0 auto 46px;
	text-align: center;
}

.dt-principles-head .dt-overline {
	justify-content: center;
	margin-bottom: 16px;
}

.dt-principles-head .dt-overline span {
	display: none;
}

.dt-principles-head h2 {
	margin: 0;
	font-size: clamp(36px, 4vw, 52px);
	font-weight: 600;
	line-height: 1.18;
}

.dt-principles-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	max-width: 980px;
	margin: 0 auto;
	border: 0;
}

.dt-principles-list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 320px;
	padding: 34px 28px;
	border: 0;
	background: var(--dt-teal);
	color: #fff;
	text-align: center;
	box-shadow: 0 16px 32px rgba(9, 56, 71, 0.12);
}

.dt-principle-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: 3px solid rgba(255, 255, 255, 0.9);
	font-size: 25px;
	font-weight: 700;
	color: #fff;
}

.dt-principles-list strong {
	font-size: 27px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

.dt-principles-list p {
	max-width: 240px;
	margin: 0;
	font-size: 17px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.84);
}

.dt-manifesto {
	order: 3;
	padding-block: 88px;
}

.dt-video-section {
	order: 4;
}

.dt-contact-band {
	order: 5;
}

@media (max-width: 760px) {
	.dt-hero {
		min-height: 550px;
	}

	.dt-hero-grid {
		padding-block: 50px 46px;
	}

	.dt-hero h1 {
		margin: 18px 0 24px;
		font-size: clamp(44px, 12vw, 58px);
		line-height: 1.08;
	}

	.dt-hero-lead {
		font-size: 18px;
		line-height: 1.62;
	}

	.dt-hero-quote {
		margin-top: 24px;
		padding-top: 20px;
		font-size: 17px;
	}

	.dt-hero-links {
		margin-top: 24px;
		gap: 22px;
	}

	.dt-principles {
		padding-block: 54px 64px;
	}

	.dt-principles-head {
		margin-bottom: 34px;
	}

	.dt-principles-head h2 {
		font-size: 34px;
	}

	.dt-principles-list {
		grid-template-columns: 1fr;
		gap: 16px;
		width: min(100%, 430px);
		margin-inline: auto;
	}

	.dt-principles-list li {
		display: flex;
		width: 100%;
		min-height: 250px;
		padding: 32px 26px;
	}

	.dt-principles-list li:last-child:nth-child(odd) {
		grid-column: auto;
		width: 100%;
	}

	.dt-principle-number {
		width: 46px;
		height: 46px;
		font-size: 21px;
	}

	.dt-principles-list strong {
		font-size: 22px;
	}

	.dt-principles-list p {
		grid-column: auto;
		font-size: 15px;
	}

	.dt-manifesto {
		padding-block: 68px;
	}
}

@media (max-width: 430px) {
	.dt-hero-grid {
		width: min(100% - 32px, 860px);
	}

	.dt-hero h1 {
		font-size: 43px;
	}

	.dt-hero .dt-overline {
		font-size: 12px;
	}

	.dt-principles-list {
		gap: 14px;
	}

	.dt-principles-list li {
		min-height: 230px;
		padding: 28px 22px;
	}

	.dt-principles-list li:last-child:nth-child(odd) {
		width: 100%;
	}

	.dt-principles-list strong {
		font-size: 20px;
	}
}
