* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#hero,
#section-features,
#section-reviews,
#section-c-new,
#home-v2-group-photo-booth,
#home-v2-group-diy-wallpaper,
#home-v2-group-photo-collage,
#section-academy,
#section-qa,
#section-download {
  scroll-margin-top: 104px;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}

body.drawer-open {
  overflow: hidden;
}

.site-nav {
  padding-top: env(safe-area-inset-top, 0px);
  background-color: rgba(250, 250, 249, 0.96);
}

.site-main {
  overflow: clip;
}

.nav-actions {
  flex-shrink: 0;
}

.nav-download-btn {
  white-space: nowrap;
}

.coming-soon-toast {
  position: fixed;
  left: 50%;
  top: 5.75rem;
  transform: translate(-50%, -0.75rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(22rem, calc(100vw - 2rem));
  max-width: calc(100vw - 2rem);
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(231, 229, 228, 0.9);
  border-radius: 999px;
  background: rgba(28, 25, 23, 0.96);
  color: #fafaf9;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 18px 40px -24px rgba(28, 25, 23, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  z-index: 120;
}

.coming-soon-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.icon-btn {
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(28, 25, 23, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #57534e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.icon-btn:hover {
  border-color: #1c1917;
  color: #1c1917;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 55;
  background: rgba(28, 25, 23, 0.38);
  backdrop-filter: blur(4px);
}

.mobile-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 60;
  display: block;
  pointer-events: none;
}

.mobile-drawer[aria-hidden="true"] {
  display: none;
}

.mobile-drawer-panel {
  margin-left: auto;
  width: min(22rem, 86vw);
  height: 100%;
  padding: 1.25rem 1.1rem 1.5rem;
  background: #fafaf9;
  border-left: 1px solid #e7e5e4;
  box-shadow: -18px 0 40px -26px rgba(0, 0, 0, 0.32);
  transform: translateX(100%);
  transition: transform 0.28s ease;
}

body.drawer-open .mobile-drawer {
  display: block;
  pointer-events: auto;
}

body.drawer-open .mobile-drawer[aria-hidden="false"] {
  display: block;
}

body.drawer-open .mobile-drawer-panel {
  transform: translateX(0);
}

.mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e7e5e4;
}

.mobile-drawer-nav {
  display: grid;
  gap: 0.4rem;
  padding: 1rem 0 1.25rem;
}

.mobile-drawer-nav a {
  display: block;
  padding: 0.95rem 0.9rem;
  border-radius: 1rem;
  color: #1c1917;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-drawer-nav a:hover {
  background: #f5f5f4;
}

.mobile-drawer-footer {
  padding-top: 0.25rem;
}

.mobile-drawer-lang {
  position: relative;
  margin-bottom: 1rem;
}

.mobile-lang-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem 0.9rem;
  border: 1px solid #ece7e2;
  border-radius: 1.05rem;
  background: #ffffff;
  color: #1c1917;
  text-align: left;
  box-shadow: 0 10px 24px -22px rgba(28, 25, 23, 0.24);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.mobile-lang-trigger:hover {
  border-color: #d6d3d1;
  background: #ffffff;
  box-shadow: 0 14px 26px -24px rgba(28, 25, 23, 0.26);
}

.mobile-lang-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.18rem;
  min-width: 0;
}

.mobile-lang-label {
  display: block;
  color: #78716c;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-lang-current {
  display: block;
  color: #1c1917;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.1;
}

.mobile-lang-trigger .fa-chevron-down {
  color: #78716c;
  font-size: 0.8rem;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.mobile-lang-trigger[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

.mobile-lang-dropdown {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  border: 1px solid #ece7e2;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 18px 36px -28px rgba(28, 25, 23, 0.3);
  z-index: 5;
}

.mobile-lang-dropdown.hidden {
  display: none;
}

.mobile-lang-dropdown a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  color: #1c1917;
  font-size: 0.95rem;
  font-weight: 500;
}

.mobile-lang-dropdown a:hover {
  background: #fafaf9;
}

.mobile-lang-dropdown a[aria-current="true"] {
  color: #be123c;
  font-weight: 700;
}

.mobile-lang-dropdown a[aria-current="true"]::after {
  content: "✓";
  color: #be123c;
}

.mobile-drawer-footer .btn {
  width: 100%;
}

.hero-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  max-width: 15ch;
}

