/* ============================================================================
 * Task 11 — Taj Mahal Comparison Hub (/שיש-טאג-מאהל/). Sand & Bronze, RTL.
 * ========================================================================== */
/* breadcrumb sits INSIDE the hero (clear gap from the sticky header — not a header-attached bar) */
.jmsb-taj .taj-hero .taj-crumbs{margin:0 auto 16px;font-size:.88rem;color:#6b6151}
.jmsb-taj .taj-crumbs a{color:var(--gold-deep,#78571f);text-decoration:none}
.jmsb-taj .taj-crumbs a:hover{text-decoration:underline}
.jmsb-taj .taj-crumbs .sep{margin:0 8px;color:#b9ad97}

.jmsb-taj .taj-hero .taj-intro{max-width:860px;margin:14px auto 0;font-size:1.06rem;line-height:1.95;color:#463d2e}
.jmsb-taj .taj-hero-cta{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:24px}

/* content column matches the category structure; text/table/FAQ constrained for readability, grid stays wide */
.jmsb-arch.jmsb-taj .arch-body .taj-wrap{max-width:1120px}
.jmsb-taj .taj-answer,
.jmsb-taj .taj-section > h2,
.jmsb-taj .taj-section > p,
.jmsb-taj .taj-section > .mnav-links,
.jmsb-taj .taj-table-wrap,
.jmsb-taj .taj-faq .jmsb-faq{max-width:880px;margin-left:auto;margin-right:auto}
.jmsb-taj .taj-answer{background:linear-gradient(180deg,rgba(156,116,51,.08),rgba(156,116,51,.04));border:1px solid rgba(156,116,51,.24);border-radius:16px;padding:22px 26px;margin:8px auto 34px}
.jmsb-taj .taj-answer h2{margin:0 0 8px;font-size:1.3rem;color:var(--ink,#2a2418)}
.jmsb-taj .taj-answer p{margin:0;line-height:1.9;color:#463d2e}

.jmsb-taj .taj-section{margin:0 auto 40px}
.jmsb-taj .taj-section>h2{font-size:1.55rem;line-height:1.3;margin:0 0 14px;color:var(--ink,#2a2418)}
.jmsb-taj .taj-section p{line-height:1.95;margin:0 0 14px;color:#463d2e}
.jmsb-taj .taj-section a{color:var(--gold-deep,#78571f)}

.taj-table-wrap{overflow-x:auto;border-radius:14px;border:1px solid var(--line,#e7ddc9)}
.taj-table{width:100%;border-collapse:collapse;background:var(--surface,#fffefb);font-size:.98rem}
.taj-table th,.taj-table td{padding:14px 16px;text-align:right;border-bottom:1px solid var(--line,#e7ddc9);vertical-align:top;line-height:1.7}
.taj-table thead th{background:rgba(156,116,51,.09);color:var(--gold-deep,#78571f);font-weight:700;white-space:nowrap}
.taj-table tbody tr:last-child td{border-bottom:0}
.taj-table td:first-child{font-weight:700;color:var(--ink,#2a2418);white-space:nowrap}

.taj-group-title{font-size:1.05rem;font-weight:700;color:var(--gold-deep,#78571f);margin:24px 0 12px;padding-bottom:8px;border-bottom:1px solid rgba(156,116,51,.2)}
.taj-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,1.6vw,22px)}
.taj-card{display:flex;flex-direction:column;background:var(--surface,#fffefb);border:1px solid var(--line,#e7ddc9);border-radius:14px;overflow:hidden;text-decoration:none;transition:transform .28s var(--ease,ease),box-shadow .3s,border-color .3s}
.taj-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg,0 22px 50px rgba(60,44,18,.16));border-color:var(--gold,#9c7433)}
.taj-card-img{display:block;aspect-ratio:1/1;overflow:hidden;background:var(--bg,#f3ede1)}
.taj-card-img img{width:100%;height:100%;object-fit:cover;display:block}
.taj-card-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:3px}
.taj-card-brand{font-family:var(--sans,'Rubik',sans-serif);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-deep,#78571f)}
.taj-card-name{font-size:.98rem;color:var(--ink,#2a2418);line-height:1.35}
.taj-card-go{margin-top:6px;font-size:.85rem;font-weight:600;color:var(--gold,#9c7433)}

.jmsb-taj .taj-bottom-cta .taj-nap{margin-top:14px;font-size:.92rem;color:#6b6151}

@media(max-width:900px){.taj-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.taj-grid{grid-template-columns:repeat(2,1fr)}.jmsb-taj .taj-section>h2{font-size:1.3rem}.jmsb-taj .taj-hero .taj-intro{font-size:1rem}}
