/* ==========================================================================
   Sunwave Piano — sunwavepiano.com.my
   Light throughout: no dark grounds anywhere. Red from the Sunwave logo is an
   accent only, brass is the secondary. Big radii, soft diffused shadows,
   generous whitespace. Sora + DM Sans.
   ========================================================================== */

:root {
  /* brand */
  --red:        #E00000;
  --red-dk:     #B40000;
  --red-lt:     #FF4A3D;
  --red-soft:   #FFEFED;
  --red-line:   #F7D8D4;
  --brass:      #C8912B;
  --brass-dk:   #96690F;
  --brass-soft: #FBF3E1;

  /* grounds — light only */
  --paper:    #FFFFFF;
  --bg:       #FAF9F9;
  --bg-soft:  #F4F2F2;
  --bg-tint:  #FDF4F3;
  --bg-brass: #FDF9F0;

  /* type */
  --ink:      #1A1618;
  --ink-soft: #57504F;
  --ink-mute: #8A8281;
  --line:     #ECE8E7;
  --line-mid: #DFD9D8;

  --g-red:   linear-gradient(135deg, #FF4A3D 0%, #E00000 52%, #BE0000 100%);
  --g-brass: linear-gradient(135deg, #E8C069 0%, #C8912B 55%, #A5761A 100%);

  /* soft, wide-spread elevation */
  --shadow-xs: 0 1px 2px rgba(26, 22, 24, .04);
  --shadow-sm: 0 1px 2px rgba(26, 22, 24, .04), 0 8px 24px rgba(26, 22, 24, .05);
  --shadow-md: 0 2px 6px rgba(26, 22, 24, .05), 0 20px 50px rgba(26, 22, 24, .08);
  --shadow-lg: 0 8px 20px rgba(26, 22, 24, .06), 0 44px 96px rgba(26, 22, 24, .12);
  --shadow-red: 0 6px 20px rgba(224, 0, 0, .26);
  --shadow-wa: 0 8px 24px rgba(31, 168, 85, .32);

  --wrap: 1180px;
  --wrap-narrow: 780px;
  --r-xl: 32px;
  --r: 24px;
  --r-sm: 16px;
  --r-xs: 10px;

  --display: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
a { color: var(--red-dk); text-underline-offset: 3px; }
a:hover { color: var(--red); }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0 0 .6em;
}
h1 { font-size: clamp(2.3rem, 1.5rem + 3vw, 3.7rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 1.3rem + 1.7vw, 2.6rem); }
h3 { font-size: clamp(1.15rem, 1.04rem + 0.5vw, 1.35rem); }
h4 { font-size: 1.02rem; }

h2 em, h3 em {
  font-style: normal;
  background: var(--g-red);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: var(--wrap-narrow); }

section { padding: clamp(3.6rem, 2.4rem + 3.8vw, 6.5rem) 0; position: relative; }
.bg-paper { background: var(--paper); }
.bg-soft { background: var(--bg-soft); }
.bg-tint { background: var(--bg-tint); }

/* ---------- small parts ------------------------------------------------- */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--display);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--red-dk);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background: var(--g-red);
}

.lead { font-size: 1.1rem; color: var(--ink-soft); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  font-family: var(--display);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: -0.012em;
  padding: .95rem 1.7rem;
  border-radius: 100px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }

/* WhatsApp is the only call to action on this site */
.btn-wa {
  background: linear-gradient(135deg, #3AD971 0%, #1FA855 100%);
  color: #fff;
  box-shadow: var(--shadow-wa);
}
.btn-wa:hover { color: #fff; box-shadow: 0 12px 30px rgba(31, 168, 85, .42); }
.btn-wa::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.46 1.32 4.97L2 22l5.25-1.38c1.45.79 3.08 1.21 4.79 1.21 5.46 0 9.91-4.45 9.91-9.91S17.5 2 12.04 2zm5.8 14.03c-.24.68-1.4 1.31-1.94 1.36-.54.05-1.05.24-3.53-.73-2.98-1.17-4.85-4.27-5-4.47-.15-.2-1.19-1.59-1.19-3.03 0-1.44.75-2.15 1.02-2.44.27-.29.59-.37.78-.37.19 0 .39 0 .56.01.18.01.42-.07.66.5.24.58.83 2.02.9 2.17.07.15.12.32.02.51-.1.2-.15.32-.29.49-.15.17-.31.39-.44.52-.15.15-.3.31-.13.61.17.29.76 1.26 1.63 2.04 1.12 1 2.06 1.31 2.35 1.46.29.15.46.12.63-.07.17-.2.73-.85.92-1.14.2-.29.39-.24.66-.15.27.1 1.71.81 2 .95.29.15.49.22.56.34.07.13.07.73-.17 1.41z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.btn-lg { padding: 1.1rem 2rem; font-size: 1.02rem; }

.btn-soft {
  background: var(--paper);
  color: var(--ink);
  box-shadow: inset 0 0 0 1.5px var(--line-mid), var(--shadow-xs);
}
.btn-soft:hover { color: var(--red-dk); box-shadow: inset 0 0 0 1.5px var(--red-line), var(--shadow-sm); }

.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }

.chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .82rem;
  font-weight: 600;
  padding: .35rem .8rem;
  border-radius: 100px;
  background: var(--bg-soft);
  color: var(--ink-soft);
  text-decoration: none;
}
a.chip:hover { background: var(--red-soft); color: var(--red-dk); }
.chip-row { display: flex; flex-wrap: wrap; gap: .45rem; }

/* ---------- header ------------------------------------------------------ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: .65rem 24px;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.header-logo { display: flex; align-items: center; gap: .65rem; text-decoration: none; flex-shrink: 0; }
.header-logo img { width: 50px; height: auto; }
.wordmark { display: flex; flex-direction: column; line-height: 1.1; }
.wordmark b {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: -0.035em;
  color: var(--ink);
}
.wordmark b i { font-style: normal; color: var(--red); }
.wordmark em {
  font-style: normal;
  font-size: .64rem;
  letter-spacing: .08em;
  color: var(--ink-mute);
  text-transform: uppercase;
  margin-top: .12rem;
}

.main-nav { margin-left: auto; display: flex; align-items: center; gap: .15rem; }
.main-nav a {
  font-family: var(--display);
  font-size: .845rem;
  font-weight: 600;
  white-space: nowrap;
  color: var(--ink-soft);
  text-decoration: none;
  padding: .5rem .6rem;
  border-radius: 100px;
  transition: background .16s ease, color .16s ease;
}
.main-nav a:hover { background: var(--bg-soft); color: var(--ink); }
.main-nav a.is-current { color: var(--red-dk); }

/* dropdown for the Used Pianos family */
.nav-drop { position: relative; }
.nav-drop > a { display: inline-flex; align-items: center; gap: .3rem; }
.nav-drop > a svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2.4; transition: transform .18s ease; }
.nav-drop:hover > a svg { transform: rotate(180deg); }
.nav-menu {
  position: absolute;
  top: calc(100% + .35rem);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 244px;
  padding: .45rem;
  border-radius: var(--r-sm);
  background: var(--paper);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  display: grid;
  gap: .1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
.nav-drop:hover .nav-menu,
.nav-drop:focus-within .nav-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-menu a { display: block; padding: .5rem .7rem; border-radius: 9px; font-size: .85rem; white-space: nowrap; }
.header-cta { margin-left: .5rem; padding: .68rem 1.15rem !important; font-size: .85rem !important; white-space: nowrap; }

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: var(--bg-soft);
  cursor: pointer;
  padding: 11px;
  flex-direction: column;
  justify-content: space-between;
}
.nav-toggle span { display: block; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1020px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--paper);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .6rem 18px 1.1rem;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    display: none;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .8rem .6rem; border-radius: 10px; font-size: .98rem; }
  .header-cta { margin: .6rem 0 0; }
}

