/* =========================================================
   K-Chicken Party 15 — Landing
   Brand CI: K-RED #E60012 · K-ORANGE #FF6A00 · K-YELLOW #FFC300
             K-BROWN #3B1E10 · CREAM #FFF7E6
   Type: Poppins ExtraBold (EN display) · Pretendard (KR)
   ========================================================= */

:root {
  --red: #E60012;
  --red-deep: #B8000E;
  --orange: #FF6A00;
  --yellow: #FFC300;
  --brown: #3B1E10;
  --brown-soft: #5A3A28;
  --cream: #FFF7E6;
  --cream-deep: #FBEED3;
  --white: #FFFFFF;
  --ink: #2B1608;
  --muted: #8A6F5C;

  --grad-fire: linear-gradient(100deg, var(--red) 10%, var(--orange) 55%, var(--yellow) 100%);

  --font-display: "Poppins", "Pretendard Variable", sans-serif;
  --font-body: "Pretendard Variable", Pretendard, -apple-system, sans-serif;

  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow-card: 0 10px 30px rgba(59, 30, 16, 0.10);
  --shadow-pop: 0 16px 44px rgba(230, 0, 18, 0.22);

  --ease-pop: cubic-bezier(.34, 1.56, .64, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  overflow-x: clip; /* rotated marquee corners must not create x-scroll */
}

a, button { touch-action: manipulation; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; cursor: pointer; }

.container {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

/* ---------- type ---------- */
.kicker {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  color: var(--red);
  margin-bottom: 14px;
}
.kicker--center { text-align: center; }
.kicker--gold { color: var(--yellow); }

.h2 {
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.02em;
}
.h2--center { text-align: center; }
.h2 em {
  font-style: normal;
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.em-gold {
  font-style: normal;
  color: var(--yellow);
}

.lead {
  margin-top: 18px;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: var(--brown-soft);
  max-width: 56ch;
}
.lead--center { margin-inline: auto; text-align: center; }
.lead--light { color: rgba(255, 247, 230, 0.82); }

.section { padding: clamp(80px, 10vw, 130px) 0; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  border-radius: 999px;
  transition: transform 0.22s var(--ease-pop), box-shadow 0.22s ease, background-color 0.22s ease;
  cursor: pointer;
}
.btn--primary {
  background: var(--red);
  color: var(--white);
  padding: 15px 32px;
  box-shadow: var(--shadow-pop);
}
.btn--primary:hover { background: var(--red-deep); transform: translateY(-3px) scale(1.02); }
.btn--primary:active { transform: scale(0.97); }
.btn--ghost {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  padding: 15px 32px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
}
.btn--ghost:hover { background: rgba(255, 255, 255, 0.26); transform: translateY(-3px); }
.btn--lg { font-size: 1.06rem; }
.btn--nav {
  background: var(--red);
  color: var(--white);
  padding: 10px 22px;
  font-size: 0.92rem;
  box-shadow: 0 6px 18px rgba(230, 0, 18, 0.28);
}
.btn--nav:hover { background: var(--red-deep); transform: translateY(-2px); }

.btn:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

/* ---------- nav ---------- */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.nav.is-scrolled {
  background: rgba(255, 247, 230, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 2px 20px rgba(59, 30, 16, 0.10);
}
.nav__inner {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 0;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}
.nav__logo {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.06rem;
  letter-spacing: 0.01em;
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: var(--white);
  transition: color 0.3s ease;
}
.nav.is-scrolled .nav__logo { color: var(--ink); }
.nav__logo-k { color: inherit; }
.nav__logo-p {
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.nav__logo-15 {
  background: var(--red);
  color: var(--white);
  font-size: 0.8rem;
  padding: 1px 7px;
  border-radius: 8px;
  transform: rotate(-4deg);
}
.nav__links {
  display: flex;
  gap: 26px;
  margin-left: auto;
}
.nav__links a {
  font-weight: 600;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.92);
  transition: color 0.2s ease;
  position: relative;
}
.nav.is-scrolled .nav__links a { color: var(--brown-soft); }
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: -6px;
  height: 3px;
  border-radius: 2px;
  background: var(--grad-fire);
  transition: right 0.25s ease;
}
.nav__links a:hover::after { right: 0; }
.nav__links a:hover { color: var(--white); }
.nav.is-scrolled .nav__links a:hover { color: var(--red); }

.nav__burger {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  margin-left: auto;
}
.nav__burger span {
  width: 24px; height: 3px;
  border-radius: 2px;
  background: var(--white);
  transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.3s ease;
}
.nav.is-scrolled .nav__burger span,
.nav.is-open .nav__burger span { background: var(--ink); }
.nav.is-open .nav__burger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav.is-open .nav__burger span:nth-child(2) { opacity: 0; }
.nav.is-open .nav__burger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.nav__mobile {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 10px 24px 24px;
  background: rgba(255, 247, 230, 0.98);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 30px rgba(59, 30, 16, 0.14);
}
.nav__mobile a {
  padding: 13px 6px;
  font-weight: 700;
  color: var(--ink);
  border-bottom: 1px solid rgba(59, 30, 16, 0.08);
}
.nav__mobile .btn { margin-top: 14px; border-bottom: 0; text-align: center; }
.nav.is-open .nav__mobile { display: flex; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  overflow: hidden;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: -1;
  will-change: transform;
}
.hero__video {
  width: 100%;
  height: 115%;
  object-fit: cover;
  object-position: center;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(43, 22, 8, 0.42) 0%, rgba(43, 22, 8, 0.18) 40%, rgba(43, 22, 8, 0.62) 100%),
    radial-gradient(ellipse at center 42%, transparent 30%, rgba(43, 22, 8, 0.38) 100%);
}

.hero__content {
  width: min(880px, calc(100% - 48px));
  padding: 120px 0 90px;
}
.hero__badge {
  display: inline-block;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  background: rgba(255, 247, 230, 0.16);
  border: 1px solid rgba(255, 247, 230, 0.36);
  backdrop-filter: blur(8px);
  padding: 9px 20px;
  border-radius: 999px;
  margin-bottom: 26px;
}
.hero__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.5rem, 7.4vw, 5rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-shadow: 0 6px 30px rgba(43, 22, 8, 0.45);
}
.hero__title-accent {
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 4px 14px rgba(230, 0, 18, 0.35));
}
.hero__sub {
  margin-top: 22px;
  font-size: clamp(1.02rem, 2vw, 1.3rem);
  font-weight: 500;
  color: rgba(255, 247, 230, 0.95);
  text-shadow: 0 2px 12px rgba(43, 22, 8, 0.5);
}
.hero__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}
.chip {
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(230, 0, 18, 0.82);
  box-shadow: 0 4px 16px rgba(230, 0, 18, 0.3);
}
.chip:nth-child(2) { background: rgba(255, 106, 0, 0.85); }
.chip:nth-child(3) { background: rgba(255, 195, 0, 0.9); color: var(--brown); }
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

