@import 'fontawesome-all.min.css';
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: #000000;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

body, input, select, textarea {
  color: black;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.65em;
}
@media screen and (max-width: 1680px) {
  body, input, select, textarea {
    font-size: 13pt;
  }
}
@media screen and (max-width: 1280px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
}
@media screen and (max-width: 736px) {
  body, input, select, textarea {
    font-size: 11pt;
    letter-spacing: 0.0375em;
  }
}

a {
  -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  color: inherit;
  text-decoration: none;
}
a:hover {
  border-bottom-color: transparent;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
  font-weight: 800;
  letter-spacing: 0.225em;
  line-height: 1em;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 1.35em;
  line-height: 1.75em;
}
@media screen and (max-width: 736px) {
  h2 {
    font-size: 1.1em;
    line-height: 1.65em;
  }
}

h3 {
  font-size: 1.15em;
  line-height: 1.75em;
}
@media screen and (max-width: 736px) {
  h3 {
    font-size: 1em;
    line-height: 1.65em;
  }
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
}

h5 {
  font-size: 0.8em;
  line-height: 1.5em;
}

.strong {
  font-weight: 700;
}

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

.align-center {
  text-align: center;
}

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

.fade-out {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.1s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/* Section/Article */
section.special, article.special {
  text-align: center;
  list-style-type: none;
}

header p {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  top: -0.25em;
}

/* Cross */
.cross {
  position: relative;
  width: 20px;
  height: 20px;
}
.cross::before, .cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: rgb(0, 0, 0);
}
.cross::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cross::after {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.top-left {
  top: 0;
  left: 0;
}

.top-right {
  top: -20px;
  right: -100%;
}

.bottom-left {
  bottom: 0;
  left: 0;
}

.bottom-right {
  bottom: 20px;
  right: -100%;
}

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon > .label {
  display: none;
}
.icon:before {
  line-height: inherit;
}

/* Color fade */
@keyframes colorPulse {
  0%, 100% {
    color: black;
  }
  50% {
    color: white;
  }
}
.animated-text {
  animation: colorPulse 4.5s ease-in-out infinite;
}

/* Image */
.fade-img {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.fade-img[data-loaded=true] {
  opacity: 1;
}

.image {
  border-radius: 3px;
  border: 0;
  display: inline-block;
  position: relative;
}
.image img {
  display: block;
}
.image.left {
  float: left;
  margin: 0 2em 2em 0;
  top: 0.25em;
}
.image.right {
  float: right;
  margin: 0 0 2em 2em;
  top: 0.25em;
}
.image.left, .image.right {
  max-width: 40%;
}
.image.left img, .image.right img {
  width: 100%;
}
.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}
.image.fit img {
  width: 100%;
}

/* List */
/* Content left */
.content-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  padding: 4rem 2vw;
  font-family: "Playfair Display", serif;
}
.content-left .image img {
  width: 200px;
  height: auto;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 980px) {
  .content-left .image {
    width: 650px;
  }
}
.content-left .content-left-text {
  max-width: 600px;
}
.content-left .content-left-text h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.content-left .content-left-text h2.right {
  text-align: right;
}
.content-left .content-left-text h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.content-left .content-left-text p {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 900px) {
  .content-left {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 3rem 1.5rem;
  }
  .content-left .content-left-text {
    margin-top: 2rem;
  }
  .content-left .content-left-text h2.right {
    text-align: center;
  }
}

/* About */
.aboutus {
  height: 100%;
}

.container-about {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: white;
}

.media-container {
  height: 40vh;
  overflow: hidden;
}

