/*
  Goofy Foot® — 5-Section 1920×1080 Layout
  Figma Node 15:470 Redesign
*/

@import url('pretendardvariable.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.css');
@import url('https://use.typekit.net/mba8czj.css');

:root {
  --bg-color: #FFFFFF;
  --text-main: #111111;
  --text-muted: #8D8D8D;
  --glass-bg: rgba(230, 230, 230, 0.7);
  --glass-blur: blur(20px);

  --font-en: 'acumin-pro', 'acumin-pro-wide', -apple-system, sans-serif;
  --font-kr: 'Pretendard Variable', 'Pretendard', -apple-system, sans-serif;

  --transition-smooth: 0.4s cubic-bezier(0.2, 0, 0.05, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  scroll-behavior: smooth;
  background-color: var(--bg-color);
  color: var(--text-main);
  font-family: var(--font-kr);
  font-size: 16px;
  cursor: url('svg/GOOFY%20ICON%206.svg') 17 2, url('svg/GOOFY_ICON_6.png') 17 2, auto;
}

body {
  overflow-x: hidden;
}

a,
button,
.btn-smart-store {
  cursor: url('svg/GOOFY%20ICON%206.svg') 17 2, url('svg/GOOFY_ICON_6.png') 17 2, pointer;
}

/* ========================================
   SCROLL REVEAL ANIMATION
   ======================================== */
.scroll-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.85s cubic-bezier(0.2, 0, 0.05, 1), transform 0.85s cubic-bezier(0.2, 0, 0.05, 1);
  will-change: opacity, transform;
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   ALL SECTIONS: 1920×1080 VIEWPORT RATIO
   ======================================== */
.web-flow-container {
  width: 100vw;
  max-width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.section-page {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 720px;
  background: #FFFFFF;
  overflow: hidden;
}

/* ========================================
   SECTION 1: SPRAY REVEAL HERO (1920×1080)
   ======================================== */
.section-spray {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  position: relative;
  background: #FFFFFF;
  touch-action: pan-y;
}

.spray-reveal-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: pan-y;
  cursor: url('svg/GOOFY%20ICON%206.svg') 17 2, url('svg/GOOFY_ICON_6.png') 17 2, crosshair;
  user-select: none;
  -webkit-user-select: none;
}

.reveal-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#spray-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  touch-action: pan-y;
  cursor: url('svg/GOOFY%20ICON%206.svg') 17 2, url('svg/GOOFY_ICON_6.png') 17 2, crosshair;
}

.gradient-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(
    to bottom,
    #FFFFFF 0%,
    rgba(255, 255, 255, 0.85) 5%,
    rgba(255, 255, 255, 0) 22%,
    rgba(255, 255, 255, 0) 78%,
    rgba(255, 255, 255, 0.85) 95%,
    #FFFFFF 100%
  );
}

.spray-hero-logo {
  display: none !important;
}

.spray-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 50px;
  font-family: var(--font-kr);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  background-color: rgba(204, 204, 204, 0.85);
  border-radius: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.spray-hint.hidden {
  opacity: 0;
}

/* ========================================
   SECTION 2: BRAND STORY (1920×1080)
   ======================================== */
.section-story {
  width: 100vw;
  min-height: 100vh;
  padding: clamp(60px, 8vh, 120px) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  background: #FFFFFF;
  box-sizing: border-box;
}

.story-center-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  width: 100%;
  max-width: 100%;
  padding: 0 clamp(36px, 4.5vw, 80px);
  margin: 0;
  box-sizing: border-box;
}

.story-english-text {
  font-family: var(--font-en);
  font-size: clamp(28px, 2.85vw, 55px);
  font-weight: 500;
  line-height: clamp(38px, 3.55vw, 68px);
  color: #111111;
  margin-bottom: clamp(24px, 2.6vw, 50px);
  max-width: 90vw;
  word-break: keep-all;
  text-align: left;
  letter-spacing: -0.015em;
}

.story-english-text p {
  margin: 0;
}

.story-korean-text {
  font-family: 'Pretendard Variable', 'Pretendard', -apple-system, sans-serif !important;
  font-size: clamp(24px, 2.6vw, 50px);
  font-weight: 450;
  line-height: clamp(38px, 3.55vw, 68px);
  color: #111111;
  max-width: 90vw;
  word-break: keep-all;
  text-align: left;
  letter-spacing: -0.02em;
}

.story-korean-text p {
  margin: 0;
}