.hero__scroll {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 50px;
  border: 2px solid rgba(255, 247, 230, 0.7);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  padding-top: 9px;
}
.hero__scroll-dot {
  width: 5px; height: 10px;
  border-radius: 3px;
  background: var(--cream);
  animation: scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot {
  0%, 100% { transform: translateY(0); opacity: 1; }
  60% { transform: translateY(16px); opacity: 0.2; }
}

/* ---------- marquee ---------- */
.marquee {
  background: var(--red);
  color: var(--cream);
  overflow: hidden;
  padding: 15px 0;
  transform: rotate(-1.2deg) scale(1.02);
  box-shadow: 0 10px 30px rgba(230, 0, 18, 0.25);
  position: relative;
  z-index: 2;
  margin-top: -28px;
}
.marquee__track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  animation: marquee 34s linear infinite;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.marquee__track i { font-style: normal; color: var(--yellow); font-size: 0.8rem; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- brand ---------- */
.brand { padding-top: clamp(100px, 12vw, 150px); }
.brand__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
}
.brand__points {
  list-style: none;
  margin-top: 26px;
  display: grid;
  gap: 12px;
}
.brand__points li {
  position: relative;
  padding-left: 32px;
  font-weight: 600;
  color: var(--brown-soft);
}
.brand__points li::before {
  content: "";
  position: absolute;
  left: 0; top: 4px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--grad-fire);
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0Zm-1.2 17.4-5-5 1.7-1.7 3.3 3.3 7-7 1.7 1.7Z"/></svg>') center / contain no-repeat;
}
.brand__mascot { text-align: center; }
.brand__mascot img {
  width: min(340px, 80%);
  margin-inline: auto;
  animation: floaty 5s ease-in-out infinite;
}
@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-14px) rotate(1.5deg); }
}
.brand__mascot-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--red);
  margin-top: 6px;
}
.brand__mascot-name small {
  display: block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.promises {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: clamp(56px, 7vw, 90px);
}
.promise {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  box-shadow: var(--shadow-card);
  transition: transform 0.28s var(--ease-pop), box-shadow 0.28s ease;
}
.promise:hover { transform: translateY(-8px); box-shadow: 0 20px 44px rgba(59, 30, 16, 0.16); }
.promise--main {
  background: var(--brown);
  color: var(--cream);
}
.promise--main p { color: rgba(255, 247, 230, 0.78); }
.promise__icon {
  width: 58px; height: 58px;
  border-radius: 18px;
  background: var(--grad-fire);
  color: var(--white);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.promise__icon svg { width: 28px; height: 28px; }
.promise h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.promise p { font-size: 0.96rem; color: var(--brown-soft); }

/* ---------- menu ---------- */
.menu {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 195, 0, 0.14) 0, transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(230, 0, 18, 0.07) 0, transparent 32%),
    var(--cream-deep);
}
.menu__group { margin-top: clamp(48px, 6vw, 70px); }
.menu__group-title { margin-bottom: 24px; }
.tag {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: var(--white);
  padding: 10px 26px;
  border-radius: 999px;
  transform: rotate(-1.5deg);
}
.tag--red { background: var(--red); box-shadow: 0 8px 22px rgba(230, 0, 18, 0.3); }
.tag--orange { background: var(--orange); box-shadow: 0 8px 22px rgba(255, 106, 0, 0.3); }

