@charset "UTF-8";
@import url(./css/normalize.css);
#debug {
  display: block;
  position: fixed;
  font-family: "Courier New", Courier, monospace;
  padding: 7px 6px 4px 4px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

/*


@import url('https://fonts.cdnfonts.com/css/biro-script');
font-family: 'Biro', sans-serif;

*/
@font-face {
  font-family: "Biro";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Biro_Script.woff") format("woff");
}
@font-face {
  font-family: "CircularStd";
  font-weight: 400;
  src: url("./fonts/CircularStdBook.eot");
  src: url("./fonts/CircularStdBook.eot") format("embedded-opentype"), url("./fonts/CircularStdBook.woff2") format("woff2"), url("./fonts/CircularStdBook.woff") format("woff"), url("./fonts/ircularStdBook.ttf") format("truetype"), url("./fonts/CircularStdBook.svg#CircularStdBook") format("svg");
}
@font-face {
  font-family: "CircularStd";
  font-weight: 700;
  src: url("./fonts/CircularStdBold.eot");
  src: url("./fonts/CircularStdBold.eot") format("embedded-opentype"), url("./fonts/CircularStdBold.woff2") format("woff2"), url("./fonts/CircularStdBold.woff") format("woff"), url("./fonts/CircularStdBold.ttf") format("truetype"), url("./fonts/CircularStdBold.svg#CircularStdBold") format("svg");
}
@font-face {
  font-family: "CircularStd";
  font-weight: 900;
  src: url("./fonts/CircularStdBlack.eot");
  src: url("./fonts/CircularStdBlack.eot") format("embedded-opentype"), url("./fonts/CircularStdBlack.woff2") format("woff2"), url("./fonts/CircularStdBlack.woff") format("woff"), url("./fonts/CircularStdBlack.ttf") format("truetype"), url("./fonts/CircularStdBlack.svg#CircularStdBlack") format("svg");
}
@font-face {
  font-family: "formregular";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/formilke16.woff ") format("woff");
}
:root {
  --black: #000;
  --black-75: rgba(0, 0, 0, 0.75);
  --black-50: rgba(0, 0, 0, 0.50);
  --white: #fff;
  --white-75: rgba(255, 255, 255, 0.75);
  --white-50: rgba(255, 255, 255, 0.50);
  --zissou-red: #B8221C;
  --zissou-black: #1C2826;
  --zissou-beige: #FFF7E6;
  --zissou-orange: #F6A145;
  --zissou-blue: #335AA6;
  --sp0: max(2px, 0.5vw);
  --sp1: max(5px, 1vw);
  --sp2: max(10px, 2vw);
  --sp3: max(15px, 3vw);
  --sp4: max(20px, 4vw);
  --sp5: max(25px, 5vw);
  --sp6: max(30px, 6vw);
  --sp7: max(35px, 7vw);
  --sp8: max(40px, 8vw);
  --sp9: max(45px, 9vw);
  --sp10: max(50px, 10vw);
  --sp11: max(50px, 11vw);
  --sp12: max(60px, 12vw);
  --sp13: max(65px, 13vw);
  --sp14: max(70px, 14vw);
  --sp16: max(75px, 15vw);
  --sp16: max(80px, 16vw);
  --sp16: max(85px, 17vw);
  --sp18: max(90px, 18vw);
  --sp19: max(95px, 19vw);
  --sp20: max(100px, 20vw);
  --m: max(16px, 1.7vw);
  --n: min(-16px, -1.7vw);
  --m2: max(32px, 3.4vw);
  --n2: min(-32px, -3.4vw);
  --fs1: max(12px, 1vw);
  --fs2: max(14px, 1.3vw);
  --fs3: max(16px, 1.7vw);
  --fs4: max(18px, 2.2vw);
  --fs5: max(28px, 4vw);
  --fs6: max(28px, 6vw);
  --fs7: max(35px, 8vw);
  --fs8: max(46px, 10vw );
  --lh1: round(140%, 1px);
  --lh2: round(140%, 1px);
  --lh3: round(140%, 1px);
  --lh4: round(130%, 1px);
  --lh5: round(92%, 1px);
  --lh6: round(92%, 1px);
  --lh7: round(92%, 1px);
  --lh8: round(92%, 1px);
  --mp3: max(21px, 2.38vw);
  --mp4: max(25px, 3.08vw);
  --color-bkg: var(--white);
  --color-txt: var(--zissou-red);
  --color-hdl: var(--zissou-red);
  --color-lnk: var(--zissou-orange);
}

.theme-1 {
  --color-bkg: var(--white);
  --color-txt: var(--zissou-red);
  --color-hdl: var(--zissou-red);
  --color-lnk: var(--zissou-orange);
  --color-hvr: var(--zissou-orange);
}

.theme-2 {
  --color-bkg: var(--zissou-red);
  --color-txt: var(--white);
  --color-hdl: var(--white);
  --color-lnk: var(--zissou-beige);
  --color-hvr: var(--zissou-orange);
}

