/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  display: inline-block;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

picture {
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: flex;
}

@font-face {
  font-family: "GeneralSans-Variable";
  src: url("./fonts/GeneralSans-Variable.woff2") format("woff2"), url("./fonts/GeneralSans-Variable.woff") format("woff"), url("./fonts/GeneralSans-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
:root {
  --color-primary: #1b1b1b;
  --color-secondary: #f5f5f5;
  --color-tertiary: #e6e4e0;
  --site-padding: clamp(1rem, 2.380952vw, 2.5rem);
  --gap: clamp(1rem, 1.190476vw, 1.25rem);
  --radius: 0.25rem;
  --radius-big: calc(var(--radius) * 5);
  --radius-full: 100vmax;
  --transition-base: 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  --transition-nav: 0.5s cubic-bezier(0.38, 0.005, 0.215, 1);
  --transition-smooth: 1.2s cubic-bezier(0.38, 0.005, 0.215, 1);
  --transition-simple: 0.1s ease-out;
  --stroke-width: 0.094rem;
  --font-primary: "General Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
  background-color: var(--color-secondary);
  text-size-adjust: none;
}

body {
  display: block;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: var(--color-primary);
  background-color: var(--color-secondary);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: var(--gap);
  width: 100%;
  padding-inline: var(--site-padding);
}
@media (min-width: 992px) {
  .row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

h1 {
  font-size: clamp(1.25rem, 1.18rem + 0.2667vw, 1.5rem);
  font-weight: 500;
  font-variation-settings: "wght" 500;
  line-height: 1.3;
}

.coming {
  padding-block: 1rem;
  height: 100vh;
  display: grid;
}
.coming .container,
.coming .row {
  display: grid;
  height: 100%;
}
.coming .row {
  grid-template-rows: max-content 1fr max-content;
}
.coming .logo {
  grid-column: 1/span 2;
  grid-row: 1;
}
@media (min-width: 992px) {
  .coming .logo {
    grid-column: 1/span 6;
  }
}
.coming .logo img {
  width: auto;
  height: 9vh;
  max-height: 140px;
  object-fit: contain;
}
.coming .address {
  grid-column: 3/span 2;
  grid-row: 1;
}
@media (min-width: 992px) {
  .coming .address {
    grid-column: 7/span 6;
  }
}
.coming .address p {
  line-height: 1.3;
}
.coming .image-marquee {
  grid-column: 1/span 4;
  grid-row: 2;
  display: flex;
  height: 100%;
  align-items: center;
  overflow: clip;
}
@media (min-width: 992px) {
  .coming .image-marquee {
    grid-column: 1/span 12;
  }
}
.coming .image-marquee .marquee-container {
  width: max-content;
  white-space: nowrap;
  display: flex;
  gap: var(--gap);
  /* Important */
  padding: 0 var(--gap) 0 0;
  user-select: none;
  cursor: grab;
}
.coming .image-marquee .card {
  width: 33vw;
  aspect-ratio: 4/5;
}
@media (min-width: 992px) {
  .coming .image-marquee .card {
    width: 25vw;
  }
}
.coming .image-marquee .card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
}
.coming .links-wrapper {
  grid-column: 1/span 4;
  grid-row: 4;
  align-self: end;
}
@media (min-width: 992px) {
  .coming .links-wrapper {
    grid-column: 1/span 6;
    grid-row: 3;
  }
}
.coming .links-wrapper li {
  display: flex;
}
.coming .links-wrapper li a {
  font-size: clamp(1.5rem, 1.29rem + 0.8vw, 2.25rem);
  font-variation-settings: "wght" 475;
  line-height: 1.3;
  display: flex;
  letter-spacing: -0.02em;
}
.coming .title {
  grid-column: 1/span 4;
  grid-row: 3;
}
@media (max-width: 991px) {
  .coming .title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .coming .title {
    grid-column: 7/span 6;
    grid-row: 3;
  }
}
.coming .title h1 {
  max-inline-size: 54ch;
  display: inline;
}
.coming .title h1 span {
  display: inline-block;
  opacity: 0.6;
  margin-bottom: 0.5em;
}/*# sourceMappingURL=style.css.map */