:root{--red:#f3282d;--deep:#1c1210;--cream:#fff6ef;--yellow:#fff000;--white:#fff;--black:#111;--line:#ffd2d2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,'Noto Sans KR',sans-serif;color:var(--deep);background:#fff}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:30;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid #f0d9d9}.brand{display:flex;align-items:center;gap:12px;font-weight:1000;color:var(--red)}.brand img{width:46px;height:46px;border-radius:50%;object-fit:cover}.site-header nav{display:flex;gap:24px;font-weight:900;font-size:14px}.site-header nav a:hover{color:var(--red)}.hero{position:relative;min-height:760px;overflow:hidden;background:var(--red);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px;padding:110px 6vw 90px;color:#fff}.hero-bg{position:absolute;inset:0;background:url('../img/world-map.jpeg') center/cover no-repeat;opacity:.12;filter:contrast(1.3)}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(243,40,45,.98),rgba(243,40,45,.88),rgba(243,40,45,.7))}.hero-copy,.hero-food{position:relative;z-index:2}.eyebrow,.section-title p,.map-copy p{font-weight:1000;letter-spacing:.13em;color:var(--yellow)}.hero h1{font-size:clamp(54px,8vw,126px);line-height:.92;margin:20px 0;font-weight:1000;letter-spacing:-.08em}.hero h1 strong{color:var(--yellow)}.hero-copy>p:last-of-type{font-size:21px;line-height:1.75;max-width:650px;font-weight:700}.btn{display:inline-flex;padding:16px 24px;border-radius:999px;font-weight:1000;margin-right:10px}.primary{background:#fff;color:var(--red)}.light{border:2px solid #fff;color:#fff}.hero-food{min-height:520px}.main-burger{position:absolute;right:7vw;bottom:15px;width:min(44vw,600px);border-radius:36px;box-shadow:0 30px 60px rgba(0,0,0,.3);transform:rotate(-2deg)}.hero-char{position:absolute;filter:drop-shadow(0 18px 24px rgba(0,0,0,.22));background:#fff;border-radius:24px;padding:10px}.c1{right:0;top:0;width:min(22vw,250px);transform:rotate(4deg)}.c2{left:0;bottom:70px;width:min(24vw,280px);transform:rotate(-5deg)}.section{padding:105px 6vw}.section-title h2,.map-copy h2,.franchise h2{font-size:clamp(36px,5vw,72px);line-height:1.05;margin:10px 0 24px;letter-spacing:-.055em}.section-title span{display:block;font-size:18px;font-weight:800;opacity:.9}.center{text-align:center}.story{background:var(--cream)}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:3px solid #111;border-radius:28px;padding:34px;box-shadow:8px 8px 0 #111}.card.red{background:var(--red);color:#fff}.card h3{font-size:30px;margin:0 0 15px}.card p{line-height:1.7;font-size:17px}.world{background:#fff}.characters{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.character-card{background:#fff;border:3px solid var(--red);border-radius:34px;padding:24px;text-align:center;box-shadow:0 12px 0 #ffe0e0}.character-card img{width:100%;height:240px;object-fit:contain}.character-card h3{font-size:34px;margin:10px 0;color:var(--red)}.character-card b{display:block;margin-bottom:10px}.character-card p{line-height:1.6}.map-section{background:#111;color:#fff;display:grid;grid-template-columns:.72fr 1.28fr;align-items:center;gap:30px;padding:80px 6vw}.map-section img{width:100%;border-radius:28px;background:#fff}.menu{background:var(--red);color:#fff}.burger-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.burger-card{background:#fff;color:#151515;border-radius:32px;overflow:hidden;box-shadow:0 20px 42px rgba(0,0,0,.22);border:4px solid #fff}.burger-img{height:250px;background:#fff7f0;display:grid;place-items:center;overflow:hidden}.burger-img img{width:100%;height:100%;object-fit:cover;transition:.25s}.burger-card:hover .burger-img img{transform:scale(1.06)}.burger-copy{padding:24px}.burger-copy em{font-style:normal;color:var(--red);font-weight:1000;letter-spacing:-.03em}.burger-copy h3{font-size:30px;line-height:1.1;margin:10px 0}.burger-copy h3 small{display:block;font-size:17px;color:#666;margin-top:4px}.burger-copy p{line-height:1.65;font-weight:700}.menu-board-links{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:34px}.menu-board-links a{background:#fff;color:var(--red);padding:16px 22px;border-radius:999px;font-weight:1000}.side-menu-section{background:#fff;color:#151515}.side-menu-section .section-title p{color:var(--red)}.side-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px}.side-card{background:var(--cream);border:3px solid var(--red);border-radius:30px;overflow:hidden;box-shadow:8px 8px 0 #ffd9d9}.side-card img{width:100%;height:260px;object-fit:cover}.side-card h3{font-size:34px;color:var(--red);margin:20px 22px 8px}.side-card p{margin:0 22px 24px;line-height:1.65;font-weight:800}.stores{background:var(--cream)}.store-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.store-list article{border:3px solid #111;border-radius:28px;padding:28px;background:#fff}.store-list strong{font-size:32px;color:var(--red)}.store-list span{display:block;margin:10px 0 18px;line-height:1.6;font-weight:800}.store-list a{display:inline-block;background:var(--red);color:#fff;padding:12px 20px;border-radius:999px;font-weight:900}.franchise{background:#18110f;color:#fff;display:grid;grid-template-columns:1fr 480px;gap:50px;align-items:start}.contact-form{background:#fff;padding:28px;border-radius:28px;display:grid;gap:12px}.contact-form input,.contact-form textarea{width:100%;border:2px solid #eee;border-radius:16px;padding:16px;font-size:16px}.contact-form textarea{min-height:130px}.contact-form button{background:var(--red);color:#fff;border:0;border-radius:18px;padding:17px;font-weight:1000;font-size:18px}footer{padding:50px 6vw;background:var(--red);color:#fff;text-align:center}footer strong{font-size:28px}@media(max-width:980px){.site-header{height:auto;padding:14px 20px;align-items:flex-start}.site-header nav{flex-wrap:wrap;gap:12px;font-size:13px}.hero{grid-template-columns:1fr;min-height:auto;padding:80px 24px}.hero-food{min-height:430px}.main-burger{right:0;bottom:0;width:90%;max-width:560px}.c1{right:0;width:170px}.c2{left:0;width:190px}.story-grid,.characters,.burger-grid,.side-grid,.store-list,.map-section,.franchise{grid-template-columns:1fr}.character-card img{height:220px}.burger-img,.side-card img{height:230px}}


/* === Bur, Moons Burger menu visual patch === */
.hero.hero-burger-only{
  display:grid;
  grid-template-columns: 1fr 1fr;
  align-items:center;
  gap:40px;
  min-height:640px;
  padding:120px 7vw 80px;
}
.hero.hero-burger-only .hero-food{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
}
.hero.hero-burger-only .main-burger{
  width:min(620px, 92%);
  max-height:520px;
  object-fit:contain;
  filter: drop-shadow(0 28px 35px rgba(0,0,0,.28));
  background:transparent;
  border-radius:0;
  transform:none;
}
.hero-char{display:none!important;}

.burger-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:24px;
}
.burger-card{
  background:#fff;
  border:3px solid #fff;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 18px 35px rgba(0,0,0,.14);
}
.burger-img{
  height:270px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.burger-img img{
  width:100%;
  height:100%;
  object-fit:contain!important;
  display:block;
}
.burger-copy{
  padding:22px 24px 26px;
}
.burger-copy em{
  color:#ed1c24;
  font-style:normal;
  font-weight:900;
}
.burger-copy h3{
  margin:8px 0 10px;
  font-size:28px;
}
.burger-copy small{
  display:block;
  font-size:14px;
  opacity:.65;
  margin-top:3px;
}
.burger-copy p{
  line-height:1.65;
}

.side-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:18px;
}
.side-card{
  background:#fff;
  border:2px solid #ed1c24;
  border-radius:24px;
  padding:26px 22px;
  box-shadow:0 12px 24px rgba(237,28,36,.1);
}
.side-card h3{
  color:#ed1c24;
  font-size:28px;
  margin:0 0 12px;
}
.side-card b{
  display:block;
  font-size:15px;
  line-height:1.55;
  margin-bottom:16px;
}
.side-card p{
  line-height:1.65;
}

