/* =========================================================
   V3 PUBLIC SITE SCAFFOLD
   Layout only. Shared controls/cards live in components.css.
   ========================================================= */

.topbar { background: var(--color-black); color: #F6EEE4; font-size: 13px; }
.topbar .container { display: flex; justify-content: space-between; gap: var(--space-5); padding-block: 9px; }

.nav {
  position: sticky; top: 0; z-index: var(--z-header);
  background: rgba(244,238,229,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(226,215,203,.75);
}
.nav-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: var(--font-weight-extrabold); }
.brand-mark {
  width: 44px; height: 44px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center;
  background: var(--color-clay); color: #FFF8EE; box-shadow: inset 0 0 0 5px rgba(255,255,255,.14);
  font-family: var(--font-korean); font-size: 20px;
}
.brand-copy { line-height: 1.05; }
.brand-copy small { display: block; margin-top: 4px; color: var(--color-text-muted); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; }
.nav-links a { transition: color var(--duration-fast); }
.nav-links a:hover { color: var(--color-clay); }
.mobile-menu { display: none; width: 44px; height: 44px; border: 1px solid var(--color-border); border-radius: 50%; background: rgba(255,255,255,.45); }

/* V2.1 hero layout preserved as a safe scaffold; V3 cinematic hero comes next. */
.hero { position: relative; overflow: hidden; padding: 74px 0 36px; }
.hero::after { content: ""; position: absolute; right: -10vw; top: 70px; width: 40vw; height: 40vw; border: 1px solid #D9C8B8; border-radius: 50%; z-index: -1; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 56px; }
.hero-copy p { max-width: 630px; font-size: var(--text-lg); color: var(--color-text-muted); }
.hero-actions { display: flex; gap: var(--space-3); flex-wrap: wrap; margin: 30px 0; }
.hero-note { display: flex; gap: 22px; flex-wrap: wrap; color: #514943; font-size: 13px; font-weight: 700; }
.hero-note span::before { content: "✓"; color: var(--color-success); margin-right: 7px; }
.hero-media { position: relative; }
.hero-card { overflow: hidden; background: #EADCCF; border-radius: 42px; box-shadow: var(--shadow-md); transform: rotate(1.2deg); }
.hero-card img { width: 100%; aspect-ratio: 1.04 / 1; object-fit: cover; }
.hero-badge { position: absolute; left: -25px; bottom: 38px; max-width: 190px; padding: 18px 20px; border-radius: 18px; background: var(--color-white); box-shadow: var(--shadow-md); }
.hero-badge b { display: block; font-size: 24px; }

.trust-strip { padding: 24px 0 70px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-card); background: rgba(255,255,255,.45); }
.trust-item { padding: 20px 24px; border-right: 1px solid var(--color-border); }
.trust-item:last-child { border-right: 0; }
.trust-item b { display: block; font-size: 15px; }
.trust-item span { color: var(--color-text-muted); font-size: 12px; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: var(--space-10); }
.section-head p { max-width: 520px; margin-bottom: 0; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--space-5); }

.b2b { position: relative; overflow: hidden; background: var(--color-black); color: #F5EEE7; }
.b2b::before { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -150px; border: 1px solid #40362F; border-radius: 50%; }
.b2b-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.b2b h2 { color: #fff; }
.b2b p { color: #C9BBB0; }
.b2b-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.b2b-card { padding: 22px; border: 1px solid #332B26; border-radius: 20px; background: #1F1B18; }
.b2b-card strong { display: block; margin-bottom: 7px; color: #fff; }
.b2b-card span { color: #B9AAA0; font-size: 13px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-4); }
.step { padding: var(--space-6); border: 1px solid var(--color-border); border-radius: var(--radius-card); background: var(--color-white); }
.step-num { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: var(--space-5); border-radius: 50%; background: var(--color-surface-soft); color: var(--color-clay); font-weight: 800; }
.step h3 { margin-bottom: 7px; font-family: var(--font-body); font-size: 18px; }
.step p { margin: 0; font-size: 13px; }

.size-wrap { overflow: auto; border: 1px solid var(--color-border); border-radius: var(--radius-card); background: var(--color-white); }
table { width: 100%; min-width: 780px; border-collapse: collapse; }
th, td { padding: 17px 18px; border-bottom: 1px solid var(--color-border); text-align: left; }
th { background: #F0E7DD; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
td { font-size: 14px; }

.cta { padding-block: 90px; }
.cta-box { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; padding: 48px; border-radius: var(--radius-xl); background: linear-gradient(135deg, #B35438, #7B3324); color: #fff; box-shadow: var(--shadow-md); }
.cta-box h2 { color: #fff; }
.cta-box p { color: #F0D8CB; }
.quote-form { padding: 22px; border-radius: 24px; background: var(--color-white); color: var(--color-ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }

.footer { padding: 40px 0 100px; border-top: 1px solid var(--color-border); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 40px; }
.footer p, .footer a { color: var(--color-text-muted); font-size: 13px; }
.footer a { display: block; margin: 7px 0; }

.floating { position: fixed; right: 18px; bottom: 18px; z-index: var(--z-floating); display: flex; flex-direction: column; gap: 10px; }
.float-btn { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-weight: 900; box-shadow: 0 12px 26px rgba(0,0,0,.18); }
.float-zalo { background: #1168F2; }
.float-call { background: var(--color-success); }

/* V3 breakpoints: 1280 / 1024 / 768 / 640 / 420 */
@media (max-width: 1280px) {
  .product-grid { gap: var(--space-4); }
}

@media (max-width: 1024px) {
  .nav-links { display: none; }
  .mobile-menu { display: inline-grid; place-items: center; }
  .hero-grid, .b2b-grid, .cta-box { grid-template-columns: 1fr; }
  .hero { padding-top: 50px; }
  .hero-media { max-width: 680px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2n) { border-right: 0; }
  .trust-item { border-bottom: 1px solid var(--color-border); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .topbar .container { justify-content: center; }
  .topbar .container span:last-child { display: none; }
  .nav-inner { min-height: 68px; }
  .brand-copy { font-size: 13px; }
  .brand-mark { width: 38px; height: 38px; }
  .nav .btn-primary { display: none; }
  .hero { padding-top: 34px; }
  .hero-actions .btn { width: 100%; }
  .hero-badge { left: 10px; bottom: 12px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .b2b-cards, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .cta { padding-block: var(--space-16); }
  .cta-box { padding: 26px 18px; border-radius: 25px; }
  .footer { padding-bottom: 110px; }
  body { padding-bottom: env(safe-area-inset-bottom); }
}

@media (max-width: 640px) {
  .trust-grid, .steps { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; }
}

@media (max-width: 420px) {
  .product-grid { gap: 10px; }
  .brand-copy small { display: none; }
}


/* =========================================================
   V3 KOREAN PREMIUM — HEADER + HERO + MOBILE DRAWER
   This block intentionally comes last to override V2.1 scaffold.
   ========================================================= */

body.menu-open { overflow: hidden; }

/* ---------- Premium announcement bar ---------- */
.topbar {
  position: relative;
  z-index: calc(var(--z-header) + 1);
  background: #110F0E;
  color: rgba(255,255,255,.82);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.topbar__inner {
  min-height: 34px;
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--space-6) !important;
  padding-block: 0 !important;
}
.topbar__korean {
  color: var(--color-brass);
  font-size: 11px;
  letter-spacing: .12em;
  white-space: nowrap;
}
.topbar__message {
  text-align: center;
  font-size: 11px;
  letter-spacing: .035em;
}
.topbar__contact {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.topbar__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #62A47F;
  box-shadow: 0 0 0 4px rgba(98,164,127,.12);
}

/* ---------- Header ---------- */
.nav {
  top: 0;
  background: rgba(244,238,229,.90);
  border-bottom: 1px solid rgba(226,215,203,.70);
  transition:
    background-color var(--duration-normal) var(--ease-premium),
    box-shadow var(--duration-normal) var(--ease-premium),
    min-height var(--duration-normal) var(--ease-premium);
}
.nav.is-scrolled {
  background: rgba(248,243,236,.97);
  box-shadow: 0 12px 40px rgba(46,29,20,.08);
}
.nav-inner {
  min-height: 82px;
  transition: min-height var(--duration-normal) var(--ease-premium);
}
.nav.is-scrolled .nav-inner { min-height: 70px; }

.brand { min-width: 0; }
.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #BC684D 0%, var(--color-clay) 46%, var(--color-clay-dark) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.28),
    inset 0 0 0 5px rgba(255,255,255,.09),
    0 8px 22px rgba(126,57,41,.18);
  font-size: 20px;
}
.brand-copy {
  max-width: 300px;
  font-size: 13px;
  letter-spacing: .035em;
}
.brand-copy small {
  margin-top: 6px;
  color: #887970;
  font-size: 9px;
  letter-spacing: .10em;
}
.nav-links { gap: 30px; }
.nav-links a {
  position: relative;
  padding: 30px 0 28px;
  font-size: 13px;
  font-weight: 700;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 0;
  height: 1px;
  background: var(--color-clay);
  transform: translateX(-50%);
  transition: width var(--duration-normal) var(--ease-premium);
}
.nav-links a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-quote { min-height: 44px; padding: 11px 20px; font-size: 13px; }

.mobile-menu {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: rgba(255,255,255,.60);
  cursor: pointer;
}
.mobile-menu span {
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--color-ink);
  transition: transform var(--duration-normal) var(--ease-premium), opacity var(--duration-fast);
}

/* ---------- Mobile drawer ---------- */
.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-modal) + 50);
  visibility: hidden;
  pointer-events: none;
}
.mobile-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}
.mobile-drawer__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(14,12,11,.58);
  opacity: 0;
  backdrop-filter: blur(5px);
  transition: opacity var(--duration-normal) var(--ease-premium);
}
.mobile-drawer.is-open .mobile-drawer__backdrop { opacity: 1; }

.mobile-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(440px, 91vw);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  padding:
    calc(20px + env(safe-area-inset-top))
    22px
    calc(22px + env(safe-area-inset-bottom));
  overflow-y: auto;
  background:
    radial-gradient(circle at 100% 0%, rgba(192,154,103,.13), transparent 34%),
    var(--color-ivory);
  box-shadow: -30px 0 80px rgba(18,15,13,.22);
  transform: translateX(104%);
  transition: transform 420ms var(--ease-premium);
}
.mobile-drawer.is-open .mobile-drawer__panel { transform: translateX(0); }

.mobile-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding-bottom: var(--space-5);
  border-bottom: 1px solid var(--color-border);
}
.brand--drawer .brand-copy { font-size: 11px; }
.brand--drawer .brand-mark { width: 40px; height: 40px; }
.mobile-drawer__close {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: rgba(255,255,255,.58);
  color: var(--color-ink);
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
.mobile-drawer__intro {
  padding: var(--space-8) 0 var(--space-5);
}
.mobile-drawer__intro .eyebrow { font-size: 10px; }
.mobile-drawer__intro p {
  max-width: 320px;
  margin: 14px 0 0;
  font-size: 14px;
}
.mobile-drawer__links {
  display: grid;
  border-top: 1px solid var(--color-border);
}
.mobile-drawer__links a {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  min-height: 62px;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.01em;
}
.mobile-drawer__links a span {
  color: var(--color-brass);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}
.mobile-drawer__contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: var(--space-8);
}
.mobile-drawer__contact .btn { padding-inline: 14px; font-size: 13px; }
.mobile-drawer__meta {
  display: grid;
  gap: 5px;
  margin-top: auto;
  padding-top: var(--space-8);
  color: var(--color-text-soft);
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* ---------- Cinematic Hero ---------- */
.hero.hero-v3 {
  isolation: isolate;
  position: relative;
  min-height: clamp(690px, 78vh, 820px);
  display: flex;
  align-items: center;
  padding: 88px 0 82px;
  overflow: hidden;
  background: #171311;
  color: #fff;
}
.hero.hero-v3::after { display: none; }

.hero-v3__background,
.hero-v3__background img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-v3__background { z-index: -4; }
.hero-v3__background img {
  object-fit: cover;
  object-position: center center;
  filter: saturate(.92) contrast(1.02);
}
.hero-v3__veil {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg,
      rgba(13,11,10,.96) 0%,
      rgba(20,16,13,.88) 27%,
      rgba(20,16,13,.58) 49%,
      rgba(20,16,13,.20) 72%,
      rgba(20,16,13,.08) 100%),
    linear-gradient(0deg, rgba(15,12,10,.38), transparent 45%);
}
.hero-v3__grain {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .14;
  background-image:
    radial-gradient(rgba(255,255,255,.16) .55px, transparent .55px);
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
}
.hero-v3__inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 540px;
}
.hero-v3__content {
  width: min(660px, 58%);
  position: relative;
  z-index: 2;
}
.hero-v3__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #D4B17C;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-v3__eyebrow .text-korean {
  color: #F1DDC0;
  font-size: 12px;
}
.hero-v3 h1 {
  max-width: 650px;
  margin-bottom: 26px;
  color: #FFFDF9;
  font-size: clamp(54px, 5.6vw, 82px);
  line-height: .99;
  letter-spacing: -.045em;
  text-wrap: balance;
  text-shadow: 0 4px 30px rgba(0,0,0,.20);
}
.hero-v3__subtitle {
  max-width: 600px;
  margin-bottom: 0;
  color: rgba(255,247,239,.78) !important;
  font-size: 17px !important;
  line-height: 1.75;
}
.hero-v3 .hero-actions {
  display: flex;
  gap: 12px;
  margin: 34px 0 40px;
}
.hero-v3 .btn-primary {
  box-shadow: 0 16px 34px rgba(105,38,24,.34);
}
.btn-ghost-light {
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,255,255,.07);
  color: #fff;
  backdrop-filter: blur(10px);
}
.btn-ghost-light:hover {
  border-color: rgba(255,255,255,.62);
  background: rgba(255,255,255,.13);
}

.hero-v3__proof {
  display: flex;
  align-items: stretch;
  width: min(610px, 100%);
  border-top: 1px solid rgba(255,255,255,.16);
  padding-top: 24px;
}
.hero-v3__proof-item {
  min-width: 0;
  flex: 1 1 0;
  padding-right: 22px;
}
.hero-v3__proof-item + .hero-v3__proof-item {
  padding-left: 22px;
  border-left: 1px solid rgba(255,255,255,.14);
}
.hero-v3__proof strong {
  display: block;
  margin-bottom: 3px;
  color: #F4D7AF;
  font-family: var(--font-display);
  font-size: 20px;
}
.hero-v3__proof span {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  line-height: 1.45;
}

.hero-v3__seal {
  position: absolute;
  right: 1.5%;
  bottom: 4%;
  width: 112px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(229,197,151,.48);
  border-radius: 50%;
  color: rgba(255,245,230,.84);
  background: rgba(24,19,16,.16);
  backdrop-filter: blur(5px);
  transform: rotate(-7deg);
}
.hero-v3__seal::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(229,197,151,.22);
  border-radius: 50%;
}
.hero-v3__seal-korean {
  position: relative;
  z-index: 1;
  color: #E5C597;
  font-size: 29px;
  line-height: 1;
}
.hero-v3__seal > span:not(.hero-v3__seal-korean) {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .11em;
}
.hero-v3__seal small {
  position: relative;
  z-index: 1;
  font-size: 6px;
  letter-spacing: .18em;
}

.hero-v3__scroll {
  position: absolute;
  left: 32px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.48);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .22em;
  writing-mode: vertical-rl;
}
.hero-v3__scroll i {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, rgba(255,255,255,.55), transparent);
}

/* ---------- Header / Hero responsive ---------- */
@media (max-width: 1024px) {
  .topbar__inner { grid-template-columns: auto 1fr; }
  .topbar__contact { display: none; }
  .nav-links { display: none; }
  .mobile-menu { display: block; }
  .hero-v3__content { width: min(670px, 72%); }
  .hero-v3__seal { right: 24px; }
}

@media (max-width: 768px) {
  .topbar__inner {
    min-height: 30px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .topbar__korean { display: none; }
  .topbar__message { font-size: 10px; }
  .nav-inner { min-height: 68px; gap: 10px; }
  .nav.is-scrolled .nav-inner { min-height: 62px; }
  .brand-copy {
    max-width: 205px;
    overflow: hidden;
    font-size: 10.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .brand-copy small { display: none; }
  .brand-mark { width: 38px; height: 38px; font-size: 17px; }
  .nav-quote { display: none; }
  .mobile-menu { width: 42px; height: 42px; }

  .hero.hero-v3 {
    min-height: 720px;
    align-items: flex-end;
    padding: 80px 0 calc(44px + env(safe-area-inset-bottom));
  }
  .hero-v3__background img {
    object-position: center top;
  }
  .hero-v3__veil {
    background:
      linear-gradient(0deg,
        rgba(13,11,10,.98) 0%,
        rgba(13,11,10,.93) 25%,
        rgba(15,12,10,.62) 53%,
        rgba(15,12,10,.13) 78%,
        rgba(15,12,10,.03) 100%),
      linear-gradient(90deg, rgba(10,8,7,.16), transparent 70%);
  }
  .hero-v3__inner {
    min-height: 570px;
    align-items: flex-end;
  }
  .hero-v3__content {
    width: 100%;
    max-width: 580px;
  }
  .hero-v3__eyebrow {
    margin-bottom: 16px;
    font-size: 9px;
    letter-spacing: .13em;
  }
  .hero-v3__eyebrow .text-korean { font-size: 10px; }
  .hero-v3 h1 {
    max-width: 560px;
    margin-bottom: 18px;
    font-size: clamp(42px, 11.5vw, 60px);
    line-height: 1;
  }
  .hero-v3__subtitle {
    max-width: 540px;
    font-size: 14px !important;
    line-height: 1.7;
  }
  .hero-v3 .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin: 24px 0 28px;
  }
  .hero-v3 .hero-actions .btn {
    width: 100%;
    min-height: 50px;
    padding-inline: 13px;
    font-size: 12px;
  }
  .hero-v3__proof { padding-top: 18px; }
  .hero-v3__proof-item { padding-right: 12px; }
  .hero-v3__proof-item + .hero-v3__proof-item { padding-left: 12px; }
  .hero-v3__proof strong { font-size: 17px; }
  .hero-v3__proof span { font-size: 9px; }
  .hero-v3__seal,
  .hero-v3__scroll { display: none; }
}

@media (max-width: 420px) {
  .brand-copy { max-width: 175px; font-size: 9.7px; }
  .hero.hero-v3 { min-height: 700px; }
  .hero-v3 h1 { font-size: clamp(39px, 12vw, 48px); }
  .hero-v3 .hero-actions { grid-template-columns: 1fr; }
  .hero-v3__proof-item:nth-child(2) { display: none; }
  .hero-v3__proof-item:nth-child(3) { border-left: 1px solid rgba(255,255,255,.14); }
  .mobile-drawer__contact { grid-template-columns: 1fr; }
}


/* =========================================================
   V3 KOREAN PREMIUM — TRUST STRIP + COLLECTIONS
   ========================================================= */

/* ---------- Trust Strip ---------- */
.trust-strip-v3 {
  position: relative;
  z-index: 4;
  padding: 0;
  margin-top: -1px;
  background:
    linear-gradient(180deg, #171310 0%, #1B1714 100%);
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.trust-strip-v3 .container {
  position: relative;
}
.trust-grid-v3 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border: 0;
  border-radius: 0;
  background: transparent;
}
.trust-item-v3 {
  min-height: 132px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 22px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.09);
  border-bottom: 0;
  color: #fff;
}
.trust-item-v3:first-child { padding-left: 0; }
.trust-item-v3:last-child {
  padding-right: 0;
  border-right: 0;
}
.trust-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(210,174,122,.25);
  border-radius: 50%;
  background: rgba(192,154,103,.06);
  color: #D0AA74;
}
.trust-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-item-v3 b {
  display: block;
  margin-bottom: 5px;
  color: #FFF9F2;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}
.trust-item-v3 span:not(.trust-icon) {
  display: block;
  color: rgba(255,245,235,.52);
  font-size: 10.5px;
  line-height: 1.5;
}

/* ---------- Collection Section ---------- */
.collections-section {
  position: relative;
  overflow: hidden;
  padding-top: 118px;
  padding-bottom: 112px;
  background:
    radial-gradient(circle at 92% 10%, rgba(192,154,103,.10), transparent 28%),
    linear-gradient(180deg, #F4EEE5 0%, #F8F3EC 46%, #F4EEE5 100%);
}
.collections-section::before {
  content: "韓";
  position: absolute;
  right: -45px;
  top: 34px;
  color: rgba(107,70,50,.035);
  font-family: var(--font-korean);
  font-size: clamp(180px, 22vw, 360px);
  line-height: 1;
  pointer-events: none;
}
.collections-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 46px;
}
.collections-head h2 {
  max-width: 660px;
  margin: 14px 0 0;
  font-size: clamp(42px, 4.7vw, 68px);
}
.collections-head__aside {
  max-width: 500px;
  justify-self: end;
  padding-bottom: 7px;
}
.collections-head__aside p {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.75;
}
.collection-count {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--color-brown);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.collection-count strong {
  color: var(--color-clay);
  font-family: var(--font-display);
  font-size: 29px;
  line-height: 1;
}

/* editorial grid: first card larger, then regular cards */
.collection-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.collection-card {
  min-width: 0;
  border-radius: var(--radius-card);
}
.collection-card__action {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(113,82,62,.12);
  border-radius: inherit;
  background: rgba(255,253,252,.78);
  color: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 5px 24px rgba(46,29,20,.035);
  transition:
    transform var(--duration-normal) var(--ease-premium),
    box-shadow var(--duration-normal) var(--ease-premium),
    border-color var(--duration-normal) var(--ease-premium);
}
.collection-card__action:hover {
  transform: translateY(-6px);
  border-color: rgba(192,154,103,.36);
  box-shadow: var(--shadow-md);
}
.collection-card__media {
  position: relative;
  aspect-ratio: 1.26 / 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, #F7F0E8, #E9DDD1 78%);
}
.collection-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 650ms var(--ease-premium),
    filter 650ms var(--ease-premium);
}
.collection-card__action:hover .collection-card__media img {
  transform: scale(1.045);
}
.collection-card__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 54%, rgba(22,17,14,.18) 100%);
  pointer-events: none;
}
.collection-card__index {
  position: absolute;
  top: 16px;
  left: 16px;
  min-width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 50%;
  background: rgba(28,23,20,.20);
  color: #FFFDF9;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  backdrop-filter: blur(8px);
}
.collection-card__body {
  display: flex;
  flex-direction: column;
  min-height: 248px;
  padding: 24px 24px 22px;
}
.collection-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--color-clay);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.collection-card__topline span:last-child {
  color: var(--color-text-soft);
  white-space: nowrap;
}
.collection-card h3 {
  margin: 18px 0 11px;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.12;
}
.collection-card__body > p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--color-text-muted);
  font-size: 12.5px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.collection-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 23px;
}
.collection-card__spec {
  max-width: calc(100% - 46px);
  color: #806F64;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}
.collection-card__arrow {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  color: var(--color-brown);
  font-size: 17px;
  transition:
    background var(--duration-normal) var(--ease-premium),
    color var(--duration-normal) var(--ease-premium),
    transform var(--duration-normal) var(--ease-premium);
}
.collection-card__action:hover .collection-card__arrow {
  background: var(--color-clay);
  border-color: var(--color-clay);
  color: #fff;
  transform: rotate(8deg);
}

/* Feature card gets editorial emphasis on desktop */
.collection-card--feature {
  grid-column: span 2;
}
.collection-card--feature .collection-card__action {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
}
.collection-card--feature .collection-card__media {
  height: 100%;
  aspect-ratio: auto;
  min-height: 430px;
}
.collection-card--feature .collection-card__body {
  min-height: 430px;
  padding: 34px 31px 29px;
}
.collection-card--feature h3 {
  margin-top: 30px;
  font-size: clamp(31px, 3vw, 43px);
}
.collection-card--feature .collection-card__body > p {
  font-size: 13.5px;
  -webkit-line-clamp: 4;
}
.collection-card--feature .collection-card__index {
  top: 20px;
  left: 20px;
}

/* Footer note under collections */
.collections-foot {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
  color: var(--color-text-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.collections-foot__line {
  height: 1px;
  background: linear-gradient(90deg, var(--color-border), transparent);
}
.collections-foot p { margin: 0; color: inherit; font-size: inherit; }
.collections-foot p span { color: var(--color-clay); margin-inline: 5px; }
.collections-foot a {
  color: var(--color-brown);
  transition: color var(--duration-fast), transform var(--duration-fast);
}
.collections-foot a:hover { color: var(--color-clay); }

/* Product catalog gets a cleaner transition from collections */
#san-pham.section {
  position: relative;
  padding-top: 108px;
  background: var(--color-white);
}
#san-pham .section-head {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color-border-light);
}

@media (max-width: 1024px) {
  .trust-grid-v3 { grid-template-columns: repeat(2, 1fr); }
  .trust-item-v3 {
    min-height: 112px;
    border-right: 1px solid rgba(255,255,255,.09);
    border-bottom: 1px solid rgba(255,255,255,.09);
  }
  .trust-item-v3:nth-child(2n) { border-right: 0; }
  .trust-item-v3:nth-child(n+3) { border-bottom: 0; }
  .trust-item-v3:first-child { padding-left: 22px; }
  .trust-item-v3:last-child { padding-right: 22px; }

  .collections-head {
    grid-template-columns: 1fr .7fr;
    gap: 42px;
  }
  .collection-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .collection-card--feature { grid-column: span 2; }
}

@media (max-width: 768px) {
  .trust-strip-v3 { overflow: hidden; }
  .trust-grid-v3 {
    grid-template-columns: repeat(4, 78vw);
    gap: 0;
    overflow-x: auto;
    margin-inline: -12px;
    padding-inline: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .trust-grid-v3::-webkit-scrollbar { display: none; }
  .trust-item-v3 {
    min-height: 104px;
    padding: 20px 18px !important;
    border-right: 1px solid rgba(255,255,255,.09) !important;
    border-bottom: 0 !important;
    scroll-snap-align: start;
  }
  .trust-icon { width: 42px; height: 42px; }
  .trust-item-v3 b { font-size: 12px; }

  .collections-section {
    padding-top: 78px;
    padding-bottom: 76px;
  }
  .collections-section::before {
    right: -32px;
    top: 15px;
    font-size: 180px;
  }
  .collections-head {
    display: block;
    margin-bottom: 30px;
  }
  .collections-head h2 {
    max-width: 520px;
    font-size: clamp(37px, 10vw, 48px);
  }
  .collections-head__aside {
    max-width: none;
    margin-top: 24px;
    padding: 0;
  }
  .collections-head__aside p {
    max-width: 560px;
    font-size: 13px;
  }

  .collection-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 11px;
  }
  .collection-card--feature {
    grid-column: span 2;
  }
  .collection-card--feature .collection-card__action {
    display: block;
  }
  .collection-card--feature .collection-card__media {
    min-height: 0;
    aspect-ratio: 1.55 / 1;
  }
  .collection-card--feature .collection-card__body {
    min-height: 220px;
    padding: 23px 21px 20px;
  }
  .collection-card--feature h3 {
    margin-top: 17px;
    font-size: 29px;
  }

  .collection-card__media { aspect-ratio: 1 / 1; }
  .collection-card__body {
    min-height: 226px;
    padding: 17px 15px 15px;
  }
  .collection-card__topline {
    display: block;
    font-size: 8px;
  }
  .collection-card__topline span:last-child {
    display: block;
    margin-top: 4px;
  }
  .collection-card h3 {
    margin: 13px 0 8px;
    font-size: 20px;
  }
  .collection-card__body > p {
    font-size: 11px;
    -webkit-line-clamp: 2;
  }
  .collection-card__footer { padding-top: 15px; }
  .collection-card__spec {
    font-size: 8.5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .collection-card__arrow {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .collections-foot {
    grid-template-columns: 1fr auto;
    margin-top: 24px;
  }
  .collections-foot p { display: none; }

  #san-pham.section { padding-top: 76px; }
}

@media (max-width: 420px) {
  .trust-grid-v3 { grid-template-columns: repeat(4, 86vw); }
  .collection-grid { gap: 9px; }
  .collection-card__body {
    min-height: 212px;
    padding: 14px 12px 13px;
  }
  .collection-card h3 { font-size: 18px; }
  .collection-card__topline { font-size: 7.5px; }
  .collection-card__index {
    top: 10px;
    left: 10px;
    min-width: 30px;
    height: 30px;
  }
  .collections-foot a { font-size: 8px; }
}


/* =========================================================
   V3 KOREAN PREMIUM — PRODUCT CATALOG + PRODUCT MODAL
   ========================================================= */

#san-pham {
  overflow: hidden;
}
#san-pham .section-head {
  position: relative;
  align-items: end;
}
#san-pham .section-head::after {
  content: "CATALOG · 2026";
  position: absolute;
  right: 0;
  bottom: -18px;
  color: var(--color-text-soft);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
}