.hero-tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-awards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  max-width: 40rem;
  margin: 0;
}

.hero-award-badge {
  display: inline-grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.1rem;
  min-height: 5.25rem;
  min-width: 14.75rem;
  padding: 0 0.15rem;
  color: #57534e;
}

.hero-award-copy {
  display: grid;
  justify-items: center;
  gap: 0.22rem;
  text-align: center;
}

.hero-award-copy strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.05rem;
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #5b5861;
}

.hero-award-copy span {
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  color: #7a7580;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.hero-award-copy .fa-apple {
  font-size: 1rem;
}

.hero-award-laurel {
  width: 2.9rem;
  height: 5.4rem;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: saturate(0.82);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 118' fill='none'%3E%3Cpath d='M49.8 8C33.2 22.2 25.1 38.6 24.8 57.4C24.6 77.7 32.9 93.7 47.8 106.7' stroke='%237C7880' stroke-width='2.7' stroke-linecap='round'/%3E%3Cpath d='M42.4 12.7C34.2 12.9 28.4 17.5 25.7 25.8C33.8 25.5 39.5 20.9 42.4 12.7Z' fill='%237C7880'/%3E%3Cpath d='M35.8 22.8C28 23.9 22.8 29.2 20.5 37.3C28.2 36.1 33.6 30.8 35.8 22.8Z' fill='%237C7880'/%3E%3Cpath d='M30.7 34.9C23.2 36.8 18.8 42.7 17.2 50.8C24.7 48.9 29.1 43.2 30.7 34.9Z' fill='%237C7880'/%3E%3Cpath d='M28 48.7C20.8 51.2 17.2 57.7 16.7 65.8C23.9 63.4 27.5 57.1 28 48.7Z' fill='%237C7880'/%3E%3Cpath d='M28.3 62.9C21.5 66.1 18.8 73.1 19.4 81.1C26.1 77.9 28.9 71.1 28.3 62.9Z' fill='%237C7880'/%3E%3Cpath d='M31.7 76.4C25.7 80.4 24.1 87.7 25.9 95.2C31.9 91.2 33.5 84 31.7 76.4Z' fill='%237C7880'/%3E%3Cpath d='M38 88.3C33 93 32.8 100.4 35.9 107.1C40.9 102.5 41.1 95.2 38 88.3Z' fill='%237C7880'/%3E%3Cpath d='M45.2 97.7C41.8 103 42.9 109.5 47 115.4C50.4 110.2 49.2 103.8 45.2 97.7Z' fill='%237C7880'/%3E%3C/svg%3E");
}

.hero-award-laurel-right {
  transform: scaleX(-1);
}

.hero-download-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-qr-card {
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 0.4rem;
}

.hero-qr-card img {
  width: 92px;
  height: 92px;
  padding: 6px;
  background: #ffffff;
  border: 1px solid #e7e5e4;
  border-radius: 1rem;
}

.carousel-wrapper {
  display: grid;
  gap: 1rem;
}

.carousel-container {
  perspective: 1000px;
  width: 100%;
  height: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
}

