/*!
Version: 1.0 
Author: Matthew Bacon
Author URI: http://matthewbacon.com
*/
:root {
  --font: "Instrument Serif", "Garamond", serif;
  --font-secondary: 'Hanken Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --white: #d0d0d0;
  --white-transparent: rgba(255, 254, 244, 0);
  --grey: #909090;
  --grey-transparent: hsla(0, 0%, 56%, 0);
  --black: #1a1918;
  --black-transparent: transparent;
  --red: #ff340a;
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --layout-columns-count: 4;
  --layout-columns-gap: 4.2666666667vw;
  --layout-margin: 4.2666666667vw;
  --layout-width: calc(100vw - (2 * var(--layout-margin)));
  --layout-column-width: calc((var(--layout-width) - ((var(--layout-columns-count) - 1) * var(--layout-columns-gap))) / var(--layout-columns-count));
  font-feature-settings: 'liga' 1, 'calt' 1;
  /* fix for Chrome */ }

.-black {
  color: var(--black) !important; }

.-white {
  color: var(--white) !important; }

.-text {
  color: rgba(26, 25, 24, 0.75) !important; }

.-drkText {
  color: rgba(255, 255, 255, 0.8) !important; }

.-ltText {
  color: #909090 !important; }

.-muted {
  color: rgba(144, 144, 144, 0.5); }

.-grey {
  color: var(--grey) !important; }

.-bg-black {
  background-color: var(--black) !important; }

.-bg-white {
  background-color: var(--white) !important;
  color: var(--black); }

.-bg-grey {
  background-color: var(--grey) !important; }

.-font {
  font-family: "Instrument Serif", "Garamond", serif !important; }

.-font-secondary {
  font-family: "Hanken Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.-font-primary, .-serif {
  font-family: "Instrument Serif", "Garamond", serif !important;
  font-optical-sizing: auto; }

.-dec-none {
  text-decoration: none; }

.ml-auto {
  margin-left: auto !important; }

.mr-auto {
  margin-right: auto !important; }

a {
  color: #5e1000;
  color: #a02e17;
  text-decoration: none;
  /*color: inherit;
  border-bottom: 1px solid rgba($black, 0.8);*/ }

.-bold, strong, .text-bold {
  font-weight: 900 !important; }

.-semiBold {
  font-weight: 600 !important; }

.-medium {
  font-weight: 500 !important; }

.-regular {
  font-weight: 400 !important; }

.-light {
  font-weight: 300 !important; }

.text-uppercase {
  text-transform: uppercase !important;
  letter-spacing: normal !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.-rounded {
  border-radius: 50px !important; }

.-rounded-2x {
  border-radius: 100px !important; }

.-rounded-05x {
  border-radius: 25px !important; }

.-frost {
  -webkit-backdrop-filter: blur(20px) saturate(220%);
  backdrop-filter: blur(20px) saturate(220%); }

.-circle {
  border-radius: 100% !important; }

.-border {
  border: 1px solid rgba(26, 25, 24, 0.1); }

.-border-lt {
  border: 1px solid rgba(208, 208, 208, 0.1); }

.-l-border-lt {
  border-left: 1px solid #d0d0d0; }

.-l-border,
.-l-border-drk {
  border-left: 1px solid rgba(26, 25, 24, 0.1); }

.-r-border-lt {
  border-right: 1px solid #d0d0d0; }

.-r-border,
.-r-border-drk {
  border-right: 1px solid rgba(26, 25, 24, 0.1); }

.-b-border-lt {
  border-bottom: 1px solid #d0d0d0; }

.-b-border,
.-b-border-drk {
  border-bottom: 1px solid rgba(26, 25, 24, 0.1); }

.-t-border-lt {
  border-top: 1px solid #d0d0d0; }

.-t-border,
.-t-border-drk {
  border-top: 1px solid rgba(26, 25, 24, 0.1); }

.-shadow {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08); }

.-mt-5em {
  position: relative;
  margin-top: -5em; }

.-pb-5em {
  position: relative;
  padding-bottom: 5em; }

.-disable-header header {
  display: none; }

.-disable-footer footer {
  display: none; }

.spacer-100 {
  width: 100%;
  height: 100px; }

.-underline {
  text-decoration: underline !important; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.button {
  font-size: 3.7333333333vw;
  padding: 1.0666666667vw 2.1333333333vw;
  border-radius: 2.1333333333vw;
  border: 1px solid;
  text-transform: uppercase;
  transition: color 0.3s var(--ease-out-expo), background-color 0.3s var(--ease-out-expo);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.header-container .header-top .header-cta {
  grid-column: 3 / -1;
  text-align: end;
  margin-left: auto; }
  @media (min-width: 992px) {
    .header-container .header-top .header-cta {
      grid-column: 8/-1; } }

header .container {
  border-bottom: 1px solid; }

footer .container {
  border-top: 1px solid; }

hr {
  opacity: 1; }

.text-accent {
  color: var(--red); }

.text-muted {
  color: #909090 !important; }

.theme-light {
  /*--theme-primary: $whiteef4;*/
  --theme-primary: #e8e8e8;
  --theme-primary-transparent: rgba(255, 254, 244, 0);
  /*--theme-secondary: #000;*/
  --theme-secondary: #1a1918;
  --theme-secondary-transparent: transparent;
  --theme-contrast: $red;
  --theme-contrast-transparent: rgba(255, 0, 0, 0);
  color: #ff340a;
  background-color: #d0d0d0; }

.theme-dark {
  /*--theme-primary: #000;*/
  --theme-primary: #1a1918;
  --theme-primary-transparent: transparent;
  /*--theme-secondary: $whiteef4;*/
  --theme-secondary: #e8e8e8;
  --theme-secondary-transparent: rgba(255, 254, 244, 0);
  --theme-contrast: red;
  --theme-contrast-transparent: rgba(255, 0, 0, 0);
  color: #5e1000;
  background-color: #c67d4c; }

.layout {
  background-color: var(--theme-primary);
  color: var(--theme-secondary);
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .layout .layout {
      height: 100vh; } }

html {
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
  font-family: var(--font);
  font-optical-sizing: auto;
  background-color: var(--theme-primary);
  color: #ff340a;
  scrollbar-width: thin; }

html.nav {
  overflow: hidden; }

body,
html {
  overscroll-behavior: none; }

body {
  background-color: #d0d0d0; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Hanken Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -.042em; }

.p, p, li {
  font-family: "Hanken Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25em;
  letter-spacing: -.0105em; }
  @media screen and (min-width: 768px) {
    .p, p, li {
      font-size: 0.9rem; } }

.lead {
  font-family: "Instrument Serif", "Garamond", serif;
  font-size: 1.75rem; }
  @media screen and (min-width: 768px) {
    .lead {
      font-size: 3.75rem;
      line-height: 1.067em; } }

button,
input,
label,
select,
textarea {
  color: inherit;
  cursor: pointer; }

svg.icon circle[fill],
svg.icon path[fill],
svg.icon rect[fill] {
  fill: currentColor; }

svg.icon circle[stroke],
svg.icon path[stroke],
svg.icon rect[stroke] {
  stroke: currentColor; }

.decorate {
  position: relative;
  transition: color 0.95s cubic-bezier(0.19, 1, 0.22, 1); }
  .decorate:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .075em;
    min-height: 1px;
    transform: scaleX(1);
    transform-origin: left;
    background-color: currentColor;
    transition: transform 0.95s cubic-bezier(0.19, 1, 0.22, 1); }

@media screen and (min-width: 768px) {
  .text-md-right {
    text-align: right !important; } }
@media (max-width: 992px) {
  .decorate {
    color: currentColor; } }
@media (min-width: 992px) and (hover: hover) {
  .decorate:not(:hover) {
    color: currentColor; }

  .decorate:not(:hover):before {
    transform-origin: right;
    transform: scaleX(0); } }