.media-container img,
.media-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content-container {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.logo {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 3rem;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.logo::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 2rem;
  height: 2px;
  background-color: var(--highlight);
}

.headline {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 2rem;
  transform: translateX(-10px);
  opacity: 0;
  animation: slideIn 1s ease-out forwards;
  animation-delay: 0.3s;
  font-style: italic;
}

.headline .ampersand {
  font-weight: 700;
  color: #848484;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  text-transform: none;
}

.this {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Playfair Display";
  text-align: right;
  text-transform: capitalize;
}

@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.content {
  width: 100%;
}

p {
  margin-bottom: 1.5rem;
  font-size: 13px;
  font-weight: 300;
  opacity: 0;
  animation: fadeIn 0.8s ease-out forwards;
}

p:nth-child(1) {
  animation-delay: 0.5s;
}

p:nth-child(2) {
  animation-delay: 0.7s;
}

p:nth-child(3) {
  animation-delay: 0.9s;
}

p:nth-child(4) {
  animation-delay: 1.1s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
p.lead {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 1.5rem;
}

p.lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: black;
}

/* Tablet styles */
@media (min-width: 768px) {
  .media-container {
    height: 70vh;
  }
  .content-container {
    padding: 3rem 4rem;
  }
  .headline {
    font-size: 3.5rem;
  }
  p {
    font-size: 1.1rem;
  }
  p.lead {
    font-size: 1.2rem;
  }
}
/* Desktop styles */
@media (min-width: 1024px) {
  .container-about {
    flex-direction: row;
    height: 100%;
  }
  .media-container {
    width: 40%;
    height: 100%;
  }
  .content-container {
    width: 60%;
    padding: 5vw;
    background-color: white;
  }
  .headline {
    font-size: 4vw;
    margin-bottom: 3rem;
  }
}
/* Large desktop styles */
@media (min-width: 1440px) {
  .headline {
    font-size: 1.4rem;
  }
  p {
    font-size: 1rem;
  }
  p.lead {
    font-size: 1.4rem;
  }
}
/* Split screen */
.split-screen {
  display: flex;
  height: 100vh;
  width: 100vw;
  gap: 24px;
  padding: 16px;
  background-color: white;
}
.split-screen .panel {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.split-screen .left {
  background-image: url("../../images/maeda_pic_11.jpg");
}
.split-screen .right {
  background-image: url("../../images/maeda_pic_13.jpg");
}

/* Retail */
.retail h1 {
  opacity: 1 !important;
}

.maeda-stores {
  margin: 80px auto;
  padding: 0 30px;
  background: white;
}

.stores-header {
  text-align: center;
  margin-bottom: 50px;
}

.stores-title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.stores-subtitle {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #666;
  position: relative;
  display: inline-block;
}

.stores-subtitle:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: var(--gold);
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.stores-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.store-card {
  background: white;
  padding: 30px;
  border: 1px solid #eee;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.store-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.store-city {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.store-name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.store-name:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
}

.store-address {
  font-size: 13px;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.store-hours {
  font-size: 11px;
  color: #666;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  font-style: italic;
}

.store-link {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  transition: color 0.3s ease;
  display: inline-block;
}

.store-link:hover {
  color: var(--gold);
}

.store-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--gold);
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
}

.store-card:hover:before {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .stores-grid {
    grid-template-columns: 1fr;
  }
}
/* Spotlight */
.spotlight {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 3rem 2rem;
}
.spotlight .image {
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.spotlight .image:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.spotlight .image img {
  border-radius: 0;
  width: 100%;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 1680px) {
  .spotlight {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding: 2rem 1rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .spotlight .image {
    flex: 0 0 auto;
    scroll-snap-align: start;
    transition: transform 0.4s ease;
  }
  .spotlight .image img {
    width: 300px;
    height: auto;
    display: block;
  }
}

/* Frames */
.frame-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(150px, auto);
  gap: 24px;
  padding: 24px 16px;
  margin: auto;
  grid-auto-flow: dense;
  background: white;
}
@media (min-width: 670px) {
  .frame-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

.item {
  background: #fff7e9;
  padding: 24px;
  box-sizing: border-box;
  font-size: 0.9rem;
  margin-bottom: 12px;
}
.item strong {
  font-weight: 300;
  font-style: italic;
}
.item img {
  max-width: 100%;
  display: block;
  margin-bottom: 12px;
}
.item h2 {
  font-family: "Inter", serif;
  font-weight: 100;
  font-size: 0.9rem;
}
.item h4 {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  font-size: 0.65rem;
}
.item p {
  margin-bottom: 12px;
  line-height: 1.3;
  font-weight: 200;
}
.item.caption {
  font-size: 0.85rem;
  font-style: italic;
  color: #555;
}
.item video {
  width: 100%;
  height: auto;
}
.item.span-2 {
  grid-column: span 1;
}
@media (min-width: 1024px) {
  .item.span-2 {
    grid-column: span 2;
  }
}
.item.short {
  padding: 16px;
  height: 100%;
  height: fit-content;
}
.item.tall {
  grid-row: span 2;
  height: auto;
  height: fit-content;
}
.item.wide {
  grid-column: span 1;
  height: fit-content;
}
@media (min-width: 1024px) {
  .item.wide {
    grid-column: span 2;
  }
}
.item.diff {
  padding: 18px;
  height: auto;
  height: fit-content;
}
.item.bg-beige, .item.bg-white {
  background: #eeeeee;
  height: fit-content;
}
.item.bg-faint {
  background: #f1f1f1;
  height: fit-content;
}
@media (max-width: 1024px) {
  .item.bg-faint {
    max-height: 940px;
  }
}

/* Footer */
.er-footer {
  font-family: "Inter", sans-serif;
  background-color: white;
  margin: 0 auto;
  padding: 40px 20px 30px;
  color: #000000;
  text-align: center;
}
.er-footer .er-logo {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.er-footer .er-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: left;
}
@media (max-width: 768px) {
  .er-footer .er-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .er-footer .er-grid {
    grid-template-columns: 1fr;
  }
}
.er-footer .er-column-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.er-footer .er-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.er-footer .er-list li {
  margin-bottom: 10px;
}
.er-footer .er-list li a, .er-footer .er-list li span {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: opacity 0.2s;
}
.er-footer .er-list li a:hover, .er-footer .er-list li span:hover {
  opacity: 0.7;
}
.er-footer .er-legal {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #999999;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .er-footer .er-legal {
    flex-direction: column;
    gap: 5px;
  }
}
.er-footer .newsletter-section {
  margin: 40px auto;
  max-width: 500px;
}
.er-footer .newsletter-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.er-footer .newsletter-form {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.er-footer .newsletter-input {
  width: 300px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  outline: none;
  transition: border 0.3s ease;
}
.er-footer .newsletter-input:focus {
  border-color: #000;
}
.er-footer .newsletter-submit {
  padding: 12px 25px;
  background-color: #000;
  color: white;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.er-footer .newsletter-submit:hover {
  opacity: 0.9;
}

/* Wrapper */
.fullContent {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.fullContent .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}
.fullContent::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(135deg, rgba(255, 255, 200, 0.1) 10%, rgba(255, 255, 170, 0.4) 25%, rgba(255, 255, 220, 0.1) 40%, rgba(255, 255, 180, 0.1) 60%, rgba(255, 255, 210, 0.15) 75%, rgba(255, 255, 190, 0.45) 90%);
}
@media screen and (max-width: 980px) {
  .fullContent {
    height: 70vh;
  }
}
@media screen and (max-width: 736px) {
  .fullContent {
    height: 50vh;
  }
  .fullContent::before {
    background: linear-gradient(135deg, rgba(255, 255, 200, 0.05) 10%, rgba(255, 255, 170, 0.25) 25%, rgba(255, 255, 220, 0.05) 40%, rgba(255, 255, 180, 0.05) 60%, rgba(255, 255, 210, 0.08) 75%, rgba(255, 255, 190, 0.2) 90%);
  }
}

.wrapper {
  padding: 1em 0 0.1em 0;
}
.wrapper .container-text {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 900px;
  padding: 3rem 0rem;
  animation: fadeInUp 1.2s ease forwards;
}
.wrapper .container-text .headline {
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: black;
}
.wrapper .container-text .subtext {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #333;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 200;
}
@media (max-width: 600px) {
  .wrapper .container-text .subtext {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}
.wrapper > .inner {
  width: 60em;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .wrapper > .inner {
    width: 90%;
  }
}
@media screen and (max-width: 980px) {
  .wrapper > .inner {
    width: 100%;
  }
}
.wrapper.alt {
  padding: 0;
}
.wrapper.style1 {
  background-color: #fff;
}
.wrapper.style2 {
  background-color: #fff6e2;
}
.wrapper.style3 {
  background-color: white;
}
.wrapper.style4 {
  background-color: transparent;
}
.wrapper.style5 {
  background-color: #ffffff;
  color: #4E4852;
}
.wrapper.style5 strong, .wrapper.style5 b {
  color: #4998e7;
}
.wrapper.style5 h2, .wrapper.style5 h3, .wrapper.style5 h4, .wrapper.style5 h5, .wrapper.style5 h6 {
  color: black;
}
.wrapper.style5 hr {
  border-color: #dfdfdf;
}
.wrapper.style5 blockquote {
  border-color: #dfdfdf;
}
.wrapper.style5 code {
  background: rgba(0, 0, 0, 0.0375);
}
.wrapper.style5 header p {
  color: #8E8892;
}
.wrapper.style5 header.major h2, .wrapper.style5 header.major h3, .wrapper.style5 header.major h4, .wrapper.style5 header.major h5, .wrapper.style5 header.major h6 {
  border-color: #dfdfdf;
}
.wrapper.style5 header.major p {
  color: #4E4852;
}
.wrapper.style5 label {
  color: #4998e7;
}
.wrapper.style5 input[type=text],
.wrapper.style5 input[type=password],
.wrapper.style5 input[type=email],
.wrapper.style5 select,
.wrapper.style5 textarea {
  background-color: rgba(0, 0, 0, 0.0375);
}
.wrapper.style5 select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dfdfdf' /%3E%3C/svg%3E");
}
.wrapper.style5 select option {
  color: #4998e7;
  background: #ffffff;
}
.wrapper.style5 input[type=checkbox] + label,
.wrapper.style5 input[type=radio] + label {
  color: #4E4852;
}
.wrapper.style5 input[type=checkbox] + label:before,
.wrapper.style5 input[type=radio] + label:before {
  background: rgba(0, 0, 0, 0.0375);
}
.wrapper.style5 input[type=checkbox]:checked + label:before,
.wrapper.style5 input[type=radio]:checked + label:before {
  background: #4998e7;
  color: #ffffff;
}
.wrapper.style5 ::-webkit-input-placeholder {
  color: #8E8892 !important;
}
.wrapper.style5 :-moz-placeholder {
  color: #8E8892 !important;
}
.wrapper.style5 ::-moz-placeholder {
  color: #8E8892 !important;
}
.wrapper.style5 :-ms-input-placeholder {
  color: #8E8892 !important;
}
.wrapper.style5 .formerize-placeholder {
  color: #8E8892 !important;
}
.wrapper.style5 .icon.major {
  border-color: #dfdfdf;
}
.wrapper.style5 ul.alt li {
  border-color: #dfdfdf;
}
.wrapper.style5 table tbody tr {
  border-color: #dfdfdf;
}
.wrapper.style5 table tbody tr:nth-child(2n+1) {
  background-color: rgba(0, 0, 0, 0.0375);
}
.wrapper.style5 table th {
  color: #4998e7;
}
.wrapper.style5 table thead {
  border-color: #dfdfdf;
}
.wrapper.style5 table tfoot {
  border-color: #dfdfdf;
}
.wrapper.style5 table.alt tbody tr td {
  border-color: #dfdfdf;
}
.wrapper.style5 input[type=submit],
.wrapper.style5 input[type=reset],
.wrapper.style5 input[type=button],
.wrapper.style5 button,
.wrapper.style5 .button {
  box-shadow: inset 0 0 0 2px #dfdfdf;
  color: #4998e7;
}
.wrapper.style5 input[type=submit]:hover,
.wrapper.style5 input[type=reset]:hover,
.wrapper.style5 input[type=button]:hover,
.wrapper.style5 button:hover,
.wrapper.style5 .button:hover {
  background-color: rgba(0, 0, 0, 0.0375);
}
.wrapper.style5 input[type=submit]:active,
.wrapper.style5 input[type=reset]:active,
.wrapper.style5 input[type=button]:active,
.wrapper.style5 button:active,
.wrapper.style5 .button:active {
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 736px) {
  .wrapper.style5 .features li {
    border-top-color: #dfdfdf;
  }
}
@media screen and (max-width: 980px) {
  .wrapper {
    padding: 4em 3em 2em 3em;
  }
}
@media screen and (max-width: 736px) {
  .wrapper {
    padding: 3em 2em 1em 2em;
  }
}

/* Page Wrapper + Menu */
#page-wrapper {
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  padding-top: 3em;
}
#page-wrapper:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 991;
}

.menuToggle span {
  text-decoration: underline;
  padding: 5px;
}
.menuToggle span:hover {
  background: white;
}

#menu {
  -moz-transform: translateX(22em);
  -webkit-transform: translateX(22em);
  -ms-transform: translateX(22em);
  transform: translateX(22em);
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  color: black;
  height: 300px;
  max-width: 100%;
  overflow-y: auto;
  padding: 3em 2em;
  position: fixed;
  right: 0;
  top: 0;
  width: 22em;
  z-index: 992;
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.08);
  /* Base Styles */
  /* Hover Effect: Slide + Color Invert */
  /* Subtle Underline Animation */
  /* Subtitles */
  /* Minimalist Dividers */
}
#menu .side-menu {
  padding: 42px 22px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
}
#menu .side-menu a {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  display: block;
  transition: all 0.4s ease;
  position: relative;
}
#menu .side-menu a:hover {
  background-color: #000;
  color: #F5F0DA;
  padding-left: 20px;
}
#menu .side-menu a:after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 10px;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s ease;
}
#menu .side-menu a:hover:after {
  width: calc(100% - 20px);
  background: #F5F0DA;
}
#menu .subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 0.75rem;
  display: block;
  margin-top: -7px;
  letter-spacing: 0.5px;
}
#menu .menu-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}
#menu .bottom-sidenav p {
  font-size: 0.8em;
}
#menu .close {
  background-image: url("images/close.svg");
  background-position: 4.85em 1em;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 7em;
  filter: invert(1);
}
@media screen and (max-width: 736px) {
  #menu {
    padding: 3em 1.5em;
  }
}

