:root {
  --sans: ff-scala-sans-pro, sans-serif;
  --checkout-background: #eae5dc;
  --checkout-sidebar-background: #e4ded2;
  --serif: "palatino", serif;
  --sans-seif: futura-pt, sans-serif;
}

@font-face {
  font-family: "palatino";
  src: url("/fonts/PalatinoLTStd-Roman/font.woff2") format("woff2"), url("/fonts/PalatinoLTStd-Roman/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ir, .mobile-menu-toggle {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

[data-colorway=blue], [data-colorway=red], [data-colorway=black] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--background);
  position: relative;
}
body.loaded {
  transition: background 0.4s;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.full-page {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-page .page-wrapper {
  padding: 5rem 1.5rem;
}
@media (min-width: 800px) and (min-height: 721px) {
  .full-page .page-wrapper {
    padding: 8rem 2rem;
  }
}

.normal-width-page .page-wrapper {
  max-width: 50rem;
}

html {
  font-size: 20px;
}

body {
  color: var(--text);
  font-size: 0.9rem;
  font-family: var(--sans);
  font-weight: bold;
}

p, ul, ol, blockquote {
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0;
  line-height: 1.5;
}

h1, h2 {
  font-size: 2.2rem;
  font-weight: 200;
}
@media (max-width: 799px), (max-height: 720px) {
  h1, h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.2rem;
  font-weight: normal;
}

h4 {
  font-size: 1em;
  text-transform: uppercase;
}

a {
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}

.panel-home-hero .text, nav.footer-links, .mobile-menu .small, .corners > *, #scroll-prompt {
  font-family: var(--sans-serif);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.panel-vineyards h2, .panel-text h1 {
  font-family: var(--sans-serif);
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-menu .large, .top-center-menu, .panel-big-menu .inner {
  font-family: var(--serif);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.dim {
  opacity: 0.25;
}

.dim-10 {
  opacity: 0.1;
}

.dim-20 {
  opacity: 0.2;
}

.dim-30 {
  opacity: 0.3;
}

.dim-40 {
  opacity: 0.4;
}

.dim-50 {
  opacity: 0.5;
}

.dim-60 {
  opacity: 0.6;
}

.dim-70 {
  opacity: 0.7;
}

.dim-80 {
  opacity: 0.8;
}

.dim-90 {
  opacity: 0.9;
}

input {
  border-radius: 0;
}

button,
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

.loaded .fade-in-on-load, .loaded .mobile-menu, .loaded .mobile-menu-toggle:before, .loaded .mobile-menu-toggle:after, .loaded .corners > *, .loaded .panel-big-menu .inner a, .panel-big-menu .inner .loaded a, .loaded .colorway-bug div, .colorway-bug .loaded div, .loaded .colorway-svg svg, .colorway-svg .loaded svg {
  transition: background-color 0.4s, color 0.4s, opacity 0.4s, fill 0.4s, transform 0.4s;
}

[data-colorway=home] {
  --background: #2b323f;
  --background-opaque: rgba(43, 50, 63, 0.95);
  --logo: #ffffff;
  --text: #ffffff;
  --corners: var(--text);
}
[data-colorway=home] .bug-white,
[data-colorway=home] .bug-blue {
  opacity: 0;
}

[data-colorway=tan] {
  --background: #ebe6da;
  --background-opaque: rgba(235, 230, 218, 0.95);
  --logo: #30433f;
  --text: #30433f;
  --corners: var(--logo);
}
[data-colorway=tan] .bug-white,
[data-colorway=tan] .bug-blue {
  opacity: 0;
}

[data-colorway=black] {
  --background: #1e1e1e;
  --background-opaque: rgba(30, 30, 30, 0.95);
  --logo: #a3a49b;
  --text: var(--logo);
  --corners: var(--logo);
}
[data-colorway=black] .bug-blue,
[data-colorway=black] .bug-gold {
  opacity: 0;
}

[data-colorway=white] {
  --background: #e5ede2;
  --background-opaque: rgba(229, 237, 226, 0.95);
  --logo: #683452;
  --text: var(--logo);
  --corners: var(--logo);
}
[data-colorway=white] .bug-white,
[data-colorway=white] .bug-gold {
  opacity: 0;
}

[data-colorway=red] {
  --background: #55100f;
  --background-opaque: rgba(85, 16, 15, 0.95);
  --logo: #c11e2a;
  --text: var(--logo);
  --corners: var(--logo);
}
[data-colorway=red] .bug-blue,
[data-colorway=red] .bug-gold {
  opacity: 0;
}

[data-colorway=blue] {
  --background: #2a323f;
  --background-opaque: rgba(42, 50, 63, 0.95);
  --logo: #7b8f8f;
  --text: #a4a59d;
  --corners: var(--logo);
}
[data-colorway=blue] .bug-blue,
[data-colorway=blue] .bug-gold {
  opacity: 0;
}

.colorway-svg svg {
  fill: var(--logo);
}

.colorway-bug {
  position: relative;
}
.colorway-bug div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.colorway-bug .bug-white {
  background-image: url("/img/bug-white.png");
}
.colorway-bug .bug-blue {
  background-image: url("/img/bug-blue.png");
}
.colorway-bug .bug-gold {
  background-image: url("/img/bug-gold.png");
}

.panel {
  position: relative;
}
.panel .outer {
  padding: 8rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.panel .outer > img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 799px), (max-height: 720px) {
  .panel .outer {
    padding: 3rem 2rem;
  }
}
.panel .inner {
  position: relative;
}

#scroll-prompt {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s 3s;
  cursor: pointer;
}
@media (max-width: 799px), (max-height: 720px) {
  #scroll-prompt {
    display: none;
  }
}

body.loaded #scroll-prompt {
  opacity: 1;
}

.panel-big-menu .inner {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1;
}
.panel-big-menu .inner ul,
.panel-big-menu .inner li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.panel-big-menu .inner a {
  display: inline-block;
  padding: 0.6em 0;
  color: var(--logo);
  text-decoration: none;
}
@media (min-width: 800px) and (min-height: 721px) {
  .panel-big-menu .inner a:hover svg {
    transform: translateX(1rem);
  }
}
.panel-big-menu .inner li:first-child a {
  padding-top: 0;
}
.panel-big-menu .inner li:last-child a {
  padding-bottom: 0;
}
.panel-big-menu .inner svg {
  display: inline-block;
  width: 3rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 799px), (max-height: 720px) {
  .panel-big-menu .inner {
    font-size: 1.5rem;
  }
  .panel-big-menu .inner svg {
    width: 1.5rem;
    margin-bottom: 0.35rem;
  }
}

.panel-text .inner {
  max-width: 30rem;
  text-align: center;
}
.panel-text h1 {
  font-size: 2.2rem;
  margin-bottom: 1em;
}

.panel-image-pair img {
  width: 100%;
}
@media (max-width: 799px), (max-height: 720px) {
  .panel-image-pair .inner > div {
    padding: 1rem 0;
  }
}
@media (min-width: 800px) and (min-height: 721px) {
  .panel-image-pair .inner {
    display: flex;
    width: 100%;
    max-width: 68rem;
  }
  .panel-image-pair .inner > div {
    flex: 0 0 50%;
    padding: 0 2rem;
  }
}

.corners > * {
  display: block;
  position: fixed;
  z-index: 1;
  color: var(--corners);
  text-decoration: none;
}
.corners > *:hover {
  text-decoration: underline;
}

.full-scroll-page .corners > * {
  position: absolute;
}

.link-top-left,
.link-bottom-left {
  left: 2rem;
}

.link-top-right,
.link-bottom-right {
  right: 2rem;
}

.link-top-left,
.link-top-right {
  top: 1.25rem;
}

.link-bottom-left,
.link-bottom-right {
  bottom: 1.25rem;
}

.link-top-left {
  display: flex;
  align-items: center;
}
.link-top-left .colorway-bug {
  width: 52px;
  height: 38px;
}
.link-top-left .colorway-svg {
  width: 200px;
  margin-left: 1rem;
}

.top-center-menu {
  position: fixed;
  top: 1.35rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.2rem;
  z-index: 1;
}
.top-center-menu ul, .top-center-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-center-menu a {
  color: inherit;
  text-decoration: none;
}
.top-center-menu li {
  display: none;
}
.top-center-menu .toggler {
  display: block;
}
.top-center-menu .active,
.top-center-menu .parent {
  display: block;
}
.top-center-menu .active ~ .toggler,
.top-center-menu .parent ~ .toggler {
  display: none;
}
.top-center-menu:hover li {
  display: block;
}
.top-center-menu:hover .toggler {
  display: none;
}
@media (max-width: 799px), (max-height: 720px) {
  .top-center-menu {
    display: none;
  }
}

.full-scroll-page .top-center-menu {
  position: absolute;
}

.mobile-menu-open body {
  overflow: hidden;
}

.mobile-menu-toggle {
  position: fixed;
  left: 1.25rem;
  top: 1rem;
  z-index: 2;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.mobile-menu-toggle:before, .mobile-menu-toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--text);
  position: absolute;
  left: 0;
  top: 50%;
}
.mobile-menu-toggle:before {
  transform: translateY(-5px);
}
.mobile-menu-toggle:after {
  transform: translateY(5px);
}
@media (min-width: 800px) and (min-height: 721px) {
  .mobile-menu-toggle {
    display: none;
  }
}

