@font-face {
  font-family: "Sriracha";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("font/Sriracha/Sriracha-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Thai";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("font/Noto_Sans_Thai/static/NotoSansThai-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Thai";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("font/Noto_Sans_Thai/static/NotoSansThai-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Thai";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("font/Noto_Sans_Thai/static/NotoSansThai-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Thai";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("font/Noto_Sans_Thai/static/NotoSansThai-Bold.ttf") format("truetype");
}

body {
  font-family: "Noto Sans Thai" !important;

}


.site-header,
.dth-site-header {
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  height: 90px;
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  background:
    radial-gradient(circle at 50% 22%, rgb(255 255 255 / 78%), transparent 544px),
    linear-gradient(180deg, #fffaf0 0%, #fff9ec 58%, #fff7e7 100%);
}

.page-404-main {
  padding-top: 90px;
  background: #fff8eb;
}

/* The header is fixed at 90px tall, so a page that starts at the top of the
   document begins underneath it. Same offset and cream as the 404 page above;
   the min-height keeps that cream running to the footer on short pages instead
   of stopping where the content does. */
.page-default-main {
  padding-top: 90px;
  min-height: calc(100vh - 90px);
  background: #fff8eb;
}

.campaign-404-title {
  font-family: "Sriracha", cursive;
}

.campaign-404-countdown {
  margin: 24px 0 0;
}

.js-campaign-404-countdown {
  display: inline-block;
  color: #8e652b;
  font-family: "Sriracha", cursive;
  font-size: clamp(72px, 14vw, 160px);
  line-height: 1;
}

.campaign-404-redirect-message {
  margin: 12px 0 0;
  color: #3f1e11;
  font-size: 20px;
}

.site-header a,
.site-header button,
.site-header a:focus,
.site-header button:focus,
.site-header a:focus-visible,
.site-header button:focus-visible,
.site-header a:active,
.site-header button:active,
.dth-site-header a,
.dth-site-header button,
.dth-site-header a:focus,
.dth-site-header button:focus,
.dth-site-header a:focus-visible,
.dth-site-header button:focus-visible,
.dth-site-header a:active,
.dth-site-header button:active {
  outline: none !important;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

/* 
a:visited {
  color: #000 !important;
} */

.site-branding {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.site-branding img,
.custom-logo,
.site-logo-img {
  max-height: 72px;
  height: 72px;
  width: auto;
  display: block;
  object-fit: cover;
}

.default-logo-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
}

.logo-nekko {
  font-family: 'Kanit', sans-serif;
  font-size: 35.2px;
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: 0.5px;
  text-shadow:
    -1.5px -1.5px 0 #e8ab16,
    1.5px -1.5px 0 #e8ab16,
    -1.5px 1.5px 0 #e8ab16,
    1.5px 1.5px 0 #e8ab16;
  text-transform: uppercase;
}

.logo-tagline {
  font-size: 9.92px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-top: 2px;
}


.main-navigation {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.dth-mobile-menu-panel {
  display: contents;
}

.main-navigation ul,
.nav-menu,
.dth-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .main-navigation {
    margin-left: 60px;
    align-self: stretch;
  }

  .main-navigation ul,
  .nav-menu,
  .dth-nav-menu {
    justify-content: space-between;
  }

  .main-navigation ul>li:first-child {
    margin-left: 0;
  }

  .dth-nav-menu {
    height: 100%;
  }

  .dth-nav-menu>li {
    display: flex;
    align-items: center;
  }

  .dth-nav-menu>li:not(:last-child)>a {
    transform: translateY(3px);
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .main-navigation {
    margin-left: 32px;
  }
}

.main-navigation li {
  position: relative;
  margin: 0;
  padding: 0;
}

.main-navigation a,
.nav-menu li a,
.dth-nav-menu li a {
  font-family: "Sriracha";
  /* font-weight: 600; */
  font-size: 18px;
  color: #3f1e11;
  text-decoration: none;
  padding: 8px 6px;
  display: inline-block;
  white-space: nowrap;
  transition: color 0.25s ease, transform 0.2s ease;
}

.main-navigation a:hover,
.nav-menu li a:hover,
.dth-nav-menu li a:hover {
  color: #d49307;
}

.main-navigation li.current-menu-item>a,
.main-navigation li.current_page_item>a {
  color: #000000;
  font-weight: 700;
}

.main-navigation ul>li:last-child,
.main-navigation .menu-cta {
  margin-left: 0;
}

.main-navigation ul>li:last-child a {
  background-color: #3f1e11 !important;
  color: #e0bd6e !important;
  font-style: italic !important;
  /* font-weight: 700 !important; */
  font-size: 18px !important;
  padding: 8px 24px !important;
  border-radius: 9999px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: inline-block !important;
}



.main-navigation .menu-cta a .nav-menu li.menu-cta a,
.dth-nav-menu li.menu-cta a,
.btn-header-cta {
  background-color: #000000 !important;
  color: #ffffff !important;
  font-style: italic !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 8px 24px !important;
  border-radius: 9999px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: inline-block !important;
}

.main-navigation .menu-cta a:hover .nav-menu li.menu-cta a:hover,
.dth-nav-menu li.menu-cta a:hover,
.btn-header-cta:hover {
  background-color: #222222 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25);
}

/* --------------------------------------------------------------------------
   Mobile Menu Toggle Button (Hamburger)
   -------------------------------------------------------------------------- */
.main-navigation .menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  outline: none;
}

.hamburger-bar {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #1a1a1a;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* --------------------------------------------------------------------------
   Mobile & Tablet Responsive
   -------------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
  body.mobile-menu-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  body.mobile-menu-open::before {
    position: fixed;
    inset: 0;
    z-index: 998;
    content: "";
    background: rgba(24, 18, 13, 0.52);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .main-navigation .menu-toggle {
    display: flex;
    position: relative;
    z-index: 1001;
    width: 44px;
    height: 44px;
    padding: 10px;
    margin-left: auto;
    align-items: center;
    background: #fffaf0;
    border: 1px solid rgba(224, 189, 110, 0.72);
    border-radius: 50%;
    box-shadow: 0 5px 16px rgba(76, 58, 45, 0.16);
  }

  .dth-mobile-menu-panel {
    display: block;
    position: fixed;
    top: 10px;
    right: 0px;
    bottom: 10px;
    left: auto;
    z-index: 1000;
    width: min(84vw, 360px) !important;
    max-width: 360px;
    padding: 92px 28px 32px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    overflow-y: auto;
    visibility: hidden;
    background: #fffaf2;
    border: 0;
    border-radius: 24px;
    box-shadow: -10px 14px 36px rgba(31, 22, 14, 0.24);
    scrollbar-width: none;
    transform: translateX(calc(100% + 24px));
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.36s;
    overscroll-behavior: contain;
  }

  .dth-mobile-menu-panel::-webkit-scrollbar {
    display: none;
  }

  .main-navigation.toggled .dth-mobile-menu-panel {
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0s;
  }

  .dth-mobile-menu-panel #primary-menu {
    display: flex !important;
    position: static;
    width: 100% !important;
    max-width: none;
    padding: 0 !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow: visible;
    visibility: inherit;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    transition: none;
  }

  .main-navigation.toggled .menu-toggle {
    position: relative;
    background: rgba(255, 250, 242, 0.94);
    box-shadow: 0 6px 18px rgba(76, 58, 45, 0.2);
  }

  .main-navigation.toggled .hamburger-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .main-navigation.toggled .hamburger-bar:nth-child(2) {
    opacity: 0;
  }

  .main-navigation.toggled .hamburger-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .main-navigation .nav-menu>li,
  .main-navigation ul#primary-menu>li,
  .dth-nav-menu>li,
  .main-navigation .menu-cta {
    margin-left: 0;
    width: 100%;
  }

  .main-navigation .nav-menu>li,
  .main-navigation ul#primary-menu>li,
  .dth-nav-menu>li {
    border-bottom: 1px solid rgba(142, 101, 43, 0.16);
  }

  .main-navigation .nav-menu>li>a,
  .main-navigation ul#primary-menu>li>a,
  .dth-nav-menu>li>a {
    display: flex !important;
    width: 100%;
    min-height: 56px;
    padding: 15px 4px !important;
    align-items: center;
    color: #2f241c;
    font-size: 17px;
    line-height: 1.35;
    white-space: normal;
  }

  .main-navigation .nav-menu>li>a:hover,
  .main-navigation ul#primary-menu>li>a:hover,
  .dth-nav-menu>li>a:hover,
  .main-navigation li.current-menu-item>a,
  .main-navigation li.current_page_item>a {
    color: #9b681d;
    transform: translateX(4px);
  }

  .main-navigation ul>li:last-child:not(.menu-cta)>a,
  .nav-menu>li:last-child:not(.menu-cta)>a,
  .dth-nav-menu>li:last-child:not(.menu-cta)>a {
    margin-top: 0;
    color: #2f241c !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .main-navigation ul>li:last-child:not(.menu-cta)>a:hover,
  .nav-menu>li:last-child:not(.menu-cta)>a:hover,
  .dth-nav-menu>li:last-child:not(.menu-cta)>a:hover {
    color: #9b681d !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: translateX(4px);
  }

  .main-navigation .menu-cta a,
  .nav-menu li.menu-cta a,
  .dth-nav-menu li.menu-cta a {
    justify-content: center;
    min-height: 48px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 380px) {
  .dth-mobile-menu-panel {
    width: calc(100vw - 36px) !important;
    padding-right: 22px !important;
    padding-left: 22px !important;
  }
}

/* ==========================================================================
   Full Height Page & Sticky Footer Layout
   ========================================================================== */

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;


}

html {
  scroll-padding-top: 104px;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

html.has-scroll-smoother {
  scroll-behavior: auto;
}

.nekko-home-v2>section[id] {
  scroll-margin-top: 104px;
}

#page.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#page.site>#content,
#page.site>#primary,
#page.site>main,
#page.site>.site-content,
#page.site>div:not(.site-header):not(.site-footer) {
  flex: 1 0 auto;
}

/* ==========================================================================
   NEKKO Campaign Footer Style
   ========================================================================== */

.site-footer,
.dth-site-footer {
  background-color: #432112;
  color: #cccccc;
  font-size: 14px;
  border-top: 1px solid #6c4228;
  margin-top: auto;
}

.footer-layout {
  align-items: start;
}

.footer-logo-img {
  max-height: 100px;
  width: auto;
  display: block;
  object-fit: cover;
}

.footer-slogan {
  color: #dadada;
  font-size: 20px;
  margin-top: 12px;
}

.footer-copyright {
  padding-bottom: 24px;
  color: #d3d3d3;
  font-size: 16px;
  text-align: left;
}

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

.footer-links-list li {
  margin-bottom: 8px;
}

.footer-links-list a {
  color: #dadada;
  text-decoration: none;
  font-size: 20px;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-links-list a:hover {
  color: #e8ab16;
}

.bullet-dot {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.footer-contact-info {
  color: #fff;
  font-size: 20px;
}

.footer-contact-info a {
  color: #ffffff;
  font-weight: 500;
  transition: color 0.2s ease;
  text-decoration: none;
}

.footer-contact-info a:hover {
  color: #e8ab16;
}

.footer-social-list {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social-icon {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* Mobile footer alignment */
@media (max-width: 767px) {
  .footer-layout {
    text-align: center;
  }

  .footer-logo-link {
    display: inline-block;
  }

  .footer-logo-img {
    margin: 0 auto;
  }

  .footer-links-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-contact-info {
    text-align: center;
  }

  .footer-social-list {
    justify-content: center;
  }

  .footer-copyright {
    text-align: center;
  }
}

/* ==========================================================================
   NEKKO Campaign - Home Hero Modular Layout (dth.css)
   ========================================================================== */

:root {
  --nekko-bg-warm: #f6efe4;
  --nekko-card-bg: #fdfbf7;
  --nekko-text-main: #2b1c14;
  --nekko-text-subtitle: #8c5a2b;
  --nekko-text-desc: #5c4e44;
  --nekko-gold: #c49b55;
  --nekko-gold-light: #e8c688;
  --nekko-dark-btn: #1f1713;
  --nekko-shadow-card: 0 20px 45px rgba(45, 30, 15, 0.08);
  --nekko-shadow-polaroid: 0 15px 35px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.05);
}

.nekko-home-hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 790px;
  min-height: 790px;
  background: radial-gradient(circle at 45% 45%, #fdf9f2 0%, #f4eae0 100%);
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

/* Full Width Container (No max-width restriction for full edge-to-edge layout) */
.nekko-hero-container {
  width: 100%;
  max-width: 100%;
  height: 790px;
  min-height: 790px;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 40px;
  box-sizing: border-box;
}

/* Background Brush & Decor */
.nekko-hero-brush-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 360px;
  height: 140px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.85;
}

/* Right Hero Main Photo Layer (Stretches all the way to right edge) */
.nekko-hero-main-photo-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 58%;
  height: 100%;
  z-index: 2;
  border-radius: 0;
  overflow: hidden;
  pointer-events: auto;
}

.nekko-hero-main-photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 1) 100%);
}

.nekko-mockup-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e4d8c6 0%, #d5c3aa 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #6b5847;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  border: 2px dashed #bba992;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.nekko-mockup-placeholder svg {
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
  opacity: 0.7;
}

.nekko-mockup-placeholder span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Polaroid Frames (Separated Modular Elements) */
.nekko-polaroid {
  position: absolute;
  background: #ffffff;
  padding: 12px 12px 36px 12px;
  border-radius: 4px;
  box-shadow: var(--nekko-shadow-polaroid);
  z-index: 5;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s ease;
  cursor: pointer;
}

.nekko-polaroid:hover {
  z-index: 10 !important;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
}

.nekko-polaroid-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #ece3d5;
  border-radius: 2px;
}

.nekko-polaroid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Paperclip Icon Overlay */
.nekko-paperclip {
  position: absolute;
  width: 32px;
  height: 58px;
  z-index: 6;
  pointer-events: none;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
}

.nekko-paperclip--top-left {
  top: -18px;
  left: 15px;
  transform: rotate(-12deg);
}

.nekko-paperclip--top-right {
  top: -18px;
  right: 25px;
  transform: rotate(10deg);
}

/* Individual Polaroid Positions & Tilts */
.polaroid-1 {
  width: 260px;
  height: 290px;
  left: 25px;
  top: 40px;
  transform: rotate(-6deg);
  /* เอียงออกซ้ายนิดหน่อย */
  z-index: 8;
  /* z-index มากกว่า card ข้อความ */
}

.polaroid-1:hover {
  transform: rotate(-2deg) scale(1.04);
}

.polaroid-2 {
  width: 270px;
  height: 300px;
  left: 5px;
  top: 300px;
  transform: rotate(14deg);
  /* ตัวล่างเอียงไปทางขวา */
  z-index: 9;
  /* z-index ตัวล่างมากกว่าตัวบน และมากกว่า card ข้อความ */
}

.polaroid-2:hover {
  transform: rotate(18deg) scale(1.04);
}

.polaroid-3 {
  width: 245px;
  height: 275px;
  right: 60px;
  bottom: 40px;
  transform: rotate(5deg);
  z-index: 8;
}

.polaroid-3:hover {
  transform: rotate(1deg) scale(1.05);
}

/* Central White Card Box (Height 790px relative, widened & centered) */
.nekko-hero-card {
  position: relative;
  z-index: 5;
  /* z-index น้อยกว่ารูปทางซ้ายตามโจทย์ */
  background: var(--nekko-card-bg);
  border: 1px solid rgba(230, 215, 195, 0.85);
  border-radius: 32px;
  padding: 48px 56px 40px 56px;
  max-width: 660px;
  /* ขยายให้กว้างขึ้น */
  width: 100%;
  margin-left: 230px;
  /* ขยับเข้ามาทางตรงกลางมากขึ้น */
  height: calc(790px - 70px);
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: var(--nekko-shadow-card);
  text-align: center;
  box-sizing: border-box;
}

.hero-card-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: var(--nekko-text-subtitle);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.hero-card-title {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 700;
  color: var(--nekko-text-main);
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-card-title .title-heart {
  font-family: sans-serif;
  font-weight: 300;
  color: var(--nekko-gold);
  font-size: 42px;
  display: inline-block;
  transform: translateY(-2px);
}

.hero-card-tagline {
  font-size: 23px;
  font-weight: 600;
  font-style: italic;
  color: #382419;
  line-height: 1.45;
  margin-bottom: 10px;
}

.hero-card-desc {
  font-size: 13.5px;
  font-weight: 400;
  color: var(--nekko-text-desc);
  line-height: 1.6;
  margin-bottom: 16px;
}

.hero-card-quote-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 28px;
}

.hero-card-quote {
  font-size: 20px;
  font-weight: 700;
  color: #1e130c;
  position: relative;
  z-index: 2;
  display: inline-block;
}

.hero-card-underline-svg {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 12px;
  z-index: 1;
  pointer-events: none;
}

.hero-card-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(180deg, #2a201b 0%, #110b08 100%);
  border: 2px solid var(--nekko-gold);
  border-radius: 50px;
  padding: 12px 20px 12px 32px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(33, 23, 16, 0.35), 0 0 15px rgba(196, 155, 85, 0.25);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}

.hero-card-cta-btn:hover {
  background: linear-gradient(180deg, #3d2f28 0%, #1d1410 100%);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 14px 30px rgba(33, 23, 16, 0.45), 0 0 20px rgba(196, 155, 85, 0.4);
  color: #ffffff;
  text-decoration: none;
}

.hero-card-cta-btn .btn-heart {
  color: var(--nekko-gold-light);
  font-size: 20px;
  margin-left: 4px;
}

.hero-card-cta-btn .btn-badge-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #d4a24e 0%, #996e28 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #110b08;
}

.hero-card-cta-btn .btn-badge-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.hero-card-footer-notes {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-card-note-item {
  font-size: 13px;
  color: #75675c;
  line-height: 1.5;
}

.hero-card-date-range {
  font-size: 13px;
  color: #8c5a2b;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .nekko-hero-card {
    margin-top: 110px;
    margin-left: 120px;
    padding: 36px 36px 30px 36px;
    max-width: 520px;
  }

  .polaroid-1 {
    width: 190px;
    height: 220px;
    left: -10px;
  }

  .polaroid-2 {
    width: 200px;
    height: 230px;
    left: -20px;
  }

  .polaroid-3 {
    width: 195px;
    height: 225px;
    right: 20px;
  }
}

@media (max-width: 991px) {
  .nekko-hero-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .nekko-hero-card {
    margin-left: 0;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .nekko-hero-main-photo-wrapper {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    height: 380px;
    margin-bottom: 20px;
  }

  .polaroid-1,
  .polaroid-2,
  .polaroid-3 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: inline-block;
    margin: 10px;
  }

  .nekko-polaroids-mobile-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .hero-card-title {
    font-size: 36px;
  }

  .hero-card-tagline {
    font-size: 19px;
  }

  .hero-card-quote {
    font-size: 17px;
  }

  .hero-card-cta-btn {
    font-size: 15px;
    padding: 10px 16px 10px 24px;
  }

  .nekko-hero-card {
    padding: 28px 20px 24px 20px;
  }
}

/* ==========================================================================
   DTH Floating Social Media Widget (Right Screen Edge)
   ========================================================================== */
.dth-social-widget {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: transform 0.3s ease;
}

.dth-social-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.dth-social-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.dth-social-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
}

.dth-btn-line {
  background: #00c300;
}

.dth-btn-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.dth-btn-facebook {
  background: #1877f2;
}

.dth-btn-tiktok {
  background: #000000;
}

.dth-btn-toggle {
  background: #000000;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  color: #ffffff;
  font-size: 20px;
}

.dth-btn-toggle * {
  pointer-events: none;
}

.dth-btn-toggle .dth-icon-open {
  display: none !important;
}

.dth-btn-toggle .dth-icon-close {
  display: block !important;
}

/* Collapsed / Closed State */
.dth-social-widget.is-closed .dth-btn-line,
.dth-social-widget.is-closed .dth-btn-instagram,
.dth-social-widget.is-closed .dth-btn-facebook,
.dth-social-widget.is-closed .dth-btn-tiktok {
  opacity: 0;
  transform: translateX(60px) scale(0);
  pointer-events: none;
  height: 0;
  margin: -6px 0;
}

.dth-social-widget.is-closed .dth-btn-toggle .dth-icon-close {
  display: none !important;
}

.dth-social-widget.is-closed .dth-btn-toggle .dth-icon-open {
  display: inline-block !important;
}

@media (max-width: 767px) {
  .dth-social-widget {
    right: 12px;
  }

  .dth-social-btn {
    width: 42px;
    height: 42px;
  }
}

/* ==========================================================================
   NEKKO Campaign - Bottom Banner Section (dth.css)
   ========================================================================== */
.nekko-bottom-banner {
  position: relative;
  width: 100%;
  background: #fdf8f0;
  padding: 60px 0 70px 0;
  margin-top: 100px;
  overflow: visible;
  border-top: 1px solid rgba(230, 215, 195, 0.4);
}

.nekko-bottom-banner-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 200px;
}

.nekko-bottom-banner-content {
  max-width: 680px;
}

.nekko-bottom-banner-subtitle {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 2px;
  color: #3d291e;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.nekko-bottom-banner-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.35;
  color: #2b1c14;
  margin-bottom: 16px;
}

.nekko-bottom-banner-desc {
  font-size: 14.5px;
  color: #6b5a4d;
  line-height: 1.6;
}

.nekko-bottom-banner-right {
  position: static;
}

/* Polaroid frame reduced in size and poked higher up into upper section */
.nekko-bottom-polaroid {
  position: absolute;
  top: -145px;
  /* ลอยสูงขึ้นกว่าเดิมทะลุไป Section บน */
  right: 50px;
  width: 190px;
  /* ลดความกว้างและความสูงลง */
  height: 215px;
  background: #ffffff;
  padding: 8px 8px 28px 8px;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  transform: rotate(-5deg);
  z-index: 10;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}

.nekko-bottom-polaroid:hover {
  transform: rotate(-1deg) scale(1.04);
}

.nekko-bottom-polaroid-inner {
  width: 100%;
  height: 100%;
  background: #ece3d5;
  overflow: hidden;
  border-radius: 2px;
}

.nekko-bottom-polaroid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CTA Button positioned as absolute at the VERY BOTTOM right edge */
.nekko-bottom-cta-btn {
  position: absolute;
  bottom: 30px;
  /* ติดล่างสุดของ Section */
  right: 40px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(180deg, #2a201b 0%, #110b08 100%);
  border: 2px solid #c49b55;
  border-radius: 50px;
  padding: 10px 18px 10px 28px;
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(33, 23, 16, 0.3);
  transition: all 0.3s ease;
  z-index: 9;
}

.nekko-bottom-cta-btn:hover {
  background: linear-gradient(180deg, #3d2f28 0%, #1d1410 100%);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 25px rgba(33, 23, 16, 0.4);
  color: #ffffff;
  text-decoration: none;
}

.nekko-bottom-cta-btn .btn-badge-icon {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #d4a24e 0%, #996e28 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #110b08;
}

.nekko-bottom-cta-btn .btn-badge-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

@media (max-width: 991px) {
  .nekko-bottom-banner-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    min-height: auto;
  }

  .nekko-bottom-polaroid {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }

  .nekko-bottom-cta-btn {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 10px;
  }
}

/* ==========================================================================
   NEKKO Campaign - FAQ Section (dth.css)
   ========================================================================== */
.nekko-faq-section {
  position: relative;
  width: 100%;
  padding: 70px 0 80px 0;
  background: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.nekko-faq-left-photo {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 340px;
  height: 480px;
  opacity: 0.85;
  pointer-events: none;
  z-index: 1;
  mask-image: radial-gradient(circle at 40% 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 95%);
  -webkit-mask-image: radial-gradient(circle at 40% 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 95%);
}

.nekko-faq-left-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nekko-faq-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}

.nekko-faq-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  font-style: italic;
  color: #8c5a2b;
  margin-bottom: 40px;
}

.nekko-faq-wrapper {
  max-width: 780px;
  margin: 0 auto;
}

.nekko-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nekko-faq-item {
  width: 100%;
  position: relative;
}

.nekko-faq-question {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, #1f1713 0%, #0d0806 100%);
  border: 1.5px solid #c49b55;
  border-radius: 50px;
  padding: 14px 28px;
  color: #e8c688;
  font-size: 16.5px;
  font-weight: 600;
  font-style: italic;
  cursor: pointer;
  list-style: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  user-select: none;
}

.nekko-faq-question::-webkit-details-marker {
  display: none;
}

.nekko-faq-question:hover {
  background: linear-gradient(180deg, #2d221c 0%, #150f0c 100%);
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.nekko-faq-question .faq-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.nekko-faq-question .faq-chevron-down {
  font-size: 15px;
  color: #c49b55;
  transition: color 0.3s ease;
}

.nekko-faq-question:hover .faq-chevron-down {
  color: #e8c688;
}

.nekko-faq-item[open] .nekko-faq-question {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.nekko-faq-item[open] .faq-icon {
  transform: rotate(180deg);
}

.nekko-faq-answer {
  position: relative;
  z-index: 1;
  background: #fdfaf4;
  border: 1px solid rgba(230, 215, 195, 0.85);
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 30px 28px 20px 28px;
  margin-top: -22px;
  /* แนบติดใต้กล่องคำถามหลักพอดี */
  color: #5c4e44;
  font-size: 15px;
  line-height: 1.65;
  box-shadow: 0 8px 24px rgba(45, 30, 15, 0.06);
  animation: nekkoFaqSlideDown 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.nekko-faq-answer p {
  margin: 0;
}

@keyframes nekkoFaqSlideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Right Polaroid Frame in FAQ Section */
.nekko-faq-polaroid {
  position: absolute;
  right: 20px;
  top: 60px;
  width: 220px;
  height: 250px;
  background: #ffffff;
  padding: 10px 10px 32px 10px;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  transform: rotate(6deg);
  z-index: 4;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}

.nekko-faq-polaroid:hover {
  transform: rotate(2deg) scale(1.04);
}

@media (max-width: 1199px) {
  .nekko-faq-polaroid {
    position: relative;
    top: 0;
    right: 0;
    margin: 40px auto 0 auto;
  }

  .nekko-faq-left-photo {
    display: none;
  }
}


.nekko-story-themes-section {
  position: relative;
  width: 100%;
  padding: 80px 0 70px 0;
  background: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.nekko-story-themes-polaroid {
  position: absolute;
  left: -20px;
  top: -30px;
  width: 210px;
  height: 240px;
  background: #ffffff;
  padding: 10px 10px 30px 10px;
  border-radius: 4px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transform: rotate(-12deg);
  z-index: 4;
  pointer-events: none;
}

.nekko-story-themes-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}

.nekko-story-themes-header {
  text-align: center;
  margin-bottom: 50px;
}

.nekko-story-themes-title {
  font-size: 38px;
  font-weight: 700;
  font-style: italic;
  color: #2b1c14;
  margin-bottom: 12px;
}

.nekko-story-themes-title span {
  color: #8c5a2b;
}

.nekko-story-themes-subtitle {
  font-size: 15.5px;
  color: #6e5d50;
  margin: 0;
}

.nekko-story-themes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.nekko-story-theme-card {
  background: #fdfaf4;
  border: 1.5px solid #f0e4d2;
  border-radius: 20px;
  padding: 32px 22px 35px 22px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(45, 30, 15, 0.04);
  transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nekko-story-theme-card:hover {
  transform: translateY(-6px);
  background: #ffffff;
  border-color: #c49b55;
  box-shadow: 0 16px 36px rgba(45, 30, 15, 0.1);
}

.nekko-story-theme-icon {
  width: 110px;
  height: 110px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nekko-story-theme-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nekko-story-theme-icon .theme-vector-art {
  width: 90px;
  height: 90px;
}

.nekko-story-theme-card-title {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #2b1c14;
  margin-bottom: 14px;
  line-height: 1.3;
}

.nekko-story-theme-card-desc {
  font-size: 13.5px;
  color: #6e5d50;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1199px) {
  .nekko-story-themes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .nekko-story-themes-grid {
    grid-template-columns: 1fr;
  }

  .nekko-story-themes-title {
    font-size: 26px;
  }
}


.nekko-home-v2 {
  --home-v2-cream: #fff8eb;
  --home-v2-cream-deep: #f7ead5;
  --home-v2-gold: #8e652b;
  --home-v2-gold-bright: #e0bd6e;
  --home-v2-ink: #21170f;
  width: 100%;
  max-width: none;
  overflow: hidden;
  color: var(--home-v2-ink);
  background: var(--home-v2-cream);
}

.nekko-home-v2 *,
.nekko-home-v2 *::before,
.nekko-home-v2 *::after {
  box-sizing: border-box;
}

.nekko-home-v2 .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1520px !important;
  }
}

.home-v2-section {
  position: relative;
  isolation: isolate;
  min-height: 500px;
  padding: 112px 0 0;
}

.home-v2-section-title {
  font-family: "Sriracha";
  margin: 0;
  color: var(--home-v2-gold);
  font-size: 60px;
  text-align: center;
}

.home-v2-section-title span {
  color: #000;
}

.home-v2-section-title strong {
  color: var(--home-v2-gold);
}

.home-v2-section-lead {
  font-family: "Sriracha";
  margin: 14px 0 0;
  color: #3f1e11;
  font-size: 32px;
  text-align: center;
}

.home-v2-section-description {
  max-width: 980px;
  margin: 14px auto 0;
  color: #604f42;
  font-size: 20px;
  text-align: center;
}

.home-v2-eyebrow {
  font-family: "Sriracha", cursive;
  margin: 0;
  color: #3f1e11;
  font-size: 32px;
}

.home-v2-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center !important;
  min-height: 52px;
  gap: 12px;
  padding: 8px 58px;
  color: #e0bd6e !important;
  font-family: "Sriracha", cursive;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  background: #3f1e11;
  border: 1.5px solid #ffffff;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1.5px #3f1e11, 0 0 0 2.5px #e0bd6e, 0 4px 10px rgba(0, 0, 0, 0.25) !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-v2-button:hover,
.home-v2-button:focus-visible {
  color: #e0bd6e;
  background: #4d2616;
  border-color: #ffffff;
  box-shadow: inset 0 0 0 1.5px #4d2616, 0 0 0 2.5px #e0bd6e, 0 4px 12px rgba(0, 0, 0, 0.35);
}

.home-v2-button__heart {
  display: inline-flex;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.home-v2-button__heart-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-v2-button__paw {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  place-items: center;
  background: #e0bd6e;
  border-radius: 50%;
}

.home-v2-button__icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.home-v2-polaroid {
  position: absolute;
  z-index: 4;
  padding: 14px 14px 40px;
  margin: 0;
  background: #fffdf7;
  box-shadow: 0 12px 25px rgb(64 45 27 / 28%);
}

.home-v2-polaroid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hero */

.home-v2-hero--mobile {
  display: none;
}

.home-v2-hero__polaroids--mobile {
  display: none;
}

.home-v2-hero {
  position: relative;
  min-height: calc(100svh - 90px);
  isolation: isolate;
  overflow: hidden;
  background: #e7d4b9;
}

.home-v2-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 2;
  height: 60px;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 252, 242, 0.1) 30%, #fffef9 100%);
  pointer-events: none;
}

.home-v2-hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(90deg, #f2dfbf, #d8b78c);
}

.home-v2-hero__featured-image {
  position: absolute;
  right: 240px;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: 760px;
  object-fit: cover;
  object-position: right bottom;
  pointer-events: none;
}

.home-v2-hero__right-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-height: 90%;
  width: auto;
  object-fit: cover;
  object-position: right bottom;
  pointer-events: none;
}

.home-v2-hero--desktop .home-v2-hero__featured-image {
  --home-v2-hero-featured-shift-x: 0px;
  --home-v2-hero-featured-shift-y: 0px;
  --home-v2-hero-featured-rotate-x: 0deg;
  --home-v2-hero-featured-rotate-y: 0deg;
  transform:
    perspective(1400px) translate3d(var(--home-v2-hero-featured-shift-x), var(--home-v2-hero-featured-shift-y), 0) rotateX(var(--home-v2-hero-featured-rotate-x)) rotateY(var(--home-v2-hero-featured-rotate-y)) scale(1.025);
  transform-origin: center bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.home-v2-hero--desktop .home-v2-hero__right-image {
  --home-v2-hero-right-shift-x: 0px;
  --home-v2-hero-right-shift-y: 0px;
  --home-v2-hero-right-rotate-x: 0deg;
  --home-v2-hero-right-rotate-y: 0deg;
  transform:
    perspective(1200px) translate3d(var(--home-v2-hero-right-shift-x), var(--home-v2-hero-right-shift-y), 0) rotateX(var(--home-v2-hero-right-rotate-x)) rotateY(var(--home-v2-hero-right-rotate-y)) scale(1.04);
  transform-origin: center bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.home-v2-hero__inner {
  position: relative;
  z-index: 3;
  width: min(100% - 64px, 1600px);
  min-height: calc(100svh - 90px);
  margin: 0 auto;
}

.home-v2-hero__card {
  position: absolute;
  top: 100px;
  left: 0;
  width: 680px;
  padding: 42px 42px;
  text-align: center;
  background: rgb(255 251 241 / 94%);
  border-radius: 24px;
}

.home-v2-hero--desktop .home-v2-hero__card {
  --home-v2-hero-card-scale: 0.9;
  --home-v2-hero-card-rotate-x: 0deg;
  --home-v2-hero-card-rotate-y: 0deg;
  --home-v2-hero-card-shift-x: 0px;
  --home-v2-hero-card-shift-y: 0px;
  --home-v2-hero-card-light-x: 50%;
  --home-v2-hero-card-light-y: 46%;
  --home-v2-hero-card-shadow-x: 0px;
  --home-v2-hero-card-shadow-y: 18px;
  transform:
    perspective(1300px) translate3d(var(--home-v2-hero-card-shift-x), var(--home-v2-hero-card-shift-y), 0) rotateX(var(--home-v2-hero-card-rotate-x)) rotateY(var(--home-v2-hero-card-rotate-y)) scale(var(--home-v2-hero-card-scale));
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  isolation: isolate;
  contain: paint;
  overflow: hidden;
  outline: 1px solid transparent;
  box-shadow:
    var(--home-v2-hero-card-shadow-x) var(--home-v2-hero-card-shadow-y) 10px rgb(54 31 15 / 5%);
  will-change: transform;
}

.home-v2-hero--desktop .home-v2-hero__card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at var(--home-v2-hero-card-light-x) var(--home-v2-hero-card-light-y),
      rgb(255 255 255 / 52%) 0%,
      rgb(255 255 255 / 12%) 27%,
      transparent 64%);
  border-radius: inherit;
  transform: translateZ(0);
}

.home-v2-hero--desktop .home-v2-hero__card>* {
  position: relative;
  z-index: 2;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.home-v2-hero--desktop .home-v2-hero__logo-heading {
  transform: translateZ(42px);
}

.home-v2-hero--desktop .home-v2-hero__tagline {
  transform: translateZ(32px);
}

.home-v2-hero--desktop .home-v2-hero__description {
  transform: translateZ(24px);
}

.home-v2-hero--desktop .home-v2-hero__button {
  transform: translateZ(50px);
  min-width: 500px;
  font-size: 32px;
}

.home-v2-hero--desktop .home-v2-hero__note {
  transform: translateZ(18px);
}

.home-v2-hero__title {
  display: grid;
  margin: 8px 0 18px;
  color: #120d09;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 94px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.82;
  text-shadow: 2px 2px 0 #c6a66a;
}

.home-v2-hero__logo-heading {
  margin: 0;
}

.home-v2-hero__logo {
  display: block;
  width: min(100%, 520px);
  height: auto;
  object-fit: cover;
}

.home-v2-hero__title-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.home-v2-title-heart {
  width: 70px;
  height: 62px;
  overflow: visible;
}

.home-v2-title-heart path {
  fill: none;
  stroke: #9a6b24;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.home-v2-hero__tagline {
  margin: 24px 0 18px;
  width: 100%;
  color: #363636;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 32px;
  white-space: nowrap;
}

.home-v2-hero__tagline-cat {
  color: #cfb48a;
  font-family: "Sriracha", cursive;
  font-size: 36px;
}

.home-v2-hero__tagline-quote {
  color: #cfb48a;
  font-size: 36px;
}

.home-v2-hero__description {
  margin: 0 0 24px;
  color: #3f1e11;
  font-size: 20px;
}

.home-v2-hero__description>span {
  display: block;
}

.home-v2-hero__description strong {
  font-weight: 700;
  font-size: 24px;
}

.home-v2-hero__description-cat {
  color: #cfb48a;
}

.home-v2-hero__button {
  margin: 0 auto 24px;
}

.home-v2-hero__quote {
  font-family: "Sriracha", cursive;
  position: relative;
  width: fit-content;
  margin: 18px auto 28px;
  color: #3f1e11;
  font-size: 32px;
}

.home-v2-hero__note {
  margin: 0;
  color: #3f1e11;
  font-size: 20px;
}

/* Keep the Banner visually proportional on Full HD desktop displays. */
@media (min-width: 1600px) and (max-width: 1999px) {
  .home-v2-hero__featured-image {
    right: 300px;
  }
}

@media (min-width: 2000px) {
  .home-v2-hero__featured-image {
    right: 320px;
    max-width: 960px;
  }

  .home-v2-hero__right-image {
    max-width: 400px;
  }

  .home-v2-hero__inner {
    width: min(calc(100% - 64px), 2133px);
  }

  .home-v2-hero--desktop .home-v2-hero__card {
    top: 200px;
    --home-v2-hero-card-scale: 1.05;
    transform-origin: top left;
  }
}

/* About */

.home-v2-about {
  z-index: 1;
  min-height: 500px;
  display: grid;
  align-items: center;
  overflow: visible;
  background: linear-gradient(to bottom, #fffef9 0px, var(--home-v2-cream) 35px);
}

.home-v2-about::before,
.home-v2-about::after,
.home-v2-reward::after,
.home-v2-story::after,
.home-v2-faq::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.home-v2-about::before {
  inset: 0;
  background:
    linear-gradient(13deg, transparent 8%, rgb(255 255 255 / 70%) 8.5%, transparent 13%) left bottom / 48% 38% no-repeat,
    linear-gradient(-10deg, transparent 8%, rgb(255 255 255 / 65%) 8.5%, transparent 13%) right bottom / 48% 38% no-repeat;
}

.home-v2-about__content {
  max-width: 1020px;
  text-align: center;
}

.home-v2-about__content>p:not(.home-v2-section-lead, .home-v2-about__quote) {
  margin: 24px 0 0;
  color: #4c3a2d;
  font-size: 24px;
}

.home-v2-about__quote {
  margin: 34px 0 0;
  color: #3f1e11;
  font-size: 32px;
  font-family: "Sriracha";

}

.home-v2-about__cat {
  position: absolute;
  z-index: 1;
  width: min(43vw, 640px);
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.home-v2-about__cat--left {
  top: 10%;
  left: -4%;
  object-position: left top;
}

.home-v2-about__cat--right {
  right: -6%;
  bottom: -150px;
  width: min(48vw, 720px);
  object-position: right bottom;
}

.home-v2-about.home-v2-about--right-cat-overflow {
  z-index: 2;
  overflow: visible;
}

.home-v2-about--right-cat-overflow .home-v2-about__cat--right {
  bottom: -30%;
}

/* Reward */

.home-v2-reward {
  z-index: 1;
  min-height: 650px;
  padding: 112px 0 0;
  overflow: visible;
  background: var(--home-v2-cream);
}

.home-v2-reward__cat {
  position: absolute;
  bottom: -15%;
  left: 0;
  z-index: 2;
  width: 700px;
  height: auto;
  object-fit: cover;
  object-position: left bottom;
  opacity: 1;
}

.home-v2-reward .container {
  position: relative;
  z-index: 2;
}

.home-v2-reward__lead {
  margin: 14px 0 0;
  color: #000;
  font-family: "Sriracha", cursive;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}

.home-v2-reward__lead span {
  color: #8e652b;
}

.home-v2-polaroid--reward-top,
.home-v2-polaroid--reward-bottom {
  z-index: 1;
}

.home-v2-polaroid--reward-top {
  z-index: 2;
  bottom: 240px;
  right: 5%;
  width: 290px;
  height: 320px;
  transform: rotate(1deg);
}

.home-v2-polaroid--reward-bottom {
  right: 8%;
  bottom: -60px;
  width: 370px;
  height: 370px;
  transform: rotate(0deg);
}

.home-v2-reward .home-v2-polaroid--reward-top,
.home-v2-reward .home-v2-polaroid--reward-bottom {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.home-v2-reward__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 18px;
  max-width: 1000px;
  margin: 28px auto 0;
}

.home-v2-reward-card {
  width: 100%;
  min-height: 110px;
  display: grid;
  align-content: center;
  padding: 14px 24px;
  color: #fff9ec;
  text-align: center;
  background: #3f1e11;
  border: 2px solid #8f5526;
  border-radius: 10px;
  box-shadow: 0 7px 14px rgb(69 45 20 / 20%);
}

.home-v2-reward-card:nth-child(3) {
  position: relative;
  width: min(100%, 720px);
  padding: 32px;
  box-shadow: 0 7px 14px rgb(69 45 20 / 20%);
}

.home-v2-reward-card:nth-child(3)::before {
  position: absolute;
  inset: 18px;
  border: 2px solid #b47b33;
  border-radius: 12px;
  content: "";
  pointer-events: none;
}

.home-v2-reward-card:nth-child(3) h3,
.home-v2-reward-card:nth-child(3) p {
  position: relative;
  z-index: 1;
}

.home-v2-reward-card:nth-child(4) {
  position: relative;
  width: min(100%, 620px);
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 7px 14px rgb(69 45 20 / 20%);
}

.home-v2-reward-card:nth-child(4)::before,
.home-v2-reward-card:nth-child(4)::after {
  position: absolute;
  border: 2px solid #b47b33;
  content: "";
  pointer-events: none;
}

.home-v2-reward-card:nth-child(4)::before {
  inset: 18px;
  border-radius: 8px;
}

.home-v2-reward-card:nth-child(4)::after {
  inset: 23px;
  border-radius: 4px;
}

.home-v2-reward-card:nth-child(4) h3,
.home-v2-reward-card:nth-child(4) p {
  position: relative;
  z-index: 1;
}

.home-v2-reward-card h3 {
  margin: 0 0 5px;
  color: #e0bd6e;
  font-family: "Sriracha";
  font-size: 32px;
}

.home-v2-reward-card p {
  margin: 0;
  font-size: 24px;
}

.home-v2-reward-card p+p,
.home-v2-reward-card__sub {
  font-size: 18px;
  margin-top: 4px;
  opacity: 0.9;
}

.home-v2-reward-card:nth-child(4) .home-v2-gold-text {
  color: #e0bd6e;
}

.home-v2-reward__note {
  max-width: 1220px;
  margin: 36px auto 0;
  color: #9a8d7e;
  font-size: 20px;
  text-align: center;
}

/* How to join */

.home-v2-how {
  position: relative;
  padding-top: 128px;
  background:
    url("../image/bg video @2x.png") center top / 100% auto no-repeat,
    linear-gradient(180deg, #fff9ed, #ffffff 76%);
}

.home-v2-how__side-image {
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / -2);
  z-index: 1;
  width: 360px;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}

.home-v2-how__right-image {
  position: absolute;
  /* top: 300px; */
  top: 165px;
  right: -15%;
  width: 100%;
  max-width: 620px;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}

.home-v2-how .home-v2-section-title {
  color: #16100b;
}

.home-v2-how .home-v2-section-title strong {
  display: inline-block;
  margin-left: 12px;
}

.home-v2-video {
  position: relative;
  width: min(100%, 850px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 38px auto 45px;
  background: #d5c2aa;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgb(66 45 25 / 20%);
  z-index: 2;
}

.home-v2-video__poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  transform: scale(1.04);
  transition: opacity 180ms ease;
}

.home-v2-video__media {
  display: block;
  width: 100%;
  height: 100%;
  background: #21150f;
  object-fit: cover;
}

.home-v2-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  padding: 0;
  color: #5f5145;
  font-size: 34px;
  cursor: pointer;
  background: rgb(255 255 255 / 88%);
  border: 0;
  border-radius: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: opacity 220ms ease, transform 220ms ease;
}

.home-v2-video.is-playing .home-v2-video__poster {
  opacity: 0;
}

.home-v2-video.is-playing .home-v2-video__play,
.home-v2-video.has-error .home-v2-video__play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.92);
}

.home-v2-video__error {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: none;
  padding: 10px 14px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: rgb(63 30 17 / 88%);
  border-radius: 10px;
}

.home-v2-video.has-error .home-v2-video__error {
  display: block;
}

.home-v2-how__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-v2-how-card {
  position: relative;
  min-height: 400px;
  padding: 30px 18px 28px;
  overflow: visible;
  text-align: center;
  background: rgb(255 255 255 / 100%);
  border: 2px solid #f0d9b1;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgb(105 75 39 / 10%);
  z-index: 2;
}

.home-v2-how-card__number {
  position: absolute;
  top: -2px;
  left: -2px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #fff;
  font-size: 24px;
  background: #3f1e11;
  border-radius: 8px 0 24px;
}

.home-v2-how-card img {
  display: block;
  width: 100%;
  height: 185px;
  margin-bottom: 22px;
  object-fit: contain;
}

.home-v2-how-card h3 {
  margin: 0 0 14px;
  color: #24170f;
  font-family: "Sriracha", cursive;
  font-size: 32px;

}

.home-v2-how-card__content {
  text-align: left;
}

.home-v2-story-card h3 {
  margin: 0 0 14px;
  color: #24170f;
  font-family: "Sriracha", cursive;
  font-size: 32px;
  text-align: center;
}

.home-v2-story-card__content {
  text-align: left;
}

.home-v2-how-card p {
  margin: 0;
  color: #4c3a2d;
  font-size: 18px;
}

.home-v2-story-card p {
  margin: 0;
  color: #4c3a2d;
  font-size: 18px;
}

.home-v2-button--how {
  display: flex;
  width: fit-content;
  min-width: min(100%, 600px);
  margin: 42px auto 0;
  color: #e0bd6e !important;
  background: #3f1e11;
  border: 1.5px solid #ffffff;
}

/* Story cards */

.home-v2-story {
  min-height: 500px;
  display: grid;
  align-items: center;
  background: #fff;
}

.home-v2-story .home-v2-story__title-text {
  color: #000000;
}

.home-v2-story .home-v2-section-title span:not(.home-v2-story__title-text) {
  color: #8e652b;
}

.home-v2-story__background-cat {
  position: absolute;
  right: -6%;
  bottom: -20px;
  z-index: 0;
  width: 40%;
  height: 90%;
  object-fit: cover;
  opacity: 0.25;
  mask-image: linear-gradient(-90deg, #000 30%, transparent 100%);
}

.home-v2-story__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.home-v2-story-card {
  min-height: 430px;
  padding: 24px 18px 30px;
  background: #fff8eb;
  border: 2px solid #f0dcc0;
  border-radius: 10px;
  box-shadow: 0 7px 18px rgb(92 62 31 / 10%);
}

.home-v2-story-card img {
  display: block;
  width: 100%;
  height: 220px;
  margin-bottom: 24px;
  object-fit: contain;
}

.home-v2-polaroid--story {
  top: 50px;
  left: -20px;
  width: 245px;
  height: 310px;
  transform: rotate(-7deg);
}

/* FAQ */

.home-v2-faq {
  min-height: 500px;
  padding: 130px 0 90px;
  background: #fff;
}

.home-v2-faq__side-image {
  position: absolute;
  top: 0;
  left: -6%;
  z-index: 1;
  width: min(60vw, 620px);
  height: auto;
  object-fit: cover;
  pointer-events: none;
}

.home-v2-faq__background-cat {
  position: absolute;
  bottom: -30px;
  left: -4%;
  z-index: 0;
  width: 36%;
  height: 85%;
  object-fit: cover;
  opacity: 0.24;
  mask-image: linear-gradient(90deg, #000 28%, transparent 100%);
}

.home-v2-faq__container {
  max-width: 1260px;
}

.home-v2-faq__list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 20px;
  margin-top: 46px;
  padding: 0 140px;
}

.home-v2-faq__item {
  overflow: hidden;
  isolation: isolate;
  background: var(--home-v2-cream);
  border-radius: 30px;
  transition: height 420ms cubic-bezier(0.33, 1, 0.68, 1);
}

.home-v2-faq__item[open] {
  transition-duration: 420ms;
}

.home-v2-faq__item.is-closing {
  transition-duration: 320ms;
}

.home-v2-faq__item summary {
  position: relative;
  z-index: 2;
  font-family: "Sriracha", cursive;
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 28px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  list-style: none;
  background: #3f1e11;
  border: 0;
  border-radius: 30px;
  transition: color 200ms ease, box-shadow 200ms ease;
}

.home-v2-faq__item summary::-webkit-details-marker {
  display: none;
}

.home-v2-faq__item[open] summary {
  color: #e0bd6e;
  border: 2px solid #e0bd6e;
  border-radius: 30px;
}

.home-v2-faq__arrow {
  width: 0;
  height: 0;
  border-top: 10px solid var(--home-v2-gold-bright);
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-v2-faq__item[open] .home-v2-faq__arrow {
  transform: rotate(180deg);
}

.home-v2-faq__answer {
  position: relative;
  z-index: 1;
  padding: 22px 30px 28px;
  color: #645548;
  background: var(--home-v2-cream);
  border-radius: 0 0 30px 30px;
}

.home-v2-faq__answer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.home-v2-faq__item[open] .home-v2-faq__answer {
  animation: home-v2-faq-answer-reveal 240ms ease-out both;
}

.home-v2-faq__item.is-closing .home-v2-faq__answer {
  opacity: 0;
  transition: opacity 180ms ease-out;
}

@keyframes home-v2-faq-answer-reveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v2-faq__item {
    transition: none;
  }

  .home-v2-faq__item[open] .home-v2-faq__answer {
    animation: none;
  }

  .home-v2-faq__item.is-closing .home-v2-faq__answer {
    transition: none;
  }

  .home-v2-faq__arrow {
    transition: none;
  }

}

.home-v2-polaroid--faq-top {
  top: 40px;
  right: 0%;
  width: 300px;
  height: 320px;
  transform: rotate(0deg);
}

.home-v2-faq .home-v2-polaroid--faq-top {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.home-v2-faq .home-v2-polaroid--faq-top::before {
  content: none;
}

.home-v2-faq .home-v2-polaroid--faq-top img {
  object-fit: cover;
  background: transparent;
}

.home-v2-polaroid--faq-bottom {
  right: 2%;
  bottom: 20px;
  width: 220px;
  height: 285px;
  transform: rotate(5deg);
}

/* Bottom banner */

.home-v2-bottom {
  position: relative;
  display: grid;
  align-items: center;
  isolation: isolate;
  padding: 70px 0 65px;
  background: var(--home-v2-cream);
}

.home-v2-bottom__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 60px;
}

.home-v2-bottom h2 {
  font-family: "Sriracha", cursive;
  margin: 12px 0 20px;
  color: #18110d;
  font-size: 60px;
  font-weight: 500;
}

.home-v2-bottom p:not(.home-v2-eyebrow) {
  max-width: 980px;
  margin: 0;
  color: #77685b;
  font-size: 20px;
}

.home-v2-bottom .home-v2-button {
  margin-bottom: 8px;
  white-space: nowrap;
}

.home-v2-polaroid--bottom {
  top: -70px;
  right: 2%;
  width: 310px;
  height: 350px;
  transform: rotate(5deg);
  padding: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 900px) and (min-width: 768px) {
  .home-v2-reward__cat {
    width: 48vw;
  }

  .home-v2-polaroid--reward-top {
    left: -20px;
    right: auto;
    top: auto;
    bottom: -220px;
    z-index: 10 !important;
    width: min(21vw, 95px);
    height: auto;
    transform: rotate(-18deg);
  }

  .home-v2-polaroid--reward-bottom {
    right: -20px;
    left: auto;
    top: auto;
    bottom: -220px;
    z-index: 10 !important;
    width: min(21vw, 95px);
    height: auto;
    transform: rotate(18deg);
  }

  .home-v2-reward-card {
    width: min(100%, 60vw);
  }

  .home-v2-reward-card:nth-child(3) {
    width: min(100%, 42vw);
  }

  .home-v2-reward-card:nth-child(4) {
    width: min(100%, 48vw);
  }
}

@media (max-width: 1399px) {
  .home-v2-hero__card {
    left: 0;
    width: 600px;
  }

  .home-v2-hero--desktop .home-v2-hero__button {
    font-size: 28px;
  }

  .home-v2-hero__featured-image {
    right: 220px;
    max-width: 640px;
  }

  .home-v2-hero__right-image {
    max-width: 320px;
  }

  .home-v2-polaroid--story,
  .home-v2-polaroid--faq-top,
  .home-v2-polaroid--faq-bottom,
  .home-v2-faq__side-image {
    display: none;
  }

  .home-v2-how__side-image {
    width: 220px;
  }

  .home-v2-how__right-image {
    width: clamp(180px, 44.5vw, 620px);
  }
}

@media (max-width: 1199px) {
  .home-v2-section {
    padding: 90px 0 0;
  }

  .home-v2-how__side-image {
    width: 160px;
  }

  .home-v2-hero--desktop {
    min-height: calc(100vh - 90px);
  }

  .home-v2-hero__card {
    top: 110px;
    left: 0;
    width: min(530px, 48vw);
    padding: 32px 28px 24px 28px;
    transform: none;
  }

  .home-v2-hero__logo-heading {
    max-width: 380px;
    margin: 0 auto 12px;
  }

  .home-v2-hero__tagline {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .home-v2-hero__tagline-cat {
    font-size: 26px;
  }

  .home-v2-hero__tagline-quote {
    font-size: 26px;
  }

  .home-v2-hero__description {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .home-v2-hero__description strong {
    font-size: 18px;
  }

  .home-v2-hero--desktop .home-v2-hero__button {
    font-size: 22px;
    min-width: 0;
    width: 100%;
    max-width: 420px;
    padding: 12px 20px;
    margin-bottom: 10px;
  }

  .home-v2-hero__quote {
    font-size: 22px;
  }

  .home-v2-hero__note {
    font-size: 14px;
    line-height: 1.4;
  }

  .home-v2-section-title {
    font-size: 48px;
    z-index: 2;
  }

  .home-v2-section-lead {
    font-size: 24px;
  }

  .home-v2-section-description {
    font-size: 16px;
  }

  .home-v2-about__content>p:not(.home-v2-section-lead, .home-v2-about__quote) {
    font-size: 20px;
  }

  .home-v2-about__quote {
    font-size: 24px;
  }

  .home-v2-reward__lead {
    font-size: 24px;
  }

  .home-v2-reward-card h3 {
    font-size: 24px;
  }

  .home-v2-reward-card p {
    font-size: 16px;
  }

  .home-v2-reward-card p+p,
  .home-v2-reward-card__sub {
    font-size: 14px;
  }

  .home-v2-reward__note {
    font-size: 16px;
  }

  .home-v2-video__play {
    font-size: 30px;
  }

  .home-v2-how-card__number {
    font-size: 20px;
  }

  .home-v2-how-card h3 {
    font-size: 20px;
  }

  .home-v2-story-card h3 {
    font-size: 20px;
  }

  .home-v2-how-card p {
    font-size: 14px;
  }

  .home-v2-story-card p {
    font-size: 14px;
  }

  .home-v2-faq__item summary {
    font-size: 16px;
  }

  .home-v2-faq__answer p {
    font-size: 14px;
  }

  .home-v2-bottom h2 {
    font-size: 52px;
  }

  .home-v2-bottom p:not(.home-v2-eyebrow) {
    font-size: 14px;
  }

  .home-v2-hero__featured-image {
    right: 145px;
    width: 590px;
    max-width: none;
    opacity: 0.95;
  }

  .home-v2-hero__right-image {
    right: -5px;
    width: 300px;
    max-width: none;
    opacity: 0.95;
  }

  .home-v2-how__grid,
  .home-v2-story__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-bottom__inner {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }

  .home-v2-bottom p:not(.home-v2-eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }

  .home-v2-bottom .home-v2-button {
    width: fit-content;
    margin: 0 auto;
  }

  .home-v2-polaroid--bottom {
    display: block;
    width: 240px;
    height: 270px;
  }
}

@media (max-width: 1099px) and (min-width: 992px) {
  .home-v2-hero__featured-image {
    width: 400px;
  }

  .home-v2-hero__right-image {
    width: 220px;
  }
}

/* Keep the original desktop composition contained at zoom and iPad widths. */
@media (min-width: 992px) and (max-width: 1599px) {

  .home-v2-hero--desktop,
  .home-v2-hero--desktop .home-v2-hero__inner {
    min-height: 720px;
  }

  .home-v2-hero--desktop {
    margin-top: 90px;
  }

  .home-v2-hero--desktop .home-v2-hero__card {
    top: 0;
    width: 680px;
    padding: 42px;
  }

  .home-v2-hero--desktop .home-v2-hero__logo-heading {
    max-width: none;
    margin: 0;
  }

  .home-v2-hero--desktop .home-v2-hero__description {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .home-v2-hero--desktop .home-v2-hero__description strong {
    font-size: 24px;
  }

  .home-v2-hero--desktop .home-v2-hero__button {
    min-height: 52px;
    min-width: 500px;
    width: auto;
    max-width: none;
    padding: 8px 58px;
    font-size: 32px;
    margin-bottom: 24px;
  }

  .home-v2-hero--desktop .home-v2-hero__note {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-v2-hero--desktop .home-v2-hero__card {
    width: 600px;
    padding: 36px;
  }

  .home-v2-hero--desktop .home-v2-hero__logo-heading {
    max-width: 480px;
    margin: 0 auto 12px;
  }

  .home-v2-hero--desktop .home-v2-hero__description {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .home-v2-hero--desktop .home-v2-hero__description strong {
    font-size: 22px;
  }

  .home-v2-hero--desktop .home-v2-hero__button {
    min-width: 440px;
    padding: 8px 48px;
    font-size: 28px;
    margin-bottom: 18px;
  }

  .home-v2-hero--desktop .home-v2-hero__note {
    font-size: 18px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {

  .home-v2-faq__side-image,
  .home-v2-polaroid--faq-top {
    display: block;
  }

  .home-v2-faq__side-image {
    width: min(42vw, 440px);
  }

  .home-v2-polaroid--faq-top {
    width: 220px;
    height: 235px;
  }

  .home-v2-faq__container {
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .home-v2-how__side-image {
    width: 240px;
  }

  .home-v2-hero--desktop {
    display: none;
  }

  .home-v2-hero--mobile {
    display: block;
    min-height: calc(100svh - 80px);
    margin-top: 90px;
    overflow: hidden;
  }

  .home-v2-hero__polaroids--mobile {
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: 5;
    display: block;
    width: 520px;
    height: 250px;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .home-v2-hero__polaroid--mobile-first {
    position: absolute;
    top: 25px;
    left: 50px;
    width: 160px;
    height: 180px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
    object-position: center;
    transform: rotate(22deg);
  }

  .home-v2-hero__polaroid--mobile-second {
    position: absolute;
    top: 20px;
    left: 35%;
    width: 165px;
    height: 190px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
    object-position: center;
    transform: rotate(-22deg);
    z-index: 3;
  }

  .home-v2-hero__polaroid--mobile-third {
    position: absolute;
    top: 22px;
    right: 40px;
    width: 160px;
    height: 180px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
    object-position: center;
    transform: rotate(0deg);
  }

  .home-v2-hero__featured-image--mobile {
    top: 60%;
    right: -18%;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: min(60%, 620px);
    height: auto;
    max-height: none;
    opacity: 1;
    transform: none;
  }

  .home-v2-hero__card--mobile {
    left: 0;
    transform: translate(0, 0);
    isolation: isolate;
    box-shadow: 0 20px 40px rgb(54 31 15 / 16%);
    animation: home-v2-hero-mobile-card-float 10s ease-in-out infinite;
    top: 200px;
    min-height: 0;
    padding: 32px 32px 24px;
    overflow: visible;
    text-align: center;
  }

  .home-v2-hero__card--mobile::before {
    position: absolute;
    inset: 10px;
    z-index: 1;
    content: "";
    pointer-events: none;
    background: radial-gradient(circle at 35% 30%, rgb(255 255 255 / 55%) 0%, rgb(255 255 255 / 20%) 26%, transparent 58%);
    background-position: 18% 22%;
    background-size: 220% 220%;
    border-radius: inherit;
    opacity: 0.18;
    animation: home-v2-hero-mobile-card-light 12s ease-in-out infinite;
  }

  .home-v2-hero__card--mobile> :not(.home-v2-hero__featured-image--mobile) {
    position: relative;
    z-index: 2;
  }

  .home-v2-hero__logo {
    width: 78%;
  }

  .home-v2-hero__tagline--mobile {
    width: 56%;
    font-size: clamp(16px, 3vw, 28px);
    text-align: left;
    white-space: normal;
  }

  .home-v2-hero__tagline--mobile .home-v2-hero__tagline-cat,
  .home-v2-hero__tagline--mobile .home-v2-hero__tagline-quote {
    font-size: clamp(18px, 3.3vw, 30px);
  }

  .home-v2-hero__description--mobile {
    width: 56%;
    font-size: clamp(14px, 2vw, 18px);
    text-align: left;
  }

  .home-v2-hero__description--mobile strong.home-v2-hero__description-quote--mobile,
  .home-v2-hero__description--mobile strong.home-v2-hero__description-cat--mobile {
    font-size: clamp(16px, 2.4vw, 22px);
  }

  .home-v2-hero__button--mobile {
    display: flex;
    width: max-content;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }

  .home-v2-hero__note--mobile {
    width: 40%;
    text-align: left;
  }
}

@media (max-width: 991px) and (min-width: 768px) {


  .home-v2-faq__list {

    padding-bottom: 64px;
  }

  .home-v2-hero--mobile,
  .home-v2-hero--mobile .home-v2-hero__inner {
    min-height: calc(100svh + 70px);
  }

  .home-v2-hero__polaroids--mobile {
    width: min(78vw, 600px);
    height: 290px;
  }

  .home-v2-hero__polaroid--mobile-first,
  .home-v2-hero__polaroid--mobile-third {
    width: 180px;
    height: 200px;
  }

  .home-v2-hero__polaroid--mobile-second {
    width: 185px;
    height: 215px;
  }

  .home-v2-hero__card--mobile {
    top: 210px;
    left: 50%;
    width: min(calc(100vw - 64px), 760px);
    min-height: 560px;
    padding: 32px;
    transform: translateX(-50%);
    animation: none;
  }

  .home-v2-hero__logo-heading {
    max-width: 520px;
    margin: 0 0 12px;
  }

  .home-v2-hero__logo {
    width: 100%;
  }

  .home-v2-hero__tagline--mobile {
    margin: 12px 0;
    font-size: 26px;
  }

  .home-v2-hero__tagline--mobile .home-v2-hero__tagline-cat,
  .home-v2-hero__tagline--mobile .home-v2-hero__tagline-quote {
    font-size: 28px;
  }

  .home-v2-hero__description--mobile {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .home-v2-hero__description--mobile strong.home-v2-hero__description-quote--mobile,
  .home-v2-hero__description--mobile strong.home-v2-hero__description-cat--mobile {
    font-size: 20px;
  }

  .home-v2-hero__button--mobile {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .home-v2-hero__note--mobile {
    width: 45%;
    font-size: 12px;
    line-height: 1.4;
  }

  .home-v2-hero__featured-image--mobile {
    top: auto;
    right: -6%;
    bottom: 0;
    width: min(62%, 560px);
  }
}



@media (max-width: 991px) {

  .home-v2-how__side-image {
    top: 20%;
    left: -12%;
    z-index: 0;
    width: clamp(90px, 18vw, 180px);
    opacity: 0.72;
    transform: translateY(-50%);
  }

  .home-v2-faq__side-image,
  .home-v2-polaroid--faq-top,
  .home-v2-polaroid--faq-bottom,
  .home-v2-polaroid--bottom {
    display: block;
    z-index: 1;
  }

  .home-v2-faq__side-image {
    top: 12%;
    left: -12%;
    width: clamp(170px, 45vw, 330px);
    opacity: 0.45;
  }

  .home-v2-polaroid--faq-top {
    top: 20px;
    right: 2%;
    width: clamp(95px, 18vw, 150px);
    height: clamp(115px, 20vw, 165px);
  }

  .home-v2-polaroid--faq-bottom {
    right: 2%;
    bottom: 20px;
    width: clamp(80px, 16vw, 120px);
    height: clamp(105px, 19vw, 150px);
  }

  .home-v2-polaroid--bottom {
    display: block !important;
    position: absolute;
    top: auto;
    bottom: 0px;
    right: -10px;
    z-index: 20 !important;
    width: clamp(140px, 40vw, 210px);
    height: auto;
    transform: rotate(6deg);
    pointer-events: none;
  }

  .home-v2-bottom {
    position: relative;
    z-index: 1;
    overflow: visible !important;
    padding-top: 60px;
    padding-bottom: 250px !important;
    margin-top: 48px;
  }

  .home-v2-faq__container,
  .home-v2-bottom__inner {
    position: relative;
    z-index: 2;
  }
}


@keyframes home-v2-hero-mobile-card-light {

  0%,
  100% {
    background-position: 18% 22%;
    opacity: 0.18;
  }

  50% {
    background-position: 82% 72%;
    opacity: 0.3;
  }
}

@keyframes home-v2-hero-mobile-card-float {

  0%,
  100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(2px, -3px);
  }

  50% {
    transform: translate(0, -6px);
  }

  75% {
    transform: translate(-2px, -3px);
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .home-v2-reward__cat {
    top: 24px;
    bottom: auto;
    left: -3%;
    z-index: 1;
    width: min(34vw, 300px);
    opacity: 0.75;
  }

  .home-v2-reward .home-v2-polaroid--reward-top,
  .home-v2-reward .home-v2-polaroid--reward-bottom {
    bottom: 24px;
    z-index: 1 !important;
    width: min(21vw, 120px);
    height: auto;
  }

  .home-v2-reward .home-v2-polaroid--reward-top {
    right: auto;
    left: -20px;
  }

  .home-v2-reward .home-v2-polaroid--reward-bottom {
    right: -20px;
    left: auto;
  }
}

@media (max-width: 991px) {
  .home-v2-how {
    z-index: 5 !important;
    overflow: visible !important;
  }

  .home-v2-how__button-wrap {
    position: relative;
    z-index: 6 !important;
    width: 100%;
    margin-top: 42px;
    text-align: center;
  }

  .home-v2-button--how {
    position: relative;
    z-index: 10 !important;
  }

  .home-v2-how__side-image {
    position: absolute;
    top: 50%;
    left: -16%;
    z-index: 5 !important;
    width: clamp(150px, 30vw, 260px);
    opacity: 0.95;
    transform: translateY(-50%);
  }

  .home-v2-how__right-image {
    position: absolute;
    top: 50%;
    right: -16%;
    z-index: 5 !important;
    width: clamp(180px, 36vw, 320px);
    opacity: 0.95;
    transform: translateY(-50%);
  }

  .home-v2-faq {
    position: relative;
    overflow: visible !important;
  }

  .home-v2-faq__container {
    position: relative;
    z-index: 2;
  }

  .home-v2-faq .home-v2-polaroid--faq-top {
    display: block !important;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 1;
    width: min(25vw, 110px);
    height: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .home-v2-how__side-image {
    left: -2%;
    width: clamp(72px, 10vw, 96px);
  }
}

@media (max-width: 767px) {
  .home-v2-section {
    padding: 68px 0 0;
  }

  .home-v2-section-title {
    font-size: 36px;
  }

  .home-v2-section-lead {
    font-size: 20px;
  }

  .home-v2-section-description {
    font-size: 14px;
  }

  .home-v2-button {
    width: 100%;
    min-height: 52px;
    padding: 8px 24px;
    font-size: 18px;
  }

  .home-v2-button__heart {
    display: none;
  }

  .home-v2-button {
    padding: 8px 48px;
  }

  .home-v2-button__paw {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .home-v2-button__icon {
    width: 22px;
    height: 22px;
  }

  .home-v2-polaroid {
    display: none;
  }

  .home-v2-reward {
    z-index: 5 !important;
    overflow: visible !important;
  }

  .home-v2-reward .home-v2-polaroid--reward-top,
  .home-v2-reward .home-v2-polaroid--reward-bottom {
    display: block !important;
    position: absolute;
    bottom: -220px;
    z-index: 10 !important;
    width: min(21vw, 95px);
    height: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
  }

  .home-v2-reward .home-v2-polaroid--reward-top {
    left: -20px;
    right: auto;
    top: auto;
    transform: rotate(-18deg);
  }

  .home-v2-reward .home-v2-polaroid--reward-bottom {
    right: -20px;
    left: auto;
    top: auto;
    transform: rotate(18deg);
  }

  .home-v2-hero__featured-image {
    right: -22%;
    width: 112%;
    height: 72%;
    opacity: 0.18;
  }

  .home-v2-hero__right-image {
    width: 72%;
    max-height: 72%;
    opacity: 0.18;
  }

  .home-v2-hero__inner {
    width: calc(100% - 48px);
  }

  .home-v2-hero__card {
    top: 28px;
    width: 100%;
    padding: 48px 20px;
    border-radius: 18px;
  }

  .home-v2-hero__featured-image--mobile {
    top: 50%;
    right: -19%;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: min(80%, 520px);
    height: auto;
    max-height: none;
    opacity: 1;
    transform: none;
  }

  .home-v2-hero__card--mobile {
    top: 170px;
    min-height: 0;
    padding: 20px 20px 18px;
    text-align: center;
  }

  .home-v2-hero__tagline--mobile {
    width: 75%;
    margin: 0;
    text-align: left;
    white-space: normal;
  }

  .home-v2-hero__tagline--mobile .home-v2-hero__tagline-cat {
    font-size: clamp(18px, 3vw, 24px);
  }

  .home-v2-hero__tagline--mobile .home-v2-hero__tagline-quote {
    font-size: clamp(14px, 3vw, 20px);
  }

  .home-v2-hero__description--mobile {
    width: 70%;
    margin-bottom: 18px;
    font-size: clamp(12px, 2.2vw, 16px);
    text-align: left;
  }

  .home-v2-hero__description--mobile strong.home-v2-hero__description-quote--mobile,
  .home-v2-hero__description--mobile strong.home-v2-hero__description-cat--mobile {
    font-size: clamp(14px, 2.5vw, 18px);
  }

  .home-v2-hero__button--mobile {
    display: flex;
    width: max-content;
    min-height: 44px;
    margin: 0 0 18px;
    padding: 8px 20px;
    font-size: 16px;
  }

  .home-v2-hero__note--mobile {
    width: 40%;
    font-size: 10px;
    text-align: left;
  }

  .home-v2-hero__polaroids--mobile {
    width: 420px;
    height: 170px;
  }

  .home-v2-hero__polaroid--mobile-first {
    top: 22px;
    width: 128px;
    height: 146px;
    padding: 0;
  }

  .home-v2-hero__polaroid--mobile-second {
    width: 150px;
    height: 164px;
    padding: 0;
  }

  .home-v2-hero__polaroid--mobile-third {
    top: 22px;
    width: 128px;
    height: 146px;
    padding: 0;
  }

  .home-v2-hero__title {
    font-size: 52px;
  }

  .home-v2-title-heart {
    width: 48px;
    height: 43px;
  }

  .home-v2-hero__tagline {
    margin-top: 24px;
    font-size: 14px;
  }

  .home-v2-hero__tagline-cat {
    font-size: 14px;
  }

  .home-v2-hero__tagline-quote {
    font-size: 14px;
  }

  .home-v2-hero__description strong {
    font-size: 18px;
  }

  .home-v2-hero__description {
    font-size: 14px;
  }

  .home-v2-hero__button {
    font-size: 18px;
  }

  .home-v2-hero__quote {
    font-size: 20px;
  }

  .home-v2-hero__note {
    font-size: 10px;
  }

  .home-v2-section-lead {
    font-size: 20px;
  }

  .home-v2-section-description {
    font-size: 14px;
  }

  .home-v2-about__content>p:not(.home-v2-section-lead, .home-v2-about__quote) {
    font-size: 16px;
  }

  .home-v2-about__quote {
    font-size: 20px;
  }

  .home-v2-reward__lead {
    font-size: 20px;
  }

  .home-v2-reward-card h3 {
    font-size: 20px;
  }

  .home-v2-reward-card p {
    font-size: 14px;
  }

  .home-v2-reward-card p+p,
  .home-v2-reward-card__sub {
    font-size: 12px;
  }

  .home-v2-reward__note {
    font-size: 14px;
  }

  .home-v2-video__play {
    font-size: 24px;
  }

  .home-v2-how-card__number {
    font-size: 20px;
  }

  .home-v2-how-card h3 {
    font-size: 18px;
  }

  .home-v2-story-card h3 {
    font-size: 18px;
  }

  .home-v2-how-card p {
    font-size: 14px;
  }

  .home-v2-story-card p {
    font-size: 14px;
  }

  .home-v2-faq__item summary {
    font-size: 14px;
  }

  .home-v2-faq__answer p {
    font-size: 14px;
  }

  .home-v2-bottom h2 {
    font-size: 36px;
  }

  .home-v2-bottom p:not(.home-v2-eyebrow) {
    font-size: 16px;
  }

  .home-v2-faq {
    z-index: 10 !important;
    overflow: visible !important;
  }

  .home-v2-faq__side-image {
    display: block !important;
    position: absolute;
    top: auto;
    bottom: -720px;
    left: -15px;
    z-index: 20 !important;
    width: clamp(150px, 42vw, 240px);
    opacity: 1;
    transform: none;
    pointer-events: none;
  }

  .home-v2-about {
    min-height: auto;
    z-index: 2;
    overflow: visible;
  }

  .home-v2-about__cat--left {
    top: -45px;
    left: -3%;
    z-index: 3;
  }

  .home-v2-about__cat--right,
  .home-v2-about--right-cat-overflow .home-v2-about__cat--right {
    top: 50%;
    bottom: auto;
    right: -2%;
    transform: translateY(-50%);
  }

  .home-v2-about__content>p:not(.home-v2-section-lead, .home-v2-about__quote) {
    margin-top: 18px;
    font-size: 18px;
  }

  .home-v2-about__content br,
  .home-v2-reward__note br {
    display: none;
  }

  .home-v2-about__cat,
  .home-v2-reward__cat {
    width: min(46vw, 230px);
    max-width: 230px;
    opacity: 0.7;
  }

  .home-v2-reward {
    z-index: 2;
  }

  .home-v2-reward__cat {
    top: -25px;
    bottom: auto;
    left: -3%;
    z-index: 3;
    object-position: left top;
  }

  .home-v2-story__background-cat,
  .home-v2-faq__background-cat {
    width: 78%;
    opacity: 0.12;
  }

  .home-v2-reward__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin-top: 34px;
  }

  .home-v2-reward-card {
    width: 100%;
    min-height: 0;
    padding: 28px 20px;
  }

  .home-v2-reward-card h3 {
    font-size: 24px;
  }

  .home-v2-reward-card p {
    font-size: 16px;
  }

  .home-v2-video {
    margin: 28px auto 32px;
  }

  .home-v2-video__play {
    width: 62px;
    height: 62px;
    font-size: 24px;
  }

  .home-v2-how__grid,
  .home-v2-story__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-v2-how-card,
  .home-v2-story-card {
    min-height: 0;
  }

  .home-v2-how-card img,
  .home-v2-story-card img {
    height: 180px;
  }

  .home-v2-how__button-wrap {
    position: relative;
    z-index: 6 !important;
    width: 100%;
    margin-top: 42px;
  }

  .home-v2-button--how {
    position: relative;
    z-index: 10 !important;
    min-width: 0;
    margin-top: 0;
  }

  .home-v2-how__side-image {
    top: 160%;
    left: -5%;
    z-index: 5 !important;
    width: clamp(40px, 19vw, 100px);
    transform: translateY(-50%);
  }

  .home-v2-how__right-image {
    top: 180%;
    right: -9%;
    z-index: 5 !important;
    width: clamp(240px, 36vw, 360px);
    transform: translateY(-50%);
  }

  .home-v2-faq {
    min-height: 500px;
    padding: 74px 0;
  }

  .home-v2-faq__list {
    gap: 10px;
    margin-top: 32px;
    padding: 0 12px;
    margin-bottom: 32px;
  }

  .home-v2-faq__item summary {
    min-height: 54px;
    padding: 11px 18px;
    font-size: 16px;
    border-radius: 24px;
  }

  .home-v2-faq__item,
  .home-v2-faq__item[open] summary {
    border-radius: 24px;
  }

  .home-v2-faq__answer {
    padding: 18px 20px 22px;
    border-radius: 0 0 24px 24px;
  }

  .home-v2-bottom {
    min-height: 450px;
    padding: 60px 0 220px !important;
  }

  .home-v2-bottom h2 {
    font-size: 38px;
  }
}

.home-v2-hero__description--mobile strong.home-v2-hero__description-quote--mobile {
  font-size: clamp(16px, 2.4vw, 22px);
}

.home-v2-hero__description--mobile strong.home-v2-hero__description-cat--mobile {
  font-size: clamp(16px, 2.4vw, 22px);
}

@media (max-width: 420px) {


  .home-v2-hero__title {
    font-size: 44px;
  }

  .home-v2-hero__title-line {
    gap: 8px;
  }

  .home-v2-hero__tagline {
    font-size: 14px;
  }

  .home-v2-hero__tagline-cat {
    font-size: 14px;
  }

  .home-v2-hero__tagline-quote {
    font-size: 14px;
  }

  .home-v2-hero__description {
    font-size: 14px;
  }

  .home-v2-hero__description strong {
    font-size: 16px;
  }

  .home-v2-hero__button {
    font-size: 16px;
  }

  .home-v2-hero__quote {
    font-size: 18px;
  }

  .home-v2-hero__note {
    font-size: 10px;
  }

  .home-v2-hero__featured-image--mobile {
    right: -3%;
    left: auto;
    width: 66%;
  }

  .home-v2-hero__card--mobile {
    top: 150px;
    min-height: 0;
    padding: 16px 16px 18px;
  }

  .home-v2-hero__tagline--mobile {
    width: 60%;
    font-size: 13px;
    text-align: left;
  }

  .home-v2-hero__tagline--mobile .home-v2-hero__tagline-cat {
    font-size: 14px;
  }

  .home-v2-hero__tagline--mobile .home-v2-hero__tagline-quote {
    font-size: 13px;
  }

  .home-v2-hero__description--mobile {
    width: 70%;
    font-size: 12px;
    text-align: left;
  }

  .home-v2-hero__button--mobile {
    font-size: 13px;
  }

  .home-v2-hero__note--mobile {
    width: 50%;
    font-size: 10px;
    text-align: left;
  }

  .home-v2-hero__polaroids--mobile {
    width: 360px;
    height: 160px;
  }

  .home-v2-hero__polaroid--mobile-first {
    top: 20px;
    width: 108px;
    height: 122px;
    padding: 0;
  }

  .home-v2-hero__polaroid--mobile-second {
    width: 135px;
    height: 140px;
    padding: 0;
  }

  .home-v2-hero__polaroid--mobile-third {
    top: 20px;
    width: 108px;
    height: 122px;
    padding: 0;
  }

  .home-v2-section-title {
    font-size: 30px;
  }

  .home-v2-section-lead {
    font-size: 18px;
  }

  .home-v2-section-description {
    font-size: 14px;
  }

  .home-v2-button {
    font-size: 16px;
  }

  .home-v2-about__content>p:not(.home-v2-section-lead, .home-v2-about__quote) {
    font-size: 14px;
  }

  .home-v2-about__quote {
    font-size: 18px;
  }

  .home-v2-reward__lead {
    font-size: 18px;
  }

  .home-v2-reward-card h3 {
    font-size: 18px;
  }

  .home-v2-reward-card p {
    font-size: 14px;
  }

  .home-v2-reward__note {
    font-size: 12px;
  }

  .home-v2-video__play {
    font-size: 22px;
  }

  .home-v2-how-card__number {
    font-size: 18px;
  }

  .home-v2-how-card h3 {
    font-size: 16px;
  }

  .home-v2-story-card h3 {
    font-size: 16px;
  }

  .home-v2-how-card p {
    font-size: 14px;
  }

  .home-v2-story-card p {
    font-size: 14px;
  }

  .home-v2-faq__item summary {
    font-size: 14px;
  }

  .home-v2-faq__answer p {
    font-size: 14px;
  }


  .home-v2-how-card {
    padding-right: 18px;
    padding-left: 18px;
  }

  .home-v2-story-card {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 374px) {
  .home-v2-hero__polaroids--mobile {
    width: 300px;
    height: 138px;
  }

  .home-v2-hero__card--mobile {
    top: 138px;
    padding: 14px 14px 16px;
  }

  .home-v2-hero__featured-image--mobile {
    right: -4%;
    width: 66%;
  }

  .home-v2-hero__tagline--mobile {
    width: 50%;
  }

  .home-v2-hero__description--mobile {
    width: 50%;
  }

  .home-v2-hero__note--mobile {
    width: 40%;
  }

  .home-v2-hero__tagline--mobile {
    font-size: 12px;
  }

  .home-v2-hero__tagline--mobile .home-v2-hero__tagline-cat,
  .home-v2-hero__tagline--mobile .home-v2-hero__tagline-quote {
    font-size: 12px;
  }

  .home-v2-hero__description--mobile {
    font-size: 12px;
    line-height: 1.45;
  }

  .home-v2-hero__description--mobile strong.home-v2-hero__description-quote--mobile,
  .home-v2-hero__description--mobile strong.home-v2-hero__description-cat--mobile {
    font-size: 14px;
  }

  .home-v2-hero__button--mobile {
    min-height: 40px;
    padding: 7px 14px;
    font-size: 14px;
  }

  .home-v2-hero__note--mobile {
    font-size: 8px;
  }
}

@media (max-width: 991px) {
  .home-v2-hero__button--mobile {
    width: min(50%, 260px);
    min-height: 44px;
    padding: 6px 56px 6px 16px;
    font-size: 14px;
    white-space: nowrap;
  }
}

.slide {
  position: relative;
  padding: 112px 0 0;
  background: var(--home-v2-cream);
  overflow: hidden;
}

.campaign-slider {
  --slider-visible: 5;
  --slider-gap: 16px;

  --slider-card-ratio: 9 / 16;

  --slider-active-scale: 1.05;
  --slider-transition-duration: 680ms;
  --slider-transition-easing: cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  padding-bottom: 56px;

  width: min(calc(100vw - 48px), 1660px);
  margin-left: calc((100% - min(calc(100vw - 48px), 1660px)) / 2);
  overflow: hidden;
}

.campaign-slider__stage {
  position: relative;

  height: 588px;
  cursor: grab;

  touch-action: pan-y;

  /* A press that travels across the row is a swipe, and nothing else: without
     this the browser reads the same movement as a text selection being made
     and then dragged, which paints a ghost and a no-drop cursor over the row
     and cancels the pointer stream the swipe is read from. */
  user-select: none;
  -webkit-user-select: none;
}

.campaign-slider__stage.is-dragging {
  cursor: grabbing;
}


.campaign-slider__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc((100% / var(--slider-visible)) - var(--slider-gap));
  height: auto;
  aspect-ratio: var(--slider-card-ratio);
  transform: translate(-50%, -50%);

  transition: transform var(--slider-transition-duration) var(--slider-transition-easing), opacity 200ms ease;

  will-change: transform;
  backface-visibility: hidden;
}


.campaign-slider__stage.is-dragging .campaign-slider__item,
.campaign-slider__stage.is-animating .campaign-slider__item,
.campaign-slider__stage.is-jumping .campaign-slider__item,
.campaign-slider__stage.is-jumping .campaign-slider__card {
  transition: none;
}

.campaign-slider__card {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 14px;
  transition: transform var(--slider-transition-duration) var(--slider-transition-easing),
    box-shadow 420ms ease;
}


.campaign-slider__item.is-centred .campaign-slider__card {
  transform: scale(var(--slider-active-scale));
}

.campaign-slider__poster {
  position: absolute;
  inset: 0;
  -webkit-user-drag: none;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  pointer-events: none;
  border-radius: 14px;
  transition: opacity 180ms ease;
}

/* Drawn whole and centred like the poster behind it, so a clip whose shape is
   not the card's shape is letterboxed rather than cropped - and the row never
   rearranges itself as clips of different sizes come and go. */
.campaign-slider__video {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  border-radius: 14px;
}

.campaign-slider__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #5f5145;
  font-size: 17px;
  cursor: pointer;
  background: rgb(255 255 255 / 88%);
  border: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 220ms ease, transform 220ms ease;
}

/* Only the centred card can actually be played, so it is the only one that
   offers the control. The rest stay clickable - a click brings them to the
   centre (see initHomeVideoCarousel in dth.js) - they just stop advertising a
   play action they would not perform. Fading rather than hiding outright lets
   the button hand over from the outgoing card to the incoming one during the
   slide. */
.campaign-slider__item:not(.is-centred) .campaign-slider__play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.86);
}

/* A destination card becomes centred in JavaScript before its transform has
   finished. Keep its play control hidden until that movement completes, so a
   play button never crosses the row with the card. */
.campaign-slider__stage.is-dragging .campaign-slider__play,
.campaign-slider__stage.is-sliding .campaign-slider__play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.86);
}

.campaign-slider__card.is-playing .campaign-slider__poster {
  opacity: 0;
}

.campaign-slider__card.is-playing .campaign-slider__play,
.campaign-slider__card.is-playing .campaign-slider__name {
  opacity: 0;
  pointer-events: none;
}

.campaign-slider__card.is-playing.is-paused .campaign-slider__play {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

/* TikTok-style video timeline, scoped to the Home carousel. The interactive
   box stays finger-sized while the visible line remains slim until focused,
   hovered or dragged. */
.campaign-slider__progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7;
  display: flex;
  align-items: flex-end;
  height: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  transition: opacity 180ms ease;
}

.campaign-slider__card.is-playing .campaign-slider__progress {
  opacity: 1;
  pointer-events: auto;
}

.campaign-slider__progress-track {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background: rgb(255 255 255 / 28%);
  transition: height 150ms ease;
}

.campaign-slider__progress:hover .campaign-slider__progress-track,
.campaign-slider__progress:focus-visible .campaign-slider__progress-track,
.campaign-slider__progress.is-scrubbing .campaign-slider__progress-track {
  height: 6px;
}

.campaign-slider__progress:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.campaign-slider__progress-bar {
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  transition: width 100ms linear;
}

.campaign-slider__progress.is-scrubbing .campaign-slider__progress-bar {
  transition: none;
}

.campaign-slider__progress-knob {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgb(0 0 0 / 45%);
  transform: translateY(-50%) scale(0);
  transition: transform 150ms ease;
}

.campaign-slider__progress:hover .campaign-slider__progress-knob,
.campaign-slider__progress:focus-visible .campaign-slider__progress-knob,
.campaign-slider__progress.is-scrubbing .campaign-slider__progress-knob {
  transform: translateY(-50%) scale(1);
}

.campaign-slider__video-actions {
  position: absolute;
  right: 10px;
  bottom: 30px;
  z-index: 8;
  display: flex;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.campaign-slider__card.is-playing .campaign-slider__video-actions {
  opacity: 1;
  pointer-events: auto;
}

.campaign-slider__video-action {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  background: rgb(0 0 0 / 56%);
  border: 1px solid rgb(255 255 255 / 46%);
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 28%);
}

.campaign-slider__video-action:hover,
.campaign-slider__video-action:focus-visible,
.campaign-slider__video-action:active {
  color: #fff;
  background: rgb(0 0 0 / 76%);
}

.campaign-slider__video-action:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.campaign-slider__card:fullscreen,
.campaign-slider__card:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  background: #000;
  border-radius: 0;
}

.campaign-slider__card:fullscreen .campaign-slider__video,
.campaign-slider__card:-webkit-full-screen .campaign-slider__video {
  border-radius: 0;
}

.campaign-slider__card.is-playing::after {
  opacity: 0;
}

.campaign-slider__name {
  position: absolute;
  transition: opacity 180ms ease;
  right: 12px;
  bottom: 10px;
  left: 12px;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0 2px 10px rgb(0 0 0 / 65%);
  pointer-events: none;
}

/* The name is legible over a bright frame because the card fades to dark
   underneath it, not because the text is boxed in. */
.campaign-slider__card::after {
  position: absolute;
  transition: opacity 180ms ease;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 96px;
  content: "";
  background: linear-gradient(to top, rgb(0 0 0 / 72%), rgb(0 0 0 / 0%));
  border-radius: 0 0 14px 14px;
  pointer-events: none;
}

.campaign-slider__nav {
  position: absolute;
  top: calc((100% - 56px) / 2);
  z-index: 20;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background: #3f1e11;
  border: 0;
  border-radius: 50%;
  transform: translateY(-50%);
}

.campaign-slider__nav:hover,
.campaign-slider__nav:focus-visible,
.campaign-slider__nav:active {
  color: #fff;
  background: #3f1e11;
}

.campaign-slider__nav:focus-visible {
  outline: 3px solid #c49b55;
  outline-offset: 3px;
}

.campaign-slider__nav--prev {
  left: 12px;
}

.campaign-slider__nav--next {
  right: 12px;
}

.campaign-slider__dots {
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 20;
  display: flex;
  gap: 8px;
  justify-content: center;
  width: 100%;
}

.campaign-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  background: rgb(63 30 17 / 30%);
  border: 0;
  border-radius: 50%;
  transition: background 200ms ease, transform 200ms ease;
}

.campaign-slider__dot.is-active {
  background: #e0bd6e;
  transform: scale(1.25);
}


@media (max-width: 1023px) {
  .campaign-slider {
    --slider-visible: 3;
  }
}

@media (max-width: 640px) {

  .slide {
    padding: 0px 0 0;
 
  }

  .campaign-slider {
    --slider-visible: 1;
    --slider-gap: 24px;
    --slider-card-ratio: 2 / 3;
    --slider-dot-window: 5;
  }

  .campaign-slider__controls {
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: 20;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .campaign-slider__nav {
    position: static;
    flex: none;
    width: 32px;
    height: 32px;
    font-size: 14px;
    transform: none;
  }

  .campaign-slider__dots {
    position: static;
    flex: none;
    gap: 8px;
    align-items: center;
    width: auto;
  }

  .campaign-slider__dot {
    display: none;
    flex: none;
    width: 18px;
    height: 18px;
    transition: width 200ms ease, height 200ms ease, background 200ms ease;
  }

  .campaign-slider__dot.is-window-visible {
    display: block;
    order: var(--dot-window-order);
  }

  /* Close to the 32px arrows so the active dot reads as the same tap target. */
  .campaign-slider__dot.is-active {
    width: 30px;
    height: 30px;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .campaign-slider__item {
    transition: none;
  }
}

/* ==========================================================================
   Account page (template-account.php)
   ========================================================================== */

/* The header is fixed at 90px tall, so the page has to start below it - see
   .page-default-main above. The min-height keeps the cream running down to the
   footer, because this page is one short card and would otherwise leave the
   body colour showing beneath it. */
.campaign-account-main {
  padding-top: 90px;
  min-height: calc(100vh - 90px);
  background:
    radial-gradient(circle at 50% 0%, rgb(255 255 255 / 70%), transparent 520px),
    linear-gradient(180deg, #fffaf0 0%, #fff9ec 58%, #fff7e7 100%);
}

.campaign-account {
  max-width: 560px;
  margin: 0 auto;
  padding: 64px 20px 96px;
}

.campaign-account-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 48px 32px 40px;
  border: 1px solid rgb(196 155 85 / 35%);
  border-radius: 24px;
  background: var(--nekko-card-bg);
  box-shadow: var(--nekko-shadow-card);
  text-align: center;
}

.campaign-account-eyebrow {
  margin: 0;
  color: var(--nekko-text-subtitle);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

/* The gold ring repeats the border the provider pictures are framed with
   elsewhere on the site, so an avatar that arrives at whatever size TikTok
   sends still sits in a frame the rest of the page recognises. */
.campaign-account-avatar {
  width: 132px;
  height: 132px;
  padding: 4px;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--nekko-gold-light) 0%, var(--nekko-gold) 100%);
  box-shadow: 0 12px 28px rgb(45 30 15 / 14%);
}

.campaign-account-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: var(--nekko-bg-warm);
}

.campaign-account-title,
.campaign-account-name {
  margin: 0;
  color: var(--nekko-text-main);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.campaign-account-lead {
  margin: 0;
  color: var(--nekko-text-desc);
  font-size: 17px;
  line-height: 1.7;
}

.campaign-account-provider {
  margin: 0;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--nekko-bg-warm);
  color: var(--nekko-text-desc);
  font-size: 15px;
}

.campaign-account-provider span {
  color: var(--nekko-text-subtitle);
  font-weight: 700;
}

.campaign-account-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
}

.campaign-account-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border: 2px solid var(--nekko-gold);
  border-radius: 50px;
  background: linear-gradient(180deg, #2a201b 0%, #110b08 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 25px rgb(33 23 16 / 30%);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.campaign-account-button:hover,
.campaign-account-button:focus-visible {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgb(33 23 16 / 38%), 0 0 15px rgb(196 155 85 / 25%);
}

/* Signing out is the secondary path here, so it keeps the same shape without
   competing with the button that carries people back into the campaign. */
.campaign-account-button.is-quiet {
  background: transparent;
  color: var(--nekko-text-main);
  box-shadow: none;
}

.campaign-account-button.is-quiet:hover,
.campaign-account-button.is-quiet:focus-visible {
  background: var(--nekko-bg-warm);
  color: var(--nekko-text-main);
  box-shadow: none;
}

@media (max-width: 575px) {
  .campaign-account {
    padding: 40px 16px 72px;
  }

  .campaign-account-card {
    padding: 36px 20px 32px;
    border-radius: 20px;
  }

  .campaign-account-title,
  .campaign-account-name {
    font-size: 25px;
  }

  .campaign-account-actions {
    width: 100%;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .campaign-account-button {
    transition: none;
  }

  .campaign-account-button:hover,
  .campaign-account-button:focus-visible {
    transform: none;
  }
}

.campaign-account-hint {
  margin: 4px 0 0;
  color: var(--nekko-muted, #9d8f80);
  font-size: 14px;
  line-height: 1.7;
}