/* ---------- Premium Product Card ---------- */
.product-card-v3 {
  overflow: hidden;
  border: 1px solid rgba(109,82,65,.12);
  background:
    linear-gradient(180deg, rgba(255,253,252,1), rgba(250,247,242,.96));
  box-shadow: 0 7px 28px rgba(46,29,20,.035);
  transform: translateZ(0);
}
.product-card-v3:hover {
  border-color: rgba(192,154,103,.40);
  box-shadow: 0 26px 66px rgba(46,29,20,.13);
}

.product-card-v3__media {
  position: relative;
  aspect-ratio: 1 / 1.04;
  background:
    radial-gradient(circle at 50% 42%, #F8F1E9 0%, #ECE1D6 68%, #E1D4C7 100%);
}
.product-card-v3__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(145deg, rgba(255,255,255,.20), transparent 38%),
    linear-gradient(0deg, rgba(24,19,16,.05), transparent 30%);
}
.product-card-v3__media img {
  position: relative;
  z-index: 0;
  filter: saturate(.96) contrast(1.01);
}
.product-card-v3:hover .product-card-v3__media img {
  transform: scale(1.055);
}

.product-card-v3__badges {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 6px 10px;
  border-radius: var(--radius-pill);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.product-badge--best {
  background: rgba(126,57,41,.94);
  color: #FFF7EF;
  box-shadow: 0 8px 22px rgba(98,37,25,.16);
}
.product-badge--new {
  border: 1px solid rgba(255,255,255,.52);
  background: rgba(31,26,22,.36);
  color: #FFF8EF;
}

.product-card-v3__quick {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  background: rgba(29,24,20,.18);
  color: #FFFDF9;
  font-size: 16px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(7px);
  backdrop-filter: blur(10px);
  transition:
    opacity var(--duration-normal) var(--ease-premium),
    transform var(--duration-normal) var(--ease-premium),
    background var(--duration-normal) var(--ease-premium);
}
.product-card-v3:hover .product-card-v3__quick {
  opacity: 1;
  transform: translateY(0);
}
.product-card-v3__quick:hover {
  background: var(--color-clay);
}

.product-card-v3__media-line {
  position: absolute;
  z-index: 3;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
}

.product-card-v3__body {
  display: flex;
  flex-direction: column;
  min-height: 286px;
  padding: 20px 20px 18px;
}
.product-card-v3__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.product-card-v3__meta .product-tag {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--color-clay);
  font-size: 8.5px;
  letter-spacing: .12em;
}
.product-card-v3__number {
  flex: 0 0 auto;
  color: #B5A69A;
  font-family: var(--font-display);
  font-size: 11px;
}
.product-card-v3 h3 {
  min-height: 47px;
  margin: 12px 0 17px;
  color: var(--color-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.product-card-v3__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: 13px;
  background: rgba(247,242,235,.68);
}
.product-spec-v3 {
  min-width: 0;
  padding: 10px 11px 11px;
}
.product-spec-v3 + .product-spec-v3 {
  border-left: 1px solid var(--color-border-light);
}
.product-spec-v3--wide {
  grid-column: 1 / -1;
}
.product-spec-v3 span {
  display: block;
  margin-bottom: 3px;
  color: var(--color-text-soft);
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.product-spec-v3 strong {
  display: block;
  overflow: hidden;
  color: #5C4C42;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card-v3__use {
  display: -webkit-box;
  margin: 13px 0 0;
  overflow: hidden;
  color: var(--color-text-soft);
  font-size: 10px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.product-card-v3__footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--color-border-light);
}
.product-card-v3__price {
  min-width: 0;
}
.product-card-v3__price span {
  display: block;
  margin-bottom: 2px;
  color: var(--color-text-soft);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.product-card-v3__price strong {
  display: block;
  color: var(--color-brown);
  font-size: 13px;
  font-weight: 800;
}
.product-card-v3__detail {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-clay);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.product-card-v3__detail span {
  transition: transform var(--duration-normal) var(--ease-premium);
}
.product-card-v3__detail:hover span {
  transform: translateX(4px);
}

/* ---------- Premium Product Modal ---------- */
.modal-card {
  width: min(1040px, 100%);
  background: #F5EFE7;
}
.product-modal-v3 {
  min-height: 610px;
}
.product-modal-v3__media {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, #F5EDE4, #DCCDBE 76%);
}
.product-modal-v3__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 65%, rgba(23,19,16,.40)),
    linear-gradient(135deg, rgba(255,255,255,.12), transparent 45%);
  pointer-events: none;
}
.product-modal-v3__media img {
  transition: transform 900ms var(--ease-premium);
}
.modal.show .product-modal-v3__media img {
  transform: scale(1.015);
}
.product-modal-v3__badge {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
}
.product-modal-v3__media-caption {
  position: absolute;
  z-index: 3;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255,255,255,.78);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.product-modal-v3__media-caption .text-korean {
  color: #F2D8B4;
  font-size: 11px;
}