/* ---------- hero -------------------------------------------------------- */

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.6rem, 1.6rem + 3.5vw, 4.6rem) 0 clamp(3rem, 2rem + 3vw, 4.4rem);
  background:
    radial-gradient(1100px 560px at 88% -12%, #FDECE9 0%, rgba(253, 236, 233, 0) 62%),
    radial-gradient(820px 480px at -8% 108%, #FBF2DF 0%, rgba(251, 242, 223, 0) 62%),
    var(--paper);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(1.8rem, 1rem + 3vw, 3.4rem);
  align-items: stretch;            /* both columns share one height */
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; }
.hero h1 { margin-bottom: .9rem; }
.hero h1 em {
  display: block;
  font-style: normal;
  margin-top: .5rem;
  font-size: .40em;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--ink-soft);
  background: none;
  -webkit-text-fill-color: var(--ink-soft);
}
.hero .lead { max-width: 52ch; }

.hero-badge-top {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  align-self: flex-start;
  padding: .38rem .95rem .38rem .4rem;
  border-radius: 100px;
  background: var(--paper);
  box-shadow: inset 0 0 0 1px var(--line-mid), var(--shadow-xs);
  font-size: .8rem;
  color: var(--ink-soft);
  margin-bottom: 1.5rem;
}
.hero-badge-top b {
  background: var(--g-brass);
  color: #FFF;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: .26rem .65rem;
  border-radius: 100px;
}

/* price answered in the hero: it is the first question every buyer has, and
   saying it up front pre-qualifies rather than filtering people out */
.hero-price {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-top: 1.6rem;
  padding: .95rem 1.3rem;
  border-radius: var(--r-sm);
  background: linear-gradient(120deg, var(--bg-tint) 0%, var(--bg-brass) 100%);
  box-shadow: inset 0 0 0 1px var(--red-line);
}
.hero-price .amt {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.15rem, .95rem + .7vw, 1.5rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: var(--ink);
  white-space: nowrap;
}
.hero-price .amt i { font-style: normal; font-weight: 600; color: var(--ink-mute); font-size: .72em; }
.hero-price p { margin: 0; font-size: .87rem; line-height: 1.45; color: var(--ink-soft); }

/* "what do you need" router in the hero — the fastest path to the right section */
.quick-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.quick {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .6rem 1rem;
  border-radius: 100px;
  font-family: var(--display);
  font-size: .87rem;
  font-weight: 600;
  color: var(--ink);
  background: var(--paper);
  text-decoration: none;
  box-shadow: inset 0 0 0 1px var(--line-mid), var(--shadow-xs);
  transition: transform .18s ease, box-shadow .18s ease, color .18s ease;
}
.quick:hover {
  transform: translateY(-2px);
  color: var(--red-dk);
  box-shadow: inset 0 0 0 1.5px var(--red-line), var(--shadow-sm);
}
.quick svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

/* coverage chips */
.coverage {
  margin-top: 2rem;
  padding: 1.6rem 1.8rem;
  border-radius: var(--r);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}
.coverage h3 { font-size: 1.1rem; margin: 0 0 .9rem; }
.coverage .chip-row { gap: .5rem; }
.coverage .chip { background: var(--bg-soft); font-weight: 600; }
.coverage p { margin: 1rem 0 0; font-size: .9rem; color: var(--ink-mute); }

.cover-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.cover-grid .coverage { margin-top: 0; }
@media (max-width: 780px) { .cover-grid { grid-template-columns: 1fr; } }

.hero-cta-note {
  margin-top: 1rem;
  font-size: .89rem;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 46ch;
}
.hero-cta-note b { color: var(--ink); }

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem 1.1rem;
  margin-top: 1.6rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
}
.hero-proof span { display: flex; align-items: center; gap: .4rem; font-size: .82rem; color: var(--ink-mute); }
.hero-proof span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--brass); }

/* what you get, shown against the photo rather than as another text list */
.hero-incl {
  position: absolute;
  left: -20px;
  top: 26px;
  width: 250px;
  padding: 1.05rem 1.15rem;
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-md);
}
.hero-incl b {
  display: block;
  font-family: var(--display);
  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: .6rem;
}
.hero-incl ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.hero-incl li { display: flex; gap: .5rem; align-items: flex-start; font-size: .85rem; line-height: 1.4; color: var(--ink); }
.hero-incl svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 3px; fill: none; stroke: #1FA855; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

/* the art column stretches to match the copy column */
.hero-art { position: relative; display: flex; }
.hero-main {
  position: relative;
  flex: 1;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  min-height: 380px;
}
.hero-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-stat {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: .85rem 1.15rem;
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-md);
  max-width: 62%;
}
.hero-stat b {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.hero-stat span { display: block; font-size: .76rem; line-height: 1.35; color: var(--ink-soft); margin-top: .2rem; }

/* ==========================================================================
   Inner-page furniture. Deliberately NOT the homepage hero: centred header,
   a thumbnail shelf instead of one big photo, and a rule-divided glance bar.
   ========================================================================== */

.page-head {
  padding: clamp(2.2rem, 1.5rem + 2.5vw, 3.6rem) 0 0;
  background:
    radial-gradient(900px 420px at 50% -40%, #FDECE9 0%, rgba(253, 236, 233, 0) 64%),
    var(--paper);
  text-align: center;
}
.crumb { font-size: .83rem; color: var(--ink-mute); margin-bottom: 1.4rem; }
.crumb a { color: var(--ink-mute); text-decoration: none; }
.crumb a:hover { color: var(--red-dk); }
.crumb span { margin: 0 .45rem; opacity: .55; }
.page-head .eyebrow { justify-content: center; }
.page-head h1 { max-width: 20ch; margin-inline: auto; }
.page-head h1 em {
  display: block;
  font-style: normal;
  margin-top: .55rem;
  font-size: .38em;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--ink-soft);
  background: none;
  -webkit-text-fill-color: var(--ink-soft);
}
.page-head .lead { max-width: 62ch; margin-inline: auto; }
.page-head .btn-row { justify-content: center; margin-top: 1.7rem; }

.head-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: .2rem .7rem;
  margin-top: 1.5rem;
  padding: .8rem 1.5rem;
  border-radius: 100px;
  background: linear-gradient(120deg, var(--bg-tint) 0%, var(--bg-brass) 100%);
  box-shadow: inset 0 0 0 1px var(--red-line);
}
.head-price b { font-family: var(--display); font-weight: 800; font-size: 1.2rem; letter-spacing: -0.035em; }
.head-price i { font-style: normal; font-weight: 600; color: var(--ink-mute); }
.head-price span { font-size: .87rem; color: var(--ink-soft); }

/* a shelf of stock rather than one hero photo */
.shelf {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .8rem;
  margin-top: clamp(2rem, 1.4rem + 2vw, 3rem);
}
.shelf a { display: block; border-radius: var(--r-sm); overflow: hidden; box-shadow: var(--shadow-sm); }
.shelf img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .45s ease; }
.shelf a:hover img { transform: scale(1.07); }

.glance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem 0;
  margin-top: 2rem;
  padding: 1.1rem 0 0;
  border-top: 1px solid var(--line);
}
.glance div { padding: 0 clamp(.9rem, .5rem + 1.4vw, 2rem); border-left: 1px solid var(--line); text-align: center; }
.glance div:first-child { border-left: 0; }
.glance b { display: block; font-family: var(--display); font-weight: 800; font-size: 1.15rem; letter-spacing: -0.035em; }
.glance span { font-size: .8rem; color: var(--ink-mute); }

/* slim cross-link strips, so the inner page does not repeat whole homepage blocks */
.strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.4rem;
  padding: 1.5rem 1.7rem;
  border-radius: var(--r);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}
.strip.tinted { background: linear-gradient(120deg, var(--bg-tint) 0%, var(--bg-brass) 100%); box-shadow: inset 0 0 0 1px var(--red-line); }
.strip .txt { flex: 1 1 340px; }
.strip b { display: block; font-family: var(--display); font-size: 1.1rem; letter-spacing: -0.025em; }
.strip p { margin: .25rem 0 0; font-size: .93rem; color: var(--ink-soft); }
.strip .chip-row { margin-top: .8rem; }

