:root {
  --red: #b5262d;
  --red-dark: #7e161d;
  --navy: #182a4a;
  --cream: #f7f0df;
  --cream-deep: #eadcbf;
  --gold: #c99b45;
  --ink: #171717;
  --muted: #6f6b64;
  --line: #ded9cf;
  --paper: #fffdf8;
  --white: #ffffff;
  --green: #35644e;
  --shadow: 0 18px 55px rgba(61, 40, 30, 0.12);
  --max: 1240px;
}

/* Korean commerce long-form product detail */
.gallery-main {
  position: relative;
  overflow: hidden;
}

.gallery-badge {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  padding: 8px 12px;
  color: var(--white);
  background: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.gallery-caption {
  position: absolute;
  right: 18px;
  bottom: 13px;
  left: 18px;
  margin: 0;
  color: #8c867d;
  font-size: 10px;
  text-align: center;
}

.detail-top-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.detail-top-badges span {
  padding: 5px 8px;
  border: 1px solid #ded5c7;
  color: #665f55;
  background: #fbf8f1;
  font-size: 10px;
  font-weight: 800;
}

.detail-top-badges .detail-stock-badge {
  border-color: rgba(181, 38, 45, .28);
  color: var(--red);
  background: #fff2ec;
}

.availability-rating span {
  color: var(--red);
}

.detail-tags {
  margin: 18px 0 5px;
  color: var(--green);
  font-size: 12px;
  font-weight: 750;
}

.price-stack {
  margin: 22px 0 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  column-gap: 14px;
}

.price-label {
  grid-column: 1;
  color: var(--muted);
  font-size: 12px;
}

.price-stack .detail-price {
  grid-column: 1;
  margin: 2px 0 0;
}

.point-copy {
  grid-column: 2;
  grid-row: 2;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.coupon-box {
  width: 100%;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px dashed var(--red);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--red-dark);
  background: #fff8f3;
  text-align: left;
}

.coupon-box span {
  display: grid;
  gap: 2px;
  font-size: 12px;
}

.coupon-box strong {
  font-size: 10px;
  letter-spacing: .12em;
}

.coupon-box b {
  flex: 0 0 auto;
  font-size: 12px;
}

.benefit-row small {
  margin-left: 4px;
  color: var(--red);
  font-weight: 800;
}

.welcome-gift {
  margin-top: 18px;
  padding: 13px 16px;
  border: 1px solid #ead8b8;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 14px;
  background: #fffaf0;
}

.welcome-gift img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.welcome-gift div {
  display: grid;
}

.welcome-gift strong {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .1em;
}

.welcome-gift span {
  font-size: 13px;
  font-weight: 800;
}

.welcome-gift small {
  color: var(--muted);
  font-size: 10px;
}

.purchase-notes {
  margin: 16px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 11px;
  list-style: none;
}

.purchase-notes li {
  padding: 3px 0 3px 12px;
  position: relative;
}

.purchase-notes li::before {
  content: "·";
  position: absolute;
  left: 0;
}

.detail-nav .container {
  grid-template-columns: repeat(6, 1fr);
}

.detail-campaign {
  color: #24211d;
  background: #eee7da;
}

.detail-inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
}

.campaign-hero {
  min-height: 760px;
  padding: 90px 8% 60px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 20px;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 22%, rgba(255,255,255,.12), transparent 26%),
    linear-gradient(145deg, #861d23, #b92b32 58%, #731218);
}

.campaign-kicker {
  display: block;
  margin-bottom: 22px;
  color: #efc96e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}

.campaign-kicker.dark {
  color: var(--red);
}

.campaign-copy h2,
.detail-section-heading h2,
.ingredient-copy h2,
.safety-copy h2,
.feeding-copy h2 {
  margin: 0;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(42px, 5.7vw, 72px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1.08;
}

.campaign-copy h2 strong {
  color: #ffd783;
  font-weight: 600;
}

.campaign-copy p {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.85;
}

.campaign-product {
  min-height: 560px;
  position: relative;
  display: grid;
  place-items: center;
}

.campaign-product::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
}

.campaign-product img {
  position: relative;
  z-index: 2;
  width: 84%;
  max-height: 570px;
  object-fit: contain;
  filter: drop-shadow(0 36px 35px rgba(33, 0, 0, .28));
}

.campaign-orbit {
  position: absolute;
  z-index: 3;
  top: 55px;
  right: 0;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: #f3d47c;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transform: rotate(8deg);
}

.detail-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--white);
  background: var(--navy);
}

.detail-proof-grid article {
  min-height: 170px;
  padding: 34px 24px;
  border-right: 1px solid rgba(255,255,255,.15);
  display: grid;
  align-content: center;
  gap: 10px;
  text-align: center;
}

.detail-proof-grid article:last-child {
  border-right: 0;
}

.detail-proof-grid strong {
  color: #efc96e;
  font-family: Georgia, serif;
  font-size: 36px;
  line-height: 1;
}

.detail-proof-grid span {
  color: rgba(255,255,255,.75);
  font-size: 12px;
}

.detail-proof-grid small {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.46);
  font-size: 9px;
  line-height: 1.45;
}

.value-equation-section {
  padding: 95px 8%;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 46px;
  align-items: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(239, 201, 110, .25), transparent 28%),
    #f5ede0;
}

.value-equation-copy h2 {
  margin: 18px 0;
  color: var(--navy);
  font-size: clamp(34px, 4.7vw, 58px);
  line-height: 1.05;
}

.value-equation-copy p {
  max-width: 620px;
  color: #6f665c;
}

.value-equation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.value-equation-grid article {
  min-height: 290px;
  padding: 30px;
  border: 1px solid #dfcfba;
  display: grid;
  align-content: end;
  background: rgba(255,255,255,.7);
}

.value-equation-grid article.recommended {
  border-color: var(--red);
  color: var(--white);
  background: var(--red);
  box-shadow: 0 24px 58px rgba(120, 30, 25, .18);
}

.value-equation-grid b {
  margin-bottom: 18px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.value-equation-grid article.recommended b {
  color: #f3d47c;
}

.value-equation-grid h3 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.2;
}

.value-equation-grid p {
  margin: 0;
  color: #6f665c;
  font-size: 13px;
}

.value-equation-grid article.recommended p {
  color: rgba(255,255,255,.78);
}

.problem-section,
.meal-ways,
.spec-section,
.review-content,
.faq-section,
.related-section {
  padding: 115px 8%;
}

.detail-section-heading {
  margin-bottom: 52px;
  text-align: center;
}

.detail-section-heading > span {
  display: block;
  margin-bottom: 17px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}

.detail-section-heading h2 {
  font-size: clamp(38px, 5.2vw, 62px);
}

.detail-section-heading > p {
  max-width: 660px;
  margin: 20px auto 0;
  color: var(--muted);
}

.detail-section-heading.light {
  color: var(--white);
}

.detail-section-heading.light > span {
  color: #efc96e;
}

.detail-section-heading.light > p {
  color: rgba(255,255,255,.7);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.problem-grid article {
  min-height: 220px;
  padding: 32px;
  border: 1px solid #e6dfd3;
  background: #fffdf9;
}

.problem-grid b {
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 26px;
}

.problem-grid h3 {
  margin: 25px 0 8px;
  font-size: 20px;
}

.problem-grid p {
  margin: 0;
  color: var(--muted);
}

.ingredient-intro {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #eef0df;
}

.ingredient-visual,
.ingredient-copy {
  padding: 80px 7%;
}

.ingredient-visual {
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(23,47,38,.1), rgba(23,47,38,.1)),
    #dfe6c7;
}

.ingredient-ring {
  width: 430px;
  height: 430px;
  max-width: 100%;
  position: relative;
  border: 1px solid rgba(53,100,78,.28);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.ingredient-ring::before,
.ingredient-ring::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(53,100,78,.2);
  border-radius: 50%;
}

.ingredient-ring::before {
  inset: 34px;
}

.ingredient-ring::after {
  inset: 72px;
}

.ingredient-ring img {
  position: relative;
  z-index: 2;
  width: 58%;
  max-height: 370px;
  object-fit: contain;
}

