:root {
  color-scheme: light;
  --ink: #16211f;
  --muted: #5f6f6a;
  --line: #d9e2dc;
  --paper: #fbfcf9;
  --soft: #eef5ef;
  --mint: #2f7d66;
  --mint-dark: #1f5c4a;
  --coral: #c85f45;
  --gold: #a77b2f;
  --blue: #315c7a;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(28, 45, 39, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

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

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

.site-header {
  align-items: center;
  background: rgba(251, 252, 249, 0.94);
  border-bottom: 1px solid rgba(217, 226, 220, 0.82);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 220px;
}

.brand-logo {
  background: var(--white);
  border: 1px solid rgba(217, 226, 220, 0.9);
  display: block;
  height: 48px;
  object-fit: contain;
  padding: 3px;
  width: 48px;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2vw, 30px);
  font-size: 14px;
  font-weight: 700;
}

.language-switch {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  display: inline-flex;
  gap: 6px;
  min-height: 40px;
  padding: 0 10px;
}

.language-switch svg {
  color: var(--muted);
  height: 17px;
  width: 17px;
}

.language-switch select {
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  outline: 0;
}

.header-action,
.primary-btn,
.secondary-btn,
.icon-btn {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  min-height: 44px;
}

.header-action,
.primary-btn {
  background: var(--mint);
  color: var(--white);
  padding: 0 18px;
}

.header-contact {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
}

.header-contact span {
  border-left: 1px solid var(--line);
  padding-left: 10px;
  white-space: nowrap;
}

.secondary-btn {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 0 18px;
}

.icon-btn {
  aspect-ratio: 1;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
  width: 46px;
}

.header-action svg,
.primary-btn svg,
.secondary-btn svg,
.icon-btn svg {
  height: 18px;
  width: 18px;
}

.hero {
  background: #10221f;
  min-height: min(760px, calc(100vh - 70px));
  overflow: hidden;
  position: relative;
}

.hero-media {
  background-image: url("./assets/stock/clean-packaging.jpg");
  background-position: center;
  background-size: cover;
  filter: saturate(0.92) contrast(1.06);
  inset: 0;
  opacity: 0.2;
  position: absolute;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    radial-gradient(circle at 78% 28%, rgba(200, 95, 69, 0.23), transparent 34%),
    linear-gradient(90deg, rgba(16, 34, 31, 0.98), rgba(16, 34, 31, 0.88) 48%, rgba(16, 34, 31, 0.7)),
    linear-gradient(180deg, rgba(16, 34, 31, 0.12), rgba(16, 34, 31, 0.78));
  inset: 0;
  position: absolute;
}

.hero-inner {
  align-items: center;
  color: var(--white);
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
  min-height: min(760px, calc(100vh - 70px));
  margin: 0 auto;
  max-width: 1280px;
  padding: 80px clamp(22px, 6vw, 88px) 120px;
  position: relative;
}

.hero-copy-block {
  max-width: 760px;
}

.hero-brand-logo {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
  display: block;
  height: 74px;
  margin-bottom: 22px;
  object-fit: contain;
  padding: 6px 12px;
  width: 210px;
}

.eyebrow {
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f7c6b8;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(42px, 6.8vw, 72px);
  line-height: 0.96;
  letter-spacing: 0;
  margin-bottom: 22px;
  max-width: 800px;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
  margin-bottom: 18px;
}

h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
  max-width: 650px;
}

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

.hero-proof {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
  max-width: 780px;
  padding-top: 22px;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.8);
  display: grid;
  gap: 4px;
}

.hero-proof strong {
  color: var(--white);
  font-size: 20px;
}

.hero-proof em {
  font-style: normal;
}

.hero-showcase {
  display: grid;
  gap: 14px;
  width: 100%;
}

.showcase-main,
.showcase-mini-grid figure {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.showcase-main {
  aspect-ratio: 1.35;
}

.showcase-main img,
.showcase-mini-grid img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.showcase-main img {
  object-position: 58% center;
}

.showcase-main figcaption,
.showcase-mini-grid figcaption {
  background: rgba(16, 34, 31, 0.86);
  bottom: 0;
  color: var(--white);
  left: 0;
  padding: 14px;
  position: absolute;
  right: 0;
}

.showcase-main figcaption strong,
.showcase-main figcaption span {
  display: block;
}

.showcase-main figcaption strong {
  font-size: 15px;
}

.showcase-main figcaption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 3px;
}

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

