/* ============================================================
   Dayta V3 skin — Zendesk-inspired: warm paper, deep ink,
   pill buttons, hairline-bordered cards, big confident type.
   Loaded AFTER style.css; overrides the visual layer only.
   ============================================================ */

:root {
  --paper: #f7f5f0;
  --paper-2: #fffdf9;
  --ink: #0b2430;
  --ink-soft: #37505c;
  --sub: #52646e;
  --line: #e3ded4;
  --hair: rgba(11, 36, 48, .1);
  --mint: #dff0e9;
  --sky: #e3edfb;
  --sand: #f6ead8;
  --radius: 20px;
}

html { background: var(--paper); }
body { background: var(--paper); color: var(--ink); }

h1, h2, h3 { letter-spacing: -.01em; }

/* ---------- Buttons: pill, Zendesk-style solid ink ---------- */
.btn {
  border-radius: 999px !important;
  font-weight: 700;
  padding: 14px 30px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
}
.btn::after { display: none; } /* kill old shine sweep */
.btn-grad {
  background: var(--ink);
  color: #fff;
  box-shadow: none;
}
.btn-grad:hover {
  background: #14384a;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(11, 36, 48, .22);
}
.btn-ghost {
  border: 1.5px solid var(--ink);
  color: var(--ink);
  background: transparent;
}
.btn-ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { background: var(--paper); transform: translateY(-2px); }

/* ---------- Header: paper, hairline bottom ---------- */
.site-header {
  background: rgba(247, 245, 240, .88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hair);
  box-shadow: none;
}
.site-header.is-scrolled { background: rgba(255, 253, 249, .95); box-shadow: 0 2px 18px rgba(11, 36, 48, .06); }
.nav__link { color: var(--ink); font-weight: 600; }
.nav__link:hover { color: var(--blue); }
.nav__logo-name { color: var(--ink); }
/* light page heros now — never switch header to white text */
.site-header.on-dark:not(.is-scrolled) { background: rgba(247, 245, 240, .88); }
.site-header.on-dark:not(.is-scrolled) .nav__link,
.site-header.on-dark:not(.is-scrolled) .nav__logo-name { color: var(--ink); }
.nav__toggle span { background: var(--ink); }

/* ---------- Watermarks off, cleaner sections ---------- */
.sec-wm { display: none; }
.section { background: var(--paper); }
.section--alt { background: var(--paper-2); }
.sec-eyebrow { color: var(--blue); letter-spacing: .16em; }
.sec-title { font-weight: 800; font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
.sec-lead { color: var(--sub); }

/* ---------- Hero: two-column product-style ---------- */
.hero, .hero--zd {
  background: var(--paper);
  min-height: 0;
  padding: 148px 0 56px;
}
.hero::before, .hero::after { display: none; }
.hero__blob { display: none; }
.hero__grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 56px;
  align-items: center;
}
.hero__copy { text-align: left; max-width: none; }
.hero__eyebrow {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--ink);
  background: var(--mint);
  border: 1px solid rgba(11, 36, 48, .08);
  border-radius: 999px;
  padding: 7px 16px;
  margin-bottom: 22px;
}
.hero__title {
  font-size: clamp(2.2rem, 4.6vw, 3.7rem);
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 22px;
  color: var(--ink);
}
.hero__sub {
  font-size: clamp(.95rem, 1.3vw, 1.08rem);
  color: var(--sub);
  margin: 0 0 30px;
  max-width: 560px;
}
.hero__ctas { justify-content: flex-start; margin-bottom: 18px; }
.hero__ctas .btn { padding: 16px 34px; font-size: 15.5px; }
.hero__note { font-size: 12.5px; color: var(--sub); }

