:root {
  --retail-ink: #18251f;
  --retail-ink-soft: #526159;
  --retail-green: #174c38;
  --retail-green-deep: #0e3829;
  --retail-green-pale: #e9f0eb;
  --retail-brass: #a37a37;
  --retail-brass-soft: #d7b97b;
  --retail-sand: #f4efe5;
  --retail-ivory: #fbfaf6;
  --retail-paper: #ffffff;
  --retail-line: #deddd5;
  --retail-shadow: 0 24px 70px rgba(33, 43, 37, 0.09);
}

body.home-page {
  color: var(--retail-ink);
  background: var(--retail-ivory);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body.home-page::before {
  background:
    linear-gradient(90deg, rgba(163, 122, 55, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(163, 122, 55, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, #000, transparent 56%);
}

.home-page .section-shell {
  width: min(100% - 48px, 1180px);
}

.home-page .site-header {
  min-height: 76px;
  padding-inline: clamp(24px, 4.6vw, 78px);
  background: rgba(251, 250, 246, 0.94);
  border-color: rgba(92, 103, 96, 0.18);
  backdrop-filter: blur(18px);
}

.home-page .brand {
  color: var(--retail-ink);
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(16px, 1.45vw, 20px);
  letter-spacing: 0.11em;
}

.home-page .brand-mark {
  width: 28px;
  height: 28px;
  filter: saturate(0.45) sepia(0.2) hue-rotate(82deg) brightness(0.75);
}

.home-page .site-nav {
  gap: clamp(16px, 2.7vw, 40px);
  color: #28372f;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.home-page .site-nav a:hover {
  color: var(--retail-green);
}

.home-page .nav-contact {
  padding: 10px 19px;
  color: #fff;
  background: var(--retail-green);
  border-radius: 2px;
  box-shadow: none;
}

.home-page .site-nav .nav-contact:hover {
  color: #fff;
  background: var(--retail-green-deep);
}

.retail-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 5%, rgba(214, 186, 130, 0.17), transparent 24rem),
    linear-gradient(130deg, #fff 0 46%, #faf7ef 100%);
  border-bottom: 1px solid rgba(163, 122, 55, 0.18);
}

.retail-hero::after {
  position: absolute;
  right: -12%;
  bottom: -38%;
  width: 720px;
  height: 720px;
  content: "";
  border: 1px solid rgba(163, 122, 55, 0.11);
  border-radius: 50%;
  pointer-events: none;
}

.retail-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(440px, 0.9fr) minmax(500px, 1.1fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
  min-height: 650px;
  padding-block: 70px 72px;
}

.retail-hero-copy {
  position: relative;
  z-index: 2;
}

.retail-kicker,
.retail-section-heading > p,
.partner-copy > p:first-child,
.overseas-note > div > p,
.retail-cta > p {
  margin: 0 0 18px;
  color: var(--retail-brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.retail-kicker span {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
  color: #6d786f;
}

.retail-kicker span::before {
  width: 34px;
  height: 1px;
  margin-right: 12px;
  content: "";
  background: #a9b0aa;
}

.retail-hero h1 {
  margin: 0 0 24px;
  color: var(--retail-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(42px, 4.6vw, 62px);
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.08em;
  white-space: normal;
}

.retail-hero h1 span {
  display: block;
  white-space: nowrap;
}

.retail-hero-lead {
  margin-bottom: 19px;
  color: #2d3b34;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.retail-hero-note {
  max-width: 550px;
  margin-bottom: 34px;
  color: var(--retail-ink-soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
}

.home-page .hero-actions {
  gap: 14px;
}

.home-page .button {
  min-width: 206px;
  min-height: 52px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.home-page .button.primary {
  background: var(--retail-green);
  border-color: var(--retail-green);
  box-shadow: 0 14px 30px rgba(23, 76, 56, 0.17);
}

.home-page .button.secondary {
  color: var(--retail-ink);
  background: rgba(255, 255, 255, 0.82);
  border-color: #cfcfc6;
}

.commerce-visual {
  position: relative;
  min-height: 520px;
  isolation: isolate;
}

.commerce-photo {
  margin: 0;
  overflow: hidden;
  background: #d8d0c0;
  border: 1px solid rgba(89, 101, 92, 0.2);
  border-radius: 3px;
  box-shadow: 0 28px 65px rgba(35, 49, 41, 0.18);
}

.commerce-visual.commerce-photo::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, transparent 56%, rgba(20, 43, 33, 0.72)),
    linear-gradient(90deg, rgba(246, 241, 230, 0.14), transparent 42%);
  pointer-events: none;
}

.commerce-visual.commerce-photo::after {
  display: none;
}

.commerce-photo > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 67% center;
  transition: transform 0.7s ease;
}

.commerce-photo:hover > img {
  transform: scale(1.018);
}

.commerce-photo figcaption {
  position: absolute;
  right: 34px;
  bottom: 30px;
  left: 34px;
  z-index: 2;
  display: grid;
  gap: 7px;
  color: #fff;
}

.commerce-photo figcaption span {
  color: #e3ca91;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.19em;
}

.commerce-photo figcaption strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.commerce-grid {
  position: absolute;
  inset: 8% -10% 2% 0;
  z-index: -2;
  background-image:
    linear-gradient(30deg, transparent 49.65%, rgba(163, 122, 55, 0.17) 49.8% 50.2%, transparent 50.35%),
    linear-gradient(150deg, transparent 49.65%, rgba(163, 122, 55, 0.17) 49.8% 50.2%, transparent 50.35%),
    linear-gradient(90deg, transparent 49.65%, rgba(163, 122, 55, 0.14) 49.8% 50.2%, transparent 50.35%);
  background-position: 0 0, 0 0, 0 0;
  background-size: 118px 68px;
  opacity: 0.66;
  transform: perspective(720px) rotateX(60deg) rotateZ(0deg) translateY(8%);
  transform-origin: 50% 50%;
  mask-image: radial-gradient(ellipse at center, #000 20%, transparent 76%);
}

.commerce-visual::before,
.commerce-visual::after {
  position: absolute;
  z-index: -3;
  content: "";
  pointer-events: none;
}

.commerce-visual::before {
  inset: 13% 4% 10% 8%;
  background: radial-gradient(circle, rgba(204, 178, 126, 0.25), rgba(255, 255, 255, 0) 65%);
  filter: blur(24px);
}

.commerce-visual::after {
  right: 4%;
  bottom: 7%;
  width: 76%;
  height: 28%;
  background: radial-gradient(ellipse, rgba(66, 70, 62, 0.15), transparent 66%);
  filter: blur(22px);
}

.commerce-route {
  position: absolute;
  z-index: -1;
  display: block;
  border: 1px dashed rgba(163, 122, 55, 0.45);
  border-left-color: transparent;
  border-radius: 50%;
}

.route-a {
  top: 19%;
  right: 9%;
  width: 70%;
  height: 53%;
  transform: rotate(-9deg);
}

.route-b {
  left: 8%;
  bottom: 9%;
  width: 61%;
  height: 47%;
  transform: rotate(22deg);
}

.commerce-card {
  position: absolute;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 2px 12px;
  align-items: center;
  width: 190px;
  min-height: 84px;
  padding: 15px 17px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(130, 135, 124, 0.25);
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(54, 60, 54, 0.11);
  backdrop-filter: blur(12px);
  animation: retail-float 8s ease-in-out infinite;
}

.commerce-card span:not(.commerce-icon) {
  align-self: end;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.commerce-card small {
  margin-right: 7px;
  color: var(--retail-brass);
  font-family: Georgia, serif;
  font-size: 9px;
}

.commerce-card strong {
  grid-column: 2;
  align-self: start;
  color: #879088;
  font-family: Georgia, serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.commerce-icon {
  position: relative;
  grid-row: 1 / span 2;
  display: block;
  width: 34px;
  height: 34px;
  color: var(--retail-brass);
}

.sourcing-card {
  top: 1%;
  left: 9%;
  animation-delay: -2s;
}

.order-card {
  top: 6%;
  right: 0;
  animation-delay: -5s;
}

.inspection-card {
  top: 35%;
  left: 25%;
  width: 202px;
  animation-delay: -1s;
}

.inventory-card {
  left: 0;
  bottom: 14%;
  width: 205px;
  animation-delay: -6s;
}

.shipping-card {
  right: -2%;
  bottom: 19%;
  animation-delay: -3.5s;
}

.delivery-card {
  right: 18%;
  bottom: -1%;
  width: 206px;
  animation-delay: -7s;
}

.commerce-package {
  position: absolute;
  top: 41%;
  right: 23%;
  width: 132px;
  height: 118px;
  background: linear-gradient(135deg, #d8b677, #b98b45);
  border: 1px solid rgba(113, 78, 27, 0.18);
  box-shadow: 0 28px 45px rgba(76, 58, 34, 0.2);
  transform: rotate(-2deg) skewY(-1deg);
  animation: retail-package 9s ease-in-out infinite;
}

.commerce-package::before,
.commerce-package::after {
  position: absolute;
  content: "";
}

.commerce-package::before {
  top: -35px;
  left: -1px;
  width: 100%;
  height: 35px;
  background: #e5ca91;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.commerce-package::after {
  top: 0;
  right: -35px;
  width: 35px;
  height: 100%;
  background: #a97837;
  clip-path: polygon(0 0, 100% 28%, 100% 100%, 0 100%);
}

.package-tape {
  position: absolute;
  top: -35px;
  left: 52px;
  width: 25px;
  height: 153px;
  background: rgba(249, 231, 187, 0.55);
}

.package-label {
  position: absolute;
  right: 15px;
  bottom: 14px;
  display: grid;
  width: 46px;
  height: 35px;
  place-items: center;
  color: rgba(78, 51, 18, 0.72);
  font-family: Georgia, serif;
  font-size: 8px;
  line-height: 1.15;
  text-align: center;
  background: rgba(255, 250, 236, 0.83);
}

.icon-cart::before,
.icon-cart::after,
.icon-order::before,
.icon-order::after,
.icon-truck::before,
.icon-truck::after,
.icon-pin::before,
.icon-pin::after {
  position: absolute;
  content: "";
}

.icon-cart::before {
  inset: 5px 5px 11px 3px;
  border: 2px solid currentColor;
  border-top: 0;
  transform: skew(-7deg);
}

.icon-cart::after {
  left: 8px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
  box-shadow: 15px 0 currentColor;
}

.icon-order::before {
  inset: 3px 7px 4px;
  border: 2px solid currentColor;
  border-radius: 9px 9px 2px 2px;
}

.icon-order::after {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 6px currentColor, 0 12px currentColor;
}

.icon-check {
  display: grid;
  place-items: center;
  font-size: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.barcode {
  width: 31px;
  height: 24px;
  margin-left: 2px;
  background: repeating-linear-gradient(90deg, currentColor 0 2px, transparent 2px 4px, currentColor 4px 5px, transparent 5px 8px);
}

.icon-truck::before {
  left: 2px;
  bottom: 8px;
  width: 19px;
  height: 15px;
  border: 2px solid currentColor;
}

.icon-truck::after {
  right: 1px;
  bottom: 5px;
  width: 13px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  box-shadow: -20px 8px 0 -5px currentColor, -1px 8px 0 -5px currentColor;
}

.icon-pin::before {
  top: 2px;
  left: 7px;
  width: 19px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.icon-pin::after {
  top: 10px;
  left: 15px;
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
}

@keyframes retail-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes retail-package {
  0%, 100% { transform: translateY(0) rotate(-2deg) skewY(-1deg); }
  50% { transform: translateY(-7px) rotate(-1deg) skewY(-1deg); }
}

.retail-proof {
  background: #fff;
  border-bottom: 1px solid var(--retail-line);
}

.retail-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 104px;
}

.retail-proof-grid > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 1px 15px;
  align-content: center;
  padding: 22px 32px;
  border-left: 1px solid var(--retail-line);
}

.retail-proof-grid > div:last-child {
  border-right: 1px solid var(--retail-line);
}

.retail-proof-grid strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.retail-proof-grid small {
  grid-column: 2;
  color: var(--retail-ink-soft);
  font-size: 10px;
}

.proof-icon {
  position: relative;
  grid-row: 1 / span 2;
  display: block;
  width: 38px;
  height: 38px;
  color: var(--retail-brass);
}

.bag-icon::before {
  position: absolute;
  inset: 10px 5px 4px;
  content: "";
  border: 2px solid currentColor;
}

.bag-icon::after {
  position: absolute;
  top: 4px;
  left: 12px;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.check-icon {
  display: grid;
  place-items: center;
  font-size: 19px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.box-icon::before,
.box-icon::after {
  position: absolute;
  content: "";
}

.box-icon::before {
  inset: 8px 4px 3px;
  border: 2px solid currentColor;
}

.box-icon::after {
  top: 3px;
  left: 4px;
  width: 28px;
  height: 12px;
  border: 2px solid currentColor;
  transform: skewY(-18deg);
}

.retail-section {
  padding-block: 104px 20px;
}

.retail-section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.retail-section-heading h2,
.partner-copy h2,
.overseas-note h2,
.retail-cta h2 {
  margin: 0 0 14px;
  color: var(--retail-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: clamp(29px, 3.3vw, 42px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.retail-section-heading > span,
.overseas-note > div > span,
.retail-cta > span {
  display: block;
  color: var(--retail-ink-soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.9;
}

.retail-section-heading.align-left {
  max-width: none;
  margin-inline: 0;
  text-align: left;
}

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

.business-card {
  position: relative;
  min-height: 322px;
  padding: 31px 26px 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--retail-line);
  box-shadow: 0 14px 32px rgba(44, 53, 47, 0.04);
}

.business-card::after {
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 140px;
  height: 140px;
  content: "";
  border: 1px solid rgba(163, 122, 55, 0.16);
  border-radius: 50%;
}

.business-card-primary {
  color: #fff;
  background: var(--retail-green);
  border-color: var(--retail-green);
  box-shadow: 0 22px 48px rgba(23, 76, 56, 0.16);
}

.business-card-primary::after {
  border-color: rgba(255, 255, 255, 0.18);
}

.business-card-sub {
  background: #f4f3ee;
}

.business-number {
  position: absolute;
  top: 18px;
  right: 19px;
  color: rgba(24, 37, 31, 0.23);
  font-family: Georgia, serif;
  font-size: 12px;
}

.business-card-primary .business-number {
  color: rgba(255, 255, 255, 0.42);
}

.business-symbol {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 30px;
  place-items: center;
  color: var(--retail-brass);
}

.business-card-primary .business-symbol {
  color: #e1c98f;
}

.business-shop::before,
.business-shop::after,
.business-ops::before,
.business-ops::after,
.business-system::before,
.business-system::after {
  position: absolute;
  content: "";
}

.business-shop::before {
  inset: 19px 8px 4px;
  border: 2px solid currentColor;
}

.business-shop::after {
  top: 7px;
  left: 4px;
  width: 42px;
  height: 16px;
  background: repeating-linear-gradient(90deg, currentColor 0 7px, transparent 7px 12px);
  border-bottom: 2px solid currentColor;
}

.business-arrows {
  font-family: Georgia, serif;
  font-size: 38px;
}

.business-ops::before {
  inset: 6px 11px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.business-ops::after {
  top: 16px;
  left: 18px;
  width: 17px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 9px currentColor, 0 18px currentColor;
}

.business-system::before {
  inset: 7px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.business-system::after {
  top: 23px;
  left: 11px;
  width: 30px;
  height: 6px;
  background: currentColor;
  transform: rotate(45deg);
}

.business-label {
  margin-bottom: 9px;
  color: var(--retail-brass);
  font-family: Georgia, serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.business-card-primary .business-label {
  color: #e1c98f;
}

.business-card h3 {
  margin-bottom: 16px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.business-card > p:last-child {
  color: var(--retail-ink-soft);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.95;
}

.business-card-primary > p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.retail-operations {
  padding-block: 108px;
  margin-top: 96px;
  background: #fff;
  border-block: 1px solid var(--retail-line);
}

.operations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--retail-line);
}

.operation-card {
  position: relative;
  min-width: 0;
  padding: 0 22px 29px;
  background: var(--retail-ivory);
  border-left: 1px solid var(--retail-line);
}

.operation-card:first-child {
  border-left: 0;
}

.operation-no {
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.88);
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.operation-visual {
  position: relative;
  height: 190px;
  margin: 0 -22px 25px;
  overflow: hidden;
  background: linear-gradient(135deg, #6e7c73, #273a31);
}

.operation-visual img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.operation-card:hover .operation-visual img {
  transform: scale(1.035);
}

.operation-inspection .operation-visual img { object-position: 52% center; }
.operation-inventory .operation-visual img { object-position: 48% center; }
.operation-packing .operation-visual img { object-position: 50% center; }
.operation-support .operation-visual img { object-position: 56% center; }

.operation-inventory .operation-visual {
  background: linear-gradient(135deg, #c5ab7b, #856636);
}

.operation-packing .operation-visual {
  background: linear-gradient(135deg, #d8c9aa, #a7804d);
}

.operation-support .operation-visual {
  background: linear-gradient(135deg, #647369, #2b4639);
}

.operation-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 35%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 24px);
}

.operation-card h3 {
  margin-bottom: 11px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.operation-card p {
  margin-bottom: 0;
  color: var(--retail-ink-soft);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.9;
}

.inspection-card-shape {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 1;
  width: 126px;
  height: 82px;
  background: #e8e0d1;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.22);
  transform: translate(-50%, -50%) rotate(-8deg);
}

.inspection-lens {
  position: absolute;
  left: 33%;
  top: 24%;
  z-index: 3;
  width: 68px;
  height: 68px;
  border: 9px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.24);
}

.inspection-lens::after {
  position: absolute;
  right: -34px;
  bottom: -27px;
  width: 43px;
  height: 10px;
  content: "";
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  transform: rotate(45deg);
}

.inspection-check {
  position: absolute;
  right: 18%;
  bottom: 20%;
  z-index: 3;
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  color: #fff;
  background: var(--retail-green);
  border-radius: 50%;
}

.inventory-device {
  position: absolute;
  left: 28%;
  top: 20%;
  z-index: 2;
  width: 58px;
  height: 100px;
  background: #222a26;
  border: 5px solid #e9e7dd;
  border-radius: 8px;
  box-shadow: 0 22px 32px rgba(0, 0, 0, 0.22);
  transform: rotate(9deg);
}

.inventory-device::before {
  position: absolute;
  inset: 11px 8px 38px;
  content: "";
  background: repeating-linear-gradient(90deg, #d4ba78 0 2px, transparent 2px 5px);
}

.inventory-label {
  position: absolute;
  right: 15%;
  bottom: 24%;
  z-index: 1;
  width: 106px;
  height: 63px;
  background: #f4efe5;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.15);
  transform: rotate(-6deg);
}

.inventory-label::before {
  position: absolute;
  inset: 18px 13px;
  content: "";
  background: repeating-linear-gradient(90deg, #5b4c34 0 2px, transparent 2px 5px);
}

.packing-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 150px;
  height: 105px;
  background: #9b7042;
  transform: translateX(-50%);
}

.packing-box::before,
.packing-box::after {
  position: absolute;
  top: -46px;
  width: 76px;
  height: 50px;
  content: "";
  background: #c49a66;
}

.packing-box::before {
  left: 0;
  transform: skewY(-18deg);
  transform-origin: bottom right;
}

.packing-box::after {
  right: 0;
  transform: skewY(18deg);
  transform-origin: bottom left;
}

.packing-cushion {
  position: absolute;
  z-index: 3;
  width: 70px;
  height: 52px;
  background: repeating-radial-gradient(circle, #eee8d8 0 5px, #d6c9ad 6px 8px);
  border-radius: 45%;
}

.cushion-one {
  left: 22%;
  top: 31%;
  transform: rotate(13deg);
}

.cushion-two {
  right: 20%;
  top: 36%;
  transform: rotate(-11deg);
}

.support-bubble {
  position: absolute;
  z-index: 2;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
}

.support-bubble::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54%;
  height: 2px;
  content: "";
  background: #92a096;
  box-shadow: 0 11px #92a096;
  transform: translate(-50%, -8px);
}

.bubble-one {
  top: 23%;
  left: 16%;
  width: 128px;
  height: 74px;
}

.bubble-two {
  right: 13%;
  bottom: 19%;
  width: 108px;
  height: 64px;
  transform: scale(0.82);
}

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

.category-card {
  position: relative;
  min-height: 350px;
  padding: 0 24px 25px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--retail-line);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card:hover {
  box-shadow: var(--retail-shadow);
  transform: translateY(-4px);
}

.category-index {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--retail-green);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(17, 42, 31, 0.14);
  backdrop-filter: blur(8px);
  font-family: Georgia, serif;
  font-size: 9px;
}

.category-photo {
  height: 185px;
  margin: 0 -24px 26px;
  overflow: hidden;
  background: #17271f;
}

.category-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 62%, rgba(17, 36, 27, 0.2));
  pointer-events: none;
}

.category-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.category-card:hover .category-photo img {
  transform: scale(1.045);
}

.category-card:nth-child(1) .category-photo img { object-position: 50% 47%; }
.category-card:nth-child(2) .category-photo img { object-position: 50% 47%; }
.category-card:nth-child(3) .category-photo img { object-position: 50% 48%; }
.category-card:nth-child(4) .category-photo img { object-position: 50% 45%; }

.category-photo {
  position: relative;
}

.category-card h3 {
  margin-bottom: 12px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
}

.category-card p {
  margin-bottom: 0;
  color: var(--retail-ink-soft);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.9;
}

.partner-section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  min-height: 410px;
  padding: clamp(46px, 6vw, 78px);
  margin-top: 108px;
  overflow: hidden;
  color: #fff;
  background: var(--retail-green);
}

.partner-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent 40%, #000);
}

.partner-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.partner-copy h2 {
  color: #fff;
}

.partner-copy > p:not(:first-child) {
  max-width: 640px;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
}

.partner-button {
  margin-top: 16px;
  color: var(--retail-green-deep);
  background: #fff;
  border-color: #fff;
}

.partner-visual {
  position: relative;
  z-index: 1;
  min-height: 250px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 26px 60px rgba(7, 28, 20, 0.34);
}

.partner-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(225, 201, 143, 0.13), transparent 45%);
  pointer-events: none;
}

.partner-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.partner-ring {
  position: absolute;
  border: 1px solid rgba(225, 201, 143, 0.35);
  border-radius: 50%;
}

.ring-one {
  inset: 4% -16% -38% 2%;
}

.ring-two {
  inset: 24% -2% -12% 20%;
}

.partner-hand {
  position: absolute;
  top: 48%;
  width: 58%;
  height: 38px;
  background: linear-gradient(90deg, rgba(225, 201, 143, 0.18), #d9bd84);
  border-radius: 28px;
}

.hand-left {
  left: -1%;
  transform: rotate(13deg);
}

.hand-right {
  right: -1%;
  background: linear-gradient(90deg, #d9bd84, rgba(225, 201, 143, 0.18));
  transform: rotate(-13deg);
}

.partner-hand::after {
  position: absolute;
  top: -9px;
  width: 52px;
  height: 56px;
  content: "";
  background: #d9bd84;
  border-radius: 46% 50%;
}

.hand-left::after {
  right: -18px;
}

.hand-right::after {
  left: -18px;
}

.partner-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #e1c98f;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(225, 201, 143, 0.08);
}

.dot-one { top: 12%; right: 25%; }
.dot-two { bottom: 12%; left: 19%; }
.dot-three { top: 25%; left: 8%; }

.overseas-note {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 32px;
  align-items: center;
  padding: 48px 54px;
  margin-top: 32px;
  background: #fff;
  border: 1px solid var(--retail-line);
}

.overseas-note h2 {
  margin-bottom: 7px;
  font-size: clamp(22px, 2.6vw, 32px);
}

.overseas-note > div > p {
  margin-bottom: 8px;
}

.overseas-mark {
  position: relative;
  width: 78px;
  height: 78px;
  border: 1px solid var(--retail-brass);
  border-radius: 50%;
}

.overseas-mark::before,
.overseas-mark::after,
.overseas-mark span::before {
  position: absolute;
  content: "";
  border: 1px solid var(--retail-brass);
  border-radius: 50%;
}

.overseas-mark::before {
  inset: 0 19px;
}

.overseas-mark::after {
  inset: 19px 0;
}

.overseas-mark span::before {
  left: 50%;
  top: 3px;
  width: 1px;
  height: 70px;
  background: var(--retail-brass);
  border: 0;
}

.home-page .company {
  padding-block: 108px 0;
}

.home-page .company-list {
  max-width: 950px;
  color: var(--retail-ink-soft);
  background: #fff;
  border-color: var(--retail-line);
  border-radius: 0;
  font-size: 12px;
  box-shadow: none;
}

.home-page .company-list div {
  grid-template-columns: 190px 1fr;
  border-color: var(--retail-line);
}

.home-page .company-list dt {
  color: var(--retail-ink);
  background: var(--retail-sand);
}

.home-page .company-list dt,
.home-page .company-list dd {
  padding: 16px 22px;
}

.retail-cta {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 78px 40px;
  margin-top: 108px;
  margin-bottom: 40px;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(135deg, #f3ede1, #fff);
  border: 1px solid rgba(163, 122, 55, 0.28);
}

.retail-cta::before,
.retail-cta::after {
  position: absolute;
  width: 260px;
  height: 260px;
  content: "";
  border: 1px solid rgba(163, 122, 55, 0.16);
  border-radius: 50%;
}

.retail-cta::before {
  left: -120px;
  bottom: -150px;
}

.retail-cta::after {
  top: -170px;
  right: -110px;
}

.retail-cta > span {
  max-width: 740px;
  margin-bottom: 27px;
}

.retail-footer {
  grid-template-columns: 240px 1fr auto;
  min-height: 150px;
  color: rgba(255, 255, 255, 0.88);
  background: var(--retail-green-deep);
  border-color: transparent;
}

.retail-footer-brand p {
  margin: 8px 0 0 41px;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 11px;
}

.retail-footer .brand {
  color: #fff;
}

.retail-footer nav {
  color: rgba(255, 255, 255, 0.68);
}

.retail-footer small {
  color: rgba(255, 255, 255, 0.5);
}

@media (prefers-reduced-motion: reduce) {
  .commerce-card,
  .commerce-package {
    animation: none;
  }
}

@media (max-width: 1060px) {
  .retail-hero-inner {
    grid-template-columns: minmax(380px, 0.8fr) minmax(460px, 1.2fr);
  }

  .commerce-visual {
    transform: scale(0.9);
    transform-origin: center;
  }

  .commerce-photo {
    transform: none;
  }

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

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

  .operation-card:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--retail-line);
  }

  .operation-card:nth-child(4) {
    border-top: 1px solid var(--retail-line);
  }
}

@media (max-width: 980px) {
  .home-page .site-header {
    min-height: 66px;
  }

  .home-page .site-nav {
    background: rgba(251, 250, 246, 0.99);
    border-color: var(--retail-line);
    border-radius: 2px;
  }

  .home-page .nav-toggle {
    border-color: #c9cec9;
    border-radius: 2px;
  }

  .home-page .nav-toggle span {
    background: var(--retail-ink);
  }

  .retail-hero-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 74px 24px;
  }

  .retail-hero-copy {
    max-width: 720px;
  }

  .commerce-visual {
    width: min(100%, 690px);
    min-height: 0;
    aspect-ratio: 16 / 9;
    margin-inline: auto;
    transform: none;
  }

  .commerce-photo > img {
    min-height: 0;
  }

  .retail-proof-grid > div {
    padding-inline: 20px;
  }

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

  .partner-visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 0;
    margin-top: 8px;
    opacity: 1;
  }

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

  .retail-footer-brand p {
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .home-page .section-shell {
    width: min(100% - 28px, 1180px);
  }

  .home-page .brand {
    font-size: 14px;
  }

  .retail-hero-inner {
    padding-top: 54px;
  }

  .retail-kicker {
    display: grid;
    gap: 7px;
  }

  .retail-kicker span {
    margin-left: 0;
  }

  .retail-kicker span::before {
    display: none;
  }

  .retail-hero h1 {
    font-size: clamp(38px, 10.8vw, 44px);
    line-height: 1.42;
    letter-spacing: 0.05em;
  }

  .retail-hero-lead,
  .retail-hero-note {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .desktop-only {
    display: none;
  }

  .commerce-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
    margin-top: 12px;
  }

  .commerce-photo > img {
    object-position: 69% center;
  }

  .commerce-photo figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .commerce-card {
    grid-template-columns: 28px 1fr;
    width: 148px;
    min-height: 70px;
    padding: 11px 12px;
  }

  .commerce-card span:not(.commerce-icon) {
    font-size: 10px;
  }

  .commerce-card strong {
    font-size: 7px;
  }

  .commerce-icon {
    width: 26px;
    height: 26px;
    transform: scale(0.76);
    transform-origin: center;
  }

  .sourcing-card { left: 0; }
  .order-card { right: 0; }
  .inspection-card { top: 31%; left: 6%; width: 158px; }
  .inventory-card { left: 0; bottom: 8%; width: 158px; }
  .shipping-card { right: 0; bottom: 20%; }
  .delivery-card { right: 1%; bottom: 0; width: 155px; }

  .commerce-package {
    top: 42%;
    right: 28%;
    width: 94px;
    height: 88px;
  }

  .commerce-package::before {
    top: -26px;
    height: 26px;
  }

  .commerce-package::after {
    right: -25px;
    width: 25px;
  }

  .package-tape {
    top: -26px;
    left: 37px;
    width: 18px;
    height: 114px;
  }

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

  .retail-proof-grid > div,
  .retail-proof-grid > div:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--retail-line);
  }

  .retail-proof-grid > div:last-child {
    border-bottom: 0;
  }

  .retail-section,
  .home-page .company {
    padding-top: 78px;
  }

  .retail-section-heading {
    margin-bottom: 32px;
  }

  .business-grid,
  .category-grid,
  .operations-grid {
    grid-template-columns: 1fr;
  }

  .business-card {
    min-height: 280px;
  }

  .retail-operations {
    padding-block: 78px;
    margin-top: 70px;
  }

  .operation-card,
  .operation-card:first-child,
  .operation-card:nth-child(3),
  .operation-card:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--retail-line);
  }

  .operation-card:first-child {
    border-top: 0;
  }

  .operation-visual {
    height: 220px;
  }

  .partner-section {
    width: min(100% - 28px, 1180px);
    padding: 40px 24px;
    margin-top: 78px;
  }

  .partner-visual {
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 0;
  }

  .overseas-note {
    grid-template-columns: 1fr;
    padding: 36px 24px;
  }

  .overseas-mark {
    width: 62px;
    height: 62px;
  }

  .overseas-mark::before { inset-inline: 15px; }
  .overseas-mark::after { inset-block: 15px; }
  .overseas-mark span::before { height: 54px; }

  .home-page .company-list div {
    grid-template-columns: 1fr;
  }

  .home-page .company-list dd {
    padding-top: 0;
  }

  .retail-cta {
    padding: 60px 22px;
    margin-top: 78px;
  }

  .retail-cta h2 br {
    display: none;
  }

  .retail-footer {
    text-align: center;
  }

  .retail-footer .brand {
    justify-content: center;
  }
}

@media (max-width: 410px) {
  .commerce-visual {
    min-height: 0;
  }

  .commerce-card {
    width: 139px;
  }

  .inspection-card,
  .inventory-card,
  .delivery-card {
    width: 145px;
  }

  .commerce-package {
    right: 27%;
  }
}