.showcase-mini-grid figure {
  aspect-ratio: 1.35;
}

.showcase-mini-grid figcaption {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  padding: 10px 12px;
}

.hero-contact-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--ink);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-contact-card span {
  align-items: center;
  background: var(--white);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  min-width: 0;
  padding: 12px;
}

.hero-contact-card svg {
  color: var(--mint);
  flex: 0 0 auto;
  height: 16px;
  width: 16px;
}

.section {
  padding: clamp(56px, 8vw, 100px) clamp(18px, 4vw, 56px);
}

.band {
  background: var(--soft);
}

.section-inner {
  margin: 0 auto;
  max-width: 1220px;
}

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

.metrics > div {
  background: var(--paper);
  min-height: 112px;
  padding: 24px;
}

.metric-value {
  color: var(--mint-dark);
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.metric-label {
  color: var(--muted);
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  margin-bottom: 28px;
}

.section-heading p,
.two-column p,
.factory-layout p,
.inquiry-layout p {
  color: var(--muted);
  line-height: 1.7;
}

.market-layout {
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1.18fr);
}

.market-layout p {
  color: var(--muted);
  line-height: 1.7;
}

.market-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.market-card {
  background: var(--white);
  border: 1px solid var(--line);
  min-height: 220px;
  padding: 22px;
}

.market-card svg {
  color: var(--coral);
  height: 28px;
  margin-bottom: 24px;
  width: 28px;
}

.market-card p {
  color: var(--muted);
  line-height: 1.55;
}

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

.proof-visual {
  background: var(--white);
  border: 1px solid var(--line);
  margin: 0;
  overflow: hidden;
}

.proof-visual.large {
  grid-row: auto;
}