body.is-menu-visible #page-wrapper {
  opacity: 0.35;
}
body.is-menu-visible #page-wrapper:before {
  display: block;
}
body.is-menu-visible #menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  height: 330px;
  position: fixed;
  top: 0px;
  right: 0px;
  border-bottom-left-radius: 16px;
}

/* Header */
.banner-logo img {
  width: 200px;
  filter: invert(100%);
  display: block;
}

.nav-logo {
  width: 125px;
  margin-top: 8px;
}
@media screen and (min-width: 737px) {
  .nav-logo {
    margin-top: 12px;
  }
}

#header {
  -moz-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  height: 3em;
  left: 0;
  line-height: 3em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 990;
}
#header h1 {
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  height: inherit;
  left: 1em;
  line-height: inherit;
  position: absolute;
  top: 0;
}
#header > a {
  border: 0;
  display: block;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  height: inherit;
  left: 1em;
  line-height: inherit;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 736px) {
  #header > a {
    font-size: 0.8em;
  }
}
#header nav {
  height: inherit;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 16px;
}
#header nav a {
  text-decoration: none;
  font-size: 1rem;
}
#header.alt h1 {
  pointer-events: none;
  opacity: 0;
}

header.retail {
  background: white;
}

/* Banner */
#banner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: default;
  height: 100vh;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: white;
}
#banner h2 {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  display: inline-block;
  font-size: 1.75em;
  opacity: 1;
  padding: 0.35em 1em;
  position: relative;
  z-index: 1;
}
#banner h2:before, #banner h2:after {
  -moz-transition: width 0.85s ease;
  -webkit-transition: width 0.85s ease;
  -ms-transition: width 0.85s ease;
  transition: width 0.85s ease;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 195px;
}
#banner h2:before {
  top: 0;
}
#banner h2:after {
  bottom: 0;
}
#banner p {
  letter-spacing: 0.225em;
  text-transform: uppercase;
}
#banner p a {
  color: inherit;
}
#banner .collection {
  padding: 5px 8px;
  background-color: white;
  text-decoration: underline;
  color: black;
}
#banner .more {
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border: none;
  bottom: 0;
  color: inherit;
  font-size: 0.8em;
  height: 8.5em;
  left: 50%;
  letter-spacing: 0.225em;
  margin-left: -8.5em;
  opacity: 1;
  outline: 0;
  padding-left: 0.225em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 16em;
  z-index: 1;
}
#banner .more:after {
  background-image: url("images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 4em;
  content: "";
  display: block;
  height: 1.5em;
  left: 50%;
  margin: 0 0 0 -0.75em;
  position: absolute;
  width: 1.5em;
}
#banner:after {
  pointer-events: none;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
  content: "";
  background: #000000;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media screen and (max-width: 736px) {
  #banner {
    padding: 7em 3em 5em 3em;
    height: auto;
    min-height: 100vh;
  }
  #banner h2 {
    font-size: 1.25em;
  }
  #banner br {
    display: none;
  }
  #banner .more {
    display: none;
  }
}

