:root {
  color-scheme: light;
  --ink: #16201c;
  --muted: #66736d;
  --line: #dfe5e1;
  --paper: #ffffff;
  --surface: #f6f8f4;
  --mint: #4caa8d;
  --mint-dark: #26745f;
  --coral: #ef6b55;
  --lemon: #ffd45d;
  --violet: #7560d6;
  --shadow: 0 18px 42px rgba(22, 32, 28, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  letter-spacing: 0;
}

body.drawer-open,
body.modal-open {
  overflow: hidden;
}

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

[hidden] {
  display: none !important;
}

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

button,
input,
select {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

.top-banner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 8px 16px;
  background: var(--ink);
  color: #ffffff;
  font-size: 13px;
}

.top-banner strong {
  color: var(--lemon);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 15px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(223, 229, 225, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: #ffffff;
  font-weight: 900;
}

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

.brand strong {
  font-size: 16px;
}

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

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #34413c;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  padding: 8px 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-box {
  display: flex;
  width: min(280px, 24vw);
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--muted);
}

.search-box svg {
  width: 18px;
  height: 18px;
}

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

.icon-button {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--ink);
}

.icon-button svg {
  width: 19px;
  height: 19px;
}

.icon-button span {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 6px;
  background: var(--coral);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.icon-button.plain {
  border: 0;
  background: transparent;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 52px;
  align-items: center;
  min-height: calc(100vh - 112px);
  padding: 60px max(24px, calc((100vw - 1180px) / 2)) 34px;
  background:
    linear-gradient(135deg, rgba(76, 170, 141, 0.16), rgba(255, 212, 93, 0.08) 38%, rgba(239, 107, 85, 0.1)),
    #ffffff;
}

.hero-copy {
  max-width: 650px;
}

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

.hero-copy h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(44px, 7vw, 78px);
  line-height: 1.02;
}

.hero-copy p:not(.eyebrow) {
  max-width: 590px;
  margin: 22px 0 0;
  color: #3d4843;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 850;
}

.button svg {
  width: 18px;
  height: 18px;
}

.button.primary {
  background: var(--ink);
  color: #ffffff;
}

.button.primary:hover {
  background: #0f1714;
}

.button.ghost {
  border-color: var(--line);
  background: #ffffff;
  color: var(--ink);
}

.button.full {
  width: 100%;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 500px;
  grid-template-columns: 1fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.hero-product {
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.hero-product.large {
  grid-row: 1 / span 2;
  background: #f8fbfa;
}

.hero-product.accent {
  background: #fff7f4;
}

.hero-product img {
  width: min(82%, 330px);
  aspect-ratio: 1;
  object-fit: contain;
  transition: transform 240ms ease;
}

.hero-product:hover img {
  transform: scale(1.04);
}

.section {
  padding: 80px max(24px, calc((100vw - 1180px) / 2));
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading.inline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.section-heading h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
}

.deal-section {
  background: #f1f7f3;
}

.deal-layout {
  display: grid;
  grid-template-columns: 0.58fr 1fr;
  gap: 18px;
}

.deal-panel {
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 430px;
  padding: 32px;
  border-radius: 8px;
  background: var(--ink);
  color: #ffffff;
}

.deal-panel h3 {
  margin: 0;
  font-size: 31px;
  line-height: 1.2;
}

.deal-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.tag {
  display: inline-flex;
  width: max-content;
  padding: 6px 10px;
  border-radius: 6px;
  background: var(--lemon);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.deal-price {
  display: grid;
  gap: 4px;
}

.deal-price span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.deal-price strong {
  font-size: 28px;
}

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

.mini-card,
.product-card,
.service-grid article,
.benefit-band article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.mini-card {
  display: grid;
  grid-template-rows: 190px auto;
  overflow: hidden;
}

.mini-card .image-wrap,
.product-card .image-wrap {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(76, 170, 141, 0.12), rgba(255, 212, 93, 0.12)),
    #ffffff;
}

.mini-card img,
.product-card img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.mini-card-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.mini-card h3,
.product-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  -webkit-box-orient: vertical;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
}

.mini-card h3 {
  -webkit-line-clamp: 2;
}

.product-card h3 {
  min-height: 46px;
  -webkit-line-clamp: 2;
}

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

.price-row strong {
  font-size: 19px;
}

.price-row del {
  color: #98a19d;
  font-size: 13px;
}

.sort-area {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.sort-area select {
  min-height: 42px;
  padding: 0 36px 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--ink);
}

.category-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 22px;
}