/* ---------- stat strip -------------------------------------------------- */

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--paper);
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.stat-strip > div { padding: 1.4rem 1.5rem; border-left: 1px solid var(--line); }
.stat-strip > div:first-child { border-left: 0; }
.stat-strip strong {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--ink);
}
.stat-strip span { display: block; font-size: .84rem; color: var(--ink-mute); margin-top: .2rem; }

/* ---------- brand cards (second hand piano malaysia) -------------------- */

.brand-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; margin-top: 2.2rem; }
.brand-card {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease;
}
.brand-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.brand-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.brand-card .body { padding: 1.3rem 1.5rem 1.5rem; }
.brand-card h3 { margin: 0 0 .35rem; }
.brand-card p { font-size: .94rem; color: var(--ink-soft); margin: 0 0 .9rem; }
.brand-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: .3rem .8rem;
  border-radius: 100px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(8px);
  font-family: var(--display);
  font-size: .74rem;
  font-weight: 700;
  color: var(--ink);
  box-shadow: var(--shadow-xs);
}

/* ---------- route steps ------------------------------------------------- */

.route { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; margin-top: 2.4rem; }
.route-step { background: var(--paper); border-radius: var(--r); padding: 1rem 1rem 1.4rem; box-shadow: var(--shadow-sm); }
.route-step figure { position: relative; }
.route-step img { border-radius: var(--r-sm); aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.route-step .n {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 800;
  font-size: .92rem;
  color: #fff;
  background: var(--g-red);
  box-shadow: var(--shadow-red);
}
.route-step h3 { margin: 1.1rem 0 .4rem; font-size: 1.05rem; }
.route-step p { font-size: .92rem; color: var(--ink-soft); margin: 0; }

/* ---------- pick by room ------------------------------------------------ */

.pick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 2.3rem; }
.pick-card {
  background: var(--paper);
  border-radius: var(--r);
  padding: 1.8rem 1.6rem 1.6rem;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}
.pick-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--g-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.pick-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.pick-card:hover::before { transform: scaleX(1); }
.pick-card p { font-size: .95rem; color: var(--ink-soft); }
.pick-card .chip-row { margin-top: 1.1rem; }
.pick-label {
  display: inline-flex;
  font-family: var(--display);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: .5rem;
}
.pick-card .chip-lead {
  display: block;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 1.2rem;
}

/* "not sure" route out of the three cards */
.helper-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.3rem;
  padding: 1.4rem 1.6rem;
  border-radius: var(--r);
  background: linear-gradient(120deg, var(--bg-tint) 0%, var(--bg-brass) 100%);
  box-shadow: inset 0 0 0 1px var(--red-line);
}
.helper-bar .ico {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: var(--paper);
  box-shadow: var(--shadow-xs);
}
.helper-bar .ico svg { width: 25px; height: 25px; fill: none; stroke: var(--red-dk); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.helper-bar .txt { flex: 1 1 320px; }
.helper-bar b { display: block; font-family: var(--display); font-size: 1.12rem; letter-spacing: -0.025em; }
.helper-bar p { margin: .2rem 0 0; font-size: .93rem; color: var(--ink-soft); }

.icon-tile {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: var(--bg-soft);
  margin-bottom: 1.1rem;
}
.icon-tile svg { width: 24px; height: 24px; fill: none; stroke: var(--ink); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-tile.red { background: var(--red-soft); }
.icon-tile.red svg { stroke: var(--red-dk); }
.icon-tile.brass { background: var(--brass-soft); }
.icon-tile.brass svg { stroke: var(--brass-dk); }

/* ---------- model rows -------------------------------------------------- */

.model-list { display: grid; gap: 1rem; margin-top: 2.3rem; }
.model-row {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 1.6rem;
  align-items: center;
  background: var(--paper);
  border-radius: var(--r);
  padding: 1rem 1.5rem 1rem 1rem;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.model-row:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.model-row figure { overflow: hidden; border-radius: var(--r-sm); }
.model-row img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; transition: transform .5s ease; }
.model-row:hover img { transform: scale(1.05); }
.model-row h3 { margin: 0 0 .3rem; }
.model-tag {
  display: inline-block;
  font-family: var(--display);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--brass-dk);
  background: var(--brass-soft);
  padding: .2rem .55rem;
  border-radius: 5px;
  margin-bottom: .5rem;
}
.spec-row { display: flex; flex-wrap: wrap; gap: .35rem .9rem; margin: .5rem 0 0; padding: 0; list-style: none; }
.spec-row li { font-size: .85rem; color: var(--ink-mute); }
.spec-row li b { color: var(--ink); font-weight: 600; }
.model-row .fit { font-size: .93rem; color: var(--ink-soft); margin: .5rem 0 0; }
.model-actions { min-width: 200px; }
.model-actions .btn { width: 100%; font-size: .88rem; padding: .8rem 1rem; }

/* ---------- used vs new comparison -------------------------------------- */

.compare { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; margin-top: 2.3rem; }
.compare-col {
  background: var(--paper);
  border-radius: var(--r);
  padding: 1.7rem 1.7rem 1.8rem;
  box-shadow: var(--shadow-sm);
}
.compare-col.win {
  background: linear-gradient(180deg, var(--bg-tint) 0%, var(--paper) 46%);
  box-shadow: var(--shadow-md), inset 0 0 0 1.5px var(--red-line);
}
.compare-tag {
  display: inline-flex;
  font-family: var(--display);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 1.1rem;
}
.compare-col.win .compare-tag { color: var(--red-dk); }
.compare-col h3 { font-size: 1.22rem; margin: 0 0 1.1rem; }
.compare-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .8rem; }
.compare-list li { display: flex; gap: .7rem; align-items: flex-start; font-size: .95rem; color: var(--ink-soft); }
.compare-list svg { width: 20px; height: 20px; flex-shrink: 0; margin-top: 3px; }
.compare-list .yes { fill: none; stroke: #1FA855; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.compare-list .no  { fill: none; stroke: var(--ink-mute); stroke-width: 2.4; stroke-linecap: round; }

/* ==========================================================================
   Individual model pages. The spec block IS the hero: for most models we have
   no photograph of that exact instrument, so we lead with the numbers and ask
   for photos rather than showing a stand-in.
   ========================================================================== */

.model-head {
  padding: clamp(2rem, 1.4rem + 2.2vw, 3.2rem) 0 clamp(2.4rem, 1.8rem + 2vw, 3.6rem);
  background:
    radial-gradient(900px 420px at 80% -30%, #FDECE9 0%, rgba(253, 236, 233, 0) 62%),
    var(--paper);
}
.model-head-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(1.8rem, 1rem + 3vw, 3.2rem);
  align-items: center;
  margin-top: .6rem;
}
.model-head h1 { font-size: clamp(1.9rem, 1.3rem + 2.4vw, 3rem); }

.spec-grid {
  list-style: none;
  margin: 1.7rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .6rem;
}
.spec-grid li {
  position: relative;
  padding: 1rem 1.1rem 1.05rem;
  border-radius: var(--r-sm);
  background: linear-gradient(160deg, var(--paper) 0%, var(--bg-soft) 140%);
  box-shadow: inset 0 0 0 1px var(--line), var(--shadow-xs);
  overflow: hidden;
}
.spec-grid li::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--g-red);
  opacity: .55;
}
.spec-grid b {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--ink);
}
.spec-grid span {
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* the model card: a Kawai upright with the model number set over it */
.model-hero { position: relative; }
.model-hero-media {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #14100F;
}
.model-hero-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1.001);
}
.model-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(12, 10, 10, .34) 0%,
    rgba(12, 10, 10, 0) 32%,
    rgba(12, 10, 10, .52) 62%,
    rgba(12, 10, 10, .88) 100%);
  pointer-events: none;
}
.mh-brand {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .38rem .85rem;
  border-radius: 100px;
  background: rgba(255, 255, 255, .16);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28);
  font-family: var(--display);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #fff;
}
.mh-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 1.5rem 1.6rem 1.4rem; }
.mh-series {
  display: block;
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #E8C069;
  margin-bottom: .25rem;
}
.mh-name {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.4rem, 1.6rem + 3.4vw, 3.8rem);
  line-height: .98;
  letter-spacing: -0.05em;
  color: #fff;
}
.mh-chips { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .95rem; }
.mh-chips span {
  padding: .34rem .8rem;
  border-radius: 100px;
  font-size: .8rem;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, .14);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
}
/* quick decision strip under the card, instead of a photo disclaimer */
.decide-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .55rem;
  margin-top: .8rem;
}
.decide-strip div {
  padding: .8rem .9rem;
  border-radius: var(--r-sm);
  background: var(--paper);
  box-shadow: inset 0 0 0 1px var(--line), var(--shadow-xs);
}
.decide-strip b {
  display: block;
  font-family: var(--display);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: .2rem;
}
.decide-strip span { font-size: .87rem; font-weight: 600; color: var(--ink); line-height: 1.3; }

