:root {
  --ink: #35261f;
  --muted: #78665d;
  --paper: #fff7f0;
  --surface: #ffffff;
  --cream: #fff0c8;
  --butter: #f4bd45;
  --berry: #d95775;
  --cocoa: #6a4435;
  --mint: #5f9c86;
  --line: rgba(53, 38, 31, .14);
  --shadow: 0 24px 70px rgba(92, 58, 42, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}
a { color: inherit; }
h1, h2, h3, p, strong, dd { overflow-wrap: anywhere; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(255, 247, 240, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
}
.site-header.is-elevated { border-color: var(--line); }
.brand, .nav, .hero-actions, .trust-list, .visit-actions {
  display: flex;
  align-items: center;
}
.brand {
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
}
.nav { gap: 18px; font-size: 14px; color: var(--muted); }
.nav a, .header-cta { text-decoration: none; }
.header-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  align-items: center;
  gap: clamp(34px, 6vw, 88px);
  padding: clamp(46px, 8vw, 106px) clamp(18px, 5vw, 64px) 72px;
  overflow: hidden;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--berry);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(42px, 6.5vw, 92px);
  line-height: 1.02;
  letter-spacing: 0;
}
.hero-lead {
  max-width: 680px;
  margin: 24px 0 0;
  font-size: clamp(19px, 2.35vw, 30px);
  line-height: 1.42;
  font-weight: 800;
  color: #4d3a32;
}
.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
}
.btn.primary { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn.secondary { background: #fff; }
.trust-list {
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}
.trust-list li {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(217, 87, 117, .1);
  color: #9e3150;
  font-size: 14px;
  font-weight: 900;
}

.hero-visual {
  position: relative;
  min-height: 540px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.95) 0 10%, transparent 11%),
    linear-gradient(145deg, #ffe6e9, #fff2cf 48%, #dcefe4);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-visual img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(78%, 470px);
  height: auto;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 30px 34px rgba(69, 43, 32, .18));
}
.note-card {
  position: absolute;
  z-index: 2;
  width: 210px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 42px rgba(53, 38, 31, .12);
}
.note-card.top { left: 8%; top: 9%; }
.note-card.bottom { right: 8%; bottom: 9%; }
.note-card span {
  color: var(--berry);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.note-card strong {
  display: block;
  margin-top: 3px;
  font-size: 18px;
}

.section { padding: 76px clamp(18px, 5vw, 64px); }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}
.section-head h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.1;
}
.section-head.compact { display: block; max-width: 820px; }

