/* ===================================================
   Brave Enough Campaign — style.css
   =================================================== */

/* ---------- Local Fonts ---------- */
@font-face {
  font-family: 'Pretendard';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/braveEnough/pretendard/variable/woff2/PretendardVariable.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Dela Gothic One';
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/braveEnough/dela-gothic-one/DelaGothicOne-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Ownglyph_BHMSJUWON';
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/braveEnough/ongleaf/ongleaf-buheung-juwon.woff') format('woff');
}
@font-face {
  font-family: 'Ownglyph_BHMSSEOUNGHWAN';
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/braveEnough/ongleaf/ongleaf-buheung-seonghwan.woff') format('woff');
}
@font-face {
  font-family: 'Ownglyph_BHMSMY';
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/braveEnough/ongleaf/ongleaf-myungsuk.woff') format('woff');
}

/* ---------- CSS Variables ---------- */
:root {
  --c-beige:      #e6e0d4;
  --c-beige-lt:   #f5f3ec;
  --c-beige-med:  #ece6da;
  --c-purple-dk:  #371168;
  --c-purple:     #523578;
  --c-purple-mid: #452a68;
  --c-yellow:     #f8df00;
  --c-cream:      #fffeec;
  --c-charcoal:   #343434;

  --ff-pre: 'Pretendard', sans-serif;
  --ff-dela: 'Dela Gothic One', cursive;

  --max-w: 1440px;
  --side-pad: clamp(1.5rem, 5vw, 7.5rem);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

.c-back-to-top {
  position: fixed;
  right: clamp(20px, 2.4vw, 32px);
  bottom: clamp(20px, 2.4vw, 32px);
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(52px, 5.6vw, 76px);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.c-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.c-back-to-top img {
  display: block;
  width: 100%;
  height: auto;
}

.c-back-to-top:hover { transform: translateY(0) scale(1.04); }
.c-back-to-top:active { transform: translateY(0) scale(.97); }
body { font-family: var(--ff-pre); color: var(--c-charcoal); overflow-x: hidden; background-color: #F5F3EC; }
img { display: block; max-width: 100%; }
mark { background: none; color: inherit; }
a { text-decoration: none; }
button { cursor: pointer; border: none; background: none; }

/* ---------- Font helpers ---------- */
.font-dela    { font-family: var(--ff-dela); }
.font-ownglyph  { font-family: 'Ownglyph_BHMSJUWON', var(--ff-pre); }
.font-ownglyph2 { font-family: 'Ownglyph_BHMSSEOUNGHWAN', var(--ff-pre); }
.font-myungsuk  { font-family: 'Ownglyph_BHMSMY', var(--ff-pre); }

/* ---------- Rotation helpers ---------- */
.rotate-pos1  { transform: rotate(1deg); }
.rotate-pos2  { transform: rotate(2deg); }
.rotate-pos3  { transform: rotate(3deg); }
.rotate-pos4  { transform: rotate(4deg); }
.rotate-pos6  { transform: rotate(6deg); }
.rotate-neg1  { transform: rotate(-1deg); }
.rotate-neg2  { transform: rotate(-2deg); }
.rotate-neg3  { transform: rotate(-3deg); }
.rotate-neg4  { transform: rotate(-4deg); }
.rotate-neg8  { transform: rotate(-8deg); }
.rotate-neg12 { transform: rotate(-12deg); }

/* =============================================
   Animations
   ============================================= */
@keyframes decoWobble1 {
  0%   { transform: rotate(-3deg) translateY(0px); }
  15%  { transform: rotate(-6deg) translateY(-4px); }
  30%  { transform: rotate(-1deg) translateY(2px); }
  45%  { transform: rotate(-7deg) translateY(-2px); }
  60%  { transform: rotate(-2deg) translateY(3px); }
  78%  { transform: rotate(-5deg) translateY(-1px); }
  100% { transform: rotate(-3deg) translateY(0px); }
}
@keyframes decoWobble2 {
  0%   { transform: rotate(11deg) translateY(0px); }
  20%  { transform: rotate(15deg) translateY(-5px); }
  38%  { transform: rotate(8deg)  translateY(3px); }
  55%  { transform: rotate(14deg) translateY(-3px); }
  72%  { transform: rotate(9deg)  translateY(4px); }
  88%  { transform: rotate(13deg) translateY(-2px); }
  100% { transform: rotate(11deg) translateY(0px); }
}
@keyframes decoWobble3 {
  0%   { transform: rotate(0deg)   scale(1); }
  18%  { transform: rotate(10deg)  scale(1.08); }
  35%  { transform: rotate(-6deg)  scale(0.94); }
  52%  { transform: rotate(8deg)   scale(1.05); }
  70%  { transform: rotate(-4deg)  scale(0.97); }
  85%  { transform: rotate(6deg)   scale(1.03); }
  100% { transform: rotate(0deg)   scale(1); }
}

@keyframes starTick {
  0%   { transform: rotate(-4deg); }
  50%  { transform: rotate(4deg); }
  100% { transform: rotate(-4deg); }
}

@keyframes rainbowTick {
  0%   { transform: translateY(-26%) scale(3.4) rotate(-2deg); }
  50%  { transform: translateY(-26%) scale(3.4) rotate(2deg); }
  100% { transform: translateY(-26%) scale(3.4) rotate(-2deg); }
}

@keyframes noteJitter {
  0%   { transform: rotate(-4deg) translateY(0px); }
  14%  { transform: rotate(6deg)  translateY(-5px); }
  28%  { transform: rotate(-7deg) translateY(3px); }
  42%  { transform: rotate(5deg)  translateY(-4px); }
  57%  { transform: rotate(-3deg) translateY(5px); }
  71%  { transform: rotate(8deg)  translateY(-2px); }
  85%  { transform: rotate(-5deg) translateY(4px); }
  100% { transform: rotate(-4deg) translateY(0px); }
}

@keyframes heroLogoFadeRise {
  from {
    opacity: 0;
    transform: rotate(-2.7deg) translateY(24px);
  }
  to {
    opacity: 1;
    transform: rotate(-2.7deg) translateY(0);
  }
}

/* =============================================
   ① Hero
   ============================================= */

/* ----- 공통 ----- */
.s-hero {
  position: relative;
  background: var(--c-beige);
  overflow: hidden;
}

.s-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.s-hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-hero__paper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .35;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.s-hero__corner-logo-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
}

.s-hero__corner-logo {
  display: block;
  width: auto;
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .08));
}

/* 테이프·별 데코 공통 — wrap 기준 % 로 비례 축소 */
.s-hero__tape,
.s-hero__star {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.s-hero__tape--yellow {
  width: 5.31%;
  top: 8.5%;
  left: 45%;
  animation: starTick 1s steps(1) infinite;
}
.s-hero__tape--orange {
  width: 9.6%;   /* 97/1010 */
  bottom: 3%;
  left: 23%;
  animation: starTick 1s steps(1) infinite 0.3s;
}
.s-hero__star {
  width: 8.9%;   /* 90/1010 */
  bottom: 24%;
  right: 30%;
  animation: starTick 1s steps(1) infinite 0.6s;
}

/* CTA 버튼 — 호버 시 이미지 스왑 + 클릭 눌림 */
.s-hero__cta-default,
.s-hero__cta-hover { width: 100%; display: block; }
.s-hero__cta-hover { display: none; }
.s-hero__cta-btn:hover .s-hero__cta-default { display: none; }
.s-hero__cta-btn:hover .s-hero__cta-hover   { display: block; }
.s-hero__cta-btn { transition: transform 0.1s ease; }
.s-hero__cta-btn:active { transform: scale(0.97); }

/* Hero 하단 페이퍼 */
.s-hero__paper-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  display: block;
}
.s-hero__paper-bottom img {
  width: 100%;
  display: block;
}

/* Floating CTA 뱃지 */
.s-hero__floating-cta {
  position: fixed;
  z-index: 200;
  display: block;
  transition: transform .2s ease;
}
.s-hero__floating-cta:hover  { transform: scale(1.05); }
.s-hero__floating-cta:active { transform: scale(0.97); }
.s-hero__floating-cta img    { width: 100%; display: block; }

/* Mobile 하단 CTA 바 — 기본 숨김 */
.s-hero__cta-bar { display: none; }

@media (max-width: 1023px) and (hover: none), (max-width: 1023px) and (pointer: coarse) {
  .c-back-to-top:hover,
  .s-hero__floating-cta:hover,
  .s-story1__collage:hover,
  .s-story2__scene:hover,
  .s-brave1__scene:hover,
  .s-brave2__scene:hover,
  .s-gallery__strip-inner img:hover {
    transform: none;
    filter: none;
  }

  .s-hero__cta-btn:hover .s-hero__cta-default,
  .s-accordion__btn:hover .s-accordion__btn-img--more-default,
  .s-accordion.is-open .s-accordion__btn:hover .s-accordion__btn-img--close-default,
  .s-final-cta__btn:hover .s-final-cta__btn-default {
    display: block;
  }

  .s-hero__cta-btn:hover .s-hero__cta-hover,
  .s-accordion__btn:hover .s-accordion__btn-img--more-hover,
  .s-accordion.is-open .s-accordion__btn:hover .s-accordion__btn-img--close-hover,
  .s-final-cta__btn:hover .s-final-cta__btn-hover {
    display: none;
  }

  .s-gallery__film:hover .s-gallery__strip-inner,
  .s-product__slider:hover .s-product__slides {
    animation-play-state: running;
  }
}


