/* 일일향 테마 — 서브페이지(about/story/menu) 전용 스타일 */

/* ── 공통 서브 히어로 ── */
.yy-page-hero { position: relative; min-height: 74vh; background: var(--yy-dark); overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; padding: 150px 0 120px; margin-top: -76px; }
.yy-page-hero .bg { position: absolute; inset: 0; overflow: hidden; background: radial-gradient(130% 110% at 50% 18%, #3A3E47 0%, #2C2F36 52%, #16171b 100%); }
.yy-page-hero .bg iframe { position: absolute; top: 50%; left: 50%; width: max(100vw, calc(100vh * 16 / 9)); height: max(100vh, calc(100vw * 9 / 16)); transform: translate(-50%, -50%) scale(1.18); pointer-events: none; border: 0; }
.yy-page-hero .bg .hyang { position: absolute; left: 50%; top: 52%; transform: translate(-50%,-50%); font-family: var(--yy-serif); font-size: min(78vh, 78vw); line-height: 1; color: rgba(255,255,255,0.04); user-select: none; pointer-events: none; }
.yy-page-hero .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(29,32,39,0.78) 0%, rgba(29,32,39,0.55) 30%, rgba(29,32,39,0.55) 62%, rgba(29,32,39,0.85) 100%); pointer-events: none; }
.yy-page-hero .content { position: relative; display: flex; flex-direction: column; align-items: center; gap: 30px; max-width: 800px; padding: 0 var(--yy-pad); }
.yy-page-hero .k { font-size: 13px; font-weight: 500; letter-spacing: 0.42em; text-transform: uppercase; color: var(--yy-red); padding-left: 0.42em; }
.yy-page-hero .line { width: 1px; height: 40px; background: linear-gradient(180deg, var(--yy-red), transparent); }
.yy-page-hero h1 { font-size: clamp(40px, 5.6vw, 72px); line-height: 1.25; color: #fff; }
.yy-page-hero .lead { font-size: clamp(15px, 1.4vw, 18px); font-weight: 300; line-height: 2; color: rgba(231,231,233,0.82); margin: 0; max-width: 580px; letter-spacing: 0.02em; }

/* about: 지표 스트립 */
.yy-page-hero.has-stats { padding-bottom: 220px; }
.yy-stats { position: absolute; left: 0; right: 0; bottom: -1px; padding: 0 var(--yy-pad); }
.yy-stats-inner { max-width: var(--yy-container); margin: 0 auto; background: rgba(255,255,255,0.04); border: 1px solid rgba(231,231,233,0.14); border-radius: 4px 4px 0 0; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); display: grid; grid-template-columns: repeat(3, 1fr); }
.yy-stat { padding: 28px 24px; display: flex; flex-direction: column; gap: 8px; align-items: center; text-align: center; }
.yy-stat + .yy-stat { border-left: 1px solid rgba(231,231,233,0.10); }
.yy-stat .num { display: flex; align-items: baseline; gap: 4px; }
.yy-stat .num strong { font-family: var(--yy-serif); font-size: 44px; font-weight: 600; color: #fff; line-height: 1; }
.yy-stat .num span { font-size: 14px; color: var(--yy-red); font-weight: 500; }
.yy-stat .lbl { font-size: 13px; color: rgba(231,231,233,0.7); }

/* ── 섹션 공통 ── */
.yy-sec { padding: var(--yy-section-py) 0; }
.yy-sec.light { background: var(--yy-off-white); }
.yy-sec.white { background: var(--yy-white); }
.yy-sec.dark { background: var(--yy-dark); position: relative; overflow: hidden; }

/* ── Greeting ── */
.yy-greeting-sec { position: relative; overflow: hidden; }
.yy-greeting-orb {
  position: absolute;
  z-index: 0;
  width: min(44vw, 680px);
  aspect-ratio: 1;
  margin: 0;
  border-radius: 50%;
  background-color: #dddde0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 24px 60px rgba(29, 32, 39, 0.12);
  pointer-events: none;
}
.yy-greeting-orb.is-left {
  left: 0;
  top: auto;
  bottom: -10%;
  transform: translate(-16%, 0);
}
.yy-greeting-orb.is-right {
  right: 0;
  top: -10%;
  bottom: auto;
  transform: translate(16%, 0);
}
.yy-greeting-orb.is-empty {
  background-image: none;
  background-color: transparent;
  border: 1px dashed rgba(125, 127, 132, 0.35);
  box-shadow: none;
}
.yy-greeting {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--yy-pad);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.yy-greeting h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.4; color: var(--yy-dark); word-break: keep-all; }
.yy-greeting .rule { width: 48px; height: 1px; background: var(--yy-red); }
.yy-greeting-copy {
  width: 100%;
  max-width: 820px;
  margin: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: -0.01em;
  color: var(--yy-grey);
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
}
.yy-greeting-copy .yy-g-gap { display: block; height: 0.95em; }
.yy-greeting .sign { display: flex; flex-direction: column; align-items: center; gap: 6px; margin-top: 10px; }
.yy-greeting .sign .co { font-size: 13px; color: var(--yy-n-500); letter-spacing: 0.08em; }
.yy-greeting .sign .nm { font-family: var(--yy-serif); font-size: 22px; font-weight: 600; color: var(--yy-dark); letter-spacing: 0.05em; }