.menu__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.mcard {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 24px 20px 20px;
  position: relative;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s var(--ease-pop), box-shadow 0.25s ease;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.mcard:hover { transform: translateY(-6px) rotate(-0.6deg); box-shadow: 0 16px 36px rgba(59, 30, 16, 0.16); }
.mcard__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.5s ease;
}
.mcard:hover .mcard__bg { transform: scale(1.06); }
.mcard::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.55) 52%,
    rgba(255, 255, 255, 0.94) 72%,
    var(--white) 100%);
  pointer-events: none;
}
.mcard > b, .mcard > h4, .mcard > p, .mcard > span {
  position: relative;
  z-index: 2;
}
.mcard b {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--red);
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 12px;
  border-radius: 14px;
}
.mcard b::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 4px 14px rgba(59, 30, 16, 0.22);
  z-index: -1;
}
.mcard--orange b { color: var(--orange); }
.mcard h4 { font-size: 1.08rem; font-weight: 800; }
.mcard p {
  font-size: 0.82rem;
  color: var(--muted);
  font-style: italic;
  margin: 2px 0 10px;
}
.mcard span {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--red);
  background: rgba(230, 0, 18, 0.08);
  padding: 4px 10px;
  border-radius: 999px;
}
.mcard--orange span { color: var(--orange); background: rgba(255, 106, 0, 0.1); }

.menu__basic {
  margin-top: clamp(48px, 6vw, 70px);
  background: var(--brown);
  border-radius: var(--radius-lg);
  padding: clamp(30px, 4vw, 46px);
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 60px);
  flex-wrap: wrap;
  color: var(--cream);
}
.menu__basic-label {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--yellow);
  white-space: nowrap;
}
.menu__basic-items {
  display: flex;
  gap: clamp(24px, 4vw, 60px);
  flex-wrap: wrap;
}
.menu__basic-items h4 { font-size: 1.05rem; font-weight: 800; }
.menu__basic-items p { font-size: 0.82rem; color: rgba(255, 247, 230, 0.65); font-style: italic; }

