.a-subpage { background: #fff; }
.a-subpage .main-nav a[aria-current="page"] { color: var(--ink); }
.a-subpage .main-nav a[aria-current="page"]::after { transform: scaleX(1); }

.subpage-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 76px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.subpage-hero.is-visual { min-height: 380px; display: flex; align-items: center; }
.subpage-hero.is-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, var(--surface) 0%, var(--surface) 43%, rgba(243,244,242,.92) 57%, rgba(243,244,242,.48) 100%);
}
.subpage-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
}
.subpage-hero.is-visual .section-inner { position: relative; z-index: 1; }
.subpage-hero.is-generated { min-height: clamp(410px, 37.5vw, 560px); padding: 82px 0 70px; }
.subpage-hero.is-generated::after { background: linear-gradient(90deg, rgba(243,244,242,.98) 0%, rgba(243,244,242,.93) 34%, rgba(243,244,242,.28) 57%, rgba(243,244,242,0) 76%); }
.subpage-hero.is-generated .subpage-hero-image { inset: 0; width: 100%; height: 100%; opacity: 1; object-position: center; }
.subpage-hero.is-generated .subpage-hero-inner { grid-template-columns: minmax(0, 440px); gap: 22px; align-items: start; }
.subpage-hero.is-generated .subpage-hero-copy { max-width: 500px; margin: 0; padding: 14px 0 0; background: transparent; border: 0; backdrop-filter: none; }
.subpage-hero.is-illustrated::after { background: rgba(243,244,242,.06); }
.subpage-hero.is-illustrated .subpage-hero-copy { padding: 14px 0 0; background: transparent; border-left: 0; backdrop-filter: none; }
.subpage-hero.is-product-photo { background: var(--surface); }
.subpage-hero.is-product-photo::after {
  background: linear-gradient(90deg, rgba(243,244,242,.92) 0%, rgba(243,244,242,.82) 20%, rgba(243,244,242,.58) 38%, rgba(243,244,242,.3) 54%, rgba(243,244,242,.1) 72%, rgba(243,244,242,0) 100%);
}
.subpage-hero.is-product-photo .subpage-hero-image {
  inset: 0;
  width: 100%;
  object-position: center 43%;
}
.subpage-hero.is-product-photo .subpage-hero-copy { background: transparent; }

@media (min-width: 821px) {
  .a-subpage .section-inner,
  .subpage-hero.is-visual .section-inner {
    width: min(1120px, calc(100% - 80px));
  }
}

.subpage-hero-inner {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 72px;
  align-items: end;
}

.subpage-hero h1 {
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
}

.subpage-hero-copy {
  max-width: 600px;
  margin-bottom: 4px;
  color: var(--muted);
}

.breadcrumb {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 11px;
}

.breadcrumb a { border-bottom: 1px solid var(--line); }
.page-section { padding: 100px 0; }
.page-section.is-gray { background: var(--surface); }
.products-page .page-section { background: var(--surface); }

.page-heading {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 48px;
}

.page-heading h2 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.45;
}

.page-heading > p:last-child { margin-bottom: 2px; color: var(--muted); }

.scene-selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.scene-selector a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 108px;
  padding: 18px 28px;
}

.scene-selector a + a { border-left: 1px solid var(--line); }
.scene-selector b { color: var(--accent-soft); font-size: 11px; }
.scene-selector strong { font-size: 20px; font-weight: 600; }
.scene-selector span { font-size: 20px; }

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px 24px;
  padding: 34px;
  background: #fff;
}

.catalog-image {
  position: relative;
  aspect-ratio: 1;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
}

.catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.catalog-image .catalog-frame {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.012);
  transition: opacity 1.25s ease, transform 1.8s cubic-bezier(.2,.7,.2,1);
}

.catalog-image .catalog-frame.is-active { opacity: 1; transform: scale(1); }