.ingredient-ring > span {
  position: absolute;
  z-index: 3;
  top: 28px;
  left: 12px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.ingredient-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ingredient-copy h2,
.safety-copy h2,
.feeding-copy h2 {
  font-size: clamp(38px, 4.5vw, 58px);
}

.ingredient-copy > p,
.safety-copy > p,
.feeding-copy > p {
  color: var(--muted);
  line-height: 1.8;
}

.ingredient-list {
  margin-top: 24px;
  border-top: 1px solid rgba(53,100,78,.25);
}

.ingredient-list > div {
  padding: 16px 0;
  border-bottom: 1px solid rgba(53,100,78,.2);
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
}

.ingredient-list b {
  color: var(--green);
  font-family: Georgia, serif;
}

.ingredient-list span {
  display: grid;
  font-size: 12px;
}

.ingredient-list strong {
  color: #1d3f32;
  font-size: 14px;
}

.ingredient-list small {
  margin-top: 3px;
  color: #7f796f;
  font-size: 9px;
}

.legal-note {
  margin-top: 20px;
  padding: 13px 15px;
  border-left: 3px solid var(--red);
  color: #766f65 !important;
  background: rgba(255,255,255,.55);
  font-size: 11px;
}

.package-decoder-section,
.feeding-planner-section {
  padding: 115px 8%;
  background: #fffdf8;
}

.package-decoder-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
  align-items: center;
}

.package-decoder-visual {
  min-height: 670px;
  padding: 45px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.9), transparent 38%),
    #f0e7d8;
}

.package-decoder-visual img {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
  filter: drop-shadow(0 30px 24px rgba(55,32,20,.16));
}

.package-decoder-list {
  border-top: 2px solid var(--ink);
}

.package-decoder-list article {
  padding: 22px 0;
  border-bottom: 1px solid #ded6c8;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
}

.package-decoder-list article > b {
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 20px;
}

.package-decoder-list h3 {
  margin: 0 0 6px;
  font-size: 17px;
}

.package-decoder-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.verification-strip {
  margin-top: 36px;
  padding: 24px;
  border: 1px solid #e6d8bd;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  background: #fff7e7;
}

.verification-strip strong {
  width: 100%;
  margin-bottom: 5px;
  color: var(--red-dark);
  font-size: 13px;
}

.verification-strip span {
  padding: 7px 10px;
  border: 1px solid #e5cfaa;
  background: var(--white);
  font-size: 10px;
  font-weight: 800;
}

.process-section,
.comparison-section,
.notice-section {
  padding: 115px 8%;
  color: var(--white);
  background: var(--navy);
}

.process-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.15);
}

.process-track.process-track-five {
  grid-template-columns: repeat(5, 1fr);
}

.process-track article {
  min-height: 310px;
  padding: 28px 22px;
  background: #203758;
}

.process-track b {
  color: #efc96e;
  font-size: 10px;
  letter-spacing: .14em;
}

.process-icon {
  width: 80px;
  height: 80px;
  margin: 32px auto 22px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #efc96e;
  font-family: Georgia, serif;
  font-size: 24px;
}

.process-track h3 {
  margin: 0 0 9px;
  text-align: center;
}

.process-track p {
  margin: 0;
  color: rgba(255,255,255,.65);
  font-size: 12px;
  text-align: center;
}

.safety-section {
  min-height: 700px;
  padding: 100px 8%;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 55px;
  background: #f5ede0;
}

.safety-callout {
  margin: 28px 0;
  padding: 24px;
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 24px;
  color: var(--white);
  background: var(--red);
}

.safety-callout strong {
  color: #ffd783;
  font-family: Georgia, serif;
  font-size: 30px;
}

.safety-callout span {
  font-size: 12px;
}

.certification-panel {
  padding: 42px;
  color: var(--white);
  background: var(--green);
}

.certification-panel > span {
  color: #d9e7a8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.cert-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.cert-grid b {
  min-height: 86px;
  border: 1px solid rgba(255,255,255,.26);
  display: grid;
  place-items: center;
  font-size: 14px;
  text-align: center;
}

.certification-panel p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.66);
  font-size: 10px;
}

.meal-way-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.meal-way-grid article {
  padding-bottom: 24px;
  border-bottom: 2px solid var(--ink);
}

.meal-way-image {
  height: 320px;
  margin-bottom: 22px;
  padding: 24px;
  background: #f2ecdf;
}

.meal-way-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.meal-way-image.crop {
  padding: 0;
}

.meal-way-image.crop img,
.meal-way-image.warm img {
  object-fit: cover;
}

.meal-way-grid article > span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.meal-way-grid h3 {
  margin: 8px 0;
  font-size: 22px;
}

.meal-way-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.hydration-tip {
  margin-top: 26px;
  padding: 22px 26px;
  border: 1px solid #ead4ab;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 22px;
  background: #fff8e8;
}

.hydration-tip strong {
  color: var(--red);
}

.hydration-tip p {
  margin: 0;
  color: var(--muted);
}

.feeding-section {
  min-height: 780px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.feeding-image {
  min-height: 720px;
  position: relative;
  overflow: hidden;
}

.feeding-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feeding-image.product-pack {
  padding: 55px;
  background:
    radial-gradient(circle at 50% 42%, #fff, transparent 42%),
    #ede4d5;
}

.feeding-image.product-pack img {
  object-fit: contain;
  filter: drop-shadow(0 30px 24px rgba(55,32,20,.18));
}

.feeding-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(20,15,10,.55));
}

.feeding-image > span {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 30px;
  color: var(--white);
  font-family: Georgia, serif;
  font-size: 46px;
  line-height: .9;
  text-align: right;
}

.feeding-copy {
  padding: 75px 7%;
  background: #f4eee3;
}

.transition-list {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.transition-list > div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  align-items: center;
}

.transition-list b {
  color: var(--red);
  font-size: 11px;
}

.transition-list span {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 12px;
  font-size: 12px;
}

.transition-list i {
  height: 8px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #d9d1c5;
}

.transition-list i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--mix);
  background: var(--red);
}

.feeding-checklist {
  margin-top: 30px;
  padding: 22px;
  background: var(--white);
}

.feeding-checklist strong {
  display: block;
  margin-bottom: 13px;
}

.feeding-checklist ul {
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  list-style: none;
}

.feeding-checklist li {
  padding-left: 15px;
  position: relative;
  font-size: 12px;
}

.feeding-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--red);
}

.feeding-checklist p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.feeding-planner-section {
  background: #eef0df;
}

.feeding-planner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.feeding-planner-grid article {
  min-height: 230px;
  padding: 28px 24px;
  border: 1px solid rgba(53,100,78,.22);
  background: rgba(255,255,255,.65);
}

.feeding-planner-grid b {
  color: var(--green);
  font-family: Georgia, serif;
  font-size: 25px;
}

.feeding-planner-grid h3 {
  margin: 25px 0 8px;
  font-size: 18px;
}

.feeding-planner-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.feeding-formula {
  margin-top: 26px;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  color: var(--white);
  background: var(--green);
}

.feeding-formula > div {
  display: grid;
  text-align: center;
}

.feeding-formula span {
  color: #d9e7a8;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.feeding-formula strong {
  margin-top: 5px;
  font-size: 15px;
}

.feeding-formula p {
  margin: 4px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 10px;
}

.feeding-formula > i {
  color: #d9e7a8;
  font-size: 22px;
  font-style: normal;
}

.feeding-caution-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.feeding-caution-grid p {
  margin: 0;
  padding: 18px;
  color: #625d54;
  background: rgba(255,255,255,.72);
  font-size: 10px;
}

.feeding-caution-grid strong {
  display: block;
  margin-bottom: 5px;
  color: var(--red);
  font-size: 12px;
}

.comparison-table-wrap {
  overflow-x: auto;
}

.detail-comparison-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 12px;
}

.detail-comparison-table th,
.detail-comparison-table td {
  padding: 17px 13px;
  border: 1px solid rgba(255,255,255,.14);
  text-align: center;
}

.detail-comparison-table thead th {
  color: #efc96e;
  background: rgba(255,255,255,.06);
}

.detail-comparison-table tbody th {
  color: rgba(255,255,255,.8);
  text-align: left;
}

.detail-comparison-table td {
  color: rgba(255,255,255,.62);
}