.theme-3 {
  --color-bkg: var(--zissou-beige);
  --color-txt: var(--zissou-red);
  --color-hdl: var(--zissou-red);
  --color-lnk: var(--zissou-orange);
  --color-hvr: var(--zissou-orange);
}

.theme-4 {
  --color-bkg: var(--zissou-black);
  --color-txt: var(--white);
  --color-hdl: var(--white);
  --color-lnk: var(--zissou-orange);
  --color-hvr: var(--zissou-orange);
}

.theme-1, .theme-2, .theme-3, .theme-4 {
  color: var(--color-txt);
  background-color: var(--color-bkg);
}
.theme-1 a:link, .theme-1 a:visited, .theme-1 a:active, .theme-2 a:link, .theme-2 a:visited, .theme-2 a:active, .theme-3 a:link, .theme-3 a:visited, .theme-3 a:active, .theme-4 a:link, .theme-4 a:visited, .theme-4 a:active {
  color: var(--color-lnk);
  transition: color 100ms;
}
.theme-1 a:hover, .theme-2 a:hover, .theme-3 a:hover, .theme-4 a:hover {
  color: var(--color-hvr);
  text-decoration: underline;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  pointer-events: fill;
}

* :focus {
  outline: none;
}

html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  font-family: "CircularStd", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "liga" 1, "calt" 1; /* fix for Chrome */
  font-size: var(--fs3);
  line-height: var(--lh3);
  background-color: var(--white);
}

#app {
  width: 100%;
  overflow: hidden;
}

.text-shadow-s {
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 2px 20px);
}

.drop-shadow-m {
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 2px 60px);
}

.text-shadow-l {
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0 2px 100px);
}

img.responsive {
  width: 100%;
  height: auto;
  line-height: 0;
}

.cover {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.button {
  padding: 0.2em 1em 0.3em;
  border-radius: 0.3em;
  text-decoration: none;
  font-size: var(--fs1);
  font-weight: bold;
  transition: background-color 300ms ease-out;
  background-color: var(--color-txt);
  color: var(--color-bkg);
  transition: background-color 150ms linear;
  cursor: pointer;
}
.button:hover, .button:focus {
  background-color: var(--color-lnk) !important;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-phi {
  width: 62%;
}

hr {
  display: block;
  border: 0;
  height: 2px;
  background: var(--color-hdl);
  margin: var(--m) 0;
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}

.script {
  font-family: "Biro", sans-serif;
  font-weight: 400;
  color: var(--zissou-orange);
}

.h1, .h2, .h3, .h4 {
  font-weight: 700;
  margin-left: -0.05em;
}
.h1 em, .h1 i, .h2 em, .h2 i, .h3 em, .h3 i, .h4 em, .h4 i {
  font-style: normal;
}

.h1, .h2, .h3, .h4 {
  font-family: "Space Grotesk", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  color: var(--color-hdl);
}

.h5, .h6 {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: none;
  display: block;
  color: var(--color-txt);
}

.h1 {
  font-size: var(--fs8);
  line-height: var(--lh8);
  letter-spacing: -0.03em;
  margin-bottom: var(--sp10);
}

.h2 {
  font-size: var(--fs7);
  line-height: var(--lh7);
  letter-spacing: -0.03em;
  margin-bottom: var(--sp8);
}

.h3 {
  font-size: var(--fs6);
  line-height: var(--lh6);
  letter-spacing: -0.03em;
  margin-bottom: var(--sp8);
}

.h4 {
  font-size: var(--fs5);
  line-height: var(--lh5);
  letter-spacing: -0.03em;
  margin-bottom: var(--sp8);
}

.h5 {
  font-size: var(--fs4);
  line-height: var(--lh4);
  margin-bottom: calc(var(--mp4) * 0.5);
}

.h6 {
  font-size: var(--fs3);
  line-height: var(--lh3);
  margin-bottom: calc(var(--mp3) * 0.5);
}

.t1 {
  font-weight: 500;
  font-size: var(--fs4);
  line-height: var(--lh4);
  margin-bottom: var(--mp4);
}

.t2 {
  font-size: var(--fs3);
  line-height: var(--lh3);
  margin-bottom: var(--mp3);
}

.t3 {
  font-size: var(--fs2);
  line-height: var(--lh2);
  margin-bottom: var(--fs2);
}

.t4 {
  font-size: var(--fs1);
  line-height: var(--lh1);
  margin-bottom: var(--lh1);
}

.byline {
  margin-bottom: var(--sp2);
}
.byline address, .byline time {
  display: inline;
  font-style: normal;
}

p {
  font-weight: 400;
  font-size: var(--fs3);
  line-height: var(--lh3);
  color: var(--color-txt);
}
p.preamble {
  font-weight: 500;
  font-size: var(--fs4);
  line-height: var(--lh4);
}
p a:link, p a:active, p a:visited {
  text-decoration: underline;
  color: inherit;
  transition: color 100ms ease-out;
}
p a:link:hover, p a:link:focus, p a:active:hover, p a:active:focus, p a:visited:hover, p a:visited:focus {
  color: var(--color-lnk);
}

.superscript {
  position: relative;
  display: inline-block;
  top: -0.1em;
  margin: 0 -0.1em;
  transform: scale(0.6);
}

i {
  font-style: italic;
  font-synthesis: none;
}

li {
  margin-left: 1.2em;
}

header {
  position: absolute;
  padding: var(--m);
  width: 100%;
}
header.open nav {
  left: 0px;
}
header.open .burger .bar {
  background-color: var(--zissou-orange);
}
header.open .burger .bar:nth-child(1) {
  transform: translateY(0px) rotate(45deg);
}
header.open .burger .bar:nth-child(2) {
  opacity: 0;
}
header.open .burger .bar:nth-child(3) {
  transform: translateY(0px) rotate(-45deg);
}
header .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--m);
  padding: var(--m);
  margin: auto;
  width: max(200px, 46vw);
  height: auto;
}
header .button {
  position: absolute;
  top: var(--m);
  right: var(--m);
}
header .burger {
  position: fixed;
  z-index: 105;
  top: calc(7px + var(--m));
  left: var(--m);
  transform: translateY(8px);
  cursor: pointer;
}
header .burger:hover .bar {
  background-color: var(--zissou-orange);
}
header .burger .bar {
  position: absolute;
  transform-origin: center;
  transition: color 200ms, transform 200ms, opacity 200ms;
  transform-box: fill-box;
  width: max(30px, 3vw);
  height: max(3px, 0.2vw);
  background-color: var(--zissou-red);
}
header .burger .bar:nth-child(1) {
  transform: translateY(min(-8px, -0.7vw));
}
header .burger .bar:nth-child(2) {
  transform: translateY(0px);
  width: max(20px, 2vw);
}
header .burger .bar:nth-child(3) {
  transform: translateY(max(8px, 0.7vw));
}
header .burger .bar:nth-child(4) {
  width: 50px;
  height: 40px;
  transform: translate(-10px, -18px);
  opacity: 0;
  background-color: var(--zissou-beige) !important;
}
header nav {
  position: fixed;
  z-index: 100;
  top: 0;
  left: -20vw;
  width: 20vw;
  height: 100vh;
  min-width: 200px;
  padding-top: calc(var(--sp3) + var(--sp3) + 30px);
  padding-left: var(--m);
  font-size: max(20px, var(--fs4));
  line-height: max(28px, var(--lh4));
  transition: left 300ms;
  transition-timing-function: ease-out;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 10px 0px 40px);
}
@media (max-width: 450px) {
  header nav {
    left: -100vw;
    width: 100vw;
  }
}
header nav ul {
  list-style-type: none;
  margin-right: var(--sp2);
  font-weight: 700;
}
header nav ul.sub-menu {
  font-weight: 400;
}
header nav ul.sub-menu li a::before {
  content: "– ";
}
header nav li {
  margin: 0;
}
header nav a:link, header nav a:active, header nav a:visited {
  color: var(--color);
  text-decoration: none;
}
header nav a:hover {
  color: var(--color-lnk);
}