/* ----- PC (≥1024px) ----- */
@media (min-width: 1024px) {
  .s-hero {
    height: 54vw;
    min-height: 540px;
  }

  .s-hero__inner {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0 7.78%;    /* 112/1440 — max-width 제거, vw 비율로 무한 확장 */
  }

  .s-hero__corner-logo-link {
    top: 3.2%;
    left: 3.2%;
  }

  .s-hero__corner-logo {
    width: clamp(180px, 20vw, 320px);
  }

  /* 왼쪽 카피 */
  .s-hero__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5vw;
    padding-top: 11.6%;
    flex: 0 0 auto;
    width: 39.6%;        /* 570/1440 */
  }

  .s-hero__subtitle-img {
    width: 57.024%;
  }
  .s-hero__logo {
    width: 90%;
    margin-top: -9%;
    position: relative;
    z-index: 2;           /* subtitle-img와 겹칠 때 위에 렌더링 */
    transform: rotate(-2.7deg);
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.1));
    animation: heroLogoFadeRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
  }

  .s-hero__cta-btn {
    display: inline-block;
    width: 21.3vw;        /* clamp 상한 제거 — vw 비율 고정 */
    margin-top: 1vw;
  }

  /* 오른쪽 메인 이미지 */
  .s-hero__img-wrap {
    position: absolute;
    right: 2%;
    top: -1%;
    width: 66.6%;
    z-index: 1;
  }
  .s-hero__main-img {
    width: 100%;
    display: block;
    filter: drop-shadow(-4px 6px 10px rgba(0,0,0,.15));
  }

  /* Floating CTA */
  .s-hero__floating-cta {
    top: 3.7%;            /* 33/894 */
    right: 1.6%;
    width: 172px;
  }

  .s-hero__paper-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  }

  .s-faq__inner {
    padding-bottom: clamp(4.5rem, 8vw, 8rem);
  }
}


/* ----- Tablet (768px – 1023px) ----- */
@media (min-width: 768px) and (max-width: 1023px) {
  .s-hero {
    height: 110vw;
    max-height: 980px;
    min-height: 700px;
  }

  .s-hero__inner {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0 4.3%;
  }

  .s-hero__corner-logo-link {
    top: 2.8%;
    left: 4.3%;
  }

  .s-hero__corner-logo {
    width: clamp(170px, 28vw, 280px);
  }

  /* 왼쪽 카피 */
  .s-hero__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-top: 20%;
    flex: 0 0 auto;
    width: 56%;
    transform: translateY(8%);
  }

  .s-hero__subtitle-img {
    width: 92%;
    height: auto;
    margin-bottom: -7%;
    transform: rotate(0.29deg);
  }
  .s-hero__logo {
    width: 100%;
    max-width: none;    /* copy 너비 전체 사용 */
    transform: rotate(-2.7deg);
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.1));
  }

  /* 인라인 CTA 버튼 — 탭에서 표시 */
  .s-hero__cta-btn {
    display: inline-block;
    width: clamp(220px, 38vw, 360px);
    margin-top: 1vw;
  }

  /* 오른쪽 메인 이미지 */
  .s-hero__img-wrap {
    position: absolute;
    right: -8%;
    top: 40%;
    width: 74.4%;
    max-width: none;
    z-index: 1;
  }
  .s-hero__main-img {
    width: 100%;
    display: block;
    filter: drop-shadow(-3px 5px 8px rgba(0,0,0,.12));
  }

  /* Floating CTA — 우측 상단 */
  .s-hero__floating-cta {
    top: 2%;
    right: 2%;
    width: 172px;
  }

  /* 하단 CTA 바 — 탭에서 숨김 (인라인 버튼 사용) */
  .s-hero__cta-bar { display: none; }
}


/* ----- Mobile (<768px) ----- */
@media (max-width: 767px) {
  .c-back-to-top {
    right: clamp(20px, 5.3vw, 24px);
    bottom: calc(clamp(20px, 5.3vw, 24px) + 74px + env(safe-area-inset-bottom, 0px));
    width: clamp(40px, 12vw, 52px);
  }

  .s-hero {
    height: 218.4vw;     /* 819/375 ≈ 218% */
    max-height: 819px;
    min-height: 560px;
  }

  .s-hero__inner {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0;
  }

  .s-hero__corner-logo-link {
    top: 3.2%;
    left: 4.3%;
  }

  .s-hero__corner-logo {
    width: clamp(144px, 44vw, 220px);
  }

  /* 카피: 상단 중앙 정렬 */
  .s-hero__copy {
    position: absolute;
    top: 9.2%;
    left: 50%;
    transform: translateX(-50%);
    width: 92.8%;         /* 348/375 */
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .s-hero__subtitle-img {
    width: clamp(90px, 52vw, 220px);
    max-width: 100%;
    margin-bottom: -7%;
    transform: none;
    transform-origin: center center;
  }
  .s-hero__logo {
    width: 100%;
    transform: rotate(-2.7deg);
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.1));
  }

  /* 인라인 CTA 버튼 — 모바일에서 숨김 (하단 바 사용) */
  .s-hero__cta-btn { display: none; }

  /* 메인 이미지 */
  .s-hero__img-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 41.4%;           /* 339/819 */
    width: 75.2%;         /* 282/375 */
    max-width: 340px;
    z-index: 1;
  }
  .s-hero__main-img {
    width: 100%;
    display: block;
    filter: drop-shadow(-3px 5px 8px rgba(0,0,0,.12));
  }

  /* Floating CTA — 모바일 숨김 */
  .s-hero__floating-cta { display: none; }

  /* 하단 CTA 바 */
  .s-hero__cta-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 58px;
    background: #2c1648;
    border-radius: 16px 16px 0 0;
    text-decoration: none;
    z-index: 4;
    gap: 2px;
  }
  .s-hero__cta-bar-sub {
    font-family: var(--ff-pre);
    font-size: 11px;
    font-weight: 400;
    color: rgba(255,255,255,.7);
    letter-spacing: -.01em;
  }
  .s-hero__cta-bar-main {
    font-family: var(--ff-pre);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.02em;
  }

  .s-hero__paper-bottom {
    position: absolute;
    left: 0;
    bottom: -1px; /* 경계선 딱 맞추기 */
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    z-index: 3;
  }
}

/* =============================================
   ② Intro Message
   ============================================= */
.s-intro {
  position: relative;
  background: #2a1845;
  overflow: hidden;
  min-height: max(480px, 42vw);
}

/* 배경 */
.s-intro__bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.s-intro__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 종이 */
.s-intro__paper-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}

.s-intro__paper-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}

/* 사자 일러스트는 사진처럼 안 보이면 잠깐 숨겨도 됨 */
.s-intro__lion {
  position: absolute;
  right: clamp(1rem, 3vw, 4rem);
  bottom: clamp(2rem, 5vw, 6rem);
  width: clamp(80px, 10vw, 160px);
  z-index: 2;
  pointer-events: none;
  opacity: 0.7;
  display: none;
}

/* 본문 */
.s-intro__inner {
  position: relative;
  z-index: 2;
  min-height: 54vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
  padding: 4.5vw 6.25% 2vw;
}

/* 왼쪽 카피 */
.s-intro__copy {
  flex: 0 0 32%;              /* max-width 제거 */
  margin-top: 3vw;
}

.s-intro__text {
  font-size: 1.65vw;          /* clamp 상한 제거 */
  font-weight: 500;
  color: #fff8ef;
  line-height: 1.5;
  letter-spacing: -0.04em;
  opacity: 0;
  transform: translateY(20px);
}
.s-intro__text.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.s-intro__text + .s-intro__text {
  margin-top: 0.35em;
}

.s-intro__hl-wrap {
  position: relative;
  display: inline-block;
}

