/* Asyoulike Waikiki - Custom Styles */

/* ============================
   BASE
   ============================ */

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

body {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  color: #1a3c4d;
  background: #ffffff;
}

/* ============================
   NAV
   ============================ */

#main-nav {
  position: relative;
  z-index: 1000;
  background: #ffffff;
  height: 82px;
  display: flex;
  align-items: center;
}

.nav-inner {
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 55px;
}

.nav-logo-link {
  flex-shrink: 0;
}

.nav-logo {
  width: 85px;
  height: 60px;
  object-fit: contain;
  display: block;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: #1a3c4d;
  text-decoration: none;
  font-family: Rubik;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 8%;
  text-align: center;

  text-transform: uppercase;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: #f2a0b3 !important;
}

.nav-address {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  letter-spacing: 8%;
  text-transform: uppercase;
  color: #1a3c4d;
  flex-shrink: 0;
}

.nav-address a {
  color: #1a3c4d;
  text-decoration: none;
  transition: color 0.2s;
}

.nav-address a:hover {
  color: #f2a0b3;
}

.nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 6px;
  position: relative;
  z-index: 1000;
}

.nav-hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  background: #1D374D;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.nav-hamburger.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-hamburger.open span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

#mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #ffffff;
  font-family: "Rubik", sans-serif;
}

#mobile-menu ul {
  list-style: none;
  padding: 80px 0 0;
  margin: 0;
}

#mobile-menu ul li {
  border-bottom: 1px solid #e5e5e5;
}

#mobile-menu ul li a {
  display: block;
  padding: 20px 30px;
  font-size: 22px;
  font-weight: 400;
  color: #1a3c4d;
  text-decoration: none;
}

#mobile-menu.open {
  display: block;
}

/* ============================
   TICKER
   ============================ */

.site-ticker {
  position: relative;
  background: #ffc3d9;
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.footer-ticker {
  background: #ffc3d9;
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 35s linear infinite;
}

.ticker-item {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 8%;
  text-transform: uppercase;
  color: #1a3c4d;
  white-space: nowrap;
  padding: 0;
}

.ticker-dot {
  padding: 0 31px;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ============================
   PAGE WRAPPER
   ============================ */

#page-wrapper {
  overflow: hidden;
}

/* ============================
   HERO
   ============================ */

.section-hero {
  position: relative;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
}

.hero-bg-pattern {
  position: absolute;
  top: 315px;
  left: 0;
  right: 0;
  height: 556px;
  background-image: url("../images/background_pink.png");
  background-repeat: repeat-x;
  background-size: auto 556px;
  opacity: 0.15;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px 20px 24px;
}

.hero-avatar {
  width: 85px;
  height: 60px;
  object-fit: contain;
  margin: 0 auto 10px;
  display: block;
}

.hero-title {
  font-size: 54px;
  color: #1a3c4d;
  margin: 0 0 6px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-align: center;
}

.hero-title-brooklyn {
  font-family: "Miltonian", cursive;
  font-weight: 400;
}

.hero-title-waikiki {
  font-family: "YellowTail", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 77px;
}

.hero-subtitle {
  font-family: "Rubik", sans-serif;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.18em;
  line-height: 1;
  text-align: center;
  color: #1a3c4d;
  margin: 48px 0 16px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 236px;
  height: 60px;
  background: #1a3c4d;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 10%;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 32px;
  transition: background 0.2s;
}

.hero-cta:hover {
  background: #ffc3d9;
  color: #1a3c4d;
}

.hero-products {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  max-width: 1100px;
  margin: -100px auto 0;
  padding: 0;
  transform: translateX(-4%);
  pointer-events: none;
}

.hero-product-img {
  pointer-events: none;
  width: 420px;
  height: auto;
  object-fit: contain;
  display: block;
}

.hero-product-img:last-child {
  width: 234px;
  margin-top: 50px;
}

/* ============================
   NEW WAVE MATCHA
   ============================ */

.section-new-wave {
  padding: 60px 0;
  background: #ffffff;
  margin-top: -50px;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.section-new-wave > .new-wave-inner {
  width: 100%;
}

.new-wave-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.new-wave-text {
  flex: 1;
  min-width: 700px;
  padding-left: 64px;
}

.new-wave-heading {
  font-size: 49px;
  color: #1a3c4d;
  margin: 0 0 14px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.new-wave-heading-part1 {
  font-family: "YellowTail", cursive;
  font-weight: 400;
  font-size: 69px;
}

.new-wave-heading-part2 {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.new-wave-body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #1a3c4d;
  margin: 0 0 28px;
  line-height: 1.6;
}

.btn-pink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 236px;
  height: 60px;
  background: #ffc3d9;
  color: #1a3c4d;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 10%;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
}

.btn-pink:hover {
  background: #1a3c4d;
  color: #ffffff;
}

.new-wave-illustration {
  flex: 0 1 624px;
  min-width: 400px;
}

.new-wave-illustration img {
  width: 100%;
  max-width: 624px;
  height: auto;
  display: block;
}

.new-wave-illustration-placeholder {
  width: 320px;
  height: 320px;
  background: #f5e6c8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #1a3c4d;
  text-align: center;
  line-height: 1.5;
  border-radius: 50%;
}

/* ============================
   IMAGE SCROLL (drinks + musubi)
   ============================ */

.image-scroll {
  overflow: hidden;
  width: 100%;
}

.image-scroll-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: image-scroll 45s linear infinite;
}

.scroll-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scroll-item img {
  object-fit: contain;
  display: block;
}

.scroll-item-musubi img {
  height: 220px;
  width: 220px;
}

.scroll-item-drink img {
  height: 450px;
  width: 450px;
}

.scroll-item-title {
  display: none;
}

@keyframes image-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ============================
   MUSUBI GRID
   ============================ */

.section-musubi {
  background: #ffffff;
  margin-top: -100px;
}

.musubi-grid-wrapper {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 40px;
}

.musubi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  border-top: 1px solid #1a3c4d;
  border-bottom: 1px solid #1a3c4d;
  padding: 30px 0;
}