/* ---------- gallery ---------- */
.gallery__grid {
  margin-top: clamp(40px, 5vw, 60px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gcard {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  aspect-ratio: 4 / 3;
}
.gcard--wide { grid-column: span 2; aspect-ratio: auto; }
.gcard img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.gcard:hover img { transform: scale(1.045); }
.gcard figcaption {
  position: absolute;
  left: 18px; bottom: 16px;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--white);
  background: rgba(43, 22, 8, 0.55);
  backdrop-filter: blur(6px);
  padding: 8px 16px;
  border-radius: 999px;
}

/* ---------- pricing ---------- */
.pricing { background: var(--cream); }
.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: clamp(44px, 5vw, 64px);
  align-items: stretch;
}
.pcard {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 42px 32px;
  text-align: center;
  box-shadow: var(--shadow-card);
  position: relative;
  transition: transform 0.28s var(--ease-pop), box-shadow 0.28s ease;
}
.pcard:hover { transform: translateY(-8px); box-shadow: 0 20px 44px rgba(59, 30, 16, 0.16); }
.pcard--hot {
  background: var(--grad-fire);
  color: var(--white);
  transform: scale(1.05);
  box-shadow: var(--shadow-pop);
  z-index: 1;
}
.pcard--hot:hover { transform: scale(1.05) translateY(-8px); }
.pcard__flag {
  position: absolute;
  top: -16px; left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  background: var(--brown);
  color: var(--yellow);
  font-weight: 800;
  font-size: 0.85rem;
  padding: 7px 20px;
  border-radius: 999px;
  white-space: nowrap;
}
.pcard__people {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}
.pcard__price {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2rem, 3.4vw, 2.6rem);
  line-height: 1.1;
}
.pcard__price small {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 0.75;
  margin-top: 4px;
}
.pcard__desc { margin-top: 16px; font-size: 0.94rem; opacity: 0.85; }
.pricing__note {
  text-align: center;
  margin-top: 34px;
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 600;
}

/* ---------- how ---------- */
.how { background: var(--cream-deep); }
.how__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: clamp(44px, 5vw, 64px);
  counter-reset: step;
}
.step {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 32px 26px;
  box-shadow: var(--shadow-card);
  position: relative;
  transition: transform 0.25s var(--ease-pop);
}
.step:hover { transform: translateY(-6px); }
.step__num {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--grad-fire);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.2rem;
  margin-bottom: 18px;
  box-shadow: 0 6px 16px rgba(230, 0, 18, 0.28);
}
.step h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: 8px; }
.step p { font-size: 0.92rem; color: var(--brown-soft); }

/* ---------- store (dark) ---------- */
.store {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 106, 0, 0.12) 0, transparent 40%),
    var(--brown);
  color: var(--cream);
}
.store .lead--light { max-width: 62ch; }
.store__badge {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: var(--brown);
  background: var(--yellow);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.store__badge--sm { font-size: 0.76rem; padding: 5px 13px; }

.store__feature {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  margin-top: clamp(36px, 5vw, 56px);
}
.store__feature img { width: 100%; transition: transform 0.6s ease; }
.store__feature:hover img { transform: scale(1.03); }
.store__feature figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: clamp(22px, 4vw, 36px);
  background: linear-gradient(180deg, transparent, rgba(20, 8, 2, 0.88));
  display: flex;
  flex-direction: column;
}
.store__feature strong {
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  font-weight: 800;
  color: var(--cream);
}
.store__feature em,
.scard em {
  font-style: normal;
  font-size: 0.92rem;
  color: rgba(255, 247, 230, 0.75);
  margin-top: 6px;
}

.store__lineup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 22px;
}
.scard {
  background: rgba(255, 247, 230, 0.05);
  border: 1px solid rgba(255, 247, 230, 0.12);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.28s var(--ease-pop), box-shadow 0.28s ease;
}
.scard:hover { transform: translateY(-8px); box-shadow: 0 18px 44px rgba(0, 0, 0, 0.4); }
.scard img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.scard figcaption {
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
}
.scard strong { font-size: 1.12rem; font-weight: 800; color: var(--cream); }