.intro { background: #fff; }
.intro-grid, .menu-grid, .steps, .review-grid, .link-grid {
  display: grid;
  gap: 16px;
}
.intro-grid { grid-template-columns: repeat(3, 1fr); }
.intro-grid article,
.menu-card,
.steps article,
.review-grid article,
.visit-panel,
.map-card,
details,
.link-grid a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.intro-grid article {
  min-height: 220px;
  padding: 24px;
}
.intro-grid span,
.link-grid span,
.photo-grid span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}
.intro-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.25;
}
.intro-grid p,
.menu-card p,
.steps p,
.review-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.menu-grid { grid-template-columns: repeat(3, 1fr); }
.menu-card { padding: 22px; }
.menu-card h3 {
  margin: 18px 0 0;
  font-size: 24px;
}
.menu-card small {
  display: block;
  margin-top: 18px;
  color: #9e3150;
  font-weight: 900;
}
.menu-visual {
  position: relative;
  height: 180px;
  border-radius: 8px;
  background: #fff3d4;
  overflow: hidden;
}
.menu-visual::before,
.menu-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.cake-one::before {
  bottom: 32px;
  width: 142px;
  height: 92px;
  border-radius: 18px 18px 34px 34px;
  background:
    radial-gradient(circle at 28% 18%, #d95775 0 8px, transparent 9px),
    radial-gradient(circle at 62% 16%, #f4bd45 0 9px, transparent 10px),
    linear-gradient(#fff 0 54%, #ffe0e7 55%);
  box-shadow: 0 14px 24px rgba(92, 58, 42, .16);
}
.cake-one::after {
  bottom: 66px;
  width: 90px;
  height: 15px;
  border-radius: 999px;
  background: var(--berry);
}
.plate::before {
  bottom: 42px;
  width: 190px;
  height: 88px;
  border-radius: 22px;
  background: linear-gradient(#fff 0 35%, #ffe6e9 36% 100%);
  box-shadow: 0 14px 24px rgba(92, 58, 42, .16);
}
.plate::after {
  bottom: 76px;
  width: 128px;
  height: 12px;
  border-radius: 999px;
  background: var(--cocoa);
}
.design::before {
  bottom: 30px;
  width: 150px;
  height: 112px;
  border-radius: 24px 24px 38px 38px;
  background:
    radial-gradient(circle at 28% 24%, #d95775 0 11px, transparent 12px),
    radial-gradient(circle at 70% 28%, #5f9c86 0 9px, transparent 10px),
    linear-gradient(#fffdf7 0 45%, #f5c7d1 46%);
  box-shadow: 0 14px 24px rgba(92, 58, 42, .16);
}
.design::after {
  bottom: 114px;
  width: 74px;
  height: 28px;
  border-radius: 60px 60px 12px 12px;
  background: var(--butter);
}

.order { background: #fffdf8; }
.steps { grid-template-columns: repeat(4, 1fr); }
.steps article {
  min-height: 240px;
  padding: 22px;
}
.steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}
.steps h3 { margin: 18px 0 0; font-size: 22px; }
.order-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(217, 87, 117, .28);
  border-radius: 8px;
  background: #ffecef;
}
.order-cta strong { font-size: 22px; }
.order-cta p { margin: 4px 0 0; color: #6a4435; }

.portfolio {
  background: var(--ink);
  color: #fff;
}
.portfolio .eyebrow { color: #ffd874; }
.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.photo-grid article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 22px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(53, 38, 31, .05), rgba(53, 38, 31, .72)),
    radial-gradient(circle at 45% 34%, rgba(255,255,255,.86) 0 18%, transparent 19%),
    linear-gradient(135deg, #f6c8d3, #fff2cf 52%, #b7d7ca);
}
.photo-grid span { color: rgba(255,255,255,.74); }
.photo-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  line-height: 1.22;
}

.reviews { background: #fff; }
.review-grid { grid-template-columns: repeat(4, 1fr); }
.review-grid article { min-height: 180px; padding: 22px; }
.review-grid strong { font-size: 22px; }
.review-grid .caution { background: #fff7de; }

.visit-layout {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 18px;
}
.visit-panel { padding: 26px; }
dl { margin: 0; }
dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
dt { color: var(--muted); font-weight: 900; }
dd { margin: 0; font-weight: 800; }
dd small { display: block; color: var(--muted); font-weight: 700; }
.verify-note {
  margin: 18px 0 0;
  color: #8b5b31;
  font-size: 14px;
  font-weight: 800;
}
.visit-actions { flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.map-card {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(rgba(53,38,31,.1), rgba(53,38,31,.82)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.12) 0 2px, transparent 2px 24px),
    linear-gradient(135deg, #d95775, #f4bd45 48%, #5f9c86);
}
.map-card span { font-size: 13px; font-weight: 900; text-transform: uppercase; }
.map-card strong { max-width: 560px; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
.map-card small { margin-top: 8px; color: rgba(255,255,255,.8); font-weight: 800; }

.faq { background: #fffdf8; }
.faq-list { display: grid; gap: 10px; }
details { padding: 18px 20px; }
summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}
details p { margin: 12px 0 0; color: var(--muted); }

.link-grid { grid-template-columns: repeat(4, 1fr); }
.link-grid a {
  min-height: 142px;
  padding: 20px;
  text-decoration: none;
}
.link-grid strong {
  display: block;
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.25;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(18px, 5vw, 64px);
  background: var(--ink);
  color: #fff;
}
.site-footer p { margin: 4px 0 0; color: rgba(255,255,255,.72); }
.site-footer a { font-weight: 900; }

@media (max-width: 1080px) {
  .nav { display: none; }
  .intro-grid,
  .menu-grid,
  .steps,
  .photo-grid,
  .review-grid,
  .visit-layout,
  .link-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .site-header { padding: 12px 16px; }
  .brand span:last-child { max-width: 106px; line-height: 1.15; }
  .header-cta { padding: 8px 12px; }
  .hero {
    gap: 24px;
    padding: 28px 16px 34px;
  }
  h1 { font-size: clamp(34px, 10vw, 40px); }
  .hero-lead {
    margin-top: 16px;
    font-size: 18px;
  }
  .hero-actions { margin-top: 20px; }
  .trust-list { margin-top: 16px; }
  .hero-visual { min-height: 220px; }
  .hero-visual img { width: min(68%, 250px); }
  .note-card { width: 132px; padding: 10px; }
  .note-card span { font-size: 10px; }
  .note-card strong { font-size: 13px; }
  .note-card.top { left: 4%; top: 5%; }
  .note-card.bottom { right: 4%; bottom: 5%; }
  .section { padding: 54px 16px; }
  .section-head { display: block; }
  .intro-grid,
  .menu-grid,
  .steps,
  .photo-grid,
  .review-grid,
  .visit-layout,
  .link-grid {
    grid-template-columns: 1fr;
  }
  .order-cta { display: block; }
  .order-cta .btn { width: 100%; margin-top: 18px; }
  .hero-actions .btn, .visit-actions .btn { width: 100%; }
  dl div { grid-template-columns: 1fr; gap: 4px; }
  .site-footer { display: block; }
  .site-footer a { display: inline-block; margin-top: 14px; }
}