.product-modal-v3__content {
  display: flex;
  flex-direction: column;
  padding: 38px 38px 32px;
}
.product-modal-v3__close {
  position: absolute;
  top: 22px;
  right: 22px;
  float: none;
  background: rgba(244,238,229,.82);
  backdrop-filter: blur(10px);
}
.product-modal-v3__kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-right: 50px;
}
.product-modal-v3__status {
  color: var(--color-brass);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.product-modal-v3__title {
  max-width: 520px;
  margin: 20px 0 17px;
  color: var(--color-ink);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.06;
}
.product-modal-v3__description {
  max-width: 520px;
  margin-bottom: 24px;
  font-size: 13.5px;
  line-height: 1.75;
}

.product-modal-v3__spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  overflow: hidden;
  margin-bottom: 26px;
  border: 1px solid var(--color-border);
  border-radius: 15px;
  background: rgba(255,253,252,.62);
}
.product-modal-v3__spec {
  padding: 14px 13px;
}
.product-modal-v3__spec + .product-modal-v3__spec {
  border-left: 1px solid var(--color-border);
}
.product-modal-v3__spec span {
  display: block;
  margin-bottom: 4px;
  color: var(--color-text-soft);
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-modal-v3__spec strong {
  display: block;
  color: var(--color-brown);
  font-size: 11px;
  line-height: 1.4;
}

.product-modal-v3__application {
  padding: 19px 0 20px;
  border-top: 1px solid var(--color-border-light);
  border-bottom: 1px solid var(--color-border-light);
}
.product-modal-v3__label {
  display: block;
  margin-bottom: 6px;
  color: var(--color-clay);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.product-modal-v3__application p {
  margin: 0;
  color: var(--color-ink);
  font-size: 12px;
  font-weight: 600;
}

.product-modal-v3__note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 19px 0 0;
  color: var(--color-success);
}
.product-modal-v3__note > span {
  flex: 0 0 auto;
  font-weight: 800;
}
.product-modal-v3__note p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 10.5px;
  line-height: 1.55;
}
.product-modal-v3__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 25px;
}
.product-modal-v3__actions .btn {
  flex: 1 1 180px;
}