/* what you get, shown high on the page with real photos of the extras */
.get-band {
  margin-top: clamp(1.8rem, 1.2rem + 2vw, 2.6rem);
  padding: clamp(1.4rem, 1rem + 1.6vw, 2rem);
  border-radius: var(--r-xl);
  background: linear-gradient(120deg, var(--bg-tint) 0%, var(--bg-brass) 100%);
  box-shadow: inset 0 0 0 1px var(--red-line);
}
.get-band-head { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; align-items: baseline; margin-bottom: 1.2rem; }
.get-band-head h2 { font-size: clamp(1.25rem, 1.05rem + .8vw, 1.6rem); margin: 0; }
.get-band-head p { margin: 0; font-size: .93rem; color: var(--ink-soft); }
.get-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .8rem; }
.get-item {
  background: var(--paper);
  border-radius: var(--r-sm);
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: transform .2s ease, box-shadow .2s ease;
}
.get-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.get-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.get-item .txt { padding: .7rem .8rem .85rem; }
.get-item b { display: block; font-family: var(--display); font-size: .88rem; letter-spacing: -0.02em; line-height: 1.25; }
.get-item span { font-size: .78rem; color: var(--ink-mute); }
.get-band-foot {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.2rem;
  align-items: center;
  justify-content: space-between;
}
.get-band-foot span { font-size: .89rem; color: var(--ink-soft); }
.get-band-foot b { color: var(--ink); }

/* compact rent-to-own band. Deliberately small: a nudge, not a section. */
section.tight { padding: clamp(1.6rem, 1.2rem + 1.2vw, 2.4rem) 0; }
.rto-mini {
  padding: clamp(1.4rem, 1.1rem + 1.3vw, 2.1rem) clamp(1.4rem, 1rem + 1.4vw, 2.1rem);
  border-radius: var(--r-xl);
  background: linear-gradient(120deg, var(--bg-tint) 0%, var(--bg-brass) 100%);
  box-shadow: inset 0 0 0 1px var(--red-line);
}
.rto-mini-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem 2rem;
  align-items: center;
}

/* the four beats of the programme, kept to one line each */
.rto-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .8rem;
  margin-top: 1.4rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(224, 0, 0, .14);
  counter-reset: rtoflow;
}
.rto-flow > div { display: flex; gap: .65rem; align-items: flex-start; }
.rto-flow > div > div { min-width: 0; }
.rto-flow > div::before {
  counter-increment: rtoflow;
  content: counter(rtoflow);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 800;
  font-size: .74rem;
  color: #fff;
  background: var(--g-red);
}
.rto-flow b { display: block; font-family: var(--display); font-size: .92rem; letter-spacing: -0.02em; }
.rto-flow span { font-size: .85rem; line-height: 1.45; color: var(--ink-soft); }

@media (max-width: 900px) { .rto-flow { grid-template-columns: repeat(2, 1fr); gap: 1rem; } }
@media (max-width: 620px) { .rto-flow { grid-template-columns: 1fr; } }
.rto-mini-tag {
  display: inline-flex;
  font-family: var(--display);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--red-dk);
  margin-bottom: .45rem;
}
.rto-mini h2 {
  font-size: clamp(1.25rem, 1.05rem + .85vw, 1.7rem);
  margin: 0 0 .4rem;
  letter-spacing: -0.035em;
}
.rto-mini p { margin: 0; font-size: .95rem; color: var(--ink-soft); max-width: 56ch; }

@media (max-width: 720px) {
  .rto-mini-top { grid-template-columns: 1fr; }
  .rto-mini .btn { width: 100%; }
}

/* the buy / look-elsewhere verdict */
.verdict { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; margin-top: 2.1rem; }
.verdict-col {
  border-radius: var(--r);
  padding: 1.5rem 1.6rem 1.6rem;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}
