/* ==========================================================================
   adssweep — "Neo-brutalist sweep"
   cream / brown / sweep orange (logo palette) · Dela Gothic One + M PLUS 1p + IBM Plex Mono (ja)
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=M+PLUS+1p:wght@400;500;700;800&family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;1,400&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --cream: #FDF5E6;      /* cream tint of logo #f8dea3 */
  --cream-2: #F9E7C4;    /* deeper cream band */
  --sand: #f8dea3;       /* logo cream */
  --brown: #5a290d;      /* logo dark brown */
  --brown-deep: #3F1C08;
  --graphite: #6E3A17;
  --orange: #f27822;     /* logo orange */
  --orange-deep: #D9620F;
  --orange-soft: #eb7925;
  --muted: #7A5A45;
  --white: #FFFFFF;

  --rule: 3px solid var(--brown);
  --rule-thin: 2px solid var(--brown);
  --shadow: 6px 6px 0 var(--brown);
  --shadow-sm: 4px 4px 0 var(--brown);

  --f-display: "Space Grotesk", "Arial Narrow", Arial, sans-serif;
  --f-text: "IBM Plex Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --f-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;
  --f-strong: var(--f-display);

  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-base: 1.0625rem;
  --fs-md: 1.25rem;
  --fs-lg: clamp(1.375rem, 1.1rem + 1vw, 1.75rem);
  --fs-xl: clamp(1.75rem, 1.2rem + 2.2vw, 2.75rem);
  --fs-2xl: clamp(2.25rem, 1.3rem + 3.8vw, 4rem);
  --fs-hero: clamp(2.5rem, 1rem + 6.4vw, 6.25rem);

  --shell: 1240px;
  --gutter: clamp(16px, 4vw, 40px);
  --band: clamp(72px, 9vw, 136px);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html,body{overflow-x:hidden;max-width:100%}
@supports (overflow-x: clip) { html, body { overflow-x: clip; } } /* keeps the sticky rail working */
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--brown);
  font-family: var(--f-text);
  font-size: var(--fs-base);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
svg { flex-shrink: 0; }
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 700; line-height: 1.05; letter-spacing: -0.02em; margin: 0; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--orange-deep); }
:focus-visible { outline: 3px solid var(--brown); outline-offset: 3px; box-shadow: 0 0 0 6px var(--orange); }
address { font-style: normal; }
button, input, textarea { font: inherit; color: inherit; }

/* ---------- Japanese typography (index.php is lang="ja") ---------- */
html:lang(ja) {
  --f-display: "Dela Gothic One", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --f-text: "M PLUS 1p", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --f-strong: "M PLUS 1p", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
:lang(ja) body { line-height: 1.9; line-break: strict; overflow-wrap: break-word; font-feature-settings: "palt" 0; }
:lang(ja) h1, :lang(ja) h2, :lang(ja) h3, :lang(ja) h4 { font-weight: 400; font-synthesis: none; letter-spacing: .01em; line-height: 1.35; word-break: auto-phrase; }
:lang(ja) p { text-wrap: pretty; }
:lang(ja) .btn { font-family: var(--f-strong); font-weight: 800; letter-spacing: .02em; }
:lang(ja) .pull-line { font-family: var(--f-strong); font-weight: 700; line-height: 1.75; letter-spacing: 0; }
:lang(ja) .art-standout { font-family: var(--f-strong); font-weight: 700; line-height: 1.8; }
:lang(ja) .rev-quote, :lang(ja) .tst-item blockquote { font-family: var(--f-strong); font-weight: 700; line-height: 1.65; letter-spacing: 0; }
:lang(ja) .faq-list summary { font-family: var(--f-strong); font-weight: 700; line-height: 1.55; }
:lang(ja) .art-pull p { line-height: 1.5; letter-spacing: .01em; max-width: 30em; font-weight: 400; }
:lang(ja) .pr-amount { font-weight: 400; }
:lang(ja) .hero h1 { font-size: clamp(2rem, 1.05rem + 3.7vw, 4.25rem); line-height: 1.25; letter-spacing: .01em; max-width: 18em; }
:lang(ja) .hero-lead { line-height: 1.85; }
:lang(ja) .sh { font-size: clamp(1.75rem, 1.15rem + 2.4vw, 3rem); letter-spacing: .01em; }
:lang(ja) .sh-sub, :lang(ja) .cta-copy { line-height: 1.85; }
:lang(ja) .art-head h2 { max-width: 24em; font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.35rem); }
:lang(ja) .art-sec p { max-width: 42em; }
:lang(ja) .feat-txt h3 { max-width: 20em; }
:lang(ja) .cta-plate h2 { max-width: 16em; font-size: clamp(1.75rem, 1.1rem + 2.6vw, 3.1rem); }
:lang(ja) .stp-n::before { content: "STEP "; }
:lang(ja) .adv-bar, :lang(ja) .hero-note, :lang(ja) .pr-terms, :lang(ja) .pr-note, :lang(ja) .cta-disclaimer, :lang(ja) .byline-meta, :lang(ja) .foot-bottom, :lang(ja) .cta-badge, :lang(ja) .art-plate figcaption, :lang(ja) .rev-link { font-family: var(--f-text); }
:lang(ja) .adv-bar { letter-spacing: .2em; font-weight: 700; }
:lang(ja) .hero-meta, :lang(ja) .rev-who, :lang(ja) .tst-who, :lang(ja) .art-toc-h, :lang(ja) .art-side-h { letter-spacing: .04em; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.vh { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--orange); color: var(--brown); border: var(--rule); padding: 8px 14px; font-weight: 600; }
.skip-link:focus { top: 12px; }