.s-intro__highlight {
  color: #f3dc2c;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.s-intro__hl-line {
  position: absolute;
  bottom: -0.28em;
  left: -1%;
  width: 102%;
  z-index: 0;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
}
.s-intro__hl-line.is-visible {
  clip-path: inset(0 0% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.s-intro__hl-star {
  position: absolute;
  top: -0.35em;
  right: -0.55em;
  width: clamp(15px, 1.2vw, 20px);
  pointer-events: none;
  animation: starTick 1s steps(1) infinite;
}

.s-intro__title {
  font-family: var(--ff-dela);
  font-size: 2.7vw;           /* clamp 상한 제거 */
  line-height: 1.1;
  color: #fff8ef;
  margin-top: 1.6vw;
  letter-spacing: -0.03em;

  display: inline-flex;
  align-items: flex-start;
  gap: 0.12em;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(20px);
}
.s-intro__title.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.s-intro__title-text {
  display: inline-block;
}

.s-intro__title-mark {
  display: block;
  width: 0.74em;
  flex: 0 0 auto;
  transform: translateY(0.06em);
}

/* 오른쪽 영상 */
.s-intro__video-wrap {
  flex: 0 0 58%;              /* max-width 제거 */
  margin-left: auto;
}

.s-intro__video-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.s-intro__video-embed {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* =============================================
   ③-1  Story Collage 1
   ============================================= */
.s-story1 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1440 / 397;
}

/* full-section background */
.s-story1__bg-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

/* decorative bg elements */
.s-story1__bg {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.s-story1__bg--line { display: none; } /* used only as title underline */

.s-story1__inner {
  position: relative;
  z-index: 3;
  /* max-width 제거 — vw 비율로 무한 확장 */
  padding: 2.5vw var(--side-pad);
  display: flex;
  align-items: center;
  gap: 3vw;
  height: 100%;
}

/* ---- Copy (left) ---- */
.s-story1__copy {
  flex: 0 0 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  left: 15%;
}

.s-story1__title-wrap {
  position: relative;
  display: inline-block;
}

/* ---- 텍스트 등장 초기 상태 ---- */
.s-story1__t1,
.s-story1__t2,
.s-story1__sub {
  opacity: 0;
  transform: translateY(22px);
}
.s-story1__t1.is-visible,
.s-story1__t2.is-visible,
.s-story1__sub.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.s-story1__t1 {
  font-family: var(--ff-pre);
  font-weight: 700;
  font-size: 2.8vw;
  color: var(--c-cream);
  letter-spacing: -.02em;
  line-height: 1.43;
}

.s-story1__t2 {
  font-family: var(--ff-pre);
  font-weight: 900;
  font-size: 3.36vw;
  line-height: 1.15;
  letter-spacing: -.03em;
  position: relative;
}
.s-story1__yellow {
  color: var(--c-yellow);
  position: relative;
  z-index: 1;
  font-size: 1.1em;
}
.s-story1__white {
  font-family: var(--ff-pre);
  font-weight: 700;
  font-size: 2.8vw;
  line-height: 1.43;
  letter-spacing: -.02em;
  color: var(--c-cream);
  position: relative;
  z-index: 1;
}

/* underlines behind title text */
.s-story1__uline1 {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
}
.s-story1__uline2 {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: .7;
  clip-path: inset(0 100% 0 0);
}
.s-story1__uline1.is-visible {
  clip-path: inset(0 0% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.s-story1__uline2.is-visible {
  clip-path: inset(0 0% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.s-story1__hl-wrap {
  position: relative;
  display: inline-block;
}

/* 별 미세 움직임 */
.s-story1__copy-star {
  position: absolute;
  top: -30%;
  right: -29%;
  width: 2.8vw;
  pointer-events: none;
  animation: starTick 1s steps(1) infinite;
}

.s-story1__sub {
  font-family: var(--ff-dela);
  font-size: 1.152vw;
  color: var(--c-cream);
  margin-top: 1.1vw;
  letter-spacing: .02em;
}

/* ---- Collage (right) ---- */
.s-story1__collage {
  flex: 1;
  position: relative;
  left: -10%;
  align-self: center;
  overflow: visible;
  transform: scale(.7);
  transform-origin: right center;
  transition: transform 0.35s ease, filter 0.35s ease;
  cursor: pointer;
}
.s-story1__collage:hover {
  transform: scale(.73);
  filter: brightness(1.04);
}

.s-story1__collage img:first-child {
  width: 100%;
  height: auto;
  display: block;
}

/* deco elements */
.s-story1__deco { position: absolute; pointer-events: none; }
.s-story1__deco--illust2 {
  bottom: 66%;
  right: 15%;
  width: 12%;
  z-index: 4;
  animation: noteJitter 2.4s steps(1) infinite;
  transform-origin: center center;
}

/* =============================================
   ③-2  Story Collage 2
   ============================================= */
.s-story2 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1440 / 418;
}

.s-story2__bg-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}

.s-story2__paper {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.s-story2__paper--top { top: 0; }
.s-story2__paper--bot { bottom: -1px; z-index: 4; }


.s-story2__inner {
  position: relative;
  z-index: 3;
  /* max-width 제거 — vw 비율로 무한 확장 */
  padding: 2.5vw var(--side-pad);
  display: flex;
  align-items: stretch;
  gap: 3vw;
  height: 100%;
}

/* ---- Left visual scene ---- */
.s-story2__scene {
  flex: 0 0 46%;
  position: relative;
  left: 10%;
  align-self: flex-end;
  overflow: visible;
  transform: scale(.7) translateY(-15%);
  transform-origin: left bottom;
  margin-top: auto;
  transition: transform 0.35s ease, filter 0.35s ease;
  cursor: pointer;
}
.s-story2__scene:hover {
  transform: scale(.73) translateY(-16%);
  filter: brightness(1.04);
}
}

/* ---- Collage (left) ---- */
.s-story2__collage {
  position: relative;
  width: 100%;
}

.s-story2__collage img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- Copy (right) ---- */
.s-story2__copy {
  flex: 1;
  align-self: stretch;
  position: relative;
  left: 5%;
  font-family: var(--ff-pre);
  font-size: 1.664vw;
  font-weight: 400;
  color: var(--c-cream);
  line-height: 1.68;
  letter-spacing: -.04em;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-story2__br--pc { display: inline; }
.s-story2__copy p { margin: 0; opacity: 0; transform: translateY(20px); }
.s-story2__copy p.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.s-story2__copy strong { font-weight: 700; position: relative; z-index: 1; text-decoration: none; }

.s-story2__hl-wrap {
  position: relative;
  display: inline-block;
}

.s-story2__uline {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
}
.s-story2__uline.is-visible {
  clip-path: inset(0 0% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.s-story2__copy-star {
  position: absolute;
  top: -30%;
  right: -26%;
  width: 28%;
  pointer-events: none;
  animation: starTick 1s steps(1) infinite;
}

/* =============================================
   ④-1  Brave Story 1
   ============================================= */
.s-brave1 {
  position: relative;
  background: var(--c-beige-med);
  overflow: hidden;
  aspect-ratio: 1440 / 464;
}

.s-brave1__bg-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: auto;
  z-index: 0;
}
.s-brave1__paper-bot {
  position: absolute;
  bottom: 0; left: 0; width: 100%;
  z-index: 6; pointer-events: none;
}
.s-brave1__inner {
  position: relative; z-index: 3;
  /* max-width 제거 — vw 비율로 무한 확장 */
  padding: 3vw var(--side-pad) 3vw calc(var(--side-pad) * 1.5);
  display: flex;
  align-items: center;
  gap: 3vw;
}
.s-brave1__copy {
  flex: 0 0 42%;
  position: relative;
  left: 10%;
  font-family: var(--ff-pre);
  font-size: 1.664vw;
  font-weight: 500;
  color: var(--c-charcoal);
  line-height: 1.68;
  letter-spacing: -.04em;
}
.s-brave1__copy strong { font-weight: 800; }
.s-brave1__copy p { margin: 0; opacity: 0; transform: translateY(20px); }
.s-brave1__copy p.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

/* underline highlight */
.s-brave1__hl { position: relative; display: inline-block; }
.s-brave1__hl strong { position: relative; z-index: 1; }
.s-brave1__uline {
  position: absolute;
  top: 50%; left: -2%;
  transform: translateY(-50%);
  width: 104%; z-index: 0;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
}
.s-brave1__uline.is-visible {
  clip-path: inset(0 0% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* 별 */
.s-brave1__copy-star {
  position: absolute;
  top: -30%;
  right: -6%;
  width: 8%;
  animation: starTick 1s steps(1) infinite;
}

/* Collage */
/* scene: transform 기준점 (brave2와 동일한 구조) */
.s-brave1__scene {
  flex: 1;
  position: relative;
  left: -5%;
  transform: translateY(0%) scale(.9);
  transform-origin: right center;
  transition: transform 0.35s ease, filter 0.35s ease;
  cursor: pointer;
}
.s-brave1__scene:hover {
  transform: translateY(0%) scale(.93);
  filter: brightness(1.04);
}

/* collage: 이미지 wrapper */
.s-brave1__collage {
  position: relative;
}
.s-brave1__collage img:first-child {
  width: 100%;
  height: auto;
  display: block;
}

/* decos */
.s-brave1__deco { position: absolute; pointer-events: none; }
.s-brave1__deco--rainbow {
  bottom: 12%;
  right: 4%;
  width: 18%;
  z-index: 4;
  animation: starTick 1s steps(1) infinite;
}

/* =============================================
   ④-2  Brave Story 2
   ============================================= */
.s-brave2 {
  position: relative;
  background: var(--c-beige-lt);
  overflow: hidden;
  aspect-ratio: 1440 / 464;
}
.s-brave2__bg-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: auto;
  z-index: 0;
}
.s-brave2__paper-bot {
  position: absolute;
  bottom: 0; left: 0; width: 100%;
  z-index: 2; pointer-events: none;
}

/* section-level heart decos (between copy and collage area) */
.s-brave2__deco { position: absolute; z-index: 2; pointer-events: none; }
.s-brave2__deco--heart1 {
  bottom: 50%;
  left: 71%;
  width: 4.5%;
  z-index: 6;
  animation: starTick 1s steps(1) infinite;
}
.s-brave2__deco--heart2 {
  bottom: 58%;
  left: 71.6%;
  width: 4%;
  z-index: 10;
  animation: starTick 1s steps(1) infinite;
}

.s-brave2__inner {
  position: relative; z-index: 3;
  height: 100%;
  /* max-width 제거 — vw 비율로 무한 확장 */
  padding: 3vw var(--side-pad) 3vw calc(var(--side-pad) * 1.5);
  display: flex;
  align-items: center;
  gap: 3vw;
}
.s-brave2__copy {
  flex: 0 0 46%;
  position: relative;
  left: 10%;
}

.s-brave2__title {
  width: 100%;
  font-family: var(--ff-dela);
  font-style: normal;
  font-weight: 400;
  font-size: 3.336vw;
  line-height: 1.43;
  color: var(--c-purple-dk);
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-bottom: .75vw;
  letter-spacing: -.01em;
}
.s-brave2__excl { width: 1.05em; }

.s-brave2__copy p {
  font-family: var(--ff-pre);
  font-size: 1.664vw;
  font-weight: 500;
  line-height: 1.68;
  color: var(--c-charcoal);
  letter-spacing: -.04em;
  margin: 0;
}
.s-brave2__copy strong { font-weight: 800; }

.s-brave2__scene {
  flex: 1;
  position: relative;
  left: -2%;
  transform: scale(.75);
  transform-origin: center center;
  transition: transform 0.35s ease, filter 0.35s ease;
  cursor: pointer;
}
.s-brave2__scene:hover {
  transform: scale(.78);
  filter: brightness(1.04);
}

/* collage */
.s-brave2__collage {
  position: relative;
  top: 5%;
  left: -5%;
}
.s-brave2__collage img { width: 100%; height: auto; display: block; }

/* text underline highlight */
.s-brave2__hl { position: relative; display: inline-block; }
.s-brave2__hl-text { position: relative; z-index: 1; }
.s-brave2__hl strong { position: relative; z-index: 1; }
.s-brave2__uline {
  position: absolute;
  top: 50%; left: -2%;
  transform: translateY(-50%);
  width: 104%;
  z-index: 0;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
}
.s-brave2__uline.is-visible {
  clip-path: inset(0 0% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* brave2 텍스트 등장 */
.s-brave2__title,
.s-brave2__copy p {
  opacity: 0;
  transform: translateY(20px);
}
.s-brave2__title.is-visible,
.s-brave2__copy p.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

/* =============================================
   ⑤  Children Gallery
   ============================================= */
.s-gallery {
  position: relative;
  background: var(--c-purple-dk);
  overflow: hidden;
  padding: 0 0 6%;
}

.s-gallery__bg-img {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: 0;
}
.s-gallery__paper-bot {
  position: absolute;
  bottom: 0; left: 0; width: 100%;
  z-index: 2; pointer-events: none;
}

.s-gallery__inner {
  position: relative; z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 2rem);
  padding: clamp(3rem, 5vw, 5rem) 0 clamp(4rem, 7vw, 7rem);
  transform: translateY(6%);
}

/* 라벨 */
.s-gallery__label {
  display: flex;
  align-items: center;
  gap: .2em;
  padding: 0 var(--side-pad);
  font-family: 'Ownglyph_BHMSMY', var(--ff-pre);
  font-size: clamp(18px, 2.2vw, 32px);
  font-weight: 400;
  color: var(--c-cream);
}
.s-gallery__label img {
  width: clamp(22px, 2.5vw, 36px);
  height: auto;
}

.s-gallery__heart {
  width: clamp(42.9px, 4.875vw, 70.2px);
  transform: translateY(-16%) scale(1.3);
  transform-origin: center;
}

.s-gallery__rainbow {
  width: clamp(42.9px, 4.875vw, 70.2px);
  transform: scale(1.3);
  transform-origin: center;
}

/* 필름 스트립 */
@keyframes galleryScroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(calc(-50% - 3px), 0, 0); }
}

.s-gallery__film {
  position: relative;
  width: calc(100% - var(--side-pad));
  margin-left: var(--side-pad);
  margin-top: clamp(-0.85rem, -1.7vw, -1.25rem);
  overflow: visible;
  cursor: pointer;
  height: clamp(99px, 13.75vw, 176px);
}

.s-gallery__film--patient {
  margin-top: clamp(-0.85rem, -1.7vw, -1.25rem);
}

.s-gallery__film-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.s-gallery__strip {
  position: absolute;
  top: 16%;
  right: 0;
  bottom: 16%;
  left: 0;
  overflow: hidden;
  z-index: 2;
  isolation: isolate;
  contain: paint;
}
.s-gallery__strip-inner {
  display: flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  height: 100%;
  animation: galleryScroll 108s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.s-gallery__film--general .s-gallery__strip-inner { animation-delay: -8s; }
.s-gallery__film--patient .s-gallery__strip-inner { animation-delay: 0s; }
/* 두 그룹 사이 간격 */
.s-gallery__film--general + .s-gallery__label {
  margin-top: clamp(0.9rem, 1.8vw, 1.8rem);
}
.s-gallery__film:hover .s-gallery__strip-inner { animation-play-state: paused; }
.s-gallery__strip-inner img {
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 125 / 110;
  object-fit: cover;
  flex-shrink: 0;
  transform-origin: left center;
  transition: transform 0.3s ease;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.s-gallery__strip-inner img:hover {
  transform: scale(1.3);
  position: relative; z-index: 10;
}

.s-gallery__tagline {
  font-family: var(--ff-pre);
  font-size: clamp(17px, 2.39vw, 38px);
  font-weight: 600;
  color: var(--c-cream);
  text-align: center;
  padding: clamp(1.8rem, 3.5vw, 3.5rem) var(--side-pad) 0;
  letter-spacing: -.03em;
  opacity: 0;
  transform: translateY(22px);
}
.s-gallery__tagline.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.s-gallery__mark {
  position: relative;
  display: inline-block;
  background: none;
  color: #452A68;
  font-family: var(--ff-pre);
  font-weight: 900;
  font-style: normal;
}
.s-gallery__mark::before {
  content: '';
  position: absolute;
  left: -5%;
  bottom: -15%;
  width: 110%;
  height: 110%;
  background: url('/images/campaign/braveEnough/pc/s05-children-gallery/line.svg') center / 100% 100% no-repeat;
  z-index: -1;
  clip-path: inset(0 100% 0 0);
}
.s-gallery__mark.is-visible::before {
  clip-path: inset(0 0% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* =============================================
   ⑥  Foundation Message
   ============================================= */
.s-foundation {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 7vw, 7rem) var(--side-pad);
}
.s-foundation__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.s-foundation__paper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-foundation__inner {
  position: relative;
  z-index: 4;
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 1vw, 1rem);
}

/* headline banners */
.s-foundation__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  text-align: center;
}
/* banner wrapper — sized to match each SVG aspect ratio */
.s-foundation__hl-bar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
}
.s-foundation__hl-bar.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* top banner: SVG 718×100 → ~40vw */
.s-foundation__hl-bar--top  { width: clamp(240px, 40vw, 580px); }
/* bottom banner: SVG 981×104 → ~55vw */
.s-foundation__hl-bar--bottom { width: clamp(320px, 55vw, 790px); }

/* SVG stretches to fill wrapper */
.s-foundation__hl-img {
  display: block;
  width: 100%;
  height: auto;
}
/* text floats above SVG */
.s-foundation__hl-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-cream);
  font-family: var(--ff-pre);
  font-weight: 400;
  font-size: clamp(15.8px, 2.14vw, 31.6px);
  letter-spacing: -.04em;
  white-space: nowrap;
}
.s-foundation__num {
  font-family: 'Ownglyph_BHMSJUWON', var(--ff-pre);
  font-size: 1.43em;
  font-weight: 700;
}

/* rows */
.s-foundation__row {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
}
.s-foundation__row--reverse { flex-direction: row; justify-content: center; }
.s-foundation__row--reverse .s-foundation__text {
  flex: 0 0 auto;
  max-width: 420px;
}

.s-foundation__photo-wrap { flex: 0 0 24%; }
.s-foundation__photo {
  width: 100%;
  display: block;
}
.s-foundation__photo.rotate-pos2 {
  transform: scale(0.8) translateX(10%);
}

.s-foundation__text { flex: 1; }
.s-foundation__text h3 {
  font-size: clamp(16.2px, 2.16vw, 30.6px);
  font-weight: 800;
  color: var(--c-purple-dk);
  line-height: 1.35;
  margin-bottom: clamp(0.8rem, 1.5vw, 1.5rem);
  letter-spacing: -.04em;
}
.s-foundation__mark-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.s-foundation__mark {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: transparent;
  color: #F5F3EC;
  padding: 0;
  text-decoration: none;
  border-bottom: none;
  box-shadow: none;
}
.s-foundation__mark-line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%) scaleX(1.04);
  transform-origin: center;
  z-index: 0;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
}
.s-foundation__mark-line.is-visible {
  clip-path: inset(0 0% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* foundation row1 텍스트 등장 */
.s-foundation__text h3,
.s-foundation__text p {
  opacity: 0;
  transform: translateY(20px);
}
.s-foundation__text h3.is-visible,
.s-foundation__text p.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.s-foundation__text p {
  font-size: clamp(14px, 1.6vw, 22px);
  font-weight: 400;
  line-height: 1.6;
  color: #343232;
  letter-spacing: -.05em;
}
.s-foundation__text p strong { font-weight: 700; }
.s-foundation__dela {
  font-family: var(--ff-dela);
  color: var(--c-purple-dk);
  font-size: 1em;
}

/* paper tears */
.s-foundation__paper-top {
  position: absolute;
  top: 0; left: 0; width: 100%;
  z-index: 3;
  pointer-events: none;
}
.s-foundation__paper-bot {
  position: absolute;
  bottom: 0; left: 0; width: 100%;
  z-index: 3;
  pointer-events: none;
}

/* text underline decoration */
.s-foundation__hl-word {
  position: relative;
  display: inline-block;
}
/* SVG line goes behind text */
.s-foundation__hl-word img {
  position: absolute;
  bottom: -2px; left: -2%;
  width: 104%;
  transform: scale(1.14, 1.04);
  transform-origin: center;
  pointer-events: none;
  z-index: 0;
  clip-path: inset(0 100% 0 0);
}
.s-foundation__hl-word img.is-visible {
  clip-path: inset(0 0% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* mark text sits above SVG */
.s-foundation__mark--orange {
  position: relative;
  z-index: 1;
  background: none;
  color: #fff;
  padding: 0;
}

/* rainbow icon in h3 */
.s-foundation__rainbow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: clamp(28px, 3vw, 46px);
  margin-left: .2em;
  left: -7%;
  top: -0.4em;
  animation: rainbowTick 1s steps(1) infinite;
  transform-origin: left center;
}


/* =============================================
   ⑦  Product Gallery / Polaroid Slider
   ============================================= */
.s-product {
  position: relative;
  background: var(--c-purple-mid);
  padding: clamp(1.5rem, 3vw, 3rem) 0;
  overflow: hidden;
}
.s-product__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.s-product__paper-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.s-product__inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1rem, 2vw, 2.5rem);
}

.s-product__title {
  position: static;
  width: min(100%, 837px);
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: var(--c-cream);
  margin-bottom: clamp(2.75rem, 4vw, 4rem);
}
.s-product__title p {
  width: auto;
  height: auto;
  font-family: var(--ff-pre);
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.56;
  letter-spacing: -.04em;
  color: var(--c-cream);
  margin: 0;
}
.s-product__title p strong { font-weight: 700; }
.s-product__mob-br { display: none; }
.s-product__mob-only { display: none; }
.s-product__desktop-only { display: inline; }
.s-product__dela {
  font-family: var(--ff-dela);
  color: var(--c-yellow);
}
.s-product__title-mid { font-weight: 500; }
.s-product__title-black {
  font-family: var(--ff-pre);
  font-weight: 900;
  color: var(--c-purple-dk);
  font-size: clamp(29px, 4.36vw, 62.9px);
}
.s-product__title-hl {
  position: relative;
  display: inline-block;
  color: var(--c-purple-dk);
  font-weight: 900;
}
.s-product__title-hl::before {
  content: '';
  position: absolute;
  left: -5%;
  bottom: -15%;
  width: 110%;
  height: 110%;
  background: url('/images/campaign/braveEnough/pc/s07-product-gallery/text/line_yellow.png') center / 100% 100% no-repeat;
  z-index: -1;
}

/* Slider */
.s-product__slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 0;
  margin-bottom: clamp(.5rem, 1vw, 1rem);
}

.s-product__btn-row {
  display: flex;
  align-items: center;
}

.s-product__slider {
  flex: 1;
  overflow: hidden;
}

.s-product__slides {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: productFilmRoll 42s linear infinite;
}
.s-product__slide {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  padding-right: clamp(0.75rem, 2vw, 1.5rem);
}

.s-product__polaroid {
  width: clamp(200px, 31vw, 460px);
  max-width: 460px;
}
.s-product__polaroid img {
  width: 100%;
  height: auto;
  display: block;
}
.s-product__polaroid-caption {
  text-align: center;
  font-size: clamp(16px, 2vw, 28px);
  color: var(--c-charcoal);
  margin-top: .4rem;
  letter-spacing: -.04em;
}

.s-product__btn {
  flex: 0 0 auto;
  width: clamp(50px, 6vw, 88px);
  height: clamp(50px, 6vw, 88px);
}
.s-product__btn img { width: 100%; }
.s-product__btn--next img { transform: none; }
.s-product__slider:hover .s-product__slides {
  animation-play-state: paused;
}

@keyframes productFilmRoll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


/* =============================================
   ⑧  Ballcap Gallery
   ============================================= */
.s-ballcap {
  position: relative;
  background: var(--c-beige-lt);
  overflow: hidden;
}
.s-ballcap__paper {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}
.s-ballcap__paper--top { top: 0; }
.s-ballcap__paper--bot { bottom: 0; z-index: 3; }
.s-ballcap__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  overflow: hidden;
  margin-top: 0;
}
.s-ballcap__cell {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.s-ballcap__cell.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.s-ballcap__cell img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
/* =============================================
   ⑨  Accordion CTA
   ============================================= */
.s-accordion {
  position: relative;
  background: var(--c-beige-lt) url('/images/campaign/braveEnough/pc/s09-accordion/open/background.jpg') center / cover no-repeat;
  padding: clamp(2rem, 4vw, 4rem) var(--side-pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.s-accordion__btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  transition: transform 0.1s ease;
}
.s-accordion__btn:active {
  transform: scale(0.97);
}
.s-accordion__btn-img {
  height: clamp(24px, 4.2vw, 65px); /* 126px 자연 높이 기준, more=790×126 비율 맞춤 */
  width: auto;
  display: block;
  transition: opacity .15s;
}
/* 닫힌 상태: more 이미지 표시, close 이미지 숨김 */
.s-accordion__btn-img--more-hover  { display: none; }
.s-accordion__btn-img--close-default { display: none; }
.s-accordion__btn-img--close-hover { display: none; }

/* 닫힌 상태 hover */
.s-accordion__btn:hover .s-accordion__btn-img--more-default { display: none; }
.s-accordion__btn:hover .s-accordion__btn-img--more-hover   { display: block; }

/* 열린 상태: close 이미지 표시, more 이미지 숨김 */
.s-accordion.is-open .s-accordion__btn-img--more-default  { display: none; }
.s-accordion.is-open .s-accordion__btn-img--more-hover    { display: none; }
.s-accordion.is-open .s-accordion__btn-img--close-default { display: block; }

/* 열린 상태 hover */
.s-accordion.is-open .s-accordion__btn:hover .s-accordion__btn-img--close-default { display: none; }
.s-accordion.is-open .s-accordion__btn:hover .s-accordion__btn-img--close-hover   { display: block; }

/* 패널 슬라이드 */
.s-accordion__panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease, padding .5s ease;
}
.s-accordion__panel.is-open {
  max-height: 4000px;
  padding-top: 4.5rem;
}

/* 패널 내부 */
.s-accordion__open-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 3rem);
}
.s-accordion__open-title {
  margin-top: clamp(-0.75rem, -1vw, -0.4rem);
  margin-bottom: clamp(2.25rem, 4vw, 4rem);
}

/* 제목 */
.s-accordion__open-sub {
  font-size: clamp(21.6px, 2.4vw, 36px);
  font-weight: 600;
  color: var(--c-charcoal);
  letter-spacing: -.04em;
  margin-bottom: .2rem;
}
.s-accordion__open-heading {
  font-family: var(--ff-dela);
  font-size: clamp(28px, 4vw, 62px);
  color: var(--c-purple-dk);
  letter-spacing: -.02em;
  display: flex;
  align-items: center;
  gap: .2em;
  line-height: 1.1;
}
.s-accordion__excl {
  height: .9em;
  width: auto;
  display: inline-block;
}

/* 캡 상세 이미지 */
.s-accordion__cap-detail {
  width: 100%;
  height: auto;
  display: block;
  margin-top: calc(-1 * clamp(1.5rem, 3vw, 3rem));
}

/* 제품 스펙 */
.s-accordion__specs {
  margin-top: clamp(1rem, 2vw, 2rem);
  padding-bottom: 1rem;
}
.s-accordion__specs-main {
  font-size: clamp(13px, 1.3vw, 20px);
  color: var(--c-charcoal);
  letter-spacing: -.03em;
  margin-bottom: .8rem;
}
.s-accordion__specs-notes {
  list-style: disc;
  padding-left: 1.4em;
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.s-accordion__specs-notes li {
  font-size: clamp(12px, 1.1vw, 17px);
  color: #555;
  letter-spacing: -.03em;
}

/* =============================================
   ⑩ Final CTA
   ============================================= */
.s-final-cta {
  position: relative;
  overflow: hidden;
  background: var(--c-purple-dk);
  min-height: 36.1vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-final-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.s-final-cta__paper {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.s-final-cta__paper--top { top: 0; }
.s-final-cta__paper--bot { bottom: 0; }

.s-final-cta__inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  width: 100%;
  margin: 0 auto;
  padding: clamp(4rem, 10vw, 9rem) var(--side-pad);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.5rem, 3vw, 3rem);
  text-align: left;
}

.s-final-cta__tagline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  width: min(419px, 100%);
  flex: none;
  order: 0;
  align-self: flex-start;
  flex-grow: 0;
  font-family: var(--ff-pre);
  font-weight: 600;
  font-size: clamp(20px, 2.08vw, 30px);
  color: #343232;
  letter-spacing: -.03em;
  line-height: 1.4;
  text-align: left;
  transform: rotate(0.29deg);
  white-space: nowrap;
}
/* '누구나 한때는' / '였다.' — Pretendard Bold 55 */
.s-final-cta__pre {
  font-family: var(--ff-pre);
  font-weight: 600;
  font-size: clamp(20px, 2.08vw, 30px);
  color: #343232;
  vertical-align: bottom;
}
/* '용감한 어린이' — bold yellow */
.s-final-cta__highlight {
  font-family: var(--ff-pre);
  font-weight: 800;
  font-size: clamp(20px, 2.08vw, 30px);
  color: inherit;
  vertical-align: bottom;
}

.s-final-cta__btn {
  display: inline-block;
  width: clamp(200px, 25vw, 380px);
  position: relative;
  transition: transform 0.1s ease;
}
.s-final-cta__btn:active {
  transform: scale(0.97);
}
.s-final-cta__btn-default,
.s-final-cta__btn-hover { width: 100%; display: block; }
.s-final-cta__btn-hover { display: none; }
.s-final-cta__btn:hover .s-final-cta__btn-default { display: none; }
.s-final-cta__btn:hover .s-final-cta__btn-hover   { display: block; }


/* =============================================
   ⑪ FAQ
   ============================================= */
.s-faq {
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
}
.s-faq > picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.s-faq__bg-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.s-faq__inner {
  position: relative; z-index: 1;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 7rem) var(--side-pad) clamp(4.5rem, 8vw, 8rem);
}