.store__front {
  margin-top: clamp(36px, 5vw, 56px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4);
  position: relative;
}
.store__front img { width: 100%; }
.store__front figcaption {
  position: absolute;
  left: 18px; bottom: 16px;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--cream);
  background: rgba(20, 8, 2, 0.6);
  backdrop-filter: blur(6px);
  padding: 8px 16px;
  border-radius: 999px;
}

/* ---------- chini & goods ---------- */
.chini { background: var(--cream); }
.chini__videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: clamp(44px, 5vw, 64px);
}
.cvid {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-card);
  transition: transform 0.28s var(--ease-pop), box-shadow 0.28s ease;
}
.cvid:hover { transform: translateY(-8px); box-shadow: 0 20px 44px rgba(59, 30, 16, 0.16); }
.cvid video {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.cvid figcaption {
  text-align: center;
  font-weight: 800;
  font-size: 1rem;
  color: var(--ink);
  padding: 16px 14px 18px;
}
.chini__goods-title {
  margin-top: clamp(56px, 7vw, 84px);
  margin-bottom: 24px;
}
.goods__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.goods-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 0.28s var(--ease-pop), box-shadow 0.28s ease;
}
.goods-card:hover { transform: translateY(-6px) rotate(-0.5deg); box-shadow: 0 16px 36px rgba(59, 30, 16, 0.16); }
.goods-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.goods-card figcaption { padding: 16px 18px 20px; display: flex; flex-direction: column; }
.goods-card strong { font-size: 1.02rem; font-weight: 800; }
.goods-card em {
  font-style: normal;
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 3px;
}
.goods__note {
  text-align: center;
  margin-top: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
}