/* ---------- Catalog responsive ---------- */
@media (max-width: 1024px) {
  .product-card-v3__body { min-height: 276px; }
  .product-modal-v3__content { padding: 34px 30px 28px; }
}

@media (max-width: 768px) {
  #san-pham .section-head::after { display: none; }

  .product-card-v3__quick {
    opacity: 1;
    transform: none;
    width: 34px;
    height: 34px;
  }
  .product-card-v3__badges { top: 10px; left: 10px; }
  .product-badge { min-height: 24px; padding: 5px 8px; font-size: 7px; }

  .product-card-v3__body {
    min-height: 254px;
    padding: 15px 14px 14px;
  }
  .product-card-v3 h3 {
    min-height: 42px;
    margin: 10px 0 13px;
    font-size: 14px;
    line-height: 1.45;
  }
  .product-card-v3__meta .product-tag { font-size: 7px; }
  .product-card-v3__number { font-size: 9px; }
  .product-spec-v3 { padding: 8px 8px 9px; }
  .product-spec-v3 span { font-size: 6.5px; }
  .product-spec-v3 strong { font-size: 9px; }
  .product-card-v3__use { display: none; }
  .product-card-v3__footer { padding-top: 13px; }
  .product-card-v3__price span { font-size: 6px; }
  .product-card-v3__price strong { font-size: 11px; }
  .product-card-v3__detail { font-size: 9px; }

  .modal-card {
    max-height: 94dvh;
    border-radius: 22px 22px 0 0;
  }
  .modal {
    align-items: flex-end;
    padding: 8px 8px 0;
  }
  .product-modal-v3 {
    min-height: 0;
  }
  .product-modal-v3__media {
    min-height: 0;
    aspect-ratio: 1.35 / 1;
  }
  .product-modal-v3__content {
    padding: 24px 20px calc(24px + env(safe-area-inset-bottom));
  }
  .product-modal-v3__close {
    top: 14px;
    right: 14px;
  }
  .product-modal-v3__title {
    margin: 16px 0 12px;
    font-size: clamp(29px, 8vw, 38px);
  }
  .product-modal-v3__description {
    margin-bottom: 18px;
    font-size: 12px;
  }
  .product-modal-v3__spec-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
    margin-bottom: 19px;
  }
  .product-modal-v3__spec {
    padding: 11px 8px;
  }
  .product-modal-v3__spec span { font-size: 6.5px; }
  .product-modal-v3__spec strong { font-size: 9px; }
  .product-modal-v3__media-caption { left: 16px; right: 16px; bottom: 14px; }
  .product-modal-v3__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 21px;
    padding-top: 0;
  }
  .product-modal-v3__actions .btn {
    min-width: 0;
    padding-inline: 12px;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .product-card-v3__body {
    min-height: 238px;
    padding: 12px 11px 12px;
  }
  .product-card-v3 h3 {
    min-height: 40px;
    font-size: 13px;
  }
  .product-card-v3__quick {
    top: 9px;
    right: 9px;
    width: 31px;
    height: 31px;
  }
  .product-spec-v3 {
    padding: 7px 6px 8px;
  }
  .product-card-v3__detail span { display: none; }

  .product-modal-v3__spec-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-modal-v3__spec:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--color-border);
    border-left: 0;
  }
  .product-modal-v3__actions {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   V3 KOREAN PREMIUM — RESTAURANT SOLUTIONS + DISH PICKER
   ========================================================= */

/* ---------- Restaurant Solutions ---------- */
.restaurant-solutions {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding-block: 112px;
  background: #161310;
  color: #F8F1E8;
}
.restaurant-solutions__background {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    url("../assets/backgrounds/heritage-dark.webp")
    center center / cover no-repeat;
}
.restaurant-solutions__veil {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg,
      rgba(16,13,11,.96) 0%,
      rgba(16,13,11,.89) 37%,
      rgba(16,13,11,.70) 65%,
      rgba(16,13,11,.63) 100%),
    linear-gradient(0deg, rgba(15,12,10,.40), transparent 60%);
}
.restaurant-solutions::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  z-index: -2;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(210,174,122,.13);
  border-radius: 50%;
}
.restaurant-solutions__inner {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 72px;
  align-items: center;
}
.restaurant-solutions__intro {
  max-width: 650px;
}
.restaurant-solutions__kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: #D4AE77;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.restaurant-solutions__kicker .text-korean {
  color: #F1D9B7;
  font-size: 11px;
}
.restaurant-solutions h2 {
  max-width: 680px;
  margin-bottom: 24px;
  color: #FFF9F2;
  font-size: clamp(43px, 4.6vw, 66px);
  line-height: 1.02;
}
.restaurant-solutions__intro > p {
  max-width: 590px;
  color: rgba(255,245,234,.64);
  font-size: 14px;
  line-height: 1.8;
}
.restaurant-solutions__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.restaurant-solutions__actions .btn {
  min-width: 190px;
}
.restaurant-solutions__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.13);
}
.restaurant-solutions__metrics > div {
  min-width: 0;
  padding-right: 20px;
}
.restaurant-solutions__metrics > div + div {
  padding-left: 20px;
  border-left: 1px solid rgba(255,255,255,.12);
}
.restaurant-solutions__metrics strong {
  display: block;
  overflow: hidden;
  margin-bottom: 4px;
  color: #E8C696;
  font-family: var(--font-display);
  font-size: 21px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.restaurant-solutions__metrics span {
  display: block;
  color: rgba(255,245,234,.48);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.45;
}

.solution-grid {
  display: grid;
  gap: 11px;
}
.solution-card-v3 {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 145px;
  padding: 20px 20px 20px 22px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 19px;
  background: rgba(30,25,22,.68);
  color: #fff;
  backdrop-filter: blur(11px);
  transition:
    transform var(--duration-normal) var(--ease-premium),
    background var(--duration-normal) var(--ease-premium),
    border-color var(--duration-normal) var(--ease-premium);
}
.solution-card-v3:hover {
  transform: translateX(-5px);
  border-color: rgba(218,181,128,.30);
  background: rgba(43,34,29,.83);
}
.solution-card-v3__top {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 16px;
  border-right: 1px solid rgba(255,255,255,.10);
}
.solution-card-v3__top > span {
  color: #D7B17C;
  font-family: var(--font-display);
  font-size: 27px;
}
.solution-card-v3__top small {
  color: rgba(255,255,255,.42);
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.solution-card-v3__body h3 {
  margin: 0 0 7px;
  color: #FFF8F0;
  font-family: var(--font-body);
  font-size: 17px;
  letter-spacing: -.015em;
}
.solution-card-v3__body p {
  max-width: 360px;
  margin: 0;
  color: rgba(255,244,232,.55);
  font-size: 11px;
  line-height: 1.6;
}
.solution-card-v3__footer {
  width: 115px;
  display: grid;
  justify-items: end;
  gap: 12px;
  color: rgba(255,244,232,.43);
  text-align: right;
}
.solution-card-v3__footer span {
  font-size: 8.5px;
  line-height: 1.45;
}
.solution-card-v3__footer i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: #E2C08F;
  font-style: normal;
  transition: transform var(--duration-normal) var(--ease-premium);
}
.solution-card-v3:hover .solution-card-v3__footer i {
  transform: rotate(8deg);
}

/* ---------- Dish Picker ---------- */
.dish-picker {
  position: relative;
  overflow: hidden;
  padding-block: 112px;
  background:
    radial-gradient(circle at 8% 8%, rgba(192,154,103,.10), transparent 25%),
    linear-gradient(180deg, #F6F0E8 0%, #FFFDFC 58%, #F6F0E8 100%);
}
.dish-picker::after {
  content: "옹기";
  position: absolute;
  right: -15px;
  top: 20px;
  color: rgba(107,70,50,.035);
  font-family: var(--font-korean);
  font-size: clamp(110px, 15vw, 230px);
  font-weight: 700;
  pointer-events: none;
}
.dish-picker__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr .78fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 40px;
}
.dish-picker__head h2 {
  max-width: 680px;
  margin: 14px 0 0;
  font-size: clamp(42px, 4.8vw, 68px);
}
.dish-picker__head-copy {
  max-width: 520px;
  justify-self: end;
}
.dish-picker__head-copy p {
  margin-bottom: 12px;
  font-size: 13.5px;
  line-height: 1.75;
}
.dish-picker__head-copy > span {
  color: var(--color-text-soft);
  font-size: 9.5px;
  font-weight: 600;
}

.dish-tabs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  overflow: hidden;
  margin-bottom: 17px;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: rgba(255,253,252,.62);
}
.dish-tab {
  min-width: 0;
  min-height: 84px;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 10px;
  padding: 15px 16px;
  border: 0;
  border-right: 1px solid var(--color-border);
  background: transparent;
  color: var(--color-ink);
  text-align: left;
  cursor: pointer;
  transition:
    background var(--duration-normal) var(--ease-premium),
    color var(--duration-normal) var(--ease-premium);
}
.dish-tab:last-child { border-right: 0; }
.dish-tab:hover { background: rgba(192,154,103,.08); }
.dish-tab.is-active {
  background: var(--color-black);
  color: #fff;
}
.dish-tab__number {
  color: var(--color-clay);
  font-family: var(--font-display);
  font-size: 16px;
}
.dish-tab.is-active .dish-tab__number { color: #E0BD8B; }
.dish-tab__copy {
  min-width: 0;
}
.dish-tab__copy strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.35;
}
.dish-tab__copy small {
  display: block;
  overflow: hidden;
  color: var(--color-text-soft);
  font-size: 7.5px;
  font-weight: 600;
  letter-spacing: .04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dish-tab.is-active .dish-tab__copy small {
  color: rgba(255,255,255,.54);
}

.dish-recommendation {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255,253,252,.98), rgba(247,241,234,.95));
  box-shadow: 0 20px 60px rgba(46,29,20,.07);
}
.dish-recommendation__summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 44px;
  align-items: end;
  padding: 34px 34px 27px;
  border-bottom: 1px solid var(--color-border-light);
}
.dish-recommendation__korean {
  display: block;
  margin-bottom: 8px;
  color: var(--color-brass);
  font-size: 11px;
}
.dish-recommendation__summary h3 {
  margin: 10px 0 9px;
  font-size: clamp(30px, 3vw, 43px);
}
.dish-recommendation__summary p {
  max-width: 620px;
  margin: 0;
  font-size: 12.5px;
}
.dish-recommendation__ideal {
  min-width: 190px;
  padding-left: 25px;
  border-left: 1px solid var(--color-border);
}
.dish-recommendation__ideal span,
.dish-recommendation__ideal small {
  display: block;
  color: var(--color-text-soft);
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.dish-recommendation__ideal strong {
  display: block;
  margin: 5px 0;
  color: var(--color-brown);
  font-family: var(--font-display);
  font-size: 27px;
}

.dish-recommendation__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border-bottom: 1px solid var(--color-border-light);
}
.dish-product {
  min-width: 0;
  display: grid;
  grid-template-rows: 150px 1fr;
  padding: 0;
  border: 0;
  border-right: 1px solid var(--color-border-light);
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background var(--duration-normal) var(--ease-premium);
}
.dish-product:last-child { border-right: 0; }
.dish-product:hover { background: rgba(192,154,103,.055); }
.dish-product__image {
  position: relative;
  overflow: hidden;
  background: #F0E7DE;
}
.dish-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-slow) var(--ease-premium);
}
.dish-product:hover .dish-product__image img {
  transform: scale(1.045);
}
.dish-product__body {
  position: relative;
  min-height: 144px;
  display: flex;
  flex-direction: column;
  padding: 17px 18px 18px;
}
.dish-product__body small {
  margin-bottom: 7px;
  overflow: hidden;
  color: var(--color-clay);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .10em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.dish-product__body strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--color-ink);
  font-size: 11px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.dish-product__body > span {
  margin-top: auto;
  color: var(--color-text-soft);
  font-size: 8.5px;
}
.dish-product > i {
  position: absolute;
}
.dish-product {
  position: relative;
}
.dish-product > i {
  right: 14px;
  bottom: 13px;
  color: var(--color-clay);
  font-size: 13px;
  font-style: normal;
}

