/* BREAK POINTS
	desktop: 1600px;
	laptop: 1280px;
	tablet: 768px;
	phone: 480px;
 */

:root {
    --darkGrey:#231F20;
    --textGrey:#414042;
    --sage:#7B7B6E;
    --lightGrey:#7B7B6E;
    --clay:#947269;
    --sand:#D8C6AD;
    --mustard: #BA8840;
}

@font-face{
	font-family:'fira_sans';
	font-weight: normal;
	font-style: normal;
	src:url("https://www.opusonewinery.com/wp-content/themes/wp-opusone/fonts/FiraSans/firasans-book-webfont.eot");
	src:url("https://www.opusonewinery.com/wp-content/themes/wp-opusone/fonts/FiraSans/firasans-book-webfont.eot?#iefix") format("embedded-opentype"),
		url("https://www.opusonewinery.com/wp-content/themes/wp-opusone/fonts/FiraSans/firasans-book-webfont.woff2") format("woff2"),
		url("https://www.opusonewinery.com/wp-content/themes/wp-opusone/fonts/FiraSans/firasans-book-webfont.woff") format("woff"),
		url("https://www.opusonewinery.com/wp-content/themes/wp-opusone/fonts/FiraSans/firasans-book-webfont.ttf") format("truetype");
}

@font-face{
	font-family:'fira_sans';
	font-weight: normal;
	font-style: italic;
	src:url("fonts/FiraSans/firasans-bookitalic-webfont.eot");
	src:url("fonts/FiraSans/firasans-bookitalic-webfont.eot?#iefix") format("embedded-opentype"),
		url("fonts/FiraSans/firasans-bookitalic-webfont.woff2") format("woff2"),
		url("fonts/FiraSans/firasans-bookitalic-webfont.woff") format("woff"),
		url("fonts/FiraSans/firasans-bookitalic-webfont.ttf") format("truetype");
}

@font-face{
	font-family:'SchussSerifPro';
	font-weight:normal;
	font-style:normal;
	src:url("https://www.opusonewinery.com/wp-content/themes/wp-opusone/fonts/SchussSerifPro/333208_1_0.eot");
	src:url("https://www.opusonewinery.com/wp-content/themes/wp-opusone/fonts/SchussSerifPro/333208_1_0.eot?#iefix") format("embedded-opentype"),
		url("https://www.opusonewinery.com/wp-content/themes/wp-opusone/fonts/SchussSerifPro/333208_1_0.woff2") format("woff2"),
		url("https://www.opusonewinery.com/wp-content/themes/wp-opusone/fonts/SchussSerifPro/333208_1_0.woff") format("woff"),
		url("https://www.opusonewinery.com/wp-content/themes/wp-opusone/fonts/SchussSerifPro/333208_1_0.ttf") format("truetype")
}

@font-face{
	font-family:'SchussSerifPro';
	font-weight:normal;
	font-style:italic;
	src:url("https://www.opusonewinery.com/wp-content/themes/wp-opusone/fonts/SchussSerifPro/333208_0_0.eot");
	src:url("https://www.opusonewinery.com/wp-content/themes/wp-opusone/fonts/SchussSerifPro/333208_0_0.eot?#iefix") format("embedded-opentype"),
		url("https://www.opusonewinery.com/wp-content/themes/wp-opusone/fonts/SchussSerifPro/333208_0_0.woff2") format("woff2"),
		url("https://www.opusonewinery.com/wp-content/themes/wp-opusone/fonts/SchussSerifPro/333208_0_0.woff") format("woff"),
		url("https://www.opusonewinery.com/wp-content/themes/wp-opusone/fonts/SchussSerifPro/333208_0_0.ttf") format("truetype")
}

@font-face {
    font-family: 'engravers';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/engravers/engravers-gothic-bt-webfont.woff2') format('woff2'),
         url('../fonts/engravers/engravers-gothic-bt-webfont.woff') format('woff'),
		 url("../fonts/engravers/engravers-gothic-bt.ttf") format("truetype")
}

html {
	overflow-y: scroll;
}

div, img {
	transition: opacity 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
}

body {
	color: var(--darkGrey);
	font-family: "fira_sans",sans-serif;
	overflow-x: hidden;
	/* mobile viewport bug fix */
	min-height: -webkit-fill-available;
}

body.preload_active {
	overflow: hidden;
	height: 100vh;
}

h1 {
	color: #7B7B6E;
	font-family: 'cormorant';
}

h2 {
	color: var(--sage);
	font-family: "engravers", sans-serif;
	font-weight: normal;
	font-size: 5em;
	letter-spacing: 0.1em;
	line-height: 0.75em;
	margin-bottom: 1em;
	text-align: center;
	text-transform: lowercase;
	width: 100%;
}


/*.h2.section_head {
	font-family: "engravers", sans-serif;
	font-size: 5em;
	font-style: normal;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: lowercase;
	width: 100%;
}
*/

h3 {
	font-family: 'cormorant';
	font-size: 2.5em;
	font-style: italic;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 0.75em;
}

h4 {
	font-family: "sweet-gothic", sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.25em;
	margin-bottom: 0.5em;
	text-transform: lowercase;
}

h5 {
	line-height: 1.25em;
}

p, ul, ol {
	font-size: 1.25em;
	line-height: 1.625em;
	margin-bottom: 1.5em;
}

p.large {
	font-family: "sweet-gothic", sans-serif;
	font-size: 1.5em;
	line-height: 1.375em;
	text-transform: lowercase;
}

p.huge {
	color: var(--mustard);
	font-family: 'cormorant';
	font-size: 3.25em;
	font-style: italic;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 1em;
}

p.quote {
	color: var(--lightGrey);
	font-family: 'cormorant';
	font-size: 2.25em;
	font-style: italic;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 1em;
}

a > img {
	transition: 0.3s all;
}

a:hover > img {
	opacity: 0.6;
}

ul, ol {
	padding-left: 1.25em;
}

section {
	background: #fff;
}

.proportional {
	position: relative;
	width: 100%;
}

.proportional img {
	height: 100%;
	object-fit: cover;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.proportional.three_by_two {
	padding-top: 66%;
}

.proportional.four_by_three {
	padding-top: 75%;
}

.sweet {
	font-family: "sweet-gothic", sans-serif;
}

.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;
	width: 1px;
	word-wrap: normal!important;
}