@media (max-width: 1100px) {
  .yy-greeting-orb { width: min(40vw, 360px); }
  .yy-greeting-orb.is-left { transform: translate(-20%, 0); bottom: 2%; }
  .yy-greeting-orb.is-right { transform: translate(20%, 0); top: 0; }
}
@media (max-width: 768px) {
  .yy-greeting-orb { display: none; }
  .yy-greeting { max-width: none; gap: 22px; }
  .yy-greeting-copy { font-size: 15.5px; line-height: 1.9; max-width: none; }
}

/* ── History 타임라인 ── */
.yy-tl { position: relative; max-width: 860px; margin: 0 auto; padding: 20px var(--yy-pad); }
.yy-tl-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: var(--yy-n-200); transform: translateX(-0.5px); }
.yy-tl-row { display: grid; grid-template-columns: 1fr 40px 1fr; gap: 20px; margin-bottom: 44px; align-items: start; }
.yy-tl-dot { display: flex; justify-content: center; padding-top: 18px; }
.yy-tl-dot span { width: 14px; height: 14px; border-radius: 999px; background: #fff; border: 2px solid var(--yy-red); box-shadow: 0 0 0 4px #fff; }
.yy-tl-card .yr { font-family: var(--yy-serif); font-size: 34px; font-weight: 600; color: var(--yy-red); line-height: 1; letter-spacing: 0.02em; margin-bottom: 10px; }
.yy-tl-card .tt { font-size: 17px; font-weight: 600; color: var(--yy-dark); margin-bottom: 6px; }
.yy-tl-card p { font-size: 14px; font-weight: 300; line-height: 1.7; color: var(--yy-grey); margin: 0; }
.yy-tl-card.r { text-align: right; }

/* ── Philosophy ── */
.yy-phil { clip-path: inset(0); }
.yy-phil-bg {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(4px) saturate(0.85) brightness(0.72);
  opacity: 0.55;
  transform: scale(1.08);
  pointer-events: none;
  z-index: 0;
}
.yy-phil::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29,32,39,0.55) 0%, rgba(29,32,39,0.62) 45%, rgba(29,32,39,0.78) 100%);
  pointer-events: none;
  z-index: 0;
}
.yy-phil-hyang { position: absolute; right: -6%; top: 50%; transform: translateY(-50%); font-family: var(--yy-serif); font-size: 58vh; line-height: 1; color: rgba(222,68,58,0.06); user-select: none; pointer-events: none; z-index: 1; }
.yy-phil-inner { position: relative; z-index: 1; }
.yy-phil-head { max-width: 680px; display: flex; flex-direction: column; gap: 26px; }
.yy-phil-head h2 { font-size: clamp(30px, 3.6vw, 44px); line-height: 1.4; color: #fff; }
.yy-phil-head p { font-size: 17px; font-weight: 300; line-height: 2.05; color: rgba(231,231,233,0.78); margin: 0; word-break: keep-all; }
.yy-phil-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.yy-phil-card { padding: 28px 26px; background: rgba(255,255,255,0.04); border: 1px solid rgba(231,231,233,0.12); border-radius: 4px; -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.yy-phil-card .t { font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--yy-red); }
.yy-phil-card p { margin: 14px 0 0; font-size: 14.5px; font-weight: 300; line-height: 1.85; color: rgba(231,231,233,0.78); word-break: keep-all; }

/* ── Chefs ── */
.yy-chef-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.yy-chef { display: grid; grid-template-columns: 220px 1fr; gap: 24px; background: #fff; border: 1px solid var(--yy-n-200); border-radius: 4px; overflow: hidden; }
.yy-chef-photo { position: relative; aspect-ratio: 3 / 4; background: linear-gradient(160deg, #3A3E47 0%, #1D2027 100%); display: flex; align-items: center; justify-content: center; }
.yy-chef-photo .hyang { font-family: var(--yy-serif); font-size: 96px; color: rgba(222,68,58,0.16); line-height: 1; }
.yy-chef-photo .since { position: absolute; bottom: 14px; font-size: 10.5px; letter-spacing: 0.16em; color: rgba(231,231,233,0.5); text-transform: uppercase; }
.yy-chef-info { padding: 26px 26px 26px 0; display: flex; flex-direction: column; gap: 14px; }
.yy-chef-info .role { font-size: 12px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--yy-red); }
.yy-chef-info h3 { font-size: 28px; color: var(--yy-dark); letter-spacing: 0.05em; }
.yy-chef-info h3 small { font-size: 15px; color: var(--yy-n-500); letter-spacing: 0.02em; }
.yy-chef-info p { margin: 0; font-size: 14.5px; font-weight: 300; line-height: 1.85; color: var(--yy-grey); }
.yy-chef-info ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
.yy-chef-info li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--yy-grey); }
.yy-chef-info li::before { content: ''; width: 4px; height: 4px; border-radius: 999px; background: var(--yy-red); margin-top: 9px; flex: none; }

/* ── Featured In ── */
.yy-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--yy-n-200); border-radius: 4px; }
.yy-proof { padding: 28px 24px; display: flex; flex-direction: column; gap: 10px; }
.yy-proof + .yy-proof { border-left: 1px solid var(--yy-n-200); }
.yy-proof .ch { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; color: var(--yy-red); }
.yy-proof .pg { font-family: var(--yy-serif); font-size: 18px; font-weight: 600; color: var(--yy-dark); letter-spacing: 0.01em; }
.yy-proof .dt { font-size: 12.5px; color: var(--yy-n-500); }

