/* 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_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_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: all 0.2s ease;
}

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

.dek_nav.hidden {
	opacity: 0;
}

.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 {
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100vw;
}


.vine_slider .slide_captions {
	font-size: 0.75em;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.vine_slider .slide_caption {
	position: absolute;
	opacity: 0;
	text-align: left;
	margin-bottom: -1em;
	transition: all 0.3s;
	transform-origin: bottom left;
}

.vine_slider .slide_caption.active {
	opacity: 1;
	margin-bottom: 0;
}

.vine_slider .slide_caption h3 {
	margin-bottom: 0.125em;
	text-align: left;
}

.vine_slider .slide_caption p {
	line-height: 1.25em;
}

@media screen and (max-height: 880px) {
	.vine_slider .slide_caption h3 {
		font-size: 1.875em;
	}
	.vine_slider .slide_caption p {
		font-size: 1em;
	}
}

.vine_slider .slide_caption_01 {
	bottom: 16.7%;
	left: 11%;
}

.vine_slider .slide_caption_02 {
	bottom: 16.5%;
	left: 18%;
}

.vine_slider .slide_caption_03 {
	bottom: 15.2%;
	left: 24.7%;
}

.vine_slider .slide_caption_04 {
	bottom: 16.3%;
	left: 32.4%;
}

.vine_slider .slide_caption_05 {
	bottom: 16.3%;
	left: 39.2%;
}

.vine_slider .slide_caption_06 {
	bottom: 18.7%;
	left: 46.6%;
}

.vine_slider .slide_caption_07 {
	bottom: 19.9%;
	left: 52.9%;
}

.vine_slider .slide_caption_08 {
	bottom: 18.3%;
	left: 59.9%;
}

.vine_slider .slide_caption_09 {
	bottom: 21.4%;
	left: 66.9%;
}

.vine_slider .slide_caption_10 {
	bottom: 24.4%;
	left: 74.2%;
}

.vine_slider .slide_caption_11 {
	bottom: 21.1%;
	left: 82.5%;
}

.vine_slider .slide_caption_12 {
	bottom: 46.1%;
	left: 89.9%;
}

.vine_slider .vine_slide_wrap {
	display: block;
	aspect-ratio: 6.060 / 1;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.vine_slider .vine_slide_wrap .slide_image_img {
	height: auto;
	max-width: initial;
	opacity: 0.5;
	width: 100%;
}

.isolated_vines {
	height: 100%;
	position: absolute;
	width: 100%;
}

.isolated_vine {
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	will-change: transform;
	transform: translateZ(0);
	height: 100%;
}

.isolated_vine.active {
	opacity: 1;
}

.isolated_vine_01 {
	/*bottom: -6.49%;*/
	width: 9.06%;
	left: 4.92%;
	/*top: -9.9%;*/
}

.isolated_vine_02 {
	/*bottom: -6.44%;*/
	width: 7.71%;
	left: 13.8%;
	/*top: -9.8%;*/
}

.isolated_vine_03 {
	/*bottom: -15.81%;*/
	width: 9.89%;
	left: 18.64%;
	/*top: -9.8%;*/
}

.isolated_vine_04 {
	/*bottom: -15.91%;*/
	width: 9.52%;
	left: 27.23%;
	/*top: -9.8%;*/
}

.isolated_vine_05 {
	/*bottom: -15.98%;*/
	width: 7.96%;
	left: 35.02%;
	/*top: -9.3%;*/
}

.isolated_vine_06 {
	/*bottom: -15.8%;*/
	width: 10.32%;
	left: 40.42%;
	/*top: -9.6%;*/
}

.isolated_vine_07 {
	/*bottom: -15.89%;*/
	width: 10.52%;
	left: 46.77%;
	/*top: -9.7%;*/
}

.isolated_vine_08 {
	/*bottom: -16%;*/
	width: 9.02%;
	left: 55.41%;
	/*top: -10.2%;*/
}

.isolated_vine_09 {
	/*bottom: -15.44%;*/
	width: 8.43%;
	left: 61.57%;
	/*top: -9.3%;*/
}

.isolated_vine_10 {
	/*bottom: -15.66%;*/
	width: 8.60%;
	left: 68.35%;
	/*top: -9.8%;*/
}

.isolated_vine_11 {
	/*bottom: -15.6%;*/
	width: 8.25%;
	left: 76.7%;
	/*top: -9.8%;*/
}

.isolated_vine_12 {
	/*bottom: -15.8%;*/
	width: 9.78%;
	left: 84.43%;
	/*top: -9.7%;*/
}

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

.section.life_of_the_vine .section_header {
	color: var(--sage);
}

.section.life_of_the_vine  .section_head {
	padding-bottom: 1.5em;
}

@media screen and (max-width: 1200px) {
	.section.life_of_the_vine  .section_head {
		padding-bottom: 1em;
	}

	.vine_slider .slide_caption {
		transform: scale(0.8);
	}
}

@media screen and (max-width: 480px) {
	.vine_slider .slide_caption {
		transform: scale(1);
	}
}


/* --- 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;
	}
}