.dish-recommendation__empty {
  grid-column: 1 / -1;
  padding: 36px;
  color: var(--color-text-muted);
  font-size: 12px;
  text-align: center;
}
.dish-recommendation__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 24px;
}
.dish-recommendation__footer p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 9.5px;
}
.dish-recommendation__footer p span {
  color: var(--color-success);
  font-weight: 900;
}
.dish-recommendation__footer .btn {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 10px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .restaurant-solutions__inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .restaurant-solutions__intro {
    max-width: 760px;
  }
  .solution-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  .solution-card-v3 {
    grid-template-columns: 1fr;
    min-height: 235px;
    align-content: start;
  }
  .solution-card-v3__top {
    min-height: 58px;
    flex-direction: row;
    align-items: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
    padding: 0 0 14px;
  }
  .solution-card-v3__footer {
    width: auto;
    margin-top: auto;
    grid-template-columns: 1fr auto;
    align-items: end;
    justify-items: start;
    text-align: left;
  }
  .solution-card-v3__footer i {
    justify-self: end;
  }

  .dish-picker__head {
    grid-template-columns: 1fr .7fr;
    gap: 42px;
  }
  .dish-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
  .dish-tab:nth-child(2) { border-right: 0; }
  .dish-tab:nth-child(-n+2) { border-bottom: 1px solid var(--color-border); }
  .dish-recommendation__products {
    grid-template-columns: repeat(2, 1fr);
  }
  .dish-product:nth-child(2) { border-right: 0; }
  .dish-product:nth-child(-n+2) { border-bottom: 1px solid var(--color-border-light); }
}

