/* Ilai Groups - shared site styles */
:root {
    --bg: #F6F2E7;
    --surface: #FDFBF5;
    --tag: #E6D5AC;
    --tag-ink: #3B2E1B;
    --text: #211F1A;
    --text-muted: #5B5644;
    --canopy: #1B4332;
    --canopy-deep: #12281D;
    --moss: #3F6B4A;
    --signal: #B5232A;
    --border: rgba(33, 31, 26, 0.14);
    --border-soft: rgba(33, 31, 26, 0.08);
    --shadow: rgba(23, 26, 20, 0.14);
  }
  @media (prefers-color-scheme: dark) {
    :root {
      --bg: #0F1C16;
      --surface: #16261D;
      --tag: #3A2C1A;
      --tag-ink: #EBD9AF;
      --text: #EDE7D6;
      --text-muted: #A9A28C;
      --canopy: #8FCB9E;
      --canopy-deep: #CFE8D4;
      --moss: #7CB088;
      --border: rgba(237, 231, 214, 0.16);
      --border-soft: rgba(237, 231, 214, 0.09);
      --shadow: rgba(0, 0, 0, 0.5);
    }
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: "Work Sans", system-ui, sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
  }
  img, svg { max-width: 100%; display: block; }
  a { color: inherit; }
  .container { max-width: 1080px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
  section { padding: clamp(2.8rem, 6vw, 4.5rem) 0; }

  h1, h2, h3 { font-family: "Fraunces", Georgia, serif; line-height: 1.15; }
  h1 { font-size: clamp(2.1rem, 3vw + 1.1rem, 3.4rem); margin: 0.6rem 0 1rem; }
  h2 { font-size: clamp(1.6rem, 1.6vw + 1rem, 2.3rem); margin: 0 0 0.9rem; }
  h3 { font-size: 1.1rem; margin: 0 0 0.4rem; }
  p { margin: 0 0 1rem; }
  .lead { font-size: clamp(1.02rem, 0.4vw + 0.95rem, 1.18rem); color: var(--text-muted); max-width: 60ch; }
  .kicker {
    display: inline-flex; align-items: center; gap: 0.6em;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.76rem; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--moss);
  }
  .kicker::before { content: ""; width: 26px; height: 1px; background: currentColor; }
  .tamil { font-family: "Noto Sans Tamil", sans-serif; }

  /* ---- header ---- */
  header.site {
    position: sticky; top: 0; z-index: 50;
    background: color-mix(in srgb, var(--bg) 92%, transparent);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border-soft);
  }
  .nav-row {
    max-width: 1080px; margin: 0 auto;
    padding: 0.85rem clamp(1.25rem, 4vw, 2.5rem);
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  }
  .wordmark { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
  .wordmark img { height: 40px; width: auto; }
  .wordmark .en { font-family: "Fraunces", Georgia, serif; font-weight: 700; font-size: 1.05rem; }
  .crumbs { font-family: "IBM Plex Mono", monospace; font-size: 0.72rem; color: var(--text-muted); }
  .crumbs a { color: var(--moss); }

  /* ---- buttons ---- */
  .btn {
    display: inline-flex; align-items: center; gap: 0.55em;
    padding: 0.72rem 1.15rem;
    background: var(--canopy); color: #FDFBF5;
    border: 1px solid var(--canopy);
    border-radius: 5px; text-decoration: none;
    font-family: "IBM Plex Mono", monospace; font-size: 0.84rem; letter-spacing: 0.03em;
  }
  .btn { white-space: nowrap; }
  .btn:hover { background: var(--canopy-deep); border-color: var(--canopy-deep); }
  .btn.ghost { background: transparent; color: var(--text); border-color: var(--border); }
  .btn.ghost:hover { border-color: var(--canopy); }
  .cta-row { display: flex; flex-wrap: wrap; gap: 0.8rem; margin: 1.6rem 0 0; }

  /* ---- hero ---- */
  .hero { padding-top: clamp(2.2rem, 5vw, 3.6rem); }
  .hero .tamil-line {
    font-family: "Noto Sans Tamil", sans-serif;
    color: var(--moss); font-size: 1rem; margin-top: 1rem;
  }

  /* ---- cards ---- */
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: clamp(1.2rem, 2.5vw, 1.8rem);
  }
  .card {
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: 5px;
    padding: 1.5rem 1.3rem;
  }
  .card svg { width: 30px; height: 30px; color: var(--canopy); margin-bottom: 0.9rem; }
  .card p { color: var(--text-muted); margin: 0; font-size: 0.96rem; }
  .card .code {
    font-family: "IBM Plex Mono", monospace; font-size: 0.7rem;
    letter-spacing: 0.1em; color: var(--text-muted); display: block; margin-top: 0.8rem;
  }

  /* ---- feature chips ---- */
  .chips { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.4rem; }
  .chip {
    background: var(--tag); color: var(--tag-ink);
    border-radius: 4px; padding: 0.45rem 0.8rem;
    font-family: "IBM Plex Mono", monospace; font-size: 0.78rem;
  }

  /* ---- numbered steps ---- */
  .steps { display: grid; gap: 0.2rem; margin-top: 1.5rem; }
  .step {
    display: grid; grid-template-columns: 3rem 1fr; gap: 1rem;
    padding: 1.1rem 0; border-top: 1px solid var(--border-soft);
    align-items: start;
  }
  .step:last-child { border-bottom: 1px solid var(--border-soft); }
  .step .no { font-family: "IBM Plex Mono", monospace; color: var(--moss); font-size: 0.9rem; padding-top: 0.15rem; }
  .step p { color: var(--text-muted); margin: 0; }

  /* ---- areas ---- */
  .areas { display: flex; flex-wrap: wrap; gap: 0.5rem 0.6rem; margin-top: 1.2rem; }
  .areas span {
    font-family: "IBM Plex Mono", monospace; font-size: 0.78rem;
    color: var(--text-muted);
    border: 1px dashed var(--border); border-radius: 4px; padding: 0.35rem 0.7rem;
  }

  /* ---- faq ---- */
  .faq { margin-top: 1.4rem; border-top: 1px solid var(--border-soft); }
  .faq details { border-bottom: 1px solid var(--border-soft); padding: 1rem 0; }
  .faq summary {
    cursor: pointer; font-family: "Fraunces", Georgia, serif;
    font-size: 1.05rem; font-weight: 600; list-style: none;
    display: flex; justify-content: space-between; gap: 1rem; align-items: center;
  }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after { content: "+"; font-family: "IBM Plex Mono", monospace; color: var(--moss); flex-shrink: 0; }
  .faq details[open] summary::after { content: "\2013"; }
  .faq details p { color: var(--text-muted); margin: 0.7rem 0 0; max-width: 68ch; }

  /* ---- band ---- */
  .band { background: var(--canopy-deep); color: #E7F0E5; }
  .band h2 { color: #FFFFFF; }
  .band p { color: #BBD0BC; }
  .band .btn.ghost { color: #E7F0E5; border-color: rgba(231,240,229,0.35); }

  /* ---- ad slot ---- */
  .ad-slot { display: none; padding: 0 0 clamp(2rem, 4vw, 3rem); }
  .ad-slot.is-ready { display: block; }
  .ad-slot .container { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }
  .ad-slot .ad-label {
    font-family: "IBM Plex Mono", monospace; font-size: 0.68rem;
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted);
  }
  .ad-slot ins.adsbygoogle {
    display: block; width: 100%; min-height: 100px;
    background: var(--surface); border: 1px solid var(--border-soft); border-radius: 5px;
  }

  /* ---- footer ---- */
  footer.site { background: #12281D; color: #D9E3D4; padding: clamp(2.2rem, 4vw, 3rem) 0 1.5rem; }
  footer.site a { color: #D9E3D4; text-decoration: none; }
  footer.site a:hover { text-decoration: underline; }
  .foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; padding-bottom: 1.8rem; border-bottom: 1px solid rgba(217,227,212,0.16); }
  .foot-grid h4 { font-family: "IBM Plex Mono", monospace; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: #9FC0A5; margin: 0 0 0.7rem; }
  .foot-grid ul { list-style: none; margin: 0; padding: 0; }
  .foot-grid li { margin-bottom: 0.4rem; font-size: 0.92rem; }
  .foot-bottom {
    display: flex; flex-wrap: wrap; gap: 0.8rem 1.5rem; justify-content: space-between;
    padding-top: 1.3rem; font-family: "IBM Plex Mono", monospace; font-size: 0.78rem; color: #9FC0A5;
  }
  @media (max-width: 700px) { .foot-grid { grid-template-columns: 1fr; } }

  /* On phones the header had the wordmark, breadcrumb and call button
     fighting over one row. Drop the breadcrumb and tighten the rest. */
  @media (max-width: 640px) {
    .nav-row { padding: 0.6rem 1.25rem; gap: 0.75rem; }
    .crumbs { display: none; }
    .wordmark img { height: 32px; }
    .wordmark .en { font-size: 0.95rem; }
    .nav-row .btn { padding: 0.55rem 0.85rem; font-size: 0.78rem; }
  }

/* ---- Article & content-page styles (added for the guides section) ---- */
.prose { max-width: 46rem; }
.prose h2 { font-family: Fraunces, Georgia, serif; font-size: clamp(1.35rem, 1.1rem + 1vw, 1.8rem); line-height: 1.2; margin: 2.4rem 0 .7rem; }
.prose h3 { font-family: Fraunces, Georgia, serif; font-size: 1.15rem; margin: 1.8rem 0 .5rem; }
.prose p { margin: 0 0 1rem; line-height: 1.72; }
.prose ul, .prose ol { margin: 0 0 1.15rem; padding-left: 1.3rem; line-height: 1.7; }
.prose li { margin: .35rem 0; }
.prose li > ul, .prose li > ol { margin: .35rem 0 .5rem; }
.prose strong { font-weight: 600; }
.prose a { color: var(--canopy); text-underline-offset: 2px; }
.prose > :first-child { margin-top: 0; }

.article-head { padding: 2.6rem 0 1.2rem; border-bottom: 1px solid var(--border-soft); }
.article-meta { font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: .78rem; letter-spacing: .04em;
  text-transform: uppercase; color: var(--text-muted); display: flex; flex-wrap: wrap; gap: .5rem 1.1rem; margin-top: .9rem; }
.article-body { padding: 2rem 0 3rem; }

.tbl-wrap { overflow-x: auto; margin: 0 0 1.3rem; }
.prose table { border-collapse: collapse; width: 100%; min-width: 30rem; font-size: .95rem; }
.prose th, .prose td { text-align: left; padding: .6rem .7rem; border-bottom: 1px solid var(--border-soft); vertical-align: top; }
.prose th { font-weight: 600; background: var(--surface); border-bottom-color: var(--border); }

.callout { border-left: 3px solid var(--moss); background: var(--surface); padding: .9rem 1.1rem;
  margin: 0 0 1.3rem; border-radius: 0 8px 8px 0; }
.callout p:last-child { margin-bottom: 0; }
.callout.warn { border-left-color: var(--signal); }

.toc { background: var(--surface); border: 1px solid var(--border-soft); border-radius: 10px;
  padding: 1rem 1.2rem; margin: 0 0 1.8rem; }
.toc p { font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: .74rem; letter-spacing: .06em;
  text-transform: uppercase; color: var(--text-muted); margin: 0 0 .5rem; }
.toc ul { margin: 0; padding-left: 1.1rem; }

.guide-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.guide-list li { border: 1px solid var(--border-soft); border-radius: 12px; background: var(--surface); }
.guide-list a { display: block; padding: 1.1rem 1.25rem; text-decoration: none; color: inherit; }
.guide-list a:hover { border-color: var(--border); }
.guide-list h3 { font-family: Fraunces, Georgia, serif; margin: 0 0 .35rem; font-size: 1.08rem; color: var(--canopy); }
.guide-list p { margin: 0; font-size: .94rem; color: var(--text-muted); line-height: 1.6; }

.next-prev { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  border-top: 1px solid var(--border-soft); padding-top: 1.4rem; margin-top: 2.4rem; font-size: .94rem; }

/* ============================================================
   Floating pill navigation bar
   ============================================================ */
:root {
  --nav-bg: #12281D;          /* deep canopy; set to #111 for pure black */
  --nav-ink: rgba(255, 255, 255, 0.76);
  --nav-ink-strong: #FFFFFF;
  --nav-hover: rgba(255, 255, 255, 0.10);
  --nav-active: rgba(255, 255, 255, 0.16);
}

.navbar-wrap {
  position: sticky;
  top: clamp(0.6rem, 2vw, 1.1rem);
  z-index: 60;
  padding: 0 clamp(0.75rem, 3vw, 1.5rem);
  margin-top: clamp(0.6rem, 2vw, 1.1rem);
}

.navbar-pill {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 1.2vw, 1rem);
  max-width: 1060px;
  margin: 0 auto;
  padding: 0.45rem 0.5rem;
  background: var(--nav-bg);
  border-radius: 999px;
  box-shadow: 0 20px 45px -22px rgba(10, 20, 14, 0.75),
              0 2px 6px rgba(10, 20, 14, 0.18);
}

/* --- circular brand badge --- */
.pill-brand {
  flex: 0 0 auto;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8rem;
  background: #FFFFFF;
  border-radius: 999px;
  text-decoration: none;
}
/* The mark is a wide 1.89:1 lockup, so the badge is sized to its shape
   rather than squeezed into a circle. Height drives it; width follows. */
.pill-brand img { height: 34px; width: auto; display: block; }
.pill-brand .fallback {
  font-family: "Noto Sans Tamil", Fraunces, serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #B5232A;
  line-height: 1;
}

/* --- links --- */
.pill-links {
  display: flex;
  align-items: center;
  gap: clamp(0.1rem, 0.6vw, 0.45rem);
  margin: 0 auto;
}
.pill-links a {
  position: relative;
  display: inline-block;
  padding: 0.5rem clamp(0.6rem, 1.1vw, 0.95rem);
  border-radius: 999px;
  font-size: 0.88rem;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  color: var(--nav-ink);
  transition: background-color 0.18s ease, color 0.18s ease;
}
.pill-links a:hover { color: var(--nav-ink-strong); background: var(--nav-hover); }
.pill-links a:active { background: var(--nav-active); }
.pill-links a.is-active {
  color: var(--nav-ink-strong);
  background: var(--nav-active);
  font-weight: 600;
}
.pill-links a:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
  color: var(--nav-ink-strong);
}

/* --- white CTA pill --- */
.pill-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.62rem 1.05rem;
  background: #FFFFFF;
  color: #12281D;
  border-radius: 999px;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.pill-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 18px -8px rgba(0, 0, 0, 0.5); }
.pill-cta:active { transform: translateY(0); }
.pill-cta svg { width: 15px; height: 15px; }
.pill-cta:focus-visible { outline: 2px solid #FFFFFF; outline-offset: 3px; }

/* --- hamburger (hidden on desktop) --- */
.pill-toggle {
  display: none;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #FFFFFF;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.pill-toggle:hover { background: var(--nav-hover); }
.pill-toggle svg { width: 20px; height: 20px; }
.pill-toggle .ico-close { display: none; }
.pill-toggle[aria-expanded="true"] .ico-open { display: none; }
.pill-toggle[aria-expanded="true"] .ico-close { display: block; }

@media (prefers-reduced-motion: reduce) {
  .pill-links a, .pill-cta { transition: none; }
}

/* ---------- collapsed / mobile ---------- */
@media (max-width: 900px) {
  .navbar-pill { padding: 0.4rem 0.45rem; gap: 0.5rem; }
  .pill-brand { height: 42px; padding: 0 0.65rem; }
  .pill-brand img { height: 29px; }
  .pill-toggle { display: inline-flex; }

  .pill-links {
    display: none;
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
    margin: 0;
    padding: 0.5rem;
    background: var(--nav-bg);
    border-radius: 22px;
    box-shadow: 0 20px 45px -22px rgba(10, 20, 14, 0.75);
  }
  .pill-links.open { display: flex; }
  .pill-links a {
    padding: 0.8rem 1rem;
    border-radius: 14px;
    font-size: 0.98rem;
  }
  .pill-cta { order: 2; font-size: 0.75rem; padding: 0.6rem 0.85rem; }
}

@media (max-width: 430px) {
  .pill-cta .cta-label { display: none; }
  .pill-cta { padding: 0.62rem 0.75rem; }
}

/* Breadcrumb strip, sits under the floating nav */
.crumb-bar {
  max-width: 1060px;
  margin: 1.1rem auto 0;
  padding: 0 clamp(1.1rem, 4vw, 2rem);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.crumb-bar a { color: var(--text-muted); text-decoration: none; }
.crumb-bar a:hover { color: var(--canopy); text-decoration: underline; }

/* ============================================================
   Product catalogue (home furnishings)
   ============================================================ */
.cat-nav { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.cat-nav a {
  display: inline-block;
  padding: 0.5rem 0.95rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.86rem;
  text-decoration: none;
  color: var(--text);
  background: var(--surface);
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.cat-nav a:hover { background: var(--canopy); border-color: var(--canopy); color: #fff; }

.cat-block { padding: 2.6rem 0 0; }
.cat-block > .cat-intro { max-width: 62ch; color: var(--text-muted); line-height: 1.7; margin: 0.4rem 0 0; }

.pgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
  gap: 1.1rem;
  margin-top: 1.5rem;
}
.pcard {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  background: var(--surface);
  overflow: hidden;
}
.pcard-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg,
    color-mix(in srgb, var(--canopy) 12%, var(--surface)),
    color-mix(in srgb, var(--tag) 45%, var(--surface)));
  display: grid;
  place-items: center;
  overflow: hidden;
}
/* The photo sits over the placeholder and fades in only once it actually
   loads, so a missing file (or a lazy image not yet in view) shows the
   placeholder rather than an empty box or a broken-image icon. */
.pcard-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  z-index: 1;              /* must sit above the .ph illustration below it */
  transition: opacity 0.25s ease;
}
.pcard-media img.loaded { opacity: 1; }
/* Generated illustration sits underneath, filling the tile. */
.pcard-media .ph { position: absolute; inset: 0; display: block; }
.pcard-media .ph svg.pc-art { width: 100%; height: 100%; display: block; }
@media (prefers-reduced-motion: reduce) { .pcard-media img { transition: none; } }

.pcard-body { padding: 0.85rem 0.95rem 1rem; display: flex; flex-direction: column; flex: 1; }
.pcard-body h4 { font-family: "Work Sans", sans-serif; font-size: 0.97rem; font-weight: 600; margin: 0 0 0.3rem; }
.pcard-body p { margin: 0 0 0.7rem; font-size: 0.85rem; color: var(--text-muted); line-height: 1.55; }
.pcard-spec {
  margin: 0 0 0.75rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}
.pcard-price {
  margin-top: auto;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--signal);
}
.pcard-price small {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 400;
}
/* "Call for price" is a real tel: link */
a.pcard-price.ask {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  padding: 0.42rem 0.8rem;
  border: 1px solid var(--canopy);
  border-radius: 999px;
  color: var(--canopy);
  font-size: 0.8rem;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
a.pcard-price.ask svg { width: 13px; height: 13px; flex: 0 0 auto; }
a.pcard-price.ask:hover,
a.pcard-price.ask:focus-visible { background: var(--canopy); color: #fff; }
a.pcard-price.ask:focus-visible { outline: 2px solid var(--signal); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { a.pcard-price.ask { transition: none; } }

/* Category banner */
.cat-hero {
  position: relative;
  aspect-ratio: 800 / 230;
  margin-top: 1.4rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  background: linear-gradient(135deg,
    color-mix(in srgb, var(--canopy) 14%, var(--surface)),
    color-mix(in srgb, var(--tag) 50%, var(--surface)));
}
.cat-hero .hero-art, .cat-hero .hero-art svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.cat-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.25s ease;
}
.cat-hero img.loaded { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .cat-hero img { transition: none; } }

.size-note {
  margin-top: 1.2rem;
  padding: 0.9rem 1.1rem;
  border-left: 3px solid var(--moss);
  background: var(--surface);
  border-radius: 0 8px 8px 0;
  font-size: 0.89rem;
  color: var(--text-muted);
  line-height: 1.65;
}
.size-note strong { color: var(--text); }

/* Reference figure (e.g. the bed-size chart) */
.ref-figure { margin: 1.4rem 0 0; }
.ref-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: 1px solid var(--border-soft);
  background: var(--surface);
}
.ref-figure figcaption {
  margin-top: 0.55rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.55;
}