.s-faq__title {
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  color: #F5F3EC;
  letter-spacing: -0.05em;
  line-height: 143%;
  text-align: center;
  align-self: stretch;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.s-faq__list {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2vw, 18px);
}

/* card style */
.s-faq__item {
  --faq-side-pad-x: clamp(1.2rem, 2vw, 2rem);
  --faq-gap: .75em;
  background: var(--c-beige-lt);
  border-radius: 16px;
  overflow: hidden;
}

.s-faq__q {
  display: flex;
  align-items: center;
  width: 100%;
  gap: var(--faq-gap);
  padding: clamp(1rem, 1.5vw, 1.4rem) var(--faq-side-pad-x);
  background: none;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
}
/* divider below question row when open */
.s-faq__a::before {
  content: '';
  display: block;
  align-self: stretch;
  height: 1px;
  background: rgba(110, 88, 163, 0.5);
  margin: clamp(0.2rem, 0.4vw, 0.4rem) var(--faq-side-pad-x) 0;
  flex-shrink: 0;
}

.s-faq__label {
  font-size: clamp(16px, 1.8vw, 26px);
  font-weight: 700;
  color: #6E58A3;
  flex-shrink: 0;
  line-height: 1;
}

.s-faq__text {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  color: #383838;
  letter-spacing: -0.05em;
  line-height: 143%;
  flex: 1;
}

