/* Customer experience v2: image-first discovery for phone and desktop. */
:root {
  --v2-surface: #fbf6e9;
  --v2-paper: #f6edda;
  --v2-ink: #29251f;
  --v2-soft: #736b5f;
  --v2-line: rgba(41, 37, 31, 0.22);
  --v2-green: #28533f;
  --v2-green-soft: #dfe8dc;
  --v2-red: #d94b2b;
  --v2-yellow: #e2a331;
}

html { scroll-padding-top: 82px; }
body { background: var(--v2-paper); color: var(--v2-ink); line-height: 1.5; }
body::before { display: none; }
h1, h2, h3 { letter-spacing: 0; text-wrap: pretty; }
main { width: min(100%, 1360px); max-width: none; margin: 0 auto; padding: 0 28px 72px; }

.site-header {
  min-height: 72px; padding: 10px 24px; gap: 28px; background: rgba(246, 237, 218, 0.98);
  border-bottom: 1px solid var(--v2-ink); box-shadow: none;
}
.brand { flex: 0 0 150px; }
.brand-logo { width: 132px; max-height: 50px; }
.header-search { flex: 1 1 620px; max-width: 720px; position: relative; }
.header-search input, .discovery-search input, .library-search input {
  width: 100%; min-height: 44px; padding: 10px 15px; border: 1px solid rgba(41,37,31,.58);
  border-radius: 4px; background: var(--v2-surface); color: var(--v2-ink);
  font: 500 15px/1.3 var(--font-body); box-shadow: none;
}
.header-search input:focus, .discovery-search input:focus, .library-search input:focus {
  border-color: var(--v2-green); outline: 3px solid rgba(40,83,63,.16); outline-offset: 0;
}
.site-nav { margin-left: auto; gap: 20px; font-size: 15px; }
.site-nav a { padding: 12px 0 9px; color: var(--v2-soft); }
.site-nav a:hover { color: var(--v2-ink); border-bottom-color: var(--v2-red); }
.lang-switch { min-height: 42px; padding: 12px 13px !important; border: 1px solid var(--v2-ink);
  border-radius: 4px; box-shadow: none; background: transparent; letter-spacing: 0; }
.teeth { height: 8px; background: var(--v2-red); }

.eyebrow { margin: 0 0 12px; color: var(--v2-green); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.eyebrow::before { width: 7px; height: 7px; border-radius: 50%; background: var(--v2-yellow); }

.discovery-home { padding: 54px 0 22px; }
.home-copy { max-width: 1100px; }
.home-copy h1 { max-width: 1100px; margin: 0; font-size: clamp(34px, 3.5vw, 50px); line-height: 1.06; }
.home-copy > p:last-child { max-width: 690px; margin: 17px 0 0; color: var(--v2-soft); font-size: 17px; }
.discovery-search, .library-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px;
  max-width: 960px; margin-top: 28px; }
.discovery-search input, .library-search input { min-height: 52px; font-size: 16px; }
.discovery-search button, .library-search button {
  min-width: 112px; min-height: 52px; padding: 0 22px; border: 1px solid var(--v2-red);
  border-radius: 4px; background: var(--v2-red); color: #fff; font: 700 15px var(--font-body); cursor: pointer;
}
.discovery-search button:hover, .library-search button:hover { background: #b83b21; }

.kind-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 220px)); gap: 8px; margin-top: 22px; }
.kind-tabs a { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 0 18px; border: 1px solid var(--v2-line); border-radius: 4px; background: var(--v2-surface);
  font-size: 16px; font-weight: 700; }
