/* ============================================================
   일일향 (YilYilHyang) 그누보드 테마 CSS
   팔레트: Red #DE443A · Off White #E7E7E9 · Grey #575757 · Dark #2C2F36
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');
@font-face { font-family: 'MaruBuri'; src: url('https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'MaruBuri'; src: url('https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2') format('woff2'); font-weight: 600; font-display: swap; }

:root {
  --yy-red: #DE443A;
  --yy-red-deep: #B93027;
  --yy-dark: #2C2F36;
  --yy-dark-soft: #3A3E47;
  --yy-dark-deeper: #1D2027;
  --yy-grey: #575757;
  --yy-off-white: #E7E7E9;
  --yy-off-white-warm: #F2F2F3;
  --yy-n-500: #7D7F84;
  --yy-n-400: #A6A8AC;
  --yy-n-200: #DEDFE1;
  --yy-n-100: #EDEDEF;
  --yy-white: #FFFFFF;
  --yy-serif: 'MaruBuri', 'Noto Serif KR', serif;
  --yy-sans: 'Noto Sans KR', system-ui, sans-serif;
  --yy-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --yy-section-py: 240px;
  --yy-container: 1280px;
  --yy-pad: 32px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: var(--yy-sans); font-size: 16px; line-height: 1.75; color: var(--yy-dark); background: var(--yy-white); -webkit-font-smoothing: antialiased; word-break: keep-all; overflow-wrap: break-word; }
/* 그누보드 default.css `p { word-break: break-all }` 덮어쓰기 — 한국어 어절 단위 줄바꿈 */
p, li, dd, dt, td, th, label, span, a, button, h1, h2, h3, h4, h5, h6 {
  word-break: keep-all;
  overflow-wrap: break-word;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--yy-serif); font-weight: 600; letter-spacing: 0.01em; margin: 0; line-height: 1.36; text-wrap: balance; }

/* ── 그누보드 공통 (접근성·웹에디터) ── */
.sound_only, .msg_sound_only {
  display: inline-block !important;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0);
}
.cke_sc { margin: 0 0 8px; text-align: right; }
.btn_cke_sc {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  height: 28px;
  border: 1px solid var(--yy-n-200);
  background: var(--yy-off-white-warm);
  color: var(--yy-dark);
  font-family: var(--yy-sans);
  font-size: 13px;
  border-radius: 2px;
  cursor: pointer;
}
.cke_sc_def { margin: 0 0 8px; padding: 12px; border: 1px solid var(--yy-n-200); background: var(--yy-off-white-warm); text-align: center; font-size: 13px; }