.hero__visual { position: relative; min-width: 0; }
.hero__shot {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(11, 36, 48, .18);
  border: 1px solid rgba(11, 36, 48, .08);
  transform: rotate(.6deg);
  aspect-ratio: 16 / 11.5;
}
.hero__shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--hair);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(11, 36, 48, .16);
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  animation: chipFloat 5s ease-in-out infinite;
}
.hero__chip svg { color: #0c9d61; background: var(--mint); border-radius: 50%; padding: 3px; width: 24px; height: 24px; flex: none; }
.hero__chip--1 { top: -18px; left: -14px; }
.hero__chip--2 { bottom: -16px; right: -10px; animation-delay: 2.5s; }
.hero__chip-num { font-family: 'Outfit', sans-serif; font-weight: 800; color: var(--blue); }
@keyframes chipFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

.stats {
  margin-top: 64px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.stat__num, .stat__suffix { color: var(--ink); }
.stat__label { color: var(--sub); }

/* ---------- Marquee: quiet pills ---------- */
.marquee { background: var(--paper); border: 0; padding: 6px 0 34px; }
.marquee__track span {
  color: var(--ink-soft);
  background: #fff;
  border: 1px solid var(--hair);
  border-radius: 999px;
  padding: 8px 20px;
  font-weight: 600;
  opacity: 1;
}

/* ---------- Cards: white + hairline + soft hover ---------- */
.sv-card, .case-card, .val-card, .blog-card, .plan-card, .why-item, .sol-item {
  background: #fff;
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  box-shadow: none;
}
.sv-card:hover, .case-card:hover, .val-card:hover, .blog-card:hover, .sol-item:hover {
  box-shadow: 0 18px 44px rgba(11, 36, 48, .12);
  border-color: rgba(11, 36, 48, .16);
}
.why-item { padding: 30px 26px; }
.why-item__icon { color: var(--blue); background: var(--sky); border-radius: 16px; width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
.why-item__icon svg { width: 34px; height: 34px; }
.val-card__icon { background: var(--ink); border-radius: 999px; }
.sol-item__num { background: var(--ink); border-radius: 999px; }
.sv-card__more, .plan-card__more { color: var(--blue); }

.plan-card { box-shadow: none; }
.plan-card:hover { box-shadow: 0 18px 44px rgba(11, 36, 48, .12); }
.plan-card__badge { background: var(--ink); border-radius: 999px; }
/* featured plan: deep ink card, white text (old skin used gradient bg) */
.plan-card--featured,
.plan-card--featured:hover {
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 24px 54px rgba(11, 36, 48, .28);
}
.plan-card--featured .plan-card__badge { background: #fff; color: var(--ink); }
.plan-card--featured .btn-grad { background: #fff; color: var(--ink); }
.plan-card--featured .btn-grad:hover { background: var(--paper); }
.plan-card--featured .plan-card__more { color: #9fd3e8; }

/* ---------- Tinted feature bands ---------- */
.section--tint-mint { background: var(--mint); }
.section--tint-sky { background: var(--sky); }
.section--tint-mint .val-card, .section--tint-mint .case-card { border-color: rgba(11, 36, 48, .08); }
.feat-acc__media { border-radius: 24px; box-shadow: 0 26px 60px rgba(11, 36, 48, .16); }
.feat-acc__item { border-bottom-color: rgba(11, 36, 48, .14); }
.feat-acc__btn { color: var(--ink); }
.feat-acc__item.is-open .feat-acc__btn { color: var(--ink); }
.feat-acc__panel img { border-radius: 16px; }

/* ---------- Dark bands: deep ink ---------- */
.about-band { background: var(--ink); }
.about-band::before {
  background: radial-gradient(circle at 82% 18%, rgba(29, 78, 216, .28), transparent 55%),
              radial-gradient(circle at 12% 88%, rgba(6, 182, 212, .18), transparent 50%);
}
.about-band__img img { border-radius: 24px; }
.cta-band { background: var(--ink); }
.cta-band::before, .cta-band::after { opacity: .5; }
.footer { background: #081b25; }

/* ---------- Page heros: light pastel, ink text ---------- */
.page-hero {
  background: linear-gradient(150deg, var(--sky), var(--paper) 70%);
  color: var(--ink);
  padding: 150px 0 58px;
}
.page-hero::before, .page-hero::after { display: none; }
.page-hero__eyebrow { color: var(--blue); }
.page-hero__title { color: var(--ink); font-weight: 900; }
.page-hero__lead { color: var(--sub); }
.page-hero--post { background: linear-gradient(150deg, var(--mint), var(--paper) 72%); }
.post-title { color: var(--ink); }
.post-meta time { color: var(--sub); }
.page-hero--post .blog-card__tag { background: rgba(11, 36, 48, .08); color: var(--ink); }
.breadcrumbs, .breadcrumbs a { color: var(--sub); }

/* ---------- News / blog ---------- */
.news-item { border-bottom-color: var(--line); }
.news-item__tag, .blog-card__tag, .case-card__tag { background: var(--sky); color: var(--ink); }
.blog-filter__btn { background: #fff; border-color: var(--hair); color: var(--ink-soft); }
.blog-filter__btn.is-active { background: var(--ink); color: #fff; }
.post-body h2 { border-left-color: var(--ink); background: linear-gradient(90deg, rgba(11, 36, 48, .05), transparent); }
.post-cta { background: var(--mint); border: 1px solid rgba(11, 36, 48, .08); }

/* ---------- Forms ---------- */
.field__input, .field__textarea, .field select {
  border-radius: 14px;
  border-color: rgba(11, 36, 48, .16);
  background: #fff;
}
.field__input:focus, .field__textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(11, 36, 48, .1); }

/* ---------- Flow steps ---------- */
.flow-step__num { color: var(--blue); }
.flow::before { background: var(--line); }

/* ---------- Mobile menu: rebuilt, paper panel + visible close ---------- */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: var(--paper-2);
  display: flex;
  flex-direction: column;
  padding: 0 22px calc(24px + env(safe-area-inset-bottom, 0px));
  opacity: 0;
  visibility: hidden;
  transform: translateY(-3%);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility 0s .3s;
  overflow-y: auto;
}
body.menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility 0s 0s;
}
/* old css abuses .mobile-menu__bar as a hamburger line (24x2px) — undo hard */
.mobile-menu__bar,
body.menu-open .mobile-menu__bar {
  position: sticky;
  top: 0;
  display: flex;
  width: auto;
  height: auto;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 13px;
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  opacity: 1;
  transform: none;
  z-index: 2;
}
.mobile-menu__brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: var(--ink);
}
.mobile-menu__close {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--hair);
  background: #fff;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  touch-action: manipulation;
  transition: background .2s;
  position: static;
  font-size: 0;
}
.mobile-menu__close:active { background: var(--paper); }
.mobile-menu__nav { margin-top: 10px; display: block; flex: 1 0 auto; }
.mobile-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
  padding: 17px 2px;
  border-bottom: 1px solid var(--line);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
  transition-delay: calc(var(--i, 0) * .045s);
}
body.menu-open .mobile-menu__link { opacity: 1; transform: none; }
.mobile-menu__arr { color: var(--blue); font-size: 17px; }
.mobile-menu__foot { margin-top: 26px; }
.mobile-menu__cta {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 16px;
  padding: 17px 20px;
  opacity: 1;
  transform: none;
}
.mobile-menu__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
  font-size: 14px;
  color: var(--sub);
  opacity: 1;
  transform: none;
}
.mobile-menu__contact a { color: var(--ink); font-weight: 700; }

/* ---------- Responsive ---------- */
@media (max-width: 1023px) {
  .hero__grid { gap: 40px; }
  .hero__title { font-size: clamp(2rem, 5vw, 2.9rem); }
}
@media (max-width: 959px) {
  .hero, .hero--zd { padding: 120px 0 44px; }
  .hero__grid { grid-template-columns: 1fr; gap: 44px; }
  .hero__copy { text-align: left; }
  .hero__visual { margin: 0 6px; }
  .hero__chip--1 { top: -14px; left: -4px; }
  .hero__chip--2 { bottom: -14px; right: -2px; }
  .stats { margin-top: 46px; }
}
@media (max-width: 640px) {
  .hero__ctas .btn { padding: 15px 26px; font-size: 14.5px; }
  .hero__chip { font-size: 12px; padding: 10px 13px; }
  .stats { margin-top: 40px; padding-top: 26px; }
}

/* ---- Service cards: photo top, clean editorial body ---- */
.sv-card { overflow: hidden; }
.sv-card::after { display: none; }
.sv-card__img { aspect-ratio: 16 / 10; }
.sv-card__body { padding: 24px 26px 26px; gap: 8px; }
.sv-card__name { font-size: 1.1rem; font-weight: 800; }
.sv-card__desc { color: var(--sub); }
.sv-card__price {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: 1.12rem;
  color: var(--ink);
}
.sv-card__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--blue);
}

