.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;
}
/* ===== 수상 섹션 ===== */
.hs-award-section{
  padding:70px 20px;
  background:#fff;
  text-align:center;
}

.hs-award-head h2{
  font-size:32px;
  font-weight:800;
}

.hs-award-grid{
  display:flex;
  gap:30px;
  justify-content:center;
  margin-top:30px;
  flex-wrap:wrap;
}

.hs-award-card{
  width:300px;
  background:#fafafa;
  border-radius:15px;
  padding:20px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.hs-award-card img{
  width:100%;
  border-radius:10px;
}

.hs-award-body strong{
  display:block;
  margin-top:10px;
  font-size:18px;
}

.hs-award-body span{
  color:#e60023;
  font-weight:700;
}
.award-cta {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #b25d17;
}
.award-badge {
  text-align: center;
  margin: 40px 0 10px;
  font-weight: 800;
  font-size: 18px;
  color: #e60023;
}
.award-badge {
  text-align:center;
  margin-bottom:20px;
  font-weight:900;
  font-size:22px;
  color:#c62828;
  letter-spacing:-0.5px;
}
/* =========================
   햇살농원 company page
========================= */
.hs-company-wrap{
  background:#f6f3ee;
  color:#1e1e1e;
}

.hs-company-section{
  padding:88px 20px;
}

.hs-company-bg{
  background:#efe7dd;
}

.hs-company-inner{
  max-width:1200px;
  margin:0 auto;
}

.hs-company-narrow{
  max-width:900px;
  margin:0 auto;
}

.hs-company-hero{
  padding:92px 20px 70px;
  background:
    radial-gradient(circle at 15% 20%, rgba(186,115,73,.12), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(88,52,31,.08), transparent 28%),
    linear-gradient(180deg,#f7f4ef 0%,#f2ece5 100%);
}

.hs-company-eyebrow,
.hs-company-mini{
  display:inline-block;
  margin-bottom:14px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#9b5a34;
}

.hs-company-copy{
  max-width:860px;
  text-align:center;
  margin:0 auto;
}

.hs-company-copy h2{
  margin:0 0 18px;
  font-size:58px;
  line-height:1.1;
  letter-spacing:-.04em;
  font-weight:900;
}

.hs-company-copy p,
.hs-company-intro p,
.hs-company-head p,
.hs-company-proof-copy p,
.hs-company-card p,
.hs-company-cta p{
  font-size:17px;
  line-height:1.9;
  color:#625c56;
  margin:0 0 16px;
}

.hs-company-points{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
  margin-top:28px;
}

.hs-company-points span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e7ddd1;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
  font-size:14px;
  font-weight:800;
  color:#593724;
}

.hs-company-head{
  margin-bottom:34px;
}

.hs-company-head.center{
  text-align:center;
}

.hs-company-head h3{
  margin:0;
  font-size:40px;
  line-height:1.2;
  letter-spacing:-.03em;
  font-weight:900;
}

.hs-company-intro{
  background:#fff;
  border:1px solid #ece1d6;
  border-radius:30px;
  padding:34px 32px;
  box-shadow:0 14px 32px rgba(0,0,0,.04);
}

.hs-company-proof{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:start;
}

.hs-company-proof-copy{
  padding-right:10px;
}

.hs-company-proof-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.hs-company-proof-card{
  background:#fff;
  border:1px solid #e7dacd;
  border-radius:24px;
  padding:26px 22px;
  box-shadow:0 12px 28px rgba(0,0,0,.04);
}

.hs-company-proof-card strong{
  display:block;
  margin-bottom:8px;
  font-size:24px;
  font-weight:900;
  color:#2a1e18;
}

.hs-company-proof-card span{
  font-size:15px;
  line-height:1.7;
  color:#685f58;
}

.hs-company-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.hs-company-card{
  background:#fff;
  border-radius:26px;
  padding:28px 24px;
  border:1px solid #ebe0d4;
  box-shadow:0 14px 32px rgba(0,0,0,.05);
}

.hs-company-card strong{
  display:block;
  margin-bottom:12px;
  font-size:23px;
  line-height:1.3;
  font-weight:900;
}

.hs-company-award{
  background:#f4efe8;
}

.hs-company-award-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  max-width:900px;
  margin:0 auto;
}