.musubi-grid-item {
  text-align: center;
}

.musubi-grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

.musubi-grid-title {
  font-family: "Tsukimi Rounded", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #1a3c4d;
  margin-top: 10px;
}

/* ============================
   BANNER
   ============================ */

.section-banner {
  max-width: 1600px;
  margin: 0 auto;
}

.banner-image {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================
   STRAWBERRY COCO
   ============================ */

.section-strawberry-coco {
  display: flex;
  min-height: 500px;
  position: relative;
}

.sc-left {
  flex: 1;
  background: #8a9a5a;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 20px 40px 60px;
}

.sc-right {
  flex: 1;
  background: #f5e6c8;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 40px 60px 40px 20px;
}

.sc-vertical-text {
  display: flex;
  flex-direction: column;
  font-size: 56px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.sc-coco-text {
  display: flex;
  flex-direction: column;
  font-size: 56px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #e87060;
}

.sc-product {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 260px;
  text-align: center;
}

.sc-product img {
  width: 100%;
  height: auto;
  display: block;
}

.sc-product-placeholder {
  width: 260px;
  height: 340px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #1a3c4d;
  text-align: center;
  line-height: 1.5;
  border: 2px dashed #1a3c4d;
}

.sc-annotations {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sc-annotation {
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  color: #1a3c4d;
  white-space: nowrap;
  right: -10px;
}

.sc-annotation::before {
  content: "— ";
}

.sc-annotation--top {
  top: 15%;
}
.sc-annotation--mid {
  top: 48%;
}
.sc-annotation--bot {
  top: 78%;
}

/* ============================
   TOTE BAGS
   ============================ */

.section-totes {
  padding: 80px 0;
  background: #ffffff;
}

.totes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  align-items: end;
}

.tote-item {
  position: relative;
  text-align: center;
}

.tote-item img {
  width: 100%;
  height: auto;
  display: block;
}

.tote-placeholder {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background: #f5e6c8;
}

.tote-placeholder::after {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #1a3c4d;
}

.tote-btn-overlay {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* ============================
   STICKERS
   ============================ */

.section-stickers {
  background: #ffffff;
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}

.section-stickers::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/background_pink.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-color: #ffc3d9;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.section-stickers::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 72px;
  height: 97px;
  background: #fff6f9;
  z-index: 0;
  pointer-events: none;
}

.section-stickers > * {
  position: relative;
  z-index: 1;
}

.stickers-heading {
  font-family: "YellowTail", sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #1a3c4d;
  text-align: center;
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stickers-grid {
  position: relative;
  width: 100%;
  height: 400px;
}

.sticker-item {
  position: absolute;
}

.sticker-item img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

/* individual coin positioning */
#sticker-matcha {
  left: 13%;
  transform: translateX(-50%);
  top: -100px;
}
#sticker-musubi {
  left: 29%;
  transform: translateX(-50%);
  top: 100px;
}
#sticker-ayl {
  left: 50%;
  transform: translateX(-50%);
}
#sticker-wave {
  left: 70%;
  transform: translateX(-50%);
  top: 140px;
}
#sticker-wave img {
  width: 240px;
  height: 240px;
}
#sticker-aloha {
  left: 87%;
  transform: translateX(-50%);
  top: -50px;
}
#sticker-aloha img {
  width: 240px;
  height: 240px;
}
.sticker-placeholder {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #1a3c4d;
  text-align: center;
  line-height: 1.4;
}