.shell { width: 100%; max-width: var(--shell); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 10px 20px;
  font-family: var(--f-display); font-weight: 700; font-size: 1rem; letter-spacing: 0;
  text-decoration: none; text-align: center; line-height: 1.2;
  border: var(--rule); border-radius: 0; cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.btn svg { width: 20px; height: 20px; }
.btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--brown); }
.btn:active { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--brown); }
.btn-solid, .btn-dark { background: var(--brown); color: var(--cream); }
.btn-solid { box-shadow: 4px 4px 0 var(--orange); border-color: var(--brown); }
.btn-solid:hover { box-shadow: 6px 6px 0 var(--orange); }
.btn-dark { box-shadow: 4px 4px 0 var(--cream); }
.btn-dark:hover { box-shadow: 6px 6px 0 var(--cream); }
.btn-accent { background: var(--orange); color: var(--brown); }
.btn-line { background: var(--cream); color: var(--brown); }
.btn-ghost { background: transparent; color: var(--cream); border-color: var(--cream); box-shadow: 4px 4px 0 var(--orange); }
.btn-ghost:hover { box-shadow: 6px 6px 0 var(--orange); }
.btn-lg { min-height: 58px; padding: 14px 28px; font-size: 1.125rem; }

/* ---------- topbar + header ---------- */
.adv-bar {
  background: var(--brown); color: var(--sand);
  font-family: var(--f-mono); font-size: var(--fs-xs); letter-spacing: .12em; text-transform: uppercase;
  text-align: center; padding: 7px var(--gutter);
}
.site-header { position:static; background: var(--cream); border-bottom: var(--rule); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 84px; padding-top: 14px; padding-bottom: 14px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 1; min-width: 0; }
.brand img { height: 52px; width: auto; max-width: 100%; }

/* ---------- hero ---------- */
.hero { position: relative; isolation: isolate; min-height: min(92vh, 880px); display: flex; align-items: flex-end; color: var(--cream); border-bottom: var(--rule); overflow: hidden; background: var(--brown); }
.hero-media { position: absolute; inset: 0; margin: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(47,20,5,.25) 0%, rgba(47,20,5,.45) 38%, rgba(47,20,5,.92) 100%),
    linear-gradient(90deg, rgba(47,20,5,.55) 0%, rgba(47,20,5,0) 70%); }
.hero-shell { padding-top: clamp(120px, 18vh, 220px); padding-bottom: clamp(40px, 6vw, 72px); }
.hero-copy { max-width: 1080px; }
.hero h1 { font-size: var(--fs-hero); line-height: .95; letter-spacing: -0.035em; max-width: 14ch; text-wrap: balance; overflow-wrap: break-word; hyphens: auto; }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 24px 0 32px; font-family: var(--f-mono); font-size: var(--fs-sm); letter-spacing: .06em; text-transform: uppercase; }
.hero-node { display: inline-grid; place-items: center; width: 32px; height: 32px; background: var(--orange); color: var(--brown); border: 2px solid var(--brown); }
.hero-node svg { width: 18px; height: 18px; }
.hero-sep { color: var(--orange); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(20px, 3vw, 40px); align-items: end; }
.hero-lead { font-size: var(--fs-md); line-height: 1.55; max-width: 58ch; margin: 0; color: #FBEBD0; }
.hero-act { background: var(--orange); color: var(--brown); border: var(--rule); box-shadow: 6px 6px 0 var(--cream); padding: clamp(20px, 2.4vw, 28px); }
.hero-act .btn { width: 100%; }
.hero-note { margin: 14px 0 0; font-family: var(--f-mono); font-size: var(--fs-xs); line-height: 1.5; }

/* ---------- standfirst ---------- */
.standfirst-band { border-bottom: var(--rule); background: var(--cream); }
.standfirst { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); align-items: end; padding: clamp(48px, 6vw, 88px) 0; }
.pull-line { font-family: var(--f-display); font-weight: 500; font-size: var(--fs-lg); line-height: 1.35; letter-spacing: -0.01em; margin: 0; }
.byline { display: flex; gap: 14px; align-items: flex-start; border-top: var(--rule); padding-top: 16px; }
.byline-mark { display: grid; place-items: center; width: 44px; height: 44px; background: var(--brown); color: var(--orange); flex-shrink: 0; }
.byline-mark svg { width: 22px; height: 22px; }
.byline-name { font-weight: 600; margin: 0 0 4px; }
.byline-meta { font-family: var(--f-mono); font-size: var(--fs-xs); color: var(--muted); line-height: 1.5; margin: 0; }

/* ---------- article ---------- */
.art { padding: var(--band) 0; }
.art-layout { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); }
.art-rail { position: relative; }
.art-rail-track { position: sticky; top: 32px; height: calc(100vh - 64px); width: 6px; margin: 0 auto; background: var(--cream-2); border: 2px solid var(--brown); }
.art-rail-fill { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--orange); border-bottom: 2px solid var(--brown); transform-origin: top; transform: scaleY(0); }
.no-js .art-rail { display: none; }

