:root {
  --cyan: #0799d8;
  --cyan-glow: #5cb9e0;
  --yellow: #f1ff00;
  --lime: #c9ff00;
  --text: #111;
  --muted: #0000008c;
  --heading: #000000d4;
  --max: 1320px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.wrap {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.wrap-narrow {
  width: min(100% - 32px, 1170px);
  margin-inline: auto;
}

/* Header */
.site-header {
  position: relative;
  z-index: 10;
  background: #fff;
  border-style: double;
  border-width: 0 0 4px 0;
  border-color: #f1ff00;
  box-shadow: 0 0 10px 8px var(--cyan-glow);
  padding: 10px 0;
}

.header-row {
  display: grid;
  grid-template-columns: 17.632% minmax(0, 1fr) minmax(0, 1.2fr) auto auto;
  gap: 12px 16px;
  align-items: center;
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.logo {
  display: block;
  width: 10em;
  max-width: 100%;
  justify-self: center;
}

.logo img {
  width: 100%;
}

.tagline {
  position: relative;
  margin: 0;
  width: 66%;
  max-width: 9.5em;
  min-width: 0;
  color: var(--heading);
  font-family: Anton, sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.15;
  padding-left: 30px;
  overflow: visible;
}

.tagline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  bottom: 0.12em;
  width: 4px;
  background: linear-gradient(93deg, var(--lime) 0%, var(--cyan) 100%);
}

.header-search {
  min-width: 0;
}

.header-fb lottie-player {
  width: 70px;
  height: 70px;
}

.header-cart {
  display: flex;
  justify-content: flex-end;
  min-width: 48px;
}

/* Categories + store */
.intro {
  padding: 8px 0 8px;
}

.benefits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px 32px;
  padding: 18px 0 20px;
}

.benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 1 auto;
}

.benefit lottie-player {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.benefit h3 {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.benefit p {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--muted);
}

.store {
  padding: 8px 0 40px;
}

/* Ecwid product cards: air inside the frame */
.ec-size .ec-store .grid-product__wrap,
.ec-store .grid-product__wrap {
  overflow: hidden;
}

.ec-size .ec-store .grid-product__wrap-inner,
.ec-store .grid-product__wrap-inner {
  padding: 16px 18px 20px !important;
  box-sizing: border-box;
}

.ec-size .ec-store .grid-product__title,
.ec-size .ec-store .grid-product__price,
.ec-size .ec-store .grid-product__sku,
.ec-size .ec-store .grid-product__button,
.ec-store .grid-product__title,
.ec-store .grid-product__price,
.ec-store .grid-product__sku,
.ec-store .grid-product__button {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ec-size .ec-store .grid-product__buy-now,
.ec-store .grid-product__buy-now {
  margin-top: 10px !important;
}

/* Contact */
.contact {
  padding: 56px 20px 48px;
  background: #fff;
  border-top: 2px solid var(--lime);
}

.contact-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 28px;
}

.contact-head lottie-player {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
}

.contact-title {
  margin: 0 0 8px;
  color: #111;
  font-family: Anton, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
}

.contact-lead {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #444;
}

.section-title {
  margin: 0 0 8px;
  color: var(--heading);
  font-family: Anton, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  padding-left: 30px;
  position: relative;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 4px;
  background: linear-gradient(93deg, var(--lime) 0%, var(--cyan) 100%);
}

.contact-form {
  max-width: 520px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #7a7a7a;
  font-size: 13px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #02010117;
  border-radius: 20px;
  background: transparent;
  padding: 10px 14px;
  font: inherit;
  color: #333;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--cyan);
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.hp {
  position: absolute;
  left: -9999px;
}

.btn-contact {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  padding: 8px 22px;
  border: 1px dashed #000;
  border-radius: 50px;
  background: transparent;
  color: #000;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.btn-contact:hover {
  color: #4b4b4b;
}

.form-msg {
  text-align: center;
  font-size: 14px;
}

.form-msg.is-ok {
  color: #1a7a3a;
}

.form-msg.is-err {
  color: #cb3030;
}

/* Photos */
.media {
  padding: 0;
  background: #fff;
}

.media-head {
  background: #fff;
  padding: 20px 10px 12px;
}

.media-body {
  padding: 0 10px 80px;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 8px;
}

.media-col {
  display: grid;
  gap: 12px;
  align-content: start;
}

.media-frame {
  overflow: hidden;
  background: #111;
  aspect-ratio: 16 / 10;
}

.media-frame iframe,
.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.media-frame img {
  transition: transform 0.45s ease;
}

.media-frame:hover img {
  transform: scale(1.08);
}

/* Footer */
.site-footer {
  padding: 88px 24px 60px;
  background: linear-gradient(180deg, #fff 0%, #dfdfdf 100%);
  text-align: center;
}

.thanks {
  max-width: 820px;
  margin: 0 auto 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  line-height: 26px;
  color: #111;
}

.thanks::first-letter {
  font-size: 28px;
  font-weight: 400;
  float: left;
  line-height: 1;
  margin: 2px 8px 0 0;
}

.footer-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  max-width: 1170px;
  margin: 36px auto 0;
}

.copy {
  margin: 0;
  font-size: 13px;
  text-align: left;
}

.follow {
  text-align: center;
}

.follow-title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.follow-fb {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #000;
}

.follow-fb svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.pay {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 12px;
  align-items: center;
}

.to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #4a4a4a;
  color: #fff;
  font-size: 18px;
  z-index: 20;
}

.pay img {
  height: 22px;
  width: auto;
  max-width: 48px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .header-row {
    grid-template-columns: 1fr auto auto;
    grid-template-areas:
      "logo fb cart"
      "tag tag tag"
      "search search search";
  }

  .logo {
    grid-area: logo;
    width: 80%;
    max-width: 10em;
    justify-self: center;
    margin-top: 103px;
  }

  .tagline {
    grid-area: tag;
    width: auto;
    max-width: none;
    font-size: 16px;
    padding: 0;
    text-align: center;
  }

  .tagline::before {
    display: none;
  }

  .header-search {
    grid-area: search;
  }

  .header-fb {
    grid-area: fb;
  }

  .header-cart {
    grid-area: cart;
  }

  .benefits {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-head {
    flex-direction: column;
    text-align: center;
  }

  .footer-bar {
    grid-template-columns: 1fr;
  }

  .copy,
  .pay {
    justify-content: center;
    text-align: center;
  }

  .media-grid {
    grid-template-columns: 1fr;
  }

  .site-header,
  .site-footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}