@media (max-width: 768px) {
  .restaurant-solutions {
    padding-block: 78px;
  }
  .restaurant-solutions__background {
    background-position: 64% center;
  }
  .restaurant-solutions__veil {
    background:
      linear-gradient(0deg,
        rgba(16,13,11,.97) 0%,
        rgba(16,13,11,.92) 66%,
        rgba(16,13,11,.78) 100%);
  }
  .restaurant-solutions h2 {
    font-size: clamp(38px, 10vw, 50px);
  }
  .restaurant-solutions__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .restaurant-solutions__actions .btn {
    min-width: 0;
    padding-inline: 12px;
    font-size: 11px;
  }
  .restaurant-solutions__metrics {
    margin-top: 30px;
  }
  .restaurant-solutions__metrics > div {
    padding-right: 10px;
  }
  .restaurant-solutions__metrics > div + div {
    padding-left: 10px;
  }
  .restaurant-solutions__metrics strong {
    font-size: 16px;
  }
  .restaurant-solutions__metrics span {
    font-size: 7.5px;
  }

  .solution-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-inline: -12px;
    padding: 0 12px 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .solution-grid::-webkit-scrollbar { display: none; }
  .solution-card-v3 {
    min-width: 82vw;
    min-height: 210px;
    scroll-snap-align: start;
  }

  .dish-picker {
    padding-block: 78px;
  }
  .dish-picker__head {
    display: block;
    margin-bottom: 28px;
  }
  .dish-picker__head h2 {
    font-size: clamp(37px, 10vw, 48px);
  }
  .dish-picker__head-copy {
    max-width: none;
    margin-top: 22px;
  }
  .dish-tabs {
    display: flex;
    overflow-x: auto;
    margin-inline: -12px;
    padding-inline: 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    scrollbar-width: none;
  }
  .dish-tabs::-webkit-scrollbar { display: none; }
  .dish-tab {
    min-width: 72vw;
    min-height: 75px;
    border: 1px solid var(--color-border) !important;
    border-radius: 15px;
    background: rgba(255,253,252,.72);
    margin-right: 8px;
  }
  .dish-tab.is-active {
    border-color: var(--color-black) !important;
  }

  .dish-recommendation {
    border-radius: 20px;
  }
  .dish-recommendation__summary {
    display: block;
    padding: 25px 20px 21px;
  }
  .dish-recommendation__summary h3 {
    font-size: 31px;
  }
  .dish-recommendation__ideal {
    margin-top: 19px;
    padding: 17px 0 0;
    border-top: 1px solid var(--color-border);
    border-left: 0;
  }
  .dish-recommendation__ideal strong {
    font-size: 22px;
  }
  .dish-recommendation__products {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .dish-recommendation__products::-webkit-scrollbar { display: none; }
  .dish-product {
    min-width: 62vw;
    grid-template-rows: 135px 1fr;
    border-right: 1px solid var(--color-border-light) !important;
    border-bottom: 0 !important;
    scroll-snap-align: start;
  }
  .dish-recommendation__footer {
    display: block;
    padding: 18px;
  }
  .dish-recommendation__footer .btn {
    width: 100%;
    margin-top: 14px;
  }
}

@media (max-width: 420px) {
  .restaurant-solutions__actions {
    grid-template-columns: 1fr;
  }
  .restaurant-solutions__metrics strong {
    font-size: 14px;
  }
  .solution-card-v3 {
    min-width: 86vw;
  }
  .dish-tab {
    min-width: 80vw;
  }
  .dish-product {
    min-width: 72vw;
  }
}


/* =========================================================
   V3 KOREAN PREMIUM — WHOLESALE PROCESS + QUOTE CTA + FOOTER
   ========================================================= */

/* ---------- Wholesale Process ---------- */
.wholesale-process {
  position: relative;
  overflow: hidden;
  padding-block: 112px;
  background:
    radial-gradient(circle at 84% 12%, rgba(192,154,103,.09), transparent 25%),
    #FFFDFC;
}
.wholesale-process::before {
  content: "WHOLESALE";
  position: absolute;
  right: -25px;
  top: 28px;
  color: rgba(107,70,50,.035);
  font-family: var(--font-display);
  font-size: clamp(80px, 11vw, 170px);
  font-weight: 700;
  letter-spacing: -.05em;
  pointer-events: none;
}
.wholesale-process__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 58px;
}
.wholesale-process__head h2 {
  max-width: 670px;
  margin: 14px 0 0;
  font-size: clamp(42px, 4.8vw, 68px);
}
.wholesale-process__head-note {
  max-width: 500px;
  justify-self: end;
  padding-bottom: 7px;
}
.wholesale-process__head-note > span {
  display: block;
  margin-bottom: 10px;
  color: var(--color-brass);
  font-size: 10px;
  letter-spacing: .12em;
}
.wholesale-process__head-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}