.kind-tabs a:first-child, .kind-tabs a.active { background: var(--v2-green); color: #fff; border-color: var(--v2-green); }
.kind-tabs a small { color: inherit; opacity: .7; font: 500 12px var(--font-mono); }
.library-kinds { grid-template-columns: repeat(3, minmax(0, 180px)); margin-top: 16px; }
.library-kinds a:first-child:not(.active) { background: var(--v2-surface); color: var(--v2-ink); border-color: var(--v2-line); }

.ip-discovery { margin-top: 24px; }
.category-discovery { margin-top: 22px; }
.library-categories { margin-top: 16px; }
.section-kicker { display: flex; justify-content: space-between; align-items: center; gap: 16px;
  margin-bottom: 10px; font-family: var(--font-display); font-size: 18px; font-weight: 650; }
.section-kicker a, .section-more { color: var(--v2-red); font: 650 13px var(--font-body); }
.ip-strip { display: flex; gap: 8px; padding: 1px 1px 9px; overflow-x: auto; scrollbar-width: thin; }
.category-strip { display: flex; gap: 8px; padding: 1px 1px 9px; overflow-x: auto; scrollbar-width: thin; }
.category-strip a { flex: 0 0 auto; min-height: 40px; display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 13px; border: 1px solid var(--v2-line); border-radius: 4px; background: var(--v2-surface);
  font-size: 13px; font-weight: 650; white-space: nowrap; }
.category-strip a:hover, .category-strip a.active { color: #fff; background: var(--v2-red); border-color: var(--v2-red); }
.category-strip small { font: 500 10px var(--font-mono); opacity: .65; }
.ip-strip a { flex: 0 0 auto; min-height: 40px; display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 13px; border: 1px solid var(--v2-line); border-radius: 4px; background: var(--v2-surface);
  font-size: 13px; font-weight: 600; white-space: nowrap; }
.ip-strip a:hover, .ip-strip a.active { color: #fff; background: var(--v2-green); border-color: var(--v2-green); }
.ip-strip img { width: 28px; height: 28px; flex: none; border: 1px solid var(--v2-line); border-radius: 50%;
  object-fit: cover; background: #fff; }
.ip-strip small { font: 500 10px var(--font-mono); opacity: .65; }

.home-section { margin: 34px 0 54px; }
.section-head { min-height: 56px; align-items: end; border-bottom: 1px solid var(--v2-ink); padding: 0 0 10px; margin-bottom: 18px; }
.section-head h2 { margin: 0; font-size: 25px; }
.section-label { margin: 0 0 4px; color: var(--v2-soft); font: 500 11px var(--font-mono); }
.home-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.card-row { grid-auto-columns: minmax(190px, 230px); gap: 14px; padding: 2px 1px 12px; }

.work-card, .card-grid .work-card, .card-row .work-card {
  min-width: 0; overflow: hidden; border: 1px solid var(--v2-line); border-radius: 4px;
  background: var(--v2-surface); box-shadow: none; transform: none !important;
}
.card-grid .work-card, .card-row .work-card { animation: none !important; }
.work-card::before { display: none; }
.work-card:hover { border-color: rgba(41,37,31,.6); box-shadow: 0 8px 22px rgba(41,37,31,.09);
  transform: translateY(-2px) !important; }
.card-code { min-height: 30px; padding: 7px 9px 5px; color: var(--v2-soft); font-size: 10px;
  letter-spacing: .04em; }
.card-img { aspect-ratio: 1; border-color: var(--v2-line); background: #fff; }
.card-img { position: relative; }
.mirror-badge { position: absolute; z-index: 2; top: 9px; left: 9px; padding: 5px 8px;
  border: 1px solid rgba(80,55,125,.28); border-radius: 999px; background: rgba(248,244,255,.94);
  color: #5d407e; font-size: 10px; font-weight: 800; letter-spacing: .04em; box-shadow: 0 2px 8px rgba(55,38,82,.09); }
.mirror-card-note { margin: 0 0 7px; color: #684d82; font-size: 10px; line-height: 1.45; }
.card-img img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.img-empty { padding: 24%; background: #fff; }
.img-empty img { width: 100%; height: 100%; object-fit: contain; opacity: .35; }
.card-body { padding: 10px 11px 12px; }
.card-category { margin: 0 0 4px; color: var(--v2-green); font-size: 10px; line-height: 1.2;
  font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card-name { min-height: 38px; margin: 0 0 8px; font-size: 15px; line-height: 1.25; font-weight: 650;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-meta { min-height: 20px; gap: 7px; color: var(--v2-soft); font-size: 10px; }
.card-meta .beads .bead { width: 9px; height: 9px; }
.card-tags { margin-top: 8px; gap: 4px; }
.tag { padding: 2px 6px; border: 1px solid rgba(40,83,63,.45); border-radius: 2px;
  background: transparent; color: var(--v2-green); font-size: 9px; letter-spacing: 0; }

.library-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; padding: 38px 0 0; }
.library-head h1 { margin: 0; font-size: 40px; }
.library-head > p { max-width: 520px; margin: 0 0 4px; color: var(--v2-soft); font-size: 15px; }
.library-showcase { margin: 28px 0 26px; padding: 20px; border: 1px solid var(--v2-ink); border-radius: 4px;
  background: #f9f1df; }
.showcase-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 15px; }
.showcase-head .eyebrow { margin-bottom: 5px; }
.showcase-head h2 { margin: 0; font-size: 27px; line-height: 1.12; }
.showcase-hint { color: var(--v2-soft); font: 500 11px var(--font-mono); white-space: nowrap; }
.showcase-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 16px; }
.showcase-card { display: block; overflow: hidden; border: 1px solid var(--v2-line); border-radius: 4px; background: var(--v2-surface); color: var(--v2-ink); }
.showcase-card:hover { border-color: var(--v2-ink); box-shadow: 0 8px 20px rgba(41,37,31,.11); transform: translateY(-2px); }
.showcase-art { background: #fff; }
.showcase-art img { display: block; width: 100%; height: 100%; object-fit: contain; }
.showcase-landscape { display: grid; grid-template-columns: minmax(0, 1fr) minmax(190px, .34fr); min-height: 314px; }
.showcase-landscape .showcase-art { min-height: 314px; }
.showcase-copy { display: grid; align-content: end; gap: 5px; padding: 13px; }
.showcase-copy > span { color: var(--v2-green); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.showcase-copy strong { font-family: var(--font-display); font-size: 20px; line-height: 1.12; }
.showcase-copy small { color: var(--v2-soft); font: 500 10px var(--font-mono); }
.showcase-anime { display: grid; grid-template-rows: auto 1fr; min-width: 0; }
.showcase-section-line { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.showcase-section-line span { font-family: var(--font-display); font-size: 17px; font-weight: 650; }
.showcase-section-line a { color: var(--v2-red); font-size: 11px; font-weight: 700; }
.showcase-anime-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.showcase-character { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-height: 278px; }
.showcase-character .showcase-art { min-height: 0; }
.showcase-character .showcase-copy { padding: 9px 10px 10px; }
.showcase-character .showcase-copy strong { font-size: 14px; }
.library-search { max-width: none; margin-top: 22px; }
.library-ip { margin-top: 18px; }
.filter-toolbar { display: flex; align-items: end; gap: 9px; padding: 14px 0 16px;
  border-bottom: 1px solid var(--v2-line); }
.filter-toolbar label { display: grid; gap: 5px; min-width: 150px; }
.filter-toolbar label:first-of-type { min-width: 230px; }
.filter-toolbar label > span { color: var(--v2-soft); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.filter-toolbar select { width: 100%; height: 40px; padding: 0 30px 0 10px; border: 1px solid var(--v2-line);
  border-radius: 4px; background: var(--v2-surface); color: var(--v2-ink); font: 500 13px var(--font-body); }
.filter-reset { margin: 0 0 10px 6px; color: var(--v2-red); font-size: 13px; }
.mobile-filter-panel { display: none; }
.results-bar { margin: 16px 0 12px; color: var(--v2-soft); font-size: 12px; }
.results-bar strong { color: var(--v2-ink); font-size: 14px; }
.library-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px 12px; }

.public-pagination { position: static; margin: 32px 0 12px; padding: 0; background: transparent; border: 0; backdrop-filter: none; }
.page-btn { min-width: 40px; height: 40px; border: 1px solid var(--v2-line); border-radius: 4px;
  background: var(--v2-surface); box-shadow: none; }
.page-current { background: var(--v2-red); color: #fff; border-color: var(--v2-red); }
.library-notice { margin: 28px 0 0; padding: 13px 15px; border: 1px solid var(--v2-line);
  border-left: 3px solid var(--v2-yellow); border-radius: 4px; background: rgba(251,246,233,.58); box-shadow: none; }
.library-notice summary { cursor: pointer; font-weight: 650; }
.library-notice p { margin: 9px 0 0; color: var(--v2-soft); font-size: 12px; }

.detail { max-width: 1180px; margin: 0 auto; padding-top: 28px; }
.back-link { display: inline-flex; min-height: 40px; align-items: center; color: var(--v2-green); font: 650 13px var(--font-body); }
.detail-hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 42px; align-items: start; margin-top: 10px; }
.detail-cover { margin: 0; padding: 12px; border: 1px solid var(--v2-line); border-radius: 4px;
  background: #fff; box-shadow: none; transform: none; }
.detail-cover img { max-height: 72vh; object-fit: contain; border: 0; }
.detail-summary { position: sticky; top: 102px; padding-top: 10px; }
.detail-code { margin: 0 0 8px; color: var(--v2-soft); font: 500 12px var(--font-mono); }
.detail-name { margin: 0 0 20px; font-size: clamp(30px, 3vw, 48px); }
.detail-meta { padding: 13px 0; gap: 14px; border-color: var(--v2-line); }
.mirror-identity { display: grid; gap: 3px; margin: 14px 0 2px; padding: 12px 14px;
  border: 1px solid rgba(80,55,125,.22); border-radius: 12px; background: #faf7ff; color: #50346e; }
.mirror-identity strong { font-size: 13px; }
.mirror-identity span { font-size: 12px; line-height: 1.55; }
.want-box { margin: 26px 0 0; text-align: left; }
.want-box .btn-wide { max-width: none; min-height: 52px; border-radius: 4px; border: 0; box-shadow: none; }
.detail-section { margin-top: 42px; }
.detail-section h2 { border-bottom: 1px solid var(--v2-line); font-size: 21px; }
.detail-colors { padding: 24px; border: 1px solid var(--v2-line); border-radius: 4px; background: var(--v2-surface); }
.color-chip { border-color: var(--v2-line); border-radius: 3px; box-shadow: none; }
.detail-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.detail-pattern { padding: 14px; border: 1px solid var(--v2-line); border-radius: 4px; box-shadow: none; background: #fff; }
.detail-pattern img { max-height: 88vh; object-fit: contain; }
.pattern-notice { margin: 12px 0 0; }
.detail-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.detail-gallery img { border: 1px solid var(--v2-line); border-radius: 4px; box-shadow: none; }

.site-footer { margin-top: 0; padding: 30px max(24px, calc((100vw - 1320px) / 2)); text-align: left;
  background: var(--v2-green); color: rgba(255,255,255,.9); letter-spacing: 0; }
.footer-main { display: flex; align-items: center; gap: 28px; }
.footer-main img { width: 116px; filter: brightness(0) invert(1); opacity: .9; }
.footer-main p { font-family: var(--font-body); font-size: 13px; }
.footer-legal { max-width: 900px; margin-top: 16px !important; color: rgba(255,255,255,.58); line-height: 1.5; }

@media (max-width: 1120px) {
  .home-grid, .library-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .site-nav { gap: 14px; }
}

@media (max-width: 860px) {
  main { padding-inline: 18px; }
  .header-search { display: none; }
  .home-grid, .library-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .detail-hero { grid-template-columns: 1fr; }
  .detail-summary { position: static; }
  .detail-notes { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 70px; }
  body { font-size: 15px; }
  main { width: 100%; padding: 0 12px 48px; }
  .site-header { position: sticky; min-height: 58px; display: flex; grid-template-columns: none; gap: 10px;
    padding: 7px 10px; border-bottom: 1px solid var(--v2-ink); }
  .brand { flex: 0 0 auto; }
  .brand-logo { width: 94px; max-height: 42px; }
  .site-nav { width: auto; margin-left: auto; display: flex; grid-template-columns: none; gap: 10px; align-items: center; }
  .site-nav a { padding: 9px 0; font-size: 12px; }
  .site-nav a:nth-child(2) { display: none; }
  .lang-switch { min-height: 36px; max-width: none; padding: 9px 8px !important; font-size: 10px; }
  .teeth { height: 6px; }

  .discovery-home { padding: 24px 0 12px; }
  .eyebrow { margin-bottom: 8px; font-size: 9px; }
  .home-copy h1 { font-size: 29px; line-height: 1.08; }
  .home-copy > p:last-child { margin-top: 10px; font-size: 13px; line-height: 1.45; }
  .discovery-search, .library-search { grid-template-columns: 1fr; margin-top: 16px; }
  .discovery-search input, .library-search input { min-height: 46px; padding-right: 12px; font-size: 14px; }
  .discovery-search button, .library-search button { display: none; }
  .kind-tabs, .library-kinds { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin-top: 12px; }
  .library-kinds { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .kind-tabs a { min-height: 44px; padding: 0 11px; font-size: 14px; }
  .library-kinds a { font-size: 12px; }
  .kind-tabs a small { font-size: 9px; }
  .ip-discovery { margin-top: 16px; }
  .category-discovery { margin-top: 14px; }
  .section-kicker { margin-bottom: 7px; font-size: 15px; }
  .ip-strip { gap: 6px; margin-right: -12px; padding-right: 12px; }
  .category-strip { gap: 6px; margin-right: -12px; padding-right: 12px; }
  .category-strip a { min-height: 36px; padding: 6px 9px; font-size: 10.5px; }
  .ip-strip a { min-height: 38px; padding: 5px 9px; font-size: 11px; }
  .ip-strip img { width: 26px; height: 26px; }

  .home-section { margin: 22px 0 38px; }
  .section-head { min-height: 44px; margin-bottom: 11px; padding-bottom: 7px; }
  .section-head h2 { font-size: 20px; }
  .section-more { font-size: 11px; }
  .home-grid, .library-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 8px; padding: 0; }
  .home-grid .work-card:nth-child(n+7) { display: none; }
  .card-row { grid-auto-columns: 158px; gap: 8px; }
  .work-card:hover { transform: none !important; box-shadow: none; }
  .card-code { min-height: 25px; padding: 5px 6px 4px; font-size: 8.5px; }
  .card-body { padding: 7px 7px 9px; }
  .card-category { font-size: 8.5px; }
  .card-name { min-height: 31px; margin-bottom: 5px; font-size: 12.5px; }
  .card-meta { gap: 4px; font-size: 9px; }
  .card-meta .beads .bead { width: 7px; height: 7px; }
  .card-tags { display: none; }

  .library-head { display: block; padding-top: 20px; }
  .library-head h1 { font-size: 28px; }
  .library-head > p { margin-top: 7px; font-size: 12px; }
  .library-showcase { margin: 18px 0 18px; padding: 12px; }
  .showcase-head { align-items: start; margin-bottom: 10px; }
  .showcase-head h2 { max-width: 255px; font-size: 21px; }
  .showcase-hint { padding-top: 4px; font-size: 9px; }
  .showcase-layout { grid-template-columns: 1fr; gap: 12px; }
  .showcase-landscape { grid-template-columns: minmax(0, 1fr) 108px; min-height: 210px; }
  .showcase-landscape .showcase-art { min-height: 210px; }
  .showcase-copy { padding: 9px; gap: 4px; }
  .showcase-copy strong { font-size: 15px; }
  .showcase-copy small { font-size: 8px; }
  .showcase-anime-grid { gap: 8px; }
  .showcase-character { min-height: 190px; }
  .showcase-character .showcase-copy strong { font-size: 12px; }
  .library-search { margin-top: 13px; }
  .library-ip { margin-top: 12px; }
  .filter-toolbar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px;
    padding: 10px 0 11px; }
  .desktop-filters { display: none; }
  .mobile-filter-panel { display: block; margin: 10px 0 9px; border-bottom: 1px solid var(--v2-line); }
  .mobile-filter-panel summary { min-height: 40px; display: flex; align-items: center; justify-content: space-between;
    padding: 0 11px; border: 1px solid var(--v2-line); border-radius: 4px; background: var(--v2-surface);
    color: var(--v2-green); font-size: 12px; font-weight: 700; cursor: pointer; list-style: none; }
  .mobile-filter-panel summary::after { content: "+"; font: 700 18px var(--font-body); }
  .mobile-filter-panel[open] summary::after { content: "−"; }
  .mobile-filter-panel summary::-webkit-details-marker { display: none; }
  .mobile-filter-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px;
    padding: 9px 0 11px; }
  .mobile-filter-form label { display: grid; gap: 4px; min-width: 0; }
  .mobile-filter-form label:first-of-type { grid-column: 1 / -1; }
  .mobile-filter-form label span { color: var(--v2-soft); font-size: 8px; font-weight: 700; text-transform: uppercase; }
  .mobile-filter-form select { width: 100%; min-width: 0; height: 36px; padding: 0 24px 0 7px;
    border: 1px solid var(--v2-line); border-radius: 4px; background: var(--v2-surface);
    color: var(--v2-ink); font: 500 10.5px var(--font-body); }
  .mobile-filter-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; }
  .mobile-filter-actions button { min-height: 36px; padding: 0 16px; border: 0; border-radius: 4px;
    background: var(--v2-green); color: #fff; font: 700 11px var(--font-body); }
  .mobile-filter-actions a { color: var(--v2-red); font-size: 11px; }
  .filter-toolbar label, .filter-toolbar label:first-of-type { min-width: 0; }
  .filter-toolbar label:first-of-type { grid-column: 1 / -1; }
  .filter-toolbar label > span { font-size: 8px; }
  .filter-toolbar select { min-width: 0; height: 36px; padding-left: 7px; font-size: 10.5px; }
  .filter-reset { grid-column: 1 / -1; margin: 2px 0 0; font-size: 11px; }
  .results-bar { margin: 10px 0 8px; font-size: 10px; }
  .results-bar strong { font-size: 12px; }
  .public-pagination { gap: 4px; margin-top: 22px; }
  .page-btn { min-width: 34px; height: 34px; padding: 0 7px; font-size: 11px; }
  .library-notice { margin-top: 22px; font-size: 11px; }

  .detail { padding-top: 14px; }
  .back-link { min-height: 36px; font-size: 12px; }
  .detail-hero { gap: 18px; margin-top: 5px; }
  .detail-cover { padding: 7px; }
  .detail-summary { padding-top: 0; }
  .detail-name { margin-bottom: 13px; font-size: 28px; }
  .detail-meta { padding: 10px 0; gap: 9px; font-size: 11px; }
  .want-box { margin-top: 18px; }
  .detail-colors { padding: 14px; }
  .detail-section { margin-top: 30px; }
  .detail-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { padding: 26px 16px; }
  .footer-main { align-items: flex-start; gap: 16px; }
  .footer-main img { width: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