.verdict-col.yes { background: linear-gradient(180deg, #F2FBF5 0%, var(--paper) 55%); box-shadow: var(--shadow-md), inset 0 0 0 1.5px #CDEBD8; }
.verdict-col h3 { font-size: 1.1rem; margin: 0 0 1rem; display: flex; align-items: center; gap: .5rem; }
.verdict-col h3 svg { width: 22px; height: 22px; flex-shrink: 0; fill: none; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.verdict-col.yes h3 svg { stroke: #1FA855; }
.verdict-col.no h3 svg { stroke: var(--ink-mute); }
.verdict-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.verdict-list li { display: flex; gap: .6rem; font-size: .94rem; color: var(--ink-soft); }
.verdict-list li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; margin-top: .6rem; flex-shrink: 0; background: var(--ink-mute); }
.verdict-col.yes .verdict-list li::before { background: #1FA855; }

/* what happens next */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.1rem; counter-reset: flow; }
.flow div {
  position: relative;
  padding: 1.5rem 1.3rem 1.4rem;
  border-radius: var(--r);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}
.flow div::before {
  counter-increment: flow;
  content: counter(flow);
  position: absolute;
  top: -13px;
  left: 1.3rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 800;
  font-size: .82rem;
  color: #fff;
  background: var(--g-red);
  box-shadow: var(--shadow-red);
}
.flow b { display: block; font-family: var(--display); font-size: 1rem; margin: .35rem 0 .3rem; }
.flow p { font-size: .89rem; color: var(--ink-soft); margin: 0; }

/* size comparison table. Wide content scrolls inside its own container so the
   page body never scrolls sideways. */
.table-wrap {
  margin-top: 2rem;
  overflow-x: auto;
  border-radius: var(--r);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}
.cmp-table { width: 100%; border-collapse: collapse; font-size: .95rem; min-width: 560px; }
.cmp-table th {
  text-align: left;
  font-family: var(--display);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  padding: 1rem 1.2rem .7rem;
  border-bottom: 1px solid var(--line);
}
.cmp-table td { padding: .95rem 1.2rem; border-bottom: 1px solid var(--line-soft, #F3F0F0); color: var(--ink-soft); }
.cmp-table tr:last-child td { border-bottom: 0; }
.cmp-table td a { font-weight: 600; text-decoration: none; }
.cmp-table .is-this td { background: var(--bg-tint); color: var(--ink); }
.pill-mini {
  display: inline-block;
  font-family: var(--display);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--red-dk);
  background: var(--paper);
  padding: .15rem .5rem;
  border-radius: 100px;
  margin-left: .4rem;
  vertical-align: middle;
}

@media (max-width: 620px) {
  .cmp-table { min-width: 0; }
  .cmp-table thead { display: none; }
  .cmp-table tr { display: block; border-bottom: 1px solid var(--line); padding: .5rem 0; }
  .cmp-table tr:last-child { border-bottom: 0; }
  .cmp-table td { display: flex; justify-content: space-between; gap: 1rem; border: 0; padding: .4rem 1.1rem; }
  .cmp-table td::before {
    content: attr(data-col);
    font-family: var(--display);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ink-mute);
  }
  .cmp-table .is-this td { background: none; }
  .cmp-table .is-this { background: var(--bg-tint); border-radius: var(--r-sm); }
}

/* the long model index on the uprights page */
.model-index { margin-top: 2.2rem; display: grid; gap: 1.1rem; }
.model-index-group {
  background: var(--paper);
  border-radius: var(--r);
  padding: 1.4rem 1.6rem 1.5rem;
  box-shadow: var(--shadow-sm);
}
.model-index-group h3 { font-size: 1.05rem; margin: 0 0 .3rem; }
.model-index-group p { font-size: .9rem; color: var(--ink-soft); margin: 0 0 .9rem; }
.model-index-group .chip-row { gap: .4rem; }
.model-index-group .chip { background: var(--bg-soft); font-weight: 600; }
.model-index-group .chip b { font-weight: 700; }
.model-index-group .chip i { font-style: normal; color: var(--ink-mute); font-weight: 500; margin-left: .3rem; }

/* ---------- model finder ------------------------------------------------ */
/* browse-by-model panel on the money page and the two brand hubs */

.finder { margin-top: 2.2rem; }
.finder [hidden] { display: none !important; }

/* the category links: brand hub, uprights, grands */
/* column count is set per page so the cards never leave a single orphan on
   the last row: 6 cards run 3 across, 4 cards run 2 across */
.finder-cats { display: grid; gap: .7rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.finder-cats.c3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.finder-cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
  padding: .9rem 1.1rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  box-shadow: var(--shadow-xs);
  color: var(--ink);
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.finder-cat:hover {
  color: var(--ink);
  border-color: var(--red-line);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}
.finder-cat b { display: block; font-family: var(--display); font-size: .95rem; font-weight: 700; }
.finder-cat .sub { display: block; margin-top: .15rem; font-size: .78rem; color: var(--ink-mute); }
.finder-cat i {
  font-style: normal;
  font-weight: 700;
  font-size: .74rem;
  white-space: nowrap;
  color: var(--red-dk);
  background: var(--red-soft);
  border-radius: 100px;
  padding: .22rem .62rem;
}

/* search by model number */
.finder-search { position: relative; margin-top: 1.8rem; }
.finder-search input {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  padding: .95rem 1.2rem .95rem 2.9rem;
  background: var(--paper);
  border: 1px solid var(--line-mid);
  border-radius: 100px;
  box-shadow: var(--shadow-xs);
}
.finder-search input::placeholder { color: var(--ink-mute); }
.finder-search input:focus {
  outline: none;
  border-color: var(--red-lt);
  box-shadow: 0 0 0 4px var(--red-soft);
}
.finder-search svg {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--ink-mute);
  stroke-width: 2;
  stroke-linecap: round;
  pointer-events: none;
}

/* one set at a time */
.finder-tabs { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1rem; }
.finder-tab {
  font: inherit;
  font-size: .85rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .52rem 1.05rem;
  color: var(--ink-soft);
  background: var(--paper);
  border: 1px solid var(--line-mid);
  border-radius: 100px;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.finder-tab i { font-style: normal; font-weight: 700; font-size: .72rem; color: var(--ink-mute); }
.finder-tab:hover { color: var(--red-dk); border-color: var(--red-line); }
.finder-tab.on { color: #fff; background: var(--red-dk); border-color: var(--red-dk); }
.finder-tab.on i { color: rgba(255, 255, 255, .72); }

.finder-set > .note { font-size: .9rem; color: var(--ink-soft); margin: 1.6rem 0 0; max-width: 70ch; }
.finder-set .model-index { margin-top: 1.1rem; }
.js .finder-set { display: none; }
.js .finder-set.on { display: block; }

.finder-empty {
  margin-top: 1.3rem;
  padding: 1.15rem 1.4rem;
  font-size: .92rem;
  color: var(--ink-soft);
  background: var(--bg-soft);
  border-radius: var(--r-sm);
}

@media (max-width: 860px) {
  .finder-cats, .finder-cats.c3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .finder-cats, .finder-cats.c3 { grid-template-columns: 1fr; }
  .finder-tab { padding: .48rem .85rem; font-size: .8rem; }
}

/* ---------- blog: reading progress -------------------------------------- */
/* Sits above the sticky header so it reads as a hairline across the very top. */

.read-bar {
  position: fixed;
  inset: 0 0 auto 0;
  height: 3px;
  z-index: 70;
  pointer-events: none;
}
.read-bar span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--g-red);
  border-radius: 0 3px 3px 0;
  transition: width .1s linear;
}

/* ---------- blog: post head --------------------------------------------- */

.post-head {
  padding: 3.2rem 0 2rem;
  background: radial-gradient(130% 110% at 50% 0, var(--bg-tint) 0%, var(--paper) 60%);
  text-align: center;
}
.post-head .crumb,
.post-head .eyebrow { justify-content: center; }
.post-head h1 {
  font-size: clamp(1.85rem, 1.25rem + 2.4vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  max-width: 20ch;
  margin: .9rem auto .9rem;
}
.post-head .lead { max-width: 60ch; margin-inline: auto; }

.byline {
  margin: 2.1rem auto 0;
  max-width: 620px;
  display: grid;
  gap: .75rem;
  text-align: left;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: .95rem 1.15rem;
  box-shadow: var(--shadow-xs);
}
.byline-top { display: flex; align-items: center; gap: .85rem; }
.byline-mark {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: var(--g-red);
  color: #fff;
  font-family: var(--display);
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: .06em;
  box-shadow: var(--shadow-red);
}
.byline-who { flex: 1 1 auto; min-width: 0; }
.byline-who b { display: block; font-family: var(--display); font-size: .94rem; color: var(--ink); }
.byline-who span { font-size: .78rem; color: var(--ink-mute); }
/* The same meta row is reused on the index cards, where the hairline above it
   would be wrong. Scope the divider to the post byline only. */
.byline > .byline-meta { padding-top: .7rem; border-top: 1px solid var(--line); }
.byline-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .3rem .8rem;
  font-size: .77rem;
  color: var(--ink-mute);
}
.byline-meta li { display: flex; align-items: center; gap: .5rem; }
.byline-meta li + li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--line-mid);
}

/* ---------- blog: two column layout ------------------------------------- */

.post-body { padding: 2.4rem 0 3.4rem; }
.post-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 2.8rem;
  align-items: start;
}
.post-main { min-width: 0; }
/* minmax(0,1fr) and min-width:0 all the way down are load-bearing. The mobile
   table of contents is a nowrap chip row, and its min-content (about 1530px)
   propagates up through every auto-minimum track it is allowed to, which blew
   the whole article column past the viewport. */
.post-side {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  min-width: 0;
  position: sticky;
  top: 92px;
}

.side-card {
  min-width: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 1.1rem 1.2rem;
  box-shadow: var(--shadow-xs);
}
.side-card > b {
  display: block;
  font-family: var(--display);
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--ink-mute);
  margin-bottom: .7rem;
}
.toc nav { display: grid; gap: .1rem; min-width: 0; }
.toc a {
  display: block;
  padding: .4rem .6rem .4rem .8rem;
  font-size: .87rem;
  line-height: 1.45;
  color: var(--ink-soft);
  text-decoration: none;
  border-left: 2px solid var(--line);
  border-radius: 0 8px 8px 0;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.toc a:hover { color: var(--ink); background: var(--bg-soft); }
.toc a.on {
  color: var(--red-dk);
  border-left-color: var(--red);
  background: var(--red-soft);
  font-weight: 500;
}
.side-ask { background: var(--bg-tint); border-color: var(--red-line); }
.side-ask p { margin: 0 0 .9rem; font-size: .87rem; line-height: 1.6; color: var(--ink-soft); }
.side-ask .btn { width: 100%; justify-content: center; }
.side-links a {
  display: block;
  padding: .55rem 0;
  font-size: .87rem;
  line-height: 1.45;
  color: var(--ink-soft);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}
.side-links a:last-child { border-bottom: 0; padding-bottom: 0; }
.side-links a:hover { color: var(--red-dk); }
.side-links a::after { content: " \2192"; color: var(--ink-mute); }

/* ---------- blog: article body ------------------------------------------ */

.article-hero { margin: 0 0 2rem; }
.article-hero img {
  width: 100%;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-md);
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.article-hero figcaption {
  margin-top: .8rem;
  font-size: .82rem;
  line-height: 1.55;
  color: var(--ink-mute);
  padding-left: 1rem;
  border-left: 2px solid var(--line-mid);
}

.takeaways {
  margin: 0 0 2.6rem;
  padding: 1.4rem 1.6rem;
  background: var(--bg-brass);
  border: 1px solid #F0E4C6;
  border-radius: var(--r-sm);
}
.takeaways > b {
  display: block;
  font-family: var(--display);
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--brass-dk);
  margin-bottom: .85rem;
}
.takeaways ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .65rem; }
.takeaways li {
  position: relative;
  padding-left: 1.6rem;
  font-size: .96rem;
  line-height: 1.62;
  color: var(--ink);
}
.takeaways li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: var(--g-brass);
}