.category-tabs.compact {
  grid-template-columns: repeat(5, minmax(0, 132px));
}

.tab {
  min-height: 44px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  color: #3b4742;
  font-weight: 850;
  white-space: normal;
}

.tab.active {
  border-color: var(--mint-dark);
  background: var(--mint);
  color: #ffffff;
}

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

.product-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 230px auto;
  min-width: 0;
  cursor: pointer;
}

.product-card .image-wrap {
  position: relative;
}

.product-card-main {
  display: block;
  min-width: 0;
  min-height: 0;
}

.product-card-main .image-wrap {
  width: 100%;
  height: 100%;
}

.product-title-link {
  display: block;
}

.badge-row {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.badge {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 6px;
  background: #ffffff;
  color: var(--mint-dark);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(22, 32, 28, 0.1);
}

.badge.sale {
  color: var(--coral);
}

.fallback-image {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(117, 96, 214, 0.12), rgba(76, 170, 141, 0.16)),
    #ffffff;
  color: var(--ink);
  text-align: center;
  font-weight: 900;
}

.product-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.model-chip {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 5px 8px;
  border-radius: 6px;
  background: #ecf5f1;
  color: var(--mint-dark);
  font-size: 11px;
  font-weight: 900;
}

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

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

.quick-button {
  width: 44px;
  padding: 0;
}

.detail-link {
  min-width: 110px;
}

.empty-state {
  display: none;
  margin: 28px 0 0;
  color: var(--muted);
  text-align: center;
  font-weight: 800;
}

.benefit-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 68px max(24px, calc((100vw - 1180px) / 2));
  background: #ffffff;
}

.detail-section {
  background: #ffffff;
  min-height: calc(100vh - 82px);
}

.back-to-list {
  margin-bottom: 18px;
}

.detail-pages {
  display: block;
}

.commerce-detail {
  display: grid;
  gap: 38px;
  scroll-margin-top: 96px;
}

.commerce-buy {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1fr);
  gap: 38px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.commerce-gallery {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
}

.main-product-image {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(76, 170, 141, 0.14), rgba(255, 212, 93, 0.13)),
    #f8fbfa;
}

.main-product-image img {
  width: min(84%, 460px);
  max-height: 460px;
  object-fit: contain;
}

.thumb-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.thumb {
  display: grid;
  min-height: 86px;
  place-items: center;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--mint-dark);
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

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

.thumb.tone {
  background: var(--surface);
}

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

.commerce-info {
  display: grid;
  align-content: start;
  gap: 18px;
  padding-top: 12px;
}

.commerce-info h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.18;
}

.detail-lead {
  margin: 0;
  color: #3d4843;
  font-size: 17px;
  line-height: 1.75;
}

.review-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #35413d;
  font-size: 13px;
  font-weight: 850;
}

.review-line span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
}

.commerce-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.commerce-price span {
  color: var(--coral);
  font-weight: 900;
}

.commerce-price strong {
  font-size: 36px;
  line-height: 1;
}

.commerce-price del {
  color: #98a19d;
}

.commerce-options {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.option-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
}

.option-heading strong {
  color: var(--ink);
}

.option-heading span {
  color: var(--muted);
  font-weight: 800;
}

.option-list {
  display: grid;
  gap: 8px;
}

.option-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 8px 12px 8px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  text-align: left;
}

.option-card.active {
  border-color: var(--ink);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(76, 170, 141, 0.14);
}

