    :root {
      --paper: #faf7f2;
      --paper-strong: #f4f1eb;
      --ink: #1d1d19;
      --muted: #6c6a63;
      --line: #d8d4cb;
      --charcoal: #282923;
      --shell: 1320px;
      --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
      --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    }

    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; background: var(--paper); }
    body {
      margin: 0;
      min-width: 320px;
      color: var(--ink);
      background:
        radial-gradient(circle at 14% 17%, rgba(43,37,29,.014) 0 1px, transparent 1.4px) 0 0 / 19px 23px,
        radial-gradient(circle at 78% 37%, rgba(43,37,29,.01) 0 1px, transparent 1.4px) 0 0 / 29px 31px,
        var(--paper);
      font-family: var(--sans);
      font-size: 15px;
      line-height: 1.7;
      letter-spacing: .055em;
    }
    body.is-locked { overflow: hidden; }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    button, select, input { color: inherit; font: inherit; }
    button { border: 0; background: none; cursor: pointer; }
    [hidden] { display: none !important; }
    :focus-visible { outline: 2px solid #3e4039; outline-offset: 3px; }
    .shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
    .skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: #20211d; transform: translateY(-180%); }
    .skip-link:focus { transform: none; }

    .breadcrumb { height: 54px; display: flex; align-items: center; gap: 14px; color: #696860; font-size: 12px; }
    .breadcrumb span { font-family: Georgia, serif; font-size: 17px; }
    .fashion01-list-page .breadcrumb a,
    .fashion01-list-page .breadcrumb span { font-size: 12px; }
    .category-hero-band { background: transparent; }
    .category-hero { position: relative; height: 236px; overflow: hidden; background: #ebe6dc; isolation: isolate; }
    .category-hero::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(242,238,229,.98) 0 48%, rgba(242,238,229,.76) 58%, transparent 74%); pointer-events: none; }
    .category-hero-visual { position: absolute; z-index: 0; top: 0; right: 0; width: 58%; height: 100%; overflow: hidden; clip-path: ellipse(92% 100% at 100% 50%); }
    .category-hero-image { position: absolute; top: -42%; right: 0; width: 140%; max-width: none; filter: brightness(.92) saturate(.72); }
    .category-hero-copy { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-left: 15%; }
    .category-hero h1 { margin: 0 0 14px; font-family: var(--serif); font-size: clamp(34px,3vw,48px); font-weight: 400; line-height: 1.25; letter-spacing: .13em; }
    .category-hero p { margin: 0; font-family: var(--serif); font-size: 16px; letter-spacing: .1em; }

    .catalog-section { padding: 44px 0 62px; }
    .catalog-layout { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 38px; }
    .category-sidebar { align-self: start; height: auto; padding: 14px 14px 16px; background: rgba(244,241,235,.72); }
    .mobile-category-disclosure { display: none; }
    .category-list, .category-children { padding: 0; margin: 0; list-style: none; }
    .category-list > li { border-bottom: 1px solid #e3dfd7; }
    .category-list > li:last-child { border-bottom: 0; }
    .category-parent { width: 100%; min-height: 48px; display: grid; grid-template-columns: minmax(0,1fr) 44px; align-items: stretch; padding: 0 0 0 14px; font-size: 14px; font-weight: 600; }
    .category-parent.active .category-parent-link { color: #a85d3e; }
    .category-parent-link { min-width: 0; min-height: 48px; display: flex; align-items: center; }
    .category-parent-link:hover, .category-parent-link:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
    .category-parent-toggle { width: 44px; min-height: 48px; display: grid; place-items: center; }
    .category-parent-toggle .chevron { transition: transform .22s ease; }
    .category-parent-toggle[aria-expanded="true"] .chevron { transform: rotate(90deg); }
    .category-children { padding: 4px 0 12px 26px; }
    .category-children a { min-height: 38px; display: flex; align-items: center; font-size: 13px; transition: transform .2s ease; }
    .category-children a:hover, .category-children a:focus-visible { text-decoration: underline; text-underline-offset: 4px; transform: translateX(3px); }
    .plain-category { min-height: 48px; display: flex; align-items: center; padding: 0 14px; font-size: 14px; font-weight: 600; }
    .plain-category:hover, .plain-category:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
    .plain-category.is-active { color: #a85d3e; }

    .listing-toolbar { min-height: 52px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
    .result-count { margin: 8px 0 0; font-family: var(--sans); font-size: 14px; font-weight: 400; line-height: 1.5; letter-spacing: .08em; }
    .result-count strong { font-family: Arial,sans-serif; font-weight: 400; }
    .listing-controls { display: flex; gap: 14px; }
    .select-wrap { position: relative; }
    .select-wrap::after { position: absolute; top: 50%; right: 18px; width: 8px; height: 8px; content: ""; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; pointer-events: none; transform: translateY(-70%) rotate(45deg); }
    .listing-controls select { min-width: 210px; height: 48px; padding: 0 48px 0 17px; appearance: none; border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.22); font-size: 13px; }
    .listing-controls select:focus { border-color: var(--line); outline: none; box-shadow: none; }
    .listing-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

    .catalog-empty {
      min-height: 360px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 34px 0 58px;
      text-align: center;
    }
    .catalog-empty h2 {
      max-width: 100%;
      margin: 0 0 18px;
      color: var(--ink);
      font-family: var(--serif);
      font-size: clamp(22px, 2vw, 28px);
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: .06em;
    }
    .catalog-empty p {
      margin: 0 0 22px;
      color: var(--muted);
      font-family: var(--serif);
      font-size: 14px;
      line-height: 1.9;
      letter-spacing: .06em;
    }
    .catalog-empty a {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      gap: 18px;
      border-bottom: 1px solid currentColor;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: .06em;
    }
    .catalog-empty a::after {
      width: 8px;
      height: 8px;
      content: "";
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor;
      transform: rotate(45deg);
    }
    .catalog-empty a:hover,
    .catalog-empty a:focus-visible { gap: 22px; }

    .product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); column-gap: 24px; row-gap: 48px; margin-top: 24px; }
    .product-card { min-width: 0; }
    .product-card a { display: block; transition: transform .32s ease; }
    .product-card a:hover, .product-card a:focus-visible { transform: translateY(-5px); }
    .product-media { position: relative; aspect-ratio: .9; overflow: hidden; background: #e8e4de; }
    .product-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; transition: filter .4s ease, transform .45s cubic-bezier(.2,.7,.2,1); }
    .product-card a:hover img, .product-card a:focus-visible img { filter: saturate(1.12) contrast(1.025); transform: scale(1.035); }
    .badge { position: absolute; z-index: 2; top: 9px; left: 9px; padding: 3px 7px 2px; color: #f8f5ee; background: #34352f; font-family: Georgia,serif; font-size: 9px; line-height: 1.2; letter-spacing: .08em; }
    .badge.hot { background: #a85d3e; }
    .product-name { margin: 13px 0 5px; overflow: hidden; font-size: 13px; font-weight: 500; line-height: 1.55; text-overflow: ellipsis; white-space: nowrap; }
    .product-price { margin: 0; font-family: Arial,sans-serif; font-size: 14px; letter-spacing: .04em; }
    .product-card:nth-child(5) img, .product-card:nth-child(10) img { object-position: center 10%; }

    /* Keep the product list typography on the same desktop scale as TOP. */
    .fashion01-list-page { font-family: var(--sans); font-size: 15px; line-height: 1.7; letter-spacing: .055em; }
    .fashion01-list-page .product-name { font-size: 13px; line-height: 1.55; }
    .fashion01-list-page .product-price { font-size: 14px; line-height: 1.5; }
    .fashion01-list-page .category-hero h1 { font-family: var(--serif); font-weight: 400; }
    .fashion01-list-page .category-hero p { font-family: var(--serif); font-size: 16px; line-height: 1.7; }

    .pagination { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 38px; }
    .page-button { position: relative; isolation: isolate; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; font-family: Arial,sans-serif; font-size: 13px; }
    .page-button:hover, .page-button:focus-visible { background: #e7e3da; }
    .page-button[aria-current="page"] { color: #fff; background: #2d2d28; }
    .page-arrow { font-family: Georgia,serif; font-size: 22px; }
    .page-arrow:disabled { cursor: not-allowed; }
    .page-arrow:disabled:hover { background: transparent; }
    .page-ellipsis { pointer-events: none; cursor: default; }
    .page-ellipsis:hover { background: transparent; }

    @media (max-width: 1050px) {
      .catalog-layout { grid-template-columns: 205px minmax(0,1fr); gap: 28px; }
      .listing-controls select { min-width: 170px; }
      .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    }

    @media (max-width: 820px) {
      .catalog-section { padding-top: 16px; }
      .catalog-layout { grid-template-columns: 1fr; }
      .catalog-sidebar { border-block: 0; }
      .category-sidebar { align-self: start; height: auto; padding: 0 14px 10px; border: 0; }
      .mobile-category-disclosure { width: 100%; height: 52px; min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; color: var(--ink); background: transparent; font-size: 14px; font-weight: 600; line-height: 1; text-align: left; }
      .mobile-category-disclosure[aria-expanded="true"] { color: var(--ink); background: transparent; }
      .mobile-category-disclosure > span { height: 100%; display: flex; align-items: center; }
      .mobile-category-filter-icon { font-size: 22px; font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; line-height: 1; }
      .category-list { display: grid; grid-template-columns: 1fr; }
      .category-children { padding-left: 16px; }
    }

    @media (max-width: 620px) {
      body { font-size: 14px; }
      .shell { width: min(100% - 36px,var(--shell)); }
      .breadcrumb { height: 44px; font-size: 11px; }
      .fashion01-list-page .breadcrumb a,
      .fashion01-list-page .breadcrumb span { font-size: 11px; }
      .category-hero { height: 230px; }
      .category-hero-visual { width: 100%; clip-path: none; opacity: .78; }
      .category-hero-image { top: -45px; width: 160%; }
      .category-hero::before { z-index: 1; background: linear-gradient(90deg,rgba(242,238,229,.98),rgba(242,238,229,.76) 62%,rgba(242,238,229,.3)); }
      .category-hero-copy { padding-left: 9%; }
      .category-hero h1 { font-size: 32px; }
      .category-hero p { max-width: 100%; font-size: 13px; }
      .catalog-section { padding: 12px 0 48px; }
      .category-list { grid-template-columns: 1fr; }
      .listing-toolbar { align-items: stretch; flex-direction: column; gap: 14px; }
      .result-count { margin-top: 0; }
      .listing-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
      .listing-controls select { width: 100%; min-width: 0; font-size: 12px; }
      .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 12px; row-gap: 34px; margin-top: 24px; }
      .fashion01-list-page { font-size: 14px; }
      .fashion01-list-page .category-hero p { font-size: 13px; }
      .fashion01-list-page .product-name { font-size: 12px; }
      .fashion01-list-page .product-price { font-size: 13px; }
      .catalog-empty { min-height: 260px; padding: 22px 0 42px; }
      .result-count { margin-top: 0; font-size: 14px; }
      .catalog-empty h2 { margin-bottom: 14px; font-size: 17px; }
      .catalog-empty p { margin-bottom: 18px; font-size: 13px; }
      .pagination { gap: 0; }
      .page-button:nth-child(5), .page-button:nth-child(6), .page-button:nth-child(7) { display: none; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    }

    /* 971 × 1620 native reference calibration; production never receives this class. */
    html.reference-mode { scroll-behavior: auto; }
    html.reference-mode body { font-size: 8px; letter-spacing: .05em; }
    html.reference-mode .shell { width: 927px; max-width: none; }
    html.reference-mode .site-header { height: 80px; }
    html.reference-mode .header-inner { grid-template-columns: 180px minmax(0,1fr) 126px; gap: 12px; }
    html.reference-mode .brand { gap: 5px; }
    html.reference-mode .brand-kanji { font-size: 31px; }
    html.reference-mode .brand-latin { font-size: 8px; }
    html.reference-mode .desktop-nav { display: flex; gap: 31px; }
    html.reference-mode .desktop-nav a { min-height: 36px; font-size: 9px; }
    html.reference-mode .desktop-nav a::after { display: none; }
    html.reference-mode .header-actions { display: flex; }
    html.reference-mode .menu-button { display: none; }
    html.reference-mode .account-button, html.reference-mode .cart-button { display: inline-grid; }
    html.reference-mode .icon-button { width: 39px; height: 44px; }
    html.reference-mode .icon-button svg { width: 20px; height: 20px; }
    html.reference-mode .search-panel { top: 80px; }
    html.reference-mode .breadcrumb { height: 38px; gap: 10px; font-size: 7px; }
    html.reference-mode .breadcrumb span { font-size: 11px; }
    html.reference-mode .category-hero { height: 168px; }
    html.reference-mode .category-hero-visual { width: 46%; clip-path: ellipse(92% 100% at 100% 50%); }
    html.reference-mode .category-hero-image { top: -70px; right: 0; width: 760px; transform: none; }
    html.reference-mode .category-hero::before { background: linear-gradient(90deg,rgba(250,248,242,.98) 0 49%,rgba(250,248,242,.74) 60%,transparent 78%); }
    html.reference-mode .category-hero-copy { padding-left: 148px; }
    html.reference-mode .category-hero h1 { margin-bottom: 11px; font-size: 27px; }
    html.reference-mode .category-hero p { font-size: 12px; }
    html.reference-mode .catalog-section { height: 1088px; padding: 24px 0 0; overflow: hidden; }
    html.reference-mode .catalog-layout { grid-template-columns: 172px minmax(0,1fr); gap: 25px; }
    html.reference-mode .category-list > li { border-bottom-color: #e5e1da; }
    html.reference-mode .category-parent, html.reference-mode .plain-category { min-height: 33px; padding-left: 10px; font-size: 9px; }
    html.reference-mode .category-parent-link, html.reference-mode .category-parent-toggle { min-height: 33px; }
    html.reference-mode .category-children { padding: 3px 0 7px 25px; }
    html.reference-mode .category-children a { min-height: 31px; font-size: 9px; }
    html.reference-mode .listing-toolbar { min-height: 32px; }
    html.reference-mode .result-count { margin-top: 4px; font-size: 13px; }
    html.reference-mode .listing-controls { gap: 10px; }
    html.reference-mode .select-wrap::after { right: 12px; }
    html.reference-mode .listing-controls select { min-width: 154px; height: 32px; padding: 0 34px 0 12px; font-size: 8px; }
    html.reference-mode .product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); column-gap: 14px; row-gap: 39px; margin-top: 18px; }
    html.reference-mode .product-media { height: 184px; aspect-ratio: auto; }
    html.reference-mode .product-media img { transform: scale(1.43); transform-origin: center top; }
    html.reference-mode .product-card a:hover .product-media img,
    html.reference-mode .product-card a:focus-visible .product-media img { transform: scale(1.48); }
    html.reference-mode .product-card:nth-child(n+5):nth-child(-n+8) .product-media { height: 180px; }
    html.reference-mode .product-card:nth-child(n+9):nth-child(-n+12) .product-media { height: 160px; }
    html.reference-mode .product-card:nth-child(n+13) .product-media { height: 146px; }
    html.reference-mode .badge { top: 5px; left: 5px; padding: 2px 5px 1px; font-size: 6px; }
    html.reference-mode .product-card:nth-child(n+13) { transform: translateY(-4px); }
    html.reference-mode .product-name { margin: 9px 0 6px; font-size: 8.5px; line-height: 1.35; }
    html.reference-mode .product-price { font-size: 10px; }
    html.reference-mode .pagination { gap: 1px; margin-top: 31px; }
    html.reference-mode .page-button { width: 36px; height: 36px; font-size: 8px; }
    html.reference-mode .page-button[aria-current="page"] { background: transparent; }
    html.reference-mode .page-button[aria-current="page"]::before { position: absolute; z-index: -1; width: 26px; height: 26px; border-radius: 50%; content: ""; background: #2d2d28; }
    html.reference-mode .page-arrow { font-size: 16px; }
    html.reference-mode .footer-main { height: 212px; padding: 29px 0 0; }
    html.reference-mode .footer-main::before, html.reference-mode .footer-main::after { top: -119px; height: 156px; }
    html.reference-mode .footer-grid { width: 907px; grid-template-columns: 210px 1fr 1fr 1fr; gap: 81px; }
    html.reference-mode .footer-brand .brand { margin-bottom: 18px; }
    html.reference-mode .footer-brand p { margin: 0 0 13px; font-size: 8px; line-height: 1.8; }
    html.reference-mode .socials { gap: 4px; }
    html.reference-mode .socials a { width: 22px; height: 22px; font-size: 8px; }
    html.reference-mode .footer-column h2 { margin: 3px 0 13px; font-size: 8px; }
    html.reference-mode .footer-column a { min-height: 20px; font-size: 7.5px; }
    html.reference-mode .copyright { min-height: 0; height: 34px; font-size: 6px; }
    html.reference-mode .to-top { right: 35px; bottom: 9px; width: 42px; height: 42px; font-size: 10px; }