.carousel {
  position: relative;
  width: 160px;
  height: 340px;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-item {
  position: absolute;
  width: 160px;
  height: 340px;
  left: 0;
  top: 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.carousel-item .phone-frame {
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  border-radius: 24px;
  padding: 3px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.carousel-item .phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 21px;
  padding: 3px;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #e7e5e4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 30;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.carousel-nav:hover {
  background: #1c1917;
  color: white;
  border-color: #1c1917;
}

.carousel-nav.prev {
  left: -8px;
}

.carousel-nav.next {
  right: -8px;
}

.carousel-indicators {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 8px;
}

.carousel-indicator {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d6d3d1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-indicator.active {
  background: #1c1917;
  width: 24px;
  border-radius: 4px;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.overview-card {
  grid-column: span 4;
  min-height: 12rem;
  padding: 1.5rem;
  border: 1px solid #e7e5e4;
  border-radius: 1.5rem;
  background: #fafaf9;
}

.overview-card h3 {
  margin: 0 0 0.75rem;
  font-family: "Playfair Display", serif;
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #1c1917;
}

.overview-card p {
  margin: 0;
  color: #57534e;
  font-size: 0.75rem;
  line-height: 1.5;
}

.overview-card-wide {
  grid-column: span 8;
}

#section-reviews {
  border-top: 1px solid #ece7e2;
  background: #fcfbfa;
}

.reviews-marquee-wrap {
  position: relative;
  overflow: hidden;
}

.reviews-marquee-wrap::before,
.reviews-marquee-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}

.reviews-marquee-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #fcfbfa, transparent);
}

.reviews-marquee-wrap::after {
  right: 0;
  background: linear-gradient(270deg, #fcfbfa, transparent);
}

.reviews-track {
  display: flex;
  gap: 1.1rem;
  width: max-content;
  padding: 0.75rem 0 1.25rem;
  animation: reviews-scroll 40s linear infinite;
}

.reviews-track:hover {
  animation-play-state: paused;
}

@keyframes reviews-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.review-card-v2 {
  width: 300px;
  flex-shrink: 0;
  padding: 1.4rem 1.5rem 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.review-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(190, 18, 60, 0.18);
}

.review-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.25rem;
}

.review-card-title {
  flex: 1;
  color: #111111;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.25;
}

.review-card-date {
  color: #a3a3a3;
  font-size: 0.6875rem;
  white-space: nowrap;
}

.review-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.review-stars {
  color: #f59e0b;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.review-user {
  color: #b3b3b3;
  font-size: 0.6875rem;
  font-weight: 500;
}

.review-body {
  margin: 0;
  color: #666666;
  font-size: 0.8125rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.module-stack {
  display: grid;
  gap: 1rem;
  padding-bottom: 1rem;
}

.module-stack-card {
  position: sticky;
  top: calc(5rem + 1.5rem);
}

.module-stack-card--booth {
  z-index: 1;
}

.module-stack-card--wallpaper {
  z-index: 2;
}

.module-stack-card--collage {
  z-index: 3;
}

.module-stack-card__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
  height: clamp(34rem, 78vh, 38rem);
  padding: 2.5rem;
  border: 1px solid #e7e5e4;
  border-radius: 2rem;
  background: #ffffff;
  box-shadow: 0 22px 54px -34px rgba(28, 25, 23, 0.24);
}

.module-stack-card--light .module-stack-card__inner {
  background: #fcfcfb;
}

.module-stack-card--dark .module-stack-card__inner {
  background: #1c1917;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 70px -36px rgba(0, 0, 0, 0.46);
}

.module-stack-card--dark .module-copy h3,
.module-stack-card--dark .module-copy p,
.module-stack-card--dark .module-list,
.module-stack-card--dark .module-list li {
  color: #fafaf9;
}

.module-stack-card--dark .module-copy .btn,
.module-stack-card--dark .module-copy .btn-primary {
  background: #fafaf9;
  color: #1c1917;
  border-color: transparent;
}

.module-stack-card--dark .module-copy .btn:hover,
.module-stack-card--dark .module-copy .btn-primary:hover {
  background: #e7e5e4;
  color: #1c1917;
}

@media (min-width: 768px) {
  .module-stack-card--wallpaper .module-stack-card__inner {
    grid-template-rows: auto auto;
    column-gap: 3rem;
    row-gap: 0.35rem;
    align-content: center;
  }

  .module-stack-card--wallpaper .module-stack-card__copy {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .module-stack-card--wallpaper .module-stack-card__media {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .module-stack-card--wallpaper .module-copy p {
    margin-bottom: 0.85rem;
  }
}

.module-wallpaper-cta {
  order: 3;
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  align-self: start;
  margin-top: 0;
  background: #fafaf9;
  color: #1c1917;
  border-color: transparent;
}

.module-wallpaper-cta:hover {
  background: #e7e5e4;
  color: #1c1917;
}

.module-stack-card__copy {
  order: 1;
  min-height: 0;
}

.module-stack-card__media {
  order: 2;
  min-height: 0;
  height: 100%;
}

.module-stack-card--booth .module-stack-card__media,
.module-stack-card--collage .module-stack-card__media {
  order: 1;
}

.module-stack-card--booth .module-stack-card__copy,
.module-stack-card--collage .module-stack-card__copy {
  order: 2;
}

.module-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 100%;
  padding: 2rem;
  border: 1px solid #e7e5e4;
  border-radius: 2rem;
  background: #fafaf9;
  overflow: hidden;
}

.module-visual img {
  width: min(42%, 14rem);
  border-radius: 1.7rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.28);
}

.module-visual-booth {
  gap: 1.25rem;
}

.booth-strip {
  background: #ffffff;
  padding: 0.75rem 0.75rem 1rem;
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.28);
  transition: transform 0.3s ease;
}