@media (max-width: 980px){
  .hero.hero-burger-only{grid-template-columns:1fr; text-align:center;}
  .burger-grid{grid-template-columns:repeat(2, minmax(0,1fr));}
  .side-grid{grid-template-columns:repeat(2, minmax(0,1fr));}
}
@media (max-width: 640px){
  .burger-grid,.side-grid{grid-template-columns:1fr;}
  .burger-img{height:230px;}
}
/* =========================
   ¹ö¹®½º ´ëÇ¥¹ö°Å Ä«µå °³¼±
========================= */

.burger-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:16px;
}

.burger-card{
    overflow:hidden;
    border-radius:20px;
    background:#fff;
}

.burger-img{
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f7f7f7;
    padding:10px;
}

.burger-img img{
    width:68%;
    max-height:160px;
    object-fit:contain;
    transition:all .3s ease;
}

.burger-card:hover .burger-img img{
    transform:scale(1.05);
}

.burger-copy{
    padding:20px;
}

.burger-copy h3{
    font-size:28px;
    margin:8px 0;
}

.burger-copy p{
    font-size:14px;
    line-height:1.6;
    color:#444;
}


/* =========================
   »çÀÌµå ¸Þ´º °³¼±
========================= */

.side-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.side-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.side-card:hover{
    transform:translateY(-5px);
}

