/**
 * @license
 * MyFonts Webfont Build ID 4177908, 2021-09-08T13:03:12-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AndaleMono by Monotype
 * URL: https://www.myfonts.com/fonts/mti/andale-mono/regular/
 * Copyright: Digitized data &amp;#x00A9; 1993-2001 The Monotype Corporation. All Rights Reserved.
 * 
 * 
 * 
 * © 2021 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3fbff4");

@import url("https://use.typekit.net/guh0vzu.css");
  
@font-face {
  font-family: "AndaleMono";
  src: url('../fonts/AndaleMono/font.woff2') format('woff2'), url('webFonts/AndaleMono/font.woff') format('woff');
}

/* CSS RESET */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
  
}
td {
    vertical-align: top;
}
h1, h2, h3, h4 {
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-weight: normal;
  font-size: inherit
}
a {
  color: inherit;
  text-decoration: none
}
p {
  margin-block-start: 1rem;
  margin-block-end: 2rem;
}
button {
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
  padding: 0;
}
button:hover {
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
}
button:active {
  outline: none;
  border: none;
}
button:focus {
  outline: 0;
}

/* END CSS RESET */

body {
  -webkit-font-smoothing: antialiased;
}

.page-title {
  display: none
}

/* ***** DESKTOP ***** */

:root {
  --dark: #000000;
  --light: #ffffff;
  /* --light-variation: #FFFAF6;
  --blue: #00205C;
  --red: #B2292E;*/
  --hamburger-color: var(--dark);
  --menu-overlay-background: var(--light); 
  --primary-font: 'EB Garamond', serif;
  --secondary-font: 'akzidenz-grotesk', sans-serif;
  --footer-primary-font: 'akzidenz-grotesk', sans-serif;
  --footer-secondary-font: 'AndaleMono', sans-serif;
  --font-scale-s: 0.9375rem;
  --font-scale-l: 1.125rem;
  --font-size: 15px;
  --lr-padding: 5rem;
  --gutter: 1.5rem;
  /*
  --font-weight: 400;
  --font-scale-xxs: 0.6rem;
  --font-scale-xs: 0.75rem;
  --font-scale-m: 1.05rem;
  --font-scale-xl: 1.8rem;
  --font-scale-xxl: 5rem; */
  --spacing-xxs: ;
  --spacing-xs: ;
  --spacing-s: 1.25rem;
  --spacing-m: ;
  --spacing-l: ;
  --spacing-xl: ;
  --spacing-xxl: ;
  --space-1: 1rem;
  --footer-color: #FEF7F4;
  --newsletter-border: #000000;
 /* --page-top-padding: 170px;
  font-size: var(--font-size);
  font-family: var(--primary-font);
  font-weight: var(--font-weight);
  color: var(--light);
  background-color: var(--dark); */
  font-size: 16px;
  letter-spacing: ;
  font-size: var(--font-size);
  font-family: var(--primary-font);
  color: var(--dark);
  background-color: var(--light); 
}

/* ***** TABLET ***** */

@media screen and ( max-width: 800px ) {
:root { 
  --lr-padding: calc(var(--space-1) * 1.5);
  --gutter: 0rem; /*
  --standard-margin-top: 30px;
  --standard-margin-bottom: 75px;
  --large-margin-top: 200px;
  --gutter: 1.5rem;
  --font-size: 15px;
  --space-1: 8px;
  --space-2: 16px;
  --font-scale-s: 12px;
  --secondary-font-scale-s: 16px;
  --secondary-font-m: 24px;
  } */
}
}

body {
  overflow: scroll;
}

/* GLOBAL
---------------------------------------------- */

.screen-reader-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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

.uppercase {
  text-transform: uppercase;
}

.secondary__font {
  font-family: var(--secondary-font);
  font-weight: 500;
  letter-spacing: .35em;
}

.margin-right-s {
  margin-right: var(--space-1)
}

img {
  width: 100%
}

.text__center {
  text-align: center;
}

.text__light {
  color: var(--light)
}

.relative {
  position: relative;
}