.proof-visual img {
  display: block;
  aspect-ratio: 1.2;
  height: auto;
  max-height: none;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.proof-visual.large img {
  max-height: none;
}

.proof-visual figcaption {
  background: var(--white);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  padding: 14px 16px;
}

.catalog-toolbar {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(220px, 1fr) 260px auto;
  margin-bottom: 18px;
}

.search-box,
.select-wrap {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
}

.search-box svg,
.select-wrap svg {
  color: var(--muted);
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.search-box input,
.select-wrap select {
  background: transparent;
  border: 0;
  color: var(--ink);
  min-width: 0;
  outline: 0;
  width: 100%;
}

.ranking-chip {
  align-items: center;
  background: #fff7ec;
  border: 1px solid #efcf9e;
  color: #8d4e13;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  gap: 8px;
  min-height: 46px;
  padding: 0 14px;
}

.ranking-chip svg {
  height: 18px;
  width: 18px;
}

.category-strip {
  display: flex;
  gap: 10px;
  margin: 0 0 24px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.category-pill {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--muted);
  cursor: pointer;
  flex: 0 0 auto;
  font-weight: 800;
  min-height: 38px;
  padding: 0 13px;
}

.category-pill.active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.hot-ranking {
  background:
    linear-gradient(135deg, rgba(47, 125, 102, 0.08), rgba(167, 123, 47, 0.1)),
    var(--white);
  border: 1px solid #d4c29a;
  box-shadow: 0 18px 42px rgba(28, 45, 39, 0.1);
  margin: 0 0 26px;
  padding: 20px;
}

.hot-ranking-head {
  align-items: end;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.hot-ranking-head span {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-size: 24px;
  font-weight: 950;
  gap: 8px;
}

.hot-ranking-head svg {
  color: var(--coral);
  height: 20px;
  width: 20px;
}

.hot-ranking-head small {
  color: var(--muted);
  font-weight: 800;
}

.hot-ranking-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hot-rank-item {
  background: var(--white);
  border: 1px solid rgba(167, 123, 47, 0.28);
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 0;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.hot-rank-item:focus,
.hot-rank-item:focus-visible {
  outline: 0;
}

.hot-rank-item:hover {
  box-shadow: 0 18px 34px rgba(28, 45, 39, 0.16);
  transform: translateY(-2px);
}

.rank-medal {
  background: linear-gradient(135deg, #f1ca70, #a66d22);
  color: var(--white);
  font-size: 18px;
  font-weight: 950;
  left: 14px;
  min-width: 48px;
  padding: 8px 10px;
  position: absolute;
  text-align: center;
  top: 14px;
  z-index: 2;
}

.rank-image {
  background: #f7f8f3;
  display: block;
  aspect-ratio: 1;
  height: auto;
  overflow: hidden;
}

.rank-image img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  width: 100%;
}

.rank-copy {
  display: grid;
  gap: 8px;
  grid-template-rows: minmax(42px, auto) auto auto;
  padding: 16px;
}

.rank-copy strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.35;
  min-height: 42px;
}

.rank-copy em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.rank-copy b {
  color: var(--mint-dark);
  font-size: 22px;
}

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

.product-card {
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.product-image {
  aspect-ratio: 1;
  background: #edf1ed;
  border: 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.product-badge {
  background: linear-gradient(135deg, var(--coral), #9e422d);
  color: var(--white);
  font-size: 12px;
  font-weight: 950;
  left: 10px;
  padding: 7px 9px;
  position: absolute;
  top: 10px;
  z-index: 1;
}

.product-image img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  width: 100%;
}

.product-body {
  display: grid;
  flex: 1;
  gap: 10px;
  padding: 15px;
}

.product-meta {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
  gap: 10px;
}

.product-supply-meta {
  justify-content: start;
}

.product-supply-meta span {
  line-height: 1.35;
}

.product-title {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  min-height: 42px;
}

.product-price {
  align-items: baseline;
  display: flex;
  gap: 8px;
}

.product-price strong {
  color: var(--mint-dark);
  font-size: 24px;
}

.product-price span {
  color: var(--muted);
  font-size: 12px;
}

.product-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-top: auto;
}

.add-btn {
  background: var(--ink);
  border: 0;
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
  min-height: 42px;
}

.link-btn {
  align-items: center;
  background: var(--soft);
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
}

.link-btn svg {
  height: 18px;
  width: 18px;
}

.detail-btn {
  font-size: 13px;
  font-weight: 900;
  min-height: 42px;
}

.load-row {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.two-column,
.factory-layout,
.inquiry-layout {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.process-list {
  display: grid;
  gap: 14px;
}

.process-item {
  align-items: start;
  background: var(--paper);
  border: 1px solid var(--line);
  display: grid;
  gap: 16px;
  grid-template-columns: 42px 1fr;
  padding: 20px;
}

.process-item svg,
.factory-points svg {
  color: var(--mint);
  height: 24px;
  width: 24px;
}

.process-item p {
  margin-bottom: 0;
}

.factory-points {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.factory-points div {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  font-weight: 800;
  gap: 12px;
  min-height: 96px;
  padding: 18px;
}

.sourcing-layout {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr);
}

.sourcing-layout p {
  color: var(--muted);
  line-height: 1.7;
}

.sourcing-art {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: block;
  max-height: 460px;
  object-fit: cover;
  width: 100%;
}

.channel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.channel-tags span {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 900;
  min-height: 36px;
  padding: 8px 12px;
}

.inquiry-summary {
  background: var(--paper);
  border-left: 4px solid var(--coral);
  color: var(--muted);
  line-height: 1.55;
  margin-top: 22px;
  padding: 16px;
}

.contact-panel {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 22px 0;
}

.contact-panel a {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: 28px 78px 1fr;
  min-height: 56px;
  padding: 12px 14px;
}

.contact-panel svg {
  color: var(--mint);
  height: 22px;
  width: 22px;
}

.contact-panel span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.contact-panel strong {
  color: var(--ink);
  font-size: 16px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.inquiry-form {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 22px;
}

.inquiry-form label {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  border: 1px solid var(--line);
  color: var(--ink);
  min-height: 44px;
  outline: 0;
  padding: 10px 12px;
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: var(--mint);
}

.product-modal[hidden] {
  display: none;
}

.product-modal {
  align-items: center;
  display: grid;
  inset: 0;
  padding: 22px;
  position: fixed;
  z-index: 50;
}

.modal-backdrop {
  background: rgba(10, 18, 16, 0.72);
  inset: 0;
  position: absolute;
}

.modal-panel {
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
  display: block;
  margin: 0 auto;
  max-height: min(900px, calc(100vh - 44px));
  max-width: 1180px;
  overflow-y: auto;
  position: relative;
  width: 100%;
}

.modal-top {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(380px, 1.15fr);
}

.modal-close {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 42px;
  z-index: 2;
}

.modal-close svg {
  height: 18px;
  width: 18px;
}

.modal-image-wrap {
  background: var(--white);
  border-right: 1px solid var(--line);
  min-height: 560px;
  padding: 22px;
}

.modal-image-wrap img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.modal-content {
  overflow-y: auto;
  padding: clamp(24px, 4vw, 42px);
}

.modal-content h2 {
  font-size: clamp(28px, 4vw, 42px);
  margin-right: 48px;
}

.modal-price {
  color: var(--mint-dark);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 950;
  margin: 6px 0 12px;
}

.modal-detail-copy {
  color: var(--muted);
  line-height: 1.7;
}

.modal-detail-gallery {
  background: var(--white);
  border-top: 1px solid var(--line);
  padding: 28px clamp(20px, 4vw, 54px) 46px;
}

.detail-section-title {
  align-items: end;
  border-bottom: 2px solid var(--ink);
  display: flex;
  justify-content: space-between;
  margin: 0 auto 18px;
  max-width: 900px;
  padding-bottom: 12px;
}

.detail-section-title span {
  color: var(--ink);
  font-size: 24px;
  font-weight: 950;
}

.detail-section-title small {
  color: var(--muted);
  font-weight: 800;
}

.modal-main-photo,
.modal-gallery-stack {
  display: grid;
  gap: 14px;
  margin: 0 auto;
  max-width: 900px;
}

.modal-main-photo {
  margin-bottom: 14px;
}

.modal-main-photo img,
.modal-gallery-stack img {
  background: var(--white);
  border: 1px solid var(--line);
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.attribute-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  margin: 22px 0;
}

.attribute-list div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: 150px 1fr;
  padding: 12px 0;
}

.attribute-list dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.attribute-list dd {
  color: var(--ink);
  font-weight: 800;
  margin: 0;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rate-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 16px 0 0;
}

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

.site-footer {
  align-items: center;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 28px clamp(18px, 4vw, 56px);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.footer-brand {
  align-items: center;
  display: flex;
  gap: 12px;
}

.footer-brand img {
  background: var(--white);
  display: block;
  height: 54px;
  object-fit: contain;
  padding: 4px;
  width: 54px;
}

.site-footer strong {
  color: var(--white);
  margin-bottom: 4px;
}

.site-footer p {
  margin: 0;
  max-width: 560px;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .header-contact {
    display: none;
  }

  .metrics,
  .product-grid,
  .factory-points,
  .hot-ranking-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading,
  .hero-inner,
  .market-layout,
  .sourcing-layout,
  .two-column,
  .factory-layout,
  .inquiry-layout {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    max-width: 620px;
  }

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

  .modal-panel {
    max-width: 720px;
  }

  .modal-top {
    grid-template-columns: 1fr;
  }

  .modal-image-wrap {
    border-right: 0;
    min-height: 340px;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 12px;
    padding: 12px 20px;
  }

  .brand {
    min-width: 0;
  }

  .brand small,
  .header-action span {
    display: none;
  }

  .brand-logo {
    height: 42px;
    width: 42px;
  }

  .hero-inner {
    padding: 68px 20px 92px;
  }

  h1 {
    font-size: 38px;
    line-height: 1.04;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .hero-copy {
    font-size: 18px;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .eyebrow {
    overflow-wrap: break-word;
  }

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

  .hero-actions .primary-btn,
  .hero-actions .secondary-btn {
    width: 100%;
  }

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

  .hero-brand-logo {
    height: 62px;
    width: 178px;
  }

  .hero-showcase {
    display: none;
  }

  .catalog-toolbar,
  .metrics,
  .market-cards,
  .proof-visual-grid,
  .product-grid,
  .factory-points,
  .inquiry-form,
  .hot-ranking-list,
  .contact-panel,
  .modal-gallery-grid,
  .modal-top {
    grid-template-columns: 1fr;
  }

  .icon-btn {
    aspect-ratio: auto;
    width: 100%;
  }

  .ranking-chip {
    justify-content: center;
  }

  .site-footer {
    align-items: start;
    flex-direction: column;
  }

  .modal-panel {
    max-height: calc(100vh - 28px);
  }

  .modal-content {
    padding: 22px;
  }

  .attribute-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
