:root {
  --ink: #173127;
  --muted: #637169;
  --paper: #fffaf1;
  --surface: #ffffff;
  --lime: #c9ef64;
  --green: #247b4f;
  --orange: #ff9f32;
  --pink: #ef5d79;
  --line: rgba(23, 49, 39, .14);
  --shadow: 0 22px 60px rgba(37, 67, 45, .15);
}

* { 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; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(255, 250, 241, .86);
  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: 800;
  letter-spacing: 0;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
}
.nav { gap: 18px; font-size: 14px; color: var(--muted); }
.nav a, .header-call { text-decoration: none; }
.header-call {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr);
  align-items: center;
  gap: clamp(32px, 6vw, 88px);
  padding: clamp(48px, 8vw, 108px) clamp(18px, 5vw, 64px) 72px;
  overflow: hidden;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 {
  margin: 0;
  font-size: clamp(48px, 8vw, 110px);
  line-height: .95;
  letter-spacing: 0;
}
.hero-lead {
  max-width: 650px;
  margin: 24px 0 0;
  font-size: clamp(20px, 2.5vw, 32px);
  line-height: 1.35;
  font-weight: 700;
}
.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid var(--line);
}
.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(36, 123, 79, .1);
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.9) 0 10%, transparent 11%),
    linear-gradient(150deg, #dfffa2, #fff0b8 44%, #ffd1d9);
  box-shadow: var(--shadow);
}
.fruit-card {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 2px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 40px rgba(23,49,39,.14);
}
.fruit-card strong { font-size: 20px; line-height: 1.1; }
.fruit-card small { color: var(--muted); font-weight: 700; }
.juice-card { left: 9%; top: 11%; width: 210px; min-height: 210px; }
.tart-card { right: 8%; bottom: 10%; width: 210px; min-height: 180px; }
.cup {
  width: 72px;
  height: 106px;
  margin: 10px 0 6px;
  border-radius: 14px 14px 22px 22px;
  background: linear-gradient(#f8fff2 0 18%, #ff9f32 19% 62%, #f25f74 63%);
  border: 5px solid #fff;
  box-shadow: inset 0 -10px rgba(0,0,0,.06);
}
.straw {
  position: absolute;
  left: 74px;
  top: 18px;
  width: 8px;
  height: 80px;
  border-radius: 99px;
  background: var(--green);
  transform: rotate(18deg);
}
.tart {
  width: 96px;
  height: 58px;
  margin: 14px 0 12px;
  border-radius: 14px 14px 40px 40px;
  background:
    radial-gradient(circle at 25% 30%, #ef5d79 0 10px, transparent 11px),
    radial-gradient(circle at 52% 22%, #ff9f32 0 11px, transparent 12px),
    radial-gradient(circle at 75% 34%, #247b4f 0 9px, transparent 10px),
    linear-gradient(#fff8dc 0 48%, #b56d35 49%);
}
.fruit {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0 24px 52px rgba(23,49,39,.18);
}
.fruit-orange {
  width: 170px;
  height: 170px;
  right: 20%;
  top: 22%;
  background: radial-gradient(circle at 35% 30%, #ffe2a6 0 13%, var(--orange) 14% 70%, #e97820);
}
.fruit-kiwi {
  width: 130px;
  height: 130px;
  left: 24%;
  bottom: 21%;
  background: radial-gradient(circle, #f6f7c4 0 18%, #86bd41 19% 55%, #315f2c 56%);
}
.fruit-berry {
  width: 92px;
  height: 92px;
  right: 11%;
  top: 52%;
  background: radial-gradient(circle at 34% 32%, #ffd0da 0 12%, var(--pink) 13% 68%, #b93450);
}

.section {
  padding: 76px clamp(18px, 5vw, 64px);
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.section-head h2, .split h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}
.section-head.compact { display: block; max-width: 820px; }
.info-band { background: #fff; }
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.info-item, .menu-card, .proof-grid article, .visit-panel, .map-card, .link-grid a, details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.info-item {
  min-height: 138px;
  padding: 20px;
}
.info-item.wide { grid-column: span 2; }
.info-item span, .link-grid span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.info-item strong {
  display: block;
  margin-top: 8px;
  font-size: 19px;
  line-height: 1.35;
}
.info-item small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}
.info-item.caution { background: #fff5d8; }

.split {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(32px, 7vw, 96px);
}
.prose {
  max-width: 760px;
  font-size: 19px;
  color: #35443c;
}
.prose p { margin-top: 0; }

.menu-grid, .proof-grid, .link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.menu-card, .proof-grid article {
  padding: 24px;
}
.menu-card h3, .proof-grid strong {
  display: block;
  margin: 16px 0 8px;
  font-size: 22px;
}
.menu-card p, .proof-grid p { color: var(--muted); margin: 0; }
.menu-card small {
  display: block;
  margin-top: 18px;
  font-weight: 800;
  color: var(--green);
}
.menu-icon {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: #edf8d2;
}
.menu-icon.juice { background: linear-gradient(180deg, #fff 0 25%, #ffb23d 26% 68%, #ef5d79 69%); }
.menu-icon.tart { background: radial-gradient(circle at 30% 34%, #ef5d79 0 10px, transparent 11px), radial-gradient(circle at 62% 30%, #ff9f32 0 12px, transparent 13px), #f7cf7a; }
.menu-icon.store { background: linear-gradient(180deg, var(--green) 0 34%, #fff 35% 58%, #c9ef64 59%); }
.proof { background: #173127; color: #fff; }
.proof .eyebrow { color: var(--lime); }
.proof-grid { grid-template-columns: repeat(4, 1fr); }
.proof-grid article { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.proof-grid p { color: rgba(255,255,255,.75); }
.proof-grid .note { background: rgba(255,159,50,.16); }

.visit-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  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: 800; }
dd { margin: 0; font-weight: 700; }
.visit-actions { flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.map-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(rgba(23,49,39,.18), rgba(23,49,39,.82)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.12) 0 2px, transparent 2px 22px),
    linear-gradient(135deg, #66a96d, #f0c76b);
}
.map-card span { font-size: 13px; font-weight: 900; text-transform: uppercase; }
.map-card strong { font-size: clamp(28px, 4vw, 44px); line-height: 1.1; margin: 8px 0; }
.map-card small { color: rgba(255,255,255,.78); font-weight: 800; }

.faq { background: #fff; }
.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: 140px;
  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: 960px) {
  .nav { display: none; }
  .section-head { display: block; }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 44px;
  }
  .hero-visual { min-height: 430px; }
  .info-grid, .menu-grid, .proof-grid, .visit-layout, .split, .link-grid {
    grid-template-columns: 1fr;
  }
  .info-item.wide { grid-column: auto; }
}

@media (max-width: 560px) {
  .site-header { padding: 12px 16px; }
  .brand span:last-child { max-width: 120px; line-height: 1.15; }
  .header-call { padding: 9px 12px; }
  .hero { padding: 36px 16px 48px; }
  .section { padding: 54px 16px; }
  .hero-visual {
    min-height: 360px;
    border-radius: 20px;
  }
  .juice-card { left: 5%; top: 8%; width: 172px; min-height: 178px; }
  .tart-card { right: 5%; bottom: 7%; width: 168px; min-height: 152px; }
  .fruit-orange { width: 118px; height: 118px; right: 12%; top: 30%; }
  .fruit-kiwi { width: 92px; height: 92px; left: 18%; bottom: 24%; }
  .fruit-berry { width: 64px; height: 64px; right: 8%; top: 58%; }
  .hero-actions .btn, .visit-actions .btn { width: 100%; }
  dl div { grid-template-columns: 1fr; gap: 4px; }
  .site-footer { display: block; }
}