.booth-strip-color {
  transform: rotate(-3deg);
}

.booth-strip-bw {
  transform: rotate(2deg);
}

.booth-strip-frames {
  width: 9rem;
  display: grid;
  gap: 0.5rem;
}

.booth-strip-frame {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e7e5e4;
}

.booth-strip-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.booth-strip-bw .booth-strip-frame img {
  filter: grayscale(1);
}

.booth-strip-meta {
  margin-top: 0.75rem;
  text-align: center;
}

.booth-strip-meta p {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 0.95rem;
  color: #111111;
}

.booth-strip-meta span {
  display: block;
  margin-top: 0.15rem;
  color: #a3a3a3;
  font-size: 0.5rem;
  letter-spacing: 0.14em;
}

.module-visual-wallpaper,
.module-visual-collage {
  gap: 0.6rem;
}

.module-visual-wallpaper img,
.module-visual-collage img {
  width: min(31%, 11rem);
  border-radius: 1.25rem;
}

.module-visual-wallpaper img:nth-child(1),
.module-visual-collage img:nth-child(1) {
  transform: rotate(-6deg);
}

.module-visual-wallpaper img:nth-child(2),
.module-visual-collage img:nth-child(2) {
  width: min(35%, 12.5rem);
  transform: translateY(0.9rem);
  z-index: 2;
}

.module-visual-wallpaper img:nth-child(3),
.module-visual-collage img:nth-child(3) {
  transform: rotate(6deg);
}

.module-copy h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.25;
}

.module-copy p {
  color: #57534e;
  font-size: 0.9375rem;
  line-height: 1.75;
}

.module-list {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
  color: #57534e;
}

.module-list li {
  position: relative;
  padding-left: 1.4rem;
}

.module-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #be123c;
}

.academy-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.4rem;
}

.academy-chip {
  position: relative;
  overflow: hidden;
  padding: 0.65rem 1rem;
  border: 1px solid #ece7e2;
  border-radius: 999px;
  background: #ffffff;
  color: #44403c;
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 1px 2px rgba(28, 25, 23, 0.03);
  cursor: pointer;
  transition: all 0.2s ease;
}

.academy-chip:hover {
  border-color: #f0d6dd;
  background: #fff8fa;
  color: #be123c;
}

.academy-chip.is-active {
  border-color: #f0cfd8;
  background: #fff4f7;
  color: #d9466a;
  box-shadow: 0 1px 2px rgba(217, 70, 106, 0.06);
}

.academy-chip.is-active::after {
  content: none;
}

.academy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.academy-card {
  display: grid;
  gap: 0.75rem;
  padding: 1.5rem;
  border: 1px solid #e7e5e4;
  border-radius: 1.5rem;
  background: #ffffff;
}

.academy-card--placeholder {
  min-height: 9rem;
  align-content: center;
}

.academy-card-topic {
  margin: 0;
  color: #be123c;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.academy-card h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  line-height: 1.35;
}