.story-veig-link {
  color: #8D8D8D;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  cursor: pointer;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.story-veig-link:hover {
  color: #555555;
  opacity: 0.8;
}

.story-brand-reg {
  font-family: Arial, -apple-system, sans-serif !important;
  font-weight: 400;
  display: inline;
}

.story-english-text.scroll-reveal.is-visible {
  transition-delay: 0.08s;
}

.story-korean-text.scroll-reveal.is-visible {
  transition-delay: 0.22s;
}

/* ========================================
   SECTION 2.5: PRODUCT EXPLAIN (TAMBURINS STYLE: VERTICAL IMAGE STACK & STICKY DETAILS)
   ======================================== */
.section-product-explain {
  position: relative;
  width: 100vw;
  height: auto !important;
  min-height: 100vh !important;
  background: #FFFFFF;
  display: block !important;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 150px;
  overflow: visible !important;
}

.product-explain-container {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: flex-start;
  position: relative;
  background: #FFFFFF;
  box-sizing: border-box;
}

.product-explain-visual {
  flex: 0 0 70%;
  width: 70%;
  max-width: 70%;
  min-width: 70%;
  border-right: 1px solid #000000;
  background: #FFFFFF;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  overflow: hidden;
}

.product-vertical-image-stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.product-stack-item {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  background: #FFFFFF;
}

.vertical-stack-img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 960 / 1080;
  height: auto;
  display: block;
  object-fit: cover;
  user-select: none;
  -webkit-user-select: none;
}

.product-explain-details {
  flex: 0 0 30%;
  width: 30%;
  max-width: 30%;
  min-width: 30%;
  position: sticky !important;
  top: 0 !important;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #FFFFFF;
  box-sizing: border-box;
  z-index: 10;
}

.product-explain-header {
  height: 56px;
  min-height: 56px;
  flex: 0 0 56px;
  flex-shrink: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
}

.product-explain-title {
  display: flex;
  align-items: center;
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}

.product-explain-title .title-en {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.02em;
}

.product-accordion-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
}

.accordion-item {
  border-bottom: 1px solid #000000;
  flex-shrink: 0;
}

.accordion-header {
  width: 100%;
  height: 56px;
  min-height: 56px;
  flex: 0 0 56px;
  flex-shrink: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s ease;
  user-select: none;
  -webkit-user-select: none;
  box-sizing: border-box;
}

.accordion-header:hover {
  background-color: #F5F5F5;
}

.accordion-item.is-disabled .accordion-header {
  cursor: default;
  opacity: 0.85;
}

.accordion-item.is-disabled .accordion-header:hover {
  background-color: transparent;
}

.accordion-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.accordion-title-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.accordion-title {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.02em;
  transition: color 0.25s ease;
}

/* Smart Store Accordion Button Item */
.accordion-item-store {
  background: #FF0000;
  border-bottom: 1px solid #FF0000;
  flex-shrink: 0;
  margin-top: 0;
  transition: background-color 0.25s ease;
}

.accordion-store-link {
  width: 100%;
  height: 56px;
  min-height: 56px;
  flex: 0 0 56px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #FF0000;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  transition: background-color 0.25s ease;
}

.accordion-store-link:hover {
  background-color: #E60000;
}

.accordion-store-title {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}

.accordion-store-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-right: 15px;
  line-height: 0;
  flex-shrink: 0;
}

.accordion-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin-right: 15px;
  line-height: 0;
  flex-shrink: 0;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
}

.accordion-item.is-open .accordion-icon {
  transform: rotate(180deg);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.55s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.45s ease;
}

.accordion-item.is-open .accordion-body {
  opacity: 1;
}

.accordion-content-inner {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 24px 20px 48px 20px;
  display: block;
}

#accordion-description .accordion-content-inner,
#accordion-woody-notes .accordion-content-inner,
#accordion-safety-care .accordion-content-inner {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 24px 20px 48px 20px;
  display: block;
}

.product-specs-list {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spec-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.spec-label-group {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.spec-label-kr {
  font-family: var(--font-kr);
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 20px;
}

.spec-label-en {
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.spec-value-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.spec-value-kr {
  font-family: var(--font-kr);
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  margin: 0;
  word-break: keep-all;
}

.spec-value-en {
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin: 0;
  word-break: keep-all;
}

@media (max-height: 850px) and (min-width: 769px) {
  #accordion-description .accordion-content-inner {
    padding: 16px 20px 36px 20px;
  }

  #accordion-description .product-specs-list {
    gap: 12px;
  }

  #accordion-description .product-specs-list::after {
    height: 20px;
    min-height: 20px;
  }

  .spec-label-kr,
  .spec-label-en {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .spec-value-kr,
  .spec-value-en {
    font-size: 14px !important;
    line-height: 19px !important;
  }
}

.notes-pyramid,
.delivery-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.notes-pyramid .spec-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}