body.is-preload #banner h2 {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}
body.is-preload #banner h2:before, body.is-preload #banner h2:after {
  width: 0;
}
body.is-preload #banner .more {
  -moz-transform: translateY(8.5em);
  -webkit-transform: translateY(8.5em);
  -ms-transform: translateY(8.5em);
  transform: translateY(8.5em);
  opacity: 0;
}
body.is-preload #banner:after {
  opacity: 1;
}

/* Main */
#main > header {
  padding: 12em 0 10em 0;
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,0.2)), url("../../images/landscape.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,0.2)), url("../../images/landscape.jpg");
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,0.2)), url("../../images/landscape.jpg");
  background-image: linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,0.2)), url("../../images/landscape.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#main > header h2 {
  font-size: 1.75em;
  margin: 0 0 0.5em 0;
}
#main > header p {
  color: inherit;
  letter-spacing: 0.225em;
  text-transform: uppercase;
  top: 0;
}
#main > header p a {
  color: inherit;
}
@media screen and (max-width: 1680px) {
  #main > header {
    padding: 10em 0 8em 0;
  }
}
@media screen and (max-width: 1280px) {
  #main > header {
    padding: 8em 3em 6em 3em;
  }
}
@media screen and (max-width: 980px) {
  #main > header {
    padding: 10em 3em 8em 3em;
  }
}
@media screen and (max-width: 736px) {
  #main > header {
    padding: 5em 3em 3em 3em;
  }
  #main > header h2 {
    font-size: 1.25em;
    margin: 0 0 1em 0;
  }
}