.mobile-menu-open .mobile-menu-toggle:before {
  transform: rotate(45deg);
}
.mobile-menu-open .mobile-menu-toggle:after {
  transform: rotate(-45deg);
}

.mobile-menu {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  z-index: -1;
  background: var(--background-opaque);
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  opacity: 0;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu li {
  margin: 0.75em 0;
  padding: 0;
}
.mobile-menu a {
  color: inherit;
  text-decoration: none;
}
.mobile-menu .large {
  font-size: 1.5rem;
}
.mobile-menu .small {
  font-size: 0.75rem;
  margin-top: 1rem;
}
@media (min-width: 800px) and (min-height: 721px) {
  .mobile-menu {
    display: none !important;
  }
}

.mobile-menu-open .mobile-menu {
  opacity: 1;
  z-index: 1;
}

nav.footer-links {
  position: absolute;
  bottom: 1.25rem;
  left: 7rem;
  right: 7rem;
  text-align: center;
  font-size: 0.75rem;
  display: none;
}
nav.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.footer-links li {
  display: inline-block;
  margin: 0 1rem;
  padding: 0;
}
nav.footer-links a {
  color: inherit;
  text-decoration: none;
}
nav.footer-links a:hover {
  text-decoration: underline;
}
@media (min-width: 1000px) and (min-height: 721px) {
  nav.footer-links {
    display: block;
  }
}

.fade-in-on-load {
  opacity: 0;
}

.loaded .fade-in-on-load {
  opacity: 1;
}

.credits-overlay {
  position: fixed;
  background: var(--background);
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  flex-direction: column;
}
.credits-overlay ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.credits-overlay li {
  margin: 0.8rem;
  padding: 0;
}
.credits-overlay .close-credits {
  font-size: 0.6rem;
}

body.credits-open .credits-overlay {
  display: flex;
}

.panel-home-hero {
  text-align: center;
}
.panel-home-hero .inner {
  width: 29rem;
}
.panel-home-hero .colorway-bug {
  width: 93px;
  height: 66.5px;
  margin: 2rem auto;
}
@media (max-width: 799px), (max-height: 720px) {
  .panel-home-hero .text > :first-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 800px) and (min-height: 721px) {
  .panel-home-hero .text {
    display: flex;
  }
  .panel-home-hero .text > * {
    flex: 0 0 50%;
  }
}

.panel-vineyards {
  text-align: center;
}
.panel-vineyards .text {
  max-width: 17rem;
  margin: 0 auto;
}
.panel-vineyards img {
  width: 100%;
}
.panel-vineyards h2 {
  font-size: 2.4rem;
  margin-top: 0;
  padding-top: 1em;
}
.panel-vineyards a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.panel-vineyards .subtitle {
  text-transform: uppercase;
  margin: 0.75rem 0 2rem;
}
.panel-vineyards ul, .panel-vineyards li {
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
}
.panel-vineyards li {
  margin: 0;
  padding: 0;
}
.panel-vineyards .hover-group {
  transition: opacity 0.4s;
  margin-bottom: 6rem;
}
.panel-vineyards .learn-more {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.panel-vineyards .learn-more span {
  display: block;
}
.panel-vineyards .learn-more svg {
  width: 3rem;
  fill: var(--text);
  margin-left: 1.5rem;
  transition: transform 0.4s;
}
.panel-vineyards .hover-group:hover .learn-more svg {
  transform: translateX(1rem);
}
@media (max-width: 799px) {
  .panel-vineyards .inner {
    width: 100%;
  }
}
@media (max-width: 799px), (max-height: 720px) {
  .panel-vineyards h2 {
    font-size: 2rem;
  }
}
@media (min-width: 800px) {
  .panel-vineyards .inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 65rem;
  }
  .panel-vineyards .inner > div {
    flex: 0 0 50%;
    padding: 0.75rem 2rem;
  }
}

.single-vineyard .panel-vineyards .outer {
  padding-bottom: 0px;
}

.panel-vineyard-description .link {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel-vineyard-description .link a {
  display: flex;
  color: inherit;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.panel-vineyard-description .link a:hover svg {
  transform: translateX(1rem);
}
.panel-vineyard-description .link svg {
  display: inline-block;
  width: 3rem;
  fill: var(--text);
  margin-left: 1.5rem;
  transition: transform 0.4s;
}
@media (max-width: 799px), (max-height: 720px) {
  .panel-vineyard-description {
    text-align: center;
  }
  .panel-vineyard-description .description {
    margin-bottom: 4rem;
  }
}
@media (min-width: 800px) and (min-height: 721px) {
  .panel-vineyard-description .inner {
    width: 100%;
    max-width: 50rem;
    display: flex;
  }
  .panel-vineyard-description .inner > div {
    flex: 0 0 50%;
  }
  .panel-vineyard-description .description p {
    max-width: 20rem;
    margin: 0;
  }
  .panel-vineyard-description .description p + p {
    margin-top: 1em;
  }
}

.vineyard-menu {
  position: absolute;
  top: 6rem;
  left: 20%;
  right: 20%;
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
}
@media (max-width: 799px), (max-height: 720px) {
  .vineyard-menu {
    display: none;
  }
}
.vineyard-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.vineyard-menu li {
  margin: 0;
  padding: 0;
}
.vineyard-menu a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.vineyard-menu a.active:after {
  content: "";
  display: block;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--text);
}

.panel-wines .inner {
  max-width: 65rem;
}
.panel-wines .text-wrapper {
  max-width: 29rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 800px) and (min-height: 721px) {
  .panel-wines .text-wrapper {
    padding: 0 1rem;
  }
}
.panel-wines h2 {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 3em;
}
@media (max-width: 799px), (max-height: 720px) {
  .panel-wines .image {
    margin-bottom: 1.5rem;
  }
  .panel-wines .wine + .wine {
    margin-top: 5rem;
  }
  .panel-wines img {
    width: 100%;
  }
}
@media (min-width: 800px) and (min-height: 721px) {
  .panel-wines .wine {
    display: flex;
    align-items: center;
  }
  .panel-wines .wine + .wine {
    margin-top: 12rem;
  }
  .panel-wines .wine > * {
    flex: 0 0 50%;
  }
  .panel-wines .wine:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.contact-page .page-wrapper {
  max-width: 31rem;
  text-align: center;
}
.contact-page .page-wrapper ul {
  list-style: none;
  margin-top: 4rem;
  padding: 0;
}
.contact-page .page-wrapper li {
  margin: 1rem 0;
  padding: 0;
}
.contact-page .page-wrapper a {
  text-decoration: none;
}
.contact-page .page-wrapper a:hover {
  text-decoration: underline;
}

.panel-people .inner {
  max-width: 768px;
}
.panel-people .gold {
  color: #cca03f;
  margin-top: 0;
}
.panel-people h4 {
  margin: 5rem 0 2rem;
}
.panel-people h4 + h4 {
  margin-top: 4rem;
}
.panel-people .text {
  max-width: 30rem;
  margin: 0 auto;
}

.page-404 .page-wrapper {
  text-align: center;
}

.text-page .page-wrapper {
  font-size: 0.8rem;
  font-weight: normal;
}
.text-page .page-wrapper h1 {
  font-size: 1.2rem;
  font-weight: bold;
}
.text-page .page-wrapper h2 {
  font-size: inherit;
  margin: 2em 0 0;
  font-weight: bold;
}

@media (min-width: 800px) and (min-height: 721px) {
  .small-only {
    display: none;
  }
}

@media (max-width: 799px), (max-height: 720px) {
  .medium-only {
    display: none;
  }
}
@media (min-width: 1000px) and (min-height: 721px) {
  .medium-only {
    display: none;
  }
}

@media (min-width: 1000px) and (min-height: 721px) {
  .small-and-medium-only {
    display: none;
  }
}

@media (max-width: 799px), (max-height: 720px) {
  .medium-and-large-only {
    display: none;
  }
}