.notes-pyramid .spec-label {
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 20px;
  min-width: 58px;
}

.notes-pyramid .spec-value {
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.notes-desc {
  font-family: var(--font-kr);
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  margin-top: 14px;
}

/* ========================================
   SECTION 4: PRODUCTS MOTION VIDEO (1920×780)
   ======================================== */
.section-products {
  position: relative;
  width: 100vw;
  height: auto;
  aspect-ratio: 1920 / 780;
  background: #000000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-video-container {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1920 / 780;
  overflow: hidden;
}

.product-fullscreen-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1920 / 780;
  object-fit: cover;
  display: block;
}

/* ========================================
   SECTION 6: FOOTER (1920×1080 VIEWPORT RATIO)
   ======================================== */
.section-footer {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 720px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0 0 30px 0;
  overflow: hidden;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}

.footer-logo-wrapper {
  width: 100%;
  padding: 0 clamp(36px, 4.5vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 35px;
}

.footer-full-logo {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.footer-info-single-line {
  width: 100%;
  padding: 0 clamp(36px, 4.5vw, 80px);
  box-sizing: border-box;
  text-align: left;
  overflow: visible;
}

.footer-info-single-line p {
  margin: 0;
  font-family: var(--font-kr);
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
  color: #8D8D8D;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  letter-spacing: -0.01em;
}

.footer-info-single-line a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-info-single-line a:hover {
  color: #000000;
  text-decoration: underline;
}

/* ========================================
   TOP-RIGHT BGM SOUND TOGGLE
   ======================================== */
/* ========================================
   SECTION 1 TOP CONTROLS: RESET & SOUND (ABSOLUTE TO SECTION 1 ONLY)
   ======================================== */
.spray-reset-btn {
  position: absolute;
  top: 98px;
  right: 50px;
  left: auto;
  width: 38px;
  height: 38px;
  z-index: 100;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.05, 1), opacity 0.2s ease;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
}

.spray-reset-btn img {
  width: 34px;
  height: 34px;
  display: block;
  pointer-events: none;
}

.spray-reset-btn:hover {
  transform: scale(1.08);
}

.spray-reset-btn:active {
  transform: scale(0.92);
}

.bgm-toggle-btn {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 38px;
  height: 38px;
  z-index: 100;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.05, 1), opacity 0.2s ease;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
}

.bgm-toggle-btn img {
  width: 38px;
  height: 38px;
  display: block;
  pointer-events: none;
}

.bgm-toggle-btn:hover {
  transform: scale(1.08);
}

.bgm-toggle-btn:active {
  transform: scale(0.92);
}

/* ========================================
   CICADA FLOATING ACTION BUTTON (80×80px)
   ======================================== */
.cicada-fab {
  position: fixed;
  top: 48px;
  left: 48px;
  width: 80px;
  height: 80px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.05, 1);
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
}

.cicada-fab:hover {
  transform: translateY(-4px) scale(1.06);
}

.cicada-fab:active {
  transform: translateY(0) scale(0.96);
}

.cicada-fab-sprite {
  width: 80px;
  height: 80px;
  background-image: url('svg/floating%20button_4.svg?v=1');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 720px 80px;
}

.cicada-fab:hover .cicada-fab-sprite {
  animation: cicada-wing-flutter 0.48s steps(8) infinite alternate;
}

@keyframes cicada-wing-flutter {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: -640px 0px;
  }
}

/* ========================================
   RESPONSIVE & MOBILE OPTIMIZATION
   ======================================== */
@media (max-width: 1024px) {
  .section-page:not(.section-spray) {
    height: auto;
    min-height: 100vh;
  }
}