.hs-company-award-card{
  background:#fff;
  border-radius:28px;
  padding:18px 18px 24px;
  text-align:center;
  border:1px solid #eadfd4;
  box-shadow:0 16px 38px rgba(0,0,0,.06);
}

.hs-company-award-card img{
  display:block;
  width:100%;
  border-radius:18px;
  margin-bottom:16px;
}

.hs-company-award-card strong{
  display:block;
  font-size:24px;
  font-weight:900;
  margin-bottom:6px;
}

.hs-company-award-card span{
  font-size:15px;
  color:#8b5b37;
  font-weight:700;
}

.hs-company-cta-sec{
  padding-top:82px;
}

.hs-company-cta{
  background:linear-gradient(135deg,#a54b32 0%,#ba6946 100%);
  border-radius:34px;
  padding:54px 46px;
  color:#fff;
  text-align:center;
  box-shadow:0 22px 50px rgba(128,59,33,.22);
}

.hs-company-cta .hs-company-mini{
  color:rgba(255,255,255,.78);
}

.hs-company-cta h3{
  margin:0 0 16px;
  font-size:42px;
  line-height:1.2;
  letter-spacing:-.03em;
  font-weight:900;
}

.hs-company-cta p{
  color:rgba(255,255,255,.86);
  max-width:760px;
  margin:0 auto 22px;
}

.hs-company-btns{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:20px;
}

.hs-company-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  padding:15px 22px;
  border-radius:999px;
  text-decoration:none;
  font-size:15px;
  font-weight:800;
}

.hs-company-btn.primary{
  background:#fff;
  color:#8d3c28;
}

.hs-company-btn.secondary{
  background:rgba(255,255,255,.14);
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
}

@media (max-width:1024px){
  .hs-company-copy h2{
    font-size:46px;
  }
  .hs-company-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .hs-company-proof{
    grid-template-columns:1fr;
  }
}

@media (max-width:768px){
  .hs-company-section{
    padding:60px 16px;
  }
  .hs-company-hero{
    padding:58px 16px 44px;
  }
  .hs-company-copy h2{
    font-size:34px;
  }
  .hs-company-copy p,
  .hs-company-intro p,
  .hs-company-head p,
  .hs-company-proof-copy p,
  .hs-company-card p,
  .hs-company-cta p{
    font-size:15px;
  }
  .hs-company-head h3{
    font-size:29px;
  }
  .hs-company-intro{
    padding:24px 20px;
    border-radius:22px;
  }
  .hs-company-proof-grid,
  .hs-company-grid,
  .hs-company-award-grid{
    grid-template-columns:1fr;
  }
  .hs-company-cta{
    padding:36px 22px;
    border-radius:24px;
  }
  .hs-company-cta h3{
    font-size:30px;
  }
  .hs-company-btn{
    min-width:140px;
    padding:14px 18px;
  }
}
.hs-company-award-card img {
  height: 420px;
  object-fit: cover;
}
/* =========================
   company clean premium
========================= */
.hs-company-wrap.premium-clean{
  background:#f6f3ee;
  color:#1f1f1f;
}

.hs-company-wrap.premium-clean .hs-company-section{
  padding:110px 20px;
}

.hs-company-wrap.premium-clean .hs-company-inner{
  max-width:1200px;
  margin:0 auto;
}

.hs-company-wrap.premium-clean .hs-company-narrow{
  max-width:860px;
  margin:0 auto;
}