.sticker-item--large .sticker-placeholder {
  width: 180px;
  height: 180px;
}

/* ============================
   COMMUNITY
   ============================ */

.section-community {
  padding: 80px 0;
  background: #ffffff;
}

.community-heading {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #1a3c4d;
  text-align: center;
  margin: 0 0 32px;
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.community-item {
  display: flex;
  flex-direction: column;
}

.community-img-wrap {
  position: relative;
  overflow: hidden;
}

.community-img-link {
  display: block;
}

.community-img-wrap img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.community-img-wrap:hover img {
  transform: scale(1.1);
}

.community-placeholder {
  width: 100%;
  aspect-ratio: 1;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #1a3c4d;
}

.community-caption {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(26, 60, 77, 0.6));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 16px 20px;
}

.community-caption-title {
  font-family: "YellowTail", cursive;
  font-size: 29px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
  text-align: center;
}

.community-caption-desc {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: #1a3c4d;
  text-align: center;
  margin: 16px 0 0;
  padding: 0 8px;
}

/* ============================
   FOOTER TICKER
   ============================ */

/* .footer-ticker styles inherited from .site-ticker section above */

/* ============================
   FOOTER
   ============================ */

#page-footer {
  background: #1a3c4d;
  color: #ffffff;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 52px 60px;
  gap: 40px;
}