.s-faq__icon {
  width: clamp(20px, 2vw, 30px);
  height: clamp(20px, 2vw, 30px);
  flex-shrink: 0;
  display: none;
}
.s-faq__q::after {
  content: '';
  width: clamp(26px, 2.8vw, 40px);
  height: clamp(26px, 2.8vw, 40px);
  background: none;
  border: none;
  flex-shrink: 0;
  transition: transform .3s;
  transform: rotate(0deg);
  transform-origin: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4 7L10 13L16 7' stroke='%236E58A3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.s-faq__item.is-open .s-faq__q::after {
  transform: rotate(180deg);
}
.s-faq__icon--hide { display: none; }
.s-faq__item.is-open .s-faq__icon--show { display: none; }
.s-faq__item.is-open .s-faq__icon--hide { display: block; }

.s-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s cubic-bezier(.22, 1, .36, 1), padding .45s cubic-bezier(.22, 1, .36, 1);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
}
.s-faq__item.is-open .s-faq__a {
  padding-bottom: 1em;
}
.s-faq__a::before,
.s-faq__a p {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .25s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
}
.s-faq__item.is-open .s-faq__a::before,
.s-faq__item.is-open .s-faq__a p {
  opacity: 1;
  transform: translateY(0);
}
.s-faq__tab-br { display: inline; }
.s-faq__a p {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #383838;
  letter-spacing: -0.04em;
  line-height: 143%;
  padding: .96em var(--faq-side-pad-x) .8em;
  text-align: left;
}


/* =============================================
   ⑫ Counter Status
   ============================================= */
.s-counter {
  position: relative;
  overflow: hidden;
  background: var(--c-beige-med);
  margin-bottom: -1px;
}
.s-counter__paper-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 3;
  pointer-events: none;
}
.s-counter__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.s-counter__inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  width: 100%;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 8rem) var(--side-pad);
  display: flex;
  align-items: center;
  gap: clamp(2rem, 6vw, 8rem);
}

.s-counter__headline {
  flex: 0 0 auto;
}
.s-counter__headline p {
  font-size: clamp(18px, 2.8vw, 40px);
  font-weight: 400;
  color: var(--c-charcoal);
  letter-spacing: -.04em;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(20px);
}
.s-counter__headline p.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.s-counter__headline strong {
  font-weight: 700;
}

.s-counter__stats {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
  text-align: center;
}