footer {
  display: flex;
  justify-content: space-between;
  padding: var(--sp10) var(--m) var(--m) var(--m);
  font-size: var(--fs2);
  line-height: var(--lh2);
}
footer .logo {
  width: 20vw;
  height: auto;
  cursor: pointer;
}
footer nav ul {
  margin-top: 2.5vw;
  list-style-type: none;
}
footer nav li {
  display: inline-block;
  margin-left: var(--sp1);
}
footer nav .ig {
  transform: translateY(3px);
  display: inline-block;
  margin-left: 2vw;
}
footer nav .ig::before {
  content: url("images/icon-instagram-sand.svg");
}
@media (max-width: 768px) {
  footer {
    text-align: center;
    display: block;
  }
  footer .logo {
    width: 40vw;
    height: auto;
    margin-bottom: var(--sp3);
  }
  footer nav {
    display: block;
  }
  footer nav li {
    display: block;
    margin-bottom: 1vw;
  }
  footer .ig {
    margin-top: 3vw;
    margin-left: 0 !important;
  }
}

#content {
  margin-top: calc(var(--m2) + max(47px, 9.8vw));
  padding: var(--m2);
  padding-top: var(--sp7);
  min-height: calc(100vh - 12vw);
  background-color: var(--color-bkg);
  color: var(--color-txt);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#content a:link, #content a:active, #content a:visited {
  color: var(--color-lnk);
  text-decoration: none;
}
section {
  padding: var(--sp2);
}

section.contact img {
  width: 40vw;
  height: auto;
  margin-bottom: 2vw;
}

.archive {
  width: 60vw;
  margin: 0 auto;
  padding: var(--sp3) 0;
}
.archive .grid-4 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: var(--sp3);
  padding: var(--sp3) 0;
}
.archive img, .archive h2 {
  margin-bottom: var(--sp1);
}
.archive a {
  margin-top: var(--sp1);
  display: inline-block;
}
.archive .grid-item {
  margin-bottom: var(--sp1);
}
@media (max-width: 600px) {
  .archive {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */