/* Company intro (from mock) */
/* 会社紹介 — ビジュアルLP（提供デザイン準拠） */
.ec-companyLanding { margin: 0; padding: 0; overflow-x: hidden; }
.ec-companyLanding .jp-company {
  font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "PingFang SC", "Microsoft YaHei", "Malgun Gothic", sans-serif;
  color: #fff;
}
.ec-companyLanding .jp-company > section {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.jp-brandLogos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 32px;
  margin-bottom: 20px;
}
.jp-brandLogo { font-weight: 700; letter-spacing: 0.04em; white-space: nowrap; }
.jp-brandLogo--kenpo { color: #fff; font-style: italic; font-size: 1.25rem; }
.jp-brandLogo--kenpo .jp-brandLogo__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.2em;
  border-radius: 4px;
  background: linear-gradient(135deg, #e31b23 50%, #1a4f9c 50%);
  color: #fff;
  font-style: normal;
  font-weight: 800;
}
.jp-brandLogo--flukin { color: #c41e3a; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.jp-brandLogo--stepingo { color: #f4d03f; font-size: 0.85rem; }
.jp-brandLogo--stepingo strong { color: #7cb342; font-size: 1.1rem; }
.jp-brandLogo--sm { font-size: 0.95rem; }
.jp-brandLogos--profile .jp-brandLogo--kenpo,
.jp-brandLogos--profile .jp-brandLogo--stepingo { color: #1a2a4a; }
.jp-brandLogos--profile .jp-brandLogo--stepingo strong { color: #2e7d32; }

.jp-companyHero {
  background: linear-gradient(160deg, #0a2d6e 0%, #1a4f9c 45%, #2d6cb5 100%);
  padding: 40px 20px 56px;
  z-index: 1;
}
.jp-companyHero__inner { max-width: 1080px; margin: 0 auto; }
.jp-companyHero__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 28px;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.2em;
}
.jp-companyHero__line { flex: 1; max-width: 120px; height: 2px; background: rgba(255,255,255,.7); }
.jp-companyHero__visual {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 32px;
}
.jp-companyHero__store { border-radius: 12px; overflow: hidden; box-shadow: 0 12px 32px rgba(0,0,0,.25); min-height: 220px; }
.jp-storeMock {
  background: linear-gradient(180deg, #1a3058 0%, #0f1f3d 100%);
  padding: 20px 16px 0;
  min-height: 220px;
}
.jp-storeMock__sign {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.jp-storeMock__sign span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.3em;
  height: 1.3em;
  background: linear-gradient(135deg, #e31b23 50%, #1a4f9c 50%);
  border-radius: 3px;
  margin-right: 4px;
  font-style: normal;
}
.jp-storeMock__sign em { font-style: normal; font-size: 0.85em; margin-left: 6px; }
.jp-storeMock__awning {
  height: 28px;
  background: repeating-linear-gradient(90deg, #1a4f9c 0 16px, #fff 16px 32px);
  border-radius: 4px 4px 0 0;
}
.jp-storeMock__facade {
  height: 120px;
  background: linear-gradient(180deg, #2a3f5f 0%, #152238 100%);
  border: 2px solid rgba(255,255,255,.15);
  border-top: none;
}
.jp-stepInGo {
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,.5);
  background: rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
}
.jp-companyHero__catch { margin: 0 0 12px; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700; line-height: 1.4; }
.jp-companyHero__sub { margin: 0; font-size: 1rem; opacity: .92; }
.jp-promise {
  position: relative;
  background: #fff;
  color: #222;
  border-radius: 20px;
  padding: 40px 24px 24px;
  margin: 36px 0 32px;
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
  clear: both;
}
.jp-promise__tab {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #0d2f6e;
  color: #fff;
  padding: 8px 28px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
}
.jp-promise__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.jp-promise__item { text-align: center; padding: 8px; }
.jp-promise__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #e8f0fa;
  color: #1a4f9c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.jp-promise__item h3 { margin: 0 0 8px; font-size: 1rem; color: #1a4f9c; }
.jp-promise__item p { margin: 0; font-size: 0.8rem; line-height: 1.6; color: #444; }
.jp-productLine {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}
.jp-productLine__card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}
.jp-productLine__cat { margin: 8px 0 12px; font-size: 0.9rem; }
.jp-productLine__thumb {
  height: 120px;
  border-radius: 8px;
  background: rgba(255,255,255,.15) center/contain no-repeat;
}
.jp-productLine__thumb--business { background-image: linear-gradient(180deg, #333 0%, #111 100%); }
.jp-productLine__thumb--casual { background-image: linear-gradient(180deg, #555 0%, #222 100%); }
.jp-productLine__thumb--outdoor { background-image: linear-gradient(180deg, #c4a574 0%, #8b7355 100%); }
.jp-companyHero__footer { text-align: center; }
.jp-companyHero__footerJa { margin: 0 0 6px; font-size: 1.15rem; font-weight: 600; }
.jp-companyHero__footerEn { margin: 0; font-size: 0.95rem; opacity: .85; letter-spacing: 0.08em; }

.jp-companyProfile {
  background: linear-gradient(180deg, #0a1f3d 0%, #0d2848 55%, #122f52 100%);
  padding: 56px 20px 64px;
  margin-top: 0;
  z-index: 2;
  clear: both;
}
.jp-companyProfile::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
  z-index: 0;
}
.jp-companyProfile__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}
.jp-companyProfile__head { text-align: center; margin-bottom: 28px; }
.jp-companyProfile__head h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.4rem); font-weight: 700; }
.jp-companyProfile__head p { margin: 6px 0 0; font-size: 0.85rem; letter-spacing: 0.25em; opacity: .8; }
.jp-companyProfile__card {
  background: #fff;
  color: #222;
  border-radius: 24px;
  padding: 28px 32px;
  margin-bottom: 32px;
  box-shadow: 0 12px 40px rgba(0,0,0,.2);
}
.jp-companyProfile__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.jp-office h3,
.jp-shops h3 {
  margin: 0 0 16px;
  font-size: 1rem;
  color: #1a4f9c;
  border-bottom: 2px solid #e8eef5;
  padding-bottom: 8px;
}
.jp-office__en { display: block; font-size: 0.7rem; letter-spacing: 0.15em; color: #888; font-weight: 600; }
.jp-office__row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 0.9rem;
  line-height: 1.7;
}
.jp-office__row i { color: #1a4f9c; margin-top: 4px; width: 1em; }
.jp-office__row p { margin: 0; }
.jp-office__row a { color: #1a4f9c; }
.jp-shops ul { list-style: none; margin: 0; padding: 0; }
.jp-shops li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #ddd;
  font-size: 0.88rem;
  line-height: 1.65;
}
.jp-shops li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.jp-shops strong { display: block; color: #111; margin-bottom: 4px; }
.jp-shops p { margin: 0; color: #444; }
.jp-brandLineup__head { text-align: center; margin-bottom: 16px; }
.jp-brandLineup__head h3 { margin: 0; font-size: 1.2rem; }
.jp-brandLineup__head p { margin: 4px 0 0; font-size: 0.75rem; letter-spacing: 0.2em; opacity: .85; }
.jp-brandLineup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #fff;
  color: #222;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
}
.jp-brandLineup__item {
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid #e8eef5;
}
.jp-brandLineup__item:last-child { border-right: none; }
.jp-brandLineup__thumb {
  height: 100px;
  margin: 12px 0;
  border-radius: 8px;
  background: #f5f7fa center/contain no-repeat;
}
.jp-brandLineup__thumb--kenpo { background-color: #eef2f7; }
.jp-brandLineup__thumb--flukin { background-color: #f7f0ea; }
.jp-brandLineup__thumb--stepingo { background-color: #eef5ee; }
.jp-brandLineup__item p { margin: 8px 0 0; font-size: 0.85rem; color: #555; }
.jp-companyProfile__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
}
.jp-companyProfile__qr { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.jp-qr { text-align: center; font-size: 0.75rem; font-weight: 600; }
.jp-qr__box {
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 6px;
  background:
    linear-gradient(90deg, #fff 2px, transparent 2px) 0 0/12px 12px,
    linear-gradient(#fff 2px, transparent 2px) 0 0/12px 12px,
    #111;
  border: 3px solid #fff;
  border-radius: 4px;
}
.jp-companyProfile__tagline {
  margin: 0;
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  max-width: 640px;
}
.jp-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 32px;
  width: 100%;
}
.jp-features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
}
.jp-features__item i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

@media (max-width: 900px) {
  .jp-companyHero__visual,
  .jp-companyProfile__cols,
  .jp-promise__grid,
  .jp-productLine,
  .jp-brandLineup { grid-template-columns: 1fr; }
  .jp-brandLineup__item { border-right: none; border-bottom: 1px solid #e8eef5; }
  .jp-brandLineup__item:last-child { border-bottom: none; }
}
/* JEIA4005 お問い合わせフォーム（/contact） */
.ec-contactRole {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 20px 48px;
}
.ec-off1Grid,
.ec-off1Grid__cell { display: block; }
.ec-para-normal { margin-bottom: 1em; font-size: 14px; line-height: 1.8; color: #333; }
.ec-borderedDefs { margin-bottom: 1.5rem; }
.ec-borderedDefs dl {
  width: 100%;
  margin: 0;
  display: table;
  border-bottom: 1px solid #ddd;
}
.ec-borderedDefs dl:first-child { border-top: 1px solid #ddd; }
.ec-borderedDefs dt {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  padding: 1rem 1rem 1rem 0;
}
.ec-borderedDefs dd {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  padding: 1.5rem 0;
  font-size: 14px;
  line-height: 1.6;
}
.ec-borderedDefs dd > p { margin: 0.75em 0 0; font-size: 13px; color: #666; }
.ec-label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  margin: 0;
  color: #222;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.ec-halfInput {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.ec-halfInput > input {
  flex: 0 0 auto;
  width: calc((100% - 1em - 1px) / 2);
  margin-left: 1em;
}
.ec-halfInput > input:first-of-type { margin-left: 0; }
.ec-contactRole .ec-halfInput {
  flex-flow: row nowrap;
  gap: 1em;
}
.ec-contactRole .ec-halfInput > input {
  width: 11em;
  max-width: calc(50% - 0.5em);
  margin-left: 0;
}
.ec-halfInput > input {
  display: block;
  height: auto;
  padding: 0.5em 0.75em;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ec-input input,
.ec-telInput input,
.ec-zipInput input,
.ec-input textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.5em 0.75em;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ec-input textarea {
  min-height: 8em;
  resize: vertical;
}
.ec-input input:focus,
.ec-telInput input:focus,
.ec-zipInput input:focus,
.ec-contactRole .ec-halfInput > input:focus,
.ec-input textarea:focus,
.ec-select select:focus {
  outline: none;
  border-color: #3c8dbc;
  box-shadow: 0 0 0 1px #cceeff;
}
.ec-zipInput > span { display: inline-block; }
.ec-zipInput input {
  display: inline-block;
  width: auto;
  max-width: 9em;
  margin-left: 0.5em;
}
.ec-zipInputHelp {
  display: inline-block;
  margin-left: 1em;
}
.ec-zipInputHelp a {
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  height: 2em;
  border-radius: 3px;
  background-color: #16457e;
  color: #fff;
  padding: 0 0.5em;
  text-decoration: none;
  transition: 0.3s;
}
.ec-zipInputHelp a:hover { filter: brightness(1.2); }
.ec-zipInput + .ec-select { margin-top: 1em; margin-bottom: 1em; }
.ec-select select {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.5em 0.75em;
  padding-right: calc(20px + 0.75em);
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.ec-input + .ec-input,
.ec-select + .ec-input { margin-top: 1rem; }
.ec-RegisterRole__actions,
.ec-registerRole__actions { margin-top: 40px; }
.ec-off4Grid { display: block; }
.ec-off4Grid__cell { margin: 0 auto; max-width: 450px; }
.ec-blockBtn--action {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  padding: 0.85em 1em;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0;
  font-weight: normal;
  text-decoration: none;
  transition: 0.3s;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
}
.ec-blockBtn--action:hover {
  text-decoration: none;
  color: #fff;
  filter: brightness(1.1);
}
.ec-blockBtn--action:focus {
  outline: none;
  border-color: #3c8dbc;
  box-shadow: 0 0 0 1px #cceeff;
}
@media (max-width: 767px) {
  .ec-borderedDefs dl { display: block; padding: 0.5em 0; }
  .ec-borderedDefs dt {
    display: block;
    width: auto;
    padding: 0 0 0.5em;
    border-bottom: 1px solid #ddd;
  }
  .ec-borderedDefs dd {
    display: block;
    padding: 1rem 0;
  }
  .ec-halfInput > input {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5em;
  }
  .ec-contactRole .ec-halfInput {
    flex-flow: row nowrap;
  }
  .ec-contactRole .ec-halfInput > input {
    width: 9em;
    max-width: calc(50% - 0.5em);
    margin-top: 0;
  }
  .ec-halfInput > input:first-of-type { margin-top: 0; }
  .ec-zipInputHelp { display: block; margin: 0.75em 0 0; }
}

/* 旧ヘッダー互換（削除予定・非表示） */
.site-header, .site-footer { display: none; }

/* カテゴリナビ旧スタイル → PLP用に一部継続 */
.plp-layout { display: flex; gap: 28px; align-items: flex-start; }
.plp-filters {
  flex: 0 0 200px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px;
}
.plp-filters h3 {
  font-size: 12px;
  color: var(--navy);
  margin: 16px 0 8px;
}
.plp-filters h3:first-child { margin-top: 0; }
.plp-filters ul { list-style: none; }
.plp-filters li { margin: 4px 0; }
.plp-filters a {
  font-size: 13px;
  text-decoration: none;
  color: var(--text);
}
.plp-filters a:hover { color: var(--green); }
.plp-layout .grid-products { flex: 1; }
.plp-active-filter {
  color: var(--green);
  font-weight: 600;
  margin: -16px 0 20px;
  font-size: 14px;
}

.header-actions a {
  font-size: 12px;
  text-decoration: none;
  padding: 6px 10px;
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--navy);
}
.header-actions a.cart { background: var(--navy); color: var(--white); border-color: var(--navy); }

.container { max-width: 1100px; margin: 0 auto; padding: 32px 20px 48px; }
.container-narrow { max-width: 760px; margin: 0 auto; padding: 32px 20px 48px; }

.page-title {
  font-size: 24px;
  color: var(--navy);
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--navy);
}
.page-hero {
  background: linear-gradient(135deg, var(--navy), #2a3d66);
  color: var(--white);
  padding: 40px 20px;
  text-align: center;
}
.page-hero h1 { font-size: 28px; margin-bottom: 8px; }
.page-hero p { opacity: .9; max-width: 560px; margin: 0 auto; }

.card {
  background: var(--white);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
  margin-bottom: 20px;
}
.card h2 { font-size: 16px; color: var(--navy); margin-bottom: 12px; }

.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  text-align: center;
}
.btn-primary { background: var(--green); color: var(--white); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-outline { background: var(--white); color: var(--navy); border: 2px solid var(--navy); }
.btn-block { display: block; width: 100%; }
.btn + .btn { margin-left: 8px; }

.grid-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.product-card {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
  text-decoration: none;
  color: inherit;
  transition: transform .15s;
}
.product-card:hover { transform: translateY(-2px); }
.product-card .thumb {
  aspect-ratio: 1;
  background: linear-gradient(145deg, #e8e8e4, #d0d0c8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 12px;
}
.product-card .info { padding: 12px; }
.product-card .name { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.product-card .price { color: var(--navy); font-weight: 700; }
.product-card .price.wholesale { color: var(--green); }
.badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  background: var(--gold);
  color: var(--white);
  margin-bottom: 4px;
}

.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
}
.form-group textarea { min-height: 120px; resize: vertical; }

.table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: 8px; overflow: hidden; font-size: 14px; }
.table th, .table td { padding: 12px; border-bottom: 1px solid var(--border); text-align: left; }
.table th { background: #eef1f6; color: var(--navy); }

.flow-banner {
  background: #fff8e1;
  border: 1px solid #ffe082;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 14px;
}

.ec-catchCopy {
  text-align: center;
  color: var(--muted);
  margin: 32px 0 24px;
  font-size: 15px;
}
.ec-secHeading {
  text-align: center;
  margin: 40px 0 20px;
}
.ec-secHeading h2 {
  font-family: "Poppins", "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #111;
}
.ec-secHeading p {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}
.ec-layoutRole { min-height: 50vh; }

/* TOP sections */
.hero-slider {
  height: 360px;
  background: linear-gradient(135deg, #3a4f6a, var(--navy));
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.7);
  font-size: 14px;
}
.brand-blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 32px 0; }
.brand-block {
  background: var(--white);
  padding: 24px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  color: var(--navy);
  font-weight: 700;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
}
.category-banners { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 32px; }
.cat-banner {
  height: 120px;
  background: #dde3ec;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--navy);
  font-weight: 600;
}

/* PDP */
.pdp-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.pdp-image {
  aspect-ratio: 3/4;
  background: linear-gradient(145deg, #e8e8e4, #d0d0c8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.size-btns { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0; }
.size-btns span {
  padding: 8px 14px;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}
.size-btns span.on { border-color: var(--navy); background: var(--navy); color: var(--white); }

/* cart */
.cart-item { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.cart-item .thumb { width: 80px; height: 80px; background: #ddd; border-radius: 4px; flex-shrink: 0; }
.cart-summary { background: #eef1f6; padding: 20px; border-radius: 8px; margin-top: 20px; }

/* admin */
.admin-wrap { display: flex; min-height: calc(100vh - 36px); }
.admin-side {
  width: 220px;
  background: var(--admin-side);
  color: #fff;
  padding: 20px 0;
  flex-shrink: 0;
}
.admin-side h2 { font-size: 14px; padding: 0 16px 16px; color: var(--gold); }
.admin-side a {
  display: block;
  padding: 10px 16px;
  color: rgba(255,255,255,.75);
  text-decoration: none;
  font-size: 13px;
}
.admin-side a:hover, .admin-side a.on { background: rgba(255,255,255,.1); color: #fff; }
.admin-side .grp { font-size: 10px; color: rgba(255,255,255,.4); padding: 16px 16px 6px; letter-spacing: .08em; }
.admin-main { flex: 1; background: var(--admin-bg); padding: 24px; }
.admin-main h1 { font-size: 20px; color: var(--navy); margin-bottom: 20px; }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; margin-bottom: 24px; }
.stat-card { background: var(--white); padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.stat-card .val { font-size: 24px; font-weight: 700; color: var(--navy); }
.stat-card .lbl { font-size: 12px; color: var(--muted); }

/* hub index */
.hub h1 { font-size: 26px; color: var(--navy); margin-bottom: 8px; }
.hub .sub { color: var(--muted); margin-bottom: 32px; }
.hub-section { margin-bottom: 32px; }
.hub-section h2 { font-size: 17px; color: var(--navy); border-bottom: 2px solid var(--navy); padding-bottom: 8px; margin-bottom: 16px; }
.hub-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.hub-card {
  background: var(--white);
  border-radius: 8px;
  padding: 14px 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
  text-decoration: none;
  color: inherit;
  display: block;
  border-left: 4px solid var(--navy);
}
.hub-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.12); }
.hub-card .id { font-family: Consolas, monospace; font-size: 12px; font-weight: 700; color: var(--navy); }
.hub-card .name { font-weight: 600; margin: 4px 0; }
.hub-card .url { font-size: 12px; color: var(--muted); font-family: Consolas, monospace; }

.tab-row { display: flex; gap: 0; margin-bottom: 20px; border-radius: 8px; overflow: hidden; }
.tab-row a {
  flex: 1; text-align: center; padding: 12px; text-decoration: none;
  font-weight: 600; font-size: 14px; background: #eef1f6; color: var(--navy);
}
.tab-row a.on { background: var(--navy); color: var(--white); }
#wholesale { scroll-margin-top: 80px; }

@media (max-width: 768px) {
  .pdp-layout { grid-template-columns: 1fr; }
  .brand-blocks, .category-banners { grid-template-columns: 1fr; }
  .admin-side { display: none; }
}

.jp-companyHero__store img { width:100%; height:100%; object-fit:cover; display:block; min-height:220px; }
.jp-companyHero__slogan { text-align:center; }
.jp-stepInGo--photo { overflow:hidden; padding:0; border:3px solid rgba(255,255,255,.5); }
.jp-stepInGo--photo img { width:100%; height:100%; object-fit:cover; display:block; }
.jp-productLine__thumb img, .jp-brandLineup__thumb img { width:100%; height:100%; object-fit:contain; display:block; }
.jp-productLine__thumb, .jp-brandLineup__thumb { background:#f5f7fa; overflow:hidden; }
.jp-qr__box img { width:96px; height:96px; object-fit:contain; display:block; background:#fff; }
.jp-qr__box { width:96px; height:96px; background:#fff; border-radius:8px; overflow:hidden; }
@media (max-width: 767px) {
  .jp-companyHero__visual, .jp-promise__grid, .jp-productLine, .jp-companyProfile__cols, .jp-brandLineup { grid-template-columns: 1fr; }
}