.s-counter__stat {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.s-counter__label {
  font-size: clamp(16px, 1.81vw, 26px);
  font-weight: 500;
  color: var(--c-purple-dk);
  letter-spacing: -.05em;
  line-height: 1.43;
  text-align: center;
}

.s-counter__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: 55px;
}
.s-counter__num span,
.s-counter__prefix span {
  background: var(--c-purple-dk);
  padding: .2em;
  margin: 0 1px;
  display: inline-block;
}
.s-counter__num,
.s-counter__prefix,
.s-counter__suffix {
  font-family: var(--ff-dela);
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 400;
  color: #FFFEEC;
  letter-spacing: -.03em;
  line-height: 1;
}
.s-counter__num .s-counter__sep,
.s-counter__box > .s-counter__sep,
.s-counter__suffix {
  font-family: var(--ff-pre);
  font-weight: 500;
  font-size: clamp(16px, 1.81vw, 26px);
  color: var(--c-purple-dk);
  background: none;
  padding: 0;
  margin: 0 .15em;
}
.s-counter__suffix {
  align-self: flex-end;
}

.s-counter__note {
  font-size: clamp(12px, 1.11vw, 16px);
  font-weight: 300;
  color: #57418C;
  letter-spacing: -.05em;
  line-height: 1.43;
  text-align: center;
  margin-top: 0.4rem;
}


/* =============================================
   ⑬ Foundation Info
   ============================================= */
.s-finfo {
  position: relative;
  overflow: hidden;
  min-height: max(450px, 39.63vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url('/images/campaign/braveEnough/pc/s13-foundation-info/13_Foundation_Info.png') top center / cover no-repeat;
}

.s-finfo__paper-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}

.s-finfo__inner {
  position: relative;
  z-index: 1;
  max-width: 1800px;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 9rem) var(--side-pad);
  display: flex;
  gap: clamp(3rem, 10vw, 14rem);
  align-items: center;
}

.s-finfo__ci-col {
  flex: 0 0 auto;
  width: clamp(180px, 22vw, 500px);
  padding-bottom: .5rem;
}
.s-finfo__ci {
  width: 100%;
  display: block;
}

.s-finfo__text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(.8rem, 1.5vw, 1.5rem);
}

.s-finfo__p {
  font-size: clamp(16px, 1.67vw, 24px);
  color: rgba(255,255,255,.9);
  letter-spacing: -.03em;
  line-height: 1.75;
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
}
.s-finfo__p.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.s-finfo__p--plain { font-weight: 400; }
.s-finfo__p--hl    { font-weight: 400; }
.s-finfo__mob-br { display: none; }
.s-finfo__pc-br { display: inline; }

/* highlighted phrase — bold white text, no frame */
.s-finfo__hl-wrap { display: inline; position: relative; }
.s-finfo__hl-bar  { display: none; clip-path: inset(0 100% 0 0); }
.s-finfo__hl-bar.is-visible {
  clip-path: inset(0 0% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.s-finfo__hl-text {
  font-weight: 700;
  color: var(--c-yellow);
  background: linear-gradient(var(--c-purple-dk), var(--c-purple-dk));
  background-size: 0% 100%;
  background-repeat: no-repeat;
  padding: .2em .5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: background-size 0.6s ease;
}
.s-finfo__hl-text.is-visible {
  background-size: 100% 100%;
}


/* =============================================
   Responsive — Tablet (768px ~ 1023px)
   ============================================= */
@media (max-width: 1023px) {

  /* ── Hero ── */
  .s-hero { min-height: clamp(380px, 120vw, 921px); }
  .s-hero__inner { padding-top: clamp(1.5rem, 6%, 5rem); align-items: flex-start; }
  .s-hero__copy {
    flex: 0 0 50%;
    padding-top: clamp(1rem, 3vw, 3rem);
    gap: clamp(.4rem, 1.2vw, 1rem);
    align-items: center;
  }
  .s-hero__subtitle-img { width: 77%; transform: scale(0.7); transform-origin: center center; }
  .s-hero__logo          { width: clamp(200px, 61vw, 470px); margin-top: calc(-1 * clamp(.4rem, 1.2vw, 1rem)); }
  .s-hero__cta-btn       { width: clamp(287px, 37.2vw, 490px); }
  .s-hero__floating-cta  { width: 172px; top: 1.5%; right: 1%; }

  /* ── ② Intro: 단컬럼, 텍스트 좌상단 / 비디오 중앙 하단 ── */
  .s-intro { min-height: max(700px, 95.3vw); display: flex; flex-direction: column; justify-content: center; }
  .s-intro__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(3rem, 5vw, 5rem) clamp(3.5rem, 8.5vw, 6.5rem);
    gap: clamp(1.5rem, 3vw, 3rem);
    min-height: 0;
  }
  .s-intro__copy {
    flex: none;
    width: 100%;
    max-width: 580px;
    margin-top: 0;
  }
  .s-intro__text { font-size: clamp(18px, 2.8vw, 30px); display: inline; margin: 0; }
  .s-intro__title { font-size: clamp(28px, 4.5vw, 40px); }
  .s-intro__video-wrap { flex: none; width: 100%; max-width: 640px; align-self: center; margin-top: 10%; }

  /* ── ⑥ Foundation Message ── */
  .s-foundation__row, .s-foundation__row--reverse { flex-direction: column; }
  .s-foundation__photo-wrap { width: 60%; }

  /* ── ⑧ Ballcap Gallery: 비율 유지, 높이만 조정 ── */
  .s-ballcap { min-height: 45.8vw; }
  .s-ballcap__paper--bot { bottom: 32px; z-index: 5; }

  /* ── ⑦ Product Gallery ── */
  .s-product {
    padding: 3.25rem 0;
  }
  .s-product__inner {
    min-height: 0;
  }
  .s-product__title {
    position: static;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
    margin-bottom: clamp(1rem, 1.8vw, 2rem);
  }
  .s-product__title p {
    font-size: 23.409px;
  }
  .s-product__title-black {
    font-size: clamp(18.7272px, 2.80908vw, 40.5756px);
  }
  .s-product__slider-wrap {
    padding-top: 0;
  }

  /* ── ⑨ Accordion CTA ── */
  .s-accordion__btn-img { height: clamp(18px, 3vw, 46px); width: auto; }

  /* ── ⑩ Final CTA ── */
  .s-final-cta { min-height: 54.3vw; }
  .s-final-cta__inner { padding: clamp(3rem, 8vw, 6rem) var(--side-pad); }
  .s-final-cta__tagline { font-size: clamp(16.2px, 2.7vw, 25.2px); }
  .s-final-cta__highlight { font-size: clamp(16.2px, 2.7vw, 25.2px); }
  .s-final-cta__btn { width: clamp(200px, 40vw, 307px); }

  /* ── ⑪ FAQ: 다크 퍼플 카드 스타일 (Figma 기준) ── */
  .s-faq {
    background: var(--c-purple-mid) url('/images/campaign/braveEnough/tab/s11-faq/background.jpg') center top / cover no-repeat;
    min-height: auto;
  }
  .s-faq__bg-img { display: none; }
  .s-faq__inner {
    max-width: 768px;
    padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 4vw, 3rem) clamp(3.5rem, 7vw, 5.5rem);
  }
  .s-faq__title {
    font-size: clamp(24px, 4.5vw, 48px);
    color: var(--c-beige-lt);
    text-align: center;
    margin-bottom: clamp(1.5rem, 4vw, 3.5rem);
  }
  .s-faq__list { border-top: none; gap: clamp(1rem, 2vw, 1.5rem); display: flex; flex-direction: column; }
  .s-faq__item {
    --faq-side-pad-x: 0;
    --faq-gap: 1.2em;
    background: var(--c-beige-lt);
    border-radius: 15px;
    box-shadow: 0 0 14px rgba(51,39,82,.55);
    padding: 1rem 2rem;
    border-bottom: none;
  }
  .s-faq__q { padding: .5em 0; gap: 1.2em; }
  .s-faq__label { font-size: clamp(24px, 3.5vw, 36px); color: #6e58a3; }
  .s-faq__text  { font-size: clamp(16px, 2.3vw, 24px); color: #383838; }
  .s-faq__a { max-height: 0; padding-bottom: 0; }
  .s-faq__item.is-open .s-faq__a { padding-bottom: 1em; }
  .s-faq__tab-br { display: none; }
  .s-faq__a p { font-size: clamp(14px, 1.8vw, 20px); color: #555; padding-left: 0; }

  /* ── ⑫ Counter: 텍스트/스탯 수직 배치 ── */
  .s-counter__inner { flex-direction: column; gap: 2rem; align-items: center; text-align: center; }
  .s-counter__stats { flex-direction: row; justify-content: center; gap: clamp(2rem, 5vw, 5rem); }
  .s-counter__headline p { font-size: clamp(18px, 3vw, 32px); text-align: center; }
  .s-counter__box { width: clamp(160px, 22vw, 290px); }

  /* ── ⑬ Foundation Info: CI 중앙/텍스트 중앙 ── */
  .s-finfo { min-height: 74.2vw; }
  .s-finfo__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    padding: clamp(4rem, 8vw, 7rem) var(--side-pad);
  }
  .s-finfo__ci-col { width: clamp(200px, 42vw, 321px); }
  .s-finfo__p { font-size: clamp(14px, 2.2vw, 24px); }
}

/* Tablet-only overrides (after max-width:1023 block) */
@media (min-width: 768px) and (max-width: 1023px) {
  /* floating-cta z-index — s-hero__inner(z:1) 위로 올려 모델 이미지에 가리지 않게 */
  .s-hero__floating-cta { z-index: 10; }

  /* ── ② Intro ── */
  .s-intro__video-wrap { margin-left: auto; margin-right: auto; }

  /* ── ⑫ Counter Status ── */
  .s-counter__stats { flex-direction: column; align-items: center; gap: clamp(2rem, 4vw, 4rem); }
  .s-counter__stat { align-items: center; text-align: center; }
  .s-counter__box { width: clamp(200px, 40vw, 380px); white-space: nowrap; }
  .s-counter__label { font-size: clamp(16px, 2.4vw, 28px); }

  /* ── ⑬ Foundation Info ── */
  .s-finfo { background: url('/images/campaign/braveEnough/tab/s13-foundation-info/background.png') top center / cover no-repeat; }

  /* ── ⑥ Foundation Message: 세로형 ── */
  .s-foundation__inner { gap: clamp(2rem, 4vw, 4rem); align-items: center; text-align: center; }
  .s-foundation__headline { align-items: center; }
  .s-foundation__hl-bar--top { width: clamp(374.4px, 62.4vw, 904.8px); }
  .s-foundation__hl-bar--bottom { width: clamp(499.2px, 85.8vw, 1232.4px); }
  .s-foundation__hl-text { font-size: clamp(24.648px, 3.3384vw, 49.296px); }
  .s-foundation__row, .s-foundation__row--reverse {
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 3vw, 3rem);
    width: 100%;
  }
  .s-foundation__row--reverse { flex-direction: column; }
  .s-foundation__photo-wrap { width: 65%; }
  .s-foundation__photo { width: 100%; }
  .s-foundation__row .s-foundation__photo-wrap { width: 45%; }
  .s-foundation__photo.rotate-pos2 { transform: rotate(2deg); }
  .s-foundation__text { width: 100%; text-align: center; }
  .s-foundation__text h3 { font-size: clamp(24px, 3.84vw, 38.4px); }
  .s-foundation__text p { font-size: clamp(16.8px, 2.4vw, 26.4px); }

  /* ── ⑦ Product Gallery ── */
  .s-product { padding: clamp(6rem, 12vw, 12rem) 0; }
  .s-product__paper-top { display: block; }
  .s-product__inner { gap: clamp(2rem, 4vw, 5rem); }

  /* ── ⑨ Accordion ── */
  .s-accordion__btn-img { height: clamp(32px, 5.6vw, 86px); }
  .s-accordion__open-sub { font-size: clamp(31.1px, 3.46vw, 51.8px); }
  .s-accordion__open-heading { font-size: clamp(40.3px, 5.76vw, 89.3px); }
  .s-accordion__open-title { margin-bottom: clamp(3rem, 6vw, 6rem); }

  /* ── Children Gallery: 내부 컨텐츠 20% 확대 ── */
  .s-gallery__inner { padding-left: calc(var(--side-pad) * 0.4); transform: none; padding-top: clamp(5rem, 8vw, 8rem); padding-bottom: clamp(4rem, 7vw, 7rem); }
  .s-gallery__strip-inner img { width: 12.36vw; }
  .s-gallery__film { height: clamp(108px, 15vw, 192px); }
  .s-gallery__label { font-size: clamp(22px, 3.5vw, 40px); }
  .s-gallery__label img { width: clamp(27px, 3.5vw, 44px); height: auto; }
  .s-gallery__heart { width: clamp(52px, 6.5vw, 85px); }
  .s-gallery__rainbow { width: clamp(52px, 6.5vw, 85px); }
  .s-gallery__film { height: clamp(108px, 15vw, 192px); }
  .s-gallery__tagline { font-size: clamp(26.6px, 3.87vw, 60.5px); }

  /* ── ③-1 Story Collage 1: 세로 배치 ── */
  .s-story1 { aspect-ratio: unset; min-height: max(600px, 95vw); }
  .s-story1__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(5rem, 8vw, 8rem) clamp(3.5rem, 8.5vw, 6.5rem);
    gap: clamp(4rem, 7vw, 7rem);
    height: auto;
  }
  .s-story1__copy { flex: none; width: 100%; left: 0; }
  .s-story1__t1 { font-size: clamp(44px, 7.1vw, 71px); }
  .s-story1__t2 { font-size: clamp(54px, 8.8vw, 88px); }
  .s-story1__white { font-size: clamp(44px, 7.1vw, 71px); }
  .s-story1__copy-star { width: clamp(44px, 7.1vw, 71px); }
  .s-story1__sub { font-size: clamp(18px, 2.7vw, 27px); }
  .s-story1__collage {
    flex: none;
    width: 75%;
    left: 0;
    align-self: center;
    transform: scale(1);
    transform-origin: center center;
  }
  .s-story1__collage:hover { transform: scale(1.03); }

  /* ── ③-2 Story Collage 2: 세로 배치 ── */
  .s-story2 { aspect-ratio: unset; min-height: max(600px, 95vw); }
  .s-story2__inner {
    flex-direction: column;
    align-items: center;
    padding: clamp(5rem, 8vw, 8rem) clamp(3.5rem, 8.5vw, 6.5rem) 0;
    gap: clamp(4rem, 7vw, 7rem);
    height: 100%;
  }
  .s-story2__copy { order: -1; flex: none; width: 100%; text-align: center; font-size: clamp(21.78px, 3.509vw, 35.09px); left: 0; }
  .s-story2__br--pc { display: none; }
  .s-story2__scene {
    flex: none;
    width: 75%;
    left: 0;
    align-self: center;
    transform: scale(1);
    transform-origin: center bottom;
    margin-top: auto;
  }
  .s-story2__scene:hover { transform: scale(1.03); }

  /* ── ④-1 Brave Story 1: 세로 배치 ── */
  .s-brave1 { aspect-ratio: unset; min-height: max(600px, 95vw); }
  .s-brave1__inner {
    flex-direction: column;
    align-items: center;
    padding: clamp(5rem, 8vw, 8rem) clamp(3.5rem, 8.5vw, 6.5rem) 0;
    gap: clamp(4rem, 7vw, 7rem);
    height: 100%;
  }
  .s-brave1__copy {
    flex: none; width: 100%; left: 0;
    text-align: left;
    font-size: clamp(27px, 4.3vw, 43px);
  }
  .s-brave1__scene {
    flex: none; width: 85%; left: 0;
    align-self: center;
    transform: scale(1);
    transform-origin: right center;
    margin-top: auto;
  }
  .s-brave1__scene:hover { transform: scale(1.03); }

  /* ── ④-2 Brave Story 2: 세로 배치 ── */
  .s-brave2 { aspect-ratio: unset; min-height: max(600px, 95vw); }
  .s-brave2__inner {
    flex-direction: column;
    align-items: center;
    padding: clamp(5rem, 8vw, 8rem) clamp(3.5rem, 8.5vw, 6.5rem) 0;
    gap: clamp(4rem, 7vw, 7rem);
    height: 100%;
  }
  .s-brave2__copy {
    order: -1; flex: none; width: 100%; left: 0;
    text-align: left;
  }
  .s-brave2__copy p {
    font-size: clamp(23px, 3.7vw, 37px);
  }
  .s-brave2__title {
    font-size: clamp(34px, 5.6vw, 56px);
  }
  .s-brave2__scene {
    flex: none; width: 75%; left: 0;
    align-self: center;
    transform: scale(1);
    transform-origin: center bottom;
    margin-top: auto;
  }
  .s-brave2__scene:hover { transform: scale(1.03); }
}

