/* ==========================================================================
   Swiss editorial — adguardia navy & leaf
   Shippori Mincho (display) + Noto Sans JP (text), Fraunces numerals
   ========================================================================== */

:root {
  /* logo palette: navy #243a63 / #23375c, deep navy #1e335a, leaf #8ea765 */
  --ink: #1e335a;
  --ink-2: #243a63;
  --navy: #23375c;
  --leaf: #8ea765;
  --leaf-deep: #5b7536;
  --leaf-soft: #b8cb97;
  --tint: #eef2f7;
  --sage: #f2f5ec;
  --paper: #FFFFFF;
  --hair: #d6dde8;
  --muted: #4a5a76;
  --faint: #76839a;

  --f-display: "Shippori Mincho", "Newsreader", "Fraunces", "Hiragino Mincho ProN", "Yu Mincho", Georgia, serif;
  --f-text: "Inter Tight", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --f-num: "Fraunces", "Newsreader", Georgia, serif;

  --fs-xs: .78rem;
  --fs-sm: .9rem;
  --fs-base: 1.0625rem;
  --fs-md: 1.14rem;
  --fs-lg: clamp(1.15rem, 1rem + .6vw, 1.4rem);
  --fs-h3: clamp(1.08rem, 1rem + .3vw, 1.25rem);
  --fs-h2: clamp(1.6rem, 1.15rem + 1.7vw, 2.5rem);
  --fs-h1: clamp(2rem, 1.2rem + 2.9vw, 3.7rem);

  --gutter: clamp(16px, 4vw, 44px);
  --sec-y: clamp(72px, 9vw, 136px);
  --radius: 8px;
  --shadow-lg: 0 40px 80px -32px rgba(30, 51, 90, .45);
  --shadow-md: 0 18px 40px -20px rgba(30, 51, 90, .30);
}

/* ---------- reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x:hidden; max-width:100%; }
@supports (overflow: clip) { html, body { overflow-x: clip; } }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-text);
  font-size: var(--fs-base);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure, blockquote, ul, ol { margin: 0; }
ul, ol { padding: 0; }
a { color: inherit; }
button { font: inherit; }
svg { flex-shrink: 0; }
address { font-style: normal; }
:focus-visible { outline: 3px solid var(--leaf-deep); outline-offset: 3px; border-radius: 4px; }

.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(--ink); color: #fff; padding: 10px 16px; border-radius: 6px; text-decoration: none; font-weight: 600; }
.skip-link:focus { top: 12px; }

.shell { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: var(--gutter); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--f-text); font-weight: 600; font-size: .95rem; line-height: 1.2;
  padding: 12px 20px; border-radius: 6px; border: 1.5px solid transparent;
  text-decoration: none; cursor: pointer; text-align: center;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.btn svg { width: 18px; height: 18px; transition: transform .2s ease; }
.btn:hover svg { transform: translateX(3px); }
.btn-ink, .btn-solid { background: var(--ink); color: #fff; }
.btn-ink:hover, .btn-solid:hover { background: var(--leaf); color: var(--ink); }
.btn-brand { background: var(--leaf); color: var(--ink); box-shadow: 0 14px 30px -14px rgba(142, 167, 101, .7); }
.btn-brand:hover { background: var(--ink); color: #fff; box-shadow: 0 14px 30px -14px rgba(30, 51, 90, .6); transform: translateY(-1px); }
.btn-line { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-line:hover { background: var(--ink); color: #fff; }
.btn-lg { padding: 16px 26px; font-size: 1rem; }
.btn-block { width: 100%; }

/* ---------- topbar + header ---------- */
.adv-bar {
  background: var(--ink); color: #C9D2E1;
  text-align: center; font-size: var(--fs-xs); font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; padding: 8px 16px; line-height: 1.4;
}
.site-header { position:static; background: var(--sage); border-bottom: 1px solid var(--hair); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 84px; padding-block: 16px; }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand img { height: 52px; width: auto; max-width: 100%; }

/* ---------- hero ---------- */
.hero { padding-block: clamp(48px, 7vw, 104px) clamp(56px, 8vw, 120px); border-bottom: 1px solid var(--hair); }
.hero-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: clamp(16px, 2.4vw, 32px); align-items: center; }
.hero-copy { grid-column: 1 / span 7; }
.hero h1 {
  font-family: var(--f-display); font-weight: 500; font-size: var(--fs-h1);
  line-height: 1.02; letter-spacing: -.025em; font-variation-settings: "opsz" 144;
  text-wrap: balance; hyphens: auto;
}
.hero-lead { margin-top: 28px; font-size: var(--fs-md); line-height: 1.6; color: var(--muted); max-width: 50ch; }
.hero-meta {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px 10px;
  margin-top: 32px; padding-top: 18px; border-top: 1px solid var(--hair);
  font-size: var(--fs-sm); font-weight: 600; color: var(--ink);
}
.hero-meta svg { width: 18px; height: 18px; color: var(--leaf-deep); }
.hero-sep { color: var(--leaf-deep); }
.hero-meta time { color: var(--muted); font-weight: 500; }
.hero-act { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; margin-top: 24px; }
.hero-note { font-size: var(--fs-xs); color: var(--faint); max-width: 34ch; line-height: 1.5; }

.hero-visual { grid-column: 8 / span 5; position: relative; padding: 48px 0 56px 0; }
.hero-block {
  position: absolute; top: 0; bottom: 0; right: 0; width: 72%;
  background-color: var(--leaf);
  background-image:
    linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 40px 40px;
  border-radius: 2px;
}
.hero-card {
  position: relative; width: 88%; margin-right: auto;
  background: #fff; padding: 10px; border-radius: 4px;
  box-shadow: var(--shadow-lg);
}
.hero-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 2px; }