.yy-inner { max-width: var(--yy-container); margin: 0 auto; padding: 0 var(--yy-pad); }
.yy-center { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.yy-note { font-size: 13px; color: var(--yy-n-400); margin: 0; }

/* ── 공통 요소 ── */
.yy-kicker { font-size: 13px; font-weight: 500; letter-spacing: 0.32em; text-transform: uppercase; color: var(--yy-red); padding-left: 0.32em; }
.yy-hyang-mark { font-family: var(--yy-serif); font-size: 34px; color: var(--yy-red); line-height: 1; }
.yy-sec-intro { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 22px; max-width: 640px; margin: 0 auto 88px; }
.yy-sec-intro h2 { font-size: clamp(28px, 3.6vw, 44px); color: var(--yy-dark); }
.yy-sec-intro p { font-size: 17px; font-weight: 300; line-height: 2; color: var(--yy-grey); margin: 0; }
.yy-sec-intro p.yy-note { font-size: 13px; line-height: 1.7; color: var(--yy-n-400); }

.yy-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 28px; font-family: var(--yy-sans); font-size: 16px; font-weight: 500; letter-spacing: 0.02em; line-height: 1.1; border-radius: 2px; cursor: pointer; transition: all 240ms var(--yy-ease); border: 1px solid transparent; }
.yy-btn-lg { padding: 18px 38px; }
.yy-btn-red { background: var(--yy-red); color: #fff; border-color: var(--yy-red); }
.yy-btn-red:hover { background: var(--yy-red-deep); }
.yy-btn.yy-btn-outline { background: transparent; color: var(--yy-red); border-color: var(--yy-red); }
.yy-btn.yy-btn-outline:hover { background: var(--yy-red); color: #fff; }
.yy-btn.yy-btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.yy-btn.yy-btn-ghost:hover { background: rgba(255,255,255,0.1); }

.yy-badge { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; padding: 3px 7px; background: var(--yy-red); color: #fff; border-radius: 2px; }
.yy-status { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 500; }
.yy-status::before { content: ''; width: 7px; height: 7px; border-radius: 999px; background: currentColor; }
.yy-status.open { color: #2FA36B; }
.yy-status.break { color: #E0A93B; }
.yy-status.closed { color: var(--yy-n-500); }

/* ── GNB ── */
.yy-gnb { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background 320ms var(--yy-ease), border-color 320ms var(--yy-ease), box-shadow 320ms var(--yy-ease), backdrop-filter 320ms var(--yy-ease), -webkit-backdrop-filter 320ms var(--yy-ease); border-bottom: 1px solid transparent; }
.yy-gnb.is-solid, .yy-gnb.is-scrolled {
  background: linear-gradient(135deg, rgba(58,62,71,0.42) 0%, rgba(29,32,39,0.58) 48%, rgba(22,23,27,0.72) 100%);
  border-bottom-color: rgba(255,255,255,0.10);
  -webkit-backdrop-filter: saturate(180%) blur(22px) brightness(0.88);
  backdrop-filter: saturate(180%) blur(22px) brightness(0.88);
  box-shadow: 0 10px 36px rgba(0,0,0,0.28);
}
.yy-gnb-inner { max-width: var(--yy-container); margin: 0 auto; padding: 0 var(--yy-pad); height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.yy-gnb-logo { display: flex; align-items: center; filter: drop-shadow(0 2px 12px rgba(0,0,0,0.55)); }
.yy-gnb-nav { display: flex; gap: 40px; align-items: center; }
.yy-gnb-nav > a, .yy-gnb-drop > a { font-size: 15px; font-weight: 500; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,0.45); transition: color 160ms; white-space: nowrap; }
.yy-gnb-nav > a:hover, .yy-gnb-drop > a:hover { color: var(--yy-red); }
.yy-gnb-drop { position: relative; }
.yy-gnb-drop-menu {
  position: absolute; top: calc(100% + 18px); left: 50%; transform: translateX(-50%) translateY(-8px); opacity: 0; pointer-events: none;
  background: rgba(29,32,39,0.62);
  -webkit-backdrop-filter: saturate(180%) blur(18px) brightness(0.9);
  backdrop-filter: saturate(180%) blur(18px) brightness(0.9);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px; min-width: 160px; padding: 10px 0;
  box-shadow: 0 16px 40px rgba(0,0,0,0.42);
  transition: opacity 200ms var(--yy-ease), transform 200ms var(--yy-ease);
}
.yy-gnb-drop-menu::before { content: ''; position: absolute; top: -18px; left: 0; right: 0; height: 18px; }
.yy-gnb-drop:hover .yy-gnb-drop-menu { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.yy-gnb-drop-menu a { display: block; padding: 10px 22px; font-size: 14px; color: var(--yy-off-white); transition: all 160ms; }
.yy-gnb-drop-menu a:hover { color: var(--yy-red); background: rgba(255,255,255,0.06); }
.yy-gnb-social { display: flex; align-items: center; gap: 10px; }
.yy-gnb-social a, .yy-gnb-burger { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; color: #fff; font-size: 20px; border-radius: 999px; transition: all 160ms; text-shadow: 0 1px 8px rgba(0,0,0,0.45); border: 0; background: transparent; cursor: pointer; }
.yy-gnb-social a:hover { color: var(--yy-red); background: rgba(255,255,255,0.06); }
.yy-gnb-burger { display: none; }
.yy-gnb-mobile {
  display: none; flex-direction: column;
  background: linear-gradient(135deg, rgba(58,62,71,0.42) 0%, rgba(29,32,39,0.58) 48%, rgba(22,23,27,0.72) 100%);
  -webkit-backdrop-filter: saturate(180%) blur(22px) brightness(0.88);
  backdrop-filter: saturate(180%) blur(22px) brightness(0.88);
  border-top: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 10px 36px rgba(0,0,0,0.28);
}
.yy-gnb-mobile a { padding: 16px 24px; font-size: 15px; color: var(--yy-off-white); border-bottom: 1px solid rgba(231,231,233,0.06); }
.yy-gnb-mobile a:hover, .yy-gnb-mobile a:active { color: var(--yy-red); background: rgba(255,255,255,0.06); }
.yy-gnb-mobile.is-open { display: flex; }
/* 메뉴 오픈 시 투명 GNB도 동일 글라스 적용 */
.yy-gnb.is-menu-open {
  background: linear-gradient(135deg, rgba(58,62,71,0.42) 0%, rgba(29,32,39,0.58) 48%, rgba(22,23,27,0.72) 100%);
  border-bottom-color: rgba(255,255,255,0.10);
  -webkit-backdrop-filter: saturate(180%) blur(22px) brightness(0.88);
  backdrop-filter: saturate(180%) blur(22px) brightness(0.88);
  box-shadow: 0 10px 36px rgba(0,0,0,0.28);
}
.yy-sub-spacer { height: 76px; background: var(--yy-dark-deeper); }

/* ── HERO ── */
.yy-hero { position: relative; min-height: 100vh; background: var(--yy-dark); overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: clamp(64px, 10vh, 120px) 0 clamp(56px, 8vh, 96px); }
.yy-hero-bg { position: absolute; inset: 0; background: radial-gradient(130% 110% at 50% 18%, #3A3E47 0%, #2C2F36 52%, #16171b 100%); overflow: hidden; }
.yy-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-hero-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-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; }
@keyframes yyHeroReveal {
  0%, 79% { opacity: 1; }
  100% { opacity: 0; visibility: hidden; }
}
@keyframes yyHeroZoom {
  from { transform: scale(1); }
  to { transform: scale(1.085); }
}
.yy-hero-mask { position: absolute; inset: 0; background-color: var(--yy-dark); background-image: linear-gradient(180deg, rgba(18,20,25,0.58), rgba(18,20,25,0.76)), var(--yy-hero-poster); background-size: cover; background-position: center; background-repeat: no-repeat; transform-origin: center; pointer-events: none; animation: yyHeroReveal 5.8s var(--yy-ease) forwards, yyHeroZoom 5.8s linear forwards; }
.yy-hero-content { position: relative; flex: 1 1 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: clamp(22px, 3.4vh, 40px); padding: 0 var(--yy-pad); max-width: 860px; }
.yy-hero-kicker { font-size: 13px; font-weight: 500; letter-spacing: 0.42em; text-transform: uppercase; color: var(--yy-red); padding-left: 0.42em; }
.yy-hero-line { width: 1px; height: clamp(24px, 4vh, 40px); background: linear-gradient(180deg, var(--yy-red), transparent); }
.yy-hero-logo { display: block; width: min(72vw, 440px); height: auto; margin: 0; }
.yy-hero-content h1 { font-size: clamp(22px, 2.6vw, 34px); font-weight: 500; line-height: 1.45; color: #fff; letter-spacing: 0.04em; }
.yy-hero-content p { font-size: clamp(15px, 1.4vw, 18px); font-weight: 300; line-height: 1.95; color: rgba(231,231,233,0.86); margin: 0; max-width: 560px; letter-spacing: 0.02em; }
.yy-hero-cta { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-top: 4px; }
.yy-hero-scroll { position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-top: 32px; }
.yy-hero-scroll span { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(231,231,233,0.6); }
.yy-hero-scroll i { width: 1px; height: 38px; background: linear-gradient(180deg, rgba(231,231,233,0.7), transparent); }

/* ── 신선함 ── */
.yy-fresh { background: var(--yy-white); padding: var(--yy-section-py) 0 144px; }
.yy-fresh-stagger { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; align-items: start; padding-bottom: 48px; }
.rv { opacity: 0; transform: translateY(56px); transition: opacity 0.9s var(--yy-ease), transform 0.9s var(--yy-ease); }
.rv.rv-from-right { transform: translateX(56px); }
.rv.rv-in { opacity: 1; transform: translateY(0) translateX(0); }
.yy-fresh-card { margin: 0; display: flex; flex-direction: column; gap: 26px; }
.yy-fresh-photo { position: relative; aspect-ratio: 3 / 4; border-radius: 4px; overflow: hidden; background-color: var(--yy-dark-deeper); background-size: cover; background-position: center; background-repeat: no-repeat; box-shadow: 0 18px 50px rgba(29,32,39,0.18); }
.yy-fresh-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(29,32,39,0.18) 0%, rgba(29,32,39,0.08) 45%, rgba(29,32,39,0.32) 100%); pointer-events: none; }
.yy-fresh-photo .ph-num { position: absolute; top: 22px; left: 24px; z-index: 1; font-family: var(--yy-serif); font-size: 24px; font-weight: 500; color: rgba(231,231,233,0.7); }
.yy-fresh-photo .ph-cap { position: absolute; bottom: 20px; z-index: 1; white-space: nowrap; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(231,231,233,0.55); }
.yy-fresh-card figcaption { display: flex; flex-direction: column; gap: 14px; }
.yy-fresh-card .rule { width: 38px; height: 1px; background: var(--yy-red); }
.yy-fresh-card h3 { font-size: 25px; color: var(--yy-dark); }
.yy-fresh-card figcaption p { font-size: 15px; font-weight: 300; line-height: 1.85; color: var(--yy-grey); margin: 0; }

/* ── 컨셉 ── */
.yy-concept-visual {
  position: relative;
  height: 40vh;
  min-height: 320px;
  max-height: 520px;
  overflow: hidden;
  clip-path: inset(0);
}
.yy-concept-visual-bg {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(0.9) brightness(0.78);
  transform: scale(1.06);
  pointer-events: none;
  z-index: 0;
}
.yy-concept-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29,32,39,0.18) 0%, rgba(29,32,39,0.34) 100%);
  pointer-events: none;
  z-index: 0;
}
.yy-concept { background: var(--yy-dark); padding: var(--yy-section-py) 0; position: relative; overflow: hidden; clip-path: inset(0); }
.yy-concept-bg { position: fixed; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; filter: blur(5px) saturate(0.9) brightness(0.78); opacity: 0.62; transform: scale(1.08); pointer-events: none; z-index: 0; }
.yy-concept::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(29,32,39,0.42) 0%, rgba(29,32,39,0.55) 50%, rgba(29,32,39,0.68) 100%); pointer-events: none; z-index: 0; }
.yy-concept-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.yy-concept-text { display: flex; flex-direction: column; gap: 28px; }
.yy-concept-text h2 { font-size: clamp(30px, 3.8vw, 46px); line-height: 1.4; color: #fff; }
.yy-concept-text 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-concept-text blockquote {
  position: relative;
  margin: 8px 0 0;
  padding-left: 24px;
  border-left: 2px solid transparent;
  font-family: var(--yy-serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
}
.yy-concept-text blockquote.rv-in { border-left-color: var(--yy-red); transition: border-left-color 0.6s var(--yy-ease) 0.15s, opacity 0.9s var(--yy-ease), transform 0.9s var(--yy-ease); }
.yy-kicker.red { color: var(--yy-red); }

.yy-slider { display: flex; flex-direction: column; gap: 18px; }
.yy-slider-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(231,231,233,0.12);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.28);
}
.yy-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.1s var(--yy-ease);
  background-color: var(--yy-dark-deeper);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform, opacity;
}
.yy-slide.is-on {
  opacity: 1;
  z-index: 1;
  animation: yyConceptKen 4.6s linear forwards;
}
@keyframes yyConceptKen {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}
.yy-slide-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.5) 100%);
  transition: opacity 320ms var(--yy-ease), transform 320ms var(--yy-ease);
}
.yy-slide-caption.is-swap {
  opacity: 0;
  transform: translateY(8px);
}
.yy-slide-caption span:first-child { font-size: 13px; color: var(--yy-off-white); letter-spacing: 0.04em; }
.yy-slide-caption span:last-child { font-size: 11px; font-weight: 500; letter-spacing: 0.18em; color: rgba(231,231,233,0.7); }
.yy-slider-bars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.yy-slider-bars .bar { position: relative; height: 2px; padding: 8px 0; border: 0; background: transparent; cursor: pointer; }
.yy-slider-bars .bar::before { content: ''; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); height: 2px; background: rgba(231,231,233,0.2); }
.yy-slider-bars .bar span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: var(--yy-red);
  width: 0;
  transition: width 80ms linear;
}