@media (max-width: 768px) {
  .bgm-toggle-btn {
    top: 38px !important;
    right: 20px !important;
    left: auto !important;
    width: 34px !important;
    height: 34px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .bgm-toggle-btn img {
    width: 34px !important;
    height: 34px !important;
    border: none !important;
  }

  .spray-reset-btn {
    top: 38px !important;
    right: 64px !important;
    left: auto !important;
    width: 34px !important;
    height: 34px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .spray-reset-btn img {
    width: 31px !important;
    height: 31px !important;
    border: none !important;
  }

  .cicada-fab {
    top: 34px !important;
    left: 20px !important;
    right: auto !important;
    width: 50px !important;
    height: 50px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
  }

  .cicada-fab-sprite {
    width: 50px !important;
    height: 50px !important;
    background-size: 450px 50px !important;
  }

  @keyframes cicada-wing-flutter {
    from {
      background-position: 0px 0px;
    }
    to {
      background-position: -400px 0px;
    }
  }

  .section-page {
    height: auto;
    min-height: 100vh;
  }

  .section-spray {
    height: 100vh !important;
    min-height: 100vh !important;
    touch-action: pan-y !important;
  }



  .story-center-wrapper {
    padding: 4rem 1.5rem;
  }

  .story-english-text {
    font-size: clamp(18px, 4.8vw, 28px);
    line-height: 1.45;
    margin-bottom: 1.25rem;
  }

  .story-korean-text {
    font-family: 'Pretendard Variable', 'Pretendard', -apple-system, sans-serif !important;
    font-size: clamp(18px, 4.8vw, 28px);
    font-weight: 450;
    line-height: 1.55;
  }

  .story-veig-link {
    text-underline-offset: 4px !important;
    text-decoration-thickness: 1.5px !important;
  }

  .section-product-explain {
    display: block !important;
    height: auto !important;
    min-height: auto !important;
    margin-bottom: 80px !important;
    position: relative !important;
  }

  .product-explain-container {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
  }

  .product-explain-visual {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    aspect-ratio: 960 / 1080 !important;
    border-right: none !important;
    border-bottom: 1px solid #000000 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .product-vertical-image-stack {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 960 / 1080 !important;
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .product-vertical-image-stack::-webkit-scrollbar {
    display: none !important;
  }

  .product-stack-item {
    flex: 0 0 100% !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    scroll-snap-align: center !important;
    scroll-snap-stop: always !important;
    background: #FFFFFF !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
  }

  .vertical-stack-img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 960 / 1080 !important;
    object-fit: cover !important;
    display: block !important;
  }

  .product-explain-details {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    position: static !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: visible !important;
  }

  .product-explain-header {
    height: 52px !important;
    min-height: 52px !important;
    flex: 0 0 52px !important;
    flex-shrink: 0 !important;
    padding: 0 20px !important;
  }

  .product-explain-title {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .product-explain-title .title-en {
    font-size: 13px !important;
    font-weight: 400 !important;
  }

  #accordion-description .accordion-content-inner,
  #accordion-woody-notes .accordion-content-inner,
  #accordion-safety-care .accordion-content-inner {
    height: auto !important;
    min-height: auto !important;
    padding: 20px 20px 36px 20px !important;
    display: block !important;
  }

  .accordion-header {
    height: 52px !important;
    min-height: 52px !important;
    flex: 0 0 52px !important;
    flex-shrink: 0 !important;
    padding: 0 20px !important;
  }

  .accordion-store-link {
    height: 52px !important;
    min-height: 52px !important;
    flex: 0 0 52px !important;
    padding: 0 20px !important;
  }

  .accordion-icon,
  .accordion-store-icon {
    margin-right: 0 !important;
  }

  .accordion-content-inner {
    padding: 0 20px;
  }

  .accordion-item.is-open .accordion-content-inner {
    padding: 20px 20px 28px 20px;
  }

  .spec-label-kr {
    font-family: var(--font-kr);
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
  }

  .spec-label-en {
    font-family: var(--font-en);
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
  }

  .spec-value-kr {
    font-family: var(--font-kr);
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
  }

  .spec-value-en {
    font-family: var(--font-en);
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
  }

  .section-products {
    height: auto !important;
    min-height: auto !important;
    width: 100vw !important;
    aspect-ratio: 1920 / 780 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #000000 !important;
    overflow: hidden !important;
  }

  .product-video-container {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1920 / 780 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .product-fullscreen-video {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1920 / 780 !important;
    object-fit: contain !important;
  }

  .section-footer {
    height: auto !important;
    min-height: 38vh !important;
    padding: 40px 0 24px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
  }

  .footer-container {
    gap: 16px !important;
  }

  .footer-logo-wrapper {
    padding: 0 1.5rem !important;
    margin-bottom: 35px !important;
  }

  .footer-full-logo {
    width: 100% !important;
  }

  .footer-info-single-line {
    padding: 0 1.5rem !important;
    overflow-x: visible !important;
    text-align: left !important;
  }

  .footer-info-single-line p {
    font-size: 10px !important;
    line-height: 16px !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
  }
}
