.haetsal-premium-home {
  --bg: #f7f2eb;
  --surface: #fffdfa;
  --line: rgba(141, 43, 43, 0.12);
  --text: #1f1a17;
  --muted: #6f675f;
  --primary: #8d2b2b;
  --primary-dark: #6f1f1f;
  --accent: #c2825a;
  color: var(--text);
}
.haetsal-premium-home * { box-sizing: border-box; }
.haetsal-premium-home img { max-width: 100%; display: block; }
.haetsal-premium-home a { text-decoration: none; }
.haetsal-premium-home .hp-container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.haetsal-premium-home .hp-section { padding: 110px 0; }
.haetsal-premium-home .hp-eyebrow {
  display: inline-block; margin-bottom: 18px; color: var(--primary);
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
}
.haetsal-premium-home .hp-section-head { margin-bottom: 34px; }
.haetsal-premium-home .hp-section-head h2 {
  margin: 0 0 14px; font-size: 42px; line-height: 1.2; font-weight: 700; letter-spacing: -0.03em;
}
.haetsal-premium-home .hp-section-head p {
  margin: 0; font-size: 17px; line-height: 1.8; color: var(--muted);
}
.haetsal-premium-home .hp-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.haetsal-premium-home .hp-btn {
  display: inline-flex; align-items: center; justify-content: center; min-width: 168px;
  height: 54px; padding: 0 24px; border-radius: 999px; font-weight: 700; font-size: 15px;
  transition: all .25s ease; border: 1px solid transparent;
}
.haetsal-premium-home .hp-btn.primary { background: var(--primary); color: #fff; box-shadow: 0 16px 30px rgba(111,31,31,.22); }
.haetsal-premium-home .hp-btn.primary:hover { background: var(--primary-dark); }
.haetsal-premium-home .hp-btn.secondary { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.42); color: #fff; backdrop-filter: blur(4px); }
.haetsal-premium-home .hp-btn.secondary:hover { background: rgba(255,255,255,.15); }
.haetsal-premium-home .hp-btn.outline { background: transparent; border-color: var(--primary); color: var(--primary); }
.haetsal-premium-home .hp-btn.outline:hover { background: var(--primary); color: #fff; }

.haetsal-premium-home .hp-hero {
  position: relative; min-height: 82vh; display: flex; align-items: center;
  background: linear-gradient(90deg, rgba(20,17,15,.72) 0%, rgba(20,17,15,.48) 42%, rgba(20,17,15,.18) 100%),
    url('../img/haetsal/hero-basket.jpg') center center / cover no-repeat;
  color: #fff; margin-top: -1px;
}
.haetsal-premium-home .hp-hero-inner { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 90px 0; }
.haetsal-premium-home .hp-hero-copy { max-width: 640px; }
.haetsal-premium-home .hp-hero-copy .hp-label {
  display: inline-flex; gap: 10px; align-items: center; padding: 10px 16px; border-radius: 999px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); font-size: 13px; letter-spacing: .08em;
}
.haetsal-premium-home .hp-hero h2 {
  margin: 24px 0 18px; font-size: clamp(38px, 6vw, 72px); line-height: 1.08; letter-spacing: -0.05em;
}
.haetsal-premium-home .hp-hero p {
  margin: 0 0 30px; max-width: 540px; font-size: 18px; line-height: 1.85; color: rgba(255,255,255,.88);
}
.haetsal-premium-home .hp-hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 160px)); gap: 14px; margin-top: 34px; }
.haetsal-premium-home .hp-hero-metrics .metric {
  padding: 18px 18px 16px; border-radius: 22px; background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.12);
}
.haetsal-premium-home .hp-hero-metrics strong { display: block; font-size: 26px; margin-bottom: 6px; }
.haetsal-premium-home .hp-hero-metrics span { font-size: 13px; color: rgba(255,255,255,.82); }