.article { max-width: 70ch; }
.article h2 {
  font-size: clamp(1.4rem, 1.15rem + .8vw, 1.9rem);
  margin: 2.9rem 0 .9rem;
  letter-spacing: -0.032em;
  scroll-margin-top: 100px;
}
.article h2:first-child { margin-top: 0; }
.article h3 { font-size: 1.14rem; margin: 2rem 0 .55rem; scroll-margin-top: 100px; }
.article p { font-size: 1.03rem; line-height: 1.78; color: var(--ink-soft); margin: 0 0 1.15rem; }
.article a {
  color: var(--red-dk);
  text-decoration: underline;
  text-decoration-color: var(--red-line);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: text-decoration-color .2s ease, color .2s ease;
}
.article a:hover { color: var(--red); text-decoration-color: var(--red); }
.article ul,
.article ol { margin: 0 0 1.5rem; padding: 0; list-style: none; display: grid; gap: .8rem; }
.article ol { counter-reset: art; }
.article li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1rem;
  line-height: 1.72;
  color: var(--ink-soft);
}
.article ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
}
.article ol li { counter-increment: art; padding-left: 2rem; }
.article ol li::before {
  content: counter(art);
  position: absolute;
  left: 0;
  top: .1em;
  font-family: var(--display);
  font-weight: 700;
  font-size: .8rem;
  color: var(--red);
}
.article li b { color: var(--ink); }

.article-note {
  margin: 1.9rem 0 2.1rem;
  padding: 1.2rem 1.5rem;
  background: var(--bg-tint);
  border-left: 3px solid var(--red);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
}
.article-note p { margin: 0; font-size: .98rem; color: var(--ink); }

.pullquote {
  margin: 2.4rem 0;
  padding: 0 0 0 1.6rem;
  border-left: 3px solid var(--brass);
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.1rem, 1rem + .5vw, 1.35rem);
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.data-table { margin: 2rem 0 2.2rem; overflow-x: auto; }
.data-table table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  font-size: .93rem;
}
.data-table caption {
  caption-side: top;
  text-align: left;
  font-family: var(--display);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--ink-mute);
  padding-bottom: .7rem;
}
.data-table th,
.data-table td { padding: .7rem .9rem; text-align: left; border-bottom: 1px solid var(--line); }
.data-table thead th {
  font-family: var(--display);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--ink-mute);
  border-bottom: 1px solid var(--line-mid);
}
.data-table tbody tr:nth-child(odd) { background: var(--bg); }
.data-table td { color: var(--ink-soft); }
.data-table td:first-child { color: var(--ink); font-weight: 500; }

.sources {
  margin: 2.8rem 0 0;
  max-width: 70ch;
  padding: 1.1rem 1.3rem;
  background: var(--bg-soft);
  border-radius: var(--r-sm);
}
.sources > b {
  display: block;
  font-family: var(--display);
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--ink-mute);
  margin-bottom: .5rem;
}
.sources p { margin: 0; font-size: .9rem; line-height: 1.68; color: var(--ink-soft); }

/* ---------- blog: who wrote it ------------------------------------------ */

.author-box {
  margin: 2.6rem 0 0;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 1.6rem;
  padding: 1.7rem 1.8rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
}
.author-box > img {
  width: 108px;
  height: auto;
  border-radius: var(--r-sm);
  background: var(--bg-soft);
  padding: .6rem;
  align-self: start;
}
.author-box h2 {
  font-size: 1.3rem;
  margin: .5rem 0 .8rem;
  letter-spacing: -0.03em;
}
.author-box p { font-size: .96rem; line-height: 1.7; color: var(--ink-soft); margin: 0 0 .9rem; }
.cred-row {
  list-style: none;
  margin: 1.2rem 0 1.3rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem 1.4rem;
}
.cred-row li { display: flex; flex-direction: column; gap: .1rem; }
.cred-row b { font-family: var(--display); font-size: .92rem; color: var(--ink); }
.cred-row span { font-size: .8rem; color: var(--ink-mute); line-height: 1.45; }
.author-box .btn-row { margin: 0; }

/* ---------- blog: index feed and related -------------------------------- */

.post-feed { display: grid; gap: 1.4rem; margin-top: 2.2rem; }
.post-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}
.post-feature:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.post-feature figure { margin: 0; }
.post-feature img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; display: block; }
.post-feature .body { padding: 2rem 2.1rem; display: flex; flex-direction: column; gap: .8rem; }
.post-feature h3 {
  font-size: clamp(1.25rem, 1.05rem + .7vw, 1.65rem);
  margin: 0;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.post-feature p { margin: 0; font-size: .97rem; line-height: 1.68; color: var(--ink-soft); }

.post-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.4rem;
}
.post-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  text-decoration: none;
  box-shadow: var(--shadow-xs);
  transition: transform .3s ease, box-shadow .3s ease;
}
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.post-card > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.post-card .body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: .65rem; flex: 1; }
.post-card h3 {
  font-size: 1.08rem;
  line-height: 1.32;
  margin: 0;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.post-card p { margin: 0; font-size: .9rem; line-height: 1.62; color: var(--ink-soft); flex: 1; }

.post-tag {
  align-self: flex-start;
  font-family: var(--display);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--red-dk);
  background: var(--red-soft);
  border: 1px solid var(--red-line);
  border-radius: 999px;
  padding: .3rem .7rem;
}
.post-more {
  font-family: var(--display);
  font-size: .82rem;
  font-weight: 600;
  color: var(--red-dk);
}
.post-more::after { content: " \2192"; }

.post-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}
.pn {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  padding: 1.1rem 1.3rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  text-decoration: none;
  transition: border-color .25s ease, transform .25s ease;
}
.pn:hover { border-color: var(--red-line); transform: translateY(-2px); }
.pn span { font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-mute); }
.pn b { font-family: var(--display); font-size: .96rem; line-height: 1.35; color: var(--ink); }
.pn.next { text-align: right; }

/* ---------- piano rental: pick by duration ------------------------------ */

.rent-pick {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.3rem;
  margin-top: 2.2rem;
  align-items: stretch;
}
.rent-card {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  padding: 1.6rem 1.6rem 1.7rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow-xs);
}
.rent-card.is-lead {
  border-color: var(--red-line);
  background: linear-gradient(180deg, var(--bg-tint) 0%, var(--paper) 42%);
  box-shadow: var(--shadow-sm);
}
.rent-when {
  align-self: flex-start;
  font-family: var(--display);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--brass-dk);
  background: var(--brass-soft);
  border-radius: 999px;
  padding: .32rem .75rem;
}
.rent-card.is-lead .rent-when { color: var(--red-dk); background: var(--red-soft); }
.rent-card h3 { font-size: 1.16rem; margin: 0; letter-spacing: -0.03em; }
.rent-card > p { margin: 0; font-size: .94rem; line-height: 1.65; color: var(--ink-soft); }
.rent-card dl { margin: .4rem 0 .3rem; display: grid; gap: .55rem; }
.rent-card dt {
  font-family: var(--display);
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--ink-mute);
}
.rent-card dd { margin: .15rem 0 0; font-size: .9rem; line-height: 1.55; color: var(--ink); }
.rent-card .btn { margin-top: auto; align-self: flex-start; }