.academy-card p {
  margin: 0;
  color: #57534e;
}

.academy-card-link[disabled],
.academy-view-all[disabled] {
  opacity: 0.72;
  cursor: not-allowed;
}

.academy-view-all {
  padding: 0.2rem 0;
  margin: 0 0 1.4rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #78716c;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0;
  box-shadow: none;
}

.academy-view-all:hover {
  background: transparent;
  color: #57534e;
}

.academy-card[hidden] {
  display: none;
}

.qa-list {
  display: grid;
  gap: 0;
  max-width: 64rem;
  margin: 0 auto;
}

.qa-item {
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.qa-item.is-open {
  background: transparent;
}

.qa-item:first-child {
  border-top: 1px solid #e7e5e4;
}

.qa-item + .qa-item {
  border-top: 1px solid #e7e5e4;
}

.qa-item:last-child {
  border-bottom: 1px solid #e7e5e4;
}

.qa-trigger {
  position: relative;
  width: 100%;
  padding: 1.375rem 4rem 1.375rem 0;
  border: 0;
  background: transparent;
  color: #1c1917;
  font: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.qa-trigger::after {
  content: "+";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border: 1px solid #ece7e2;
  background: #ffffff;
  color: #44403c;
  box-shadow: 0 1px 2px rgba(28, 25, 23, 0.03);
  font-size: 1rem;
}

.qa-item.is-open .qa-trigger::after {
  content: "-";
  border-color: #f0cfd8;
  background: #fff4f7;
  color: #d9466a;
  box-shadow: 0 1px 2px rgba(217, 70, 106, 0.06);
}

.module-stack-card--dark .module-copy > span:first-child {
  background: #f8dfe5 !important;
  border: 0;
  color: #1c1917 !important;
  box-shadow: none;
}

.qa-panel {
  padding: 0 3.5rem 1.375rem 0;
}

.qa-panel p,
.qa-panel a {
  color: #57534e;
  font-size: 1rem;
  line-height: 1.7;
}

.qa-panel a {
  text-decoration: underline;
  text-decoration-color: rgba(190, 18, 60, 0.32);
  text-underline-offset: 0.15em;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

#section-features h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

#section-features > .container > .text-center p {
  font-size: 0.9375rem;
  line-height: 1.6;
}

#section-reviews h2 {
  font-size: clamp(1.375rem, 3vw, 2rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

#section-reviews > .container > .text-center p {
  font-size: 0.9375rem;
  line-height: 1.6;
}

#section-c-new > .container > .text-center h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

#section-academy h2,
#section-qa h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

#section-qa h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

#section-qa > .container > .text-center p {
  font-size: 0.9375rem;
  line-height: 1.6;
}

#section-qa > .container > .text-center span {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

@media (max-width: 1024px) {
  .hero-awards {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .hero-download-panel {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .overview-card,
  .overview-card-wide {
    grid-column: span 6;
  }

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

@media (max-width: 767px) {
  .site-nav .container {
    height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 0.75rem;
  }

  .site-nav .font-serif {
    font-size: 2rem !important;
  }

  .nav-download-btn {
    min-height: 40px;
    padding: 0.5rem 0.95rem;
    font-size: 0.875rem;
  }

  #hero {
    padding-top: calc(6.2rem + env(safe-area-inset-top, 0px));
    padding-bottom: 3.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-title {
    font-size: clamp(1.5rem, 6.4vw, 1.875rem);
    line-height: 1.14;
    letter-spacing: -0.025em;
    max-width: 23.5ch;
  }

  .hero-desc {
    font-size: 0.875rem;
    line-height: 1.58;
    max-width: 31ch;
  }

  .hero-tag-list {
    gap: 0.6rem;
  }

  .hero-tag-list li {
    font-size: 0.875rem;
  }

  .hero-awards {
    justify-content: center;
    gap: 0.75rem;
    max-width: 100%;
  }

  .hero-award-badge {
    min-width: auto;
    min-height: 3.85rem;
  }

  .hero-award-copy strong {
    font-size: 1.55rem;
  }

  .hero-award-copy span {
    font-size: 0.76rem;
  }

  .hero-award-laurel {
    width: 2rem;
    height: 3.8rem;
  }

  .hero-download-panel {
    justify-content: center;
    gap: 0.8rem;
  }

  .hero-download-panel .store-btns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    width: 100%;
    max-width: 19rem;
  }

  .hero-download-panel .btn-store {
    min-width: 0;
    width: 100%;
    height: 4.1rem;
    padding: 0.45rem 0.7rem;
    justify-content: center;
  }

  .hero-download-panel .btn-store-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .hero-download-panel .btn-store-label {
    font-size: 8px;
  }

  .hero-download-panel .btn-store-platform {
    font-size: 14px;
  }

  .hero-qr-card {
    display: none;
  }

  .carousel-container {
    height: 360px;
  }

  .overview-card,
  .overview-card-wide {
    grid-column: span 12;
  }

  .module-stack {
    gap: 1.5rem;
    padding-bottom: 0;
  }

  .module-stack-card {
    position: static;
  }

  .module-stack-card__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    height: auto;
    padding: 1.4rem;
    border-radius: 1.5rem;
  }

  .module-stack-card__copy,
  .module-stack-card__media,
  .module-stack-card--booth .module-stack-card__copy,
  .module-stack-card--booth .module-stack-card__media,
  .module-stack-card--collage .module-stack-card__copy,
  .module-stack-card--collage .module-stack-card__media {
    order: initial;
  }

  .module-visual {
    min-height: 22rem;
    padding: 1.25rem;
  }

  .module-stack-card__media {
    min-height: 0;
    height: auto;
    padding: 1.2rem;
  }

  .module-visual-wallpaper img,
  .module-visual-collage img {
    width: min(31%, 8rem);
    border-radius: 1rem;
  }

  .module-visual-wallpaper img:nth-child(2),
  .module-visual-collage img:nth-child(2) {
    width: min(35%, 9rem);
  }

  .booth-strip-frames {
    width: 6.5rem;
  }

  .module-copy h3,
  .academy-card h3 {
    line-height: 1.25;
  }

  .module-copy h3 {
    font-size: 1.5rem;
  }

  .module-wallpaper-cta {
    margin-top: 0;
  }

  .academy-card h3 {
    font-size: 1rem;
  }

  #section-features h2 {
    font-size: 2rem;
    line-height: 1.1;
  }

  #section-reviews h2 {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  #section-c-new > .container > .text-center h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  #section-academy h2,
  #section-qa h2 {
    font-size: 1.75rem;
    line-height: 1.15;
  }

  .overview-card {
    min-height: auto;
    padding: 1.2rem;
  }

  .overview-card h3 {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
  }

  .overview-card p,
  .module-copy p,
  .qa-panel p,
  #section-features > .container > .text-center p,
  #section-reviews > .container > .text-center p,
  #section-qa > .container > .text-center p {
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  .review-card-v2 {
    width: 260px;
    padding: 1.15rem 1.1rem 1.2rem;
  }

  .review-card-title {
    font-size: 0.9375rem;
  }

  .review-body {
    font-size: 0.8125rem;
    line-height: 1.7;
  }

  .academy-chip {
    font-size: 0.75rem;
  }

  .academy-view-all {
    padding: 0.05rem 0;
    margin-bottom: 1.2rem;
    font-size: 0.9rem;
  }

  .academy-card {
    padding: 1.2rem;
  }

  .qa-trigger {
    font-size: 1.0625rem;
  }

  .qa-trigger {
    padding-right: 3.6rem;
  }

  .qa-panel {
    padding-right: 2.8rem;
  }
}

@media (min-width: 768px) {
  .drawer-overlay,
  .mobile-drawer,
  .icon-btn.md\:hidden {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .carousel-container {
    height: 520px;
  }

  .carousel {
    width: 200px;
    height: 420px;
  }

  .carousel-item {
    width: 200px;
    height: 420px;
  }

  .carousel-nav.prev {
    left: -10px;
  }

  .carousel-nav.next {
    right: -10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