.option-card img {
  width: 56px;
  height: 56px;
  border-radius: 6px;
  background: #ffffff;
  object-fit: contain;
}

.option-card span {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 850;
}

.option-card strong {
  white-space: nowrap;
  font-size: 14px;
}

.commerce-tabs {
  position: sticky;
  top: 72px;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.commerce-tabs a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  color: #34413c;
  font-weight: 900;
}

.commerce-tabs a:last-child {
  border-right: 0;
}

.commerce-tabs a:hover {
  background: #ecf5f1;
}

.detail-long-page {
  display: grid;
  gap: 22px;
  scroll-margin-top: 132px;
}

.original-detail-images {
  display: grid;
  justify-items: center;
  overflow: hidden;
  background: #ffffff;
}

.original-detail-images img {
  width: min(100%, 960px);
  height: auto;
}

.detail-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: 26px;
  align-items: center;
  overflow: hidden;
  padding: 46px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(76, 170, 141, 0.18), rgba(255, 212, 93, 0.16) 48%, rgba(239, 107, 85, 0.1)),
    #f8fbfa;
}

.detail-hero-panel span {
  color: var(--mint-dark);
  font-size: 12px;
  font-weight: 900;
}

.detail-hero-panel h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.08;
}

.detail-hero-panel p {
  margin: 0;
  max-width: 620px;
  color: #3d4843;
  font-size: 17px;
  line-height: 1.75;
}

.detail-hero-panel img {
  grid-column: 2;
  grid-row: 1 / span 3;
  justify-self: center;
  width: min(100%, 420px);
  max-height: 420px;
  object-fit: contain;
}

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

.detail-story-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.detail-story-grid span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
}

.detail-story-grid h3 {
  margin: 14px 0 10px;
  font-size: 21px;
  line-height: 1.3;
}

.detail-story-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.use-scene-band {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: 8px;
  background: var(--ink);
  color: #ffffff;
}

.use-scene-band .eyebrow {
  color: var(--lemon);
}

.use-scene-band h2 {
  margin: 0;
  font-size: 31px;
  line-height: 1.2;
}

.use-scene-band ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.use-scene-band li {
  display: grid;
  min-height: 70px;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  font-weight: 900;
}

.product-wide-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: 26px;
  align-items: center;
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbfa;
}

.product-wide-visual span {
  color: var(--mint-dark);
  font-size: 12px;
  font-weight: 900;
}

.product-wide-visual h2 {
  margin: 8px 0 12px;
  font-size: 36px;
  line-height: 1.18;
}

.product-wide-visual p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.product-wide-visual img {
  justify-self: center;
  width: min(86%, 390px);
  max-height: 390px;
  object-fit: contain;
}

.detail-info-section {
  display: grid;
  gap: 22px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  scroll-margin-top: 132px;
}

.spec-table-large {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.guide-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.guide-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.guide-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1fr);
  gap: 26px;
  align-items: stretch;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  scroll-margin-top: 96px;
}

.product-detail:target {
  border-color: var(--mint-dark);
  box-shadow: 0 0 0 4px rgba(76, 170, 141, 0.18), var(--shadow);
}

.detail-media {
  position: relative;
  display: grid;
  min-height: 420px;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(76, 170, 141, 0.13), rgba(255, 212, 93, 0.12)),
    var(--surface);
}

.detail-media img {
  width: min(78%, 360px);
  max-height: 360px;
  object-fit: contain;
}

.detail-copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.detail-copy h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.25;
}

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

.detail-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}

.detail-price-row strong {
  font-size: 30px;
}

.detail-price-row del {
  color: #98a19d;
}

.detail-price-row span {
  color: var(--coral);
  font-weight: 900;
}

.spec-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.spec-table div {
  display: grid;
  gap: 4px;
  padding: 14px;
  background: #ffffff;
}

