/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'Maison Neue';
    src: url('../font/MaisonNeue-Book.woff') format('woff');
}

@font-face {
    font-family: 'Standard-trial 100';
    src: url('../font/Standard-trial-100.woff2') format('woff2');
}

html {
    background: #EEEFE2;
    color: #000;
    font: 16px/1.25em 'Maison Neue', sans-serif;
    scroll-behavior: smooth;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 20px;
        line-height: 1.25em;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 24px;
        line-height: 1.25em;
    }
}

img {
    height: auto !important;
    max-width: 100%;
}

p {
    margin: 0 0 32px 0;
}

a {
    color: inherit;
}

/* layout */
.container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1440px;
}

.row,
.row-12 {
    display: flex;
    flex-wrap: wrap;
}

.row-12 {
    margin-left: -12px;
    margin-right: -12px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    box-sizing: border-box;
}

.col-1 {
    width: 8.3333333333%;
}

.col-2 {
    width: 16.6666666666%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333333333%;
}

.col-5 {
    width: 41.6666666666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.3333333333%;
}

.col-8 {
    width: 66.6666666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3333333333%;
}

.col-11 {
    width: 91.6666666666%;
}

.col-12 {
    width: 100%;
}

.order-1 {
    order: 0;
}

.order-2 {
    order: 1;
}

.order-3 {
    order: 2;
}

.order-4 {
    order: 3;
}

.order-5 {
    order: 4;
}

.order-6 {
    order: 5;
}

.order-7 {
    order: 6;
}

.order-8 {
    order: 7;
}

.order-9 {
    order: 8;
}

.order-10 {
    order: 9;
}

.order-12 {
    order: 11;
}

.push-0 {
    margin-left: 0;
}

.push-1 {
    margin-left: 8.3333333333%;
}

.push-2 {
    margin-left: 16.6666666666%;
}

.push-3 {
    margin-left: 25%;
}

.push-4 {
    margin-left: 33.3333333333%;
}

.push-5 {
    margin-left: 41.6666666666%;
}

.push-6 {
    margin-left: 50%;
}

.push-7 {
    margin-left: 58.3333333333%;
}

.push-8 {
    margin-left: 66.6666666666%;
}

.push-9 {
    margin-left: 75%;
}

.push-10 {
    margin-left: 83.3333333333%;
}

.push-11 {
    margin-left: 91.6666666666%;
}

.gutter-12 {
    padding-left: 12px;
    padding-right: 12px;
}

@media screen and (min-width: 768px) {
    .col-1-768 {
        width: 8.3333333333%;
    }

    .col-2-768 {
        width: 16.6666666666%;
    }

    .col-3-768 {
        width: 25%;
    }

    .col-4-768 {
        width: 33.3333333333%;
    }

    .col-5-768 {
        width: 41.6666666666%;
    }

    .col-6-768 {
        width: 50%;
    }
    
    .col-7-768 {
        width: 58.3333333333%;
    }

    .col-8-768 {
        width: 66.6666666666%;
    }

    .col-9-768 {
        width: 75%;
    }

    .col-10-768 {
        width: 83.3333333333%;
    }

    .col-11-768 {
        width: 91.6666666666%;
    }

    .col-12-768 {
        width: 100%;
    }

    .order-1-768 {
        order: 0;
    }
    
    .order-2-768 {
        order: 1;
    }

    .order-3-768 {
        order: 2;
    }

    .order-4-768 {
        order: 3;
    }

    .order-5-768 {
        order: 4;
    }

    .order-6-768 {
        order: 5;
    }

    .order-7-768 {
        order: 6;
    }
    
    .order-8-768 {
        order: 7;
    }

    .order-9-768 {
        order: 8;
    }

    .order-10-768 {
        order: 9;
    }

    .order-11-768 {
        order: 10;
    }

    .order-12-768 {
        order: 11;
    }
    
    .push-0-768 {
        margin-left: 0;
    }

    .push-1-768 {
        margin-left: 8.3333333333%;
    }

    .push-2-768 {
        margin-left: 16.6666666666%;
    }

    .push-3-768 {
        margin-left: 25%;
    }

    .push-4-768 {
        margin-left: 33.3333333333%;
    }

    .push-5-768 {
        margin-left: 41.6666666666%;
    }

    .push-6-768 {
        margin-left: 50%;
    }
    
    .push-7-768 {
        margin-left: 58.3333333333%;
    }

    .push-8-768 {
        margin-left: 66.6666666666%;
    }

    .push-9-768 {
        margin-left: 75%;
    }

    .push-10-768 {
        margin-left: 83.3333333333%;
    }

    .push-11-768 {
        margin-left: 91.6666666666%;
    }
}

/* table */
.table {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.table-cell.top {
    vertical-align: top;
}

.table-cell.middle {
    vertical-align: middle;
}

.table-cell.bottom {
    vertical-align: bottom;
}

/* form */
/*::-webkit-input-placeholder {
    color: inherit;
}

:-ms-input-placeholder {
    color: inherit;
}

::placeholder {
    color: inherit;
}*/

input {
    border-radius: 0;
    color: inherit;
}

/* lazy */
.lazy {
    opacity: 0;
    transform: translate(0, 32px);
    transition-duration: 1s;
    transition-property: opacity, transform;
}

.lazy.loaded {
    opacity: 1;
    transform: translate(0, 0);
}

/* header */
.header {
   padding: 12px; 
}

@media screen and (min-width: 768px) {
    .header {
        padding: 24px;
    }
}

/* main-menu */
.main-menu {
    align-items: center;
    display: flex;
    font-family: 'Standard-trial 100';
    font-size: 24px;
    justify-content: space-between;
    line-height: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .main-menu {
        font-size: 36px;
        line-height: 1em;
    }
}

@media screen and (min-width: 1440px) {
    .main-menu {
        font-size: 48px;
        line-height: 1em;
    }
}

.main-menu li {
}

.main-menu a {
    text-decoration: none;
}

/* logo */
.logo {
    height: 64px;
    width: 41px;
}

@media screen and (min-width: 768px) {
    .logo {
        height: 96px;
        width: 62px;
    }
}

@media screen and (min-width: 1440px) {
    .logo {
        height: 128px;
        width: 82px;
    }
}

/* footer */
.footer {
    background: #000;
    color: #FFF;
    padding: 32px 12px 1px 12px;
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 128px 24px 1px 24px;
    }
}