/* ---------- reserve ---------- */
.reserve {
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 195, 0, 0.25) 0, transparent 36%),
    radial-gradient(circle at 85% 90%, rgba(59, 30, 16, 0.3) 0, transparent 40%),
    var(--grad-fire);
  color: var(--white);
  padding: clamp(90px, 12vw, 150px) 0;
  text-align: center;
}
.reserve__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  text-shadow: 0 6px 24px rgba(139, 0, 10, 0.35);
}
.reserve__sub {
  margin-top: 20px;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 600;
  opacity: 0.95;
}
.reserve__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}
.sns {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1rem;
  background: var(--white);
  color: var(--ink);
  padding: 15px 28px;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(139, 0, 10, 0.28);
  transition: transform 0.25s var(--ease-pop), box-shadow 0.25s ease;
}
.sns svg { width: 22px; height: 22px; }
.sns:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 16px 36px rgba(139, 0, 10, 0.36); }
.sns--fb svg { color: #1877F2; }
.sns--ig svg { color: #E4405F; }
.sns--tt svg { color: #010101; }
.sns--zl svg { color: #0068FF; }
.reserve__meta {
  margin-top: 30px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  opacity: 0.9;
}

/* ---------- footer ---------- */
.footer {
  background: var(--brown);
  color: rgba(255, 247, 230, 0.75);
  padding: 56px 0 calc(40px + env(safe-area-inset-bottom));
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__logo {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.3rem;
  color: var(--cream);
}
.footer__logo span {
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.footer__tag { margin-top: 8px; font-size: 0.9rem; }
.footer__info { font-size: 0.9rem; text-align: right; }
.footer__copy {
  width: 100%;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 247, 230, 0.14);
  font-size: 0.82rem;
  opacity: 0.6;
}

/* ---------- story page ---------- */
.nav--solid {
  position: sticky;
  background: rgba(255, 247, 230, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 2px 20px rgba(59, 30, 16, 0.10);
}
.nav--solid .nav__logo { color: var(--ink); }
.nav--solid .nav__links a { color: var(--brown-soft); }
.nav--solid .nav__links a:hover { color: var(--red); }
.nav--solid .nav__burger span { background: var(--ink); }
.nav__links a[aria-current="page"] { color: var(--red) !important; }
.nav__links a[aria-current="page"]::after { right: 0; }

.shero {
  padding: clamp(60px, 8vw, 110px) 0 clamp(40px, 6vw, 80px);
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 195, 0, 0.18) 0, transparent 34%),
    radial-gradient(circle at 8% 85%, rgba(230, 0, 18, 0.07) 0, transparent 30%),
    var(--cream);
}
.shero__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
}
.shero__title {
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.shero__title em {
  font-style: normal;
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.shero__chini {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 22px 22px 18px;
  box-shadow: var(--shadow-card);
  transform: rotate(2deg);
  max-width: 340px;
  justify-self: center;
}
.shero__chini img { border-radius: var(--radius-md); }
.shero__chini figcaption {
  text-align: center;
  font-weight: 800;
  color: var(--red);
  padding-top: 12px;
}

.smission { background: var(--white); }
.smission__quote {
  margin: clamp(30px, 4vw, 46px) auto 0;
  max-width: 880px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.4rem, 3.2vw, 2.2rem);
  line-height: 1.4;
  color: var(--ink);
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 46px);
  box-shadow: var(--shadow-card);
}
.smission__quote em {
  font-style: normal;
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.smission__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: clamp(36px, 5vw, 54px);
}
.scard-lite {
  background: var(--cream);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  transition: transform 0.25s var(--ease-pop);
}
.scard-lite:hover { transform: translateY(-6px); }
.scard-lite h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 10px; }
.scard-lite h3 em { font-style: normal; color: var(--red); }
.scard-lite p { font-size: 0.95rem; color: var(--brown-soft); }

.swhy { background: var(--cream-deep); }
.stat__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: clamp(40px, 5vw, 60px);
}
.stat {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 34px 28px;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s var(--ease-pop);
}
.stat:hover { transform: translateY(-6px); }
.stat__num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  line-height: 1;
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat__num small { font-size: 0.45em; font-weight: 800; }
.stat__label { margin-top: 12px; font-weight: 600; color: var(--ink); }
.stat__src { margin-top: 10px; font-size: 0.78rem; color: var(--muted); }
.stat--hot { background: var(--grad-fire); }
.stat--hot .stat__num { background: none; -webkit-background-clip: initial; background-clip: initial; color: var(--white); }
.stat--hot .stat__label { color: rgba(255, 255, 255, 0.95); }
.stat--hot .stat__src { color: rgba(255, 255, 255, 0.75); }
.stat--dark { background: var(--brown); }
.stat--dark .stat__num { background: none; -webkit-background-clip: initial; background-clip: initial; color: var(--yellow); }
.stat--dark .stat__label { color: rgba(255, 247, 230, 0.92); }
.stat--dark .stat__src { color: rgba(255, 247, 230, 0.6); }

.sfit { background: var(--white); }
.fit__list {
  margin-top: clamp(40px, 5vw, 60px);
  display: grid;
  gap: 16px;
}
.fit {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  align-items: center;
  gap: 14px;
}
.fit__need, .fit__answer {
  border-radius: var(--radius-md);
  padding: 22px 24px;
  font-weight: 600;
  line-height: 1.5;
}
.fit__need {
  background: var(--cream);
  color: var(--brown-soft);
}
.fit__answer {
  background: rgba(230, 0, 18, 0.06);
  border: 2px solid rgba(230, 0, 18, 0.25);
  color: var(--ink);
}
.fit__need span, .fit__answer span {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  margin-bottom: 6px;
  color: var(--muted);
}
.fit__answer span { color: var(--red); }
.fit__arrow {
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
  margin-inline: auto;
  border-radius: 50%;
  background: var(--grad-fire);
  color: var(--white);
}
.fit__arrow svg { width: 22px; height: 22px; }

.sroad {
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 106, 0, 0.14) 0, transparent 38%),
    var(--brown);
  color: var(--cream);
}
.road {
  list-style: none;
  margin-top: clamp(40px, 5vw, 60px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: none;
}
.road li {
  background: rgba(255, 247, 230, 0.06);
  border: 1px solid rgba(255, 247, 230, 0.14);
  border-radius: var(--radius-md);
  padding: 28px 24px;
}
.road li span {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--yellow);
}
.road li strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  margin: 8px 0 8px;
  color: var(--cream);
}
.road li p { font-size: 0.9rem; color: rgba(255, 247, 230, 0.72); }

