/* ==========================================================================
   Furniture catalog — hub, category and product pages (templates/catalog/).
   Shares the homepage language: Inter, ink/accent/cream, square media,
   1316px measure with a fluid gutter.
   ========================================================================== */

.rhc {
  --ink: #2b2c27; --accent: #c05c15; --accent-dark: #a84f11; --tan: #e0a674;
  --cream: #fcf7f3; --olive: #1e2015; --gray: #454545; --muted: #7a7870; --muted-2: #96948c;
  --line: #e0d8d0; --line-soft: #ece5dd; --ph: #ede4da;
  --gutter: clamp(16px, 4.3vw, 62px); --max: 1440px; --sec: clamp(56px, 6.4vw, 96px);
  display: block; background: #fff; color: var(--ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: clip;
}
.rhc *, .rhc *::before, .rhc *::after { box-sizing: border-box; }
.rhc a { color: inherit; text-decoration: none; }
.rhc a:hover { opacity: 1; }
.rhc img { display: block; max-width: 100%; height: auto; }
.rhc button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
.rhc h1, .rhc h2, .rhc h3, .rhc h4, .rhc p { margin: 0; }
.rhc h1, .rhc h2, .rhc h3 { font-weight: 600; letter-spacing: -0.03em; text-wrap: balance; }
.rhc :focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.rhc-wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); }
.rhc-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.rhc-section { padding-block: var(--sec); }
.rhc-section--tight { padding-top: 0; }
.rhc-section--cream { background: var(--cream); }
.rhc-section--dark { background: var(--olive); color: #fff; }
.rhc-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--accent); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; }
.rhc-eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; flex: none; }
.rhc-eyebrow--tan { color: var(--tan); }
.rhc-kicker { color: var(--muted); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }
.rhc-h1 { font-size: clamp(38px, 4.4vw, 64px); line-height: 1.02; }
.rhc-h2 { font-size: clamp(32px, 3.4vw, 48px); line-height: 1.06; }
.rhc-lede { color: var(--gray); font-size: 17px; line-height: 1.65; max-width: 620px; }
.rhc-lede--light { color: rgba(255,255,255,0.72); margin-top: 20px; }
.rhc-crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 12px; color: var(--muted); padding-block: 18px; }
.rhc-crumbs a:hover { color: var(--accent); }
.rhc-crumbs span::before { content: "/"; margin-right: 8px; color: var(--muted-2); }
.rhc-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 40px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.rhc-head p { color: var(--gray); max-width: 420px; }
.rhc-head .rhc-btn { flex: none; }
.rhc-section--dark .rhc-head { border-color: rgba(255,255,255,0.18); }