.art-toc { border: var(--rule); background: var(--white); box-shadow: var(--shadow); margin-bottom: clamp(56px, 7vw, 96px); }
.art-toc-h { margin: 0; padding: 12px 20px; background: var(--brown); color: var(--cream); font-family: var(--f-mono); font-size: var(--fs-xs); letter-spacing: .12em; text-transform: uppercase; }
.art-toc ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.art-toc li { border-top: var(--rule-thin); border-right: var(--rule-thin); }
.art-toc li:nth-child(3n) { border-right: 0; }
.art-toc a { display: flex; gap: 12px; align-items: baseline; padding: 16px 20px; height: 100%; text-decoration: none; font-weight: 500; line-height: 1.35; transition: background-color .15s; }
.art-toc a:hover { background: var(--orange); }
.toc-n { font-family: var(--f-mono); font-weight: 600; font-size: var(--fs-sm); }

.art-sec { padding: clamp(40px, 5vw, 72px) 0; border-top: var(--rule); scroll-margin-top: 24px; }
.art-sec:first-of-type { border-top: 0; padding-top: 0; }
.art-head { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(16px, 2.4vw, 32px); align-items: start; margin-bottom: clamp(24px, 3vw, 40px); column-span: all; }
.art-idx { font-family: var(--f-mono); font-weight: 600; font-size: clamp(3rem, 2rem + 4vw, 6rem); line-height: .8; letter-spacing: -0.06em; color: var(--brown); -webkit-text-stroke: 0; transition: color .2s; }
.art-sec.is-current .art-idx { color: var(--orange-deep); text-shadow: 3px 3px 0 var(--brown); }
.art-head h2 { font-size: var(--fs-xl); max-width: 22ch; padding-top: .1em; text-wrap: balance; overflow-wrap: break-word; hyphens: auto; }
.art-sec p { max-width: 68ch; }
.art-standout { font-family: var(--f-display); font-size: var(--fs-md); font-weight: 500; line-height: 1.45; }
.art-dropcap::first-letter { float: left; font-family: var(--f-display); font-weight: 700; font-size: 4.6em; line-height: .82; margin: .06em .12em 0 0; padding: .06em .1em; background: var(--orange); border: var(--rule); }

/* band rhythm: single measure → 2-col → 3-col */
.art-band--one .art-copy { max-width: 70ch; margin-left: clamp(0px, 8vw, 128px); }
.art-band--two, .art-band--three { column-gap: clamp(28px, 3.6vw, 56px); column-rule: 2px solid var(--brown); }
.art-band--two, .art-band--three { columns: 1; }
@media (min-width: 1024px) { .art-band--two { columns: 2; } .art-band--three { columns: 2; } }
@media (min-width: 1200px) { .art-band--three { columns: 3; } }
.art-list { list-style: none; counter-reset: al; margin: 1.6em 0; padding: 0; border: var(--rule); background: var(--white); box-shadow: var(--shadow); max-width: 46em; }
.art-list li { counter-increment: al; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 16px; align-items: start; padding: 18px 22px; border-top: var(--rule-thin); }
.art-list li:first-child { border-top: 0; }
.art-list li::before { content: counter(al, decimal-leading-zero); display: grid; place-items: center; width: 44px; height: 44px; background: var(--orange); color: var(--brown); border: var(--rule-thin); font-family: var(--f-mono); font-weight: 600; font-size: var(--fs-sm); }
.art-list li:nth-child(even)::before { background: var(--brown); color: var(--sand); }
.art-list strong { font-weight: 800; color: var(--brown); }
.art-band--grid3 > .art-standout { grid-column: span 2; }
.standfirst-copy p + p { margin-top: 1em; }
.standfirst-copy p:not(.pull-line) { max-width: 46em; }
.rev-summary-text { margin: 0; font-size: var(--fs-sm); color: var(--muted); max-width: 22em; text-align: right; }
.art-band--two > p, .art-band--three > p { break-inside: auto; }
.art-band--two > .art-standout, .art-band--three > .art-standout { break-inside: avoid; }
.art-band--three > .art-standout { font-size: var(--fs-lg); }
.art-band--two h2, .art-band--three h2 { column-span: all; }
.art-plate { column-span: all; margin: clamp(32px, 4vw, 56px) 0 0; border: var(--rule); box-shadow: var(--shadow); background: var(--brown); }
.art-plate img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; }
.art-plate figcaption { background: var(--brown); color: var(--cream); font-family: var(--f-mono); font-size: var(--fs-xs); padding: 10px 16px; border-top: var(--rule); }

.art-band--grid3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 48px); align-items: start; }
.art-band--grid3 .art-head { grid-column: 1 / -1; margin-bottom: 0; }

.art-pull { position: relative; margin: clamp(24px, 3vw, 40px) 0; padding: clamp(32px, 5vw, 64px) clamp(24px, 5vw, 72px); background: var(--orange); border: var(--rule); box-shadow: var(--shadow); }
.art-pull-mark { position: absolute; top: -26px; left: clamp(20px, 4vw, 56px); display: grid; place-items: center; width: 52px; height: 52px; background: var(--brown); color: var(--orange); }
.art-pull-mark svg { width: 26px; height: 26px; }
.art-pull p { font-family: var(--f-display); font-weight: 700; font-size: var(--fs-xl); line-height: 1.12; letter-spacing: -0.02em; margin: 0; max-width: 30ch; text-wrap: balance; }

.art-side { position: relative; overflow: hidden; background: var(--brown); color: var(--cream); border: var(--rule); box-shadow: 6px 6px 0 var(--orange); padding: 24px; }
.art-side-wm { position: absolute; right: -24px; bottom: -24px; color: var(--orange); opacity: .12; pointer-events: none; }
.art-side-wm svg { width: 160px; height: 160px; }
.art-side-h { font-family: var(--f-mono); font-size: var(--fs-xs); letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-bottom: 14px; }
.art-side-list { list-style: none; margin: 0; padding: 0; position: relative; }
.art-side-list li { display: flex; gap: 12px; padding: 12px 0; border-top: 1px solid rgba(253,245,230,.2); font-size: var(--fs-sm); line-height: 1.5; }
.art-side-list svg { width: 20px; height: 20px; color: var(--orange); margin-top: 1px; }