.footer-brand {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li + li {
  margin-top: 8px;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}

.footer-nav a:hover {
  opacity: 0.7;
}

.footer-right > a:first-of-type {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-right > a:first-of-type:hover {
  opacity: 0.7;
}

.footer-address-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.footer-address {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 16px;
  opacity: 0.85;
}

.footer-instagram {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  transition: color 0.2s;
}

.footer-instagram:hover {
//  color: #f2a0b3;
  opacity: 0.7;
}

.footer-bottom {
  text-align: center;
  padding: 16px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

.footer-bottom p {
  margin: 0;
}

/* ============================
   STICKY HOURS BAR
   ============================ */

.page-footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 25px;
  background: #b3d577;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #1a3c4d;
  text-align: center;
  line-height: 25px;
}

/* ============================
   ABOUT PAGE
   ============================ */

.about-section-hero {
  margin-top: 80px;
}

.about-content {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #1a3c4d;
  max-width: 750px;
  margin: 0 auto;
  padding: 40px 30px;
}

.about-content:has(video) {
  max-width: 1324px;
}

.about-content video {
  display: block;
  margin: 0 auto;
  width: 1324px;
  max-width: 100%;
}

/* ============================
   MOBILE
   ============================ */

@media (max-width: 768px) {
  .hero-title-from {
    display: none;
  }

  .hero-title-brooklyn {
    font-family: "Miltonian", cursive;
    font-size: 30px;
  }

  .hero-title-waikiki {
    font-size: 35px;
  }

  #main-nav {
    height: auto;
  }

  .nav-inner {
    padding: 0 4vw;
  }

  .nav-logo {
    width: 16vw;
    height: auto;
    margin: 4px 0;
  }

  .nav-links {
    display: none;
  }

  .nav-address {
    display: none;
  }

  .nav-inner {
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-hamburger {
    display: flex;
    padding: 8px;
    gap: 6px;
    margin-top: 6px;
    overflow: visible;
  }

  .nav-hamburger span {
    width: 30px;
    height: 2px;
  }

  /* HERO */
  .hero-avatar {
    display: none;
  }

  .hero-bg-pattern {
    top: 120px;
    height: 104vw;
    background-size: auto 104vw;
  }

  .hero-subtitle {
    display: none;
  }

  .hero-content {
    padding: 4vw 4vw 2vw;
  }

  .hero-title {
    font-size: 6.6vw;
    margin: 5vw 0 2vw;
  }



  .hero-cta {
    width: 63vw;
    height: 16vw;
    font-size: 3.5vw;
    margin-top: 3vw;
    padding: 0;
    justify-content: center;
  }

  .hero-products {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 4vw auto 0;
    transform: none;
  }

  .hero-product-img {
    width: 75vw;
    height: auto;
    margin-top: -15vw;
  }

  .hero-product-img:last-child {
    display: none;
  }

  /* NEW WAVE MATCHA */
  .section-new-wave {
    background: #c4d290;
    padding-top: 10vw;
    padding-bottom: 0;
    margin-top: 10vw;
    min-height: 0;
    max-height: 131vw;
    align-items: flex-start;
  }

  .new-wave-inner {
    flex-direction: column;
    padding: 0 10vw;
    padding-left: 0vw;
    gap: 8px;
  }

  .new-wave-text {
    padding-left: 0;
    min-width: 0;
  }

  .new-wave-heading {
    font-size: 32px;
    white-space: normal;
    max-width: 70vw;
  }

  .new-wave-heading-part1 {
    font-size: 35px;
  }

  .new-wave-heading-part2 {
    font-size: 30px;
  }

  .new-wave-body {
    max-width: 70vw;
  }

  .new-wave-illustration img {
    width: 80vw;
    margin-top: 10vw;
    margin-left: 20vw;
    display: block;
  }

  .section-new-wave .btn-pink {
    border: 2px solid #1a3c4d;
    background-color: #c4d290;
    color: #1a3c4d;
    width: 63vw;
    height: 16vw;
    font-size: 3.5vw;
  }

  .section-new-wave .btn-pink:hover {
    background: #1a3c4d;
    color: #ffffff;
  }

  /* MUSUBI SECTION */
  .section-musubi {
    margin-bottom: 30vw;
    margin-top: 40vw;
  }

  /* STRAWBERRY COCO */
  .section-strawberry-coco {
    flex-direction: column;
    min-height: auto;
  }

  .sc-left,
  .sc-right {
    padding: 32px 30px;
    justify-content: center;
  }

  .sc-vertical-text,
  .sc-coco-text {
    flex-direction: row;
    gap: 4px;
    font-size: 36px;
  }

  .sc-product {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: -16px auto;
    width: 200px;
  }

  .sc-annotations {
    display: none;
  }

  /* TOTES */
  .section-totes {
    overflow: hidden;
    padding: 25vw 0;
  }

  .totes-grid {
    display: flex;
    flex-direction: row;
    grid-template-columns: unset;
    max-width: unset;
    gap: 0;
    align-items: center;
    justify-content: center;
  }

  .tote-item {
    flex: 0 0 50vw;
    min-width: 50vw;
  }

  .tote-item:first-child {
    margin-right: -4vw;
    z-index: 0;
  }

  .tote-item:last-child {
    margin-left: -4vw;
    z-index: 0;
  }

  .tote-item--center {
    z-index: 1;
  }

  .tote-item img {
    width: 100%;
    height: auto;
  }

  .tote-btn-overlay {
    bottom: 20px;
  }

  .tote-btn-overlay .btn-pink {
    width: 63vw;
    height: 16vw;
    font-size: 3.5vw;
  }

  /* STICKERS */
  .section-stickers::before {
    top: 20vw;
  }

  .section-stickers::after {
    display: none;
  }

  .stickers-heading {
    font-size: 32px;
    font-weight: 400;
    margin-top: -25vw;
  }

  .stickers-grid {
    position: relative;
    z-index: 1;
    display: block;
    height: 120vw;
    width: 100%;
  }

  .sticker-item {
    position: absolute;
    transform: translateX(-50%);
  }

  .sticker-item img,
  #sticker-wave img,
  #sticker-aloha img {
    width: 40vw !important;
    height: 40vw !important;
  }

  #sticker-matcha {
    left: 25vw;
    top: 0;
  }

  #sticker-musubi {
    left: 75vw;
    top: 0;
  }

  #sticker-ayl {
    left: 50%;
    top: 45vw;
  }

  #sticker-wave {
    left: 75vw;
    top: 90vw;
  }

  #sticker-aloha {
    left: 25vw;
    top: 90vw;
  }

  /* COMMUNITY */
  .community-grid {
    grid-template-columns: 1fr;
    padding: 0 5vw;
  }

  .community-caption-desc {
    padding-bottom: 5vw;
  }

  /* FOOTER */
  .footer-main {
    flex-direction: column;
    padding: 40px 30px;
  }
}