.hs-company-wrap.premium-clean .hs-company-hero.clean{
  padding:110px 20px 90px;
  background:linear-gradient(180deg,#f7f4ef 0%,#f1ebe3 100%);
}

.hs-company-wrap.premium-clean .hs-company-copy{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

.hs-company-wrap.premium-clean .hs-company-eyebrow,
.hs-company-wrap.premium-clean .hs-company-mini{
  display:inline-block;
  margin-bottom:14px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#9a5c35;
}

.hs-company-wrap.premium-clean .center-mini{
  display:block;
  text-align:center;
}

.hs-company-wrap.premium-clean .hs-company-copy h2{
  margin:0 0 18px;
  font-size:60px;
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:900;
}

.hs-company-wrap.premium-clean .hs-company-copy p,
.hs-company-wrap.premium-clean .hs-company-center-text,
.hs-company-wrap.premium-clean .hs-company-intro p,
.hs-company-wrap.premium-clean .hs-company-cta p{
  font-size:17px;
  line-height:1.9;
  color:#625c56;
  margin:0;
}

.hs-company-wrap.premium-clean .hs-company-points{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.hs-company-wrap.premium-clean .hs-company-points span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e8ddd0;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
  font-size:14px;
  font-weight:800;
  color:#573626;
}

.hs-company-wrap.premium-clean .hs-company-main-title{
  margin:0 0 18px;
  text-align:center;
  font-size:46px;
  line-height:1.18;
  letter-spacing:-.03em;
  font-weight:900;
}

.hs-company-wrap.premium-clean .clean-box{
  background:#fff;
  border:1px solid #ebe0d5;
  border-radius:30px;
  padding:36px 34px;
  box-shadow:0 14px 34px rgba(0,0,0,.04);
}

.hs-company-wrap.premium-clean .clean-box p + p{
  margin-top:16px;
}

.hs-company-wrap.premium-clean .hs-company-center-text{
  text-align:center;
  max-width:700px;
  margin:0 auto 34px;
}

.hs-company-wrap.premium-clean .narrow-proof{
  max-width:760px;
}

.hs-company-wrap.premium-clean .hs-company-proof-grid.clean-two{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  max-width:520px;
  margin:36px auto 0;
}

.hs-company-wrap.premium-clean .hs-company-proof-card{
  background:#fff;
  border:1px solid #eadfd3;
  border-radius:26px;
  padding:28px 22px;
  text-align:center;
  box-shadow:0 12px 30px rgba(0,0,0,.04);
}

.hs-company-wrap.premium-clean .hs-company-proof-card strong{
  display:block;
  margin-bottom:8px;
  font-size:28px;
  line-height:1.2;
  font-weight:900;
  color:#241914;
}

.hs-company-wrap.premium-clean .hs-company-proof-card span{
  font-size:15px;
  color:#6a625c;
  line-height:1.7;
}

.hs-company-wrap.premium-clean .hs-company-simple{
  display:flex;
  justify-content:center;
  gap:24px;
  flex-wrap:wrap;
  margin-top:36px;
}

.hs-company-wrap.premium-clean .hs-company-simple-item{
  width:280px;
  background:#fff;
  border:1px solid #eadfd3;
  border-radius:26px;
  padding:30px 24px;
  text-align:center;
  box-shadow:0 12px 30px rgba(0,0,0,.04);
}

.hs-company-wrap.premium-clean .hs-company-simple-item strong{
  display:block;
  margin-bottom:10px;
  font-size:24px;
  font-weight:900;
  color:#241914;
}

.hs-company-wrap.premium-clean .hs-company-simple-item span{
  font-size:15px;
  color:#6a625c;
  line-height:1.7;
}

.hs-company-wrap.premium-clean .clean-award{
  background:#f2ece5;
}

.hs-company-wrap.premium-clean .hs-company-award-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:30px;
  max-width:900px;
  margin:38px auto 0;
}

.hs-company-wrap.premium-clean .hs-company-award-card{
  background:#fff;
  border:1px solid #eadfd3;
  border-radius:30px;
  padding:18px 18px 24px;
  text-align:center;
  box-shadow:0 16px 38px rgba(0,0,0,.05);
}

.hs-company-wrap.premium-clean .hs-company-award-card img{
  display:block;
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:20px;
  margin-bottom:18px;
}

.hs-company-wrap.premium-clean .hs-company-award-card strong{
  display:block;
  margin-bottom:6px;
  font-size:26px;
  font-weight:900;
  line-height:1.3;
}

.hs-company-wrap.premium-clean .hs-company-award-card span{
  font-size:15px;
  font-weight:700;
  color:#8a5c37;
}

.hs-company-wrap.premium-clean .award-cta-text{
  text-align:center;
  margin-top:24px;
  font-size:16px;
  font-weight:800;
  color:#a25a2f;
}

.hs-company-wrap.premium-clean .clean-cta{
  background:linear-gradient(135deg,#a64a32 0%,#bb6a46 100%);
  border-radius:42px;
  padding:62px 42px;
  text-align:center;
  box-shadow:0 24px 54px rgba(129,59,33,.22);
}

.hs-company-wrap.premium-clean .clean-cta .hs-company-mini{
  color:rgba(255,255,255,.8);
}

.hs-company-wrap.premium-clean .clean-cta h3{
  margin:0 0 18px;
  font-size:46px;
  line-height:1.18;
  letter-spacing:-.03em;
  font-weight:900;
  color:#fff;
}

.hs-company-wrap.premium-clean .clean-cta p{
  max-width:760px;
  margin:0 auto;
  color:rgba(255,255,255,.88);
}

.hs-company-wrap.premium-clean .hs-company-btns{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}

.hs-company-wrap.premium-clean .hs-company-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  padding:16px 26px;
  border-radius:999px;
  text-decoration:none;
  font-size:15px;
  font-weight:800;
}

.hs-company-wrap.premium-clean .hs-company-btn.primary{
  background:#fff;
  color:#8c3c28;
}

.hs-company-wrap.premium-clean .hs-company-btn.secondary{
  background:rgba(255,255,255,.12);
  color:#fff;
  border:1px solid rgba(255,255,255,.25);
}

@media (max-width:1024px){
  .hs-company-wrap.premium-clean .hs-company-copy h2{
    font-size:48px;
  }

  .hs-company-wrap.premium-clean .hs-company-main-title{
    font-size:38px;
  }
}

@media (max-width:768px){
  .hs-company-wrap.premium-clean .hs-company-section{
    padding:72px 16px;
  }

  .hs-company-wrap.premium-clean .hs-company-hero.clean{
    padding:72px 16px 56px;
  }

  .hs-company-wrap.premium-clean .hs-company-copy h2{
    font-size:34px;
  }

  .hs-company-wrap.premium-clean .hs-company-main-title{
    font-size:29px;
  }

  .hs-company-wrap.premium-clean .hs-company-copy p,
  .hs-company-wrap.premium-clean .hs-company-center-text,
  .hs-company-wrap.premium-clean .hs-company-intro p,
  .hs-company-wrap.premium-clean .hs-company-cta p{
    font-size:15px;
  }

  .hs-company-wrap.premium-clean .clean-box{
    padding:24px 20px;
    border-radius:22px;
  }

  .hs-company-wrap.premium-clean .hs-company-proof-grid.clean-two,
  .hs-company-wrap.premium-clean .hs-company-award-grid{
    grid-template-columns:1fr;
  }

  .hs-company-wrap.premium-clean .hs-company-simple-item{
    width:100%;
  }

  .hs-company-wrap.premium-clean .hs-company-award-card img{
    height:auto;
  }

  .hs-company-wrap.premium-clean .clean-cta{
    padding:38px 22px;
    border-radius:26px;
  }

  .hs-company-wrap.premium-clean .clean-cta h3{
    font-size:31px;
  }

  .hs-company-wrap.premium-clean .hs-company-btn{
    min-width:140px;
    padding:14px 18px;
  }
}
.premium-top{
  background:#f8f6f3;
  border-radius:16px;
  padding:24px 20px;
  margin-bottom:20px;
  box-shadow:0 8px 20px rgba(0,0,0,0.05);
}

.premium-badge{
  display:inline-block;
  background:#8c3c28;
  color:#fff;
  padding:6px 12px;
  border-radius:20px;
  font-size:12px;
  margin-bottom:10px;
}

.premium-title{
  font-size:20px;
  font-weight:800;
  margin-bottom:8px;
  color:#222;
}

.premium-desc{
  font-size:13px;
  color:#666;
  margin-bottom:12px;
}

.premium-points{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.premium-points span{
  background:#fff;
  border:1px solid #eee;
  padding:6px 10px;
  border-radius:20px;
  font-size:12px;
}
.buy-trust{
  font-size:13px;
  color:#444;
  margin:10px 0;
  line-height:1.6;
}
.premium-sub{
  font-size:12px;
  color:#888;
  margin-top:4px;
}
.premium-proof{
  font-size:12px;
  color:#b25d17;
  font-weight:600;
  margin-top:4px;
}
.detail-premium-top{
  text-align:center;
  margin:40px 0 20px;
}

.detail-badge{
  display:inline-block;
  background:#8c3c28;
  color:#fff;
  padding:6px 12px;
  border-radius:20px;
  font-size:12px;
  margin-bottom:10px;
}

.detail-title{
  font-size:22px;
  font-weight:800;
  margin-bottom:8px;
}

.detail-desc{
  font-size:13px;
  color:#666;
}
.premium-badge{
  display:inline-block;
  background:#8c3c28;
  color:#fff;
  padding:6px 12px;
  border-radius:20px;
  font-size:12px;
  font-weight:600;
  margin-bottom:6px;
}

.premium-proof{
  font-size:12px;
  color:#b25d17;
  margin-bottom:10px;
}
/* 상세 구매 버튼 프리미엄형 */
.sit_ov_btn_premium{
  margin-top:18px;
}

.buy-btn-wrap{
  display:flex;
  gap:12px;
  margin-bottom:12px;
}

.buy-btn-wrap .btn-cart,
.buy-btn-wrap .btn-buy{
  flex:1;
  height:56px;
  border-radius:14px;
  font-size:16px;
  font-weight:800;
  cursor:pointer;
  transition:all .2s ease;
}
/* 네이버페이 강제 줄 분리 */
.itemform-naverpay,
.premium-naverpay{
  display:block !important;
  width:100% !important;
  margin-top:12px !important;
}

/* 혹시 flex 영향 받는 경우 차단 */
#sit_ov_btn{
  flex-direction:column;
}
.btn-buy{
  background:#8c3c28;
  color:#fff;
  box-shadow:0 8px 20px rgba(140,60,40,0.25);
}
/* 버튼 영역 정리 */
#sit_ov_btn{
  display:flex;
  flex-direction:column;
  gap:10px;
}