/* footer-menu */
.footer-menu {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: bold;
    gap: 12px;
    justify-content: space-between;
    line-height: 1em;
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .footer-menu {
        flex-direction: row;
        margin: 0 0 64px 0;
    }
}

@media screen and (min-width: 1024px) {
    .footer-menu {
        font-size: 36px;
        line-height: 1em;
    }
}

@media screen and (min-width: 1440px) {
    .footer-menu {
        font-size: 48px;
        line-height: 1em;
    }
}

.footer-menu li {
}

.footer-menu a {
    text-decoration: none;
}

/* block */
.block {
    font-family: 'Standard-trial 100';
    font-size: 8vw;
    line-height: 1.25em;
    padding: 32px 12px 1px 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .block {
        padding: 32px 24px 1px 24px;
    }
}

.block__0 {
    background-image: url(../img/image.webp);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 12px;
    content: "";
    left: 12px;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .block__0 {
        bottom: 24px;
        left: 24px;
        right: 24px;
        top: 24px;
    }
}

.block h1 {
    margin: 0 0 32px 0;
}

@media screen and (min-width: 768px) {
    .block h1 {
        margin: 0 0 64px 0;
    }
}

.block__1 {
    min-height: 75vh;
}

/* list */
.list {
    font-family: 'Standard-trial 100';
    font-size: 12vw;
    line-height: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.list__0 {
    padding: 32px 0;
}

.list__0--0 {
    background: #7429FF;
}

.list__0--1 {
    background: #E6BADC;
}

.list__0--2 {
    background: #D7E4B2;
}

/* block-2 */
.block-2 {
    padding: 32px 12px 1px 12px;
}

@media screen and (min-width: 768px) {
    .block-2 {
        padding: 64px 24px 32px 24px;
    }
}

.block-2 h2 {
    margin: 0 0 32px 0;
}

@media screen and (min-width: 768px) {
    .block-2 h2 {
        margin: 0 0 64px 0;
    }
}

.block-2 img {
    display: block;
    margin: 0 auto;
    width: 66.66666%;
}

/* block-3 */
.block-3 {
    background: #E64404;
    padding: 32px 12px 1px 12px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .block-3 {
        padding: 64px 24px 32px 24px;
    }
}

.block-3 h2 {
    margin: 0 0 32px 0;
}

@media screen and (min-width: 768px) {
    .block-3 h2 {
        margin: 0 0 64px 0;
    }
}

/* animation */
@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    
    100% {
        transform: translateX(-100%);
    }
}

/* form */
/*input[type="text"],
input[type="email"] {
    background: #000;
    border: none;
    border-radius: 24px;
    box-sizing: border-box;
    color: #FFF;
    display: block;
    font-family: inherit;
    font-size: 24px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    margin: 0 0 12px 0;
    padding: 0 24px;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 768px) {
    input[type="text"],
    input[type="email"] {
        border-radius: 36px;
        height: 72px;
        line-height: 72px;
        font-size: 36px;
    }
}

button {
    background: #000;
    border: none;
    border-radius: 24px;
    color: #FFF;
    display: flex;
    font-family: inherit;
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

@media screen and (min-width: 768px) {
    button {
        border-radius: 36px;
        font-size: 36px;
        line-height: 72px;
    }
}*/

button div {
    animation: scrolling 15s linear infinite;
    display: flex;
    flex: 0 0 100%;
    gap: 24px;
    justify-content: space-around;
    padding-right: 24px;
    will-change: transform;
}

button span {
    white-space: nowrap;
}

/* klaviyo */
::-webkit-input-placeholder {
    color: inherit !important;
    font-size: inherit !important;
}

:-ms-input-placeholder {
    color: inherit !important;
    font-size: inherit !important;
}

::placeholder {
    color: inherit !important;
    font-size: inherit !important;
}

input[type="text"],
input[type="email"] {
    background: #000 !important;
    border: none !important;
    border-radius: 24px !important;
    color: #FFF !important;
    display: block;
    font-family: 'Maison Neue', sans-serif !important;
    font-size: 24px !important;
    height: 48px !important;
    line-height: 48px !important;
    margin: 0 0 12px 0;
    padding: 0 24px !important;
    text-align: center !important;
    width: 100%;
}

@media screen and (min-width: 768px) {
    input[type="text"],
    input[type="email"] {
        border-radius: 36px !important;
        height: 72px !important;
        font-size: 36px !important;
        line-height: 72px !important;
    }
}

button {
    background: #000 !important;
    border: none !important;
    border-radius: 24px !important;
    color: #FFF !important;
    /*display: flex !important;*/
    display: block !important;
    font-family: 'Maison Neue', sans-serif !important;
    font-size: 24px !important;
    font-weight: normal !important;
    height: auto !important;
    line-height: 48px !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    width: 9999px !important;
}

@media screen and (min-width: 768px) {
    button {
        border-radius: 36px !important;
        font-size: 36px !important;
        line-height: 72px !important;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