/* ============ Service landing pages (svp-*) ============ */
.svp-hero { background: linear-gradient(155deg, var(--sky), var(--paper) 62%); padding: 138px 0 64px; }
.svp-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.svp-crumb { font-size: 12.5px; color: var(--sub); margin-bottom: 20px; display: flex; gap: 8px; flex-wrap: wrap; }
.svp-crumb a { color: var(--sub); }
.svp-crumb a:hover { color: var(--blue); }
.svp-crumb em { font-style: normal; color: var(--ink); font-weight: 600; }
.svp-hero__eyebrow { font-family: 'Outfit', sans-serif; font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
.svp-hero__title { font-size: clamp(1.7rem, 3.4vw, 2.7rem); font-weight: 900; line-height: 1.3; margin-bottom: 14px; }
.svp-hero__catch { font-size: clamp(1.02rem, 1.6vw, 1.2rem); font-weight: 700; color: var(--ink-soft); margin-bottom: 14px; }
.svp-hero__lead { font-size: 14.5px; color: var(--sub); margin-bottom: 26px; max-width: 560px; }
.svp-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
.svp-hero__note { font-size: 13px; color: var(--sub); }
.svp-hero__note strong { color: var(--ink); font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-size: 15px; }
.svp-hero__visual { position: relative; min-width: 0; }
.svp-hero__shot { border-radius: 24px; overflow: hidden; box-shadow: 0 26px 60px rgba(11, 36, 48, .18); border: 1px solid var(--hair); aspect-ratio: 16 / 11; }
.svp-hero__shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.svp-hero__chip {
  position: absolute; left: -14px; bottom: -18px;
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid var(--hair); border-radius: 16px;
  box-shadow: 0 14px 34px rgba(11, 36, 48, .16);
  padding: 14px 20px; font-size: 13px; font-weight: 700; color: var(--ink-soft);
}
.svp-hero__chip-num { font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-weight: 800; font-size: 26px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

.pain-card { background: #fff; border: 1px solid var(--hair); border-radius: var(--radius); padding: 26px 24px; min-width: 0; }
.pain-card__mark { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; background: var(--sand); color: #b4690e; margin-bottom: 14px; }
.pain-card h3 { font-size: 15.5px; font-weight: 700; margin-bottom: 8px; line-height: 1.6; }
.pain-card p { font-size: 13.5px; color: var(--sub); }
.pain-bridge { text-align: center; margin-top: 40px; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.pain-bridge strong { font-weight: 800; border-bottom: 3px solid var(--cyan); padding-bottom: 2px; }

.svp-val-num { display: block; font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 30px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 10px; }

.svp-feat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.svp-feat { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid rgba(11, 36, 48, .08); border-radius: 16px; padding: 22px 22px; min-width: 0; }
.svp-feat__check { flex: none; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 999px; background: var(--ink); color: #fff; margin-top: 2px; }
.svp-feat h3 { font-size: 14.5px; font-weight: 700; margin-bottom: 6px; }
.svp-feat p { font-size: 13px; color: var(--sub); }

.svp-outcomes { align-items: stretch; }
.svp-outcome { text-align: center; padding: 30px 20px; background: #fff; border: 1px solid var(--hair); border-radius: var(--radius); min-width: 0; }
.svp-outcome__num { display: block; font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-weight: 800; font-size: clamp(2rem, 3.4vw, 2.8rem); background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1.1; }
.svp-outcome__label { display: block; font-weight: 700; font-size: 15px; margin: 8px 0 8px; }
.svp-outcome p { font-size: 12.5px; color: var(--sub); }
.svp-outcome__foot { text-align: center; margin-top: 22px; font-size: 12px; color: var(--sub); }

.svp-case__tag { display: inline-block; margin: 6px 0 12px; }
.svp-case__points { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.svp-case__points li { position: relative; padding-left: 28px; color: rgba(255, 255, 255, .85); font-size: 14px; }
.svp-case__points li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border-radius: 999px; background: rgba(103, 232, 249, .18); color: #67e8f9; font-size: 12px; display: flex; align-items: center; justify-content: center; }

.svp-price { display: grid; grid-template-columns: 1.15fr .85fr; gap: 26px; align-items: stretch; }
.svp-price__main { background: #fff; border: 1px solid var(--hair); border-radius: var(--radius); padding: 36px 36px; }
.svp-price__label { font-size: 13px; font-weight: 700; color: var(--sub); margin-bottom: 6px; }
.svp-price__num { font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-weight: 800; font-size: clamp(2rem, 4vw, 2.9rem); color: var(--ink); margin-bottom: 14px; white-space: nowrap; }
.svp-price__num span { font-size: .95rem; font-weight: 700; color: var(--sub); }
.svp-price__note { font-size: 13px; color: var(--sub); margin-bottom: 8px; }
.svp-price__side { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 30px 30px; display: flex; flex-direction: column; }
.svp-price__side-title { font-weight: 800; margin-bottom: 14px; }
.svp-price__side ul { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 9px; }
.svp-price__side li { position: relative; padding-left: 24px; font-size: 13.5px; color: rgba(255, 255, 255, .85); }
.svp-price__side li::before { content: "✓"; position: absolute; left: 0; color: #67e8f9; font-weight: 800; }
.svp-price__side .btn { margin-top: auto; background: #fff; color: var(--ink); text-align: center; justify-content: center; display: flex; }
.svp-price__side .btn:hover { background: var(--paper); }

.svp-faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.svp-faq__item { background: #fff; border: 1px solid var(--hair); border-radius: 16px; overflow: hidden; }
.svp-faq__item summary {
  display: flex; align-items: center; gap: 14px;
  list-style: none; cursor: pointer;
  padding: 18px 22px; font-size: 15px; font-weight: 700; color: var(--ink);
  touch-action: manipulation;
}
.svp-faq__item summary::-webkit-details-marker { display: none; }
.svp-faq__q, .svp-faq__a {
  flex: none; display: flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 999px;
  font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 14px;
}
.svp-faq__q { background: var(--ink); color: #fff; }
.svp-faq__a { background: var(--sky); color: var(--blue); }
.svp-faq__chev { margin-left: auto; width: 10px; height: 10px; border-right: 2px solid var(--sub); border-bottom: 2px solid var(--sub); transform: rotate(45deg); transition: transform .3s var(--ease); }
.svp-faq__item[open] .svp-faq__chev { transform: rotate(225deg); }
.svp-faq__item p { display: flex; gap: 14px; align-items: flex-start; padding: 0 22px 20px; font-size: 14px; color: var(--sub); line-height: 1.9; }

@media (max-width: 959px) {
  .svp-hero { padding: 116px 0 48px; }
  .svp-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .svp-hero__visual { margin: 0 4px; }
  .svp-feat-grid { grid-template-columns: 1fr; }
  .svp-price { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .svp-price__main, .svp-price__side { padding: 26px 22px; }
  .svp-hero__chip { left: -4px; bottom: -14px; padding: 11px 15px; }
  .svp-hero__chip-num { font-size: 21px; }
}

/* ============ Service catalog (100+ items) ============ */
.cat-count { display: inline-block; margin-left: 14px; vertical-align: middle; font-size: 13px; font-weight: 800; font-family: 'Outfit', 'Noto Sans JP', sans-serif; color: #fff; background: var(--ink); border-radius: 999px; padding: 5px 14px; }
.cat-nav { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 48px; }
.cat-nav__chip { font-size: 13px; font-weight: 700; color: var(--ink-soft); background: #fff; border: 1px solid var(--hair); border-radius: 999px; padding: 9px 18px; transition: all .25s var(--ease); touch-action: manipulation; }
.cat-nav__chip:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.cat-block { margin-bottom: 46px; scroll-margin-top: 96px; }
.cat-block__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--ink); }
.cat-block__name { font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 800; display: flex; align-items: baseline; gap: 12px; }
.cat-block__num { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: .95em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cat-block__link { font-size: 13px; font-weight: 700; color: var(--blue); white-space: nowrap; }
.cat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; }
.cat-item { display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #fff; border: 1px solid var(--hair); border-radius: 14px; padding: 14px 18px; min-width: 0; transition: border-color .25s var(--ease), box-shadow .25s var(--ease); }
.cat-item:hover { border-color: rgba(11, 36, 48, .2); box-shadow: 0 8px 22px rgba(11, 36, 48, .07); }
.cat-item__txt { min-width: 0; }
.cat-item__txt h4 { font-size: 14px; font-weight: 700; margin-bottom: 3px; }
.cat-item__txt p { font-size: 12px; color: var(--sub); }
.cat-item__price { flex: none; font-family: 'Outfit', 'Noto Sans JP', sans-serif; font-weight: 800; font-size: 14.5px; color: var(--ink); white-space: nowrap; }
.cat-note { text-align: center; font-size: 12.5px; color: var(--sub); margin-top: 10px; }

/* sv-row images: uniform aspect, balanced columns */
.sv-row__img { min-width: 0; }
.sv-row__img a { display: block; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--hair); box-shadow: 0 16px 40px rgba(11, 36, 48, .1); }
.sv-row__img img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }

@media (max-width: 720px) {
  .cat-grid { grid-template-columns: 1fr; }
  .cat-nav { gap: 8px; margin-bottom: 34px; }
  .cat-nav__chip { padding: 8px 14px; font-size: 12px; }
  .cat-item { flex-wrap: wrap; gap: 6px 14px; }
}