.catalog-card:hover .catalog-image .catalog-frame.is-active { transform: scale(1.018); }

.catalog-meta {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 7px;
  color: var(--accent-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.catalog-card h2,
.catalog-card h3 {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.catalog-card > p { margin-bottom: 10px; color: var(--muted); font-size: 13px; }
.catalog-price { display: block; font-size: 17px; font-weight: 600; }
.catalog-price small { margin-left: 4px; color: var(--muted); font-size: 10px; font-weight: 400; }
.catalog-colors { display: flex; gap: 6px; margin-top: 12px; }
.catalog-colors i { width: 11px; height: 11px; border: 1px solid rgba(0,0,0,.12); border-radius: 50%; background: var(--color); }

.store-guide-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 80px;
  align-items: start;
}
.store-guide-grid h2 { margin-bottom: 16px; }
.store-guide-grid > div:first-child > p:last-child { color: var(--muted); }
.store-links { padding: 0 26px; background: #fff; box-shadow: 0 18px 44px rgba(22,31,26,.055); }
.store-links a { display: grid; grid-template-columns: 130px minmax(0, 1fr) auto; gap: 28px; align-items: center; min-height: 112px; padding-inline: 0; color: var(--ink); border-bottom: 1px solid var(--line); transition: color .45s ease, background-color .45s ease, box-shadow .45s ease; }
.store-links a:hover,
.store-links a:focus-visible { color: var(--accent); background: rgba(244,246,243,.76); box-shadow: inset 3px 0 0 rgba(38,68,52,.3); }
.store-links span { font-size: 21px; font-weight: 700; }
.store-links small { color: var(--muted); font-size: 12px; }
.store-links b { font-size: 20px; font-weight: 400; }

.outlet-hero {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #27352d;
}

.outlet-hero > img,
.outlet-hero::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.outlet-hero > img { object-fit: cover; }
.outlet-hero::after { content: ""; background: rgba(10,16,12,.48); }
.outlet-hero-content { position: relative; z-index: 1; padding-bottom: 64px; }
.outlet-hero h1 { margin-bottom: 16px; font-size: 44px; font-weight: 600; line-height: 1.35; }
.outlet-hero p:last-of-type { max-width: 610px; margin-bottom: 26px; color: rgba(255,255,255,.82); }
.outlet-hero .button-link { color: var(--ink); background: #fff; border-color: #fff; }
.outlet-hero .outlet-mercari-button:hover,
.outlet-hero .outlet-mercari-button:focus-visible { color: #272424; background: #fff1f2; border-color: rgba(255,2,17,.28); box-shadow: 0 12px 30px rgba(173,25,35,.1); }
.outlet-hero .outlet-mercari-button { display: inline-flex; align-items: center; gap: 18px; min-height: 56px; padding: 11px 20px; }
.outlet-mercari-button img { display: block; width: 116px; height: auto; object-fit: contain; }
.outlet-mercari-button span { font-weight: 600; white-space: nowrap; }
.outlet-mercari-button b { font-size: 15px; font-weight: 400; }
.outlet-status { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.outlet-status span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.9); background: rgba(255,255,255,.08); font-size: 11px; font-weight: 600; }

.outlet-type-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.outlet-type-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 12px 32px rgba(22,31,26,.05); }
.outlet-type-card > img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.outlet-type-card > div { padding: 24px 24px 26px; }
.outlet-type-card span { color: var(--accent-soft); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.outlet-type-card h3 { margin: 9px 0 7px; font-size: 20px; font-weight: 600; }
.outlet-type-card p { margin: 0; color: var(--muted); font-size: 14px; }
.outlet-note { margin: 22px 0 0; color: var(--muted); font-size: 13px; text-align: center; }

.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.reason-visual { margin: 0; overflow: hidden; background: #fff; border-radius: 6px; box-shadow: 0 20px 50px rgba(22,31,26,.055); }
.reason-visual img { display: block; width: 100%; aspect-ratio: 8 / 3; object-fit: cover; }

.reason-item { padding: 28px 34px 12px 0; border-bottom: 1px solid var(--line); }
.reason-item + .reason-item { padding-left: 34px; border-left: 1px solid var(--line); }
.reason-item span { color: var(--accent-soft); font-size: 11px; }
.reason-item h3 { margin: 12px 0 8px; font-size: 19px; font-weight: 600; }
.reason-item p { color: var(--muted); font-size: 14px; }

.outlet-proof {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: stretch;
  background: var(--surface);
}

.outlet-proof-image { min-height: 520px; }
.outlet-proof-image img { width: 100%; height: 100%; object-fit: cover; }
.outlet-proof-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px; }
.outlet-proof-copy h2 { margin-bottom: 20px; font-size: 32px; font-weight: 600; }
.outlet-proof-copy ul { margin: 0; padding-left: 1.2em; color: var(--muted); }

.outlet-trust { padding: 92px 0; color: #fff; background: #26342c; }
.outlet-section-title { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.outlet-section-title h2 { margin: 0; font-size: 34px; font-weight: 600; }
.outlet-section-title > p:not(.section-kicker) { margin: 14px auto 0; color: var(--muted); }
.outlet-trust .section-kicker { color: rgba(255,255,255,.62); }
.outlet-trust-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.15); }
.outlet-trust-grid article { min-height: 220px; padding: 38px 34px; background: #26342c; }
.outlet-trust-grid article > span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 14px; }
.outlet-trust-grid h3 { margin: 0 0 10px; font-size: 21px; font-weight: 600; }
.outlet-trust-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }

.outlet-images { background: #fff; }
.outlet-image-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.outlet-image-grid figure { margin: 0; overflow: hidden; border-radius: 6px; background: var(--surface); }
.outlet-image-grid img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.outlet-alert { padding: 88px 0; background: var(--surface); }
.outlet-alert-box { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; padding: 42px 46px; border: 1px solid var(--line); background: #fff; }
.outlet-alert-box h2 { margin: 0 0 12px; font-size: 28px; font-weight: 600; }
.outlet-alert-box p { margin: 0; color: var(--muted); }
.outlet-alert-box ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: var(--muted); }
.outlet-alert-box li { position: relative; padding-left: 22px; }
.outlet-alert-box li::before { position: absolute; left: 0; top: .72em; width: 6px; height: 6px; border-radius: 50%; background: var(--accent-soft); content: ""; }

.outlet-products { background: #fff; }
.outlet-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.outlet-product-card { overflow: hidden; background: var(--surface); border: 1px solid rgba(22,31,26,.06); border-radius: 6px; transition: background-color .45s ease, border-color .45s ease, box-shadow .45s ease; }
.outlet-product-card figure { position: relative; aspect-ratio: 1; margin: 0; overflow: hidden; background: #fff; }
.outlet-product-card img { width: 100%; height: 100%; object-fit: contain; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.outlet-product-card > div { padding: 24px 24px 28px; }
.outlet-product-card span { color: var(--accent-soft); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.outlet-product-card h3 { margin: 8px 0 5px; font-size: 20px; font-weight: 600; }
.outlet-product-card p { margin: 0; color: var(--muted); font-size: 13px; }
.outlet-product-card:hover { background: #eef1ee; border-color: rgba(38,68,52,.13); box-shadow: 0 20px 46px rgba(22,31,26,.07); }
.outlet-product-card:hover img { transform: scale(1.025); }

.notice-box {
  max-width: 880px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.notice-box h2 { font-size: 24px; font-weight: 600; }
.notice-box ul { margin-bottom: 0; padding-left: 1.2em; color: var(--muted); }

.mercari-cta { padding: 100px 0; color: var(--ink); background: #f3f4f2; }
.mercari-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.mercari-grid h2 { margin-bottom: 10px; font-size: 34px; font-weight: 600; }
.mercari-grid p { color: var(--muted); }
.mercari-grid .button-link { margin-top: 12px; color: #272424; background: #fff; border-color: #ded9d8; box-shadow: 0 10px 24px rgba(34,28,27,.06); }
.mercari-grid .button-link:hover,
.mercari-grid .button-link:focus-visible { color: #272424; background: #fff1f2; border-color: rgba(255,2,17,.28); box-shadow: 0 12px 30px rgba(173,25,35,.1); }
.mercari-logo { width: 166px; height: auto; margin: 6px 0 22px; }
.mercari-box { aspect-ratio: 4 / 3; overflow: hidden; background: #e8e9e6; border-radius: 6px; box-shadow: 0 20px 50px rgba(22,31,26,.08); }
.mercari-box img { width: 100%; height: 100%; object-fit: cover; }
.mercari-grid .outlet-mercari-button { display: inline-flex; align-items: center; gap: 16px; }
.mercari-grid .outlet-mercari-button img { width: 112px; }
.mercari-grid > div > small { display: block; margin-top: 12px; color: var(--muted); font-size: 11px; }

.blog-feature {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 52px;
  align-items: center;
  margin-bottom: 72px;
}

.blog-feature-image { aspect-ratio: 16 / 10; overflow: hidden; }
.blog-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-feature-copy h2 { margin-bottom: 18px; font-size: 28px; font-weight: 600; line-height: 1.55; }
.blog-feature-copy > p:last-of-type { color: var(--muted); }

.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 56px 26px; }
.archive-card .blog-image { margin-bottom: 16px; }
.archive-card h2 { margin-bottom: 8px; font-size: 17px; font-weight: 600; line-height: 1.6; }
.archive-card > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.archive-category { margin-bottom: 5px; color: var(--accent-soft); font-size: 10px; font-weight: 700; letter-spacing: .08em; }

.contact-lead {
  max-width: 760px;
  margin: 0 auto;
  padding: 100px 0 50px;
  text-align: center;
}
.contact-lead h2 { margin-bottom: 18px; font-size: 30px; font-weight: 600; }
.contact-lead p { color: var(--muted); }

.contact-channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(22,31,26,.055);
}
.contact-channel { padding: 46px; background: #fff; transition: background-color .45s ease, box-shadow .45s ease; }
.contact-channel:first-child { background: #f6f8fa; }
.contact-channel:last-child { background: #fbf7f7; }
.contact-channel:first-child:hover,
.contact-channel:first-child:focus-within { background: #edf3f7; box-shadow: inset 0 0 0 1px rgba(45,82,116,.12); }
.contact-channel:last-child:hover,
.contact-channel:last-child:focus-within { background: #f8eded; box-shadow: inset 0 0 0 1px rgba(191,0,0,.09); }
.contact-channel + .contact-channel { border-left: 1px solid var(--line); }
.contact-channel h3 { margin-bottom: 10px; font-size: 23px; font-weight: 600; }
.contact-channel p { min-height: 58px; color: var(--muted); font-size: 14px; }
.contact-channel:first-child .button-link { color: #fff; background: rgba(19,35,58,.96); border-color: transparent; }
.contact-channel:last-child .button-link { color: #fff; background: rgba(191,0,0,.94); border-color: transparent; }
.contact-channel:first-child .button-link:hover,
.contact-channel:first-child .button-link:focus-visible { background: rgba(45,82,116,.72); }
.contact-channel:last-child .button-link:hover,
.contact-channel:last-child .button-link:focus-visible { background: rgba(207,61,61,.72); }
.contact-note { max-width: 760px; margin: 56px auto 0; padding: 30px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }

.faq-page-layout {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: 90px;
  align-items: start;
}
.faq-page-nav { position: sticky; top: 110px; }
.faq-page-nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.faq-page .faq-list summary { padding: 28px 0; font-size: 17px; }
.faq-page .faq-answer { max-width: none; padding-right: 44px; }
.faq-page .faq-answer > div { min-width: 0; }
.faq-page .faq-answer p,
.faq-page .faq-answer ul { color: var(--muted); }
.faq-page .faq-answer p { margin: 0 0 14px; font-size: 14px; }
.faq-page .faq-answer ul { margin-top: 0; font-size: 14px; line-height: 1.9; }
.faq-answer-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 42%);
  gap: 28px;
  align-items: start;
}
.faq-answer-body.is-stacked { grid-template-columns: 1fr; }
#care .faq-answer-body,
#origin .faq-answer-body { grid-template-columns: 1fr; }
.faq-answer-copy { min-width: 0; }
.faq-answer-visual {
  overflow: hidden;
  margin: 0;
  background: #f8f9f7;
  border: 1px solid rgba(26,31,28,.09);
  border-radius: 8px;
}
.faq-answer-visual img { display: block; width: 100%; height: auto; }
.faq-answer-body.is-stacked .faq-answer-visual,
#care .faq-answer-visual,
#origin .faq-answer-visual { max-width: 620px; }
.faq-list details[open] .faq-answer-visual { animation: faq-visual-in .5s cubic-bezier(.22,.7,.24,1) both; }
@keyframes faq-visual-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 820px) {
  .subpage-hero { padding: 64px 0 54px; }
  .subpage-hero.is-visual { min-height: 430px; }
  .subpage-hero.is-visual::after { background: linear-gradient(180deg, rgba(243,244,242,.7), var(--surface) 66%); }
  .subpage-hero-image { width: 100%; opacity: .26; }
  .subpage-hero.is-generated { min-height: 520px; padding: 58px 0 48px; align-items: flex-end; }
  .subpage-hero.is-generated::after { background: linear-gradient(180deg, rgba(243,244,242,.12) 0%, rgba(243,244,242,.68) 50%, rgba(243,244,242,.98) 78%); }
  .subpage-hero.is-generated .subpage-hero-image { width: 100%; height: 100%; opacity: 1; object-position: 69% center; }
  .subpage-hero.is-generated .subpage-hero-copy { padding: 14px 0 0; background: transparent; border-left: 0; backdrop-filter: none; }
  .subpage-hero.is-illustrated,
  .subpage-hero.is-product-photo { min-height: 650px; padding: 330px 0 48px; align-items: stretch; }
  .subpage-hero.is-illustrated::after,
  .subpage-hero.is-product-photo::after { background: transparent; }
  .subpage-hero.is-illustrated .subpage-hero-image,
  .subpage-hero.is-product-photo .subpage-hero-image { top: 0; bottom: auto; height: 300px; }
  .subpage-hero.is-illustrated .subpage-hero-image { object-position: 66% center; }
  .subpage-hero.is-product-photo .subpage-hero-image { object-position: center 48%; }
  .subpage-hero-inner,
  .page-heading,
  .outlet-proof,
  .blog-feature,
  .faq-page-layout,
  .store-guide-grid { grid-template-columns: 1fr; gap: 26px; }
  .subpage-hero h1,
  .outlet-hero h1 { font-size: 34px; }
  .page-section { padding: 72px 0; }
  .page-heading { margin-bottom: 34px; }
  .page-heading h2 { font-size: 26px; }
  .scene-selector { grid-template-columns: 1fr; }
  .scene-selector a + a { border-top: 1px solid var(--line); border-left: 0; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 14px; }
  .catalog-card h2,
  .catalog-card h3 { font-size: 15px; }
  .catalog-card > p { display: none; }
  .outlet-hero { min-height: 560px; }
  .outlet-hero .outlet-mercari-button { gap: 12px; padding: 10px 15px; }
  .outlet-hero .outlet-mercari-button img { width: 96px; }
  .outlet-type-grid,
  .outlet-trust-grid,
  .outlet-image-grid,
  .outlet-alert-box { grid-template-columns: 1fr; }
  .outlet-type-grid { gap: 14px; }
  .outlet-type-card { display: grid; grid-template-columns: 42% 58%; }
  .outlet-type-card > img { height: 100%; aspect-ratio: auto; }
  .outlet-type-card > div { padding: 22px 18px; }
  .reason-grid,
  .archive-grid { grid-template-columns: 1fr; }
  .reason-item,
  .reason-item + .reason-item { padding: 28px 0; border-left: 0; }
  .outlet-proof-image { min-height: 0; aspect-ratio: 4 / 3; }
  .outlet-proof-copy { padding: 42px 24px 50px; }
  .outlet-trust { padding: 72px 0; }
  .outlet-section-title h2 { font-size: 28px; }
  .outlet-trust-grid { gap: 0; background: transparent; }
  .outlet-trust-grid article { min-height: 0; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.15); }
  .outlet-trust-grid article > span { margin-bottom: 18px; }
  .outlet-image-grid { gap: 12px; }
  .outlet-alert { padding: 72px 0; }
  .outlet-alert-box { gap: 28px; padding: 32px 24px; }
  .outlet-gallery { grid-template-columns: 1fr; }
  .outlet-product-card figure { aspect-ratio: 4 / 3; }
  .mercari-grid { grid-template-columns: 1fr; gap: 28px; }
  .mercari-grid h2 { font-size: 29px; }
  .mercari-box { order: -1; }
  .store-links { padding: 0 18px; }
  .store-links a { grid-template-columns: 100px minmax(0, 1fr) auto; gap: 14px; min-height: 98px; }
  .blog-feature { margin-bottom: 56px; }
  .blog-feature-copy h2 { font-size: 24px; }
  .contact-lead { padding: 72px 0 40px; }
  .contact-channels { grid-template-columns: 1fr; }
  .contact-channel { padding: 34px 0; }
  .contact-channel + .contact-channel { border-top: 1px solid var(--line); border-left: 0; }
  .faq-page-nav { position: static; }
  .faq-page .faq-answer { padding-right: 0; }
  .faq-answer-body { grid-template-columns: 1fr; gap: 20px; }
  .faq-answer-visual,
  .faq-answer-body.is-stacked .faq-answer-visual { max-width: none; }
}

/* WordPress block content and system templates. */
.editor-page { padding: 92px 0 120px; background: var(--surface, #f3f4f2); }
.editor-shell { width: min(1120px, calc(100% - 80px)); margin: 0 auto; }
.editor-content { width: min(860px, 100%); margin: 52px auto 0; padding: 56px 64px; background: #fff; }
.editor-content > h1:first-of-type { margin: 0 0 40px; font-size: clamp(32px, 4vw, 48px); line-height: 1.35; }
.editor-content :where(h2, h3, h4) { line-height: 1.5; }
.editor-content h2 { margin: 2.6em 0 1.1em; padding: 18px 22px; border-left: 4px solid var(--green); background: #eef1ed; font-size: clamp(25px, 3vw, 32px); }
.editor-content h3 { position: relative; margin: 2.4em 0 1em; padding: 0 0 12px; border-bottom: 1px solid var(--line); font-size: clamp(21px, 2.3vw, 26px); }
.editor-content h3::after { position: absolute; bottom: -1px; left: 0; width: 72px; height: 2px; background: var(--green); content: ""; }
.editor-content h4 { margin: 2.1em 0 .9em; padding-left: 14px; border-left: 3px solid var(--accent-soft); font-size: 19px; }
.editor-content :where(p, li) { font-size: 16px; line-height: 2; }
.editor-content :where(img, video, iframe) { max-width: 100%; height: auto; }
.editor-content .alignwide { width: min(980px, calc(100vw - 80px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.single-hero { margin: 0 0 48px; }
.single-editor-shell { width: min(1240px, calc(100% - 64px)); }
.single-content-layout { display: grid; grid-template-columns: minmax(0, 860px) minmax(230px, 280px); gap: 52px; align-items: start; }
.single-article { width: 100%; margin-right: 0; margin-left: 0; }
.blog-sidebar { position: sticky; top: 28px; margin-top: 52px; padding: 30px 26px; border-top: 3px solid var(--green); background: #fff; }
.blog-sidebar section + section { margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--line); }
.blog-sidebar h2 { margin: 0 0 16px; font-size: 17px; }
.blog-sidebar ul { margin: 0; padding: 0; list-style: none; }
.blog-sidebar li { padding: 9px 0; border-bottom: 1px solid #edf0ed; color: var(--muted); font-size: 13px; line-height: 1.65; }
.blog-sidebar a { transition: color .3s ease; }
.blog-sidebar a:hover { color: var(--green); }

/* Consolidated product detail. */
.product-detail-page { padding: 54px 0 120px; background: var(--surface); }
.product-detail-shell { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.product-detail-overview { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr); gap: 64px; align-items: start; padding: 52px; background: #fff; }
.product-gallery-stage { position: relative; overflow: hidden; aspect-ratio: 1 / 1; background: #fff; }
.product-gallery-stage > img { width: 100%; height: 100%; object-fit: contain; }
.product-gallery-arrow { position: absolute; top: 50%; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(27,31,29,.16); border-radius: 50%; background: rgba(255,255,255,.84); font-size: 30px; line-height: 1; transform: translateY(-50%); cursor: pointer; transition: background-color .3s ease, opacity .3s ease; }
.product-gallery-arrow:hover { background: #fff; }
.product-gallery-arrow.is-prev { left: 14px; }
.product-gallery-arrow.is-next { right: 14px; }
.product-gallery-count { position: absolute; right: 14px; bottom: 14px; padding: 5px 10px; background: rgba(255,255,255,.86); font-size: 12px; }
.product-gallery-thumbs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; max-height: 248px; margin-top: 12px; overflow: auto; }
.product-gallery-thumb { aspect-ratio: 1; padding: 3px; border: 1px solid transparent; background: #f4f5f3; cursor: pointer; }
.product-gallery-thumb.is-active { border-color: var(--green); }
.product-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery-videos { margin-top: 20px; }
.product-gallery-videos figure { margin: 0; }
.product-gallery-videos :where(video, iframe) { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; background: #111; object-fit: cover; }
.product-gallery-videos figcaption { margin-top: 8px; color: var(--muted); font-size: 13px; }
.product-summary { padding: 20px 0; }
.product-summary h1 { margin: 0 0 22px; font-size: clamp(32px, 4vw, 50px); line-height: 1.3; }
.product-summary-copy { margin-bottom: 24px; color: var(--muted); font-size: 16px; }
.product-summary-price { margin: 0 0 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line); font-size: 36px; font-weight: 700; line-height: 1; }
.product-summary-price small { margin-right: 3px; font-size: 16px; }
.product-summary-price span { margin-left: 6px; color: var(--muted); font-size: 12px; font-weight: 400; }
.product-variation-list > p { margin-bottom: 12px; font-size: 13px; font-weight: 700; }
.product-variation-list > div { display: flex; flex-wrap: wrap; gap: 9px; }
.product-variation-list button { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 8px 13px; border: 1px solid var(--line); background: #fff; cursor: pointer; transition: border-color .3s ease, background-color .3s ease; }
.product-variation-list button:hover { border-color: var(--green); background: #f5f7f5; }
.product-variation-list i { width: 18px; height: 18px; border: 1px solid rgba(0,0,0,.12); border-radius: 50%; background: var(--swatch); }
.product-store-actions { display: grid; gap: 10px; margin-top: 34px; }
.product-store-actions a { display: flex; justify-content: space-between; align-items: center; min-height: 52px; padding: 12px 18px; border: 1px solid currentColor; font-weight: 700; transition: filter .3s ease, background-color .3s ease; }
.product-store-actions .is-amazon { color: #172f48; background: #eef7fb; }
.product-store-actions .is-rakuten { color: #a4122f; background: #fff1f4; }
.product-store-actions a:hover { filter: saturate(1.15); }
.product-store-actions .is-amazon:hover { background: #dff1f8; }
.product-store-actions .is-rakuten:hover { background: #ffe3e9; }
.product-editor-store-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: min(680px, 100%); margin: 42px auto; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-editor-store-links a { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 70px; padding: 12px 16px; border: 1px solid currentColor; text-decoration: none; transition: background-color .3s ease, filter .3s ease; }
.product-editor-store-links small { grid-column: 1; color: inherit; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.product-editor-store-links strong { grid-column: 1; font-size: 14px; }
.product-editor-store-links span { grid-column: 2; grid-row: 1 / 3; font-size: 15px; }
.product-editor-store-links .is-amazon { color: #172f48; background: #eef7fb; }
.product-editor-store-links .is-rakuten { color: #a4122f; background: #fff1f4; }
.product-editor-store-links .is-amazon:hover { background: #dff1f8; filter: saturate(1.1); }
.product-editor-store-links .is-rakuten:hover { background: #ffe3e9; filter: saturate(1.1); }
.product-verified-specs { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: 64px; margin-top: 32px; padding: 46px 52px; background: #eef1ed; }
.product-verified-specs-heading h2 { margin: 8px 0 14px; font-size: clamp(25px, 3vw, 34px); }
.product-verified-specs-heading > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.product-verified-specs dl { margin: 0; border-top: 1px solid rgba(42,52,47,.16); }
.product-verified-specs dl > div { display: grid; grid-template-columns: minmax(110px, .36fr) minmax(0, .64fr); gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(42,52,47,.16); }
.product-verified-specs dt { color: var(--muted); font-size: 13px; font-weight: 700; }
.product-verified-specs dd { margin: 0; font-size: 14px; font-weight: 600; line-height: 1.65; }
.product-editor-content { width: min(980px, 100%); margin-top: 72px; }
.product-editor-content > .wp-block-columns:first-child { display: none; }
.navigation.pagination { margin-top: 64px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.page-numbers { display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--line, #d9ddd8); color: inherit; text-decoration: none; }
.page-numbers.current { color: #fff; background: var(--green, #244c3a); border-color: var(--green, #244c3a); }
.error-page { min-height: 55vh; display: grid; align-content: center; justify-items: start; }
@media (max-width: 820px) {
  .editor-page { padding: 58px 0 80px; }
  .editor-shell { width: min(100% - 36px, 1120px); }
  .editor-content { margin-top: 34px; padding: 34px 20px; }
  .editor-content .alignwide { width: calc(100vw - 36px); }
  .single-editor-shell,
  .product-detail-shell { width: min(100% - 36px, 1240px); }
  .single-content-layout { grid-template-columns: 1fr; gap: 0; }
  .blog-sidebar { position: static; margin-top: 28px; }
  .product-detail-page { padding: 34px 0 80px; }
  .product-detail-overview { grid-template-columns: 1fr; gap: 28px; padding: 18px; }
  .product-summary { padding: 0 4px 12px; }
  .product-gallery-thumbs { grid-template-columns: repeat(5, minmax(0, 1fr)); max-height: 190px; }
  .product-editor-store-links { grid-template-columns: 1fr; }
  .product-verified-specs { grid-template-columns: 1fr; gap: 26px; margin-top: 20px; padding: 30px 22px; }
  .product-verified-specs dl > div { grid-template-columns: 100px minmax(0, 1fr); gap: 14px; }
  .product-editor-content { margin-top: 36px; }
}