.detail-comparison-table .recommended {
  color: var(--navy);
  background: #efc96e;
  font-weight: 850;
}

.comparison-note {
  margin: 18px 0 0;
  color: rgba(255,255,255,.5);
  font-size: 10px;
  text-align: center;
}

.spec-layout {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 38px;
  align-items: start;
}

.spec-product {
  min-height: 520px;
  padding: 30px;
  display: grid;
  place-items: center;
  background: #f2ecdf;
}

.spec-product img {
  width: 95%;
  max-height: 470px;
  object-fit: contain;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.spec-table th,
.spec-table td {
  padding: 14px 16px;
  border-top: 1px solid #ded7cb;
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  width: 130px;
  color: #5f574d;
  background: #f6f1e8;
}

.spec-warning {
  margin-top: 20px;
  padding: 20px;
  color: #6b391e;
  background: #fff2df;
}

.spec-warning strong {
  font-size: 13px;
}

.spec-warning p {
  margin: 7px 0 0;
  font-size: 11px;
}

.review-content {
  background: #f5efe5;
}

.review-score-card {
  padding: 36px;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 40px;
  color: var(--white);
  background: var(--red);
}

.review-score-card > div:first-child {
  text-align: center;
}

.review-score-card strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 62px;
  line-height: 1;
}

.review-score-card span {
  color: #ffd783;
}

.review-score-card p {
  margin: 5px 0 0;
  color: rgba(255,255,255,.7);
  font-size: 11px;
}

.review-keywords {
  display: grid;
  gap: 10px;
}

.review-keywords span {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  color: var(--white);
  background: rgba(255,255,255,.1);
  font-size: 12px;
}

.review-keywords b {
  color: #ffd783;
}

.photo-review-grid {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.photo-review-grid article {
  min-height: 260px;
  display: grid;
  grid-template-columns: 290px 1fr;
  background: var(--white);
}

.photo-review-grid img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.photo-review-grid article:last-child img {
  padding: 32px;
  object-fit: contain;
  background: #f0eadf;
}

.photo-review-grid article > div {
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.photo-review-grid span {
  color: var(--gold);
  letter-spacing: .08em;
}

.photo-review-grid h3 {
  margin: 10px 0;
  font-size: 21px;
}

.photo-review-grid p {
  margin: 0 0 16px;
  color: var(--muted);
}

.photo-review-grid small {
  color: #979087;
}

.faq-list {
  border-top: 2px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid #ded7cc;
}

.faq-list summary {
  padding: 22px 48px 22px 6px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 17px;
  right: 10px;
  color: var(--red);
  font-size: 26px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: 0;
  padding: 0 48px 24px 6px;
  color: var(--muted);
  font-size: 13px;
}

.notice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.16);
}

.notice-grid article {
  min-height: 190px;
  padding: 28px;
  background: #203758;
}

.notice-grid b {
  color: #efc96e;
}

.notice-grid p {
  color: rgba(255,255,255,.66);
  font-size: 12px;
}

.notice-footnote {
  margin: 18px 0 0;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  text-align: center;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.related-grid a {
  padding-bottom: 24px;
  border-bottom: 2px solid var(--ink);
}

.related-grid img {
  width: 100%;
  height: 330px;
  margin-bottom: 18px;
  padding: 24px;
  object-fit: contain;
  background: #f2ecdf;
}

.related-grid span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.related-grid h3 {
  margin: 8px 0;
  font-size: 19px;
}

.related-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.compact-qna {
  background: var(--paper);
}

@media (max-width: 1024px) {
  .campaign-hero {
    min-height: 660px;
    padding: 70px 6% 40px;
  }

  .campaign-product {
    min-height: 470px;
  }

  .campaign-product::before {
    width: 310px;
    height: 310px;
  }

  .ingredient-intro,
  .feeding-section {
    grid-template-columns: 1fr 1fr;
  }

  .ingredient-visual,
  .ingredient-copy,
  .feeding-copy {
    padding: 60px 6%;
  }

  .ingredient-ring {
    width: 340px;
    height: 340px;
  }

  .process-track {
    grid-template-columns: 1fr 1fr;
  }

  .process-track.process-track-five {
    grid-template-columns: repeat(3, 1fr);
  }

  .feeding-planner-grid,
  .feeding-caution-grid {
    grid-template-columns: 1fr 1fr;
  }

  .safety-section {
    padding: 80px 6%;
    gap: 30px;
  }
}

@media (max-width: 820px) {
  .detail-nav .container {
    width: 760px;
  }

  .campaign-hero,
  .ingredient-intro,
  .safety-section,
  .feeding-section,
  .package-decoder-grid {
    grid-template-columns: 1fr;
  }

  .campaign-copy {
    text-align: center;
  }

  .campaign-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .campaign-product {
    min-height: 440px;
  }

  .campaign-product img {
    width: min(66%, 390px);
  }

  .campaign-orbit {
    right: 12%;
  }

  .detail-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .value-equation-section {
    grid-template-columns: 1fr;
  }

  .detail-proof-grid article:nth-child(2) {
    border-right: 0;
  }

  .detail-proof-grid article:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.15);
  }

  .problem-section,
  .value-equation-section,
  .meal-ways,
  .spec-section,
  .review-content,
  .faq-section,
  .related-section,
  .package-decoder-section,
  .feeding-planner-section,
  .process-section,
  .comparison-section,
  .notice-section {
    padding: 85px 6%;
  }

  .ingredient-visual {
    min-height: 520px;
  }

  .package-decoder-visual {
    min-height: 560px;
  }

  .process-track.process-track-five {
    grid-template-columns: 1fr 1fr;
  }

  .safety-section {
    padding: 80px 6%;
  }

  .meal-way-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .meal-way-image,
  .related-grid img {
    height: 420px;
  }

  .feeding-image {
    min-height: 560px;
  }

  .spec-layout {
    grid-template-columns: 1fr;
  }

  .spec-product {
    min-height: 430px;
  }

  .review-score-card {
    grid-template-columns: 170px 1fr;
    gap: 25px;
  }
}

