:root {
  --ink:#382d34; --muted:#796a74; --rose:#a72d56; --rose-dark:#79203f;
  --header:#3b2b34; --page:#f5eff2; --surface:#fffafc; --tint:#f1e2e9;
  --line:#dfced6; --gutter:clamp(16px,2.5vw,52px);
  --font:"Meiryo","Hiragino Sans","Noto Sans JP",sans-serif;
}
* { box-sizing:border-box; letter-spacing:0; }
[hidden] { display:none!important; }
html { scroll-behavior:smooth; scroll-padding-top:72px; }
body { margin:0; background:var(--page); color:var(--ink); font:16px/1.7 var(--font); overflow-anchor:none; }
button,input,select { font:inherit; color:inherit; }
button { cursor:pointer; border:0; }
button,a { -webkit-tap-highlight-color:transparent; }
a { color:inherit; text-decoration:none; }
svg { width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; flex:none; }
.icon-library { position:absolute; width:0; height:0; overflow:hidden; }
:is(button,a,input,select,summary):focus-visible { outline:3px solid #ab3a66; outline-offset:3px; }
h1,h2,p { margin-top:0; }
h1 { font-size:28px; line-height:1.65; overflow-wrap:anywhere; }
h2 { font-size:23px; line-height:1.5; overflow-wrap:anywhere; }
.skip-link { position:fixed; top:-80px; left:16px; z-index:40; background:white; padding:12px 18px; }
.skip-link:focus { top:8px; }
.site-header { background:var(--header); color:white; border-top:3px solid #bd587d; }
.header-inner { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:14px var(--gutter); }
.brand { display:flex; align-items:center; gap:13px; flex:none; }
.brand-mark { display:grid; place-items:center; width:44px; height:44px; border:1px solid #c16b8b; border-radius:5px; background:#a72d56; font-size:16px; font-weight:800; }
.brand-copy { font-size:25px; font-weight:750; line-height:1.3; }
.brand-copy i,.footer-brand i { font-family:Georgia,serif; color:#eed0dd; font-weight:500; }
.header-nav { display:flex; gap:4px; align-items:center; }
.header-nav a { display:flex; align-items:center; min-height:44px; padding:8px 16px; font-size:14px; color:#ead9e1; border-bottom:2px solid transparent; white-space:nowrap; }
.header-nav a:hover,.header-nav a[aria-current] { color:white; border-color:#d597b1; background:#513b48; }
.icon-button { display:grid; place-items:center; flex:none; width:48px; height:48px; border:1px solid #bc9baa; background:#fff; color:#80546a; border-radius:5px; }
.mobile-search-toggle { display:none; }
.search-strip { background:#fff8fb; border-bottom:1px solid var(--line); padding:16px var(--gutter) 12px; }
.search-line { display:flex; align-items:stretch; gap:10px; }
.search-field { min-width:0; flex:1; display:flex; border:1px solid #bc9baa; background:white; border-radius:5px; }
.search-field input { width:100%; min-width:0; border:0; background:none; padding:11px 15px; font-size:16px; }
.search-field input:focus { outline:none; }
.search-field:focus-within { outline:2px solid #b95b80; outline-offset:2px; }
.search-submit,.solid-button,.primary-action { display:inline-flex; align-items:center; justify-content:center; gap:12px; min-height:48px; padding:11px 25px; background:var(--rose); color:#fff; border:1px solid #8c2647; border-radius:5px; font-size:15px; font-weight:700; line-height:1.5; }
:is(.search-submit,.solid-button,.primary-action):hover { background:var(--rose-dark); }
.primary-action { margin-top:20px; width:100%; background:#b51d46; }
.mgs-action { background:#345d86; border-color:#294e75; }
.mgs-action:hover { background:#244765; }
.filter-toggle { position:relative; }
.filter-toggle[aria-expanded="true"] { background:#edd6e1; border-color:#a95677; }
#filter-count { position:absolute; right:-5px; top:-6px; min-width:22px; border-radius:12px; background:var(--rose); color:white; font-size:12px; }
#search-filters { border-top:1px solid var(--line); padding-top:18px; margin-top:16px; }
.filter-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; align-items:start; }
.filter-picker { min-width:0; border:1px solid #cbb2bd; background:white; border-radius:5px; }
.filter-picker summary { list-style:none; display:flex; align-items:center; gap:12px; cursor:pointer; padding:11px 13px; min-height:48px; font-weight:700; font-size:14px; }
.filter-picker summary::-webkit-details-marker { display:none; }
.filter-picker summary::after { content:'⌄'; color:#8d506a; }
.filter-picker[open] summary { border-bottom:1px solid var(--line); background:#f6e7ee; }
.picker-value { margin-left:auto; color:var(--muted); font-size:13px; font-weight:400; white-space:nowrap; }
.picker-body { padding:10px; }
.picker-search { width:100%; border:1px solid #cbb6c0; border-radius:4px; padding:9px 10px; margin-bottom:8px; font-size:16px; }
.picker-options { max-height:240px; overflow:auto; display:grid; gap:2px; }
.picker-options label { display:flex; align-items:center; gap:10px; min-height:44px; padding:7px; font-size:14px; cursor:pointer; }
.picker-options label:hover { background:#f6eaf0; }
.picker-options input { appearance:auto; accent-color:var(--rose); width:17px; height:17px; flex:none; }
.filter-footer { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:10px; margin-top:14px; }
.quiet-button { background:#fffafc; border:1px solid #bda0ae; border-radius:5px; padding:10px 16px; font-size:14px; min-height:44px; }
.quiet-button:hover { background:#f0dfe7; }
.discovery-terms { padding-top:10px; }
.term-line { display:flex; align-items:center; gap:12px; }
.term-line+.term-line { margin-top:6px; }
.term-label { color:#785365; font-size:12px; flex:none; }
.term-items { display:flex; flex-wrap:wrap; gap:6px 8px; min-width:0; }
.term-items a,.genre-links a { display:inline-flex; align-items:center; border-bottom:1px solid #b794a6; color:#80415c; min-height:32px; font-size:13px; padding:2px 4px; overflow-wrap:anywhere; }
.term-items a:hover,.genre-links a:hover { color:#a72d56; background:#f4e5ec; }
.clear-history { margin-left:auto; background:none; color:#785365; font-size:12px; white-space:nowrap; text-decoration:underline; min-height:36px; }
.site-main { width:100%; padding:0 var(--gutter) 40px; }
.breadcrumb { display:flex; flex-wrap:wrap; gap:9px; align-items:center; color:#816a77; font-size:13px; min-height:48px; }
.breadcrumb a:hover { text-decoration:underline; }
.product-heading { padding:8px 0 22px; }
.product-heading h1 { width:100%; margin-bottom:12px; font-size:24px; line-height:1.6; word-break:normal; line-break:strict; overflow-wrap:anywhere; text-wrap:pretty; }
.title-code { font:inherit; color:#80546a; }
.title-ending { white-space:nowrap; }
.heading-facts { display:flex; gap:8px 18px; flex-wrap:wrap; font-size:14px; color:#795968; }
.heading-facts a { border-bottom:1px solid #bc9daa; }
.product-hero { display:block; min-width:0; width:100%; max-width:var(--package-width,800px); align-self:start; }
.package-image { position:relative; display:block; width:100%; }
.package-image img { display:block; width:100%; height:auto; max-height:600px; object-fit:contain; }
.section-nav { position:sticky; top:0; z-index:10; display:flex; align-items:stretch; background:#fff9fc; border-block:1px solid #d3b5c3; border-bottom:2px solid #a72d56; margin-top:0; }
.section-nav a { display:flex; align-items:center; justify-content:center; flex:1; min-width:0; min-height:50px; padding:12px; font-weight:700; font-size:14px; text-align:center; }
.section-nav a:hover,.section-nav a.active { background:#ead0dc; color:#79203f; }
.section-nav .sticky-home { background:#583448; color:#fff; flex:0 0 60px; }
.section-nav .sticky-home:is(:hover,:focus-visible) { background:#7b4962; color:#fff; box-shadow:inset 0 -3px #f2cbdc; }
.label-small { display:none; }
.section-panel { padding:28px 0; margin-top:8px; border-bottom:1px solid var(--line); }
.section-heading { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px 24px; margin-bottom:20px; }
.section-heading h1,.section-heading h2 { font-size:23px; line-height:1.5; margin:0; font-weight:700; }
.section-heading>span { font-size:12px; color:var(--muted); }
.section-more { display:inline-flex; align-items:center; min-height:44px; font-size:14px; color:#8b3156; border-bottom:1px solid #b68299; }
.section-more:hover { background:#efdee6; }
.package-data-layout { display:grid; grid-template-columns:minmax(0,min(58%,var(--package-width,800px))) minmax(0,1fr); gap:32px; align-items:start; }
.package-data-layout.overview-stacked { grid-template-columns:1fr; gap:24px; }
.overview-stacked .product-hero { margin-inline:auto; }
.legacy-content { font-size:17px; line-height:1.95; overflow-wrap:anywhere; }
.legacy-content p { margin:0 0 1.5em; }
.legacy-content p:last-child { margin-bottom:0; }
.legacy-content ul,.legacy-content ol { padding-inline-start:1.5em; margin:0 0 1.5em; }
.legacy-content li+li { margin-top:.65em; }
.legacy-content blockquote { margin:0 0 1.5em; padding:16px 22px; border-inline-start:3px solid #b47c98; background:#fff9fc; }
.legacy-content a { color:#8b3156; text-decoration:underline; text-underline-offset:3px; }
.legacy-content h3,.legacy-content h4 { font-size:20px; line-height:1.6; margin:1.5em 0 .8em; }
.legacy-content>:last-child,#legacy-body>:last-child { margin-bottom:0; }
@media(max-width:899px){
  .legacy-content { font-size:16px; line-height:1.95; }
}
.product-data,.video-section { min-width:0; }
.product-information { padding-top:24px; }
.product-data .section-heading { margin-bottom:14px; }
.detail-list { margin:0; border-block:1px solid #cfb8c4; background:white; }
.detail-list>div { display:grid; grid-template-columns:104px minmax(0,1fr); min-height:42px; border-bottom:1px solid #e5dbe0; }
.detail-list>div:last-child { border-bottom:0; }
.detail-list>div:nth-child(odd) { background:#f8f4f6; }
.detail-list dt { display:flex; align-items:baseline; padding:10px 12px; color:#6e5b65; font-size:13px; font-weight:700; }
.detail-list dd { margin:0; padding:9px 14px; font-size:15px; line-height:1.6; overflow-wrap:anywhere; }
.detail-list .fact-code dd { font-family:Consolas,monospace; font-weight:700; }
.detail-list .fact-duration dd { font-weight:700; font-variant-numeric:tabular-nums; }
.missing-fact { color:var(--muted); }
.detail-list a { color:#8b3156; text-decoration:underline; text-decoration-color:#c6a4b2; text-underline-offset:4px; }
.genre-links { display:flex; flex-wrap:wrap; gap:8px 12px; }
.genre-links a { font-size:14px; min-height:28px; padding:0; }
.detail-list .genre-links { gap:5px 10px; }
.detail-list .genre-links a { min-height:24px; }
.video-preview { display:block; width:100%; max-width:800px; margin-inline:auto; position:relative; aspect-ratio:16/9; padding:0; overflow:hidden; background:#281e24; border-radius:5px; }
.video-ad-layout { display:grid; grid-template-columns:minmax(0,800px) minmax(260px,1fr); gap:32px; align-items:center; }
.video-ad { width:100%; max-width:336px; justify-self:center; }
.video-ad .ad-body { aspect-ratio:6/5; flex-direction:column; justify-content:center; gap:16px; text-align:center; }
.video-ad .ad-action { margin-left:0; }
.home-ad { margin:28px 0; }
.home-ad .ad-body { min-height:100px; }
.video-preview img { display:block; width:100%; height:100%; object-fit:contain; }
.play-icon { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background:#fff6faf2; display:grid; place-items:center; width:58px; height:58px; border-radius:50%; color:var(--rose); }
.play-icon svg { width:23px; height:23px; fill:currentColor; stroke:none; margin-left:3px; }
.sample-gallery { display:grid; gap:18px; }
.sample-row { display:flex; align-items:flex-start; justify-content:center; gap:18px; }
.sample-link { display:block; min-width:0; flex:1; position:relative; }
.sample-link img { display:block; width:100%; height:auto; }
.sample-link:hover { outline:2px solid #bb6e8b; outline-offset:2px; }
.ratio-portrait { flex:.69375; }
.ratio-landscape { flex:1.498127; }
.ratio-wide { flex:1.777778; }
#sample-rest { margin-top:18px; }
.samples-toggle { display:flex; align-items:center; justify-content:center; margin:24px auto 0; width:100%; max-width:420px; font-weight:700; }
.performer-heading>div { display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.section-count { font-size:13px; color:#95647b; }
.performer-work-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:22px; }
.performer-work-grid>.work-card { grid-column:span 2; }
.performer-work-grid[data-count="1"]>.work-card { grid-column:span 6; }
.performer-work-grid[data-count="2"]>.work-card,.performer-work-grid[data-count="4"]>.work-card { grid-column:span 3; }
.performer-work-grid[data-count="5"]>.work-card:nth-child(n+4) { grid-column:span 3; }
.work-card { display:flex; flex-direction:column; min-width:0; overflow:hidden; border:1px solid #d4b9c6; border-radius:5px; background:#fff; }
.work-card:hover { border-color:#a84e73; box-shadow:0 3px 8px #5a193714; }
.work-cover { display:block; position:relative; width:100%; aspect-ratio:800/536; overflow:hidden; background:#e7dae1; }
.work-cover img { display:block; width:100%; height:100%; object-fit:contain; }
.work-cover .portrait-cover { object-fit:contain; }
.work-info { display:flex; flex-direction:column; gap:9px; padding:15px; flex:1; min-width:0; }
.work-name { font-size:16px; font-weight:700; line-height:1.6; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; min-height:4.8em; overflow-wrap:anywhere; }
.work-meta { display:flex; align-items:center; justify-content:space-between; gap:8px; margin-top:auto; }
.work-code-small { font:12px/1.5 Consolas,monospace; color:#876a79; }
.service-label { font-size:11px; color:#a82953; border:1px solid #d596ae; border-radius:3px; padding:1px 6px; background:#fbedf3; white-space:nowrap; }
.service-mgs { color:#3c597e; border-color:#a1b5ce; background:#eef3fa; }
.work-action { display:flex; align-items:center; justify-content:space-between; gap:8px; border-top:1px solid #e8dbe1; padding-top:10px; font-size:13px; color:#953a60; }
.work-action svg { width:15px; height:15px; }
.work-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.work-grid:has(>.work-card:only-child) { grid-template-columns:1fr; }
.work-grid:has(>.work-card:last-child:nth-child(2)) { grid-template-columns:repeat(2,minmax(0,480px)); justify-content:center; }
.results-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; }
#home-products { grid-template-columns:repeat(12,minmax(0,1fr)); }
.carousel { --slide-gap:22px; --edge-peek:56px; --slides-visible:3; --slide-size:calc((100% - var(--edge-peek)*2)/3); position:relative; }
.carousel-window { position:relative; }
.carousel-window::before,.carousel-window::after { content:''; position:absolute; top:0; bottom:0; width:var(--edge-peek); z-index:2; pointer-events:none; }
.carousel-window::before { left:0; background:linear-gradient(to right,#ffffffb8,#ffffff66); }
.carousel-window::after { right:0; background:linear-gradient(to left,#ffffffb8,#ffffff66); }
.carousel-viewport { overflow:hidden; }
.carousel-track { display:flex; touch-action:pan-y pinch-zoom; }
.carousel-slide { flex:0 0 var(--slide-size); min-width:0; padding-inline:calc(var(--slide-gap)/2); display:flex; }
.carousel-slide>.work-card { width:100%; }
.carousel[data-static="true"] .carousel-window::before,.carousel[data-static="true"] .carousel-window::after { display:none; }
.carousel[data-static="true"] .carousel-track { display:grid; grid-template-columns:repeat(var(--static-columns),minmax(0,1fr)); transform:none!important; }
.carousel[data-static="true"] .carousel-slide { transform:none!important; }
.carousel[data-static="true"] .carousel-controls { display:none; }
.carousel-controls { display:flex; justify-content:flex-end; align-items:center; gap:8px; padding-top:14px; }
.carousel-controls button { width:44px; height:44px; }
.carousel-controls button:hover { background:#ebd4df; }
.carousel-prev svg { transform:rotate(180deg); }
.carousel-progress { margin-right:auto; font-size:12px; color:var(--muted); font-variant-numeric:tabular-nums; }
.carousel-controls button:disabled { opacity:.4; cursor:default; }
.carousel [data-playing="true"] { background:#ecd6e1; }
.home-feature { padding-top:28px; }
.home-feature .section-heading { padding-bottom:12px; border-bottom:1px solid #b9879e; }
.home-feature .work-name { -webkit-line-clamp:2; min-height:3.2em; }
.pagination { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:8px; padding-top:28px; }
.pagination a,.pagination span { display:grid; place-items:center; min-width:44px; min-height:44px; padding:8px 13px; border:1px solid #c6a8b7; background:white; border-radius:4px; font-size:14px; }
.pagination [aria-current] { background:var(--rose); color:white; border-color:var(--rose); }
.ad-label { font-size:12px; color:#947d89; display:block; margin-bottom:5px; }
.bottom-ad { margin:24px 0; }
.ad-body { width:100%; display:flex; align-items:center; gap:20px; min-height:86px; border:1px solid #cfb9c4; background:#e9dfe4; border-radius:5px; padding:18px 24px; text-align:left; color:#79616e; }
.ad-mark { display:grid; place-items:center; border:1px solid #b795a5; border-radius:4px; width:43px; height:43px; flex:none; font-size:12px; }
.ad-body strong { display:block; font-size:16px; font-weight:600; }
.ad-action { margin-left:auto; display:flex; align-items:center; gap:8px; font-size:13px; }
.ad-body svg { width:15px; height:15px; }
.bottom-ad { max-width:850px; margin-inline:auto; }
.bottom-ad .ad-body { justify-content:center; text-align:center; flex-direction:column; gap:5px; }
.bottom-ad .ad-body>span { display:flex; align-items:center; gap:10px; font-size:13px; }
.article-navigation { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:24px; }
.article-navigation a { display:flex; align-items:center; gap:15px; min-width:0; padding:16px; border:1px solid var(--line); background:#fff9fc; border-radius:5px; }
.article-navigation img { width:110px; height:74px; object-fit:contain; background:#e9dfe4; }
.article-navigation span { min-width:0; font-size:14px; overflow-wrap:anywhere; }
.article-navigation small { display:block; color:#927684; margin-bottom:6px; }
.article-navigation .nav-title { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.browse-page { padding:16px 0 32px; min-height:55vh; }
.page-heading { margin-bottom:22px; }
.page-heading h1 { font-size:28px; margin:0 0 5px; }
.page-heading p { color:var(--muted); font-size:13px; margin:0; }
.directory-heading,.results-heading { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.directory-search { display:flex; gap:10px; align-items:center; width:100%; max-width:420px; border:1px solid #bc98a9; background:#fff; border-radius:5px; padding:10px 14px; }
.directory-search input { min-width:0; flex:1; border:0; background:none; outline:none; font-size:16px; }
.directory-search:focus-within { outline:2px solid #b95b80; }
.directory-search svg { color:#a87c90; }
.letter-index { display:flex; flex-wrap:wrap; gap:5px; border-block:1px solid var(--line); padding:12px 0; margin:0 0 12px; }
.letter-index a { display:grid; place-items:center; min-width:42px; height:44px; border:1px solid #d5bdc8; background:#fff8fc; border-radius:3px; font-size:15px; color:#8c4565; }
.letter-index a:hover { background:var(--rose); color:white; }
.directory-groups { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); column-gap:28px; align-items:start; }
.directory-group { display:grid; grid-template-columns:28px minmax(0,1fr); gap:10px; border-bottom:1px solid var(--line); padding:12px 0; scroll-margin-top:8px; }
.directory-group h2 { font-size:22px; margin:6px 0 0; color:#944264; font-weight:600; }
.directory-names { display:grid; grid-template-columns:repeat(auto-fit,minmax(155px,1fr)); gap:2px 14px; }
.directory-names a { display:flex; align-items:center; justify-content:space-between; gap:10px; min-height:44px; padding:7px 9px; font-size:15px; border-radius:3px; color:#653e50; }
.directory-names a:hover { background:#ebd4df; text-decoration:underline; }
.directory-names .name-count { color:#9a7a8a; flex:none; font-size:12px; }
.directory-names .name-label { overflow-wrap:anywhere; }
.sort-control { font-size:13px; color:#876776; display:flex; align-items:center; gap:9px; flex:none; }
.sort-control select { min-height:44px; padding:8px 12px; border:1px solid #c7a5b4; border-radius:4px; background:#fff; }
.active-filters { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:22px; }
.active-filters a { display:flex; align-items:center; gap:12px; background:#f0d9e4; color:#873a5a; border:1px solid #d4a2b8; border-radius:4px; padding:8px 12px; min-height:44px; font-size:13px; }
.active-filters svg { width:13px; height:13px; }
.empty-message { padding:40px 22px; text-align:center; background:#f7eef3; color:#8b6074; }
.empty-message h2 { font-size:19px; }
.empty-message p { font-size:15px; }
.empty-message .solid-button { margin-top:10px; }
.site-footer { background:#49313e; border-top:3px solid #b45b7d; padding:30px var(--gutter); color:#e3cbd6; }
.footer-brand { font-size:23px; font-weight:700; color:#fff; }
.site-footer nav { display:flex; gap:8px 24px; flex-wrap:wrap; margin-top:16px; }
.site-footer nav button { background:none; color:#dbbccc; padding:7px 0; min-height:44px; font-size:14px; }
.site-footer nav button:hover { text-decoration:underline; }
.footer-bottom { display:flex; gap:20px; align-items:center; flex-wrap:wrap; margin-top:20px; border-top:1px solid #745265; padding-top:18px; font-size:12px; color:#c8a8b9; }
.footer-bottom a { margin-left:auto; color:#ead5df; min-height:44px; display:flex; align-items:center; }
dialog { max-width:calc(100vw - 32px); width:440px; border:1px solid #b97a96; border-radius:6px; padding:22px; background:#fffafc; color:var(--ink); box-shadow:0 18px 70px #35172d66; }
dialog::backdrop { background:#2a172bcc; }
dialog header { display:flex; align-items:center; gap:16px; justify-content:space-between; }
dialog h2 { font-size:18px; margin:0; }
dialog header button { width:44px; height:44px; display:grid; place-items:center; background:#f0dfe7; border-radius:4px; flex:none; }
dialog p { font-size:15px; overflow-wrap:anywhere; margin-top:18px; }
@media(min-width:1800px) {
  .directory-groups { grid-template-columns:repeat(4,minmax(0,1fr)); }
}
@media(min-width:1600px) {
  .video-ad { max-width:970px; }
  .video-ad .ad-body { aspect-ratio:970/250; flex-direction:row; text-align:left; }
  .video-ad .ad-action { margin-left:auto; }
}
@media(min-width:768px) {
  .work-grid>.work-card:only-child { flex-direction:row; align-items:center; }
  .work-grid>.work-card:only-child .work-cover { width:28%; max-width:240px; flex:none; }
  .work-grid>.work-card:only-child .work-name { min-height:0; }
}
@media(max-width:1199px) {
  .results-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .carousel { --edge-peek:36px; --slide-gap:16px; }
  .directory-groups { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:899px) {
  .video-ad-layout { grid-template-columns:1fr; gap:22px; }
  .video-ad { max-width:none; }
  .video-ad .ad-body { aspect-ratio:auto; min-height:100px; flex-direction:row; text-align:left; }
  .video-ad .ad-action { margin-left:auto; }
  .package-data-layout { grid-template-columns:1fr; gap:24px; }
  .product-hero { margin-inline:auto; }
  .brand-copy { font-size:22px; }
  .header-inner { gap:14px; }
  .header-nav a { padding:8px 10px; font-size:13px; }
  .filter-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .work-info { padding:12px; }
  .work-name { font-size:14px; }
  .directory-heading { align-items:flex-start; flex-direction:column; gap:14px; }
}
@media(max-width:767px) {
  :root { --gutter:18px; }
  .header-inner { flex-wrap:wrap; padding:11px var(--gutter) 0; gap:8px; }
  .brand { flex:1; }
  .brand-mark { width:36px; height:36px; font-size:13px; }
  .brand-copy { font-size:22px; }
  .mobile-search-toggle { display:grid; width:44px; height:44px; color:#f3d7e3; background:#513b48; border-color:#856177; }
  .header-nav { order:3; flex:0 0 100%; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0; }
  .header-nav a { justify-content:center; font-size:13px; padding:7px 4px; min-height:42px; }
  .search-strip { display:none; }
  .search-strip.mobile-search-open { display:block; }
  .search-line { gap:7px; }
  .search-field input { padding:10px; }
  .search-submit { padding:10px 17px; }
  .discovery-terms .term-line { align-items:flex-start; flex-wrap:wrap; gap:5px 10px; }
  .term-items a { min-height:36px; }
  .term-label { padding-top:7px; }
  .clear-history { min-height:40px; }
  h1 { font-size:23px; line-height:1.65; }
  .product-heading h1 { font-size:22px; }
  .product-heading { padding:6px 0 18px; }
  .heading-facts { font-size:13px; }
  .section-nav a { padding:9px 4px; font-size:12px; line-height:1.5; min-height:48px; }
  .section-nav .label-wide { display:none; }
  .section-nav .label-small { display:inline; }
  .section-nav .sticky-home { flex-basis:38px; }
  .section-nav svg { width:17px; height:17px; }
  .section-panel { padding:22px 0; margin-top:0; }
  .section-heading h1,.section-heading h2 { font-size:21px; }
  .detail-list>div { grid-template-columns:88px minmax(0,1fr); }
  .detail-list dt { padding:11px 9px; font-size:12px; }
  .detail-list dd { padding:11px 12px; font-size:14px; }
  .sample-row { display:block; }
  .sample-row .sample-link+.sample-link { margin-top:16px; }
  .sample-gallery { gap:16px; }
  .performer-work-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px 12px; }
  .performer-work-grid[data-count]>.work-card:nth-child(n) { grid-column:span 1; }
  .performer-work-grid[data-count="1"]>.work-card:first-child,.performer-work-grid[data-count="3"]>.work-card:last-child,.performer-work-grid[data-count="5"]>.work-card:last-child { grid-column:span 2; }
  .work-grid,.work-grid:has(>.work-card:last-child:nth-child(2)) { grid-template-columns:1fr; gap:18px; }
  .results-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px 12px; }
  .work-info { padding:12px 10px; }
  .work-code-small { font-size:11px; }
  .service-label { padding:1px 4px; }
  .carousel { --slide-gap:12px; --edge-peek:28px; --slides-visible:1; --slide-size:calc(100% - var(--edge-peek)*2); }
  .carousel .work-name { font-size:15px; }
  .article-navigation { gap:12px; }
  .article-navigation a { flex-direction:column; align-items:stretch; gap:10px; padding:10px; }
  .article-navigation img { width:100%; height:auto; aspect-ratio:800/536; }
  .ad-body { padding:15px; gap:12px; }
  .ad-body strong { font-size:14px; }
  .ad-mark { display:none; }
  .ad-action { font-size:12px; }
  .directory-group { grid-template-columns:28px minmax(0,1fr); gap:8px; }
  .directory-groups { grid-template-columns:1fr; }
  .directory-names { grid-template-columns:repeat(auto-fill,minmax(135px,1fr)); gap:0 10px; }
  .directory-names a { font-size:14px; padding:7px 5px; }
  .directory-group h2 { font-size:20px; }
  .page-heading h1 { font-size:25px; }
  .results-heading { align-items:flex-start; flex-direction:column; gap:15px; }
  .sort-control { align-self:flex-end; }
  .footer-bottom { gap:8px 20px; }
  .footer-bottom a { margin-left:0; }
}
@media(max-width:480px) {
  .filter-grid { grid-template-columns:1fr; }
  .filter-footer { justify-content:stretch; }
  .filter-footer .solid-button { flex:1; padding:10px; }
  .directory-names { grid-template-columns:1fr; }
}
@media(max-width:359px) {
  :root { --gutter:12px; }
  .brand { gap:8px; }
  .brand-copy { font-size:20px; }
  .header-nav a { font-size:12px; }
  .search-field input { font-size:16px; }
  .search-submit { padding:10px 12px; }
  .filter-toggle { width:44px; }
  .performer-work-grid,.results-grid { grid-template-columns:1fr; }
  .performer-work-grid[data-count]>.work-card:nth-child(n) { grid-column:span 1; }
  .section-heading h1,.section-heading h2 { font-size:19px; }
  .section-nav a { font-size:11px; padding-inline:2px; }
  .work-name { font-size:15px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
}

/* WordPress integration: the approved composition remains the default. */
.screen-reader-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.a4ut-site { overflow-x:clip; }
.a4ut-site .site-header { position:relative; z-index:30; }
.a4ut-site.a4ut-fixed-header .site-header { position:sticky; top:0; }
.a4ut-site.admin-bar.a4ut-fixed-header .site-header { top:32px; }
.a4ut-site.a4ut-fixed-header .section-nav { top:var(--header-height,80px); }
.a4ut-site.admin-bar .section-nav { top:32px; }
.a4ut-site.admin-bar.a4ut-fixed-header .section-nav { top:calc(var(--header-height,80px) + 32px); }
.a4ut-site.a4ut-static-nav .section-nav { position:static; }
.a4ut-site .header-nav { list-style:none; margin:0; padding:0; }
.a4ut-site .header-nav li { list-style:none; }
.a4ut-menu { display:flex; align-items:center; gap:8px 20px; flex-wrap:wrap; list-style:none; padding:0; margin:0; }
.a4ut-menu li { list-style:none; padding:0; margin:0; }
.header-nav .a4ut-menu { gap:4px; }
.header-nav:has(.a4ut-menu) { display:block; }
.brand .custom-logo { width:44px; height:44px; object-fit:contain; }
.filter-select { display:flex; flex-direction:column; gap:6px; min-width:0; font-size:14px; }
.filter-select select { width:100%; min-width:0; min-height:48px; padding:10px 12px; background:#fff; border:1px solid var(--line); border-radius:5px; }
.filter-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
.a4ut-site #home-products { grid-template-columns:repeat(var(--home-cols-desktop,4),minmax(0,1fr)); }
.a4ut-site .video-preview iframe,.a4ut-site .video-preview video { display:block; position:static; width:100%; height:100%; max-width:none; margin:0; border:0; object-fit:contain; }
.a4ut-site .video-preview:has(iframe) { aspect-ratio:16/9; min-height:0; padding:0; overflow:visible; }
.video-link { display:flex; align-items:center; justify-content:center; width:100%; height:100%; color:#fff; gap:12px; }
.a4ut-site .video-ad-layout:not(:has(>.video-ad)) { grid-template-columns:1fr; }
.a4ut-ad { min-width:0; text-align:center; }
.a4ut-ad img { max-width:100%; height:auto; vertical-align:middle; object-fit:contain; }
.a4ut-ad iframe { max-width:100%; border:0; }
.a4ut-ad ul,.a4ut-ad li { list-style:none; margin:0; padding:0; }
.a4ut-site .sample-gallery { grid-template-columns:repeat(2,minmax(0,1fr)); align-items:start; }
.a4ut-site .sample-link:last-child:nth-child(odd) { grid-column:1/-1; max-width:800px; width:100%; justify-self:center; }
.a4ut-site #sample-rest { margin-top:18px; }
.a4ut-site .sample-link img { object-fit:contain; max-height:600px; }
.a4ut-site .legacy-content { width:100%; }
.legacy-content img,.plain-content img { max-width:100%; height:auto; }
.legacy-content iframe,.plain-content iframe { max-width:100%; }
.legacy-content .wp-block-image { margin-inline:0; }
.a4ut-site .next-article:only-child { grid-column:2; }
.a4ut-site .site-footer nav { list-style:none; }
.a4ut-site .site-footer nav li { list-style:none; }
.a4ut-site .site-footer nav a { display:inline-flex; min-height:44px; align-items:center; font-size:14px; }
.a4ut-site .site-footer nav a:hover { text-decoration:underline; }
.footer-count { display:flex; flex-wrap:wrap; gap:8px 24px; font-size:13px; padding-top:16px; }
.footer-count b { font-variant-numeric:tabular-nums; margin-left:7px; font-weight:500; }
.plain-content { padding:32px 0; min-height:55vh; overflow-wrap:anywhere; }
.plain-content h1 { margin-bottom:24px; }
.plain-content h2 { margin:32px 0 16px; }
.plain-content p { margin-bottom:1.5em; }
.plain-content a:not(.solid-button):not(.quiet-button) { color:var(--rose); text-decoration:underline; }
.plain-content input:not([type=checkbox]):not([type=radio]),.plain-content textarea { max-width:100%; border:1px solid var(--line); padding:10px; border-radius:4px; }
.plain-content table { border-collapse:collapse; width:100%; }
.plain-content th,.plain-content td { padding:10px; border:1px solid var(--line); text-align:left; }
.not-found { min-height:55vh; padding:44px 0; }
.not-found-actions { display:grid; gap:14px; max-width:420px; }
.not-found-actions>a { display:flex; align-items:center; justify-content:center; gap:12px; }
.age-actions { display:grid; gap:12px; margin-top:20px; text-align:center; }
.age-policy { display:flex; flex-wrap:wrap; gap:8px 16px; font-size:12px; }
.age-policy a { text-decoration:underline; }
.age-noscript { padding:16px; text-align:center; }
.a4ut-site section[id] { scroll-margin-top:70px; }
.a4ut-site.a4ut-fixed-header section[id] { scroll-margin-top:calc(var(--header-height,80px) + 70px); }
@media(max-width:1199px) {
  .a4ut-site #home-products { grid-template-columns:repeat(var(--home-cols-tablet,3),minmax(0,1fr)); }
  .filter-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:782px) {
  .a4ut-site.admin-bar.a4ut-fixed-header .site-header { top:46px; }
  .a4ut-site.admin-bar .section-nav { top:46px; }
  .a4ut-site.admin-bar.a4ut-fixed-header .section-nav { top:calc(var(--header-height,80px) + 46px); }
}
@media(max-width:767px) {
  .header-nav .a4ut-menu { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); }
  .a4ut-site .header-inner { padding-bottom:10px; }
  .a4ut-site #home-products { grid-template-columns:repeat(var(--home-cols-mobile,2),minmax(0,1fr)); }
  .a4ut-site .sample-gallery { grid-template-columns:1fr; }
  .a4ut-site .sample-link { grid-column:auto!important; }
  .a4ut-site .section-nav a { font-size:12px; padding-inline:3px; }
  .a4ut-site .section-nav .sticky-home { flex-basis:34px; }
}
@media(max-width:480px) { .filter-grid { grid-template-columns:1fr; } }
@media(max-width:600px) {
  .a4ut-site.admin-bar.a4ut-fixed-header .site-header { top:0; }
  .a4ut-site.admin-bar .section-nav { top:0; }
  .a4ut-site.admin-bar.a4ut-fixed-header .section-nav { top:var(--header-height,80px); }
}