/* ── Story: 챕터 ── */
.yy-chapter { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.yy-chapter-text { display: flex; flex-direction: column; gap: 28px; }
.yy-chapter-no { display: flex; align-items: baseline; gap: 20px; }
.yy-chapter-no .n { font-family: var(--yy-serif); font-size: 64px; font-weight: 400; color: var(--yy-red); line-height: 1; letter-spacing: -0.02em; }
.yy-chapter-no .k { font-size: 12px; font-weight: 500; letter-spacing: 0.32em; text-transform: uppercase; color: var(--yy-n-500); }
.yy-chapter-text h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.36; color: var(--yy-dark); word-break: keep-all; }
.yy-chapter-copy { display: flex; flex-direction: column; gap: 1.1em; }
.yy-chapter-copy p {
  font-size: 17px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: -0.01em;
  color: var(--yy-grey);
  margin: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
}
.yy-chapter-text > p { font-size: 17px; font-weight: 300; line-height: 2.05; color: var(--yy-grey); margin: 0; word-break: keep-all; }
.yy-chapter-text blockquote { margin: 10px 0 0; padding-left: 22px; border-left: 2px solid var(--yy-red); font-family: var(--yy-serif); font-size: 20px; font-weight: 500; line-height: 1.7; color: var(--yy-dark); letter-spacing: 0.01em; word-break: keep-all; }
.yy-chapter-img { position: relative; aspect-ratio: 4 / 5; border-radius: 4px; overflow: hidden; display: flex; align-items: center; justify-content: center; box-shadow: 0 18px 50px rgba(29,32,39,0.15); }
.yy-chapter-img .hyang { font-family: var(--yy-serif); font-size: 160px; color: rgba(255,255,255,0.14); line-height: 1; }
.yy-chapter-img .cap { position: absolute; bottom: 20px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.yy-chapter.reverse .yy-chapter-text { order: 2; }
.yy-chapter.reverse .yy-chapter-img { order: 1; }

/* ── Story: 신선함 리스트 ── */
.yy-sfresh { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.yy-fresh-sec { clip-path: inset(0); }
.yy-fresh-bg {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(4px) saturate(0.85) brightness(0.72);
  opacity: 0.55;
  transform: scale(1.08);
  pointer-events: none;
  z-index: 0;
}
.yy-fresh-sec::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29,32,39,0.55) 0%, rgba(29,32,39,0.62) 45%, rgba(29,32,39,0.78) 100%);
  pointer-events: none;
  z-index: 0;
}
.yy-fresh-inner { position: relative; z-index: 1; }
.yy-sfresh-head { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 120px; }
.yy-sfresh-head h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.36; color: #fff; }
.yy-sfresh-head p { font-size: 15px; font-weight: 300; line-height: 2; color: rgba(231,231,233,0.7); margin: 0; }
.yy-sfresh-row { display: grid; grid-template-columns: 80px 1fr; gap: 28px; padding: 32px 0; }
.yy-sfresh-row + .yy-sfresh-row { border-top: 1px solid rgba(231,231,233,0.10); }
.yy-sfresh-row .n { font-family: var(--yy-serif); font-size: 28px; color: var(--yy-red); font-weight: 500; letter-spacing: 0.02em; }
.yy-sfresh-row h3 { font-size: 24px; color: #fff; letter-spacing: 0.01em; }
.yy-sfresh-row p { font-size: 15.5px; font-weight: 300; line-height: 1.95; color: rgba(231,231,233,0.78); margin: 12px 0 0; }

/* ── Story: Craft ── */
.yy-craft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.yy-craft { background: #fff; border: 1px solid var(--yy-n-200); border-radius: 4px; padding: 32px 30px; display: flex; flex-direction: column; gap: 18px; }
.yy-craft .st { font-size: 11.5px; font-weight: 600; letter-spacing: 0.22em; color: var(--yy-red); }
.yy-craft .rule { width: 32px; height: 1px; background: var(--yy-red); }
.yy-craft h3 { font-size: 22px; color: var(--yy-dark); letter-spacing: 0.01em; }
.yy-craft p { font-size: 14.5px; font-weight: 300; line-height: 1.9; color: var(--yy-grey); margin: 0; }

/* ── Story: Pull Quote ── */
.yy-quote-sec { clip-path: inset(0); }
.yy-quote-bg {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(4px) saturate(0.85) brightness(0.72);
  opacity: 0.55;
  transform: scale(1.08);
  pointer-events: none;
  z-index: 0;
}
.yy-quote-sec::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29,32,39,0.55) 0%, rgba(29,32,39,0.62) 45%, rgba(29,32,39,0.78) 100%);
  pointer-events: none;
  z-index: 0;
}
.yy-quote { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 0 var(--yy-pad); text-align: center; }
.yy-quote-logo {
  display: block;
  width: clamp(154px, 22.4vw, 252px);
  height: auto;
  margin: 0 auto 24px;
}
.yy-quote .qmark { display: block; font-family: var(--yy-serif); font-size: 80px; color: var(--yy-red); line-height: 0.6; margin-bottom: 20px; }
.yy-quote p { font-family: var(--yy-serif); font-size: clamp(24px, 3.2vw, 36px); font-weight: 500; line-height: 1.55; color: #fff; margin: 0; letter-spacing: 0.01em; }
.yy-quote .since { display: block; margin-top: 28px; font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(231,231,233,0.6); }
.yy-quote-hyang { position: absolute; left: -4%; top: 10%; z-index: 1; font-family: var(--yy-serif); font-size: min(56vh, 56vw); line-height: 1; color: rgba(222,68,58,0.06); user-select: none; pointer-events: none; }

.yy-comingsoon { min-height: 55vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; text-align: center; padding: 80px var(--yy-pad); }
.yy-comingsoon .hyang { font-family: var(--yy-serif); font-size: 56px; color: var(--yy-red); line-height: 1; }

/* ── Story: motion ── */
.yy-story-hero .content > * {
  opacity: 0;
  transform: translateY(24px);
  animation: yyStoryHeroIn 0.9s var(--yy-ease) forwards;
}
.yy-story-hero .content > :nth-child(1) { animation-delay: 0.12s; }
.yy-story-hero .content > :nth-child(2) { animation-delay: 0.24s; }
.yy-story-hero .content > :nth-child(3) { animation-delay: 0.36s; }
.yy-story-hero .content > :nth-child(4) { animation-delay: 0.52s; }
.yy-story-hero .line { transform-origin: top; }

.yy-chapter-img.rv::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: var(--yy-red);
  transform: scaleX(1);
  transform-origin: right center;
  transition: transform 1.05s var(--yy-ease) 0.18s;
  pointer-events: none;
}
.yy-chapter-img.rv.rv-in::after { transform: scaleX(0); }
.yy-chapter.reverse .yy-chapter-img.rv::after { transform-origin: left center; }
.yy-chapter-img {
  transition: box-shadow 0.45s var(--yy-ease), background-size 1.2s var(--yy-ease);
}
.yy-chapter-img:hover { box-shadow: 0 28px 68px rgba(29,32,39,0.22); }

