
:root{
  --bg:#FAF9F6;
  --panel:#ffffff;
  --fg:#273036;
  --muted:#6B7A85;
  --line:#e7e7e7;
  --brand:#2F5132;
  --accent:#C6D9B1;
  --header:#f8efca;
}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;background:var(--bg);color:var(--fg);font:16px/1.7 Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,'Noto Sans KR',Apple SD Gothic Neo,'맑은 고딕',sans-serif}
a{color:var(--fg);text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1100px,92%);margin:0 auto}
.header{position:sticky;top:0;z-index:50;background:var(--header);border-bottom:1px solid var(--line)}
.header .bar{display:flex;align-items:center;justify-content:space-between;padding:12px 0}
.left-nav,.right-nav{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.nav-link,.action-link,.btn{padding:9px 12px;border-radius:10px;border:1px solid transparent;font-weight:700}
.nav-link:hover{background:var(--accent)}
.action-link:hover{background:#FCEEC0}
.btn{background:var(--brand);color:#fff;border:1px solid #0002;padding:10px 12px;border-radius:12px;box-shadow:0 10px 28px rgba(47,81,50,.25)}
.main-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;padding:40px 0}
@media (max-width:980px){.main-grid{grid-template-columns:1fr}}
h1{font:700 clamp(30px,6vw,56px)/1.12 'Playfair Display',serif;margin:.1em 0}
h2{font:700 clamp(22px,3.6vw,32px)/1.2 'Playfair Display',serif;margin:0 0 .4em}
.sub{color:var(--muted)}
.rule{height:1px;background:var(--line);margin:28px 0}
.card{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:0 10px 26px rgba(0,0,0,.06)}
.grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.badge{display:inline-block;padding:4px 10px;border-radius:999px;border:1px solid #d6e4cf;background:var(--accent);color:var(--brand);font-size:13px;font-weight:700}
footer{border-top:1px solid var(--line);padding:40px 0;text-align:center;color:var(--muted)}
.anchor{scroll-margin-top:90px}
figure{margin:0}
figcaption{font-size:13px;color:var(--muted);margin-top:8px}
.hero-img{border-radius:18px;border:1px solid var(--line)}
.kicker{letter-spacing:.06em;color:var(--brand);font-weight:800;text-transform:uppercase;font-size:.9rem}

/* Highlighted Online Order card style (from v23f) */
.order-card{
  background:#E6C64A; /* dark warm yellow */
  color:#111;
  border-color:#d7b73d;
}
.order-card .btn{
  background:#111;
  color:#fff;
  box-shadow:none;
  border-color:#000;
}


/* ===== Header visual updates ===== */
.header{
  position: sticky; top:0; z-index:60;
  background: rgba(248, 239, 202, 0.82); /* warm yellow with opacity */
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
  border-bottom: 1px solid var(--line);
  transition: padding .22s ease, background-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.header .bar{ padding: 16px 0; transition: inherit; }
.header:hover{ box-shadow: 0 10px 26px rgba(0,0,0,.08); }

.nav-link,.action-link,.btn{
  position: relative;
  transition: color .18s ease, background-color .18s ease, transform .18s ease, border-color .18s ease;
}
.nav-link:hover,.action-link:hover{ background: rgba(255,255,255,.55); border-color: #ffffff88; transform: translateY(-1px); }
.btn:hover{ transform: translateY(-1px); box-shadow: 0 12px 30px rgba(47,81,50,.28); }

/* Shrink on scroll */
.header.shrink .bar{ padding: 8px 0; }
.header.shrink{ background: rgba(248,239,202,0.92); box-shadow: 0 8px 24px rgba(0,0,0,.08); }


/* === Header scale + hide/show interactions === */
.header{ will-change: transform, background-color, box-shadow; }
.header.hide{ transform: translateY(-110%); }
.header .bar{ transition: transform .22s ease, padding .22s ease; transform-origin: top center; }
.header.shrink .bar{ transform: scale(0.97); }
/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .header, .header .bar{ transition: none !important; }
}


/* .badge-new {
  background: #E86A5A;   /* 따뜻한 레드 (마움 톤과 잘 어울림)
  color: #fff;
  border-color: #E86A5A;
  letter-spacing: .04em;
} */