.collage {
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (max-width: 1200px) {
	.h2 {
		font-size: 4em;
	}
	p.large {
		font-size: 1.25em;
	}
	p.huge {
		font-size: 3em;
	}
}

@media screen and (max-width: 960px) {
	p.quote {
		font-size: 2em;
	}
}

@media screen and (max-width: 768px) {
	.h2 {
		font-size: 3.5em;
		margin-bottom: 0.5em;
	}
	.h3 {
		font-size: 2.25em;
	}
	.h3, .h4 {
		text-align: center;
	}
	p.quote:not(.collage_quote) {
		text-align: center;
	}

	p.huge {
		text-align: center;
	}
	p.huge, p.quote {
		font-size: 2.25em;
		text-align: center!important;
	}
	p.large {
		text-align: center;
	}
}


@media screen and (max-width: 480px) {
	.h2 {
		font-size: 3.125em;
	}
	p, ul {
		font-size: 1em;
	}
	p.huge, p.quote {
		font-size: 2em;
	}
}



/* --- LAYOUT--- */

.section {

}

.inner_wrap.constrained {
	margin: 0 auto;
	max-width: 1200px;
}

.inner_wrap.flex_container {
	display: flex;
	gap: 2em;
}

.inner_wrap.flex_container.centered {
	justify-content: center;
}

.col_12, .col-full {
	width: 100%
}

.col_11 {
	width: 91.667%;
}

.col_10 {
	width: 83.333%
}

.col_9 {
	width: 75%
}

.col_8 {
	width: 66.666%
}

.col_7 {
	width: 58.333%;
}
.col_6 {
	width: 50%
}

.col_5 {
	width: 41.667%;
}

.col_4 {
	width: 33.333%
}

.col_3 {
	width: 25%
}

.col_3_5 {
	width: 29.167%;
}

.col_2 {
	width: 16.667%
}

.col_1 {
	width: 8.333%;
}

.full_screen {
	height: 100vh;
	width: 100%;
}

.full_screen > video {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.photo_text_reveal {
	position: relative;
}

.photo_text_reveal_img {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
}

.show_768 {
	display: none;
}

.show_640 {
	display: none;
}

@media screen and (max-width: 1200px) {
	.inner_wrap.constrained {
		margin: 0 auto;
		max-width: 960px;
	}
}

@media screen and (min-width: 769px) {
	.mobile_only {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.show_768 {
		display: inline-block;
	}
	.hide_768 {
		display: none;
	}
	.full_screen {
		height: 56.25vh;
	}
	.inner_wrap.constrained {
		margin: 0 auto;
		max-width: 800px;
	}
	.inner_wrap.flex_container {
		display: block;
		padding: 0 1.5em;
	}
	.col_3, .col_3_5, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
		width: 100%;
	}
	.hide_mobile {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.show_640 {
		display: inline-block;
	}
}





/* --- SECTION: NAV --- */

#preloader {
	align-items: center;
	background: #00447C;
	display: flex;
	flex-direction: column;
	height: 100vh;
	inset: 0;
	justify-content: center;
	position: fixed;
	width: 100vw;
	z-index: 9999;
}

.preloader_inner {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.preloader_logo {
	margin-bottom: 1.5em;
	width: 120px;
	height: auto;
	z-index: 1;
}

.preloader_progress {
	background: rgba(0,0,0,0.4);
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
}

.preloader_bar {
	height: 100%;
	width: 4%;
	background: #00447C;
	transition: width 0.2s ease;
}


.dek_nav {
	font-family: "sweet-gothic", sans-serif;
	position: fixed;
	padding-top: 3em;
	width: 100%;
	z-index: 1000;
	transition: opacity 0.4s ease, background 0.2s ease, padding 0.2s ease;
}

.dek_nav.scrolled {
	background: #fff;
	padding-top: 0;
}

.dek_nav.hidden {
	opacity: 0;
	pointer-events: none;
}

.dek_nav.hidden.scrolled {
	background: transparent;
}

.dek_nav_menu {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dek_nav_menu_item {
	padding: 0 1em;
}

.dek_nav_menu_item:nth-child(2) {
	order: 1;
}

.dek_nav_menu_item:nth-child(3) {
	order: 2;
}

.dek_nav_menu_item:nth-child(4) {
	order: 3;
}

.dek_nav_menu_item.opus_logo {
	order: 4;
}

.dek_nav_menu_item:nth-child(5) {
	order: 5;
}

.dek_nav_menu_item:nth-child(6) {
	order: 6;
}

.dek_nav_menu_item:nth-child(7) {
	order: 7;
}


.dek_nav_menu_item.opus_logo img {
	height: 7em;
	width: 7em;
}

.dek_nav_menu_link {
	color: var(--darkGrey);
	font-size: 0.75em;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.25s;
}

.dek_nav_menu_link:hover {
	color: #fff;
}

.dek_nav.scrolled .dek_nav_menu_link:hover {
	color: var(--darkGrey);
	opacity: 0.3;
}

.burger {
	cursor: pointer;
	display: none;
	height: 24px;
	position: absolute;
	right: 2em;
	top: 2em;
	width: 30px;
	z-index: 1000;
}

.burger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background: #000;
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.burger span:nth-child(1) {
	top: 0;
	transform-origin: top left;
}

.burger span:nth-child(2) {
	top: 10px;
	transform-origin: bottom center;
}

.burger span:nth-child(3) {
	top: 20px;
	transform-origin: bottom right;
}

/* Active state */
.burger.active span:nth-child(1) {
	transform: rotate(45deg) translate(7px, 7px);
}

.burger.active span:nth-child(2) {
	transform: translateX(15px);
	width: 0;
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Optional: ensure consistent spacing and behavior */
.burger span:nth-child(1),
.burger span:nth-child(3) {
	transform-origin: center;
}

.dek_nav .opus_logo_desktop {
	cursor: pointer;
}

.dek_nav .opus_logo_desktop.scrolled {
	display: none;
}

.dek_nav .opus_logo_desktop.scrolled {
	margin-bottom: 0.2em;
}

.dek_nav.scrolled .opus_logo_desktop.scrolled {
	display: block;
}

.dek_nav.scrolled .opus_logo_desktop.full {
	display: none;
}

.opus_logo_mobile {
	display: none;
}

.intermission_video {
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -5;
	width: 100%;
}

.intermission_video video {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.intermission {
	background: transparent;
	height: 110vh;
	width: 100%;
}



@media screen and (max-width: 1200px) {
	.dek_nav {
		padding-top: 2em;
	}
	.dek_nav_menu {
		font-size: 0.9em;
	}
	.dek_nav_menu_item {
		padding: 0 0.625em;
	}
}

@media screen and (max-width: 768px) {
	.dek_nav {
		height: 90px;
		position: fixed;
		transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		padding-top: 0;
		top: 0;
	}

	.dek_nav .opus_logo_mobile.full {
		display: block;
	}

	.dek_nav.scrolled .opus_logo_mobile.full {
		display: none;
	}

	.dek_nav .opus_logo_mobile.scrolled {
		display: none;
	}

	.dek_nav.scrolled .opus_logo_mobile.scrolled {
		display: block;
	}

	.dek_nav_menu {
		background: var(--clay);
		display: block;
		height: 100%;
		left: -100vw;
		padding: 4em 2em;
		position: fixed;
		text-align: center;
		top: 0;
		width: 100%;
		z-index: 1;
	}
	.dek_nav_menu.active {
		left: 0;
	}
	.dek_nav_menu_item {
		display: block;
		color: #fff;
		padding: 0;
	}
	.dek_nav_menu_link {
		font-size: 2.25em;
		line-height: 1.5em;
	}
	.dek_nav_menu_link:hover {
		color: var(--darkGrey);
	}

	.dek_nav_menu_link:hover {
		color: #fff;
	}

	.dek_nav_menu_item.opus_logo img {
		display: inline-block;
		height: 4em;
		margin-bottom: 3em;
		width: 4em;
	}
	.opus_logo_mobile {
		display: block;
		height: 7em;
		margin: 0 auto;
		margin-top: 1em;
		overflow: hidden;
		position: relative;
		width: 6em;
		transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.dek_nav.scrolled .opus_logo_mobile {
		height: 1.3em;
		margin-top: 2em;
	}

	.opus_logo_mobile img {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: auto;
	}

	.burger {
		display: block;
	}
	.main_content p:not(.huge){
		text-align: justify;
		text-align-last: center;
	}
}

@media screen and (max-width: 480px) {
	.preloader_logo {
		margin-bottom: 8em;
	}
	.dek_nav_menu_link {
		font-size: 2em;
	}
}


/* --- SECTION: HERO --- */

.page_content {
	/*margin-top: 100vh;*/
}

.hero_scene {
	background-image: url('../images/intro_old.jpg');
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
	width: 100%;
/*	z-index: -1;*/
}


@media screen and (max-width: 480px) {
	.hero_scene {
		height: 85vh;
	}
}

.hero_new {
	background-image: url('../images/intro_new.jpg');
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	transition: all 0.1s;
}

.hero_title {
	height: 9vw;
	left: 33.3vw;
	overflow: hidden;
	padding-bottom: 3vw;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 33.3vw;
}

.headline_wrap {
	position: absolute;
	display: flex;
	width: 200%;
}

.headline_wrap {
	transition: all 0.2s;
}

.hero_title .h2 {
	color: #7B7B6E;
	font-family: 'cormorant';
	font-size: 5vw;
	font-weight: 400;
	letter-spacing: initial;
	line-height: 1em;
	margin: 0;
	text-align: center;
	text-transform: initial;
	width: 100%;
}

.hero .content {
	bottom: 0;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.hero .content .h3 {
	bottom: 2.5em;
	color: #fff;
	font-size: 3vw;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	text-shadow: rgba(0,0,0,1) 0px 0px 20px;
	width: 100%;
}

@media screen and (max-width: 1200px) {
/*	.hero .content .h3 {
		bottom: 1.5em;
	}*/
}

@media screen and (max-width: 960px) {
	.hero_title {
		height: 31vw;
	}
	.hero_title .h2 {
		font-size: 9vw;
	}
}

@media screen and (max-width: 768px) {
/*	.hero {
		height: 66vh;
	}*/
	.hero .content {
		padding: 0;
	}
	.hero .content .h1 {
		font-size: 5em;
		padding: .25em;
	}
	.hero .content .h3 {
		font-size: 2em;
	}
}


@media screen and (max-width: 600px) { 
	.hero_title {
		left: 25vw;
		top: 44%;
		width: 50vw;
	}
	.hero_title .h2 {
		font-size: 3.25em;
	}
}


@media screen and (max-width: 480px) { 
	.hero_title {
		left: 20vw;
		width: 60vw;
	}
	.hero .content .h3 {
		font-size: 1.5em;
		bottom: 3.5em;
	}
	.h3 {
		font-size: 2em;
	}
}

/* --- SECTION: INTRO --- */

.section.intro {
	padding: 5em 0;
}

.section.intro .sidebar {
	text-align: right;
}

.section.intro .sidebar p {
	padding: 1em 0 0 5em;
}

.section.intro .main_content {
	padding: 2em 0;
}

.section.intro .main_content p, .section.intro .main_content .h3 {
	padding-right: 20rem;
}

.section.intro .main_content p:last-of-type {
	margin-bottom: 4em;
}


.photo_text_reveal_img {
	overflow: hidden;
}

.photo_text_reveal_img.hidden {
	display: block!important;
	opacity: 0;
}

.photo_text_reveal_img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.section.intro .sidebar p {
		padding: 1em 0 0 2em;
	}
	.section.intro .main_content p, .section.intro .main_content .h3 {
		padding: initial;
	}
	.section.intro .main_content p:last-of-type {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.section.intro {
		padding: 2em 0;
	}
	.section.intro .sidebar {
		text-align: center;
	}
	.section.intro .sidebar p {
		padding: 1em 0 0 0;
	}
	/*.section.intro .main_content p:last-of-type {
		margin-bottom: 1.5em;
	}*/
	.photo_text_reveal_img {
/*		position: initial;*/
		opacity: 1;
		top: 1em;
	}
}





/* --- SECTION: STEWARDSHIP --- */

.section.stewardship > .section_header {
	color: #fff;
	margin: -2.14em 0 0 0;
	position: absolute;
	width: 100%;
}

.section.stewardship > .section_header .h2 {
	color: #ffff;
}

.section.stewardship .block01 {
	background: var(--sage);
	color: #fff;
	padding: 7em 0 5em 0;
}

.section.stewardship .block01 .michael {
	display: block;
	height: 18vw;
}

.section.stewardship .block01 .michael img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	margin-bottom: 1.5em;
}

.section.stewardship .block01 .quote {
	color: #fff;
}

.section.stewardship .block02 {
	padding: 5em 0;
	max-width: 1600px;
	margin: 0 auto;
}

.section.stewardship .block02 .section_header {
	padding: 2em 0 1em;
}

.section.stewardship .pre_cluster {
	display: flex;
}

.section.stewardship .collage_quote {
	font-size: 3em;	
}

.section.stewardship .pre_cluster {
	margin-left: -35.5%;
	margin-bottom: 3em;
	display: flex;
	align-items: center;
}

.section.stewardship .pre_cluster .collage_quote {
	margin-bottom: 0;
}

.section.stewardship .pre_cluster .pic {
	margin-right: 2em;
	width: 55%
}

.section.stewardship .block02 .main_content {
	padding-left: 17%;
	padding-right: 0;
}

.section.stewardship .sidebar_images {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section.stewardship .sidebar_images .collage_quote {
	font-size: 2.5em;	
	margin-left: 4vw;
	margin-right: 4vw;
}

.section.stewardship .cluster {
/*	margin-top: 15em;*/
	position: relative;
	display: flex;
	justify-items: right;
	flex-direction: column;
}


.section.stewardship .cluster .pic {
	position: relative;
}

.section.stewardship .cluster .pic img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}

.section.stewardship .cluster_01 .pic01 {
	margin-left: auto;
	margin-bottom: 1em;
	padding-top: 45%;
	width: 62%;
}

.section.stewardship .cluster_01 .pic02 {
	margin-bottom: 2em;
	padding-top: 65%;
	width: 60%;
	margin-left: 13%;
}

.section.stewardship .cluster_02 .pic01 {
	margin-left: auto;
	margin-bottom: 1em;
	padding-top: 65%;
	width: 50%;
}

.section.stewardship .cluster_02 .pic02 {
	margin-bottom: 2em;
	width: 60%;
	padding-top: 60%;
	margin-left: 13%;
}

.section.stewardship .cluster_03 .pic01 {
	margin-bottom: 1em;
	width: 50%;
	margin-left: 10%;
	padding-top: 75%;
}

.section.stewardship .cluster_03 .pic02 {
	margin-bottom: 2em;
	margin-left: auto;
	width: 75%;
	padding-top: 45%;
}

.section.stewardship .cluster_04 .pic01 {
	margin-bottom: 1em;
	width: 78%;
	margin-left: auto;
	padding-top: 45%;
}

.section.stewardship .cluster_04 .pic02 {
	margin-bottom: 2em;
	width: 50%;
	margin-left: 14%;
	padding-top: 75%;
}

.headline_cycle {
	position: relative;
	height: 5em;
}

.headline_cycle .h3 {
	margin-bottom: 0.25em;
	width: 100%;
}

.headline_cycle h3 {
	font-size: 2.25em;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.headline_cycle h3:first-child {
	opacity: 1;
}

.headline_cycle .h3:last-of-type {
	margin-bottom: 1em;
}

.next-section {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 1rem 0 2rem;
	transition: all 400ms ease-out;
	text-align: center;
	visibility: visible;
	transform: translateX(-50%);
	width: 36px;
	z-index: 1;
}


@media screen and (min-width: 1800px) {
}	

@media screen and (min-width: 1600px) {
}	

@media screen and (max-width: 1200px) {
	.section.stewardship > .section_header {
		margin: -1.74em 0 0 0;
	}
	.section.stewardship .block02 .section_header {
		padding: 2em 0 2em;
	}
	.section.stewardship .collage_quote {
		font-size: 2.5em;
	}
}

@media screen and (max-width: 768px) {
	.section.stewardship .block01 {
		padding: 5em 0 3em;
	}

	.section.stewardship > .section_header {
		margin: -1.4em 0 0 0;
	}

	.section.stewardship .block01 .sidebar {
		margin-bottom: 4em;
		position: relative;
		height: 60vw;
	}

	.section.stewardship .block01 .michael {
		background: var(--sage);

		height: 100%;
		padding-top: 1.5em;
	}

	.section.stewardship .block02 {
		padding: 3em 0;
	}

	.section.stewardship .collage_quote {
		font-size: 2em;
	}

	.section.stewardship .pre_cluster {
		display: block;
		margin-left: 0;
		margin-bottom: 0;
	}

	.section.stewardship .pre_cluster .pic {
		width: 100%;
		margin: 0 auto 2em;
	}

	.section.stewardship .pre_cluster .collage_quote {
		margin-bottom: 1em;
	}

	.section.stewardship .main_content {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.section.stewardship .block01 {
		padding: 3em 0;
	}

	.section.stewardship .block02 {
		padding: 2.5em 0;
	}

	.section.stewardship > .section_header {
		margin: -1.3em 0 0 0;
	}

	.section.stewardship .block01 .sidebar {
		margin-bottom: 3.625em;
	}

	.section.stewardship .block02 .h2 {
		font-size: 2.7em;
		margin-bottom: 0;
	}

	.section.stewardship .block02 .collage_01 {
		height: 79vw;
	}

	.section.stewardship .block02 .collage_quote_wrap p.single_quote {
		font-size: 6vw;
		padding: 0em 0.8em;
	}

	.section.stewardship .block02 .collage_quote_wrap {
		left: 10vw;
		position: absolute;
		top: 62vw;
		width: 80vw;
		height: 10vw;
	}

	.section.stewardship .block02 .collage_01 .collage_item_01 {
		height: 54vw;
		left: 10vw;
		position: absolute;
		width: 80vw;
	}

	.section.stewardship .block02 .collage_01 .collage_item_02 {
		top: 27vw;
	}

	.section.stewardship .block02 .collage_01 .collage_item_03 {
		top: 13vw;
	}
}


/* --- SECTION: LIFE OF THE VINE --- */


/* --- VINE SLIDER --- */

.vine_slider {
	overflow: hidden;
	position: relative;
	width: 100vw;
}

.vine_slider__viewport {
	width: 100vw;
	overflow: hidden;
}

.vine_slider__track {
	display: flex;
	width: 200vw;
	will-change: transform;
}

.vine_slider__img {
	width: 100vw;
	height: auto;
	display: block;
	flex-shrink: 0;
}


/* --- SECTION: ARCHITECTURE --- */

.section.architecture .section_header {
	color: #fff;
	padding: 2em 0 1em;
}

.section.architecture .h2 {
	color: #fff;
}

.section.architecture .block01 {
	background: var(--clay);
	color: #fff;
	padding: 5em 0 3em;
}

.section.architecture .block01 .intro_graf {
	display: flex;
	justify-content: center;
}

.section.architecture .block01 .intro_graf p {
	color: var(--textGrey);
	font-family: 'cormorant';
	font-size: 3.25em;
	line-height: 1em;
	margin-bottom: 1.5em;
	text-align: center;
}

.section.architecture .block01 .collage_01 {
	height: 12vw;
	position: relative;
}

.section.architecture .block01 .collage_01 .collage_item_01 {
	left: 50%;
	position: absolute;
	width: 16vw;
	top: -2vw;
}

.section.architecture .block01 .collage_01 .collage_item_02 {
	left: 68vw;
	position: absolute;
	width: 22vw;
	top: -5em;
}

.section.architecture .block02 {
	position: relative;
	padding: 5em 0 5em;
}

.section.architecture .block02 .building_sketch {
	height: 32vw;
	position: absolute;
	top: 20vw;
	right: 0;
	width: 32vw;
}

.section.architecture .block02 .building_sketch .building_stroke {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	overflow: hidden;
}

.section.architecture .block02 .sidebar {
	margin-top: 90vh;
	position: relative;
}

.section.architecture .block02 .sidebar .caption {
	left: 0;
	position: absolute;
	top: 0;
}

.section.architecture .block02 .sidebar .caption_02 {
	opacity: 0;
}

.sidebar .attribution {
	font-family: 'sweet-gothic';
	font-size: 0.875em;
}

.section.architecture .block03 {
	position: relative;
}

.section.architecture .block03 .proportional.three_by_two {
	z-index: 1;
}

.section.architecture .block03::after {
	background: var(--sand);
	bottom: -1px;
	content: " ";
	left: 0;
	position: absolute;
	height: 5em;
	width: 100%;
}

.section.architecture .block03 .constrained {
	margin: 0 1.5em;
	max-width: initial;
}

.section.architecture .block04 {
	background: var(--sand);
	margin-top: 0em;
	padding-top: 9em;
	padding-bottom: 10em;
}

.section.architecture .slide_wrap {
	flex-direction: column;
	position: relative;
	padding: 2em;
}

.section.architecture .slide_wrap .h2 {
	font-size: 4em;
	line-height: 0.75em;
	color: var(--darkGrey);
	margin-bottom: 0;
}

.section.architecture .slide_wrap .arch_slide_captions {
	/*position: absolute;*/
	width: 100%;
	/*bottom: 0;*/
	text-align: center;
}

.section.architecture .slide_wrap .arch_slide_captions .quote {
	color: var(--darkGrey);
	font-size: 1.25em;
	line-height: 1.25em;
}

.section.architecture .block02 .caption_01.show_768 .quote {
	border-top: 1px solid var(--sage);
	margin-bottom: 0.5em;
	padding-top: 0.375em;
}

.section.architecture .block02 .caption_01.show_768  .attribution {
	border-bottom: 1px solid var(--sage);
	padding-bottom: 1.5em;
	text-align: center;
}

.section.architecture .slide_wrap .slider_02 {
	display: flex;
	gap: 2em;
	margin: 3em 0 3em;
	width: auto;
	z-index: 1;
}

.section.architecture .slide_wrap .slider_02 .slide {
	min-width: 40vw;
	width: 40vw;
	transition: none;
	opacity: 0.2;
	transform: scale(0.9);
}

.section.architecture .slide_wrap .slider_02 .arch_slide_image {
	display: block;
	transition: none;
	position: relative;
}

.section.architecture .slide_wrap .slider_02 .arch_slide_image img {
	transition: none;
}

.section.architecture .slide_wrap .slide_caption .h5 {
	font-size: 1.25em;
	font-weight: normal;
}

.arch_slider_progress {
	background: rgba(255,255,255,0.75);
	/*bottom: 3em;*/
	height: 5px;
	/*position: absolute;*/
	width: 100%;
}

.arch_slider_progress_thumb {
	background: #534C49;
	height: 5px;
	position: absolute;
	width: 8.33333333%;
}


.arch_slide_image {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 1em;

}

.arch_slide_image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}


@media screen and (max-width: 1200px) {
	.section.architecture .block01 .intro_graf p {
		font-size: 3em;
	}
	.section.architecture .block02 .building_sketch {
		height: 30vw;
		width: 30vw;
	}
}

@media screen and (max-width: 768px) {
	.section.architecture .block01 {
		padding: 2em 0;
	}

	.section.architecture .block01 .intro_graf p {
		font-size: 2.5em;
		margin-bottom: 1em;
	}

	.section.architecture .block01 .collage_01 .collage_item_01 {
		left: 26.5vw;
		width: 18vw;
		top: 5vw;
	}

	.section.architecture .block01 .collage_01 .collage_item_02 {
		left: 48.5vw;
		width: 25vw;
		top: 1em;
	}

	.section.architecture .block02 {
		padding: 11em 0 0;
	}
	.section.architecture .block02 .building_sketch {
		position: relative;
		margin-bottom: 2em;
		height: initial;
		width: 100%;
		aspect-ratio: 1 / 1;
		top: 0;
	}
	.section.architecture .block02 .sidebar {
		display: none;
		margin-top: 0;
	}

	.section.architecture .block02 .sidebar .caption {
		position: initial;
	}

	.section.architecture .block02 .sidebar .caption_01 .quote {
		text-align: center;
		border-top: 1px solid var(--sage);
		margin-bottom: 0.5em;
		padding-top: 0.375em;
	}

	.section.architecture .block02 .sidebar .caption_01 .attribution {
		border-bottom: 1px solid var(--sage);
		padding-bottom: 1.5em;
		text-align: center;
	}
	.section.architecture .block02 .sidebar .caption_02 {
		display: none;
	}

	.section.architecture .block03 .constrained {
		margin: 0;
	}
	.section.architecture .block04 {
		overflow: hidden;
/*		margin-top: -6em;
		padding-top: 6em;*/
	}

	.section.architecture .slide_wrap .h2 {
		font-size: 3.5em;
	}

	.section.architecture .slide_wrap .slider_02 {
		margin: 4em 0 2em;
	}
	.section.architecture .slide_wrap .slider_02 .slide {
		min-width: 65vw;
		width: 65vw;
	}
	.section.architecture .slide_wrap .arch_slide_captions {
		margin-top: 2em;
	}
}

@media screen and (max-width: 640px) {
	.section.architecture .section_header {
		padding: 1.25em 0 1em;		
	}
	.section.architecture .block01 .intro_graf p {
		font-size: 2.125em;
	}
	.section.architecture .slide_wrap .h2 {	
	}
	.section.architecture .slide_wrap .arch_slide_captions .quote {
		;
	}
}

@media screen and (max-width: 480px) {
	.section.architecture .block01 .collage_01 .collage_item_01 {
		left: 13vw;
		width: 30vw;
		top: 5vw;
	}
	.section.architecture .block01 .collage_01 .collage_item_02 {
		left: 50vw;
		width: 38vw;
		top: 1em;
	}
	.section.architecture .block02 {
		padding: 10.5em 0 0;
	}
	.section.architecture .h2 {
		font-size: 2.625em;
	}

	.section.architecture .slide_wrap .h2 {
		font-size: 2.75em;
	}
	.section.architecture .block01 .intro_graf p {
		font-size: 1.8em;
	}
}


/* --- SECTION: ARTWORK --- */

.section.artwork {
	padding: 0 0 6em;
}

.section.artwork .section_header {
	padding: 6em 0 2em;
}

.section.artwork .block02  .flex_container {
	justify-content: center;
}

.section.artwork .block02 .main_content {
	text-align: right;
}

.section.artwork .block02 .collage_01 .collage_item_02 {
	bottom: -11em;
	right: -35%;
	position: absolute;
	width: 85%;
}

.section.artwork .block02 .col_4 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.section.artwork .section_header {
		padding: 4em 0 2em;
	}

	.section.artwork {
		padding-bottom: 3em;
	}
	.section.artwork .block02 .main_content {
		text-align: initial;
	}
	.section.artwork .block02 .collage {
		padding: 3em 0 4em;
		z-index: 2;
	}
	.section.artwork .block02 .collage_item_01 {
		width: 75%;
	}
	.section.artwork .block02 .collage_01 .collage_item_02 {
		bottom: 20vw;
		right: 4vw;
		width: 55%;
	}
}

@media screen and (max-width: 480px) {
	.section.artwork .block02 .slide_caption p.large {
		margin-bottom: 3em;
	}	
	.section.artwork {
		padding-bottom: 0;
	}
}


/* --- SECTION: CULINARY --- */

.section.culinary .section_header {
	color: #fff;
	padding: 2em 0 0;
}

.section.culinary .h2 {
	color: #fff;
	margin-bottom: 0.5em;
}

.section.culinary .block01 {
	position: relative;
	color: #fff;
	padding: 5em 0 0 0;
}

.section.culinary .block01::before {
	background: var(--mustard);
	bottom: 12%;
	content: " ";
	left: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.section.culinary .block01 .section_header {
	position: relative;
}

.section.culinary .block01 .flex_container {
	padding: 6em 2em 0;
	position: relative;
}

.section.culinary .block01 .collage_00 {
	display: grid;
	gap: 2em;
	grid-template-columns: 4fr 1fr;
	grid-template-rows: auto auto;
}

.section.culinary .block01 .collage_00 .collage_item_01 {
	grid-row: 1 / span 2;
	border-bottom: 1.5em solid white;
}

/*.section.culinary .block01 .collage_00::before {
	background: #fff;
	content: " ";
	width: 100%;
	position: absolute;
	top: 86%;
	bottom: 1em;
	z-index: -1;
}
*/
.section.culinary .block01 .collage_00 .collage_item_02 {
	margin-top: 25%;
}

.section.culinary .block01 .collage_00 .collage_item_03 {
}

.section.culinary .block02 {
	padding: 0 0 6em;
}

.section.culinary .block04 {
	position: relative;
}

.section.culinary .block04 .collage_01 {
	position: absolute;
	height: 65vw;
	top: -3vw;
}

.section.culinary .block04 .collage_item_01 {
	position: absolute;
	width: 18vw;
	left: 44vw;
	top: -2em;
	border-bottom: 1.5em solid white;
}

.section.culinary .block04 .collage_item_02 {
	position: absolute;
	width: 26vw;
	left: 64vw;
	top: -5em;
}

.section.culinary .block04 .collage_item_03 {
	position: absolute;
	width: 22vw;
	right: 0;
	top: 37vw;
}

.section.culinary .block05 {
	padding: 19em 0 6em 0;
}

@media screen and (max-width: 1200px) {
	.section.culinary .block01 .flex_container {
		padding-top:2em;
	}
	.section.culinary .block02 {
		padding: 0 0 4em;
	}
}

@media screen and (max-width: 768px) {
	.section.culinary {
		/*margin-top: -19vw;*/
	}
	.section.culinary .block01 {
		padding: 2em 0 0 0;
		z-index: 1;
	}

	.section.culinary .block01::before {
		bottom: 20%;
	}

	.section.culinary .block01 .flex_container {
		padding: 4em 1.5em 0;
	}
	.section.culinary .block01 .collage_00 {
		display: block;
		position: relative;
	}

	.section.culinary .block01 .collage_00 .collage_item_01 {

	}

	.section.culinary .block01 .collage_00 .collage_item_02 {
		position: absolute;
		display: none;
	}

	.section.culinary .block01 .collage_00 .collage_item_03 {
		border-bottom: none;
		position: absolute;
		width: 33vw;
		right: -1.5em;
		bottom: -2em;
	}

	.section.culinary .block02 {
		padding: 2em 0 3em;
	}
	.section.culinary .block05 {
		padding: 11em 0 2em 0;
	}

	.section.artwork .block02 .collage {
		padding: 0 1.5em;
	}
	.section.culinary .block04 .collage_01 .collage_item_03 {
		display: none;
	}
	.section.culinary .block04 .collage_item_01 {
		left: 41vw;
		top: -5vw;
	}
	.section.culinary .block04 .collage_item_02 {
		left: 62vw;
		top: -16vw;
	}
}

@media screen and (max-width: 488px) { 
	.section.culinary .block03 .inner_wrap.flex_container {
		padding: 0;
	}
	.section.culinary .block04 .collage_item_01 {
		left: 12vw;
		top: -7vw;
		width: 27vw;
	}

	.section.culinary .block04 .collage_item_02 {
		left: 63vw;
		top: -69vw;
		width: 25vw;
	}

	.section.culinary {
		margin-top: -11vw;
	}
	.section.culinary .block05 {
		padding-top: 8em;
	}
}

/* --- SECTION: VINEYARDS --- */

.section.vineyards .section_head {
	color: #fff;
}


.section.vineyards .block01 {
	position: relative;
	color: #fff;
	padding: 5em 0 0 0;
}

.section.vineyards .block01 .section_header {
	color: #fff;
	padding: 2em 0 0;
	z-index: 1;
	position: relative;
}

.section.vineyards .block01 .inner_wrap.flex_container {
	z-index: 1;
	position: relative;
	padding: 0 2em;
}

.section.vineyards .block01::before {
	background: var(--mustard);
	bottom: 30%;
	content: " ";
	left: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.section.vineyards .block02 {
	margin-top: -3vw;
	z-index: 2;
	position: relative;
	margin-bottom: 3em;
}

.section.vineyards .block02 .flex_container {
	justify-content: right;
	padding: 0 2em;
}

.varietals_graph {
	width: 55%;
}

.section.vineyards .block04 {
	position: relative;
	margin: 3em 0;
	padding-bottom: 10vw;
}

.section.vineyards .block04 .collage_01 {
	position: absolute;
	top: -10vw;
}

.section.vineyards .block04 .collage_item_01 {
	position: absolute;
	width: 16%;
	right: 34%;
	top: 3vw;
}

.section.vineyards .block04 .collage_item_02 {
	position: absolute;
	width: 21%;
	right: 11%;
	top: -4em;
}

.section.vineyards .block04 .floaty_image {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 28%;
}

@media screen and (max-width: 1200px) {
	.section.vineyards .block04 .collage_01 {
		top: -12vw;
	}
}

@media screen and (max-width: 960px) {
	.section.vineyards .block02 .flex_container {
		justify-content: right;
		padding: 0 4em;
	}
	.varietals_graph {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.section.vineyards .block04 {
		padding-bottom: 0;
	}

	.section.vineyards .block04 .inner_wrap {
		padding-top: 27vw;
	}

	.section.vineyards .block04 .collage_01 {
		top: -19vw;
	}

	.section.vineyards .block04 .collage_item_01 {
		position: absolute;
		width: 25%;
		left: 22%;
		top: 0;
	}

	.section.vineyards .block04 .collage_item_02 {
		width: 30%;
		right: 20%;
		top: -2em;
	}

	.section.vineyards .block04 .floaty_image {
		position: initial;
		width: 100%;
	}
}




/* --- SECTION: WINES --- */

.section.wine .section_header {
	color: #fff;
	padding: 2em 0;
}

.section.wine .block01 .h2 {
	color: var(--sand);
	margin-bottom: 0.5em;
}

.section.wine .block01 {
	background: #000;
	color: #fff;
	padding: 5em 0 0;
}

.section.wine .block02 {
	color: var(--darkGrey);
	padding: 5em 0 5em;
}

.section.wine .block02 .flex_container {
	justify-content: center;
}

.section.wine .block02 .h2 {
	color: var(--darkGrey);
	font-family: "cormorant";
	font-size: 9.75em;
	line-height: 1.375em;
	margin-bottom: 0;
}

.section.wine .block02b {
	margin-bottom: 5em;
}

.section.wine .block02b .main_content {
	margin-bottom: 2em;
}

.section.wine .block02b .sidebar {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.section.wine .block02b .sidebar img:first-of-type {
	margin: 0 0 1.5em;
	width: 80%;
}

.section.wine .block02b .sidebar img:last-of-type {
	margin-bottom: -4em;
	z-index: 1;
}

.section.wine .block02b .big_image {
	height: 56.25vw;
}

.section.wine .big_image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.section.wine p.intro {
	font-family: "cormorant";
	font-size: 2.25em;
	line-height: 1.375em;
	margin: 0 2em;
	text-align: center;
}

.section.wine .block03 .single_wine {
	justify-content: center;
	margin-top: 5em;
	margin-bottom: 5em;
}

.section.wine .block03 .main_content {
	padding-right: 2em;
}

.section.wine .block03 .main_content .bottle_shot {
	height: 40vw;
	margin: 0 auto 2em auto;
	transition: none;
}

.section.wine .block03 .wine_deets {
	padding-top: 13em;
}

.section.wine .block03 .wine_deets .h4 {
	margin-bottom: 0.25em;
}

.section.wine .block03 .wine_deets p {
	font-family: "cormorant";
	font-size: 2em;
	font-style: italic;
	line-height: 1.25em;
	margin-bottom: 1em;
}

.section.wine .block03 .wine_deets img {
	margin-bottom: 1em;
	max-width: 75%;
}

.section.wine .block02b .big_image {
	height: 40vw;
}

.section.wine .block05 .flex_container {
	justify-content: center;
	padding-top: 6em;
	padding-bottom: 7em;
}

.OO2022_walkthrough {
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.section.wine .block02 .h2 {
		font-size: 6em;
	}
	.section.wine p.intro {
		font-size: 1.75em;
	}
	.section.wine .block03 .wine_deets p {
		font-size: 1.5em;
	}
}


@media screen and (max-width: 960px) {
	.section.wine .block02b .main_content {
		width: 100%;
	}
	.section.wine .block02b .sidebar {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.section.wine .block01 {
		padding: 3em 0 0;
	}
	.section.wine .block01 .inner_wrap.flex_container {
		padding: 0;
	}
	.section.wine .block02 {
		padding: 3em 0;
	}

	.section.wine .block02 .h2 {
		font-size: 4.5em;
	}
	.section.wine .block03 {
		text-align: center;
	}
	.section.wine .block03 .main_content {
		padding-right: 0;
	}

	.section.wine .block03 .main_content .bottle_shot {
		height: initial;
		margin: 0 auto 1.5em;
		max-width: 200px;
	}
	.section.wine .block03 .wine_deets {
		padding: 0;
	}
	.section.wine .block03 .wine_deets img {
		display: none;
	}
	.section.wine .block04 .inner_wrap.flex_container {
		padding: 0;
	}
}


@media screen and (max-width: 640px) {
	.section.wine p.intro {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 480px) {
	.section.wine .block03 .main_content .bottle_shot {
		max-width: 135px;
	}
	.section.wine .block02 {
		padding: 2em 0;
	}
	.section.wine p.intro {
		margin: 0;
	}
	.section.wine .block02b .inner_wrap.flex_container {
		padding: 0;
	}
	.section.wine .block02b .big_image {
		height: 150vw;
	}
	.section.wine .block04 .big_image {
		height: 100vw;
	}
	.section.wine .block02b {
	}
}





/* --- SECTION: FOOTER --- */

.footer {
	background: #aaa;
	color: #fff;
}

.footer .block01 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 6em 0;
}

.footer .block01 .logo {
	margin-bottom: 2em;
	width: 6em;
}

.footer .block01 p {
	font-size: 1em;
	max-width: 40em;
	padding: 0 1.5em;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.footer .block01 {
		padding: 4em 0;
	}
}
body .inner_wrap.constrained {
  max-width: 80rem;
  padding: 0 1rem;
  position: relative;
}
@media screen and (min-width: 40rem) {
  body .inner_wrap.constrained {
    padding: 0 2rem;
    gap: 4rem;
  }
}

body .banner_main .inner_wrap.constrained {
  max-width: 100rem;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

br.desktop-only {
  display: none;
}
@media screen and (min-width: 64.0625em) {
  br.desktop-only {
    display: block;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  text-wrap: initial;
}

h1, h2,
.h1, .h2 {
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  text-align: initial;
  text-transform: initial;
}

h1, .h1 {
  font-size: clamp(3.375rem, 2.7321rem + 2.1429vw, 4.5rem);
}

h2, .h2 {
  font-size: clamp(1.875rem, 1.5179rem + 1.1905vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 1rem;
}
h2 span, .h2 span {
  font-size: clamp(1.9375rem, 1.4375rem + 1.6667vw, 2.8125rem);
}

h3, h4,
.h3, .h4 {
  font-style: initial;
  font-family: "engravers", sans-serif;
}

h3, .h3 {
  font-size: clamp(1.875rem, 1.5179rem + 1.1905vw, 2.5rem);
  letter-spacing: 0.15em;
}

h4, .h4 {
  font-size: clamp(1.171875rem, 0.9487rem + 0.744vw, 1.5625rem);
}

p {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 500;
  text-wrap: initial;
}
@media screen and (max-width: 48em) {
  p {
    margin-bottom: 1em;
  }
}

p.intro {
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
}

br.mobile-br {
  display: none;
}
@media screen and (max-width: 768px) {
  br.mobile-br {
    display: block;
  }
}

p.quote {
  font-style: none !important;
}

.opus_logo {
  padding-bottom: 1rem;
}
.opus_logo a img {
  width: 5.4375rem;
  margin: 0 auto;
  opacity: 0.65;
  filter: brightness(0) invert(1);
}
.opus_logo a:hover img, .opus_logo a:focus img {
  opacity: 1;
}
@media only screen and (max-width: 50em) {
  .opus_logo {
    display: none;
  }
}

.opus_logo_mobile img {
  filter: brightness(0) invert(1);
}

.dek_nav.scrolled {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.dek_nav.scrolled img {
  filter: none !important;
  opacity: 1 !important;
}
.dek_nav.scrolled .opus_logo_mobile img {
  filter: none;
}

@media screen and (max-width: 768px) {
  .dek_nav.scrolled .opus_logo_mobile.scrolled {
    top: -0.9rem;
    width: 6.5em;
  }
}
.dek_nav_menu {
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100rem;
  flex-wrap: wrap;
}
.dek_nav_menu .dek_nav_menu_link {
  letter-spacing: 0;
}

body .burger span {
  background: #fff !important;
  border-radius: 10px;
  height: 3px !important;
}
body .burger.active span {
  background: #000 !important;
}
body nav.scrolled .burger span {
  background: #000 !important;
}

@media screen and (max-width: 768px) {
  body .dek_nav_menu {
    background: #fff !important;
  }
}
body .dek_nav_menu .dek_nav_menu_item--logo {
  display: none;
}
body .dek_nav_menu.active .dek_nav_menu_item--logo {
  display: block;
}
body .dek_nav_menu.active .dek_nav_menu_item--logo img {
  max-width: 4em;
  margin: 0 auto 3rem;
  filter: brightness(0) invert(0);
}

@media screen and (max-width: 480px) {
  body .dek_nav_menu_link {
    font-size: 1.5em;
  }
}
#banner_main {
  background-image: url("../images/01-intro_Desktop_1440-hero.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center 14%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #banner_main {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-image: none;
    z-index: 10;
  }
}
@media screen and (max-width: 48em) {
  #banner_main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 140%;
    background-image: url("../images/01-intro_Desktop_1440-hero.jpg");
    background-size: cover;
    background-position: center 14%;
    inset: 0 -10%; /* oversized to allow movement room */
    background-size: cover;
    background-position: center;
    will-change: transform;
    transform: translateY(var(--parallax-offset, 0%));
  }
}
#banner_main .inner_wrap.flex_container {
  height: 100%;
  position: relative;
  z-index: 3;
}
#banner_main .intro-title,
#banner_main .intro-title__secondary,
#banner_main .next-section {
  opacity: 0;
  visibility: hidden;
}

#page-blackout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
  pointer-events: none;
  transition: opacity 2s ease;
}

.header {
  opacity: 0;
}

.next-section {
  padding-bottom: 0;
  bottom: 2rem;
  z-index: 5;
}
@media only screen and (min-width: 63.75em) {
  .next-section {
    bottom: 1.5rem;
  }
}

.intermission h2 {
  color: #e2e0da;
  margin-bottom: 1rem;
  text-align: center;
}
.intermission p {
  color: #fff;
  margin: 0 auto;
  max-width: 51rem;
  text-align: center;
}

@media only screen and (max-width: 50em) {
  .intro-title__secondary {
    margin-left: 50%;
    width: 50%;
  }
}
.intro-title__secondary p {
  text-align: left !important;
}

.intermission--growing-season {
  background-image: url("../images/02wine/hero.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intermission--growing-season .inner_wrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intermission--growing-season {
    position: relative;
    overflow: hidden;
    background-image: none;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .intermission--growing-season:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 135%;
    height: 135%;
    background-image: url("../images/02wine/hero.jpg");
    background-size: cover;
    background-position: center;
    z-index: 0;
    inset: -100px 0; /* oversized to allow movement room */
    background-size: cover;
    background-position: center;
    will-change: transform;
    transform: translateY(var(--parallax-offset, 0%));
  }
}

.intermission--field-notes {
  background-image: url("../images/03fieldnotes/hero.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .intermission--field-notes {
    height: 60vh;
    position: relative;
    overflow: hidden;
    background-image: none;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .intermission--field-notes:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 135%;
    height: 135%;
    background-image: url("../images/03fieldnotes/hero.jpg");
    background-size: cover;
    background-position: center;
    z-index: 0;
    inset: -100px 0; /* oversized to allow movement room */
    background-size: cover;
    background-position: center;
    will-change: transform;
    transform: translateY(var(--parallax-offset, 0%));
  }
}

.intermission--regen-farming {
  background-image: url("../images/04stewardship/hero1.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .intermission--regen-farming {
    height: 65vh;
    position: relative;
    overflow: hidden;
    background-image: none;
    z-index: 2;
  }
}
.intermission--regen-farming .inner_wrap.constrained {
  position: relative;
  z-index: 2;
}
.intermission--regen-farming:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .intermission--regen-farming:after {
    background: rgba(0, 0, 0, 0.4);
  }
}
@media screen and (max-width: 768px) {
  .intermission--regen-farming:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 135%;
    height: 135%;
    background-image: url("../images/04stewardship/hero1.webp");
    background-size: cover;
    background-position: center;
    z-index: 0;
    inset: -100px 0; /* oversized to allow movement room */
    background-size: cover;
    background-position: center;
    will-change: transform;
    transform: translateY(var(--parallax-offset, 0%));
  }
}

.intermission--stewardship {
  background-image: url("../images/04stewardship/hero2.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .intermission--stewardship {
    height: 40vh;
    position: relative;
    overflow: hidden;
    background-image: none;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .intermission--stewardship:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 135%;
    height: 135%;
    background-image: url("../images/04stewardship/hero2.webp");
    background-size: cover;
    background-position: center;
    z-index: 0;
    inset: -100px 0; /* oversized to allow movement room */
    background-size: cover;
    background-position: center;
    will-change: transform;
    transform: translateY(var(--parallax-offset, 0%));
  }
}

.intro-title h1 {
  color: #e3e0d9;
  text-align: center;
}
@media only screen and (max-width: 50em) {
  .intro-title h1 {
    margin-top: 0 !important;
    padding-top: 40%;
    line-height: 1;
  }
}
@media only screen and (min-width: 63.75em) {
  .intro-title h1 {
    margin-top: 47%;
    text-align: left;
  }
}
.intro-title__secondary {
  margin-top: auto;
  margin-bottom: 10%;
}
.intro-title__secondary h2 {
  color: #e3e0d9;
  text-align: left;
  font-size: clamp(1.25rem, 0.9643rem + 0.9524vw, 1.75rem);
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 63.75em) {
  .intro-title__secondary h2 {
    margin-bottom: 1rem;
  }
}
.intro-title__secondary p {
  font-family: "cormorant-garamond", serif;
  color: #e3e0d9;
  font-size: clamp(1.875rem, 1.3393rem + 1.7857vw, 2.8125rem);
  line-height: 120%;
  letter-spacing: 0.02em;
}
.intro-title__secondary p em {
  font-size: clamp(1.875rem, 1.5179rem + 1.1905vw, 2.5rem);
  letter-spacing: -0.005em;
}

.intermission--artwork {
  background-image: url("../images/05artwork/hero.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intermission--artwork .inner_wrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intermission--artwork {
    position: relative;
    overflow: hidden;
    background-image: none;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .intermission--artwork:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 135%;
    height: 135%;
    background-image: url("../images/05artwork/hero.webp");
    background-size: cover;
    background-position: center;
    z-index: 0;
    inset: -100px 0; /* oversized to allow movement room */
    background-size: cover;
    background-position: center;
    will-change: transform;
    transform: translateY(var(--parallax-offset, 0%));
  }
}

.intro {
  position: relative;
  background: white;
  z-index: 11;
  /* ---- Image collage column ---- */
}
.intro .flex_container {
  align-items: flex-start;
}
@media screen and (max-width: 25em) {
  .intro h2 {
    text-align: center !important;
  }
}
.intro .inner_wrap--first {
  padding-bottom: 2rem !important;
}
@media screen and (min-width: 40rem) {
  .intro .inner_wrap--first {
    padding-bottom: 4.5rem !important;
  }
}
@media screen and (max-width: 48em) {
  .intro .inner_wrap--first .col_5 {
    text-align: center;
  }
}
@media screen and (min-width: 48.0625em) {
  .intro .inner_wrap--first .col_8 {
    min-width: 950px;
  }
}
.intro .intro-image-holder {
  position: relative;
  aspect-ratio: 9/10;
  flex-shrink: 0;
}
@media screen and (max-width: 48em) {
  .intro .intro-image-holder {
    left: 1.5rem;
    margin-bottom: 3rem;
  }
}
.intro .intro-image-holder img {
  position: absolute;
  object-fit: cover;
  display: block;
  opacity: 0;
}
.intro .intro-image-holder img:nth-child(1) {
  left: 0;
  top: 0;
  width: 28.5%;
  height: 34.1%;
}
.intro .intro-image-holder img:nth-child(2) {
  left: 17%;
  top: 28%;
  width: 33%;
  height: 43.1%;
  z-index: 2;
}
.intro .intro-image-holder img:nth-child(3) {
  right: 19%;
  top: 14%;
  width: 28.5%;
  height: 34.1%;
}
.intro .intro-image-holder img:nth-child(4) {
  left: -5%;
  bottom: 0;
  width: 28.5%;
  height: 38.1%;
}
.intro .intro-image-holder img:nth-child(5) {
  right: 10%;
  bottom: 5%;
  width: 33.2%;
  height: 41.2%;
}
.intro .col_5 {
  padding-top: 0;
  max-width: 459px;
}
.intro .col_5 p {
  margin-bottom: 1.5rem;
}
.intro .col_5 p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .intro .col_5--intro p {
    text-align: center !important;
  }
}

.intro-contd {
  position: relative;
}
.intro-contd::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg.webp") repeat center center;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.vr-block {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}
.vr-block__meta {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  color: #373536;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .vr-block__meta {
    padding-bottom: 0.5rem;
  }
}
.vr-block__meta a {
  text-decoration: none;
  color: inherit;
}
.vr-block__layout {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .vr-block__layout {
    flex-direction: column;
    text-align: center;
  }
}
.vr-block__text {
  flex: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .vr-block__text {
    transform: none !important;
    order: 2;
  }
  .vr-block__text h2 {
    opacity: 1 !important;
    transform: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center !important;
    width: 100% !important;
  }
  .vr-block__text h2 span {
    display: block;
    width: 100%;
  }
}
.vr-block__text h2 {
  opacity: 0;
  transition: opacity 1.5s ease;
  color: #454342;
  margin: 0;
}
.vr-block__text h2 em {
  text-transform: none;
  font-style: italic;
}
.vr-block__text h2:first-of-type {
  margin-bottom: 0.25rem;
}
.vr-block__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .vr-block__link {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .vr-block__link--desktop {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .vr-block__link--mobile {
    display: none;
  }
}
.vr-block__layout:hover .vr-block__text h2:nth-of-type(1) {
  opacity: 1;
  transition-delay: 0s;
}
.vr-block__layout:hover .vr-block__text h2:nth-of-type(2) {
  opacity: 1;
  transition-delay: 1s;
}
.vr-block__image {
  flex: 0 0 42%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .vr-block__image {
    max-width: 15.625rem;
    padding-bottom: 1rem;
  }
}
.vr-block__image img {
  width: 100%;
  height: auto;
  display: block;
}
.vr-block--image-right .vr-block__meta {
  margin-left: auto;
}
.vr-block--image-right h2 {
  text-align: right;
  padding-right: 2rem;
}
.vr-block--image-right .vr-block__text {
  text-align: right;
}
.vr-block--image-right .vr-block__text h2:first-of-type {
  padding-right: 4rem;
  transform: translateX(7rem);
}
.vr-block--image-left .vr-block__text {
  transform: translateX(-7rem);
}
.vr-block--image-left h2 {
  padding-left: 8.5rem;
}
.vr-block--image-left h2:first-of-type {
  padding-left: 3.5rem;
}
.vr-block:first-of-type .vr-block__text {
  position: relative;
  transform: translateY(-10rem);
}
@media screen and (min-width: 769px) {
  .vr-block:nth-of-type(2) {
    top: -20vw;
    margin-bottom: -25vw;
  }
}
.vr-block:nth-of-type(2) .vr-block__text {
  position: relative;
  transform: translate(-7rem, 13rem);
}
@media screen and (min-width: 769px) {
  .vr-block:nth-of-type(3) .vr-block__image .vr-block__meta {
    max-width: 70%;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .vr-block:nth-of-type(3) .vr-block__image img {
    max-width: 70%;
  }
}
.vr-block:nth-of-type(3) .vr-block__text {
  position: relative;
  transform: translateY(9.5rem);
}
@media screen and (min-width: 769px) {
  .vr-block:nth-of-type(4) {
    padding-bottom: 0;
  }
}
.vr-block:nth-of-type(4) .vr-block__text {
  position: relative;
  transform: translate(-7rem, -2rem);
}
.vr-block:nth-of-type(4) .vr-block__image {
  flex: 0 0 35%;
}
.vr-block:nth-of-type(5) {
  padding-bottom: 6rem;
}
@media screen and (min-width: 769px) {
  .vr-block:nth-of-type(5) .vr-block__image {
    flex: 0 0 30%;
  }
}
.vr-block:nth-of-type(5) .vr-block__text {
  position: relative;
  transform: translateY(-3rem);
}
.vr-block a img {
  opacity: 1 !important;
}

.section.intro--field-notes {
  padding-bottom: 0;
}
@media screen and (max-width: 48em) {
  .section.intro--field-notes h2 {
    text-align: center;
  }
}

@media screen and (max-width: 48em) {
  body .field-notes-card-wrap .inner_wrap.constrained {
    padding: 0;
  }
  body .field-notes-card-wrap .inner_wrap.constrained > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.field-notes-card {
  position: relative;
  z-index: 1;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.field-notes-card-wrap {
  position: relative;
}
.field-notes-card-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg.webp") repeat center top;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 48em) {
  .field-notes-card-wrap:before {
    display: none;
  }
}
.field-notes-card__image-col {
  margin-top: 1rem;
}
@media screen and (min-width: 48.0625em) {
  .field-notes-card__image-col {
    margin-top: -4rem;
  }
}
@media screen and (max-width: 48em) {
  .field-notes-card__image-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
.field-notes-card__image-col img {
  width: 50%;
  height: auto;
  display: block;
}
@media screen and (max-width: 48em) {
  .field-notes-card__image-col img {
    position: relative;
    z-index: 2;
    margin-bottom: -2.5rem;
  }
}
@media screen and (min-width: 48.0625em) {
  .field-notes-card__image-col img {
    width: 100%;
  }
}
.field-notes-card__caption {
  margin-top: 1rem;
  font-size: 1.5425rem;
  letter-spacing: 0.07em;
  text-transform: lowercase;
  color: #464342;
  line-height: 1.1;
}
@media screen and (max-width: 48em) {
  .field-notes-card__caption {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.04em;
    width: 50%;
    text-align: left;
    padding-left: 0.625rem;
    margin-bottom: 0.5rem;
  }
}
.field-notes-card__content {
  padding-top: 2.5rem;
}
@media screen and (min-width: 48.0625rem) {
  .field-notes-card__content {
    padding-top: 3.5rem;
    margin-left: 3.5rem;
  }
}
.field-notes-card__content--desktop {
  position: relative;
}
@media screen and (max-width: 48em) {
  .field-notes-card__content--desktop {
    padding-bottom: 2rem;
    text-align: center;
  }
  .field-notes-card__content--desktop p:last-of-type {
    margin-bottom: 0 !important;
  }
  .field-notes-card__content--desktop .field-notes-card__label {
    font-size: 1rem !important;
    margin-bottom: 0.5rem !important;
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 48em) {
  .field-notes-card__content--desktop .field-notes-card__byline {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .field-notes-card__content--desktop:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/bg.webp) repeat center center;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
  }
}
@media screen and (min-width: 48.0625rem) {
  .field-notes-card__content--mobile {
    display: none;
  }
}
.field-notes-card__byline {
  margin-bottom: 1.75rem;
}
.field-notes-card__byline h2 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 48em) {
  .field-notes-card__byline h2 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 48em) {
  .field-notes-card__byline em {
    text-align: left;
  }
}
.field-notes-card__byline em:first-of-type {
  width: 100%;
  display: block;
}
@media screen and (max-width: 48em) {
  .field-notes-card__byline em:first-of-type {
    text-align: left;
  }
}
@media screen and (max-width: 48em) {
  .field-notes-card__byline em:last-of-type {
    position: relative;
    top: 9px;
  }
}
.field-notes-card__byline span {
  padding-left: 2rem;
  text-transform: uppercase;
  padding-right: 1rem;
}
@media screen and (max-width: 48em) {
  .field-notes-card__byline span {
    padding-left: 1rem;
    padding-right: 5px;
  }
}
.field-notes-card__first-name {
  color: #464342;
}
.field-notes-card__label {
  font-family: "engravers", sans-serif;
  margin-top: 1rem;
  font-size: 1.5625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #464342;
  line-height: 1.36;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48.0625rem) {
  .field-notes-card:last-of-type {
    padding-bottom: 2rem !important;
  }
}

.inner_wrap--field-notes-video {
  margin: 0 auto 3rem !important;
  max-width: 100rem !important;
}
@media screen and (max-width: 48rem) {
  .inner_wrap--field-notes-video {
    padding: 0 !important;
  }
}
@media screen and (min-width: 48.0625rem) {
  .inner_wrap--field-notes-video {
    margin: -4rem auto 10rem !important;
    max-width: 100rem !important;
  }
}

@media screen and (min-width: 48.0625rem) {
  .field-notes-card-wrap--alaina {
    margin-top: 2rem;
    padding-bottom: 4rem;
  }
}

.opus-2023 {
  position: relative;
  z-index: 3;
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .opus-2023:before {
    position: absolute;
    top: 4rem;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
  }
}
.opus-2023__hero-image {
  max-width: 42rem;
  margin: -4rem auto -4rem;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 48rem) {
  .opus-2023__hero-image {
    margin: -1.5rem 1.75rem -2rem;
  }
}
.opus-2023__hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.opus-2023--overture .opus-2023__hero-image {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .opus-2023--overture:before {
    top: 0;
  }
}
.opus-2023__card {
  background: #f2ede1;
  max-width: 53rem;
  margin: 0 1rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 2;
  overflow: visible;
}
@media screen and (min-width: 48.0625rem) {
  .opus-2023__card {
    margin: 0 auto;
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}
.opus-2023__body {
  position: relative;
  padding: 3rem 1rem 0 0.5rem;
}
@media screen and (max-width: 48rem) {
  .opus-2023__body {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 48.0625rem) {
  .opus-2023__body {
    padding: 3rem 2.5rem 0 1rem;
    padding-left: 10rem;
    padding-right: 5.5rem;
  }
}
.opus-2023__bottle {
  position: relative;
  width: 30%;
}
@media screen and (min-width: 48.0625rem) {
  .opus-2023__bottle {
    position: absolute;
    z-index: 3;
    width: 13rem;
    left: -9rem;
    top: -3rem;
  }
}
.opus-2023__bottle img {
  width: 100%;
  height: auto;
  display: block;
}
.opus-2023__text {
  width: 70%;
  padding-left: 1rem;
}
@media screen and (min-width: 48.0625rem) {
  .opus-2023__text {
    width: auto;
    padding-left: 0;
  }
}
.opus-2023__text h2 {
  color: #404041;
  margin-bottom: 1.25rem;
  margin-top: 0;
}
.opus-2023__year {
  font-family: "engravers", sans-serif;
  color: #404041;
  margin: 0;
  font-size: 1.5625rem;
  line-height: 0.75;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 48rem) {
  .opus-2023__year {
    text-align: left;
    font-size: 1.25rem;
  }
}
.opus-2023__description {
  margin-bottom: 2rem;
}
.opus-2023__details {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.opus-2023__detail-group p {
  margin: 0;
  line-height: 1.6;
}
.opus-2023__label {
  font-family: "engravers", sans-serif;
  color: #404041;
  margin: 0;
  font-size: 1.5625rem;
  line-height: 0.75 !important;
  letter-spacing: 0.01em;
  text-transform: lowercase;
  margin-bottom: 0.25rem !important;
}
@media screen and (max-width: 48rem) {
  .opus-2023__label {
    font-size: 1.25rem;
    text-align: left;
  }
}
.opus-2023__video {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}
.opus-2023__video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.year-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 48em) {
  .year-slider {
    min-height: unset;
    display: block;
  }
}

.year-slider__viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 48em) {
  .year-slider__viewport {
    height: 100%;
    overflow: hidden;
  }
}

.year-slider__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  height: 100%;
  will-change: transform;
  gap: 0;
}
@media screen and (max-width: 48em) {
  .year-slider__track {
    width: max-content;
    height: 100%;
  }
}

.year-slider__img {
  width: auto;
  min-width: unset;
  height: 100vh;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 48em) {
  .year-slider__img {
    width: auto;
    min-width: unset;
    height: 100vh;
  }
}

.farming__sheep {
  padding-top: 4rem;
  padding-bottom: 6.5rem;
  background: #fff;
}
@media screen and (max-width: 48em) {
  .farming__sheep {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 48.0625em) {
  .farming__sheep {
    padding-top: 7rem;
  }
}
.farming__sheep .inner_wrap.constrained {
  gap: 1rem !important;
  max-width: 74rem !important;
}
@media screen and (max-width: 48em) {
  .farming__sheep .col_6 > img {
    width: 60%;
    margin: 0 auto;
  }
}
.farming__sheep-content {
  position: relative;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 48em) {
  .farming__sheep-content h2, .farming__sheep-content p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (min-width: 48.0625em) {
  .farming__sheep-content h2, .farming__sheep-content p {
    max-width: 440px;
    margin-left: auto;
  }
}
@media screen and (max-width: 48em) {
  .farming__sheep-content h2 {
    font-size: clamp(1.875rem, 1.5179rem + 1.1905vw, 2.5rem);
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .farming__sheep-content > div {
    order: -1;
    padding-top: 1rem;
    margin: 0 auto;
    width: 60%;
  }
}
@media screen and (min-width: 48.0625em) {
  .farming__sheep-content > div {
    width: 100%;
    margin-top: auto;
  }
}

.farming__bees {
  padding-bottom: 4rem;
  background: #fff;
}
.farming__bees .inner_wrap.constrained {
  gap: 1rem !important;
  max-width: 74rem !important;
}
@media screen and (max-width: 48em) {
  .farming__bees .inner_wrap.constrained {
    position: relative;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 48em) {
  .farming__bees .col_6 > img {
    width: 60%;
    margin: 0 auto;
  }
}
.farming__bees-content {
  position: relative;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 48em) {
  .farming__bees-content {
    order: 3;
  }
}
@media screen and (max-width: 48em) {
  .farming__bees-content h2, .farming__bees-content p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (min-width: 48.0625em) {
  .farming__bees-content h2, .farming__bees-content p {
    max-width: 440px;
    margin-right: auto;
  }
}
@media screen and (max-width: 48em) {
  .farming__bees-content h2 {
    font-size: clamp(1.875rem, 1.5179rem + 1.1905vw, 2.5rem);
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 48em) {
  .stewardship-of-land h2 {
    text-align: center;
    font-size: clamp(1.875rem, 1.5179rem + 1.1905vw, 2.5rem);
  }
}
@media screen and (max-width: 48em) {
  .stewardship-of-land .field-notes-card-wrap:before {
    display: block;
  }
}
@media screen and (max-width: 48em) {
  .stewardship-of-land .field-notes-card .field-notes-card__image-col img {
    margin-left: auto;
    margin-right: auto;
    margin-top: -15rem;
  }
}
@media screen and (max-width: 48em) {
  .stewardship-of-land .field-notes-card .field-notes-card__byline h2 em {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .stewardship-of-land .field-notes-card .field-notes-card__byline span {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0 0;
  }
}

.stewardship-of-land__intro {
  padding-top: 4rem !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 48em) {
  .stewardship-of-land__intro {
    padding-bottom: 11rem !important;
  }
}
@media screen and (min-width: 48.0625em) {
  .stewardship-of-land__intro {
    padding-top: 7rem !important;
  }
}
@media screen and (min-width: 48.0625rem) {
  .stewardship-of-land__intro .col_6 {
    margin-left: 3.5rem;
  }
}

.stewardship-accordion {
  margin-top: 1.5rem;
}
.stewardship-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  background: none;
  border: none;
  padding: 1rem 0;
  cursor: pointer;
  text-align: left;
  gap: 1rem;
  color: inherit;
  font: inherit;
}
.stewardship-accordion__trigger h3 {
  margin: 0;
}
@media screen and (max-width: 48em) {
  .stewardship-accordion__trigger h3 {
    font-size: 1.35rem;
  }
}
.stewardship-accordion__trigger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.stewardship-accordion__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 2rem;
  transition: transform 0.35s ease;
}
.stewardship-accordion__icon svg {
  width: 100%;
  height: auto;
  display: block;
}
.stewardship-accordion__item--open .stewardship-accordion__icon {
  transform: rotate(180deg);
}
.stewardship-accordion__panel {
  overflow: hidden;
}
.stewardship-accordion__panel[hidden] {
  display: block;
  height: 0;
  visibility: hidden;
}
.stewardship-accordion__panel-inner {
  padding-bottom: 1.25rem;
}

body .section.architecture {
  position: relative;
}
body .section.architecture:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg.webp") repeat center center;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}
body .section.architecture .block04 {
  background: transparent;
}
body .section.architecture .block04 .slide_caption h5 {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 500;
  text-wrap: initial;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 64.0625em) {
  body .section.architecture .block04 .slide_caption h5 {
    font-size: 1.125rem;
  }
}
body .section.architecture .block04 .slide_caption p {
  font-style: italic;
  font-size: 0.95rem;
  line-height: 100%;
}
@media screen and (min-width: 64.0625em) {
  body .section.architecture .block04 .slide_caption p {
    font-size: 1rem;
  }
}
body .section.architecture .arch_slide_image img {
  width: auto;
  object-fit: contain;
}
body .section.architecture .proportional.three_by_two {
  padding-top: 100%;
}
body .section.architecture .slide_wrap .slider_02 {
  gap: 0;
}
@media screen and (min-width: 48.0625em) {
  body .section.architecture .slide_wrap .slider_02 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
body .section.architecture .slide_wrap .slider_02 .slide {
  width: 36vw;
  min-width: 36vw;
}
@media screen and (max-width: 48em) {
  body .section.architecture .slide_wrap .slider_02 .slide {
    width: 55vw;
    min-width: 55vw;
  }
}
body .section.architecture .slide_wrap .slider_02 .slide--autumn {
  margin-right: 10vw;
}
body .section.architecture .arch_slider_progress {
  max-width: 57rem;
  background: #e2e0da;
  margin: 0 auto;
}
body .section.architecture .arch_slide_captions {
  max-width: 57rem;
  margin: 0 auto;
  text-align: center;
}
body .section.architecture .arch_slide_captions h2 {
  text-align: center;
}
@media screen and (max-width: 48em) {
  body .section.architecture .arch_slide_captions h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 48em) {
  body .section.architecture .arch_slide_captions h2 span {
    display: block;
  }
}
body .section.architecture .arch_slide_captions p {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 500;
  text-wrap: initial;
  font-style: normal !important;
  font-size: 1.375rem !important;
  line-height: 1.72 !important;
}
@media screen and (max-width: 48em) {
  body .section.architecture .arch_slide_captions p {
    font-size: 1rem !important;
  }
}

body .section.architecture .block04 {
  padding-bottom: 1rem !important;
}

body .footer {
  background: #fff;
  color: #404041;
}
body .footer .block01 {
  padding: 3rem 0;
}
@media screen and (min-width: 64.0625em) {
  body .footer .block01 {
    padding: 4rem 0 2rem;
  }
}
body .footer .block01 p {
  max-width: 30em;
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 1.3 !important;
  margin-top: 1rem;
}
body .footer .block01 p:first-of-type {
  text-transform: none;
  font-size: 1rem;
  line-height: 100%;
  margin-top: 0;
}
body .footer .block01 p:last-of-type {
  margin-bottom: 0;
}
body .footer .block01 p a {
  color: #404041;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
body .footer .block01 p a.footer__current {
  opacity: 1;
  color: rgba(64, 64, 65, 0.7215686275);
}
body .footer .block01 p a:hover {
  opacity: 1;
  text-decoration: underline;
}