.spec-table dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.spec-table dd {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.detail-notes {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.detail-notes section {
  padding: 20px;
  border-radius: 8px;
  background: var(--surface);
}

.detail-notes h4 {
  margin: 0 0 8px;
  font-size: 16px;
}

.detail-notes p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.benefit-band article {
  padding: 26px;
}

.benefit-band svg {
  width: 27px;
  height: 27px;
  color: var(--coral);
}

.benefit-band h3,
.service-grid h3 {
  margin: 16px 0 8px;
  font-size: 20px;
}

.benefit-band p,
.service-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.service-grid article {
  padding: 26px;
}

.site-footer {
  padding: 48px max(24px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, auto) minmax(220px, auto);
  gap: 56px;
  align-items: start;
}

.footer-logo {
  width: min(190px, 56vw);
  height: auto;
  margin-bottom: 18px;
}

.footer-info {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.footer-info p,
.footer-contact p,
.footer-bank p {
  margin: 0;
}

.copyright {
  margin-top: 10px !important;
}

.footer-contact,
.footer-bank {
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.footer-contact h2,
.footer-bank h2 {
  margin: 0 0 4px;
  color: #000000;
  font-size: 15px;
  line-height: 1.3;
}

.footer-phone {
  display: inline-flex;
  width: max-content;
  color: #000000;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.1;
}

.footer-account {
  color: var(--muted);
  font-weight: 850;
}

.deposit-note {
  display: inline-flex;
  width: max-content;
  margin-top: 6px !important;
  padding: 9px 14px;
  border-radius: 6px;
  background: #f1f3f2;
  color: #34413c;
  font-weight: 850;
}

.cart-drawer,
.quick-view {
  position: fixed;
  inset: 0;
  z-index: 50;
  visibility: hidden;
  background: rgba(18, 26, 23, 0.42);
  opacity: 0;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.cart-drawer.open,
.quick-view.open {
  visibility: visible;
  opacity: 1;
}

.cart-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: min(100%, 440px);
  height: 100%;
  grid-template-rows: auto minmax(80px, 1fr) auto auto auto;
  gap: 16px;
  padding: 24px;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: -18px 0 48px rgba(22, 32, 28, 0.18);
  transform: translateX(20px);
  transition: transform 180ms ease;
}

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

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-header h2 {
  margin: 0;
}

.cart-items {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 90px;
}

.cart-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.cart-thumb {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 6px;
  background: var(--surface);
}

.cart-thumb img {
  width: 86%;
  height: 86%;
  object-fit: contain;
}

.cart-info {
  display: grid;
  gap: 8px;
}

.cart-info h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.cart-option {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

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

.qty-control {
  display: inline-grid;
  grid-template-columns: 30px 32px 30px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.qty-control button {
  display: grid;
  height: 30px;
  place-items: center;
  border: 0;
  background: #ffffff;
}

.qty-control span {
  text-align: center;
  font-size: 13px;
  font-weight: 900;
}

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

.coupon-row input,
.checkout-form input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline-color: var(--mint);
}

.coupon-message {
  min-height: 20px;
  margin: 0;
  color: var(--mint-dark);
  font-size: 13px;
  font-weight: 800;
}

.cart-summary {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 8px;
  background: var(--surface);
}

.cart-summary div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.cart-summary span {
  color: var(--muted);
}

.total-row {
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 18px;
}

.checkout-form {
  display: grid;
  gap: 10px;
}

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

.quick-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92vw, 800px);
  max-height: 86vh;
  overflow-y: auto;
  padding: 26px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
  transform: translate(-50%, -48%);
  transition: transform 180ms ease;
}

.quick-view.open .quick-panel {
  transform: translate(-50%, -50%);
}

.quick-close {
  position: absolute;
  top: 12px;
  right: 12px;
}

.quick-content {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 26px;
  align-items: center;
}

.quick-media {
  display: grid;
  min-height: 340px;
  place-items: center;
  border-radius: 8px;
  background: var(--surface);
}

.quick-media img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.quick-info {
  display: grid;
  gap: 16px;
}

.quick-info h2 {
  margin: 0;
  padding-right: 28px;
  font-size: 27px;
  line-height: 1.25;
}

.quick-info p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.quick-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #394640;
}

.quick-list li {
  display: flex;
  gap: 8px;
}

.quick-list li::before {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--mint);
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: none;
  max-width: min(360px, calc(100vw - 48px));
  padding: 14px 16px;
  border-radius: 8px;
  background: var(--ink);
  color: #ffffff;
  box-shadow: var(--shadow);
  font-weight: 800;
}

.toast.show {
  display: block;
}

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

  .nav-links {
    display: none;
  }

  .search-box {
    width: min(260px, 36vw);
  }

  .hero-section,
  .deal-layout,
  .quick-content,
  .product-detail,
  .commerce-buy,
  .detail-hero-panel,
  .use-scene-band,
  .product-wide-visual {
    grid-template-columns: 1fr;
  }

  .commerce-gallery {
    position: static;
  }

  .main-product-image {
    min-height: 420px;
  }

  .detail-hero-panel img {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-visual {
    min-height: 420px;
  }

  .mini-products,
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-tabs,
  .category-tabs.compact {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

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

  .footer-company {
    grid-column: 1 / -1;
  }

  .spec-table-large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-scene-band ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .top-banner {
    flex-wrap: wrap;
    gap: 8px 12px;
    justify-content: flex-start;
  }

  .site-header {
    gap: 12px;
    padding: 12px 16px;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    max-width: 126px;
    font-size: 14px;
  }

  .header-actions {
    gap: 8px;
  }

  .search-box {
    width: 44px;
    padding: 0;
    justify-content: center;
  }

  .search-box input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .hero-section {
    padding: 38px 16px 24px;
  }

  .hero-copy h1 {
    font-size: 43px;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-visual {
    min-height: 320px;
    gap: 10px;
  }

  .section {
    padding: 54px 16px;
  }

  .section-heading.inline {
    display: grid;
  }

  .deal-panel {
    min-height: auto;
    padding: 24px;
  }

  .deal-panel h3 {
    font-size: 25px;
  }

  .mini-products,
  .product-grid,
  .benefit-band,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .benefit-band {
    padding: 54px 16px;
  }

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

  .product-detail {
    padding: 16px;
  }

  .commerce-buy {
    gap: 20px;
    padding: 16px;
  }

  .main-product-image {
    min-height: 300px;
  }

  .thumb {
    min-height: 72px;
    font-size: 11px;
  }

  .commerce-info h1 {
    font-size: 26px;
  }

  .commerce-price strong {
    font-size: 30px;
  }

  .option-heading {
    display: grid;
  }

  .option-card {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .option-card img {
    width: 50px;
    height: 50px;
  }

  .option-card strong {
    grid-column: 2;
    white-space: normal;
  }

  .commerce-tabs {
    position: static;
    grid-template-columns: repeat(3, minmax(112px, 1fr));
    overflow-x: auto;
  }

  .detail-hero-panel,
  .use-scene-band,
  .product-wide-visual,
  .detail-info-section {
    padding: 22px;
  }

  .detail-hero-panel h2 {
    font-size: 32px;
  }

  .use-scene-band ul,
  .spec-table-large,
  .commerce-spec {
    grid-template-columns: 1fr;
  }

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

  .detail-media {
    min-height: 300px;
  }

  .detail-copy h3 {
    font-size: 24px;
  }

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

  .product-card {
    grid-template-rows: 220px auto;
  }

  .cart-panel {
    width: 100%;
    padding: 18px;
  }

  .quick-panel {
    width: calc(100vw - 24px);
    padding: 22px;
  }

  .quick-media {
    min-height: 260px;
  }

  .site-footer {
    padding: 40px 16px;
  }

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

  .footer-phone {
    font-size: 24px;
  }

  .deposit-note {
    width: 100%;
    justify-content: center;
  }
}