/* ---------- shared section chrome ---------- */
.band { padding: var(--band) 0; border-top: var(--rule); }
.sh-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 64px); }
.sh { font-size: var(--fs-2xl); letter-spacing: -0.03em; text-wrap: balance; overflow-wrap: break-word; hyphens: auto; }
.sh-sub { margin: 18px 0 0; font-size: var(--fs-md); line-height: 1.5; color: var(--muted); max-width: 60ch; }

/* ---------- installation: bolted blocks ---------- */
.stp { background: var(--cream-2); }
.stp-bolt { list-style: none; margin: 0; padding: 0 6px 6px 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); counter-reset: none; }
.stp-bolt li {
  position: relative; overflow: hidden;
  background: var(--cream); border: var(--rule); margin-left: -3px;
  padding: 28px 22px 30px; min-height: 100%;
  background-image:
    radial-gradient(circle at 12px 12px, var(--brown) 3px, transparent 3.6px),
    radial-gradient(circle at calc(100% - 12px) 12px, var(--brown) 3px, transparent 3.6px),
    radial-gradient(circle at 12px calc(100% - 12px), var(--brown) 3px, transparent 3.6px),
    radial-gradient(circle at calc(100% - 12px) calc(100% - 12px), var(--brown) 3px, transparent 3.6px);
}
.stp-bolt li:first-child { margin-left: 0; }
.stp-bolt { box-shadow: none; }
.stp-bolt::after { content: none; }
.stp-bolt li:nth-child(odd) { background-color: var(--white); }
.stp-bolt li:last-child { box-shadow: var(--shadow); }
.stp-wm { position: absolute; right: -18px; top: 44px; color: var(--brown); opacity: .06; pointer-events: none; }
.stp-wm svg { width: 132px; height: 132px; }
.stp-top { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 8px 0 24px; }
.stp-ic { display: grid; place-items: center; width: 52px; height: 52px; background: var(--orange); border: var(--rule); box-shadow: 3px 3px 0 var(--brown); }
.stp-ic svg { width: 26px; height: 26px; }
.stp-n { font-family: var(--f-mono); font-size: var(--fs-xs); font-weight: 600; letter-spacing: .1em; background: var(--brown); color: var(--cream); padding: 4px 8px; }
.stp-n::before { content: "SCHRITT "; }
.stp-bolt h3 { position: relative; font-size: 1.1875rem; line-height: 1.2; margin-bottom: 12px; overflow-wrap: break-word; hyphens: auto; }
.stp-bolt p { position: relative; font-size: var(--fs-sm); line-height: 1.6; color: var(--graphite); }

/* ---------- reviews: scroll-snap strip ---------- */
.rev { background: var(--cream); }
.rev-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(32px, 4vw, 48px); }
.rev-head .sh-head { margin-bottom: 0; }
.rev-summary { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.rev-summary-stars { display: inline-flex; gap: 4px; background: var(--brown); padding: 10px 14px; border: var(--rule); box-shadow: 4px 4px 0 var(--orange); }
.rev-summary-stars svg { width: 24px; height: 24px; color: var(--orange); }
.rev-summary-hint { display: inline-flex; gap: 6px; }
.rev-nav { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: var(--rule-thin); background: var(--white); color: var(--brown); cursor: pointer; box-shadow: 3px 3px 0 var(--brown); transition: transform .15s, box-shadow .15s, background-color .15s; }
.rev-nav:hover { background: var(--orange); }
.rev-nav:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--brown); }
.rev-nav svg { width: 22px; height: 22px; }
.rev-hint-l { transform: scaleX(-1); }
.rev-strip {
  display: grid; grid-auto-flow: column; grid-auto-columns: clamp(270px, 30vw, 380px); gap: 24px;
  overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory;
  padding: 8px max(var(--gutter), calc((100vw - var(--shell)) / 2 + var(--gutter))) 28px;
  scroll-padding-inline: max(var(--gutter), calc((100vw - var(--shell)) / 2 + var(--gutter)));
  scrollbar-width: thin; scrollbar-color: var(--brown) var(--cream-2);
}
.rev-strip:focus-visible { outline-offset: -3px; box-shadow: none; }
.rev-strip::-webkit-scrollbar { height: 12px; }
.rev-strip::-webkit-scrollbar-track { background: var(--cream-2); border-top: 2px solid var(--brown); border-bottom: 2px solid var(--brown); }
.rev-strip::-webkit-scrollbar-thumb { background: var(--brown); border: 2px solid var(--orange); }
.rev-card { position: relative; overflow: hidden; margin: 0; scroll-snap-align: start; display: flex; flex-direction: column; gap: 16px; min-height: 300px; padding: 28px 26px; background: var(--white); border: var(--rule); box-shadow: var(--shadow); }
.rev-card:nth-child(3n+2) { background: var(--orange); }
.rev-card:nth-child(3n+3) { background: var(--brown); color: var(--cream); box-shadow: 6px 6px 0 var(--orange); }
.rev-wm { position: absolute; right: -20px; bottom: -28px; opacity: .08; pointer-events: none; }
.rev-wm svg { width: 170px; height: 170px; }
.rev-ic { display: grid; place-items: center; width: 44px; height: 44px; border: var(--rule-thin); background: var(--cream); color: var(--brown); }
.rev-ic svg { width: 22px; height: 22px; }
.rev-stars { display: inline-flex; gap: 3px; }
.rev-stars svg { width: 18px; height: 18px; }
.rev-quote { position: relative; margin: 0; font-family: var(--f-display); font-size: 1.3125rem; font-weight: 500; line-height: 1.35; flex: 1; }
.rev-who { position: relative; font-family: var(--f-mono); font-size: var(--fs-xs); letter-spacing: .06em; text-transform: uppercase; border-top: 2px solid currentColor; padding-top: 12px; }
.rev-link { margin: 20px 0 0; font-family: var(--f-mono); font-size: var(--fs-sm); }
.rev-link a { font-weight: 600; }