.wholesale-process__timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border-top: 1px solid var(--color-border);
}
.wholesale-step {
  min-width: 0;
  padding: 0 26px 30px 0;
}
.wholesale-step + .wholesale-step {
  padding-left: 26px;
  border-left: 1px solid var(--color-border-light);
}
.wholesale-step__rail {
  height: 70px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-top: 17px;
}
.wholesale-step__rail span {
  min-width: 35px;
  color: var(--color-clay);
  font-family: var(--font-display);
  font-size: 18px;
}
.wholesale-step__rail i {
  flex: 1;
  height: 1px;
  margin-top: 12px;
  background: linear-gradient(90deg, var(--color-border), transparent);
}
.wholesale-step__body small {
  display: block;
  margin-bottom: 9px;
  color: var(--color-brass);
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.wholesale-step__body h3 {
  margin-bottom: 10px;
  font-family: var(--font-body);
  font-size: 17px;
  letter-spacing: -.015em;
}
.wholesale-step__body p {
  max-width: 245px;
  margin: 0;
  font-size: 11px;
  line-height: 1.7;
}
.wholesale-step__body p strong {
  color: var(--color-brown);
}
.wholesale-process__foot {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid var(--color-border-light);
  border-radius: 15px;
  background: var(--color-surface-soft);
}
.wholesale-process__foot > span {
  color: var(--color-brown);
  font-size: 9px;
  letter-spacing: .10em;
}
.wholesale-process__foot p {
  margin: 0;
  font-size: 10px;
}
.wholesale-process__foot a {
  color: var(--color-clay);
  font-size: 10px;
  font-weight: 800;
}

/* ---------- Wholesale CTA ---------- */
.wholesale-cta {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding-block: 112px;
  background: #171310;
}
.wholesale-cta__background {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    url("../assets/backgrounds/heritage-dark.webp")
    center center / cover no-repeat;
  transform: scaleX(-1);
}
.wholesale-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg,
      rgba(20,15,12,.93) 0%,
      rgba(20,15,12,.80) 43%,
      rgba(20,15,12,.54) 66%,
      rgba(20,15,12,.76) 100%),
    radial-gradient(circle at 76% 35%, rgba(166,79,53,.19), transparent 35%);
}
.wholesale-cta__inner {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 72px;
  align-items: center;
}
.wholesale-cta__copy {
  max-width: 590px;
  color: #fff;
}
.wholesale-cta__kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 21px;
  color: #D6AF78;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.wholesale-cta__kicker .text-korean {
  color: #F2D7B2;
  font-size: 11px;
}
.wholesale-cta__copy h2 {
  margin-bottom: 22px;
  color: #FFF9F2;
  font-size: clamp(43px, 4.7vw, 68px);
  line-height: 1.01;
}
.wholesale-cta__copy > p {
  max-width: 560px;
  color: rgba(255,244,232,.62);
  font-size: 13.5px;
  line-height: 1.8;
}
.wholesale-cta__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  margin-top: 34px;
  padding-top: 23px;
  border-top: 1px solid rgba(255,255,255,.13);
}
.wholesale-cta__facts > div {
  min-width: 0;
  padding-right: 16px;
}
.wholesale-cta__facts > div + div {
  padding-left: 16px;
  border-left: 1px solid rgba(255,255,255,.11);
}
.wholesale-cta__facts strong {
  display: block;
  margin-bottom: 3px;
  color: #E6C18B;
  font-family: var(--font-display);
  font-size: 19px;
}
.wholesale-cta__facts span {
  display: block;
  color: rgba(255,245,234,.45);
  font-size: 8px;
  line-height: 1.45;
}
.wholesale-cta__contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin-top: 29px;
}
.wholesale-cta__contact > * {
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 13px;
  background: rgba(255,255,255,.045);
  backdrop-filter: blur(8px);
}
.wholesale-cta__contact span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,245,234,.40);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.wholesale-cta__contact strong {
  display: block;
  overflow: hidden;
  color: #FFF8EF;
  font-size: 10.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Quote Form */
.wholesale-cta__form-wrap {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,253,252,.98), rgba(247,241,234,.96));
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
}
.wholesale-cta__form-wrap::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(192,154,103,.13);
  border-radius: 20px;
  pointer-events: none;
}
.wholesale-cta__form-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.wholesale-cta__form-head .eyebrow {
  font-size: 9px;
}
.wholesale-cta__form-head h3 {
  margin: 8px 0 0;
  color: var(--color-ink);
  font-size: 29px;
}
.wholesale-cta__form-seal {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(166,79,53,.35);
  border-radius: 50%;
  color: var(--color-clay);
  font-size: 21px;
}
.quote-form-v3 {
  position: relative;
  z-index: 1;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.quote-form-v3 .form-grid {
  gap: 12px;
}
.form-field {
  display: block;
}
.form-field > span {
  display: block;
  margin: 0 0 6px 2px;
  color: var(--color-text-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.quote-form-v3 .input {
  min-height: 50px;
  border-color: #DED2C6;
  border-radius: 11px;
  background: rgba(255,255,255,.78);
  font-size: 12px;
}
.quote-form-v3 textarea.input {
  min-height: 105px;
}
.quote-form-v3__submit {
  margin-top: 3px;
  background: var(--color-black);
  box-shadow: none;
}
.quote-form-v3__submit:hover {
  background: var(--color-clay);
}
.quote-form-v3__note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 13px;
  color: var(--color-success);
}
.quote-form-v3__note p {
  margin: 0;
  color: var(--color-text-soft);
  font-size: 8.5px;
  line-height: 1.55;
}

/* ---------- Footer ---------- */
.footer-v3 {
  padding: 76px 0 28px;
  border: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(192,154,103,.08), transparent 20%),
    #110F0E;
  color: #fff;
}
.footer-v3__top {
  display: grid;
  grid-template-columns: 1.08fr 1.4fr;
  gap: 80px;
}
.footer-v3__brand {
  max-width: 480px;
}
.footer-v3__brand-lockup .brand-copy {
  max-width: 320px;
  color: #FFF9F2;
  font-size: 13px;
}
.footer-v3__brand p {
  max-width: 450px;
  margin: 22px 0 0;
  color: rgba(255,245,234,.46);
  font-size: 11px;
  line-height: 1.75;
}
.footer-v3__catalog {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.footer-v3__catalog span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--radius-pill);
  color: rgba(255,245,234,.48);
  font-size: 8px;
}
.footer-v3__catalog strong {
  color: #DAB682;
}
.footer-v3__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.footer-v3__nav > div > strong {
  display: block;
  margin-bottom: 17px;
  color: #E7C28E;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-v3__nav a,
.footer-v3__nav p {
  display: block;
  margin: 9px 0;
  color: rgba(255,245,234,.57);
  font-size: 10px;
  transition: color var(--duration-fast);
}
.footer-v3__nav a:hover {
  color: #fff;
}
.footer-v3__divider {
  height: 1px;
  margin: 48px 0 22px;
  background: rgba(255,255,255,.09);
}
.footer-v3__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  color: rgba(255,245,234,.34);
  font-size: 8px;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.footer-v3__bottom > div {
  display: flex;
  gap: 7px;
}
.footer-v3__bottom > div .text-korean {
  color: #CBAA7B;
}
.footer-v3__bottom p {
  margin: 0;
  color: inherit;
  font-size: inherit;
}
.footer-v3__admin {
  justify-self: end;
  margin: 0;
  color: rgba(255,245,234,.42);
  font-size: 8px;
}
.footer-v3__admin:hover {
  color: #fff;
}

/* Floating / mobile action bar */
.floating-v3 .float-btn {
  transition:
    transform var(--duration-normal) var(--ease-premium),
    box-shadow var(--duration-normal) var(--ease-premium);
}
.floating-v3 .float-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(0,0,0,.22);
}
.mobile-contact-bar {
  display: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .wholesale-process__head {
    grid-template-columns: 1fr .7fr;
    gap: 42px;
  }
  .wholesale-process__timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .wholesale-step:nth-child(3),
  .wholesale-step:nth-child(4) {
    border-top: 1px solid var(--color-border-light);
  }

  .wholesale-cta__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .wholesale-cta__copy {
    max-width: 760px;
  }
  .wholesale-cta__form-wrap {
    max-width: 760px;
  }

  .footer-v3__top {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .wholesale-process {
    padding-block: 78px;
  }
  .wholesale-process__head {
    display: block;
    margin-bottom: 36px;
  }
  .wholesale-process__head h2 {
    font-size: clamp(37px, 10vw, 48px);
  }
  .wholesale-process__head-note {
    max-width: none;
    margin-top: 22px;
    padding: 0;
  }
  .wholesale-process__timeline {
    display: block;
    border-top: 0;
    border-left: 1px solid var(--color-border);
    margin-left: 17px;
  }
  .wholesale-step,
  .wholesale-step + .wholesale-step {
    position: relative;
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 10px;
    padding: 0 0 34px 0;
    border: 0;
  }
  .wholesale-step__rail {
    height: auto;
    padding: 0;
  }
  .wholesale-step__rail span {
    position: relative;
    left: -18px;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    background: #FFFDFC;
    font-size: 13px;
  }
  .wholesale-step__rail i {
    display: none;
  }
  .wholesale-step__body p {
    max-width: 520px;
  }
  .wholesale-process__foot {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wholesale-cta {
    padding-block: 78px;
  }
  .wholesale-cta__background {
    background-position: 64% center;
  }
  .wholesale-cta__overlay {
    background:
      linear-gradient(0deg,
        rgba(20,15,12,.97) 0%,
        rgba(20,15,12,.88) 100%);
  }
  .wholesale-cta__copy h2 {
    font-size: clamp(38px, 10vw, 50px);
  }
  .wholesale-cta__facts > div {
    padding-right: 9px;
  }
  .wholesale-cta__facts > div + div {
    padding-left: 9px;
  }
  .wholesale-cta__facts strong {
    font-size: 16px;
  }
  .wholesale-cta__contact {
    grid-template-columns: 1fr;
  }
  .wholesale-cta__form-wrap {
    padding: 21px 17px;
    border-radius: 22px;
  }
  .wholesale-cta__form-head h3 {
    font-size: 24px;
  }
  .quote-form-v3 .form-grid {
    grid-template-columns: 1fr;
  }

  .footer-v3 {
    padding: 62px 0 calc(96px + env(safe-area-inset-bottom));
  }
  .footer-v3__nav {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }
  .footer-v3__nav > div:last-child {
    grid-column: 1 / -1;
  }
  .footer-v3__bottom {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .footer-v3__admin {
    justify-self: start;
  }

  .floating-v3 {
    display: none;
  }
  .mobile-contact-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: var(--z-floating);
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 7px;
    padding: 7px;
    border: 1px solid rgba(226,215,203,.82);
    border-radius: 18px;
    background: rgba(255,253,252,.92);
    box-shadow: 0 18px 50px rgba(31,22,17,.18);
    backdrop-filter: blur(18px);
  }
  .mobile-contact-bar a {
    min-height: 45px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 800;
  }
  .mobile-contact-bar__zalo {
    background: #1168F2;
    color: #fff;
  }
  .mobile-contact-bar__call {
    background: var(--color-black);
    color: #fff;
  }
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 420px) {
  .wholesale-process__foot a {
    font-size: 9px;
  }
  .wholesale-cta__facts span {
    font-size: 7px;
  }
  .wholesale-cta__form-seal {
    width: 42px;
    height: 42px;
  }
  .footer-v3__nav {
    grid-template-columns: 1fr;
  }
  .footer-v3__nav > div:last-child {
    grid-column: auto;
  }
}

/* =========================================================
   V3 SOCIAL LINKS — FIX2
   ========================================================= */
[hidden] {
  display: none !important;
}

.social-channels {
  padding: 72px 0;
  border-top: 1px solid var(--color-border-light);
  background:
    radial-gradient(circle at 88% 15%, rgba(192,154,103,.10), transparent 25%),
    linear-gradient(180deg, #FFFDFC 0%, #F6F0E8 100%);
}
.social-channels__inner {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 72px;
  align-items: center;
}
.social-channels__copy h2 {
  margin: 12px 0 16px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
}
.social-channels__copy p {
  max-width: 520px;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.75;
}
.social-channels__links {
  display: grid;
  gap: 10px;
}
.social-channel {
  min-height: 92px;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: rgba(255,253,252,.80);
  color: var(--color-ink);
  box-shadow: 0 10px 32px rgba(46,29,20,.035);
  transition:
    transform var(--duration-normal) var(--ease-premium),
    border-color var(--duration-normal) var(--ease-premium),
    box-shadow var(--duration-normal) var(--ease-premium);
}
.social-channel:hover {
  transform: translateY(-3px);
  border-color: rgba(192,154,103,.55);
  box-shadow: 0 22px 50px rgba(46,29,20,.09);
}
.social-channel__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--color-black);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.social-channel--shopee .social-channel__icon {
  background: #EE4D2D;
}
.social-channel--facebook .social-channel__icon {
  background: #1877F2;
  font-family: Arial, sans-serif;
  font-size: 22px;
}
.social-channel--tiktok .social-channel__icon {
  background: #111;
}
.social-channel__text small {
  display: block;
  margin-bottom: 4px;
  color: var(--color-text-soft);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.social-channel__text strong {
  display: block;
  font-size: 15px;
}
.social-channel > i {
  color: var(--color-clay);
  font-size: 18px;
  font-style: normal;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.footer-social__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  margin: 0 !important;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,.035);
  color: rgba(255,248,239,.72) !important;
  font-size: 8px !important;
  font-weight: 700;
  letter-spacing: .04em;
}
.footer-social__icon {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #E3BE88;
  font-size: 10px;
  font-weight: 900;
}

.mobile-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.mobile-social__item {
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,.55);
  color: var(--color-brown);
  font-size: 9px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .social-channels {
    padding: 56px 0;
  }
  .social-channels__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .social-channels__copy h2 {
    font-size: clamp(34px, 9vw, 44px);
  }
  .social-channel {
    min-height: 78px;
    grid-template-columns: 42px 1fr auto;
    padding: 13px 14px;
    border-radius: 15px;
  }
  .social-channel__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
}


/* =========================================================
   V3 QUICK CONTACT CLUSTER
   Zalo · Call · Shopee · Facebook · TikTok
   ========================================================= */
.quick-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: var(--z-floating);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.quick-contact__btn {
  min-width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  overflow: hidden;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.60);
  border-radius: 999px;
  background: rgba(255,253,252,.94);
  color: var(--color-ink);
  box-shadow: 0 10px 28px rgba(30,21,16,.16);
  backdrop-filter: blur(14px);
  transition:
    width var(--duration-normal) var(--ease-premium),
    transform var(--duration-normal) var(--ease-premium),
    box-shadow var(--duration-normal) var(--ease-premium);
}