/* 장바구니 + 바로구매 */
.buy-main{
  display:flex;
  gap:10px;
}

/* 찜 버튼 중앙 느낌 */
.buy-sub{
  display:flex;
  justify-content:flex-start;
}

/* 네이버페이 */
.premium-naverpay{
  margin-top:12px;
    padding-top:12px;
  border-top:1px solid #eee;
}

/* 네이버페이 꽉 차게 */
.premium-naverpay iframe{
  width:100% !important;
  height:48px !important;
}
.npay-msg{
  font-size:12px;
  color:#03c75a;
  font-weight:600;
  margin-bottom:6px;
}
#sit_ov_btn{
  display:flex;
  flex-direction:column;
  gap:12px;
}

/* 메인 버튼 */
.buy-main{
  display:flex;
  gap:10px;
}

/* 찜 버튼 */
.buy-sub{
  display:flex;
  align-items:center;
  gap:10px;
}

/* 찜 버튼 디자인 */
.buy-sub button{
  width:44px;
  height:44px;
  border-radius:12px;
  border:1px solid #ddd;
  background:#fff;
}
.premium-naverpay{
  margin-top:10px;
  padding-top:14px;
  border-top:1px solid #eee;
}

/* 메시지 */
.npay-msg{
  font-size:12px;
  color:#03c75a;
  font-weight:600;
  margin-bottom:6px;
}