.side-card img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.side-card h3{
    padding:15px 20px 0;
    font-size:24px;
}

.side-card p{
    padding:0 20px 20px;
    color:#555;
    line-height:1.6;
}



/* =========================================================
   Bur, Moons Burger compact menu patch
   - ¹ö°Å Ä«µå ÀÚÃ¼¸¦ ÀÛ°Ô
   - »çÁøµµ Àû´çÈ÷
   - »çÀÌµå¸Þ´º PC 5°³ ÇÑ ÁÙ
   ±âÁ¸ style.css ¸Ç ¾Æ·¡¿¡ ºÙ¿©³ÖÀ¸¼¼¿ä.
========================================================= */

/* ´ëÇ¥¹ö°Å ¼½¼Ç ¿©¹é Ãà¼Ò */
#menu.section.menu{
  padding-top:72px;
  padding-bottom:72px;
}

#menu .section-title{
  margin-bottom:30px;
}

#menu .section-title h2{
  font-size:clamp(34px,4vw,54px);
  line-height:1.05;
}

/* ¹ö°Å Ä«µå: Ä­ ÀÚÃ¼ Ãà¼Ò */
.burger-grid{
  max-width:1080px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.burger-card{
  min-height:auto !important;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}

/* »çÁø ¿µ¿ªµµ ³·°Ô */
.burger-img{
  height:142px !important;
  padding:10px 12px 4px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
}

.burger-img img{
  width:auto !important;
  max-width:82% !important;
  height:auto !important;
  max-height:128px !important;
  object-fit:contain !important;
  display:block;
}

.burger-copy{
  padding:14px 18px 18px !important;
}

.burger-copy em{
  display:block;
  font-size:12px !important;
  line-height:1.3;
  color:#ef2b2f;
  font-style:normal;
  font-weight:800;
  margin-bottom:6px;
}

.burger-copy h3{
  font-size:24px !important;
  line-height:1.05;
  margin:0 0 5px !important;
  letter-spacing:-.04em;
}

.burger-copy h3 small{
  display:block;
  font-size:12px !important;
  color:#777;
  margin-top:3px;
  letter-spacing:0;
}

.burger-copy p{
  font-size:13px !important;
  line-height:1.55 !important;
  margin:8px 0 0 !important;
  color:#222;
}

/* »çÀÌµå¸Þ´º: PC¿¡¼­ 5°³ ÇÑ ÁÙ */
#side.section.side-menu-section{
  padding-top:72px;
  padding-bottom:72px;
}

#side .section-title{
  margin-bottom:30px;
}

.side-grid{
  max-width:1080px;
  margin:0 auto;
  display:grid !important;
  grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
  gap:14px !important;
  align-items:stretch;
}

.side-card{
  min-height:190px;
  border:2px solid #ef2b2f;
  border-radius:16px;
  background:#fff;
  padding:20px 16px !important;
  box-shadow:0 8px 20px rgba(0,0,0,.06);
  overflow:hidden;
}

.side-card img{
  display:none !important;
}

.side-card h3{
  font-size:22px !important;
  line-height:1.05;
  margin:0 0 14px !important;
  padding:0 !important;
  color:#ef2b2f;
  letter-spacing:-.03em;
}

.side-card p{
  padding:0 !important;
  margin:0 !important;
  font-size:12.5px !important;
  line-height:1.65 !important;
  color:#111;
  word-break:keep-all;
}

/* ÀüÃ¼ ¸Þ´ºÆÇ ¸µÅ© */
.menu-board-links{
  margin-top:26px !important;
  text-align:center;
}

.menu-board-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 22px;
  border-radius:999px;
  background:#ef2b2f;
  color:#fff !important;
  font-weight:800;
  text-decoration:none;
}

/* ÅÂºí¸´ */
@media (max-width: 980px){
  .burger-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    max-width:720px;
  }
  .side-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    max-width:720px;
  }
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 640px){
  #menu.section.menu,
  #side.section.side-menu-section{
    padding-top:54px;
    padding-bottom:54px;
  }

  .burger-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .burger-card{
    display:grid;
    grid-template-columns:120px 1fr;
    min-height:150px;
  }

  .burger-img{
    height:100% !important;
    padding:10px !important;
  }

  .burger-img img{
    max-width:110px !important;
    max-height:110px !important;
  }

  .burger-copy{
    padding:16px 16px 16px 6px !important;
  }

  .burger-copy h3{
    font-size:21px !important;
  }

  .burger-copy p{
    font-size:12.5px !important;
  }

  .side-grid{
    grid-template-columns:1fr !important;
  }

  .side-card{
    min-height:auto;
  }
}