.yy-craft.rv {
  transition: opacity 0.9s var(--yy-ease), transform 0.9s var(--yy-ease),
    box-shadow 0.35s var(--yy-ease), border-color 0.35s var(--yy-ease);
}
.yy-craft.rv-in:hover {
  transform: translateY(-8px);
  border-color: rgba(222,68,58,0.34);
  box-shadow: 0 20px 44px rgba(29,32,39,0.10);
}
.yy-craft .rule { transform: scaleX(0); transform-origin: left; transition: transform 0.65s var(--yy-ease) 0.25s; }
.yy-craft.rv-in .rule { transform: scaleX(1); }

.yy-sfresh-row.rv-in .n { animation: yyStoryNumberPulse 0.7s var(--yy-ease) both; }
.yy-quote.rv-in .yy-quote-logo { animation: yyStoryLogoIn 0.9s var(--yy-ease) 0.2s both; }

@keyframes yyStoryHeroIn {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes yyStoryNumberPulse {
  from { opacity: 0; transform: translateX(-14px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes yyStoryLogoIn {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .yy-story-hero .content > * { opacity: 1; transform: none; animation: none; }
  .yy-chapter-img.rv::after { display: none; }
  .yy-craft.rv, .yy-craft .rule { transition: none; }
  .yy-craft .rule { transform: none; }
  .yy-sfresh-row.rv-in .n, .yy-quote.rv-in .yy-quote-logo { animation: none; }
}

/* ── About: motion ── */
.yy-about-hero .content > * {
  opacity: 0;
  transform: translateY(24px);
  animation: yyStoryHeroIn 0.9s var(--yy-ease) forwards;
}
.yy-about-hero .content > :nth-child(1) { animation-delay: 0.12s; }
.yy-about-hero .content > :nth-child(2) { animation-delay: 0.24s; }
.yy-about-hero .content > :nth-child(3) { animation-delay: 0.36s; }
.yy-about-hero .content > :nth-child(4) { animation-delay: 0.52s; }
.yy-about-hero .yy-stats-inner {
  opacity: 0;
  transform: translateY(30px);
  animation: yyAboutStatsIn 0.9s var(--yy-ease) 0.62s forwards;
}
.yy-about-hero .yy-stat {
  opacity: 0;
  animation: yyAboutStatIn 0.7s var(--yy-ease) forwards;
}
.yy-about-hero .yy-stat:nth-child(1) { animation-delay: 0.78s; }
.yy-about-hero .yy-stat:nth-child(2) { animation-delay: 0.9s; }
.yy-about-hero .yy-stat:nth-child(3) { animation-delay: 1.02s; }

.rv.yy-about-from-left { transform: translateX(-54px); }
.rv.yy-about-from-right { transform: translateX(54px); }
.rv.yy-about-from-left.rv-in,
.rv.yy-about-from-right.rv-in { transform: translateX(0); }
.yy-tl-row.rv-in .yy-tl-dot span { animation: yyAboutDotIn 0.65s var(--yy-ease) 0.18s both; }

.yy-greeting.rv-in .rule {
  transform-origin: center;
  animation: yyAboutRuleIn 0.8s var(--yy-ease) 0.25s both;
}
.yy-greeting-orb { animation: yyAboutOrbFloat 7s ease-in-out infinite alternate; }
.yy-greeting-orb.is-right { animation-delay: -3.5s; }

.yy-phil-card.rv,
.yy-chef.rv {
  transition: opacity 0.9s var(--yy-ease), transform 0.9s var(--yy-ease),
    box-shadow 0.35s var(--yy-ease), border-color 0.35s var(--yy-ease);
}
.yy-phil-card.rv-in:hover {
  transform: translateY(-7px);
  border-color: rgba(222,68,58,0.42);
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}
.yy-chef.rv-in:hover {
  transform: translateY(-7px);
  border-color: rgba(222,68,58,0.28);
  box-shadow: 0 22px 52px rgba(29,32,39,0.11);
}
.yy-chef.rv-in .yy-chef-photo .hyang { animation: yyStoryLogoIn 0.9s var(--yy-ease) 0.25s both; }

@keyframes yyAboutStatsIn {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes yyAboutStatIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes yyAboutDotIn {
  from { opacity: 0; transform: scale(0.2); box-shadow: 0 0 0 0 rgba(222,68,58,0.35); }
  to { opacity: 1; transform: scale(1); box-shadow: 0 0 0 4px #fff; }
}
@keyframes yyAboutRuleIn {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@keyframes yyAboutOrbFloat {
  from { margin-top: -8px; }
  to { margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .yy-about-hero .content > *,
  .yy-about-hero .yy-stats-inner,
  .yy-about-hero .yy-stat { opacity: 1; transform: none; animation: none; }
  .yy-greeting-orb,
  .yy-greeting.rv-in .rule,
  .yy-tl-row.rv-in .yy-tl-dot span,
  .yy-chef.rv-in .yy-chef-photo .hyang { animation: none; }
}
.yy-comingsoon h2 { font-size: clamp(26px, 3.2vw, 38px); color: var(--yy-dark); }
.yy-comingsoon p { font-size: 16px; font-weight: 300; line-height: 1.95; color: var(--yy-grey); margin: 0; max-width: 480px; }

/* ── 메뉴소개: 지점 메뉴북 ── */
.yy-menubook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.yy-menubook-card {
  display: flex;
  flex-direction: column;
  background: var(--yy-white);
  border: 1px solid var(--yy-n-200);
  border-radius: 4px;
  overflow: hidden;
  transition: border-color 240ms var(--yy-ease), box-shadow 240ms var(--yy-ease);
}
.yy-menubook-card:hover {
  border-color: rgba(44, 47, 54, 0.28);
  box-shadow: 0 16px 40px rgba(29, 32, 39, 0.08);
}
.yy-menubook-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #1a1c21;
  overflow: hidden;
}
.yy-menubook-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 520ms var(--yy-ease);
}
.yy-menubook-card:hover .yy-menubook-thumb img { transform: scale(1.04); }
.yy-menubook-ph {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--yy-serif); font-size: 72px; color: rgba(255,255,255,0.14);
}
.yy-menubook-thumb .yy-badge { position: absolute; top: 12px; left: 12px; z-index: 1; }
.yy-menubook-region {
  position: absolute; top: 12px; right: 12px; z-index: 1;
  padding: 5px 10px; font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
  color: #fff; background: rgba(29,32,39,0.72); border-radius: 2px;
}
.yy-menubook-body {
  display: flex; flex-direction: column; gap: 10px;
  padding: 22px 20px 20px;
}
.yy-menubook-body h3 {
  margin: 0; font-size: 18px; font-weight: 600; color: var(--yy-dark);
  display: inline-flex; align-items: center; gap: 8px;
}
.yy-menubook-body .yy-name-logo { height: 1em; width: auto; }
.yy-menubook-body p {
  margin: 0; font-size: 13px; line-height: 1.5; color: var(--yy-grey); word-break: keep-all;
}
.yy-menubook-body .yy-btn { align-self: flex-start; margin-top: 6px; padding: 11px 18px; font-size: 13px; }
.yy-menubook-body .yy-btn:disabled {
  opacity: 0.45; cursor: default; pointer-events: none;
}
.yy-menubook-count { font-size: 12px; color: var(--yy-n-500); }

/* 메뉴북 팝업 — 페이지 비율 885×1020 / 다크 프레임 */
.yy-book-back {
  display: none; position: fixed; inset: 0; z-index: 220;
  align-items: center; justify-content: center;
  padding: 8px; background: rgba(0, 0, 0, 0.88);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.yy-book-back.is-open { display: flex; }
.yy-book-panel {
  width: min(1320px, 100%);
  max-height: 98vh;
  background: #0e0f12;
  border-radius: 4px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.55);
  overflow: hidden;
  display: flex; flex-direction: column;
}
.yy-book-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background: transparent;
  flex-shrink: 0;
}
.yy-book-head h2 {
  margin: 0; font-family: var(--yy-serif); font-size: 17px; font-weight: 600; color: #fff;
  word-break: keep-all;
}
.yy-book-close {
  width: 36px; height: 36px; border: 0; background: transparent;
  font-size: 28px; line-height: 1; color: rgba(255,255,255,0.82); cursor: pointer;
}
.yy-book-close:hover { color: #fff; }
.yy-book-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 48px;
  min-height: 0;
  flex: 1;
  perspective: 1600px;
}
.yy-book-nav {
  position: absolute;
  top: 50%;
  z-index: 6;
  transform: translateY(-50%);
  width: 42px; height: 42px; border-radius: 999px;
  border: 0;
  background: #fff;
  color: #111;
  box-shadow: 0 4px 18px rgba(0,0,0,0.4);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 200ms var(--yy-ease), color 200ms var(--yy-ease), opacity 200ms var(--yy-ease);
}
.yy-book-nav.is-prev { left: 8px; }
.yy-book-nav.is-next { right: 8px; }
.yy-book-nav:hover:not(:disabled) { background: var(--yy-red); color: #fff; }
.yy-book-nav:disabled { opacity: 0.35; cursor: default; }
.yy-book {
  position: relative;
  width: 100%;
  min-width: 0;
  display: flex;
  justify-content: center;
  touch-action: pan-y;
}
.yy-book-spread {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  transform-origin: center center;
  transition: transform 280ms var(--yy-ease), opacity 280ms var(--yy-ease);
  filter: drop-shadow(0 14px 36px rgba(0,0,0,0.45));
}
.yy-book-spread.is-flip-next { transform: rotateY(-12deg) translateX(-10px); opacity: 0.35; }
.yy-book-spread.is-flip-prev { transform: rotateY(12deg) translateX(10px); opacity: 0.35; }
.yy-book-page {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc((100% - 10px) / 2);
  max-height: min(82vh, 880px);
  background: #111;
  overflow: hidden;
}
.yy-book-page.is-left { border-radius: 3px 0 0 3px; }
.yy-book-page.is-right { border-radius: 0 3px 3px 0; }
.yy-book-page.is-blank {
  background: #1a1b1f;
  aspect-ratio: 885 / 1020;
  height: min(82vh, 880px);
  width: auto;
}
.yy-book-page img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(82vh, 880px);
  aspect-ratio: 885 / 1020;
  object-fit: contain;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
  background: #111;
}
.yy-book-spine {
  width: 10px;
  flex: 0 0 10px;
  align-self: stretch;
  max-height: min(82vh, 880px);
  background: linear-gradient(90deg, #2a2c31 0%, #3a3d44 35%, #2e3036 65%, #1f2126 100%);
  box-shadow: inset 0 0 8px rgba(0,0,0,0.35);
}
.yy-book-foot {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 4px 12px 12px;
  flex-shrink: 0;
}
.yy-book-dots { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.yy-book-dot {
  width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px;
  background: rgba(255,255,255,0.28); cursor: pointer;
  transition: width 200ms var(--yy-ease), background 200ms var(--yy-ease);
}
.yy-book-dot.is-on { width: 20px; background: var(--yy-red); }
.yy-book-count {
  font-size: 12px; font-weight: 500; letter-spacing: 0.1em; color: rgba(255,255,255,0.62);
}

/* 모바일: 한 장 */
.yy-book-back.is-single .yy-book-spine,
.yy-book-back.is-single .yy-book-page.is-right { display: none; }
.yy-book-back.is-single .yy-book-page.is-left {
  flex: 0 1 auto;
  max-width: 100%;
  max-height: min(84vh, 880px);
  border-radius: 3px;
  margin: 0 auto;
}
.yy-book-back.is-single .yy-book-page.is-left img {
  max-height: min(84vh, 880px);
}

@media (max-width: 900px) {
  .yy-menubook-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .yy-book-stage { padding: 6px 40px; }
  .yy-book-nav { width: 36px; height: 36px; }
  .yy-book-nav.is-prev { left: 4px; }
  .yy-book-nav.is-next { right: 4px; }
  .yy-book-page { max-height: min(74vh, 700px); }
  .yy-book-page img { max-height: min(74vh, 700px); }
  .yy-book-spine { max-height: min(74vh, 700px); }
}
@media (max-width: 767px) {
  .yy-book-back { padding: 0; }
  .yy-book-panel {
    width: 100%;
    max-height: 100vh;
    height: 100%;
    border-radius: 0;
  }
  .yy-book-head { padding: 8px 10px; }
  .yy-book-head h2 { font-size: 15px; }
  .yy-book-stage { padding: 4px 36px; }
  .yy-book-nav { width: 32px; height: 32px; }
  .yy-book-foot { padding: 2px 10px 10px; gap: 6px; }
  .yy-book-back.is-single .yy-book-page.is-left,
  .yy-book-back.is-single .yy-book-page.is-left img {
    max-height: min(86vh, calc((100vw - 72px) * 1020 / 885));
  }
}
@media (max-width: 640px) {
  .yy-menubook-grid { grid-template-columns: 1fr; }
}
/* ── 반응형 ── */
@media (max-width: 900px) {
  .yy-stats-inner { grid-template-columns: 1fr; }
  .yy-stat + .yy-stat { border-left: 0; border-top: 1px solid rgba(231,231,233,0.10); }
  .yy-tl-line { left: 20px; transform: none; }
  .yy-tl-row { grid-template-columns: 40px 1fr; }
  .yy-tl-row .yy-tl-card.r { display: none; }
  .yy-tl-row .yy-tl-card { text-align: left !important; }
  .yy-phil-grid { grid-template-columns: 1fr; }
  .yy-chef-grid { grid-template-columns: 1fr; }
  .yy-chef { grid-template-columns: 1fr; }
  .yy-chef-info { padding: 22px; }
  .yy-proof-grid { grid-template-columns: 1fr 1fr; }
  .yy-proof:nth-child(n+3) { border-top: 1px solid var(--yy-n-200); }
  .yy-proof:nth-child(odd) { border-left: 0; }
  .yy-chapter { grid-template-columns: 1fr; gap: 40px; }
  .yy-chapter.reverse .yy-chapter-text { order: 1; }
  .yy-chapter.reverse .yy-chapter-img { order: 2; }
  .yy-sfresh { grid-template-columns: 1fr; gap: 48px; }
  .yy-sfresh-head { position: static; }
  .yy-craft-grid { grid-template-columns: 1fr; }
}