/* ---------- features: zigzag ---------- */
.feat { background: var(--cream-2); }
.feat-zig { display: grid; gap: 0; }
.feat-row { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); border: var(--rule); margin-top: -3px; background: var(--cream); }
.feat-row:first-child { margin-top: 0; }
.feat-row:nth-child(even) { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.feat-row:nth-child(even) .feat-panel { order: 2; border-right: 0; border-left: var(--rule); }
.feat-row:nth-child(4n+1) .feat-panel { background: var(--orange); }
.feat-row:nth-child(4n+2) .feat-panel { background: var(--brown); color: var(--orange); }
.feat-row:nth-child(4n+3) .feat-panel { background: var(--white); }
.feat-row:nth-child(4n+4) .feat-panel { background: var(--graphite); color: var(--cream); }
.feat-zig { box-shadow: var(--shadow); }
.feat-panel { position: relative; overflow: hidden; min-height: 200px; border-right: var(--rule); display: flex; align-items: flex-end; justify-content: space-between; padding: 24px 28px; }
.feat-wm { position: absolute; right: -30px; top: -30px; opacity: .14; pointer-events: none; }
.feat-wm svg { width: 220px; height: 220px; }
.feat-ic { position: relative; display: grid; place-items: center; width: 64px; height: 64px; background: var(--cream); color: var(--brown); border: var(--rule); box-shadow: 4px 4px 0 var(--brown); }
.feat-row:nth-child(4n+2) .feat-ic, .feat-row:nth-child(4n+4) .feat-ic { box-shadow: 4px 4px 0 var(--orange); }
.feat-ic svg { width: 30px; height: 30px; }
.feat-idx { position: relative; font-family: var(--f-mono); font-weight: 600; font-size: clamp(2.5rem, 1.6rem + 3vw, 4.5rem); line-height: .8; letter-spacing: -0.06em; }
.feat-txt { padding: clamp(28px, 4vw, 56px); align-self: center; }
.feat-txt h3 { font-size: var(--fs-lg); margin-bottom: 14px; max-width: 24ch; overflow-wrap: break-word; hyphens: auto; }
.feat-txt p { color: var(--graphite); max-width: 52ch; }

/* ---------- pricing: dark full-bleed ---------- */
.pr { background: var(--brown); color: var(--cream); border-top: var(--rule); }
.pr .sh-sub { color: #EBCFA6; }
.pr-wrap { border: 3px solid var(--cream); box-shadow: 8px 8px 0 var(--orange); overflow-x: auto; }
.pr-table { width: 100%; border-collapse: collapse; font-size: var(--fs-base); }
.pr-table th, .pr-table td { padding: 16px 20px; border-bottom: 1px solid rgba(253,245,230,.18); text-align: center; vertical-align: middle; }
.pr-table thead th { font-family: var(--f-mono); font-size: var(--fs-sm); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; background: var(--graphite); border-bottom: 3px solid var(--cream); }
.pr-table thead .pr-col-prem { background: var(--orange); color: var(--brown); }
.pr-table tbody th, .pr-table tfoot th { text-align: left; font-weight: 500; }
.pr-table .pr-col-feat { text-align: left; }
.pr-table td.pr-col-prem { background: rgba(242,120,34,.07); border-left: 3px solid var(--orange); }
.pr-table thead th.pr-col-prem { border-left: 3px solid var(--orange); }
.pr-table tbody tr:hover th, .pr-table tbody tr:hover td { background-color: rgba(253,245,230,.05); }
.pr-yes, .pr-no { display: inline-grid; place-items: center; width: 34px; height: 34px; }
.pr-yes { background: var(--orange); color: var(--brown); border: 2px solid var(--orange); }
.pr-no { color: #C9A27F; border: 2px solid #8A5530; }
.pr-yes svg { width: 22px; height: 22px; stroke-width: 3; }
.pr-no svg { width: 18px; height: 18px; }
.pr-table tfoot th, .pr-table tfoot td { border-bottom: 0; border-top: 3px solid var(--cream); padding-top: 22px; padding-bottom: 22px; vertical-align: top; }
.pr-amount { display: block; font-family: var(--f-display); font-weight: 700; font-size: var(--fs-xl); line-height: 1; margin-bottom: 8px; }
.pr-col-prem .pr-amount { color: var(--orange); }
.pr-terms { display: block; font-family: var(--f-mono); font-size: var(--fs-xs); line-height: 1.5; color: #F1D9B5; }
.pr-cta { display: flex; flex-wrap: wrap; gap: 20px; margin: clamp(36px, 4vw, 52px) 0 24px; }
.pr-cta .btn-accent { border-color: var(--orange); box-shadow: 4px 4px 0 var(--cream); }
.pr-cta .btn-accent:hover { box-shadow: 6px 6px 0 var(--cream); }
.pr-note { font-family: var(--f-mono); font-size: var(--fs-xs); line-height: 1.6; color: #E0C29B; max-width: 90ch; margin: 0; }

/* ---------- testimonials: zigzag quotes ---------- */
.tst { background: var(--cream); }
.tst-zig { display: grid; gap: clamp(28px, 4vw, 48px); }
.tst-item { position: relative; overflow: hidden; width: min(100%, 780px); display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(12px, 2vw, 28px); padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 48px); background: var(--white); border: var(--rule); box-shadow: var(--shadow); }
.tst-item:nth-child(even) { margin-left: auto; background: var(--brown); color: var(--cream); box-shadow: -6px 6px 0 var(--orange); }
.tst-mark { align-self: start; padding-top: .18em; font-family: var(--f-display); font-weight: 700; font-size: clamp(7rem, 5rem + 8vw, 12rem); line-height: .45; color: var(--orange-deep); -webkit-text-stroke: 3px var(--brown); margin-top: -.05em; }
.tst-item:nth-child(even) .tst-mark { color: var(--orange); -webkit-text-stroke: 0; }
.tst-wm { position: absolute; right: -24px; bottom: -32px; opacity: .07; pointer-events: none; }
.tst-item:nth-child(even) .tst-wm { right: auto; left: 40%; color: var(--orange); opacity: .1; }
.tst-wm svg { width: 190px; height: 190px; }
.tst-body { position: relative; display: flex; flex-direction: column; gap: 16px; }
.tst-ic { display: grid; place-items: center; width: 40px; height: 40px; background: var(--orange); color: var(--brown); border: 2px solid var(--brown); }
.tst-ic svg { width: 20px; height: 20px; }
.tst-item blockquote { margin: 0; font-family: var(--f-display); font-weight: 600; font-size: var(--fs-lg); line-height: 1.25; letter-spacing: -0.01em; }
.tst-who { margin: 0; font-family: var(--f-mono); font-size: var(--fs-xs); letter-spacing: .08em; text-transform: uppercase; }

/* ---------- faq: bordered 2x grid ---------- */
.faq { background: var(--cream-2); }
.faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: start; }
.faq-list details:last-child:nth-child(odd) { grid-column: 1 / -1; }
.faq-list details { background: var(--white); border: var(--rule); transition: box-shadow .15s, transform .15s; }
.faq-list details[open] { box-shadow: var(--shadow); transform: translate(-2px, -2px); }
.faq-list summary { list-style: none; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 20px 22px; cursor: pointer; font-family: var(--f-display); font-weight: 600; font-size: 1.125rem; line-height: 1.3; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { background: var(--orange); }
.faq-list details[open] summary { background: var(--brown); color: var(--cream); }
.faq-n { font-family: var(--f-mono); font-size: var(--fs-sm); font-weight: 600; }
.faq-ic { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid currentColor; }
.faq-ic svg { width: 18px; height: 18px; transition: transform .2s; }
.faq-list details[open] .faq-ic { background: var(--orange); color: var(--brown); border-color: var(--orange); }
.faq-list details[open] .faq-ic svg { transform: rotate(45deg); }
.faq-a { padding: 20px 22px 24px; border-top: var(--rule); color: var(--graphite); font-size: var(--fs-base); }

/* ---------- bottom CTA ---------- */
.cta-band { padding: var(--band) 0; border-top: var(--rule); background: var(--cream);
  background-image: repeating-linear-gradient(-45deg, transparent 0 22px, rgba(47,20,5,.05) 22px 24px); }
.cta-plate { position: relative; max-width: 940px; margin: 0 auto; padding: clamp(36px, 6vw, 80px) clamp(22px, 6vw, 80px); background: var(--cream); border: 4px solid var(--brown); box-shadow: 12px 12px 0 var(--brown); text-align: center; }
.cta-plate::before { content: ""; position: absolute; inset: 10px; border: 2px solid var(--brown); pointer-events: none; }
.cta-plate > * { position: relative; }
.cta-badge { display: inline-flex; align-items: center; gap: 12px; padding: 12px 20px; background: var(--white); border-radius: 999px; text-decoration: none; font-family: var(--f-mono); font-size: var(--fs-xs); letter-spacing: .06em; text-transform: uppercase; color: var(--brown); box-shadow: 0 0 0 3px var(--orange), 0 0 0 5px var(--brown), 0 14px 28px rgba(47,20,5,.18); transition: transform .15s; }
.cta-badge:hover { transform: translateY(-2px); }
.cta-badge img { height: 24px; width: auto; }
.cta-plate h2 { font-size: var(--fs-2xl); letter-spacing: -0.03em; margin: 36px auto 20px; max-width: 18ch; text-wrap: balance; overflow-wrap: break-word; hyphens: auto; }
.cta-copy { font-size: var(--fs-md); line-height: 1.55; max-width: 58ch; margin: 0 auto; color: var(--graphite); }
.cta-act { margin: 36px 0 28px; }
.cta-disclaimer { font-family: var(--f-mono); font-size: var(--fs-xs); line-height: 1.6; color: var(--muted); max-width: 72ch; margin: 0 auto; padding-top: 24px; border-top: var(--rule-thin); }

/* ---------- footer ---------- */
.site-footer { background: var(--cream); border-top: 6px solid var(--brown); padding: clamp(56px, 7vw, 88px) 0 32px; }
.foot-top { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); padding-bottom: 40px; border-bottom: var(--rule); }
.foot-brand img { height: 48px; width: auto; margin-bottom: 18px; }
.foot-brand p { font-size: var(--fs-sm); color: var(--graphite); max-width: 42ch; }
.foot-nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; border-top: var(--rule-thin); }
.foot-nav li { border-bottom: var(--rule-thin); }
.foot-nav a { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; text-decoration: none; font-weight: 500; }
.foot-nav a::after { content: "\2192"; font-family: var(--f-mono); transition: transform .15s; }
.foot-nav a:hover { background: var(--orange); padding-left: 8px; padding-right: 8px; }
.foot-id { font-family: var(--f-mono); font-size: var(--fs-sm); line-height: 1.6; }
.foot-id p { margin-bottom: 10px; }
.foot-id-name { font-weight: 600; }
.foot-bottom { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 24px 48px; padding-top: 24px; font-family: var(--f-mono); font-size: var(--fs-xs); line-height: 1.6; color: var(--muted); }
.foot-bottom p { margin: 0; }
.foot-bottom p:first-child { color: var(--brown); font-weight: 600; white-space: nowrap; }

/* ---------- cookie bar ---------- */
.cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 50; max-width: 760px; margin: 0 auto; display: flex; gap: 16px 24px; align-items: center; padding: 18px 20px; background: var(--cream); border: var(--rule); box-shadow: var(--shadow); font-size: var(--fs-sm); }
.cookie[hidden] { display: none; }
.cookie p { margin: 0; flex: 1; }
.cookie-actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie .btn { min-height: 42px; padding: 8px 16px; font-size: .9375rem; }

/* ---------- subpages (about / contact / legal) ---------- */
.page-head { border-bottom: var(--rule); background: var(--brown); color: var(--cream); padding: clamp(56px, 8vw, 110px) 0 clamp(40px, 5vw, 64px); }
.page-head h1 { font-size: var(--fs-2xl); letter-spacing: -0.03em; overflow-wrap: break-word; hyphens: auto; }
.page-head p { margin: 16px 0 0; max-width: 64ch; color: #F1D9B5; font-size: var(--fs-md); }
.prose { max-width: 760px; padding: clamp(48px, 6vw, 88px) 0; }
.prose h2 { font-size: var(--fs-lg); margin: 2em 0 .6em; padding-top: 18px; border-top: var(--rule); }
.prose h3 { font-size: var(--fs-md); margin: 1.6em 0 .5em; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .45em; }
.prose li::marker { color: var(--brown); font-weight: 700; }
.info-card { background: var(--white); border: var(--rule); box-shadow: var(--shadow); padding: 24px 26px; margin-bottom: 32px; }
.info-card h2 { margin-top: 0; padding-top: 0; border-top: 0; }
.info-card svg { width: 18px; height: 18px; vertical-align: -3px; margin-right: 4px; }
.field { display: grid; gap: 6px; margin-bottom: 18px; }
.field label { font-family: var(--f-mono); font-size: var(--fs-xs); letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.field input, .field textarea { width: 100%; padding: 12px 14px; background: var(--white); border: var(--rule); border-radius: 0; }
.field textarea { min-height: 160px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; box-shadow: 4px 4px 0 var(--orange); }
#formStatus { margin-top: 16px; font-family: var(--f-mono); font-size: var(--fs-sm); }
.page-updated { margin: 0 0 24px; font-size: var(--fs-sm); color: var(--muted); }
.info-table { width: 100%; border-collapse: collapse; margin: 0 0 1.4em; background: var(--white); border: var(--rule); font-size: var(--fs-sm); }
.info-table th, .info-table td { padding: 12px 16px; border-bottom: 1px solid rgba(90,41,13,.25); text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.info-table tbody th { width: 9em; background: var(--cream-2); font-weight: 700; }
.info-table thead th { background: var(--brown); color: var(--cream); font-weight: 700; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-bottom: 12px; }
.contact-grid .info-card { margin-bottom: 0; }
.contact-grid .info-card:last-child { grid-column: 1 / -1; }
@media (max-width: 560px) { .contact-grid { grid-template-columns: minmax(0, 1fr); } }
.contact-grid .info-card h2 { font-size: var(--fs-md); margin-bottom: .5em; }
.contact-grid .info-card p { margin: 0; overflow-wrap: anywhere; }
:lang(ja) .page-head h1 { letter-spacing: .01em; line-height: 1.35; }
:lang(ja) .page-head p, :lang(ja) .prose p, :lang(ja) .prose li { line-height: 1.9; }
:lang(ja) .field label, :lang(ja) #formStatus { font-family: var(--f-text); letter-spacing: .04em; }
@media (max-width: 560px) {
  .info-table tbody th { width: 6.5em; }
  .info-table th, .info-table td { padding: 10px 10px; }
}

/* ---------- reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1); }
.js .reveal.in { opacity: 1; transform: none; }

/* ==========================================================================
   responsive
   ========================================================================== */
@media (max-width: 1100px) {
  .stp-bolt { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
  .stp-bolt li { margin-left: 0; margin-top: 0; }
  .stp-bolt li:nth-child(n+4) { margin-top: -3px; }
  .stp-bolt li:nth-child(3n+2), .stp-bolt li:nth-child(3n+3) { margin-left: -3px; }
  .art-band--three { columns: 2; }
  .art-band--grid3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .art-band--grid3 .art-side { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-act { max-width: 480px; }
  .standfirst { grid-template-columns: minmax(0, 1fr); }
  .art-layout { grid-template-columns: minmax(0, 1fr); }
  .art-rail { display: none; }
  .art-toc ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .art-toc li:nth-child(3n) { border-right: var(--rule-thin); }
  .art-toc li:nth-child(2n) { border-right: 0; }
  .art-band--one .art-copy { margin-left: 0; }
  .feat-row, .feat-row:nth-child(even) { grid-template-columns: minmax(0, 1fr); }
  .feat-row .feat-panel, .feat-row:nth-child(even) .feat-panel { order: 0; min-height: 150px; border-right: 0; border-left: 0; border-bottom: var(--rule); }
  .faq-list { grid-template-columns: minmax(0, 1fr); }
  .foot-top { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .foot-brand { grid-column: 1 / -1; }
  .rev-summary { align-items: flex-start; }
}

@media (max-width: 680px) {
  :root { --fs-base: 1rem; }
  .header-inner { min-height: 72px; }
  .brand img { height: 40px; }
  .site-header .btn { min-height: 42px; padding: 8px 14px; font-size: .9375rem; }
  .hero { min-height: 0; }
  .hero-shell { padding-top: 180px; }
  .hero-lead { font-size: var(--fs-base); }
  .art-toc ol { grid-template-columns: minmax(0, 1fr); }
  .art-toc li { border-right: 0 !important; }
  .art-head { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .art-band--two, .art-band--three { columns: 1; }
  .art-band--grid3 { grid-template-columns: minmax(0, 1fr); }
  .art-band--grid3 > .art-standout { grid-column: auto; }
  .rev-summary-text { text-align: left; }
  :lang(ja) body { line-height: 1.85; }
  .stp-bolt { grid-template-columns: minmax(0, 1fr); padding: 0 6px 6px 0; }
  .stp-bolt li, .stp-bolt li:nth-child(3n+2), .stp-bolt li:nth-child(3n+3) { margin-left: 0; }
  .stp-bolt li + li { margin-top: -3px; }
  .rev-strip { grid-auto-columns: 82%; gap: 16px; }
  .feat-panel { padding: 20px; }
  .tst-item { grid-template-columns: minmax(0, 1fr); gap: 0; box-shadow: 4px 4px 0 var(--brown); }
  .tst-item:nth-child(even) { box-shadow: -4px 4px 0 var(--orange); }
  .tst-mark { position: absolute; top: -14px; right: 20px; font-size: 5.5rem; padding-top: 0; }
  .pr-table { font-size: var(--fs-sm); }
  .pr-table tbody th, .pr-table tfoot th { hyphens: auto; overflow-wrap: anywhere; }
  .pr-amount { font-size: 1.25rem; }
  .pr-table thead th:not(.pr-col-feat), .pr-table td { width: 84px; }
  .pr-terms { hyphens: auto; overflow-wrap: break-word; }
  .pr-table th, .pr-table td { padding: 12px 10px; }
  .pr-table thead th { letter-spacing: .04em; font-size: var(--fs-xs); }
  .pr-yes, .pr-no { width: 28px; height: 28px; }
  .pr-wrap { box-shadow: 5px 5px 0 var(--orange); }
  .pr-cta .btn { width: 100%; }
  .cta-plate { box-shadow: 6px 6px 0 var(--brown); }
  .cta-plate::before { inset: 6px; }
  .cta-act .btn { width: 100%; }
  .cta-badge { flex-direction: column; gap: 6px; border-radius: 22px; }
  .foot-top { grid-template-columns: minmax(0, 1fr); }
  .foot-bottom { grid-template-columns: minmax(0, 1fr); }
  .cookie { flex-direction: column; align-items: stretch; }
  .cookie-actions .btn { flex: 1; }
}

@media (max-width: 400px) {
  .brand img { height: 34px; }
  .site-header .btn svg { display: none; }
  .hero h1 { font-size: 2.35rem; }
  :lang(ja) .hero h1 { font-size: 1.8rem; }
  .art-toc a { padding: 14px 16px; }
  .faq-list summary { padding: 16px; gap: 10px; font-size: 1rem; }
  .faq-a { padding: 16px; }
  .pr-table th, .pr-table td { padding: 10px 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
  .btn:hover, .cta-badge:hover, .faq-list details[open] { transform: none; }
}


/* ---------- real Chrome Web Store rating (reviews section) ---------- */
.cws-rating{display:flex;flex-wrap:wrap;align-items:center;gap:14px 22px;margin:18px 0 6px;padding:18px 20px;border:1px solid #ecd3a8;border-radius:16px;background:rgba(255,255,255,.55);color:#5a290d}
.cws-score{display:flex;align-items:baseline;gap:6px;line-height:1}
.cws-num{font-size:clamp(2.4rem,1.8rem + 2vw,3.2rem);font-weight:800;letter-spacing:-.02em;color:#5a290d}
.cws-of{font-size:1rem;font-weight:600;color:#6E3A17}
.cws-meta{display:flex;flex-direction:column;gap:3px;min-width:0}
.cws-stars{position:relative;display:inline-block;align-self:flex-start;width:max-content;font-size:1.25rem;line-height:1;letter-spacing:2px;white-space:nowrap}
.cws-stars-base{color:#ecd3a8}
.cws-stars-fill{position:absolute;inset:0 auto 0 0;width:66%;overflow:hidden;color:#f27822}
.cws-count{font-size:.95rem;font-weight:700;color:#5a290d}
.cws-src{font-size:.8rem;color:#6E3A17}
.cws-btn{margin-left:auto}
@media (max-width:640px){.cws-btn{margin-left:0;width:100%;justify-content:center;text-align:center}}