.light__variation {
  background-color: var(--light-variation)
}

.text {
  line-height: 1.5em;
}
.text a {
  text-decoration: underline;
}
.text :first-child {
  margin-top: 0;
}
.text :last-child {
  margin-bottom: 0;
}
.text p,
.text ul,
.text ol {
  margin-bottom: 1.5rem;
}
.text ul p,
.text ol p {
  margin-bottom: 0;
}
.text ol > li {
  list-style: decimal;
}
.text ul ol,
.text ul ul,
.text ol ul,
.text ol ol {
  margin-bottom: 0;
}
.text h1,
.h1,
.intro {
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.25em;
}
.text h2,
.h2 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  font-family: var(--secondary-font);
  letter-spacing: .35em;
}
.text h3,
.h3 {
  font-weight: 600;
}
.text hr {
  margin: 6rem 0;
}
.text blockquote footer {
  font-size: .875rem;
  font-style: italic;
}
.text figure {
  margin: 5rem 0;
}
.text figcaption {
  padding-top: .75rem;
  color: var(--color-text-grey);
}


/* LAZY LOAD IMAGES
---------------------------------------------- */

img {
  border: 0;
  width: 100%;
  height: auto;
}
img.lazy {
  opacity: 0;
}
img:not(.initial), video:not(.initial) {
  transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}
/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}

/* LOADER
---------------------------------------------- */
.loader {
  min-height: 100vh;
  position: fixed;
  flex-direction: column;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: var(--dark);
}
.loader__mask {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent url('../images/logo.svg') no-repeat center;
  background-size: 200px 100px;
  overflow: hidden;
}

.nav-home {
  position: absolute;
  top: calc(var(--space-1) * 2.5);
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0%);
  max-width: 390px;
  text-align: center;
  padding: 0 2rem;
}

.nav-menu {
  position: fixed;
  top: calc(var(--space-1) * 2.5);
  left: calc(var(--space-1) * 2.5);
  z-index: 2;
}

.nav-menu button:hover {
  cursor: pointer;
}

.navbar-logo {
  width: 100%;
  height: auto;
}

#menu-trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  outline: 0;
  border: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  /* transition: all 0.3s;
  mix-blend-mode: difference; */
}
#menu-trigger.exit {
  width: initial;
  height: initial;
  font-family: sans-serif;
  font-weight: 100;
}
#menu-trigger svg {
  width: 100%;
  height: 100%;
  stroke-width: 0px; /* was 3px */
}
#menu-trigger line {
  transition: transform 0.2s;
}
.menu-trigger-dot {
  fill: var(--dark);
}
.menu-trigger-dot.light-dot {
  fill: var(--light);
}