/* ── 메뉴 마퀴 ── */
.yy-menu { background: var(--yy-white); padding: var(--yy-section-py) 0; }
.yy-marquee { overflow: hidden; width: 100%; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.yy-marquee-track { display: flex; width: max-content; animation: yyRoll 60s linear infinite; }
.yy-marquee:hover .yy-marquee-track { animation-play-state: paused; }
@keyframes yyRoll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.yy-dish { flex: none; width: 340px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 0 12px; margin: 0; }
.yy-dish-plate { position: relative; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle at 38% 32%, #fff 0%, #F2F2F3 62%, #E0E0E2 100%); box-shadow: 0 18px 40px rgba(29,32,39,0.10); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; overflow: hidden; }
.yy-dish-plate img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 480ms var(--yy-ease); }
.yy-dish:hover .yy-dish-plate img { transform: scale(1.06); }
.yy-dish-cat { font-size: 12px; font-weight: 500; letter-spacing: 0.16em; color: var(--yy-red); }
.yy-dish h3 { font-size: 21px; color: var(--yy-dark); line-height: 1.3; }
.yy-dish-en { font-size: 12.5px; font-weight: 300; color: var(--yy-grey); }
.yy-dish-cn { font-family: var(--yy-serif); font-size: 13px; letter-spacing: 0.14em; color: var(--yy-n-400); }
@media (prefers-reduced-motion: reduce) {
  .yy-marquee-track { animation: none; }
  .rv { opacity: 1; transform: none; }
  .yy-slide.is-on { animation: none; transform: none; }
  .yy-slide-caption.is-swap { opacity: 1; transform: none; }
}

/* ── 지점 CTA (latest) ── */
.yy-storecta { background: var(--yy-off-white); padding: var(--yy-section-py) 0; position: relative; overflow: hidden; }
.yy-storecta-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; opacity: 0.14; filter: saturate(0.75) brightness(1.08); pointer-events: none; z-index: 0; }
.yy-storecta::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(242,242,243,0.72) 0%, rgba(242,242,243,0.82) 50%, rgba(242,242,243,0.88) 100%); pointer-events: none; z-index: 0; }
.yy-storecta > .yy-inner { position: relative; z-index: 1; }
/* 지점 슬라이더 */
.yy-store-slider { position: relative; }
.yy-store-slider-count { font-size: 13px; font-weight: 500; letter-spacing: 0.08em; color: var(--yy-n-500); }
.yy-store-slider-count b { color: var(--yy-dark); font-weight: 600; }
.yy-store-slider-stage { display: grid; grid-template-columns: 42px minmax(0, 1fr) 42px; align-items: center; gap: 16px; }
.yy-store-slider-nav {
  width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--yy-n-200); border-radius: 2px; background: var(--yy-white); color: var(--yy-dark);
  cursor: pointer; transition: all 220ms var(--yy-ease);
}
.yy-store-slider-nav:hover:not(:disabled) { border-color: var(--yy-dark); background: var(--yy-dark); color: #fff; }
.yy-store-slider-nav:disabled { opacity: 0.35; cursor: default; }
.yy-store-slider-viewport { overflow: hidden; }
.yy-store-slider-track {
  display: grid;
  grid-template-rows: minmax(0, auto);
  grid-auto-columns: calc((100% - 40px) / 3);
  gap: 20px;
  transition: transform 520ms var(--yy-ease);
  will-change: transform;
  touch-action: pan-y;
}
.yy-store-slide {
  min-width: 0;
  background: var(--yy-white);
  border: 1px solid var(--yy-n-200);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 240ms var(--yy-ease), box-shadow 240ms var(--yy-ease);
}
.yy-store-slide:hover { border-color: rgba(222,68,58,0.35); box-shadow: 0 14px 36px rgba(29,32,39,0.10); }
.yy-store-slide-photo {
  position: relative; aspect-ratio: 3 / 2; background: linear-gradient(160deg, var(--yy-dark-soft) 0%, var(--yy-dark-deeper) 100%);
  overflow: hidden;
}
.yy-store-slide-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 560ms var(--yy-ease);
}
.yy-store-slide:hover .yy-store-slide-photo img { transform: scale(1.04); }
.yy-store-slide-ph {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--yy-serif); font-size: 88px; color: rgba(222,68,58,0.18); line-height: 1;
}
.yy-store-slide-photo .yy-badge { position: absolute; top: 14px; left: 14px; z-index: 1; }
.yy-store-slide-region {
  position: absolute; top: 14px; right: 14px; z-index: 1;
  font-size: 11px; letter-spacing: 0.12em; color: rgba(255,255,255,0.88);
  padding: 4px 8px; background: rgba(29,32,39,0.45); border-radius: 2px;
}
.yy-store-slide-body {
  padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1;
}
.yy-store-slide-name {
  display: flex; align-items: center; gap: 8px; min-width: 0;
}
.yy-store-slide-name .yy-name-logo { display: block; width: auto; height: 1em; flex-shrink: 0; }
.yy-store-slide-name strong {
  font-family: var(--yy-serif); font-size: 19px; font-weight: 600; color: var(--yy-dark);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.yy-store-slide-addr { margin: 0; font-size: 13px; color: var(--yy-grey); line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.yy-store-slide-hours { font-size: 12.5px; color: var(--yy-n-500); }
.yy-store-slide-more {
  margin-top: auto; align-self: flex-start;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 14px; border: 1px solid var(--yy-dark); border-radius: 2px;
  font-size: 13px; font-weight: 500; color: var(--yy-dark); background: transparent;
  transition: all 220ms var(--yy-ease);
}
.yy-store-slide-more:hover { background: var(--yy-dark); color: #fff; }
.yy-store-slider-controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 24px; }
.yy-store-slider-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; min-height: 10px; }
.yy-store-slider-page {
  width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px;
  background: rgba(29,32,39,0.48); cursor: pointer;
  transition: width 220ms var(--yy-ease), background-color 220ms var(--yy-ease);
}
.yy-store-slider-page.is-active { width: 24px; background: var(--yy-red); }
.yy-store-slider-page:focus-visible { outline: 2px solid var(--yy-dark); outline-offset: 3px; }
.yy-empty { padding: 40px; text-align: center; color: var(--yy-n-500); font-size: 14px; }

/* ── 푸터 ── */
.yy-footer { background: var(--yy-dark-deeper); color: var(--yy-off-white); padding: 72px 0 40px; }
.yy-footer-inner { max-width: var(--yy-container); margin: 0 auto; padding: 0 var(--yy-pad); }
.yy-footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}
.yy-footer-logo { width: auto; height: 42px; display: block; }
.yy-footer-tagline {
  margin: 0;
  font-family: var(--yy-serif);
  font-size: 17px;
  color: rgba(231,231,233,0.8);
  line-height: 1.6;
}
.yy-footer-social { display: flex; gap: 10px; justify-content: center; margin-top: 4px; }
.yy-footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border: 1px solid rgba(231,231,233,0.3); border-radius: 999px;
  color: var(--yy-off-white); font-size: 17px; transition: all 160ms;
}
.yy-footer-social a:hover { color: var(--yy-red); border-color: var(--yy-red); }
.yy-footer-info {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(231,231,233,0.55);
  line-height: 1.9;
}
.yy-footer-copy { margin-top: 8px; opacity: 0.7; }