/* ---------- article ---------- */
.art-open { padding-block: clamp(56px, 7vw, 96px); background: var(--tint); }
.art-open-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: clamp(16px, 2.4vw, 32px); row-gap: 40px; align-items: start; }
.standfirst {
  grid-column: 1 / span 7;
  font-family: var(--f-display); font-weight: 400; font-style: italic;
  font-size: var(--fs-lg); line-height: 1.45; letter-spacing: -.01em; color: var(--ink);
}
.art-meta { grid-column: 9 / span 4; display: grid; gap: 28px; }
.byline { display: flex; gap: 14px; align-items: flex-start; padding-bottom: 24px; border-bottom: 1px solid var(--hair); }
.byline-mark { width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.byline-mark svg { width: 20px; height: 20px; }
.byline-name { font-weight: 700; }
.byline-meta { font-size: var(--fs-sm); color: var(--muted); line-height: 1.5; }
.toc-h { font-weight: 700; font-size: var(--fs-sm); margin-bottom: 10px; }
.toc ol { list-style: none; display: grid; }
.toc a { display: grid; grid-template-columns: 32px 1fr; gap: 8px; padding: 8px 0; text-decoration: none; font-size: var(--fs-sm); line-height: 1.4; border-top: 1px solid var(--hair); transition: color .2s ease; }
.toc a:hover { color: var(--leaf-deep); }
.toc-n { font-family: var(--f-num); font-style: italic; color: var(--leaf-deep); }

.band-art { padding-block: var(--sec-y); }
.band-art + .band-art { padding-top: 0; }
.band-art.band-tint, .band-art.band-tint + .band-art, .pull + .band-art { padding-top: var(--sec-y); }
.band-tint { background: var(--tint); }

.band-art h2, .band-h {
  font-family: var(--f-display); font-weight: 500; font-size: var(--fs-h2);
  line-height: 1.08; letter-spacing: -.02em; text-wrap: balance;
  border-top: 3px solid var(--ink); padding-top: 22px; margin-bottom: 36px;
  max-width: none;
}
.band-art p + p { margin-top: 1.1em; }
.band-art p { color: #22314F; }
.lede { font-size: var(--fs-md); line-height: 1.55; color: var(--ink) !important; font-weight: 500; }

/* multicol bands */
.mc { column-gap: clamp(32px, 4vw, 64px); column-rule: 1px solid var(--hair); }
.mc-2 { columns: 2; }
.mc-3 { columns: 3; }
.mc h2, .mc .span-all { column-span: all; }
.mc .span-all { margin-bottom: 1.4em; max-width: 60ch; }
.mc p { orphans: 3; widows: 3; }
.mc .span-all + p { margin-top: 0; }
.mc p:not(.span-all) { hyphens: auto; }

.dropcap::first-letter {
  float: left; font-family: var(--f-display); font-weight: 600;
  font-size: 5.4em; line-height: .78; padding: .06em .1em 0 0; margin-right: .04em;
  color: var(--leaf-deep);
}

/* single wide measure */
.measure { max-width: 780px; margin-inline: auto; }
.measure .lede { margin-bottom: 1.1em; }
.measure h2 { max-width: none; }
.art-figure { margin-block: clamp(40px, 6vw, 72px); }
.art-figure img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow-md); }
.art-figure figcaption { margin-top: 14px; padding-left: 14px; border-left: 3px solid var(--leaf); font-size: var(--fs-sm); color: var(--muted); }