/* =============================================
   Responsive — Mobile (<= 767px)
   ============================================= */
@media (max-width: 767px) {
  :root {
    --side-pad: 1.25rem;
    --mobile-floating-cta-space: calc(72px + env(safe-area-inset-bottom, 0px));
  }

  .c-back-to-top {
    bottom: calc(clamp(20px, 5.3vw, 24px) + 84px + env(safe-area-inset-bottom, 0px));
  }

  /* ── Hero ── */
  .s-hero {
    height: 213.3vw;       /* 800/375 = 213.3% */
    max-height: 800px;
  }

  /* 배경 이미지: 세로가 더 긴 모바일에 맞게 */
  .s-hero__bg-img { object-position: center top; }

  /* PC/Tablet CTA 버튼 이미지 → 모바일에선 숨김 */
  .s-hero__cta-btn { display: none; }

  /* 카피(subtitle + logo): 소폭 아래로 조정 */
  .s-hero__copy { transform: translateX(-50%) translateY(2%); }
  .s-hero__subtitle-img {
    width: clamp(90px, 52vw, 220px);
    max-width: 100%;
    transform: none;
  }
  /* 메인 이미지 wrap: 하단 고정 + 확대 */
  .s-hero__img-wrap {
    top: auto;
    bottom: 0;
    width: 127.1%;
    max-width: 575px;
  }
  /* 로고: 30% 확대 */
  .s-hero__logo { width: min(114.4vw, 442px); }

  /* Floating CTA: 모바일 숨김 */
  .s-hero__floating-cta { display: none; }

  /* ── Mobile 전용 하단 CTA 바: 이미지로 교체 ── */
  .s-hero__cta-bar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    padding: 0;
    line-height: 0;
    gap: 0;
    transform: none;
    box-shadow: none;
  }
  .s-hero__cta-bar-img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* ── ② Intro: 단컬럼, 텍스트 작게, 비디오 하단 ── */
  .s-intro { min-height: max(480px, 136.8vw); display: flex; flex-direction: column; justify-content: center; }
  .s-intro__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 2.5rem var(--side-pad);
    min-height: 0;
  }
  .s-intro__copy { flex: none; width: 100%; max-width: none; margin-top: 0; padding-left: 6%; }
  .s-intro__text { font-size: clamp(16px, 4.8vw, 22px); display: block; }
  .s-intro__title { font-size: clamp(24px, 7.5vw, 34px); }
  .s-intro__title-mark { width: clamp(20px, 5.5vw, 30px); }
  .s-intro__video-wrap { flex: none; width: 100%; max-width: none; align-self: center; margin-top: 10%; }

  /* ── ③-1 Story Collage 1: 단컬럼 ── */
  .s-story1__inner {
    flex-direction: column;
    padding-top: 2.75rem;
  }
  .s-story1__copy { flex: none; width: 100%; text-align: center; left: 0; }
  .s-story1__t1  { font-size: 8.06vw; }
  .s-story1__t2  { font-size: 9.68vw; }
  .s-story1__white { font-size: 8.06vw; }
  .s-story1__copy-star { width: 8.06vw; }
  .s-story1__sub { font-size: 3.31vw; padding-top: 1rem; }
  .s-story1__collage {
    width: 100%;
    height: clamp(200px, 72vw, 320px);
    left: 0;
    transform: translateY(16%);
    align-self: center;
    margin: 0 auto;
  }

  /* ── ③-1 Story Collage 1 ── */
  .s-story1 { aspect-ratio: unset; min-height: 145vw; }
  .s-story1__bg-img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  /* ── ③-2 Story Collage 2: 단컬럼, 텍스트 좌측/콜라주 하단 ── */
  .s-story2 {
    aspect-ratio: unset;
    height: 145vw;
    min-height: 540px;
    max-height: 760px;
  }
  .s-story2__inner {
    position: relative;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.75rem var(--side-pad) 1.5rem;
    gap: 0.75rem;
  }
  .s-story2__copy {
    order: -1;
    position: relative;
    top: auto;
    left: 0;
    transform: none;
    flex: none;
    width: 100%;
    text-align: center;
    align-self: stretch;
    font-family: var(--ff-pre);
    font-size: 18.48px;
    font-weight: 400;
    line-height: 1.68;
    letter-spacing: -.04em;
    color: var(--c-cream);
  }
  .s-story2__collage {
    width: 100%;
    height: auto;
  }
  .s-story2__scene {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 82.68%;
    transform: translateX(-50%);
    align-self: auto;
    margin-top: 0;
  }
  .s-story2__scene:hover {
    transform: translateX(-50%);
  }

  /* ── ④-1 Brave Story 1: 내부 콘텐츠 숨김 ── */
  .s-brave1 {
    aspect-ratio: unset;
    height: 120vw;
    max-height: 450px;
    background: var(--c-beige-med);
  }
  .s-brave1__inner {
    position: relative;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.75rem var(--side-pad) 1.5rem;
    gap: 0.75rem;
  }
  .s-brave1__copy {
    flex: none;
    width: 100%;
    left: 0;
    font-size: 18.8px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .s-brave1__scene {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 85%;
    transform: translateX(-50%);
    align-self: auto;
    margin: 0;
  }
  .s-brave1__collage {
    width: 100%;
    height: auto;
  }
  .s-brave1__bg-img,
  .s-brave1__paper-bot { display: block; }

  /* ── ④-2 Brave Story 2 ── */
  .s-brave2 {
    aspect-ratio: unset;
    height: 133.9vw;
    max-height: 502px;
    background: var(--c-beige-lt);
  }
  .s-brave2__inner {
    position: relative;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.75rem var(--side-pad) 1.5rem;
    gap: 0.75rem;
  }
  .s-brave2__copy {
    flex: none;
    width: 100%;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .s-brave2__copy p { font-size: 20px; }
  .s-brave2__title {
    font-size: 29.6px;
    text-align: center;
    justify-content: center;
  }
  .s-brave2__scene {
    position: absolute;
    bottom: 0;
    width: 75%;
    left: 50%;
    margin: 0;
    align-self: auto;
    transform: translateX(-50%) scale(1.1);
    transform-origin: center bottom;
  }
  .s-brave2__bg-img,
  .s-brave2__paper-bot { display: block; }

  /* ── ⑥ Foundation Message ── */
  .s-foundation__row, .s-foundation__row--reverse { flex-direction: column; }
  .s-foundation__photo-wrap { width: 80%; }
  .s-foundation__photo.rotate-pos2 { transform: rotate(2deg); }
  .s-foundation__text { text-align: center; }

  /* ── ⑧ Ballcap Gallery ── */
  .s-ballcap { min-height: 0; }
  .s-ballcap__paper--bot { bottom: 0; z-index: 3; }
  .s-ballcap__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 0;
    align-items: stretch;
  }
  .s-ballcap__cell {
    margin: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }
  .s-ballcap__cell:nth-child(6) img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 10;
  }
  .s-ballcap__cell img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transform: none;
  }
  /* ── ⑤ Children Gallery ── */
  .s-gallery__label { font-size: clamp(25.52px, 4.06vw, 46.4px); }
  .s-gallery__tagline { font-size: clamp(23.327136px, 3.3938352vw, 53.05608px); }
  .s-gallery__strip {
    top: 16%;
    bottom: 16%;
  }
  .s-gallery__strip-inner {
    height: 100%;
  }
  .s-gallery__strip-inner img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .s-gallery__film { height: clamp(125.28px, 17.4vw, 222.72px); }
  .s-gallery__label img { width: clamp(31.32px, 4.06vw, 51.04px); height: auto; }
  .s-gallery__heart { width: clamp(60.32px, 7.54vw, 98.6px); }
  .s-gallery__rainbow { width: clamp(60.32px, 7.54vw, 98.6px); }

  /* ── ⑦ Product Gallery ── */
  .s-product__inner {
    min-height: 0;
  }
  .s-product__title {
    position: static;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
    margin-bottom: clamp(1rem, 1.8vw, 2rem);
  }
  .s-product__mob-br { display: inline; }
  .s-product__mob-only { display: inline; }
  .s-product__desktop-only { display: none; }
  .s-product__slider-wrap {
    padding-top: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: .3rem;
    row-gap: .3rem;
    width: calc(100% + (var(--side-pad) * 2));
    margin-left: calc(var(--side-pad) * -1);
    margin-right: calc(var(--side-pad) * -1);
  }
  .s-product__slider {
    order: 1;
    flex: 0 0 100%;
    transform: scale(0.9);
    transform-origin: center center;
  }
  .s-product__polaroid {
    width: 84%;
  }
  .s-product__btn-row {
    order: 2;
  }
  /* ── ⑨ Accordion CTA ── */
  .s-accordion {
    background: var(--c-beige-lt);
    overflow: hidden;
    isolation: isolate;
  }
  .s-accordion::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    width: 100%;
    height: 100%;
    background: url('/images/campaign/braveEnough/mobile/s09-accordion/background_close.png') center top / 100% auto no-repeat;
    z-index: 0;
    pointer-events: none;
  }
  .s-accordion.is-open::before {
    background-image: url('/images/campaign/braveEnough/mobile/s09-accordion/background_open.png');
  }
  .s-accordion > * {
    position: relative;
    z-index: 1;
  }
  .s-accordion__btn-img { height: clamp(30px, 8.4375vw, 67.5px); width: auto; }
  .s-accordion__panel-inner { padding: 1.2rem; }

  /* ── ⑩ Final CTA: 퍼플 오버레이, 흰 텍스트 ── */
  .s-final-cta { min-height: 69.6vw; }
  .s-final-cta__inner {
    padding: clamp(2.5rem, 8vw, 5rem) var(--side-pad);
    gap: 1.5rem;
    align-items: center;
    text-align: center;
  }
  .s-final-cta__tagline {
    font-size: clamp(16px, 4.8vw, 22px);
    color: #f5f3ec;
    justify-content: center;
    align-self: center;
    text-align: center;
  }
  .s-final-cta__tagline strong { color: #f5f3ec; font-weight: 800; }
  .s-final-cta__highlight { font-size: clamp(16px, 4.8vw, 22px); }
  .s-final-cta__btn { width: clamp(180px, 55vw, 240px); }

  /* ── ⑪ FAQ: 다크 퍼플 카드 스타일 ── */
  .s-faq {
    background: var(--c-purple-mid) url('/images/campaign/braveEnough/mobile/s11-faq/background.png') center top / cover no-repeat;
    min-height: auto;
  }
  .s-faq__bg-img { display: none; }
  .s-faq__inner {
    max-width: 100%;
    padding: clamp(3rem, 7vw, 4.5rem) 1.75rem clamp(4rem, 9vw, 5.5rem);
  }
  .s-faq__title {
    font-size: clamp(18px, 5.85vw, 27px);
    color: var(--c-beige-lt);
    text-align: center;
    margin-bottom: clamp(1.25rem, 5vw, 2rem);
  }
  .s-faq__list { border-top: none; gap: 1rem; display: flex; flex-direction: column; }
  .s-faq__item {
    --faq-side-pad-x: 0;
    --faq-gap: .75em;
    background: var(--c-beige-lt);
    border-radius: 15px;
    box-shadow: 0 0 14px rgba(51,39,82,.55);
    padding: .85rem 1.25rem;
    border-bottom: none;
  }
  .s-faq__q { padding: .25em 0; gap: .75em; align-items: center; }
  .s-faq__label { font-size: clamp(22px, 6.5vw, 28px); color: #6e58a3; }
  .s-faq__text  { font-size: clamp(11.34px, 3.645vw, 14.58px); color: #232323; }
  .s-faq__a { max-height: 0; padding-bottom: 0; }
  .s-faq__item.is-open .s-faq__a { padding-bottom: .8em; }
  .s-faq__a p { font-size: clamp(13px, 4vw, 16px); color: #555; padding-left: 0; }

  /* ── ⑫ Counter: 수직 단컬럼 ── */
  .s-counter {
    min-height: auto;
    background: var(--c-beige-med) url('/images/campaign/braveEnough/mobile/s12-counter/bacground.png') center top / cover no-repeat;
  }
  .s-counter__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: clamp(3.5rem, 9vw, 6.5rem) var(--side-pad);
    gap: 2rem;
  }
  .s-counter__headline p { font-size: clamp(18px, 5.5vw, 25px); text-align: center; }
  .s-counter__stats { flex-direction: column; gap: 1.5rem; align-items: center; }
  .s-counter__box {
    width: auto;
    height: auto;
    gap: 0;
    white-space: nowrap;
  }
  .s-counter__num span,
  .s-counter__prefix span {
    background: none;
    padding: 0;
    margin: 0;
  }
  .s-counter__num,
  .s-counter__prefix,
  .s-counter__suffix {
    color: var(--c-purple-dk);
  }
  .s-counter__label { font-size: clamp(12px, 3.5vw, 16px); text-align: center; }
  .s-counter__note  { font-size: clamp(10px, 3vw, 14px); text-align: center; margin-top: 0; }
  .s-counter__sep { display: block; font-size: 0; height: 0; }

  /* ── ⑦ Product Gallery: 모바일 롤링 간격 축소 ── */
  .s-product__slide { padding-right: 0; margin-right: -0.6rem; }

  /* ── ⑬ Foundation Info ── */
  .s-finfo { min-height: auto; background: url('/images/campaign/braveEnough/mobile/s13-foundation-info/background.png') top center / cover no-repeat; }
  .s-finfo__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    padding: clamp(3rem, 8vw, 6rem) var(--side-pad) var(--mobile-floating-cta-space);
  }
  .s-finfo__ci-col { width: clamp(120px, 35vw, 200px); }
  .s-finfo__p { font-size: clamp(13px, 3.7vw, 18px); }
  .s-finfo__mob-br { display: inline; }
  .s-finfo__pc-br { display: none; }
}

@media (max-width: 480px) {
  .s-gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .s-ballcap__grid { flex-wrap: wrap; }
}

/* Bottom background wrapper (accordion → foundation-info) */
.bottom-bg-wrap {
  background: url('/images/campaign/braveEnough/pc/bottom-bg/background.jpg') top center / 100% no-repeat;
}

/* footer */
#footer.st_01 .footer_bottom .footer_mark a {display: inline-block;}
@media screen and (max-width: 1279px) {
    #footer.st_01 .footer_bottom .footer_info .footer_logo {
        text-align: center;
        display: inline-block;
        margin: 0 auto;
    }
}
.all_sns_wrap {display: none !important;}