/* ── 게시판/본문 래퍼 (서브 페이지) ── */
#yy-container { min-height: 60vh; }
#yy-container .yy-board-wrap, #bo_list, #bo_v, #bo_w { max-width: var(--yy-container); margin: 0 auto; padding: 64px var(--yy-pad); }

/* ── 반응형 ── */
@media (max-width: 1080px) {
  .yy-gnb-nav { display: none; }
  .yy-gnb-burger { display: inline-flex; }
}
@media (max-width: 900px) {
  :root { --yy-section-py: 132px; }
  .yy-br-pc { display: none; }
  .yy-fresh-stagger { grid-template-columns: 1fr; gap: 56px; padding-bottom: 0; }
  .yy-fresh-card { margin-top: 0 !important; }
  .yy-concept-visual { height: 32vh; min-height: 220px; }
  .yy-concept-grid { grid-template-columns: 1fr; gap: 40px; }
  .yy-concept-text p { font-size: 15px; line-height: 1.9; }
  .yy-store-slider-track { grid-template-rows: minmax(0, auto); grid-auto-columns: calc((100% - 20px) / 2); }
}
@media (max-width: 560px) {
  .yy-store-slider-track { grid-auto-columns: 100%; }
  .yy-store-slider-stage { grid-template-columns: 34px minmax(0, 1fr) 34px; gap: 8px; }
  .yy-store-slider-nav { width: 34px; height: 40px; }
  .yy-store-slider-controls { margin-top: 18px; }
  .yy-store-slider-pagination { display: none; }
  .yy-store-slider-count {
    min-width: 68px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}