/* OVERLAY-MENU
---------------------------------------------- */
.menu__overlay {
  position: fixed;
  background: var(--menu-overlay-background);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
  top: 0;
  display: none;
  z-index: 2
}
.menu__wrapper {
  opacity: 0;
  height: 100%;
}
.menu__container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  height: 100%;
}
.menu__a__side {
  height: 100%;
  position: relative;
}
.exit {
  font-size: 40px;
  color: var(--light);
  mix-blend-mode: difference;
  z-index: 20;
  position: absolute;
  top: calc(var(--space-1) * 1.45);
  left: calc(var(--space-1) * 2.15);
  transform: rotate(-45deg)
}
.menu__items__container {
  height: 100%;
}
.menu__items {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.menu__items a {
  text-decoration: none;
  font-size: 40px;
  margin: auto;
  color: var(--light);
  letter-spacing: .4em;
  padding: .5rem;
  display: block;
}

/* Restaurant Specific */

.menu__items {
  color: var(--light);
  mix-blend-mode: difference;
  z-index: 20;
  pointer-events: auto;
}
.menu__items__wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left:0;
  top:0;
  pointer-events: none;
}
.menu__items__wrapper rect {
  stroke: red !important;
}
.menu__items__container {
  width: 100%;
}
.menu__container .nav-home {
  /* top: calc(var(--space-1) * 2.3); */
  z-index: initial;
  transform: initial;
  left: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu__container .nav-home > div {
  width: 330px;
}
.text__logo {
  mix-blend-mode: difference;
  z-index: 20;
  display: block;
}
.logo {
  display: block
}

/* HOME */
.landing {
  height: 100vh;
  display: flex;
  background-color: #FFFFF9;
}
.side__a {
  padding: calc(var(--space-1) * 8) calc(var(--space-1) * 2.5) calc(var(--space-1) * 1.5) calc(var(--space-1) * 2.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}

.side__a > div:nth-of-type(2) {
  width: 230px;
}

.side__a > div:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.home__logo {
  max-width: 70%;
  padding-right: calc(var(--space-1) * 6)
}

.side__b {
  min-width: calc(50vh + calc(1rem / 2));
}

.lr__padding {
  padding-left: var(--lr-padding);
  padding-right: var(--lr-padding);
}

/* SPLASH CAROUSEL & NAV 
---------------------------------------------- */
.flickity {
  position: relative;
  height: 100%;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.flickity.is-hidden {
  opacity: 0;
}

.flickity.flickity-enabled {
  opacity: 1;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 1; }
}

.carousel-cell {
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  transition: opacity 0.7s;
  /* position: absolute; */
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
}

.carousel-cell:not(.is-selected) {
    animation: fadeOut ease 0.7s;
}

.carousel-cell.zero-fade.is-selected {
    opacity: 1 !important;
    transition: opacity 0.0s;
    animation: none
}

.carousel-cell.is-selected {
    z-index: 99;
    opacity: 1 !important;
    animation: fadeIn ease 0.7s;
}

.carousel-cell img {
  height: calc(50vh - calc(1rem / 2));
  width: auto;
}

.carousel-cell > div:first-of-type {
margin-bottom: 1rem;
}

/* Image for slider */
.img-full-bleed {
  width: 100%;
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

/* .carousel-cell.is-previous {
    z-index: 98;
    opacity: 1 !important;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  /* position: absolute; */
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* About
---------------------------------------------- */
.splash{
  height: 100vh;
}
.splash img {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}
.about .header__image {
  width: 100%;
  height: 100vh;
  position: relative;
}
.about__content {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.about__title {
  font-size: 1.2em;
  margin: 3rem auto 7rem auto;
}
.about__text {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.5rem;
  letter-spacing: .04em;
  margin-bottom: 8rem;
}
.about__secondary__text {
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 8rem;
  margin-bottom: 6rem;
}
.about__secondary__image {
  max-width: 400px;
  margin: 0 auto;
}
.about__line {
  margin-top: 6rem;
}
.about__tables {
  padding-top: 6rem;
  display: grid;
  grid-template-columns: 1fr .8fr;
  grid-gap: 8rem;
}
.about__table__wrapper > div:first-of-type {
  margin-bottom: 3rem;
}
.about__table__row {
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  font-family: var(--secondary-font), sans-serif;
  text-transform: initial;
  margin-top: .5rem;
  font-size: .9rem
}
.table__headers {
  font-size: 1rem;
  letter-spacing: .1em;
  text-transform: uppercase
}
.contents__before, .contents__after {
  width: 100%;
  height: 1px;
  left: 0;
  transform: scaleX(0);
  transform: translate(0px, 0px);
  opacity: 1;
  transform-origin: left;
  background-color: black;
}
.contents__before {
  top: 0;
}
.contents__after {
  bottom: 0;
}

/* Menu/Carta 
---------------------------------------------- */

.carta {
  margin: 14rem 0 0 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-right: 0rem;
}
.column {
  position: relative;
}

.carta section:not(:last-of-type) .column {
  padding-bottom: 7rem
}

.carta section:last-of-type .column {
  padding-bottom: 4rem
}

.carta section .column {
  padding-bottom: 3rem
}

.text li, .text h2 {
  padding-right: 5rem;
}

.text h2 {
  margin-bottom: 3.5rem;
}

.column h2:not(:first-of-type) {
  margin-top: 4.5rem;
}

.text ul, .text ol {
  padding-inline-start: 0px;
}

.text ul {
  list-style: none;
  margin-bottom: 3rem;
}

.text ul li {
  background-image: url(../images/dash.svg);
  background-position: 0 0;
  background-size: .4rem 1.4rem;
  background-repeat: no-repeat;
  font-size: .9rem;
}

.carta .text ul li {
  margin-bottom: 3rem
}

.text figure {
  padding: 0 1rem;
}

.text ul li strong {
  font-weight: 400;
  font-size: 1.4em;
}

/* layout grid */

.layout__grid {
  --columns: 12;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: 1fr;
}
.layout__grid > .column {
  /* margin-bottom: var(--gutter); */
}

/* Animated Images */

.animated__image {
  position: absolute;
  top:100vh;
  left: 20%;
  z-index: -1
}
.animated__image:nth-of-type(2) {
  top: 45%;
  left: 60%;
}
.animated__image:nth-of-type(3) {
  top:65%;
  left: 30%;
}
.animated__image:nth-of-type(4) {
  top:85%;
  left: 10%;
}
.animated__image img {
  height: 400px;
  width: 350px;
  object-fit: cover;
}


@media screen and (min-width: 60rem) {
  .layout__grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .layout__grid > .column {
    grid-column: span var(--columns);
  }

}

/* Contact
---------------------------------------------- */
.contact {
  position: relative;
  height: 100vh;
}
.header__image {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.contact__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.contact__container {
  height: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 3rem;
  font-size: 2rem;
  line-height: .9;
  z-index: 1;
}
.contact__container .custom__underline {
  font-size: 1.2rem
}
.contact__container p {
  margin-block-end: 1rem;
}
.contact__links {
  display: flex;
  flex-direction: row;
  font-size: 1.2rem;
  justify-content: center;
  font-family: var(--tertiary-font);
}
.contact__links > div {
  margin: 0 2rem
}

/* Button hover */

.custom__underline__wrapper .custom__underline a {
  transition: 0.4s ease all;
}

.custom__underline__wrapper .custom__underline {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: rgb(255, 255, 255, 0);
  -moz-text-decoration-color: rgb(255, 255, 255, 0);
  text-decoration-thickness: .1rem;
  transition: text-decoration-color .4s ease;
}
.custom__underline__wrapper .custom__underline:hover {
  text-decoration-color: rgb(255, 255, 255, 1);
  -moz-text-decoration-color: rgb(255, 255, 255, 1);
}

/* Footer
---------------------------------------------- */
.footer {
  background-color: var(--footer-color);
  text-transform: uppercase;
}
.footer__primary__font {
  font-family: var(--footer-primary-font);
  font-weight: 500;
  letter-spacing: .3em;
  font-size: 17px;
}
.footer__secondary__font {
  font-family: var(--footer-secondary-font);
  font-size: 11px;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer__menu__wrapper {
  margin: calc(var(--space-1) * 2.5) 0 calc(var(--space-1) * 2) 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.footer__menu__wrapper a {
  padding: calc(var(--space-1) * 1);
}
.footer__details__wrapper {
  margin: 0 0 calc(var(--space-1) * 2) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}

.newsletter__container input {
  font-size: 11px
}


/* Newsletter Section
---------------------------------------------- */
.newsletter__wrapper {
  padding: calc(var(--space-1) * 2) 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.newsletter__container {
  display: flex;
  flex-direction: column;
}
.newsletter__heading {
  text-align: center;
  margin-bottom: calc(var(--space-1) * 3);
}
.newsletter__heading h2 {
  margin-bottom: .5rem;
}
.newsletter__container form {
  display: flex;
  border-bottom: 1px solid var(--newsletter-border);
}
.newsletter__container input {
  display: inline;
  border: none;
  background-color: transparent;
  font-family: var(--footer-secondary-font);
  text-transform: uppercase;
}
.newsletter__container input:focus {
  outline: none;
  border: none;
}
input[type="email"].newsletter__input {
  width: calc(var(--space-1) * 30);
  font-family: inherit;
  font-size: inherit;
}
input[type="submit"] {
  border: none;
  background: transparent;
  display: block;
}
input[type="submit"]:hover {
  cursor: pointer;
}
::-webkit-input-placeholder { /* Edge */
  color: var(--newsletter-border);
}
:-ms-input-placeholder { /* Internet Explorer */
  color: var(--newsletter-border);
}
::placeholder {
  color: var(--newsletter-border);
}



@media only screen and (max-width: 800px) {
  .nav-home {
    padding: 0;
  }
  .navbar-logo, .menu__container .nav-home > div {
    width: 200px
  }
  .nav-menu {
    top: calc(calc(var(--space-1) * 1.5) - 2px);
    left: calc(calc(var(--space-1) * 1.5) - 2px);
  }
  .exit {
    top: calc(var(--space-1) * .45);
    left: calc(var(--space-1) * 1.05);
  }
  .menu__items a {
    font-size: 30px
  }
  .landing {
    flex-direction: column;
    height: calc(100vh + calc(100vw / 2));
  }
  .side__a {
    padding: calc(var(--space-1) * 8) calc(var(--space-1) * 1.5) calc(var(--space-1) * 1.5) calc(var(--space-1) * 1.5);
    flex-direction: column;
    height: 100vh;
  }
  .home__logo {
    padding-right: initial;
  }
  .side__b {
    width: 100%;
    min-width: initial;
    height: calc(50vw);
    padding: calc(var(--space-1) * 1);
  }
  .flickity-viewport {
    height: 100%
  }
  .carousel-cell {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 0;
  }
  .carousel-cell > div {
    width: 100%;
    height: auto;
  }
  .carousel-cell img {
    width: 100%;
    height: auto;
    margin-left: calc(var(--space-1) * .5);
  }
  .carousel-cell > div:first-of-type img {
    margin-left: 0;
    margin-right: calc(var(--space-1) * .5);
  }
  .about__text {
    line-height: 1.4;
    font-size: 1rem
  }
  .about__line {
    margin-top: 4rem;
  }
  .about__tables {
    padding-top: 4rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4rem;
  }
  .column__one {
    width: 80%
  }
  .about__table__wrapper > div:nth-of-type(2) > div:not(:last-of-type) {
    margin-bottom: 1rem
  }
  .contact__container {
    padding: 0 var(--lr-padding) 3rem var(--lr-padding);
    font-size: 1.5rem;
  }
  .carta {
    margin: 8rem 0 0 0;
    padding-right: var(--lr-padding);
  }
  .carta section:not(:last-of-type) .column {
    padding-bottom: 0rem
  }
  .text h2.text__center {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    text-align: left;
  }
  .carta section .column {
    margin-top: 0rem
  }
  .carta .text ul li:last-of-type {
    margin-bottom: 3rem;
  }
  .column h2:first-of-type {
    margin-top: 1.5rem
  }
  .carta section:last-of-type .column {
    padding-bottom: 0rem
  }
  .animated__image {
    top:100vh;
    left: 20%;
    z-index: -1
  }
  .animated__image:nth-of-type(2) {
    top: 40%;
    left: 15%;
  }
  .animated__image:nth-of-type(3) {
    top:60%;
    left: 23%;
  }
  .animated__image:nth-of-type(4) {
    top:90%;
    left: 10%;
  }
  .animated__image img {
    height: auto;
    width: 70%;
    object-fit: cover;
  }
  .text li, .text h2 {
    padding-right: initial;
  } 
  .newsletter__container {
    flex-direction: column;
  }
  .newsletter__title {
    border-bottom: none;
    padding-right: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: var(--spacing-s)
  }
  input[type="email"].newsletter__input {
    width: calc(var(--space-1) * 15);
  }
  /* .newsletter__container form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  } 
  .newsletter__input {
    margin-bottom: var(--spacing-s)
  } 
  input[type="email"].newsletter__input {
    padding-right: initial;
    text-align: center;
  } */
  #menu-trigger {
    width: 24px;
    height: 24px;
  }
  #menu-trigger svg {
    padding: 2px
  }
}