/* ---------- blog and rental: responsive --------------------------------- */

@media (max-width: 1000px) {
  .post-grid { grid-template-columns: minmax(0, 1fr); gap: 1.8rem; }
  .post-side { position: static; order: -1; }
  .toc nav {
    display: flex;
    gap: .5rem;
    overflow-x: auto;
    padding-bottom: .3rem;
    -webkit-overflow-scrolling: touch;
  }
  .toc a {
    white-space: nowrap;
    border: 1px solid var(--line-mid);
    border-left-width: 1px;
    border-radius: 999px;
    padding: .35rem .85rem;
    font-size: .82rem;
  }
  .toc a.on { border-color: var(--red-line); }
  .post-feature { grid-template-columns: 1fr; }
  .post-feature img { min-height: 0; aspect-ratio: 16 / 9; }
}
@media (max-width: 640px) {
  .post-head { padding: 2.4rem 0 1.6rem; }
  .byline { flex-direction: column; align-items: flex-start; }
  .author-box { grid-template-columns: 1fr; gap: 1.1rem; padding: 1.4rem; }
  .author-box > img { width: 84px; }
  .cred-row { grid-template-columns: 1fr; }
  .article-hero img { aspect-ratio: 4 / 3; }
  .takeaways { padding: 1.2rem 1.2rem; }
  .pn.next { text-align: left; }
}

/* ---------- testimonials -------------------------------------------------
   Renders only when TESTIMONIALS in _generator-pages.py holds real quotes.
   Never populate it with invented ones. */

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 2.3rem;
}
.quote {
  margin: 0;
  padding: 1.6rem 1.7rem 1.5rem;
  background: var(--paper);
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.quote blockquote {
  margin: 0;
  position: relative;
  padding-top: 1.6rem;
  font-size: .98rem;
  line-height: 1.7;
  color: var(--ink-soft);
}
.quote blockquote::before {
  content: "\201C";
  position: absolute;
  top: -.4rem;
  left: -.2rem;
  font-family: var(--display);
  font-size: 3.2rem;
  line-height: 1;
  color: var(--red-line);
}
.quote figcaption {
  margin-top: auto;
  font-family: var(--display);
  font-weight: 700;
  font-size: .92rem;
  color: var(--ink);
}
.quote figcaption span { display: block; font-family: var(--sans); font-weight: 500; font-size: .82rem; color: var(--ink-mute); }
@media (max-width: 900px) { .quote-grid { grid-template-columns: 1fr; } }

/* ---------- image + copy split ------------------------------------------ */

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(1.8rem, 1rem + 3vw, 3.4rem);
  align-items: center;
}
.split-figure img { border-radius: var(--r-xl); box-shadow: var(--shadow-md); width: 100%; }
.why-list { list-style: none; margin: 1.5rem 0 0; padding: 0; display: grid; gap: .9rem; }
.why-list li { display: flex; gap: .75rem; align-items: flex-start; }
.why-list svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 3px;
  padding: 3px;
  border-radius: 50%;
  background: #1FA855;
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.why-list span { font-size: .96rem; color: var(--ink-soft); }
.why-list b { color: var(--ink); }

/* ---------- what is included -------------------------------------------- */

.incl-panel {
  background: var(--paper);
  border-radius: var(--r-xl);
  padding: clamp(1.6rem, 1.1rem + 2vw, 2.6rem);
  box-shadow: var(--shadow-md);
  margin-top: 2.2rem;
}
.incl-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem 2.2rem; }
.incl-list li { display: flex; gap: 1rem; align-items: flex-start; }
.incl-list .ico {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: var(--bg-soft);
}
.incl-list .ico svg { width: 22px; height: 22px; fill: none; stroke: var(--ink); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.incl-list b { display: block; font-family: var(--display); font-size: 1.02rem; letter-spacing: -0.02em; }
.incl-list p { font-size: .91rem; color: var(--ink-soft); margin: .2rem 0 0; }
.incl-foot {
  margin-top: 1.8rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.incl-foot span { font-size: .95rem; color: var(--ink-soft); }
.incl-foot b { color: var(--ink); }

/* ---------- rent to own ------------------------------------------------- */

.rto {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(1.8rem, 1rem + 3vw, 3.4rem);
  align-items: center;
  background: var(--paper);
  border-radius: var(--r-xl);
  padding: clamp(1.7rem, 1.1rem + 2vw, 2.8rem);
  box-shadow: var(--shadow-md);
}
.rto-steps { list-style: none; margin: 1.5rem 0 0; padding: 0; display: grid; gap: .8rem; }
.rto-steps li { display: flex; gap: .85rem; align-items: flex-start; }
.rto-steps b {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: .78rem;
  color: var(--red-dk);
  background: var(--red-soft);
}
.rto-steps span { font-size: .95rem; color: var(--ink-soft); }
.rto-steps strong { color: var(--ink); }

.credit-note {
  margin-top: 1.6rem;
  background: var(--brass-soft);
  border-radius: var(--r-sm);
  padding: 1.05rem 1.25rem;
  font-size: .95rem;
  color: #5A4008;
}
.credit-note b { color: #3F2C04; }

.rto-figure { position: relative; }
.rto-figure img { border-radius: var(--r); box-shadow: var(--shadow-md); width: 100%; }
.rto-badge {
  position: absolute;
  left: -16px;
  bottom: -18px;
  max-width: 74%;
  background: var(--paper);
  border-radius: var(--r-sm);
  padding: .9rem 1.15rem;
  box-shadow: var(--shadow-md);
}
.rto-badge b { display: block; font-family: var(--display); font-size: .96rem; color: var(--ink); }
.rto-badge span { font-size: .82rem; color: var(--ink-soft); }

/* ---------- price ------------------------------------------------------- */

.price-panel {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(1.6rem, 1rem + 2.5vw, 3rem);
  background: var(--paper);
  border-radius: var(--r-xl);
  padding: clamp(1.7rem, 1.1rem + 2vw, 2.8rem);
  box-shadow: var(--shadow-md);
  margin-top: 2.2rem;
  align-items: center;
}
.price-figure {
  background: linear-gradient(160deg, var(--bg-tint) 0%, var(--bg-brass) 100%);
  border-radius: var(--r);
  padding: 1.9rem 1.6rem;
  text-align: center;
}
.price-figure .amt {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.8rem, 1.2rem + 2.2vw, 2.7rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
  color: var(--ink);
}
.price-figure .amt i { font-style: normal; display: block; font-size: .62em; font-weight: 700; color: var(--red-dk); margin: .1rem 0 0; letter-spacing: -0.03em; }
.incl-mini { list-style: none; margin: 1.3rem 0 0; padding: 0; display: grid; gap: .5rem; text-align: left; }
.incl-mini li { display: flex; gap: .55rem; align-items: flex-start; font-size: .93rem; color: var(--ink-soft); }
.incl-mini li::before {
  content: "";
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin-top: 4px;
  border-radius: 50%;
  background: #1FA855 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 13 4 4L19 7'/%3E%3C/svg%3E") center / 11px no-repeat;
}
.price-figure .cap { text-align: left; }
.price-figure .cap { font-size: .85rem; color: var(--ink-soft); margin-top: .9rem; }
.price-factors { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem 1.4rem; }
.price-factors li { display: flex; gap: .55rem; font-size: .93rem; color: var(--ink-soft); }
.price-factors li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  margin-top: .62rem;
  flex-shrink: 0;
}
.price-cta { margin-top: 1.8rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.reassure { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; margin-top: .9rem; }
.reassure span { display: flex; align-items: center; gap: .35rem; font-size: .84rem; color: var(--ink-mute); }
.reassure span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--brass); }

/* ---------- services ---------------------------------------------------- */

.svc { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 2.2rem; }
.svc-card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease;
}
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); color: inherit; }
.svc-figure { position: relative; overflow: hidden; }
.svc-figure img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .5s ease; }
.svc-card:hover .svc-figure img { transform: scale(1.05); }
.svc-figure .icon-tile {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  margin: 0;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-xs);
}
.svc-figure .icon-tile svg { width: 20px; height: 20px; stroke: var(--ink); }
.svc-figure .icon-tile.red svg { stroke: var(--red-dk); }
.svc-figure .icon-tile.brass svg { stroke: var(--brass-dk); }
.svc-body { padding: 1.15rem 1.4rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.svc-card h3 { font-size: 1.05rem; margin: 0 0 .3rem; }
.svc-card p { font-size: .9rem; color: var(--ink-soft); margin: 0 0 .9rem; }
.svc-link {
  margin-top: auto;
  font-family: var(--display);
  font-size: .85rem;
  font-weight: 700;
  color: var(--red-dk);
}
.svc-link::after { content: " \2192"; }

/* ---------- the shop ---------------------------------------------------- */

.shop-panel {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(1.6rem, 1rem + 2.5vw, 3rem);
  align-items: center;
  background: var(--paper);
  border-radius: var(--r-xl);
  padding: clamp(1.6rem, 1.1rem + 2vw, 2.6rem);
  box-shadow: var(--shadow-md);
  margin-top: 2.2rem;
}
.shop-panel figure { overflow: hidden; border-radius: var(--r); box-shadow: var(--shadow-sm); }
.shop-panel h3 { font-size: clamp(1.3rem, 1.1rem + .8vw, 1.7rem); margin: 0 0 .5rem; }
.shop-panel address { font-style: normal; font-size: 1.02rem; line-height: 1.65; color: var(--ink-soft); margin: 0 0 1.2rem; }
.shop-facts { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: .7rem; }
.shop-facts li { display: flex; gap: .7rem; align-items: flex-start; font-size: .94rem; color: var(--ink-soft); }
.shop-facts svg { width: 19px; height: 19px; flex-shrink: 0; margin-top: 3px; fill: none; stroke: var(--brass-dk); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.shop-facts b { color: var(--ink); }
.shop-tag {
  display: inline-flex;
  font-family: var(--display);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brass-dk);
  background: var(--brass-soft);
  padding: .3rem .75rem;
  border-radius: 100px;
  margin-bottom: .9rem;
}
.other-branches {
  margin-top: 1.6rem;
  font-size: .9rem;
  color: var(--ink-mute);
  text-align: center;
}
.other-branches b { color: var(--ink-soft); }

/* ---------- FAQ --------------------------------------------------------- */

.faq { margin-top: 2rem; display: grid; gap: .7rem; }
.faq details {
  background: var(--paper);
  border-radius: var(--r-sm);
  box-shadow: var(--shadow-xs);
  overflow: hidden;
}
.faq details[open] { box-shadow: var(--shadow-sm); }
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1.05rem 3rem 1.05rem 1.35rem;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1rem;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  position: absolute;
  right: 1.35rem;
  top: 1.4rem;
  width: 10px;
  height: 10px;
  border-right: 2.2px solid var(--ink-mute);
  border-bottom: 2.2px solid var(--ink-mute);
  transform: rotate(45deg);
  transition: transform .22s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); top: 1.6rem; }