/* oversized pull quote */
.pull { padding-block: clamp(64px, 9vw, 128px); background: var(--ink); color: #fff; }
.pull-inner { display: grid; grid-template-columns: auto 1fr; gap: clamp(20px, 3vw, 48px); align-items: start; max-width: 1100px; }
.pull-mark { color: var(--leaf-soft); }
.pull-mark svg { width: clamp(48px, 7vw, 96px); height: clamp(48px, 7vw, 96px); }
.pull p {
  font-family: var(--f-display); font-style: italic; font-weight: 400;
  font-size: clamp(1.7rem, 1rem + 3vw, 3.6rem); line-height: 1.16; letter-spacing: -.02em;
  text-wrap: balance;
}

/* 3-column band with summary */
.band-h { max-width: none; }
.tri { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3.4vw, 56px); align-items: start; }
.tri > p + p { margin-top: 0; }
.summary { position: relative; overflow: hidden; background: var(--ink); color: #fff; border-radius: var(--radius); padding: 30px 28px; }
.summary .wm { position: absolute; right: -28px; bottom: -28px; color: #fff; opacity: .07; }
.summary .wm svg { width: 180px; height: 180px; }
.summary-h { font-family: var(--f-display); font-size: 1.5rem; font-weight: 500; margin-bottom: 16px; color: #fff !important; }
.summary ul { list-style: none; display: grid; gap: 14px; position: relative; }
.summary li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; font-size: var(--fs-sm); line-height: 1.5; }
.summary li svg { width: 20px; height: 20px; color: var(--leaf-soft); margin-top: 1px; }

/* ---------- generic section ---------- */
.sec { padding-block: var(--sec-y); }
.sec-tint { background: var(--tint); }
.sec-head {
  display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: clamp(16px, 2.4vw, 32px); row-gap: 16px;
  border-top: 3px solid var(--ink); padding-top: 24px; margin-bottom: clamp(40px, 5vw, 64px); align-items: end;
}
.sec-head h2 {
  grid-column: 1 / span 7;
  font-family: var(--f-display); font-weight: 500; font-size: var(--fs-h2);
  line-height: 1.06; letter-spacing: -.02em; text-wrap: balance;
}
.sec-head p { grid-column: 9 / span 4; color: var(--muted); font-size: var(--fs-base); line-height: 1.6; }

/* layered icons (shared) */
.wm { position: absolute; pointer-events: none; line-height: 0; }
.ic { display: inline-grid; place-items: center; flex-shrink: 0; }

/* ---------- features: bento ---------- */
.bento { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: minmax(230px, auto); gap: 16px; }
.tile {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--tint); border: 1px solid var(--hair); border-radius: var(--radius);
  padding: 28px; display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.tile .wm { right: -30px; bottom: -34px; color: var(--ink); opacity: .06; z-index: -1; }
.tile .wm svg { width: 190px; height: 190px; }
.tile-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: auto; padding-bottom: 28px; }
.tile .ic { width: 48px; height: 48px; border-radius: 12px; background: var(--leaf); color: var(--ink); box-shadow: 0 10px 20px -10px rgba(142, 167, 101, .8); }
.tile .ic svg { width: 24px; height: 24px; }
.tile-idx { font-family: var(--f-num); font-style: italic; font-size: 1.1rem; color: var(--faint); }
.tile h3 { font-family: var(--f-text); font-weight: 700; font-size: var(--fs-h3); line-height: 1.25; letter-spacing: -.01em; margin-bottom: 10px; }
.tile p { color: var(--muted); font-size: var(--fs-sm); line-height: 1.6; }

.tile-hero { grid-column: span 2; grid-row: span 2; background: var(--ink); border-color: var(--ink); color: #fff; padding: clamp(28px, 3.4vw, 48px); }
.tile-hero .wm { color: #fff; opacity: .08; right: -60px; bottom: -70px; }
.tile-hero .wm svg { width: 400px; height: 400px; }
.tile-hero .ic { width: 64px; height: 64px; border-radius: 16px; }
.tile-hero .ic svg { width: 32px; height: 32px; }
.tile-hero .tile-idx { color: var(--leaf-soft); font-size: 1.4rem; }
.tile-hero h3 { font-family: var(--f-display); font-weight: 500; font-size: clamp(1.8rem, 1.2rem + 1.8vw, 2.8rem); line-height: 1.08; letter-spacing: -.02em; max-width: 14ch; margin-bottom: 18px; }
.tile-hero p { color: rgba(255,255,255,.78); font-size: var(--fs-base); max-width: 42ch; }

.tile-wide { grid-column: span 2; background: var(--paper); }
.tile-plain { background: var(--paper); }
.tile-brand { background: var(--leaf); border-color: var(--leaf); color: var(--ink); }
.tile-brand .wm { color: var(--ink); opacity: .1; }
.tile-brand .ic { background: var(--ink); color: #fff; box-shadow: none; }
.tile-brand .tile-idx { color: rgba(30,51,90,.7); }
.tile-brand p { color: rgba(30,51,90,.9); }
.tile-full { grid-column: 1 / -1; grid-row: auto; min-height: 0; }
.tile-full .tile-top { padding-bottom: 18px; }
.tile-row { display: grid; grid-template-columns: 5fr 7fr; gap: 12px 40px; align-items: baseline; }
.tile-row h3 { font-family: var(--f-display); font-weight: 500; font-size: clamp(1.5rem, 1.1rem + 1.2vw, 2.1rem); margin: 0; }
.tile-row p { font-size: var(--fs-base); }

/* ---------- pricing: comparison table ---------- */
.pr-wrap { max-width: 1000px; margin-inline: auto; padding-top: 28px; }
.pr-table { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.pr-table th, .pr-table td { padding: 18px 22px; vertical-align: middle; }
.pr-table .pr-feat { width: 50%; }
.pr-table thead th { font-family: var(--f-display); font-weight: 500; font-size: 1.5rem; letter-spacing: -.01em; text-align: center; vertical-align: bottom; padding-bottom: 20px; }
.pr-table thead .pr-feat { text-align: left; font-family: var(--f-text); font-size: var(--fs-sm); font-weight: 600; color: var(--muted); }
.pr-table tbody th { text-align: left; font-weight: 500; font-size: .98rem; line-height: 1.45; }
.pr-table tbody th, .pr-table tbody td.pr-free, .pr-table tfoot th, .pr-table tfoot td.pr-free { background: var(--paper); border-bottom: 1px solid var(--hair); }
.pr-table tbody tr:first-child th { border-top-left-radius: var(--radius); }
.pr-table tfoot th { border-bottom-left-radius: var(--radius); border-bottom: 0; }
.pr-table tfoot td.pr-free { border-bottom: 0; }
.pr-table td { text-align: center; }

.pr-table .pr-prem {
  background: var(--ink); color: #fff;
  box-shadow: -22px 0 36px -26px rgba(30, 51, 90, .55), 22px 0 36px -26px rgba(30, 51, 90, .55);
  border-bottom: 1px solid rgba(255,255,255,.1);
  position: relative;
}
.pr-table thead .pr-prem { border-radius: 14px 14px 0 0; padding-top: 34px; border-bottom: 0; box-shadow: -22px -10px 36px -26px rgba(30, 51, 90, .55), 22px -10px 36px -26px rgba(30, 51, 90, .55); }
.pr-table thead .pr-prem::before { content: ""; position: absolute; left: 22px; right: 22px; top: 0; height: 4px; background: var(--leaf); border-radius: 0 0 4px 4px; }
.pr-table tfoot .pr-prem { border-radius: 0 0 14px 14px; padding-bottom: 34px; border-bottom: 0; box-shadow: -22px 12px 36px -26px rgba(30, 51, 90, .55), 22px 12px 36px -26px rgba(30, 51, 90, .55); }

.yes, .no { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; }
.yes { background: var(--leaf); color: var(--ink); }
.no { background: transparent; color: var(--faint); border: 1.5px solid var(--hair); }
.yes svg, .no svg { width: 16px; height: 16px; }

.pr-table tfoot th { font-weight: 700; text-align: left; }
.amount { display: block; font-family: var(--f-num); font-weight: 500; font-size: 2rem; line-height: 1.1; letter-spacing: -.02em; }
.terms { display: block; margin-top: 6px; font-size: var(--fs-xs); line-height: 1.45; color: var(--muted); }
.pr-prem .terms { color: rgba(255,255,255,.72); }

.pr-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 16px; margin-top: 48px; }
.pr-note { max-width: 78ch; margin: 24px auto 0; text-align: center; font-size: var(--fs-xs); color: var(--faint); line-height: 1.6; }

/* ---------- installation: connected timeline ---------- */
.timeline { list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; position: relative; }
.timeline::before {
  content: ""; position: absolute; left: 28px; right: calc((100% - 80px) / 5 - 28px); top: 27px; height: 2px;
  background: linear-gradient(90deg, var(--leaf), var(--leaf) 60%, var(--hair));
}
.timeline li { position: relative; display: flex; flex-direction: column; }
.node {
  position: relative; z-index: 1; width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center; background: var(--ink); color: #fff;
  box-shadow: 0 0 0 6px var(--paper), 0 12px 24px -12px rgba(30, 51, 90, .7);
  transition: background-color .25s ease;
}
.timeline li:hover .node { background: var(--leaf); color: var(--ink); }
.node svg { width: 24px; height: 24px; }
.step {
  position: relative; overflow: hidden; isolation: isolate; flex: 1;
  margin-top: 24px; background: var(--tint); border: 1px solid var(--hair); border-radius: var(--radius);
  padding: 22px 22px 26px;
}
.step .wm { right: -22px; bottom: -22px; color: var(--ink); opacity: .06; z-index: -1; }
.step .wm svg { width: 130px; height: 130px; }
.step-n { display: block; font-family: var(--f-num); font-style: italic; font-size: 1.6rem; line-height: 1; color: var(--leaf-deep); margin-bottom: 14px; }
.step h3 { font-size: 1.02rem; font-weight: 700; line-height: 1.3; margin-bottom: 8px; }
.step p { font-size: var(--fs-sm); color: var(--muted); line-height: 1.6; }

/* ---------- reviews: sticky aggregate + stack ---------- */
.rev-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.rev-panel { position: sticky; top: 32px; }
.rev-panel-inner { position: relative; overflow: hidden; background: var(--ink); color: #fff; border-radius: 12px; padding: clamp(28px, 3.6vw, 48px); }
.rev-panel-inner::after { content: ""; position: absolute; right: 0; top: 0; width: 38%; height: 8px; background: var(--leaf); }
.rev-panel h2 { font-family: var(--f-display); font-weight: 500; font-size: clamp(1.9rem, 1.3rem + 2vw, 2.9rem); line-height: 1.06; letter-spacing: -.02em; text-wrap: balance; }
.rev-glyph { display: flex; gap: 6px; margin-top: 32px; color: var(--leaf-soft); }
.rev-glyph svg { width: 30px; height: 30px; }
.rev-sentiment { margin-top: 16px; font-family: var(--f-display); font-style: italic; font-size: var(--fs-lg); line-height: 1.35; }
.rev-sub { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: var(--fs-sm); color: rgba(255,255,255,.7); line-height: 1.6; }
.rev-link { margin-top: 24px; }
.rev-link a { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: var(--fs-sm); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--leaf-soft); }
.rev-link svg { width: 16px; height: 16px; }

.rev-stack { display: flex; flex-direction: column; gap: 16px; }
.rev-card {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--paper); border: 1px solid var(--hair); border-radius: var(--radius);
  padding: 28px 32px; transition: transform .3s ease, box-shadow .3s ease;
}
.rev-card:nth-child(even) { margin-left: clamp(0px, 4vw, 56px); }
.rev-card:nth-child(odd) { margin-right: clamp(0px, 4vw, 56px); }
.rev-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.rev-card .wm { right: -18px; top: -18px; color: var(--leaf); opacity: .07; z-index: -1; }
.rev-card .wm svg { width: 150px; height: 150px; }
.rev-top { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.rev-card .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--tint); color: var(--leaf-deep); }
.rev-card .ic svg { width: 20px; height: 20px; }
.stars { display: inline-flex; gap: 3px; color: var(--leaf-deep); }
.stars svg { width: 16px; height: 16px; }
.rev-card blockquote { font-family: var(--f-display); font-weight: 400; font-size: clamp(1.2rem, 1rem + .7vw, 1.5rem); line-height: 1.35; letter-spacing: -.01em; }
.rev-card figcaption { margin-top: 14px; font-size: var(--fs-sm); font-weight: 600; color: var(--muted); }
.rev-card figcaption::before { content: "\2014\00a0"; color: var(--leaf); }

/* ---------- testimonials: masonry wall ---------- */
.wall { columns: 3; column-gap: 20px; }
.wall-item {
  position: relative; overflow: hidden; isolation: isolate;
  break-inside: avoid; display: block; width: 100%; margin: 0 0 20px;
  background: var(--paper); border: 1px solid var(--hair); border-radius: var(--radius);
  padding: 32px;
}
.wall-item .wm { right: -26px; bottom: -26px; color: var(--ink); opacity: .06; z-index: -1; }
.wall-item .wm svg { width: 160px; height: 160px; }
.wall-mark { position: absolute; top: -8px; left: 28px; font-family: var(--f-display); font-size: 4.5rem; line-height: 1; color: var(--leaf); }
.wall .wall-item { padding-top: 72px; }
.wall-item blockquote { font-family: var(--f-display); font-size: clamp(1.25rem, 1rem + .8vw, 1.6rem); line-height: 1.3; letter-spacing: -.01em; }
.wall-item figcaption { display: flex; align-items: center; gap: 10px; margin-top: 22px; font-size: var(--fs-sm); font-weight: 600; color: var(--muted); }
.wall-item .ic { width: 30px; height: 30px; border-radius: 50%; background: var(--tint); color: var(--leaf-deep); }
.wall-item .ic svg { width: 16px; height: 16px; }
.wall-ink { background: var(--ink); border-color: var(--ink); color: #fff; padding-block: 48px; }
.wall-ink .wm { color: #fff; opacity: .08; }
.wall-ink .wm svg { width: 220px; height: 220px; }
.wall-ink .wall-mark { color: var(--leaf-soft); }
.wall-ink blockquote { font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2.1rem); line-height: 1.2; }
.wall-ink figcaption { color: rgba(255,255,255,.75); }
.wall-ink .ic { background: rgba(255,255,255,.1); color: #fff; }
.wall-tint { background: var(--tint); }
.wall-tall { padding-block: 56px; border-top: 4px solid var(--leaf); }

/* ---------- FAQ: sticky heading + accordion ---------- */
.faq-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.faq-head { position: sticky; top: 32px; }
.faq-head-inner { border-top: 3px solid var(--ink); padding-top: 24px; }
.faq-head h2 { font-family: var(--f-display); font-weight: 500; font-size: var(--fs-h2); line-height: 1.06; letter-spacing: -.02em; text-wrap: balance; }
.faq-head p { margin-top: 20px; color: var(--muted); max-width: 42ch; }
.faq-list { border-top: 1px solid var(--hair); }
.faq-list details { border-bottom: 1px solid var(--hair); }
.faq-list summary {
  list-style: none; cursor: pointer;
  display: grid; grid-template-columns: 48px minmax(0, 1fr) 36px; gap: 12px; align-items: center;
  padding: 22px 0;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-n { font-family: var(--f-num); font-style: italic; font-size: 1.3rem; color: var(--leaf-deep); }
.faq-q { font-weight: 600; font-size: 1.08rem; line-height: 1.4; transition: color .2s ease; }
.faq-list summary:hover .faq-q { color: var(--leaf-deep); }
.faq-ic { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--hair); display: grid; place-items: center; background: var(--paper); color: var(--ink); transition: transform .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease; }
.faq-ic svg { width: 18px; height: 18px; }
.faq-list details[open] .faq-ic { transform: rotate(45deg); background: var(--leaf); border-color: var(--leaf); color: var(--ink); }
.faq-a { padding: 0 48px 26px 60px; color: var(--muted); line-height: 1.7; }

/* ---------- bottom CTA ---------- */
.cta { padding-block: var(--sec-y); }
.cta-plate { --cta-pad: clamp(28px, 5.5vw, 80px); position: relative; overflow: hidden; isolation: isolate; background: var(--ink); color: #fff; border-radius: 14px; padding: var(--cta-pad); }
.cta-split::before {
  content: ""; position: absolute; z-index: -1; right: calc(-1 * var(--cta-pad)); top: calc(-1 * var(--cta-pad)); bottom: -16px; width: 44%;
  background-color: var(--leaf);
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 40px 40px;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}
.cta-split { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.cta-copy h2 { font-family: var(--f-display); font-weight: 500; font-size: var(--fs-h2); line-height: 1.05; letter-spacing: -.02em; text-wrap: balance; }
.cta-copy p { margin-top: 20px; color: rgba(255,255,255,.78); font-size: var(--fs-md); line-height: 1.6; max-width: 56ch; }
.cta-act { display: flex; flex-direction: column; align-items: stretch; gap: 16px; }
.cta-badge {
  display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap;
  background: #fff; color: var(--ink); text-decoration: none;
  border-radius: 16px; padding: 16px 22px;
  box-shadow: 0 0 0 4px rgba(142, 167, 101, .55), 0 24px 44px -18px rgba(0, 0, 0, .55);
  transition: transform .25s ease, box-shadow .25s ease;
}
.cta-badge:hover { transform: translateY(-2px); box-shadow: 0 0 0 4px var(--leaf), 0 28px 50px -18px rgba(0, 0, 0, .6); }
.cta-badge img { height: 26px; width: auto; max-width: 100%; }
.cta-badge span { font-size: var(--fs-sm); font-weight: 600; color: var(--ink); }
.cta .btn-brand { background: var(--ink); color: #fff; box-shadow: 0 0 0 1.5px rgba(255,255,255,.35), 0 18px 36px -16px rgba(0,0,0,.6); }
.cta .btn-brand:hover { background: #fff; color: var(--ink); }
.cta-disclaimer { margin-top: clamp(32px, 4vw, 56px); padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); font-size: var(--fs-xs); line-height: 1.65; color: rgba(255,255,255,.66); }
.cta-disclaimer a { color: #fff; text-underline-offset: 3px; }

/* ---------- footer ---------- */
.site-footer { background: var(--sage); border-top: 1px solid var(--hair); padding-block: 64px 40px; }
.foot-top { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(0, 3fr); gap: 40px 56px; padding-bottom: 40px; border-bottom: 1px solid var(--hair); }
.foot-brand img { height: 44px; width: auto; }
.foot-brand p { margin-top: 18px; font-size: var(--fs-sm); color: var(--muted); max-width: 44ch; line-height: 1.6; }
.foot-nav ul { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; }
.foot-nav a { text-decoration: none; font-weight: 600; font-size: var(--fs-sm); transition: color .2s ease; }
.foot-nav a:hover { color: var(--leaf-deep); }
.foot-id { font-size: var(--fs-sm); color: var(--muted); line-height: 1.55; display: grid; gap: 8px; }
.foot-id a { text-decoration: none; }
.foot-id-name { font-weight: 700; color: var(--ink); }
.foot-bottom { display: grid; grid-template-columns: auto 1fr; gap: 12px 48px; padding-top: 28px; font-size: var(--fs-xs); color: var(--faint); line-height: 1.6; }
.foot-bottom p:first-child { font-weight: 600; color: var(--ink); white-space: nowrap; }

/* ---------- cookie bar ---------- */
.cookie {
  position: fixed; z-index: 50; left: 16px; right: 16px; bottom: 16px; max-width: 560px;
  background: #fff; border: 1px solid var(--hair); border-radius: 12px; box-shadow: var(--shadow-lg);
  padding: 20px 22px; font-size: var(--fs-sm); line-height: 1.55;
}
.cookie[hidden] { display: none; }
.cookie a { color: var(--leaf-deep); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }

/* ---------- subpages (about / contact / legal) ---------- */
.page-head { padding-block: clamp(56px, 8vw, 104px) clamp(32px, 4vw, 48px); background: var(--tint); border-bottom: 1px solid var(--hair); }
.page-head h1 { font-family: var(--f-display); font-weight: 500; font-size: clamp(2.3rem, 1.5rem + 3vw, 4rem); line-height: 1.05; letter-spacing: -.02em; }
.page-head p { margin-top: 16px; color: var(--muted); font-size: var(--fs-md); max-width: 60ch; }
.prose { max-width: 760px; margin: clamp(40px, 6vw, 72px) auto clamp(64px, 8vw, 112px); }
.prose h2 { font-family: var(--f-display); font-weight: 500; font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.1rem); line-height: 1.15; margin: 2em 0 .6em; }
.prose h3 { font-size: 1.15rem; margin: 1.6em 0 .5em; }
.prose p, .prose ul, .prose ol { margin-bottom: 1em; color: #22314F; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li + li { margin-top: .4em; }
.prose a { color: var(--leaf-deep); text-underline-offset: 3px; }
.info-card { background: var(--tint); border-left: 4px solid var(--leaf); border-radius: 0 var(--radius) var(--radius) 0; padding: 24px 28px; margin-bottom: 32px; }
.info-card h2 { margin-top: 0; }
.info-card svg { width: 16px; height: 16px; vertical-align: -2px; color: var(--leaf-deep); margin-right: 4px; }
.field { display: grid; gap: 6px; margin-bottom: 16px; }
.field label { font-weight: 600; font-size: var(--fs-sm); }
.field input, .field textarea { font: inherit; padding: 12px 14px; border: 1.5px solid var(--hair); border-radius: 6px; background: #fff; color: var(--ink); width: 100%; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--leaf-deep); box-shadow: 0 0 0 3px rgba(142, 167, 101, .2); }
#formStatus { margin-top: 12px; font-weight: 600; color: var(--leaf-deep); }

/* ---------- Japanese typography (scoped to lang="ja") ---------- */
html[lang="ja"] body { line-height: 1.85; letter-spacing: .02em; line-break: strict; word-break: normal; overflow-wrap: break-word; }
html[lang="ja"] h1, html[lang="ja"] h2, html[lang="ja"] h3, html[lang="ja"] .faq-q, html[lang="ja"] .toc a span:last-child { word-break: auto-phrase; }
html[lang="ja"] .hero h1 { font-weight: 600; line-height: 1.38; letter-spacing: .02em; font-variation-settings: normal; hyphens: manual; }
html[lang="ja"] .band-art h2, html[lang="ja"] .band-h, html[lang="ja"] .sec-head h2, html[lang="ja"] .faq-head h2,
html[lang="ja"] .cta-copy h2, html[lang="ja"] .rev-panel h2, html[lang="ja"] .tile-hero h3, html[lang="ja"] .tile-row h3,
html[lang="ja"] .pr-table thead th, html[lang="ja"] .summary-h { font-weight: 600; line-height: 1.5; letter-spacing: .03em; }
html[lang="ja"] .tile h3, html[lang="ja"] .step h3 { line-height: 1.55; letter-spacing: .02em; }
html[lang="ja"] .hero-lead { line-height: 1.95; max-width: 34em; }
html[lang="ja"] .hero-note { max-width: 24em; }
html[lang="ja"] .standfirst { font-style: normal; font-weight: 500; line-height: 2; letter-spacing: .04em; }
html[lang="ja"] .standfirst p + p { margin-top: 1.1em; font-family: var(--f-text); font-weight: 400; font-size: var(--fs-base); line-height: 1.95; letter-spacing: .02em; color: #22314F; }
html[lang="ja"] .band-art p { line-height: 1.95; }
html[lang="ja"] .lede { line-height: 1.9; }
html[lang="ja"] .mc p { text-align: justify; text-justify: inter-character; }
html[lang="ja"] .mc .span-all { max-width: 40em; }
html[lang="ja"] .dropcap::first-letter { font-family: var(--f-display); font-weight: 700; font-size: 3.3em; line-height: 1; padding: .04em .14em 0 0; margin-right: 0; }
html[lang="ja"] .pull p { font-style: normal; font-weight: 600; font-size: clamp(1.35rem, .95rem + 2vw, 2.5rem); line-height: 1.6; letter-spacing: .04em; }
html[lang="ja"] .note-box { margin-top: 1.4em; padding: 20px 24px; background: var(--sage); border-left: 3px solid var(--leaf); border-radius: 0 var(--radius) var(--radius) 0; }
html[lang="ja"] .tri-wide { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); }
html[lang="ja"] .tri-wide .lede { font-size: var(--fs-lg); line-height: 1.95; max-width: 34em; }
html[lang="ja"] .tile p, html[lang="ja"] .step p, html[lang="ja"] .faq-a, html[lang="ja"] .sec-head p { line-height: 1.85; }
html[lang="ja"] .tile-hero h3 { max-width: 16em; }
html[lang="ja"] .tile-hero p { max-width: 30em; }
html[lang="ja"] .rev-sentiment { font-style: normal; font-weight: 500; line-height: 1.75; font-size: var(--fs-md); }
html[lang="ja"] .rev-card blockquote { font-size: clamp(1.05rem, .95rem + .4vw, 1.25rem); line-height: 1.8; letter-spacing: .02em; }
html[lang="ja"] .wall-item blockquote { font-size: clamp(1.08rem, .95rem + .5vw, 1.3rem); line-height: 1.8; letter-spacing: .02em; }
html[lang="ja"] .wall-ink blockquote { font-size: clamp(1.2rem, 1rem + .8vw, 1.55rem); line-height: 1.7; }
html[lang="ja"] .wall-mark { top: 14px; font-size: 2.6rem; }
html[lang="ja"] .faq-head p { max-width: 24em; }
html[lang="ja"] .faq-q { line-height: 1.6; }
html[lang="ja"] .cta-copy p { max-width: 34em; line-height: 1.9; }
html[lang="ja"] .cta-disclaimer { line-height: 1.85; }
html[lang="ja"] .pr-note { max-width: 52em; line-height: 1.85; }
html[lang="ja"] .foot-brand p { max-width: 30em; }
html[lang="ja"] .adv-bar { letter-spacing: .2em; }
.amount small { font-family: var(--f-text); font-size: .5em; font-weight: 600; margin-right: 3px; vertical-align: .35em; }
@media (max-width: 960px) {
  html[lang="ja"] .tri-wide { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  html[lang="ja"] .mc p { text-align: left; }
  html[lang="ja"] .standfirst p + p { font-size: 1rem; }
  html[lang="ja"] .pr-table thead th { font-size: .84rem; letter-spacing: 0; padding-inline: 2px; word-break: keep-all; }
}

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

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
  .mc-3 { columns: 2; }
  .timeline { gap: 14px; }
  .timeline::before { right: calc((100% - 56px) / 5 - 28px); }
  .step { padding: 18px 16px 22px; }
}

@media (max-width: 960px) {
  .hero-copy { grid-column: 1 / -1; }
  .hero-visual { grid-column: 1 / -1; margin-top: 48px; padding: 32px 0 40px; max-width: 560px; }
  .hero-card img { aspect-ratio: 4 / 3; }
  .hero-lead { max-width: 56ch; }

  .standfirst, .art-meta { grid-column: 1 / -1; }
  .mc-2, .mc-3 { columns: 1; }
  .mc { column-rule: none; }
  .sec-head h2, .sec-head p { grid-column: 1 / -1; }
  .tri { grid-template-columns: 1fr 1fr; }
  .tri .summary { grid-column: 1 / -1; }

  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tile-hero { grid-column: 1 / -1; grid-row: auto; min-height: 340px; }
  .tile-wide { grid-column: 1 / -1; }
  .tile-row { grid-template-columns: 1fr; }

  .timeline { grid-template-columns: 1fr; gap: 16px; }
  .timeline::before { left: 27px; right: auto; top: 28px; bottom: 28px; width: 2px; height: auto; background: linear-gradient(180deg, var(--leaf), var(--leaf) 60%, var(--hair)); }
  .timeline li { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 18px; align-items: start; }
  .step { margin-top: 0; }

  .rev-grid, .faq-grid { grid-template-columns: 1fr; }
  .rev-panel, .faq-head { position: static; }
  .rev-card:nth-child(n) { margin-inline: 0; }

  .wall { columns: 2; }

  .cta-split { grid-template-columns: 1fr; }
  .cta-split::before { width: auto; left: calc(-1 * var(--cta-pad)); top: auto; bottom: auto; height: 0; }
  .cta-plate { border-bottom: 10px solid var(--leaf); }
  .cta .btn-brand { background: var(--leaf); color: var(--ink); box-shadow: none; }
  .cta-act { max-width: 420px; }

  .foot-top { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  body { font-size: 1rem; }
  .brand img { height: 40px; }
  .header-inner { min-height: 68px; padding-block: 12px; }
  .header-inner .btn { padding: 10px 14px; font-size: .88rem; }

  .mc-2, .mc-3 { columns: 1; }
  .mc { column-rule: none; }
  .tri { grid-template-columns: 1fr; }
  .band-art h2, .band-h { margin-bottom: 24px; }
  .art-figure img { aspect-ratio: 16 / 10; }
  .pull-inner { grid-template-columns: 1fr; gap: 12px; }

  .bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .tile, .tile-hero, .tile-wide, .tile-full { grid-column: auto; min-height: 0; }
  .tile-hero .wm svg { width: 280px; height: 280px; }

  .pr-table th, .pr-table td { padding: 12px 8px; }
  .pr-table .pr-feat { width: 46%; }
  .pr-table thead th { font-size: 1.1rem; }
  .pr-table tbody th { font-size: .84rem; padding-left: 14px; }
  .pr-table tfoot th { padding-left: 14px; }
  .pr-table thead .pr-feat { padding-left: 14px; font-size: .78rem; }
  .pr-table thead .pr-prem::before { left: 10px; right: 10px; }
  .amount { font-size: 1.3rem; }
  .terms { font-size: .7rem; }
  .yes, .no { width: 26px; height: 26px; }
  .yes svg, .no svg { width: 14px; height: 14px; }
  .pr-cta .btn { width: 100%; }

  .wall { columns: 1; }
  .wall-item { padding: 26px; }

  .faq-list summary { grid-template-columns: 34px minmax(0, 1fr) 32px; gap: 10px; padding: 18px 0; }
  .faq-ic { width: 32px; height: 32px; }
  .faq-q { font-size: 1rem; }
  .faq-a { padding: 0 0 22px 44px; }

  .rev-card { padding: 22px; }
  .cta-act { max-width: none; }

  .foot-top { grid-template-columns: 1fr; }
  .foot-bottom { grid-template-columns: 1fr; }
  .foot-bottom p:first-child { white-space: normal; }
}

@media (max-width: 400px) {
  .header-inner .btn svg { display: none; }
  .brand img { height: 34px; }
  .hero-act .btn { width: 100%; }
  .faq-a { padding-left: 0; }
  .pr-table tbody th { font-size: .8rem; }
  .dropcap::first-letter { font-size: 4.4em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .reveal { opacity: 1; transform: none; }
  .tile:hover, .rev-card:hover, .cta-badge:hover, .btn-brand:hover { transform: none; }
}

/* ---------- subpages (lang="ja") ---------- */
.page-updated { margin-top: 10px !important; font-size: var(--fs-sm) !important; color: var(--faint) !important; }
html[lang="ja"] .page-head h1 { font-weight: 600; line-height: 1.35; letter-spacing: .03em; word-break: auto-phrase; }
html[lang="ja"] .prose h2 { font-weight: 600; line-height: 1.5; letter-spacing: .02em; }
html[lang="ja"] .prose p, html[lang="ja"] .prose li { line-height: 1.95; }
.header-inner .btn-line:hover svg { transform: translateX(-3px); }
.co-table { width: 100%; border-collapse: collapse; margin: 8px 0 24px; font-size: var(--fs-sm); }
.co-table th, .co-table td { text-align: left; vertical-align: top; padding: 14px 16px; border-bottom: 1px solid var(--hair); overflow-wrap: anywhere; }
.co-table tr:first-child th, .co-table tr:first-child td { border-top: 1px solid var(--hair); }
.co-table th { width: 9em; background: var(--tint); font-weight: 700; color: var(--ink); white-space: nowrap; }
.co-sub { color: var(--muted); }
.contact-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-bottom: 32px; }
.contact-cards .info-card { margin-bottom: 0; padding: 20px 22px; }
.contact-cards .info-card h2 { font-size: 1.2rem; margin: 0 0 .4em; display: flex; align-items: center; gap: 6px; }
.contact-cards .info-card p { margin-bottom: .3em; overflow-wrap: anywhere; }
.card-note { font-size: var(--fs-xs); color: var(--muted) !important; }
.info-card h3 { margin-top: 0; }
.prose .inline-ico { width: 18px; height: 18px; vertical-align: -3px; margin-right: 6px; color: var(--leaf-deep); }
@media (max-width: 640px) {
  .co-table th { width: 6.5em; white-space: normal; }
  html[lang="ja"] .page-head h1 { font-size: clamp(1.7rem, 7vw, 2.3rem); }
  .co-table th, .co-table td { padding: 12px 10px; }
}


/* ---------- 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 #c9d3e3;border-radius:16px;background:rgba(255,255,255,.55);color:#1e335a}
.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:#1e335a}
.cws-of{font-size:1rem;font-weight:600;color:#4a5a78}
.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:#c9d3e3}
.cws-stars-fill{position:absolute;inset:0 auto 0 0;width:66%;overflow:hidden;color:#8ea765}
.cws-count{font-size:.95rem;font-weight:700;color:#1e335a}
.cws-src{font-size:.8rem;color:#4a5a78}
.cws-btn{margin-left:auto}
@media (max-width:640px){.cws-btn{margin-left:0;width:100%;justify-content:center;text-align:center}}
/* rating block sits on the dark navy review panel here */
.rev-panel .cws-rating{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.18);color:#fff}
.rev-panel .cws-num,.rev-panel .cws-count{color:#fff}
.rev-panel .cws-of,.rev-panel .cws-src{color:#c9d3e3}
.rev-panel .cws-stars-base{color:rgba(255,255,255,.25)}
.rev-panel .cws-stars-fill{color:#b8cb97}