.btn--dark {
  background: var(--brown);
  color: var(--cream);
  padding: 15px 32px;
}
.btn--dark:hover { background: #2c160b; transform: translateY(-3px); }

/* ---------- pose strip (index chini section) ---------- */
.chini__poses {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 22px;
}
.pose {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 14px 14px 4px;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s var(--ease-pop);
}
.pose:hover { transform: translateY(-6px) rotate(-1deg); }
.pose img { border-radius: 14px; aspect-ratio: 1 / 1; object-fit: cover; width: 100%; }
.pose figcaption {
  text-align: center;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--brown-soft);
  padding: 10px 4px 12px;
}

/* ---------- reveal animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s var(--ease-pop);
}
.reveal.is-in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.1s; }
.reveal.d2 { transition-delay: 0.2s; }
.reveal.d3 { transition-delay: 0.3s; }
.reveal.d4 { transition-delay: 0.4s; }

/* ---------- responsive ---------- */
.br-desktop { display: inline; }

@media (max-width: 1024px) {
  .promises { grid-template-columns: 1fr 1fr; }
  .promise--main { grid-column: span 2; order: -1; }
  .how__grid { grid-template-columns: 1fr 1fr; }
  .goods__grid { grid-template-columns: 1fr 1fr; }
  .stat__grid { grid-template-columns: 1fr 1fr; }
  .road { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .nav__links, .btn--nav { display: none; }
  .nav__burger { display: flex; }
  .nav { background: transparent; }
  .nav.is-open { background: rgba(255, 247, 230, 0.98); }

  .brand__grid { grid-template-columns: 1fr; }
  .brand__mascot { order: -1; }
  .brand__mascot img { width: min(240px, 62%); }
  .store__lineup { grid-template-columns: 1fr; }
  .chini__videos { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .goods__grid { grid-template-columns: 1fr 1fr; }
  .chini__poses { grid-template-columns: 1fr 1fr; }
  .shero__grid { grid-template-columns: 1fr; }
  .shero__chini { transform: none; }
  .smission__cards { grid-template-columns: 1fr; }
  .stat__grid { grid-template-columns: 1fr; }
  .fit { grid-template-columns: 1fr; }
  .fit__arrow { transform: rotate(90deg); }
  .road { grid-template-columns: 1fr 1fr; }

  .gallery__grid { grid-template-columns: 1fr; }
  .gcard--wide { grid-column: auto; }
  .gcard { aspect-ratio: 16 / 10; }

  .pricing__grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .pcard--hot { transform: none; }
  .pcard--hot:hover { transform: translateY(-8px); }

  .br-desktop { display: none; }
}

@media (max-width: 560px) {
  .promises { grid-template-columns: 1fr; }
  .promise--main { grid-column: auto; }
  .how__grid { grid-template-columns: 1fr; }
  .menu__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .mcard { padding: 18px 14px 14px; }
  .mcard h4 { font-size: 0.98rem; }
  .mcard b { font-size: 1.25rem; top: 10px; left: 10px; padding: 6px 10px; }
  .mcard p { font-size: 0.78rem; }
  .hero__cta .btn { width: 100%; }
  .menu__basic { flex-direction: column; align-items: flex-start; }
  .marquee__track { font-size: 0.9rem; gap: 20px; }
  .marquee { padding: 12px 0; }
  .gallery__grid { gap: 14px; }
  .pcard { padding: 34px 24px; }
  .reserve__buttons { flex-direction: column; align-items: stretch; }
  .sns { justify-content: center; }
  .footer__info { text-align: left; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .hero__video { display: none; }
  .hero__media { background: url("../assets/hero-poster.jpg") center / cover no-repeat; }
}