.haetsal-premium-home .hp-trust { background: var(--surface); }
.haetsal-premium-home .hp-trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.haetsal-premium-home .hp-trust-card {
  background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 30px 24px;
  box-shadow: 0 18px 40px rgba(31,26,23,.06);
}
.haetsal-premium-home .hp-trust-card .num { color: var(--accent); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.haetsal-premium-home .hp-trust-card h3 { margin: 14px 0 10px; font-size: 22px; }
.haetsal-premium-home .hp-trust-card p { margin: 0; font-size: 15px; line-height: 1.8; color: var(--muted); }

.haetsal-premium-home .hp-products { background: linear-gradient(180deg, var(--bg) 0%, #fff 100%); }
.haetsal-premium-home .hp-products .sct { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.haetsal-premium-home .hp-products .sct_li {
  width: auto !important; float: none !important; margin: 0 !important; padding: 0; list-style: none;
  background: #fff; border-radius: 30px; overflow: hidden; border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 22px 40px rgba(31,26,23,.08); position: relative;
}
.haetsal-premium-home .hp-products .sct_img { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.haetsal-premium-home .hp-products .sct_img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.haetsal-premium-home .hp-products .sct_li:hover .sct_img img { transform: scale(1.05); }
.haetsal-premium-home .hp-products .sct_icon { position: absolute; top: 18px; left: 18px; z-index: 2; }
.haetsal-premium-home .hp-products .sct_icon img { max-width: 74px; }
.haetsal-premium-home .hp-products .sct_txt,
.haetsal-premium-home .hp-products .sct_basic,
.haetsal-premium-home .hp-products .sct_cost,
.haetsal-premium-home .hp-products .sct_op_btn,
.haetsal-premium-home .hp-products .sct_li > div:not(.sct_img):not(.sct_icon) { padding-left: 24px; padding-right: 24px; }
.haetsal-premium-home .hp-products .sct_txt { padding-top: 24px; font-size: 22px; line-height: 1.4; font-weight: 700; min-height: 92px; }
.haetsal-premium-home .hp-products .sct_txt a { color: var(--text); }
.haetsal-premium-home .hp-products .sct_basic { margin-top: -4px; font-size: 14px; line-height: 1.8; color: var(--muted); min-height: 64px; }
.haetsal-premium-home .hp-products .sct_cost { padding-top: 8px; padding-bottom: 22px; }
.haetsal-premium-home .hp-products .sct_cost .sct_dict { display: block; margin-bottom: 6px; color: #a59a91; text-decoration: line-through; font-size: 14px; }
.haetsal-premium-home .hp-products .sct_cost strong, .haetsal-premium-home .hp-products .sct_cost b, .haetsal-premium-home .hp-products .sct_cost { font-size: 24px; font-weight: 800; color: var(--primary); }
.haetsal-premium-home .hp-products .sct_op_btn { display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; }
.haetsal-premium-home .hp-products button[data-it_id] {
  width: calc(100% - 48px); margin: 0 24px 16px; height: 48px; border-radius: 999px; border: 0;
  background: #f3ebe2; color: var(--text); font-weight: 700; cursor: pointer;
}
.haetsal-premium-home .hp-products .btn_wish,
.haetsal-premium-home .hp-products .btn_share {
  width: 46px; height: 46px; margin: 0; border-radius: 50%; background: #f7f2eb; color: var(--primary);
}
.haetsal-premium-home .hp-products .sct_sns_wrap,
.haetsal-premium-home .hp-products .sct_rel { display: none !important; }

.haetsal-premium-home .hp-story-split {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 34px; align-items: center;
}
.haetsal-premium-home .hp-media-card {
  background: #fff; border-radius: 34px; overflow: hidden; box-shadow: 0 24px 50px rgba(31,26,23,.10);
}
.haetsal-premium-home .hp-media-card img { width: 100%; height: 100%; object-fit: cover; }
.haetsal-premium-home .hp-story-copy p {
  margin: 0 0 18px; font-size: 17px; line-height: 1.9; color: var(--muted);
}
.haetsal-premium-home .hp-inline-points { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 30px; }
.haetsal-premium-home .hp-inline-points div { padding: 18px 20px; border-radius: 20px; background: var(--bg); font-weight: 700; }

.haetsal-premium-home .hp-gallery-grid {
  display: grid; grid-template-columns: 1.35fr .85fr .85fr; grid-template-rows: 260px 260px; gap: 18px;
}
.haetsal-premium-home .hp-gallery-grid .lg { grid-row: 1 / span 2; }
.haetsal-premium-home .hp-gallery-grid .card {
  position: relative; overflow: hidden; border-radius: 28px; box-shadow: 0 20px 40px rgba(31,26,23,.09);
}
.haetsal-premium-home .hp-gallery-grid .card img { width: 100%; height: 100%; object-fit: cover; }
.haetsal-premium-home .hp-gallery-grid .caption {
  position: absolute; left: 20px; right: 20px; bottom: 18px; padding: 16px 18px; border-radius: 18px;
  background: rgba(20,17,15,.52); color: #fff; font-size: 14px; line-height: 1.6; backdrop-filter: blur(6px);
}

.haetsal-premium-home .hp-people-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.haetsal-premium-home .hp-person {
  background: #fff; border-radius: 30px; overflow: hidden; border: 1px solid rgba(0,0,0,.05); box-shadow: 0 22px 44px rgba(31,26,23,.08);
}
.haetsal-premium-home .hp-person-media { aspect-ratio: 4 / 4.8; overflow: hidden; }
.haetsal-premium-home .hp-person-media img { width: 100%; height: 100%; object-fit: cover; }
.haetsal-premium-home .hp-person-copy { padding: 24px; }
.haetsal-premium-home .hp-person-copy h3 { margin: 0 0 10px; font-size: 24px; }
.haetsal-premium-home .hp-person-copy p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }

.haetsal-premium-home .hp-taste-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; align-items: center; }
.haetsal-premium-home .hp-taste-points { display: grid; gap: 14px; margin-top: 28px; }
.haetsal-premium-home .hp-taste-points li {
  list-style: none; padding: 18px 22px; background: #fff; border: 1px solid var(--line); border-radius: 20px; font-size: 16px;
}
.haetsal-premium-home .hp-cta {
  padding: 96px 0; background: linear-gradient(135deg, #7d2525 0%, #b6684f 100%); color: #fff;
}
.haetsal-premium-home .hp-cta-box {
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.haetsal-premium-home .hp-cta h2 { margin: 0 0 12px; font-size: 42px; line-height: 1.2; }
.haetsal-premium-home .hp-cta p { margin: 0; color: rgba(255,255,255,.86); font-size: 17px; line-height: 1.8; }

@media (max-width: 1200px) {
  .haetsal-premium-home .hp-products .sct { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .haetsal-premium-home .hp-container,
  .haetsal-premium-home .hp-hero-inner { width: min(100% - 32px, 100%); }
  .haetsal-premium-home .hp-section { padding: 76px 0; }
  .haetsal-premium-home .hp-hero { min-height: auto; }
  .haetsal-premium-home .hp-hero-metrics { grid-template-columns: repeat(3, 1fr); }
  .haetsal-premium-home .hp-trust-grid,
  .haetsal-premium-home .hp-products .sct,
  .haetsal-premium-home .hp-people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .haetsal-premium-home .hp-story-split,
  .haetsal-premium-home .hp-taste-grid,
  .haetsal-premium-home .hp-cta-box { grid-template-columns: 1fr; display: grid; }
  .haetsal-premium-home .hp-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 220px 220px; }
  .haetsal-premium-home .hp-gallery-grid .lg { grid-column: 1 / span 2; grid-row: 1; }
}
@media (max-width: 767px) {
  .haetsal-premium-home .hp-section-head h2 { font-size: 30px; }
  .haetsal-premium-home .hp-section-head p,
  .haetsal-premium-home .hp-story-copy p,
  .haetsal-premium-home .hp-cta p,
  .haetsal-premium-home .hp-hero p { font-size: 15px; line-height: 1.75; }
  .haetsal-premium-home .hp-hero { background-position: center center; }
  .haetsal-premium-home .hp-hero h2 { font-size: 38px; }
  .haetsal-premium-home .hp-hero-metrics { grid-template-columns: 1fr; }
  .haetsal-premium-home .hp-trust-grid,
  .haetsal-premium-home .hp-products .sct,
  .haetsal-premium-home .hp-people-grid,
  .haetsal-premium-home .hp-inline-points { grid-template-columns: 1fr; }
  .haetsal-premium-home .hp-gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .haetsal-premium-home .hp-gallery-grid .lg { grid-column: auto; grid-row: auto; }
  .haetsal-premium-home .hp-gallery-grid .card { min-height: 220px; }
  .haetsal-premium-home .hp-btn { width: 100%; }
  .haetsal-premium-home .hp-products .sct_txt { font-size: 18px; min-height: auto; }
  .haetsal-premium-home .hp-products .sct_basic { min-height: auto; }
  .haetsal-premium-home .hp-person-copy h3,
  .haetsal-premium-home .hp-cta h2 { font-size: 28px; }
}



/* ===== 햇살농원 안전 마감 패치 (현재 되돌린 버전 기준) ===== */
/* 아래 코드는 기존 레이아웃을 크게 건드리지 않고, 카드 정돈만 보강합니다. */

.haetsal-premium-home .hp-products .sct_li{
  display:flex;
  flex-direction:column;
}

.haetsal-premium-home .hp-products .sct_img{
  background:#fff;
}

.haetsal-premium-home .hp-products .sct_txt{
  min-height:72px;
}

.haetsal-premium-home .hp-products .sct_basic{
  min-height:56px;
}

.haetsal-premium-home .hp-products .sct_cost{
  margin-top:auto;
}

.haetsal-premium-home .hp-products .sct_cost strong,
.haetsal-premium-home .hp-products .sct_cost b,
.haetsal-premium-home .hp-products .sct_cost{
  color:#8d2b2b;
  font-weight:800;
}

.haetsal-premium-home .hp-products{
  padding-bottom:96px;
}

.haetsal-premium-home .hp-cta{
  box-shadow:0 20px 50px rgba(0,0,0,.12);
}

@media (max-width: 767px){
  .haetsal-premium-home .hp-products .sct_txt,
  .haetsal-premium-home .hp-products .sct_basic{
    min-height:auto;
  }

  .haetsal-premium-home .hp-products{
    padding-bottom:72px;
  }
}
/* ===== 상품 상세 프리미엄 마감 ===== */

/* 전체 오른쪽 박스 */
#sit_ov{
  background:#fff;
  border-radius:24px;
  padding:28px;
  box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

/* 가격 강조 */
.sit_ov_tbl .tr_price strong{
  font-size:34px;
  font-weight:900;
  color:#c93a2f;
}

/* 옵션 박스 */
.sit_option{
  border-radius:18px;
  background:#fafafa;
  border:1px solid #eee;
  padding:16px;
}

/* 선택 드롭다운 */
.sit_option select{
  height:48px;
  border-radius:12px;
  border:1px solid #ddd;
  padding:0 12px;
}

/* 총 금액 */
#sit_tot_price{
  background:#fff5f3;
  border-radius:18px;
  padding:16px;
  font-weight:800;
}

#sit_tot_price strong{
  font-size:28px;
  color:#c93a2f;
}

/* 버튼 영역 */
#sit_ov_btn{
  display:flex;
  gap:10px;
  margin-top:16px;
}

/* 장바구니 */
.sit_btn_cart{
  flex:1;
  background:#fff;
  border:1px solid #ddd;
  border-radius:14px;
  height:52px;
  font-weight:700;
}

/* 바로구매 */
.sit_btn_buy{
  flex:1.2;
  background:linear-gradient(135deg,#ff4d3d,#d93223);
  color:#fff;
  border-radius:14px;
  height:52px;
  font-weight:800;
  box-shadow:0 10px 20px rgba(217,50,35,0.25);
}

/* 찜버튼 */
.sit_btn_wish{
  width:52px;
  border-radius:14px;
}

/* 네이버페이 */
.itemform-naverpay{
  margin-top:12px;
  padding:12px;
  border-radius:16px;
  background:#f7faf7;
}