.quick-contact__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(30,21,16,.22);
}

.quick-contact__icon {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.quick-contact__label {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  color: var(--color-ink);
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
  transition:
    max-width var(--duration-normal) var(--ease-premium),
    opacity var(--duration-normal) var(--ease-premium);
}

.quick-contact__btn:hover .quick-contact__label,
.quick-contact__btn:focus-visible .quick-contact__label {
  max-width: 90px;
  opacity: 1;
}

.quick-contact__btn--zalo .quick-contact__icon {
  background: #1168F2;
}
.quick-contact__btn--call .quick-contact__icon {
  background: var(--color-black);
}
.quick-contact__btn--shopee .quick-contact__icon {
  background: #EE4D2D;
}
.quick-contact__btn--facebook .quick-contact__icon {
  background: #1877F2;
  font-family: Arial, sans-serif;
  font-size: 13px;
}
.quick-contact__btn--tiktok .quick-contact__icon {
  background: #111;
}

@media (max-width: 768px) {
  .quick-contact {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 7px;
    border: 1px solid rgba(226,215,203,.82);
    border-radius: 18px;
    background: rgba(255,253,252,.92);
    box-shadow: 0 18px 50px rgba(31,22,17,.18);
    backdrop-filter: blur(18px);
  }

  .quick-contact__btn {
    flex: 1 1 0;
    min-width: 0;
    height: 43px;
    justify-content: center;
    padding: 0 8px;
    border: 0;
    border-radius: 12px;
    box-shadow: none;
    background: rgba(245,240,233,.95);
  }

  .quick-contact__icon {
    width: 24px;
    height: 24px;
  }

  .quick-contact__label {
    display: none;
  }

  .quick-contact__btn:hover,
  .quick-contact__btn:focus-visible {
    transform: none;
    box-shadow: none;
  }

  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 420px) {
  .quick-contact {
    gap: 5px;
    padding: 6px;
  }

  .quick-contact__btn {
    height: 41px;
    padding-inline: 5px;
  }

  .quick-contact__icon {
    width: 23px;
    height: 23px;
    font-size: 10px;
  }
}