body.is-mobile #main > header {
  background-attachment: scroll;
}

/* Footer */
#footer {
  padding: 6em 0 4em 0;
  background-color: white;
  text-align: center;
}
#footer .icons {
  font-size: 1.25em;
}
#footer .icons a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .icons a:hover {
  color: #fff;
}
#footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  letter-spacing: 0.225em;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
}
#footer .copyright li {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 1em;
  margin-left: 1em;
  padding-left: 1em;
}
#footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
#footer .copyright li a {
  color: inherit;
}
#footer .copyright li a:hover {
  color: #fff;
}
@media screen and (max-width: 480px) {
  #footer .copyright li {
    border: 0;
    display: block;
    line-height: 1.65em;
    margin: 0;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 980px) {
  #footer {
    padding: 4em 3em 2em 3em;
  }
}
@media screen and (max-width: 736px) {
  #footer {
    padding: 3em 2em 1em 2em;
  }
}

/* Landing */
body.landing #page-wrapper {
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,0.2)), url("../../images/landscape.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,0.2)), url("../../images/landscape.jpg");
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,0.2)), url("../../images/landscape.jpg");
  background-image: linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,0.2)), url("../../images/landscape.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

body.is-mobile.landing #page-wrapper {
  background: none;
}
body.is-mobile.landing #banner,
body.is-mobile.landing .wrapper.style4 {
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,0.2)), url("../../images/landscape.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,0.2)), url("../../images/landscape.jpg");
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,0.2)), url("../../images/landscape.jpg");
  background-image: linear-gradient(top, rgba(0,0,0,0.15), rgba(0,0,0,0.2)), url("../../images/landscape.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*# sourceMappingURL=main.css.map */