/* 네이버페이 꽉 채우기 */
.premium-naverpay iframe{
  width:100% !important;
  height:50px !important;
  border-radius:8px;
}
/* 모바일 하단 고정 구매바 */
.mobile-buy-bar{
  display:none;
}

@media (max-width: 768px){
  .mobile-buy-bar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:9999;
    display:flex;
    gap:10px;
    padding:12px 14px calc(12px + env(safe-area-inset-bottom));
    background:rgba(255,255,255,0.96);
    border-top:1px solid #e9e1d8;
    box-shadow:0 -8px 24px rgba(0,0,0,0.08);
    backdrop-filter:blur(10px);
  }

  .mobile-btn-cart,
  .mobile-btn-buy{
    flex:1;
    height:54px;
    border-radius:14px;
    font-size:15px;
    font-weight:800;
    cursor:pointer;
  }

  .mobile-btn-cart{
    border:1px solid #d9cfc5;
    background:#fff;
    color:#2f2925;
  }

  .mobile-btn-buy{
    border:none;
    background:#8c3c28;
    color:#fff;
    box-shadow:0 10px 20px rgba(140,60,40,0.18);
  }

  /* 하단 고정바에 본문 가려지지 않게 */
  body{
    padding-bottom:90px;
  }
}
#sit_ov_btn{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.buy-main{
  display:flex;
  gap:10px;
}

.buy-sub{
  display:flex;
  justify-content:flex-start;
}

.premium-wish{
  width:44px;
  height:44px;
  border-radius:12px;
  border:1px solid #ddd2c7;
  background:#fff;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
}

.premium-naverpay{
  margin-top:10px;
  padding-top:14px;
  border-top:1px solid #eee;
}

.npay-msg{
  font-size:12px;
  color:#03c75a;
  font-weight:700;
  margin-bottom:6px;
}