@media (max-width: 560px) {
  .price-stack {
    grid-template-columns: 1fr;
  }

  .point-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .coupon-box {
    align-items: flex-start;
  }

  .welcome-gift {
    grid-template-columns: 50px 1fr;
  }

  .campaign-hero {
    min-height: auto;
    padding: 70px 22px 30px;
  }

  .campaign-copy h2,
  .detail-section-heading h2,
  .ingredient-copy h2,
  .safety-copy h2,
  .feeding-copy h2 {
    font-size: 38px;
  }

  .campaign-copy p {
    font-size: 14px;
  }

  .campaign-product {
    min-height: 390px;
  }

  .campaign-product::before {
    width: 270px;
    height: 270px;
  }

  .campaign-orbit {
    top: 35px;
    right: 0;
    width: 88px;
    height: 88px;
    font-size: 10px;
  }

  .detail-proof-grid article {
    min-height: 135px;
    padding: 24px 12px;
  }

  .detail-proof-grid strong {
    font-size: 29px;
  }

  .value-equation-grid {
    grid-template-columns: 1fr;
  }

  .problem-section,
  .value-equation-section,
  .meal-ways,
  .spec-section,
  .review-content,
  .faq-section,
  .related-section,
  .package-decoder-section,
  .feeding-planner-section,
  .process-section,
  .comparison-section,
  .notice-section {
    padding: 68px 20px;
  }

  .detail-section-heading {
    margin-bottom: 36px;
  }

  .problem-grid,
  .process-track,
  .process-track.process-track-five,
  .feeding-planner-grid,
  .feeding-caution-grid,
  .notice-grid {
    grid-template-columns: 1fr;
  }

  .problem-grid article {
    min-height: 185px;
  }

  .ingredient-visual,
  .ingredient-copy,
  .safety-section,
  .feeding-copy {
    padding: 65px 20px;
  }

  .ingredient-visual {
    min-height: 410px;
  }

  .package-decoder-visual {
    min-height: 430px;
    padding: 24px;
  }

  .package-decoder-list article {
    grid-template-columns: 38px 1fr;
  }

  .ingredient-ring {
    width: 300px;
    height: 300px;
  }

  .process-track article {
    min-height: 260px;
  }

  .safety-callout {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .certification-panel {
    padding: 28px 20px;
  }

  .meal-way-image,
  .related-grid img {
    height: 340px;
  }

  .hydration-tip {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .feeding-image {
    min-height: 460px;
  }

  .feeding-image > span {
    font-size: 38px;
  }

  .transition-list > div {
    grid-template-columns: 70px 1fr;
  }

  .transition-list span {
    grid-template-columns: 72px 1fr;
    font-size: 10px;
  }

  .feeding-checklist ul {
    grid-template-columns: 1fr;
  }

  .feeding-formula {
    grid-template-columns: 1fr;
  }

  .feeding-formula > i {
    transform: rotate(90deg);
  }

  .spec-table th {
    width: 105px;
  }

  .spec-table th,
  .spec-table td {
    padding: 12px 10px;
    font-size: 10px;
  }

  .review-score-card {
    padding: 26px 20px;
    grid-template-columns: 1fr;
  }

  .photo-review-grid article {
    grid-template-columns: 1fr;
  }

  .photo-review-grid img {
    min-height: 230px;
    height: 230px;
  }

  .photo-review-grid article > div {
    padding: 26px 20px;
  }

  .faq-list summary {
    padding-left: 0;
    font-size: 13px;
  }

  .faq-list p {
    padding-left: 0;
  }

  .compact-qna .section-head {
    gap: 15px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  line-height: 1.55;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
.button {
  cursor: pointer;
}

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

.container {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.announcement {
  padding: 9px 20px;
  color: var(--white);
  background: var(--navy);
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(24, 42, 74, 0.09);
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(16px);
}

.header-row {
  min-height: 84px;
  display: grid;
  grid-template-columns: 210px 1fr 210px;
  align-items: center;
  gap: 24px;
}

.brand-logo {
  display: block;
  width: 185px;
  height: 70px;
  overflow: hidden;
  background-image: url("./images/kelly-logo-sheet.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 200% auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2.6vw, 40px);
  font-size: 14px;
  font-weight: 800;
}

.main-nav a {
  position: relative;
  padding: 31px 0 28px;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

.icon-link,
.menu-button {
  position: relative;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: var(--ink);
  display: grid;
  place-items: center;
}

.icon-link svg,
.menu-button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.cart-count {
  position: absolute;
  top: -5px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 10px;
  color: var(--white);
  background: var(--red);
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
}

.menu-button {
  display: none;
}

.mobile-panel {
  position: fixed;
  z-index: 70;
  inset: 0 auto 0 0;
  width: min(86vw, 360px);
  padding: 26px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transform: translateX(-105%);
  transition: transform 0.3s ease;
}

.mobile-panel.open {
  transform: translateX(0);
}

.mobile-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.mobile-panel nav {
  display: grid;
  gap: 4px;
  margin-top: 18px;
}

.mobile-panel nav a {
  padding: 13px 4px;
  border-bottom: 1px solid #eee8dd;
  font-weight: 750;
}

.panel-backdrop {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: none;
  background: rgba(17, 16, 15, 0.42);
}

.panel-backdrop.show {
  display: block;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 670px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.86), transparent 28%),
    linear-gradient(110deg, #f9f3e5 0%, #f5e9d0 100%);
}

.hero::before {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -250px;
  width: 710px;
  height: 710px;
  border-radius: 50%;
  background: var(--red);
  opacity: 0.94;
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 670px;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 30px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.display-title {
  margin: 18px 0 22px;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(48px, 5.5vw, 82px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.hero h1 strong {
  color: var(--red);
  font-weight: 600;
}

.hero-copy {
  max-width: 570px;
  color: #555047;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  transition: 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: var(--red);
  color: var(--white);
  background: var(--red);
}

.button-dark {
  border-color: var(--ink);
  color: var(--white);
  background: var(--ink);
}

.button-cream {
  border-color: var(--cream);
  color: var(--navy);
  background: var(--cream);
}

.button-ghost {
  border-color: #cfc8bc;
  background: var(--white);
}

.hero-visual {
  position: relative;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-product {
  position: relative;
  z-index: 3;
  width: min(76%, 450px);
  max-height: 535px;
  object-fit: contain;
  filter: drop-shadow(0 30px 22px rgba(72, 26, 21, 0.24));
}

.hero-visual-concept {
  align-items: center;
}

.hero-concept-card {
  position: relative;
  z-index: 1;
  width: min(84%, 520px);
  aspect-ratio: 3 / 4;
  border: 12px solid rgba(255,255,255,.64);
  border-radius: 34px;
  overflow: hidden;
  isolation: isolate;
  background: #f6ead8;
  box-shadow: 0 34px 76px rgba(51, 21, 18, .22);
}

.hero-concept-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(15, 24, 42, .02) 0%, rgba(15, 24, 42, .12) 56%, rgba(15, 24, 42, .34) 100%),
    radial-gradient(circle at 78% 88%, rgba(255,255,255,.82), transparent 31%);
  pointer-events: none;
}

.hero-concept-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
}

.hero-slide[data-theme="patty"] .hero-concept-image {
  object-position: 58% 58%;
}

.hero-slide[data-theme="kibble"] .hero-concept-card {
  aspect-ratio: 1 / 1;
  width: min(86%, 520px);
}

.hero-slide[data-theme="kibble"] .hero-concept-image {
  object-position: 50% 50%;
}

.hero-slide[data-theme="starter"] .hero-concept-image {
  object-position: 50% 58%;
}

.hero-packshot {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  width: min(36%, 178px);
  max-height: none;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  object-fit: contain;
  filter: drop-shadow(0 22px 18px rgba(36, 20, 18, .23));
}

.hero-packshot-back,
.hero-packshot-small {
  right: 148px;
  bottom: 48px;
  width: min(28%, 138px);
  opacity: .94;
  transform: rotate(-5deg);
}

.hero-packshot-small {
  right: 132px;
  bottom: 32px;
  width: min(30%, 145px);
  transform: rotate(6deg);
}

.hero-visual-concept .hero-stamp {
  top: 42px;
  right: 10px;
  background: rgba(169, 34, 41, .88);
  backdrop-filter: blur(4px);
  box-shadow: 0 18px 38px rgba(61, 18, 19, .22);
}

.hero-slide[data-theme="kibble"] .hero-visual-concept .hero-stamp {
  background: rgba(24, 42, 74, .88);
}

.hero-stamp {
  position: absolute;
  z-index: 4;
  top: 62px;
  right: 4px;
  width: 126px;
  height: 126px;
  border: 1px solid rgba(255,255,255,.66);
  border-radius: 50%;
  color: var(--white);
  display: grid;
  place-items: center;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.15;
  transform: rotate(9deg);
}

.floating-note {
  position: absolute;
  z-index: 2;
  right: auto;
  bottom: 18px;
  left: 0;
  width: 240px;
  padding: 18px 20px;
  border-left: 3px solid var(--gold);
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow);
  color: var(--navy);
  font-size: 13px;
}

.floating-note strong {
  display: block;
  margin-bottom: 5px;
  font-family: Georgia, serif;
  font-size: 18px;
}

.hero-carousel {
  background: #f9f3e5;
}

.hero-carousel::before {
  display: none;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity .6s ease;
}

.hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.hero-slide::before {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -250px;
  width: 710px;
  height: 710px;
  border-radius: 50%;
  background: var(--red);
  opacity: .94;
}

.hero-slide[data-theme="patty"] {
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.86), transparent 28%),
    linear-gradient(110deg, #f9f3e5 0%, #f5e9d0 100%);
}

.hero-slide[data-theme="kibble"] {
  background:
    radial-gradient(circle at 74% 15%, rgba(255,255,255,.76), transparent 28%),
    linear-gradient(115deg, #eef3ef 0%, #dce9df 54%, #f7f0df 100%);
}

.hero-slide[data-theme="kibble"]::before {
  background: var(--navy);
  opacity: .94;
}

.hero-slide[data-theme="kibble"] .eyebrow,
.hero-slide[data-theme="kibble"] h1 strong {
  color: var(--green);
}

.hero-slide[data-theme="starter"] {
  background:
    radial-gradient(circle at 74% 18%, rgba(255,255,255,.72), transparent 25%),
    linear-gradient(118deg, #fff8ea 0%, #f4e0c4 52%, #f7f0df 100%);
}

.hero-slide[data-theme="starter"]::before {
  background: var(--gold);
  opacity: .95;
}

.hero-slide[data-theme="starter"] .eyebrow,
.hero-slide[data-theme="starter"] h1 strong {
  color: var(--red);
}

.ghost-product {
  position: absolute;
  z-index: 2;
  right: 8%;
  bottom: 48px;
  width: min(48%, 290px);
  opacity: .78;
  transform: rotate(5deg);
}

.hero-visual-stack .starter-main {
  transform: translate(-46px, -12px) rotate(-4deg);
}

.hero-visual-stack .starter-sub {
  position: absolute;
  z-index: 2;
  right: 8%;
  bottom: 42px;
  width: min(46%, 260px);
  transform: rotate(8deg);
}

.hero-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(24, 42, 74, .18);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: rgba(255,255,255,.86);
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
  transition: .2s ease;
}

.hero-arrow:hover {
  color: var(--white);
  background: var(--red);
}

.hero-arrow-prev {
  left: max(18px, calc((100vw - var(--max)) / 2 - 62px));
}

.hero-arrow-next {
  right: max(18px, calc((100vw - var(--max)) / 2 - 62px));
}

.hero-dots {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 34px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.hero-dots button {
  width: 36px;
  height: 5px;
  border: 0;
  border-radius: 20px;
  background: rgba(24, 42, 74, .22);
  transition: .2s ease;
}

.hero-dots button.active {
  width: 54px;
  background: var(--red);
}

.trust-strip {
  color: var(--white);
  background: var(--navy);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  padding: 25px 22px;
  border-right: 1px solid rgba(255,255,255,.18);
  text-align: center;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong {
  display: block;
  color: #f1c96e;
  font-family: Georgia, serif;
  font-size: 23px;
}

.trust-item span {
  font-size: 13px;
  opacity: 0.84;
}

.section {
  padding: 110px 0;
}

.section-tight {
  padding: 75px 0;
}

.section-cream {
  background: var(--cream);
}

.section-navy {
  color: var(--white);
  background: var(--navy);
}

.section-head {
  margin-bottom: 42px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.section-head.center {
  display: block;
  text-align: center;
}

.section-head h2 {
  margin: 10px 0 0;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.18;
}

.section-head p {
  max-width: 530px;
  margin: 0;
  color: var(--muted);
}

.section-navy .section-head p {
  color: rgba(255,255,255,.68);
}

.text-link {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
}

.need-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.need-card {
  min-height: 290px;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.need-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.need-no {
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 15px;
}

.need-card h3 {
  margin: 40px 0 12px;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: 26px;
  font-weight: 550;
}

.need-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

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

.product-card {
  position: relative;
}

.product-media {
  position: relative;
  min-height: 365px;
  overflow: hidden;
  border: 1px solid #ece5d8;
  background: #f7f3eb;
  display: grid;
  place-items: center;
}

.product-media > a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.product-media img {
  width: 82%;
  height: 325px;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.product-card:hover .product-media img {
  transform: scale(1.035);
}

.product-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 7px 10px;
  color: var(--white);
  background: var(--red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.product-badge.is-coming-soon {
  background: var(--navy);
}

.quick-add {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 14px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--navy);
  font-size: 23px;
  transition: 0.2s ease;
}

.quick-add:hover {
  background: var(--red);
}

.quick-add:disabled,
.button:disabled,
.npay:disabled,
.mobile-buy-bar button:disabled {
  cursor: not-allowed;
  opacity: .62;
  transform: none;
}

.quick-add-disabled {
  width: auto;
  min-width: 62px;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 12px;
}

.product-card.is-coming-soon .product-media img {
  opacity: .72;
  filter: saturate(.82);
}

.product-card.is-coming-soon .product-media::after {
  content: "입고예정";
  position: absolute;
  z-index: 1;
  right: 18px;
  top: 18px;
  bottom: 18px;
  left: 18px;
  border: 1px dashed rgba(24, 42, 74, .28);
  pointer-events: none;
}

.product-info {
  padding: 19px 2px 8px;
}

.product-kicker {
  color: var(--red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
}

.product-info h3 {
  min-height: 49px;
  margin: 8px 0;
  font-size: 17px;
  line-height: 1.45;
}

.product-price span {
  display: block;
  margin-top: 5px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.rating {
  color: var(--muted);
  font-size: 12px;
}

.rating strong {
  color: #ad7218;
}

.product-price {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 850;
}

.compare-wrap {
  overflow: auto;
  border-top: 1px solid rgba(255,255,255,.25);
}

.compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  padding: 20px 18px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  text-align: center;
}

.compare-table th:first-child,
.compare-table td:first-child {
  text-align: left;
}

.compare-table th {
  color: #efc96e;
  font-family: Georgia, serif;
  font-size: 18px;
}

.serve-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.serve-visual {
  position: relative;
  min-height: 570px;
  background: #e6dbc4;
}

.serve-visual img {
  position: absolute;
  inset: 34px;
  width: calc(100% - 68px);
  height: calc(100% - 68px);
  object-fit: cover;
}

.serve-label {
  position: absolute;
  z-index: 2;
  right: -24px;
  bottom: 54px;
  width: 180px;
  padding: 22px;
  color: var(--white);
  background: var(--red);
  font-family: Georgia, serif;
  font-size: 22px;
}

.serve-steps {
  display: grid;
  gap: 25px;
  margin-top: 35px;
}

.serve-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
}

.serve-step span {
  width: 48px;
  height: 48px;
  border: 1px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 18px;
}

.serve-step h3 {
  margin: 0 0 5px;
  font-size: 18px;
}

.serve-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.review-card {
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--white);
}

.review-stars {
  color: #b37a22;
  letter-spacing: 0.12em;
}

.review-card blockquote {
  min-height: 105px;
  margin: 22px 0;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: 20px;
  line-height: 1.6;
}

.review-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 12px;
}

.review-thumb {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border: 1px solid var(--line);
  background: #f8f3e9;
}

.site-footer {
  padding: 70px 0 30px;
  color: #dbd7ce;
  background: #111722;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 1fr;
  gap: 50px;
}

.footer-logo {
  width: 160px;
  height: 66px;
  filter: grayscale(1) brightness(3);
}

.site-footer h3 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 14px;
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: #aaaeb6;
  font-size: 13px;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.footer-bottom {
  margin-top: 55px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #747985;
  font-size: 12px;
}

.page-hero {
  padding: 75px 0 55px;
  background: var(--cream);
}

.breadcrumbs {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 12px;
}

.page-hero h1 {
  margin: 0;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
}

.category-bar {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.category-scroll {
  display: flex;
  gap: 9px;
  overflow: auto;
  scrollbar-width: none;
}

.category-chip {
  flex: 0 0 auto;
  padding: 10px 17px;
  border: 1px solid #d9d1c4;
  border-radius: 30px;
  background: var(--white);
  font-size: 13px;
}

.category-chip.active {
  border-color: var(--navy);
  color: var(--white);
  background: var(--navy);
}

.catalog-tools {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.catalog-tools select {
  min-width: 150px;
  padding: 11px 38px 11px 13px;
  border: 1px solid var(--line);
  background: var(--white);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 24px;
}

.catalog-grid .product-media {
  min-height: 410px;
}

.catalog-grid .product-media img {
  height: 370px;
}

.b2b-hero {
  overflow: hidden;
  padding: 88px 0 82px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 18%, rgba(239, 201, 110, .25), transparent 24%),
    linear-gradient(135deg, #111722 0%, #182a4a 54%, #7e161d 100%);
}

.b2b-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 56px;
  align-items: center;
}

.b2b-hero h1 {
  margin: 18px 0 22px;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(44px, 5.4vw, 76px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.b2b-hero h1 strong {
  color: #efc96e;
  font-weight: 600;
}

.b2b-approval-card {
  min-height: 430px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,.18);
  display: grid;
  align-content: center;
  background: rgba(255,255,255,.1);
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
}

.b2b-approval-card > span {
  color: #efc96e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.b2b-approval-card h2 {
  margin: 18px 0 12px;
  font-size: 31px;
  line-height: 1.2;
}

.b2b-approval-card p {
  margin: 0;
  color: rgba(255,255,255,.75);
}

.b2b-discount-badge {
  margin-top: 34px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--navy);
  background: #efc96e;
}

.b2b-discount-badge strong {
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
}

.b2b-discount-badge small {
  font-weight: 900;
  line-height: 1.35;
}

.b2b-trust {
  background: #0f1624;
}

.b2b-state-card {
  padding: 44px 48px;
  border: 1px solid #e1d5c4;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px 38px;
  align-items: center;
  background: var(--white);
  box-shadow: 0 22px 45px rgba(24, 42, 74, .08);
}

.b2b-state-card .eyebrow,
.b2b-state-card h2,
.b2b-state-card p {
  grid-column: 1;
}

.b2b-state-card h2 {
  margin: 0;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
}

.b2b-state-card p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
}

.b2b-state-actions {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: grid;
  gap: 10px;
  min-width: 230px;
}

.b2b-toolbar {
  margin-bottom: 24px;
  padding: 16px 18px;
  border: 1px solid #e6dccd;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  background: #fffaf0;
  font-size: 13px;
}

.b2b-toolbar strong {
  color: var(--red);
  font-weight: 900;
}

.b2b-toolbar code {
  color: var(--navy);
  font-weight: 850;
}

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

.b2b-product-card {
  border: 1px solid var(--line);
  background: var(--white);
}

.b2b-product-card.is-locked {
  background: #fbf7ef;
}

.b2b-product-media {
  position: relative;
  min-height: 295px;
  display: grid;
  place-items: center;
  background: #f7f3eb;
}

.b2b-product-media img {
  width: 86%;
  height: 255px;
  object-fit: contain;
}

.b2b-product-card.is-locked .b2b-product-media img {
  opacity: .46;
  filter: grayscale(.35);
}

.b2b-card-badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  color: var(--white);
  background: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.b2b-product-card.is-locked .b2b-card-badge {
  background: var(--navy);
}

.b2b-product-info {
  padding: 20px;
}

.b2b-product-info h3 {
  min-height: 48px;
  margin: 8px 0 16px;
  font-size: 16px;
  line-height: 1.45;
}

.b2b-price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  border-top: 1px solid #eee5d8;
  color: var(--muted);
  font-size: 13px;
}

.b2b-price-line del {
  color: #9a9186;
}

.b2b-price-line.wholesale strong {
  color: var(--red);
  font-size: 22px;
  font-weight: 900;
}

.b2b-locked-price {
  margin: 14px 0;
  padding: 14px;
  border: 1px dashed #cfc4b2;
  color: var(--navy);
  background: #fffaf2;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.b2b-product-info .button {
  width: 100%;
  margin-top: 14px;
}

.b2b-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.b2b-flow-grid article {
  min-height: 230px;
  padding: 30px 24px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
}

.b2b-flow-grid b {
  color: #efc96e;
  font-family: Georgia, serif;
  font-size: 34px;
}

.b2b-flow-grid h3 {
  margin: 22px 0 10px;
  color: var(--white);
  font-size: 19px;
}

.b2b-flow-grid p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
}

.product-detail {
  padding: 65px 0 90px;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
}

.gallery {
  display: grid;
  grid-template-columns: 78px minmax(0, 500px);
  gap: 18px;
}

.gallery-thumbs {
  display: grid;
  align-content: start;
  gap: 12px;
}

.gallery-thumb {
  width: 78px;
  height: 78px;
  padding: 5px;
  border: 1px solid var(--line);
  background: var(--white);
}

.gallery-thumb.active {
  border-color: var(--red);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-main {
  width: 500px;
  max-width: 100%;
  height: 500px;
  min-height: 0;
  padding: 0;
  background: #f5f0e7;
  display: grid;
  place-items: center;
}

.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.detail-info {
  padding-top: 12px;
}

.detail-rating {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 13px;
}

.detail-info h1 {
  margin: 17px 0 12px;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(34px, 3.5vw, 50px);
  font-weight: 500;
  line-height: 1.2;
}

.detail-subtitle {
  color: var(--muted);
}

.detail-price {
  margin: 25px 0;
  font-size: 28px;
  font-weight: 850;
}

.benefit-list {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefit-row {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  border-bottom: 1px solid #eee8df;
  font-size: 13px;
}

.benefit-row:last-child {
  border-bottom: 0;
}

.benefit-row dt {
  color: var(--muted);
}

.benefit-row dd {
  margin: 0;
}

.purchase-box {
  margin-top: 25px;
  padding: 24px;
  background: #f5f2eb;
}

.purchase-box.is-coming-soon {
  border: 1px dashed rgba(181, 38, 45, .35);
  background: #fff7f1;
}

.coming-soon-panel {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(181, 38, 45, .18);
}

.coming-soon-panel strong {
  display: block;
  color: var(--red);
  font-size: 18px;
}

.coming-soon-panel p {
  margin: 7px 0 0;
  color: #74675d;
  font-size: 13px;
}

.qty-row,
.total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.quantity {
  display: inline-grid;
  grid-template-columns: 42px 52px 42px;
  border: 1px solid #cfc8bd;
  background: var(--white);
}

.quantity button,
.quantity input {
  height: 42px;
  border: 0;
  background: transparent;
  text-align: center;
}

.quantity button {
  font-size: 20px;
}

.total-row {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #d8d0c4;
}

.total-row strong {
  color: var(--red);
  font-size: 25px;
}

.purchase-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.purchase-actions .button {
  width: 100%;
}

.npay {
  margin-top: 10px;
  min-height: 52px;
  border: 1px solid #c9c9c9;
  color: #111;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}

.npay strong {
  color: #00c73c;
  font-size: 18px;
}

.detail-nav {
  position: sticky;
  z-index: 10;
  top: 84px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,253,248,.96);
}

.detail-nav .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.detail-nav a {
  padding: 19px 10px;
  border-right: 1px solid var(--line);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.detail-nav a:first-child {
  border-left: 1px solid var(--line);
}

.product-story {
  padding: 90px 0;
}

.story-hero {
  padding: 80px 8%;
  color: var(--white);
  background: var(--red);
  text-align: center;
}

.story-hero h2 {
  margin: 0 0 20px;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 500;
}

.story-hero p {
  max-width: 720px;
  margin: 0 auto;
  opacity: 0.82;
}

.brand-proof-panel {
  margin-top: 34px;
  padding: clamp(36px, 5vw, 64px) clamp(20px, 4vw, 48px);
  background:
    radial-gradient(circle at 12% 8%, rgba(239, 201, 110, 0.24), transparent 28%),
    linear-gradient(135deg, #fff8ec 0%, #f4ead7 100%);
  border: 1px solid rgba(24, 42, 74, 0.08);
  position: relative;
  overflow: hidden;
}

.brand-proof-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(181, 38, 45, 0.1);
  pointer-events: none;
}

.brand-proof-heading {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.brand-proof-heading h2 {
  margin: 12px 0 12px;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  color: var(--ink);
}

.brand-proof-heading p,
.brand-proof-note {
  margin: 0;
  color: var(--muted);
}

.brand-award-banner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
  padding: clamp(28px, 4vw, 44px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(126, 22, 29, 0.95), rgba(181, 38, 45, 0.92)),
    var(--red-dark);
  box-shadow: 0 22px 52px rgba(126, 22, 29, 0.22);
}

.brand-award-copy .eyebrow {
  color: #f7d77a;
}

.brand-award-copy h3 {
  margin: 12px 0 14px;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(36px, 6vw, 68px);
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.06em;
}

.brand-award-copy p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.8;
}

.brand-award-mark {
  justify-self: end;
  width: min(100%, 236px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.14), transparent 48%),
    linear-gradient(145deg, #7e161d 0%, #b5262d 100%);
  display: grid;
  place-items: center;
  position: relative;
  box-shadow:
    inset 0 0 0 1px rgba(239, 201, 110, 0.45),
    0 16px 34px rgba(74, 30, 18, 0.16);
}

.brand-award-mark img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.brand-award-mark strong {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 12px;
  color: var(--red-dark);
  background: #fff0bd;
  border: 1px solid rgba(239, 201, 110, 0.8);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.brand-proof-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.brand-proof-tile {
  min-height: 190px;
  padding: 22px 18px 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  box-shadow: 0 16px 34px rgba(24, 42, 74, 0.06);
}

.brand-proof-logo {
  width: 118px;
  height: 96px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
}

.brand-proof-logo-wide {
  width: 150px;
}

.brand-proof-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-proof-tile strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.brand-proof-tile p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.brand-standards-panel {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  padding: clamp(24px, 3.6vw, 36px);
  background: #fffdf8;
  border: 1px solid rgba(181, 38, 45, 0.16);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: 24px;
}

.brand-standards-copy h3 {
  margin: 10px 0 12px;
  color: var(--ink);
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.25;
  font-weight: 560;
  letter-spacing: -0.04em;
}

.brand-standards-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.brand-standards-image {
  margin: 0;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(24, 42, 74, 0.06);
}

.brand-standards-image img {
  display: block;
  width: 100%;
  height: auto;
}

.brand-proof-note {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  text-align: center;
  font-size: 13px;
}

.story-product {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.story-card {
  min-height: 390px;
  padding: 45px;
  background: var(--cream);
}

.story-card h3 {
  margin: 0 0 16px;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: 32px;
  font-weight: 500;
}

.story-card p {
  color: var(--muted);
}

.story-card.visual {
  position: relative;
  overflow: hidden;
  background: var(--navy);
}

.story-card.visual img {
  position: absolute;
  right: -5%;
  bottom: -15%;
  width: 70%;
  max-height: 430px;
  object-fit: contain;
}

.story-card.visual .big-number {
  position: relative;
  z-index: 2;
  color: #efc96e;
  font-family: Georgia, serif;
  font-size: 98px;
  line-height: 0.9;
}

.review-section,
.qna-section {
  padding: 85px 0;
  border-top: 1px solid var(--line);
}

.review-summary {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 50px;
  align-items: center;
}

.rating-big {
  padding: 30px;
  border: 1px solid var(--line);
  text-align: center;
}

.rating-big strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 56px;
}

.rating-bars {
  display: grid;
  gap: 10px;
}

.rating-bar {
  display: grid;
  grid-template-columns: 45px 1fr 35px;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
}

.rating-bar i {
  height: 7px;
  background: #e4dfd5;
}

.rating-bar i::after {
  content: "";
  display: block;
  width: var(--value);
  height: 100%;
  background: var(--red);
}

.mobile-buy-bar {
  position: fixed;
  z-index: 45;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  grid-template-columns: 64px 1fr 1.25fr;
  min-height: 62px;
  background: var(--white);
  box-shadow: 0 -5px 24px rgba(0,0,0,.12);
}

.mobile-buy-bar button,
.mobile-buy-bar a {
  border: 0;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 850;
}

.mobile-buy-bar .review-mini {
  background: #f4f0e8;
}

.mobile-buy-bar .cart-mini {
  background: var(--cream);
}

.mobile-buy-bar .buy-mini {
  color: var(--white);
  background: var(--ink);
}

.checkout-shell {
  padding: 60px 0 100px;
}

.steps {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.step {
  min-width: 170px;
  padding: 14px 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #99948b;
  text-align: center;
  font-size: 13px;
}

.step.active {
  border-color: var(--navy);
  color: var(--white);
  background: var(--navy);
  font-weight: 800;
}

.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 42px;
  align-items: start;
}

.panel {
  border-top: 2px solid var(--navy);
  background: var(--white);
}

.panel-title {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: 25px;
  font-weight: 500;
}

.cart-item {
  position: relative;
  padding: 25px 0;
  padding-right: 34px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 34px 120px 1fr auto auto;
  gap: 22px;
  align-items: center;
}

.cart-check {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.cart-image {
  width: 120px;
  height: 135px;
  object-fit: contain;
  background: #f6f1e8;
}

.cart-item h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.cart-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.cart-item-price {
  min-width: 105px;
  text-align: right;
  font-weight: 850;
}

.remove-button {
  position: absolute;
  top: 22px;
  right: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 18px;
}

.cart-actions {
  padding-top: 20px;
  display: flex;
  gap: 10px;
}

.summary-card {
  position: sticky;
  top: 115px;
  padding: 26px;
  border: 1px solid var(--line);
  background: #f8f5ee;
}

.summary-card h2 {
  margin: 0 0 22px;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: 26px;
  font-weight: 500;
}

.summary-row {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

.summary-total {
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 16px;
}

.summary-total strong {
  color: var(--red);
  font-size: 25px;
}

.summary-card .button {
  width: 100%;
  margin-top: 20px;
}

.summary-note {
  margin-top: 15px;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.empty-cart {
  padding: 80px 20px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.form-section {
  margin-bottom: 38px;
  border-top: 2px solid var(--navy);
}

.form-section h2 {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: 24px;
  font-weight: 500;
}

.field-grid {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 13px;
  font-weight: 750;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #d9d2c7;
  background: var(--white);
}

.address-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.payment-grid {
  padding: 24px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.payment-option {
  min-height: 90px;
  padding: 15px;
  border: 1px solid var(--line);
  background: var(--white);
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 13px;
  font-weight: 750;
}

.payment-option:has(input:checked) {
  border-color: var(--navy);
  box-shadow: inset 0 0 0 1px var(--navy);
}

.payment-option input {
  accent-color: var(--red);
}

.agreement {
  padding: 20px;
  border: 1px solid var(--line);
  background: #faf8f3;
  font-size: 13px;
}

.order-mini {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
}

.order-mini img {
  width: 64px;
  height: 72px;
  object-fit: contain;
  background: var(--white);
}

.order-mini h3 {
  margin: 0;
  font-size: 13px;
}

.order-mini p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.toast {
  position: fixed;
  z-index: 100;
  right: 26px;
  bottom: 26px;
  max-width: 330px;
  padding: 16px 20px;
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--shadow);
  font-size: 13px;
  transform: translateY(140%);
  opacity: 0;
  transition: 0.3s ease;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.demo-modal {
  position: fixed;
  z-index: 110;
  inset: 0;
  padding: 20px;
  display: none;
  place-items: center;
  background: rgba(15, 17, 21, 0.6);
}

.demo-modal.show {
  display: grid;
}

.demo-modal-card {
  width: min(100%, 470px);
  padding: 36px;
  background: var(--paper);
  box-shadow: var(--shadow);
  text-align: center;
}

.demo-modal-card h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: 30px;
  font-weight: 500;
}

.demo-modal-card p {
  color: var(--muted);
}

@media (max-width: 1024px) {
  .header-row {
    grid-template-columns: 170px 1fr 130px;
  }

  .main-nav {
    gap: 16px;
  }

  .main-nav a {
    font-size: 12px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .need-grid {
    grid-template-columns: 1fr 1fr;
  }

  .need-card:last-child {
    grid-column: 1 / -1;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .b2b-hero-grid {
    grid-template-columns: 1fr;
  }

  .b2b-product-grid,
  .b2b-flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-award-banner {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .brand-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-standards-panel {
    grid-template-columns: 1fr;
  }

  .detail-grid {
    gap: 35px;
  }

  .gallery-main {
    min-height: 520px;
  }

  .gallery-main img {
    height: 450px;
  }

  .cart-layout,
  .checkout-layout {
    grid-template-columns: 1fr 310px;
    gap: 25px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .announcement {
    font-size: 11px;
  }

  .header-row {
    min-height: 70px;
    grid-template-columns: 40px 1fr 110px;
    gap: 8px;
  }

  .brand-logo {
    width: 145px;
    height: 58px;
    justify-self: center;
  }

  .main-nav {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    padding: 0 14px;
    justify-content: flex-start;
    gap: 27px;
    overflow: auto;
    border-top: 1px solid #eee7dc;
    border-bottom: 1px solid #eee7dc;
    background: var(--paper);
    scrollbar-width: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    padding: 14px 0 12px;
  }

  .main-nav a::after {
    bottom: 7px;
  }

  .menu-button {
    display: grid;
    grid-column: 1;
    grid-row: 1;
  }

  .header-actions {
    grid-column: 3;
    grid-row: 1;
    gap: 8px;
  }

  .header-actions .account-link {
    display: none;
  }

  .hero {
    margin-top: 45px;
    min-height: auto;
  }

  .hero-carousel {
    min-height: 940px;
  }

  .hero::before {
    right: -270px;
    bottom: -310px;
  }

  .hero-slide::before {
    right: -270px;
    bottom: -310px;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 35px;
  }

  .hero h1 {
    font-size: clamp(38px, 10.8vw, 60px);
  }

  .hero-copy {
    font-size: 15px;
  }

  .hero-visual {
    height: 430px;
  }

  .hero-actions {
    margin-top: 26px;
  }

  .hero-product {
    width: min(73%, 380px);
  }

  .hero-concept-card {
    width: min(86vw, 440px);
    border-width: 9px;
    border-radius: 28px;
  }

  .hero-slide[data-theme="kibble"] .hero-concept-card {
    width: min(86vw, 430px);
  }

  .hero-packshot {
    right: 16px;
    bottom: 58px;
    width: min(34%, 150px);
    padding: 9px;
    border-radius: 18px;
  }

  .hero-packshot-back,
  .hero-packshot-small {
    right: 112px;
    bottom: 76px;
    width: min(27%, 120px);
  }

  .hero-packshot-small {
    right: 102px;
    bottom: 62px;
  }

  .hero-visual-concept .hero-stamp {
    top: 28px;
    right: 66px;
  }

  .hero-stamp {
    top: 35px;
    right: 8px;
    width: 98px;
    height: 98px;
    font-size: 14px;
  }

  .ghost-product,
  .hero-visual-stack .starter-sub {
    right: 0;
    bottom: 18px;
    width: min(45%, 230px);
  }

  .floating-note {
    right: auto;
    bottom: 10px;
    left: 0;
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.18);
  }

  .section {
    padding: 75px 0;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .need-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .need-card:last-child {
    grid-column: auto;
  }

  .serve-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .serve-visual {
    min-height: 480px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .gallery-main {
    min-height: 500px;
  }

  .detail-nav {
    top: 115px;
  }

  .story-product {
    grid-template-columns: 1fr;
  }

  .review-summary {
    grid-template-columns: 1fr;
  }

  .cart-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .b2b-hero {
    margin-top: 45px;
    padding: 68px 0 58px;
  }

  .b2b-state-card {
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }

  .b2b-state-card .eyebrow,
  .b2b-state-card h2,
  .b2b-state-card p,
  .b2b-state-actions {
    grid-column: auto;
    grid-row: auto;
  }

  .b2b-toolbar {
    display: grid;
  }

  .summary-card {
    position: static;
  }

  .cart-item {
    grid-template-columns: 28px 92px 1fr auto;
    gap: 13px;
  }

  .cart-image {
    width: 92px;
    height: 108px;
  }

  .cart-item-price {
    grid-column: 3;
    text-align: left;
  }

  .remove-button {
    top: 18px;
  }
}

@media (max-width: 560px) {
  body.product-page {
    padding-bottom: 62px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-actions .button {
    padding: 0 12px;
  }

  .hero-visual {
    height: 385px;
  }

  .hero-carousel {
    min-height: 900px;
  }

  .hero-product {
    width: 78%;
  }

  .hero-concept-card {
    width: min(86vw, 365px);
    border-width: 8px;
    border-radius: 24px;
  }

  .hero-slide[data-theme="kibble"] .hero-concept-card {
    width: min(86vw, 360px);
  }

  .hero-packshot {
    width: min(34%, 122px);
    right: 12px;
    bottom: 40px;
    padding: 7px;
    border-radius: 15px;
  }

  .hero-packshot-back,
  .hero-packshot-small {
    right: 86px;
    bottom: 54px;
    width: min(27%, 98px);
  }

  .hero-packshot-small {
    right: 78px;
    bottom: 46px;
  }

  .hero-visual-concept .hero-stamp {
    top: 18px;
    right: 52px;
  }

  .hero-arrow {
    top: auto;
    bottom: 36px;
    width: 38px;
    height: 38px;
    font-size: 28px;
    transform: none;
  }

  .hero-arrow-prev {
    left: 14px;
  }

  .hero-arrow-next {
    right: 14px;
  }

  .hero-dots {
    bottom: 51px;
  }

  .hero-dots button {
    width: 24px;
  }

  .hero-dots button.active {
    width: 38px;
  }

  .floating-note {
    top: 12px;
    bottom: auto;
    left: 12px;
    width: min(190px, 46vw);
    padding: 12px 13px;
    font-size: 11px;
  }

  .floating-note strong {
    margin-bottom: 3px;
    font-size: 15px;
  }

  .trust-item {
    padding: 19px 10px;
  }

  .trust-item strong {
    font-size: 19px;
  }

  .product-grid,
  .catalog-grid,
  .b2b-product-grid,
  .b2b-flow-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px 10px;
  }

  .product-media,
  .catalog-grid .product-media {
    min-height: 235px;
  }

  .product-media img,
  .catalog-grid .product-media img {
    width: 92%;
    height: 215px;
  }

  .b2b-product-media {
    min-height: 235px;
  }

  .b2b-product-media img {
    width: 92%;
    height: 205px;
  }

  .b2b-product-info {
    padding: 14px;
  }

  .b2b-price-line {
    display: grid;
    gap: 3px;
  }

  .product-badge {
    top: 9px;
    left: 9px;
    padding: 5px 7px;
    font-size: 9px;
  }

  .quick-add {
    right: 8px;
    bottom: 8px;
    width: 38px;
    height: 38px;
  }

  .product-info h3 {
    min-height: 62px;
    font-size: 14px;
  }

  .serve-visual {
    min-height: 390px;
  }

  .serve-visual img {
    inset: 18px;
    width: calc(100% - 36px);
    height: calc(100% - 36px);
  }

  .serve-label {
    right: 0;
    width: 145px;
    font-size: 17px;
  }

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

  .page-hero {
    margin-top: 45px;
    padding: 50px 0 35px;
  }

  .catalog-tools {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .product-detail {
    margin-top: 45px;
    padding-top: 30px;
  }

  .gallery {
    display: block;
  }

  .gallery-thumbs {
    margin-top: 12px;
    grid-template-columns: repeat(3, 68px);
    grid-row: 2;
  }

  .gallery-main {
    width: min(100%, 500px);
    height: min(500px, calc(100vw - 40px));
  }

  .gallery-main img {
    height: 100%;
  }

  .gallery-thumb {
    width: 68px;
    height: 68px;
  }

  .detail-info h1 {
    font-size: 32px;
  }

  .purchase-actions {
    display: none;
  }

  .detail-nav {
    top: 115px;
    overflow: auto;
  }

  .detail-nav .container {
    width: 650px;
  }

  .story-hero {
    padding: 60px 20px;
  }

  .brand-proof-panel {
    margin-top: 22px;
    padding: 36px 18px;
  }

  .brand-proof-panel::before {
    inset: 10px;
  }

  .brand-award-banner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px 22px;
  }

  .brand-award-mark {
    justify-self: start;
    width: 188px;
  }

  .brand-award-copy p {
    font-size: 14px;
  }

  .brand-proof-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .brand-proof-tile {
    min-height: auto;
    padding: 18px;
  }

  .brand-standards-panel {
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }

  .brand-standards-image {
    padding: 10px;
  }

  .story-card {
    min-height: 330px;
    padding: 28px;
  }

  .mobile-buy-bar {
    display: grid;
  }

  .steps {
    justify-content: flex-start;
    overflow: auto;
  }

  .step {
    min-width: 130px;
    padding: 11px 12px;
  }

  .cart-item {
    grid-template-columns: 24px 80px 1fr 26px;
  }

  .cart-image {
    width: 80px;
    height: 95px;
  }

  .cart-item h3 {
    font-size: 14px;
  }

  .cart-item .quantity {
    grid-column: 2 / 4;
    grid-template-columns: 36px 45px 36px;
  }

  .cart-item-price {
    grid-column: 2 / 4;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .field.full {
    grid-column: auto;
  }

  .payment-grid {
    grid-template-columns: 1fr;
  }

  .toast {
    right: 14px;
    bottom: 76px;
    left: 14px;
  }
}

/* Keep the six Korean commerce tabs after the legacy responsive rules. */
.detail-nav .container {
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 820px) {
  .detail-nav .container {
    width: 760px;
  }
}