.faq details > div { padding: 0 1.6rem 1.3rem 1.35rem; font-size: .96rem; color: var(--ink-soft); }

/* ---------- closing CTA ------------------------------------------------- */

.cta-band {
  background:
    radial-gradient(760px 400px at 50% -30%, #FDE9E6 0%, rgba(253, 233, 230, 0) 64%),
    var(--bg-brass);
  text-align: center;
}
.cta-band .eyebrow { justify-content: center; }
.cta-band p { max-width: 60ch; margin-inline: auto; color: var(--ink-soft); font-size: 1.08rem; }
.cta-band .btn-row { justify-content: center; margin-top: 1.9rem; }

/* ---------- footer ------------------------------------------------------ */

.site-footer {
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: clamp(2.6rem, 2rem + 2.2vw, 3.8rem) 0 1.5rem;
  font-size: .92rem;
  color: var(--ink-soft);
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2rem; }
.footer-logo { display: flex; align-items: center; gap: .65rem; text-decoration: none; margin-bottom: .9rem; }
.footer-logo img { width: 46px; }
.footer-logo b { font-family: var(--display); font-weight: 800; font-size: 1.08rem; color: var(--ink); letter-spacing: -0.035em; }
.site-footer h4 { color: var(--ink); font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; margin-bottom: .9rem; }
.site-footer a { color: var(--ink-soft); text-decoration: none; }
.site-footer a:hover { color: var(--red-dk); }
.footer-links { display: grid; gap: .45rem; }
.site-footer address { font-style: normal; margin-bottom: .9rem; line-height: 1.55; }
.footer-bottom {
  margin-top: 2.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.4rem;
  justify-content: space-between;
  font-size: .84rem;
  color: var(--ink-mute);
}

/* ---------- floating + sticky CTA --------------------------------------- */

.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 70;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #3AD971 0%, #1FA855 100%);
  box-shadow: var(--shadow-wa);
}
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

.action-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: none;
  padding: .6rem .8rem calc(.6rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
}
.action-bar .btn { flex: 1; padding: .88rem .6rem; font-size: .95rem; }

@media (max-width: 940px) {
  .action-bar { display: flex; }
  .wa-float { display: none; }
  body { padding-bottom: 80px; }
}

/* ---------- reveal ------------------------------------------------------ */

.js .reveal { opacity: 0; transform: translateY(20px); }
.js .reveal.in { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; }
  * { animation: none !important; transition: none !important; }
}

/* ---------- responsive -------------------------------------------------- */

@media (max-width: 1080px) {
  .route { grid-template-columns: repeat(2, 1fr); }
  .svc { grid-template-columns: repeat(2, 1fr); }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .stat-strip > div:nth-child(3) { border-left: 0; }
  .stat-strip > div:nth-child(n+3) { border-top: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .shelf { grid-template-columns: repeat(3, 1fr); }
  .glance div { padding: 0 1rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { order: -1; flex-direction: column; }
  .hero-main { min-height: 280px; }
  /* the included card stops floating and sits under the photo */
  .hero-incl {
    position: static;
    width: 100%;
    margin-top: .9rem;
    backdrop-filter: none;
    background: var(--paper);
    box-shadow: var(--shadow-sm);
  }
  .hero-incl ul { grid-template-columns: 1fr; }
  .pick { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: 1fr; }
  .compare { grid-template-columns: 1fr; }
  .rto, .price-panel, .shop-panel { grid-template-columns: 1fr; }
  .model-head-grid { grid-template-columns: 1fr; }
  .model-hero { order: -1; }
  .verdict { grid-template-columns: 1fr; }
  .flow { grid-template-columns: repeat(2, 1fr); gap: 1.4rem 1rem; }
  .get-grid { grid-template-columns: repeat(3, 1fr); }
  .split { grid-template-columns: 1fr; }
  .split-figure { order: -1; }
  .rto-figure, .shop-panel figure { order: -1; }
  .rto-badge { left: 0; }
  .model-row { grid-template-columns: 150px 1fr; row-gap: 1rem; }
  .model-actions { grid-column: 1 / -1; }
  .incl-list { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  /* stacked, or the caption is squeezed into a two-word column */
  .hero-price { flex-direction: column; align-items: flex-start; gap: .5rem; }
  .hero-price .amt { white-space: normal; }
  .helper-bar { padding: 1.2rem; }
  .helper-bar .btn { width: 100%; }
  .route { grid-template-columns: 1fr; }
  .svc { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: 1fr; }
  .stat-strip > div { border-left: 0; }
  .stat-strip > div + div { border-top: 1px solid var(--line); }
  .price-factors { grid-template-columns: 1fr; }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .decide-strip { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr; }
  .get-grid { grid-template-columns: repeat(2, 1fr); }
  .mh-body { padding: 1.2rem 1.2rem 1.1rem; }
  .model-row { grid-template-columns: 1fr; padding: 1rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .incl-foot { flex-direction: column; align-items: flex-start; }
}
