
  @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700;900&family=Jua&display=swap');

  :root {
    --cream: #f7f4ef;
    --warm: #f0ebe3;
    --dark: #2c2820;
    --mid: #6b6459;
    --light: #9c9588;
    --gold: #b8a88a;
    --gold-light: #d4c9b5;
    --line: #ddd5c8;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    width: 860px;
    margin: 0 auto;
    background: var(--cream);
    font-family: 'Jua', sans-serif;
    color: var(--dark);
    -webkit-font-smoothing: antialiased;
  }

  img { display: block; width: 100%; }

  /* ── 로고 밴드 (반복 사용) ── */
  .logo-band {
    background: var(--dark);
    padding: 36px 0;
    text-align: center;
  }
  .logo-band img {
    width: 64px !important;
    height: 64px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    object-fit: contain;
  }
  .logo-band .name {
    font-family: 'Noto Serif KR', serif;
    font-size: 28px;
    font-weight: 900;
    color: var(--gold);
    letter-spacing: 4px;
  }
  .logo-band .sub {
    font-size: 12px;
    color: var(--gold-light);
    letter-spacing: 3px;
    margin-top: 6px;
    opacity: 0.7;
  }

  /* ── 풀 이미지 ── */
  .full-img img { width: 860px; display: block; }

  /* ── 카피 밴드 ── */
  .copy-band {
    padding: 55px 80px;
    text-align: center;
  }
  .copy-band.on-cream { background: var(--cream); }
  .copy-band.on-warm { background: var(--warm); }
  .copy-band.on-dark { background: var(--dark); color: #fff; }
  .copy-band .label {
    font-size: 12px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 4px;
    margin-bottom: 22px;
  }
  .copy-band h2 {
    font-family: 'Noto Serif KR', serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 18px;
  }
  .copy-band.on-dark h2 { color: #fff; }
  .copy-band.on-cream h2, .copy-band.on-warm h2 { color: var(--dark); }
  .copy-band p {
    font-size: 15px;
    line-height: 2;
  }
  .copy-band.on-dark p { color: var(--gold-light); }
  .copy-band.on-cream p, .copy-band.on-warm p { color: var(--mid); }

  /* ── 상품 타이틀 밴드 ── */
  .product-title-band {
    background: var(--dark);
    padding: 50px 60px;
    text-align: center;
  }
  .product-title-band h1 {
    font-family: 'Noto Serif KR', serif;
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }
  .product-title-band p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--gold-light);
  }

  /* ── 상품 라인업 그리드 ── */
  .lineup-section {
    background: var(--cream);
    padding: 50px 40px;
  }
  .lineup-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: var(--dark);
    margin-bottom: 36px;
  }
  .lineup-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 16px;
  }
  .lineup-divider {
    grid-column: 1 / -1;
    text-align: center;
    padding: 10px 0;
    font-family: 'Noto Serif KR', serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 2px;
    border-top: 1px solid var(--line);
    margin-top: 8px;
  }
  .lineup-item {
    text-align: center;
  }
  .lineup-item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
  }
  .lineup-item .item-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 4px;
  }
  .lineup-item .item-weight {
    font-size: 13px;
    color: var(--light);
  }
  .lineup-item.active {
    position: relative;
  }
  .lineup-item.active::after {
    content: '지금 보고 있는 상품';
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--dark);
    color: var(--gold);
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 4px;
  }

  /* ── 특징 카드 ── */
  .features-row {
    background: var(--cream);
    padding: 50px 50px;
    display: flex;
    gap: 16px;
  }
  .feat-card {
    flex: 1;
    text-align: center;
    padding: 28px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }
  .feat-icon { font-size: 32px; margin-bottom: 12px; }
  .feat-card h3 { font-size: 15px; color: var(--dark); margin-bottom: 6px; }
  .feat-card p { font-size: 12px; color: var(--light); line-height: 1.6; }

  /* ── 사장님 ── */
  .chef-band {
    background: var(--dark);
    display: flex;
    align-items: stretch;
  }
  .chef-band img {
    width: 380px;
    height: 480px;
    object-fit: cover;
    flex-shrink: 0;
  }
  .chef-text {
    flex: 1;
    padding: 55px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .chef-text .label {
    font-size: 12px;
    color: var(--gold);
    letter-spacing: 4px;
    margin-bottom: 20px;
  }
  .chef-text h2 {
    font-family: 'Noto Serif KR', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 18px;
  }
  .chef-text p {
    font-size: 14px;
    line-height: 2;
    color: var(--gold-light);
  }

  /* ── 조리 활용 ── */
  .recipe-section {
    background: var(--warm);
    padding: 50px 40px;
  }
  .recipe-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: var(--dark);
    margin-bottom: 12px;
  }
  .recipe-sub {
    text-align: center;
    font-size: 14px;
    color: var(--mid);
    margin-bottom: 30px;
  }
  .recipe-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .recipe-grid img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
  }
  .recipe-caption {
    text-align: center;
    font-size: 13px;
    color: var(--mid);
    margin-top: 6px;
  }

  /* ── 패키징 ── */
  .package-section {
    background: var(--cream);
    padding: 50px 80px;
    text-align: center;
  }
  .package-section .label {
    font-size: 12px;
    color: var(--gold);
    letter-spacing: 4px;
    margin-bottom: 20px;
  }
  .package-section h2 {
    font-family: 'Noto Serif KR', serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
  }
  .package-section > p {
    font-size: 14px;
    color: var(--light);
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .package-section img {
    width: 480px !important;
    margin: 0 auto;
    border-radius: 8px;
  }

  /* ── 상품정보 테이블 ── */
  .info-section {
    padding: 50px 60px;
    background: var(--warm);
  }
  .info-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--gold);
  }
  .info-section table { width: 100%; border-collapse: collapse; }
  .info-section tr { border-bottom: 1px solid var(--line); }
  .info-section th {
    text-align: left; padding: 13px 16px; font-size: 13px;
    font-weight: 600; color: var(--dark); width: 130px; background: var(--cream);
  }
  .info-section td {
    padding: 13px 16px; font-size: 13px; color: var(--mid); line-height: 1.6;
  }

  /* ── 푸터 ── */
  .footer-band {
    background: var(--dark);
    padding: 36px 60px;
    text-align: center;
  }
  .footer-band .logo {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 900;
    color: var(--gold);
    letter-spacing: 4px;
    margin-bottom: 8px;
  }
  .footer-band p {
    font-size: 11px;
    color: var(--gold-light);
    opacity: 0.6;
    line-height: 1.8;
  }