.rhc-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; padding: 0 26px; border-radius: 100px; font-size: 13px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; transition: background-color .2s, color .2s; }
.rhc-btn--sm { height: 44px; padding: 0 22px; font-size: 12px; }
.rhc-btn--p { background: var(--accent); color: #fff; }
.rhc-btn--p:hover { background: var(--accent-dark); color: #fff; }
.rhc-btn--o { box-shadow: inset 0 0 0 1px var(--accent); color: var(--accent); }
.rhc-btn--o:hover { background: var(--accent); color: #fff; }
.rhc-btn--w { box-shadow: inset 0 0 0 1px #fff; color: #fff; }
.rhc-btn--w:hover { background: #fff; color: var(--ink); }
.rhc-btn--ink { box-shadow: inset 0 0 0 1px var(--ink); color: var(--ink); }
.rhc-btn--ink:hover { background: var(--ink); color: #fff; }
.rhc-link { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.rhc-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.rhc-facts { display: flex; flex-wrap: wrap; gap: 8px 28px; margin-top: 36px; color: var(--muted); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; }

/* Placeholder art */
.rhc-ph { position: relative; overflow: hidden; background: var(--ph); width: 100%; height: 100%; min-height: 100%; aspect-ratio: 4/3; }
.rhc-ph::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 22px, rgba(43,44,39,0.045) 22px 23px); }
.rhc-ph::after { content: attr(data-label); position: absolute; left: 14px; bottom: 12px; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.rhc-ph svg { position: absolute; inset: 0; width: 100%; height: 100%; }

/* Cards */
.rhc-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 40px 28px; }
.rhc-cards--4 { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 36px 24px; }
.rhc-card { display: flex; flex-direction: column; position: relative; }
.rhc-card__media { display: block; aspect-ratio: 4/3; position: relative; overflow: hidden; background: var(--ph); }
.rhc-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.6,.2,1); }
.rhc-card:hover .rhc-card__media img { transform: scale(1.03); }
.rhc-card__badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 6px; z-index: 2; pointer-events: none; }
.rhc-badge { display: inline-flex; align-items: center; height: 22px; padding: 0 9px; background: #fff; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); white-space: nowrap; }
.rhc-badge--accent { background: var(--accent); color: #fff; }
.rhc-badge--ink { background: var(--ink); color: #fff; }
.rhc-card__add { position: absolute; right: 12px; z-index: 2; height: 36px; padding: 0 14px; background: #fff; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; opacity: 0; transform: translateY(6px); transition: opacity .2s, transform .2s, background-color .2s, color .2s; }
.rhc-card .rhc-card__add { top: calc(75% - 48px); }
.rhc-card:hover .rhc-card__add, .rhc-card__add:focus-visible, .rhc-card__add.is-added { opacity: 1; transform: none; }
.rhc-card__add:hover, .rhc-card__add.is-added { background: var(--accent); color: #fff; }
.rhc-card__body { padding-top: 14px; display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; align-items: baseline; }
.rhc-card__name { font-size: 15.5px; font-weight: 500; letter-spacing: -0.01em; }
.rhc-card__name a:hover { color: var(--accent); }
.rhc-card__price { font-size: 14.5px; font-weight: 500; white-space: nowrap; font-variant-numeric: tabular-nums; }
.rhc-price small { color: var(--muted); font-weight: 400; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; margin-right: 4px; }
.rhc-price .woocommerce-Price-currencySymbol { font-size: 0.9em; }
.rhc-price--poa { color: var(--muted); font-weight: 400; font-size: 13px; }
.rhc-card__meta { grid-column: 1 / -1; color: var(--muted); font-size: 12.5px; display: flex; flex-wrap: wrap; gap: 4px 10px; }
.rhc-card__meta i { font-style: normal; color: var(--muted-2); }
.rhc-swatches { grid-column: 1 / -1; display: flex; gap: 6px; margin-top: 8px; align-items: center; }
.rhc-swatches b { width: 14px; height: 14px; border-radius: 100px; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08); }
.rhc-swatches span { font-size: 11px; color: var(--muted); margin-left: 4px; }

/* Hub */
.rhc-hub-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 80px); align-items: end; padding-block: 24px 64px; }
.rhc-hub-hero .rhc-lede { margin-top: 24px; }
.rhc-hub-hero__media { aspect-ratio: 5/4; overflow: hidden; background: var(--ph); }
.rhc-hub-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.rhc-rooms { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 28px; }
.rhc-room { display: flex; flex-direction: column; }
.rhc-room__media { display: block; aspect-ratio: 4/5; overflow: hidden; background: var(--ph); }
.rhc-room__media img { width: 100%; height: 100%; object-fit: cover; }
.rhc-room__body { padding-top: 16px; display: flex; flex-direction: column; gap: 6px; }
.rhc-room__body h3 { font-size: 20px; }
.rhc-room__body h3 a:hover { color: var(--accent); }
.rhc-room__body p { color: var(--muted); font-size: 13.5px; }
.rhc-room__links { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-top: 6px; font-size: 13px; }
.rhc-room__links a { border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.rhc-room__links a:hover { color: var(--accent); border-color: var(--accent); }
.rhc-allcats { margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 28px; }
.rhc-allcats h4 { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; font-weight: 500; }
.rhc-allcats a { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid var(--line-soft); font-size: 14px; }
.rhc-allcats a:hover { color: var(--accent); }
.rhc-allcats a i { font-style: normal; color: var(--muted-2); font-variant-numeric: tabular-nums; }
.rhc-pack { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.1fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.rhc-pack__media { aspect-ratio: 4/3; overflow: hidden; background: #35362f; }
.rhc-pack__media img { width: 100%; height: 100%; object-fit: cover; }
.rhc-pack__stats { display: flex; gap: 40px; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.18); }
.rhc-pack__stats b { display: block; font-size: 28px; font-weight: 600; letter-spacing: -0.02em; }
.rhc-pack__stats span { color: rgba(255,255,255,0.6); font-size: 12px; }
.rhc-steps { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 28px; }
.rhc-step { padding-top: 20px; border-top: 1px solid var(--line); }
.rhc-step b { display: block; color: var(--accent); font-size: 11px; letter-spacing: 0.2em; margin-bottom: 14px; font-weight: 500; }
.rhc-step h3 { font-size: 18px; margin-bottom: 8px; }
.rhc-step p { color: var(--gray); font-size: 14px; }

/* Category */
.rhc-cat-head { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 48px; align-items: end; padding-block: 8px 36px; }
.rhc-cat-head__aside { color: var(--gray); font-size: 14.5px; line-height: 1.6; padding-bottom: 6px; }
.rhc-cat-head__aside a { color: var(--accent); }
.rhc-subtypes { display: flex; gap: 8px; flex-wrap: wrap; padding-bottom: 28px; }
.rhc-chip { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 16px; border: 1px solid var(--line); font-size: 13px; transition: border-color .2s, background-color .2s, color .2s; }
.rhc-chip:hover { border-color: var(--ink); }
.rhc-chip.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.rhc-chip i { font-style: normal; color: var(--muted-2); font-size: 11.5px; }
.rhc-chip.on i { color: rgba(255,255,255,0.6); }
.rhc-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 36px; }
.rhc-toolbar__count { font-size: 13px; color: var(--muted); }
.rhc-toolbar__count b { color: var(--ink); font-weight: 500; }
.rhc-toolbar__right { display: flex; align-items: center; gap: 22px; }
.rhc-sort { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
.rhc-sort select { font: inherit; font-size: 13px; color: var(--ink); border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 4px 0; border-radius: 0; }
.rhc-filter-toggle { display: none; align-items: center; gap: 8px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; }
.rhc-applied { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: -18px 0 28px; }
.rhc-tag { display: inline-flex; align-items: center; gap: 8px; height: 30px; padding: 0 10px 0 12px; background: var(--cream); font-size: 12.5px; }
.rhc-tag span { color: var(--muted); font-size: 14px; line-height: 1; }
.rhc-tag:hover { background: var(--line-soft); }
.rhc-clear { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-left: 6px; }
.rhc-catalog { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 56px; align-items: start; }
.rhc-filters { position: sticky; top: 24px; }
.rhc-fgroup { border-top: 1px solid var(--line); padding: 18px 0; }
.rhc-fgroup summary { list-style: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; }
.rhc-fgroup summary::-webkit-details-marker { display: none; }
.rhc-fgroup summary::after { content: "+"; color: var(--muted); font-weight: 400; font-size: 16px; }
.rhc-fgroup[open] summary::after { content: "–"; }
.rhc-fgroup ul { list-style: none; margin: 14px 0 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.rhc-fgroup li label { display: flex; align-items: center; gap: 10px; font-size: 14px; cursor: pointer; }
.rhc-fgroup li label i { font-style: normal; margin-left: auto; color: var(--muted-2); font-size: 12px; font-variant-numeric: tabular-nums; }
.rhc-fgroup input[type=checkbox] { appearance: none; -webkit-appearance: none; width: 16px; height: 16px; margin: 0; border: 1px solid #b9b2a9; background: #fff; flex: none; display: grid; place-items: center; border-radius: 0; }
.rhc-fgroup input[type=checkbox]:checked { background: var(--ink); border-color: var(--ink); }
.rhc-fgroup input[type=checkbox]:checked::before { content: ""; width: 9px; height: 5px; border-left: 1.5px solid #fff; border-bottom: 1.5px solid #fff; transform: translateY(-1px) rotate(-45deg); }
.rhc-range { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: center; margin-top: 14px; }
.rhc-range input { width: 100%; height: 40px; border: 1px solid var(--line); padding: 0 10px; font: inherit; font-size: 13px; border-radius: 0; background: #fff; color: var(--ink); }
.rhc-range span { color: var(--muted-2); }
.rhc-colors { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.rhc-colors label { width: 26px; height: 26px; border-radius: 100px; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); position: relative; cursor: pointer; }
.rhc-colors label.on { outline: 2px solid var(--ink); outline-offset: 2px; }
.rhc-colors input { position: absolute; opacity: 0; width: 0; height: 0; }
.rhc-filters__apply { width: 100%; margin-top: 16px; }
.rhc-filters.is-js .rhc-filters__apply { display: none; }
.rhc-filters__help { margin-top: 28px; padding: 22px; background: var(--cream); font-size: 13.5px; color: var(--gray); line-height: 1.55; }
.rhc-filters__help b { display: block; font-weight: 500; color: var(--ink); margin-bottom: 6px; }
.rhc-filters__help a { color: var(--accent); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; display: inline-block; margin-top: 12px; }
.rhc-pager { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; }
.rhc-pager__pages { display: flex; gap: 4px; flex-wrap: wrap; }
.rhc-pager__pages .page-numbers { min-width: 40px; height: 40px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; font-variant-numeric: tabular-nums; }
.rhc-pager__pages .page-numbers.current { background: var(--ink); color: #fff; }
.rhc-pager__pages a.page-numbers:hover { color: var(--accent); }
.rhc-pager__pages .dots { color: var(--muted-2); }
.rhc-pager__meta { color: var(--muted); }
.rhc-guide { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(32px, 5vw, 80px); }
.rhc-guide h2 { margin-bottom: 20px; }
.rhc-guide p { color: var(--gray); line-height: 1.7; margin-bottom: 14px; }
.rhc-guide dl { display: grid; grid-template-columns: 150px 1fr; gap: 12px 20px; margin: 0; font-size: 14px; }
.rhc-guide dt { color: var(--muted); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; padding-top: 3px; }
.rhc-guide dd { margin: 0; padding-bottom: 12px; border-bottom: 1px solid var(--line-soft); }
.rhc-related { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
.rhc-related a { display: flex; flex-direction: column; gap: 12px; }
.rhc-related a > img, .rhc-related .rhc-ph { aspect-ratio: 5/4; width: 100%; object-fit: cover; }
.rhc-related span { font-size: 15px; font-weight: 500; display: flex; justify-content: space-between; }
.rhc-related span i { font-style: normal; color: var(--muted-2); font-weight: 400; font-size: 13px; }
.rhc-cta-band { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.rhc-cta-band h2 { max-width: 620px; }
.rhc-cta-band p { color: rgba(255,255,255,0.7); margin-top: 12px; max-width: 520px; }
.rhc-cta-band__acts { display: flex; gap: 14px; flex: none; flex-wrap: wrap; }
.rhc-empty { padding: 64px 24px; text-align: center; color: var(--muted); border: 1px dashed var(--line); }
.rhc-empty b { display: block; color: var(--ink); font-weight: 500; font-size: 17px; margin-bottom: 6px; }

/* Product */
.rhc-pdp { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr); gap: clamp(32px, 5vw, 80px); align-items: start; padding-bottom: var(--sec); }
.rhc-gallery { position: sticky; top: 24px; display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 16px; }
.rhc-gallery__thumbs { display: flex; flex-direction: column; gap: 10px; }
.rhc-gallery__thumbs button { aspect-ratio: 1; width: 100%; border: 1px solid transparent; overflow: hidden; background: var(--ph); }
.rhc-gallery__thumbs button.on { border-color: var(--ink); }
.rhc-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.rhc-gallery__main { grid-column: 2; aspect-ratio: 4/3; overflow: hidden; background: var(--ph); }
.rhc-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.rhc-gallery:not(:has(.rhc-gallery__thumbs)) { grid-template-columns: 1fr; }
.rhc-gallery:not(:has(.rhc-gallery__thumbs)) .rhc-gallery__main, .rhc-gallery:not(:has(.rhc-gallery__thumbs)) .rhc-gallery__note { grid-column: 1; }
.rhc-gallery__note { grid-column: 2; display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; }
.rhc-buy { display: flex; flex-direction: column; }
.rhc-buy__top { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.rhc-buy h1 { font-size: clamp(28px, 2.6vw, 38px); line-height: 1.08; margin-top: 10px; }
.rhc-buy__coll { color: var(--muted); font-size: 13px; margin-top: 8px; }
.rhc-buy__coll a { color: var(--accent); }
.rhc-price-row { margin-top: 22px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.rhc-price-row .rhc-price { font-size: 26px; font-weight: 600; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.rhc-price-row .rhc-price small { font-size: 12px; }
.rhc-price-row > span { color: var(--muted); font-size: 13px; }
.rhc-buy__desc { margin-top: 18px; color: var(--gray); line-height: 1.65; }
.rhc-buy__desc p { margin: 0 0 10px; }
.rhc-opt { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.rhc-opt__label { display: flex; justify-content: space-between; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; margin-bottom: 12px; }
.rhc-opt__label span { color: var(--muted); font-weight: 400; letter-spacing: 0; text-transform: none; font-size: 13px; }
.rhc-seg { display: flex; flex-wrap: wrap; gap: 8px; }
.rhc-seg button { height: 42px; padding: 0 16px; border: 1px solid var(--line); font-size: 13.5px; display: inline-flex; align-items: center; gap: 8px; }
.rhc-seg button i { font-style: normal; color: var(--muted-2); font-size: 12px; }
.rhc-seg button:hover { border-color: var(--ink); }
.rhc-seg button.on { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.rhc-fab { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-bottom: 22px; }
.rhc-fab button { aspect-ratio: 1; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08); position: relative; }
.rhc-fab button.on { outline: 2px solid var(--ink); outline-offset: 2px; }
.rhc-fab button::after { content: attr(data-n); position: absolute; left: 0; right: 0; bottom: -18px; font-size: 10px; color: var(--muted); text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rhc-lead { margin-top: 26px; padding: 18px 20px; background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; font-size: 13.5px; }
.rhc-lead b { display: block; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 500; margin-bottom: 3px; }
.rhc-buy__acts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.rhc-buy__acts .rhc-btn { width: 100%; }
.rhc-buy__acts .rhc-btn.is-added { background: var(--ink); }
.rhc-buy__links { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 18px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
.rhc-buy__links a { border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.rhc-buy__links a:hover { color: var(--accent); border-color: var(--accent); }
.rhc-acc { margin-top: 28px; border-top: 1px solid var(--line); }
.rhc-acc details { border-bottom: 1px solid var(--line); }
.rhc-acc summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 18px 0; cursor: pointer; font-weight: 500; font-size: 15px; }
.rhc-acc summary::-webkit-details-marker { display: none; }
.rhc-acc summary::after { content: "+"; color: var(--muted); font-size: 18px; font-weight: 400; }
.rhc-acc details[open] summary::after { content: "–"; }
.rhc-acc__body { padding: 0 0 22px; color: var(--gray); font-size: 14px; line-height: 1.65; }
.rhc-acc__body p { margin: 0 0 10px; }
.rhc-acc__body table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.rhc-acc__body td { padding: 8px 0; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.rhc-acc__body td:first-child { color: var(--muted); width: 42%; }
.rhc-specs { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.4fr); gap: clamp(32px, 5vw, 80px); }
.rhc-specs table { width: 100%; border-collapse: collapse; font-size: 14px; }
.rhc-specs td { padding: 12px 0; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.rhc-specs td:first-child { color: var(--muted); width: 36%; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; padding-top: 14px; }
.rhc-specs h2 { margin-bottom: 14px; }
.rhc-specs p { color: var(--gray); line-height: 1.7; }

/* Project bar + quote modal */
.rhc-projbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; background: var(--ink); color: #fff; padding-bottom: env(safe-area-inset-bottom, 0px); box-shadow: 0 -10px 30px rgba(0,0,0,0.15); }
.rhc-projbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 64px; }
.rhc-projbar__count { font-size: 14px; }
.rhc-projbar__count b { font-weight: 600; }
.rhc-projbar__acts { display: flex; align-items: center; gap: 20px; }
body.rhc-has-bar .rh-footer { padding-bottom: 96px; }
.rhc-modal { position: fixed; inset: 0; z-index: 400; display: flex; align-items: center; justify-content: center; padding: 16px; }
.rhc-modal__bg { position: absolute; inset: 0; background: rgba(30,32,21,0.55); }
.rhc-modal__dialog { position: relative; width: min(880px, 100%); max-height: calc(100vh - 32px); overflow: auto; background: #fff; color: var(--ink); display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
.rhc-modal__close { position: absolute; top: 10px; right: 14px; font-size: 26px; line-height: 1; color: var(--muted); z-index: 2; }
.rhc-modal__list { padding: 32px; background: var(--cream); }
.rhc-modal__list ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.rhc-modal__list li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.rhc-modal__list li button { color: var(--muted); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
.rhc-modal__list li button:hover { color: var(--accent); }
.rhc-modal__hint { margin-top: 18px; color: var(--gray); font-size: 13px; line-height: 1.6; }
.rhc-form { padding: 32px; display: flex; flex-direction: column; gap: 12px; }
.rhc-form h2 { font-size: 24px; margin-bottom: 6px; }
.rhc-form label { display: flex; flex-direction: column; gap: 6px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.rhc-form input, .rhc-form textarea { height: 48px; border: 1px solid var(--line); padding: 0 14px; font: inherit; font-size: 14px; color: var(--ink); background: #fff; border-radius: 0; width: 100%; }
.rhc-form textarea { height: auto; padding: 12px 14px; resize: vertical; }
.rhc-form .rhc-btn { margin-top: 8px; }
.rhc-form .ratahome-form-feedback { font-size: 13px; }
.rhc-drawer-bg { position: fixed; inset: 0; background: rgba(30,32,21,0.45); z-index: 300; }
.rhc-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(380px, 92vw); background: #fff; z-index: 301; overflow-y: auto; padding: 20px 20px calc(24px + env(safe-area-inset-bottom, 0px)); }
.rhc-drawer__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; }
.rhc-drawer__head button { font-size: 22px; line-height: 1; }
.rhc-drawer .rhc-filters__apply { display: flex !important; }

@media (max-width: 1200px) {
  .rhc-cards--4 { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .rhc-rooms, .rhc-allcats, .rhc-steps, .rhc-related { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rhc-catalog { grid-template-columns: 230px minmax(0,1fr); gap: 36px; }
}
@media (max-width: 960px) {
  .rhc-hub-hero, .rhc-pack, .rhc-guide, .rhc-cat-head, .rhc-specs, .rhc-pdp { grid-template-columns: minmax(0, 1fr); }
  .rhc-cat-head__aside { padding: 0; }
  .rhc-catalog { grid-template-columns: 1fr; }
  .rhc-filters { display: none; }
  .rhc-filter-toggle { display: inline-flex; }
  .rhc-cards, .rhc-cards--4 { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px 16px; }
  .rhc-gallery { position: static; grid-template-columns: 1fr; }
  .rhc-gallery__thumbs { flex-direction: row; order: 2; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
  .rhc-gallery__thumbs button { width: 64px; flex: none; }
  .rhc-gallery__main, .rhc-gallery__note { grid-column: 1; }
  .rhc-head, .rhc-cta-band, .rhc-toolbar { flex-direction: column; align-items: flex-start; }
  .rhc-modal__dialog { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .rhc-cards, .rhc-cards--4, .rhc-rooms, .rhc-allcats, .rhc-steps, .rhc-related { grid-template-columns: 1fr; }
  .rhc-buy__acts, .rhc-lead { grid-template-columns: 1fr; }
  .rhc-card__add { opacity: 1; transform: none; }
  .rhc-pager { flex-direction: column; align-items: flex-start; }
  .rhc-fab { grid-template-columns: repeat(5, 1fr); }
  .rhc-projbar__inner { height: auto; padding-block: 12px; flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { .rhc * { transition: none !important; } }
