/* =====================================================================
   RebeDesign Rafturi Metalice — main stylesheet
   Ported 1:1 from the original design's navy/steel-blue tokens.
   ===================================================================== */

:root {
  --radius: 0.375rem;
  --background: oklch(1 0 0);
  --foreground: oklch(0.22 0.03 255);
  --card: oklch(1 0 0);
  --primary: oklch(0.685 0.148 237.34);
  --primary-foreground: oklch(0.98 0.003 250);
  --secondary: oklch(0.96 0.005 250);
  --muted-foreground: oklch(0.52 0.02 255);
  --border: oklch(0.9 0.008 250);
  --input: oklch(0.9 0.008 250);
  --navy: oklch(0.373 0.031 259.76);
  --navy-deep: oklch(0.210 0.032 264.68);
  --navy-foreground: oklch(0.967 0.003 264.94);
  --destructive: oklch(0.577 0.245 27.325);

  --font-sans: "Barlow", ui-sans-serif, system-ui, sans-serif;
  --font-heading: "Bebas Neue", ui-sans-serif, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p, dl, dd, dt, figure { margin: 0; }
button, input, textarea, select { font-family: inherit; font-size: inherit; color: inherit; }
button { cursor: pointer; }

.rrm-container { max-width: 80rem; margin-inline: auto; padding-inline: 1rem; }
@media (min-width: 640px) { .rrm-container { padding-inline: 1.5rem; } }
.rrm-accent { color: var(--primary); }
.rrm-icon { flex-shrink: 0; }
.rrm-icon--sm { width: 14px; height: 14px; }
.rrm-icon--lg { width: 24px; height: 24px; }
.rrm-icon--xl { width: 32px; height: 32px; }
.rrm-icon--accent { color: var(--primary); }
.rrm-icon--navy { color: var(--navy); }

/* ---------- Buttons --------------------------------------------------- */
.rrm-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem; border-radius: var(--radius); padding: 0.875rem 1.5rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; border: 1px solid transparent; transition: filter 0.15s ease, background-color 0.15s ease, color 0.15s ease, transform 0.1s ease; }
.rrm-btn:active { transform: scale(0.98); }
.rrm-btn--brand { background: var(--primary); color: var(--primary-foreground); }
.rrm-btn--brand:hover { filter: brightness(1.1); }
.rrm-btn--outline { border-color: var(--primary); color: var(--primary); background: transparent; }
.rrm-btn--outline:hover { background: var(--primary); color: var(--primary-foreground); }
.rrm-btn--outline-light { border-color: rgba(255,255,255,0.3); color: var(--navy-foreground); font-size: 0.875rem; text-transform: none; letter-spacing: normal; font-weight: 700; }
.rrm-btn--outline-light:hover { border-color: var(--primary); color: var(--primary); }
.rrm-btn--sm { padding: 0.75rem 1.5rem; font-size: 0.6875rem; }
.rrm-btn--lg { padding: 1rem 1.75rem; font-size: 0.875rem; letter-spacing: 0.08em; }
.rrm-btn--block { width: 100%; }
@media (min-width: 640px) { .rrm-btn--block { width: auto; } }

.rrm-icon-btn { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: var(--radius); border: 1px solid var(--border); color: var(--navy-deep); background: var(--card); }
.rrm-icon-btn:hover { border-color: var(--primary); color: var(--primary); }

/* ---------- Headings & text ------------------------------------------- */
.rrm-h2 { text-align: center; font-family: var(--font-heading); font-size: 1.875rem; letter-spacing: 0.02em; color: var(--navy); line-height: 1.1; }
@media (min-width: 640px) { .rrm-h2 { font-size: 2.25rem; } }
@media (min-width: 768px) { .rrm-h2 { font-size: 3rem; } }
.rrm-h2--center { font-family: var(--font-sans); font-weight: 800; font-size: 1.5rem; text-transform: uppercase; letter-spacing: -0.01em; }
@media (min-width: 640px) { .rrm-h2--center { font-size: 1.875rem; } }
.rrm-h2-underline { width: 4rem; height: 4px; background: var(--primary); margin: 1rem auto 0; }
.rrm-h2-underline--pill { border-radius: 999px; }
.rrm-h2-underline--left { margin-inline: 0; }
.rrm-h2-plain { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.01em; color: var(--navy); text-transform: uppercase; }
@media (min-width: 640px) { .rrm-h2-plain { font-size: 1.875rem; } }
.rrm-h3 { font-family: var(--font-heading); font-size: 1.125rem; letter-spacing: 0.02em; color: var(--navy); }
@media (min-width: 640px) { .rrm-h3 { font-size: 1.25rem; } }
.rrm-eyebrow { display: inline-block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.25em; color: var(--primary); }
.rrm-kicker { display: flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.25em; color: var(--primary); justify-content: center; }
.rrm-kicker__line { height: 1px; width: 2rem; background: var(--primary); }
.rrm-section__intro { display: flex; flex-direction: column; align-items: center; text-align: center; }
.rrm-section__intro--tight { margin-bottom: 0; }
.rrm-section__lead { max-width: 48rem; margin: 1.25rem auto 0; text-align: center; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }
.rrm-lead { margin-top: 0.5rem; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }
.rrm-back-link { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; color: rgba(255,255,255,0.7); }
.rrm-back-link:hover { color: var(--primary); }
.rrm-breadcrumb { font-size: 0.75rem; color: rgba(255,255,255,0.6); }
.rrm-breadcrumb a:hover { color: var(--primary); }
.rrm-breadcrumb__sep { margin: 0 0.25rem; }
.rrm-breadcrumb__current { color: rgba(255,255,255,0.8); }

/* ---------- Header ------------------------------------------------------ */
.rrm-header { position: sticky; top: 0; z-index: 50; display: flex; flex-direction: column; }
.rrm-topbar { background: var(--navy-deep); padding-inline: 1rem; }
@media (min-width: 640px) { .rrm-topbar { padding-inline: 1.5rem; } }
.rrm-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 2.25rem; font-size: 0.6875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.6); }
.rrm-topbar__item { display: flex; align-items: center; gap: 0.5rem; white-space: nowrap; }
.rrm-topbar__item--tablet { display: none; }
@media (min-width: 768px) { .rrm-topbar__item--tablet { display: flex; } }
.rrm-topbar__item--desktop { display: none; }
@media (min-width: 1024px) { .rrm-topbar__item--desktop { display: flex; } }
.rrm-topbar__mail:hover { color: var(--primary); }

.rrm-mainbar { border-bottom: 1px solid var(--border); background: rgba(255,255,255,0.95); padding-inline: 1rem; backdrop-filter: blur(8px); }
@media (min-width: 640px) { .rrm-mainbar { padding-inline: 1.5rem; } }
.rrm-mainbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; height: 4.5rem; }
@media (min-width: 640px) { .rrm-mainbar__inner { height: 7rem; } }

.rrm-logo { display: flex; align-items: center; min-width: 0; padding: 0; margin: 0; }
.rrm-logo__img { display: block; height: calc(var(--rrm-logo-h, 96px) * 0.583); width: auto; max-width: 100%; }
@media (min-width: 640px) { .rrm-logo__img { height: calc(var(--rrm-logo-h, 96px) * 0.75); } }
@media (min-width: 1024px) { .rrm-logo__img { height: var(--rrm-logo-h, 96px); } }
.rrm-logo__img--light { filter: brightness(0) invert(1); }
.rrm-logo__text { display: inline-flex; align-items: center; gap: 0.4rem; font-family: var(--font-heading); font-size: 1.125rem; letter-spacing: 0.02em; color: var(--navy-deep); line-height: 1; white-space: nowrap; }
@media (min-width: 640px) { .rrm-logo__text { font-size: 1.5rem; gap: 0.5rem; } }
.rrm-logo__text--light { color: var(--navy-foreground); }
.rrm-logo__icon { color: var(--primary); width: 22px; height: 22px; flex-shrink: 0; }
@media (min-width: 640px) { .rrm-logo__icon { width: 28px; height: 28px; } }

.rrm-nav--desktop { display: none; }
@media (min-width: 1024px) { .rrm-nav--desktop { display: flex; align-items: center; } }
.rrm-nav__list { display: flex; align-items: center; }
.rrm-nav__link { position: relative; display: flex; align-items: center; gap: 0.25rem; padding: 0.5rem 1rem; font-size: 0.8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(29, 41, 61, 0.8); transition: color 0.15s ease; }
.rrm-nav__link::after { content: ""; position: absolute; left: 1rem; right: 1rem; bottom: -1px; height: 2px; background: var(--primary); transform: scaleX(0); transform-origin: left; transition: transform 0.15s ease; }
.rrm-nav__link:hover { color: var(--primary); }
.rrm-nav__link:hover::after { transform: scaleX(1); }
li.current-menu-item .rrm-nav__link { color: var(--primary); }
li.current-menu-item .rrm-nav__link::after { transform: scaleX(1); }

.rrm-mainbar__actions { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.rrm-phone-cta { display: flex; align-items: center; gap: 0.75rem; }
@media (min-width: 640px) { .rrm-phone-cta { border-left: 1px solid var(--border); padding-left: 1rem; } }
.rrm-phone-cta__icon { display: flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; border-radius: 999px; background: color-mix(in oklch, var(--primary) 10%, transparent); color: var(--primary); }
.rrm-phone-cta__text { display: none; line-height: 1.2; }
@media (min-width: 640px) { .rrm-phone-cta__text { display: block; } }
.rrm-phone-cta__label { display: block; font-size: 0.625rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted-foreground); }
.rrm-phone-cta__number { display: block; font-size: 0.875rem; font-weight: 700; color: var(--navy-deep); }

.rrm-menu-toggle__close { display: none; }
.rrm-menu-toggle.is-open .rrm-menu-toggle__open { display: none; }
.rrm-menu-toggle.is-open .rrm-menu-toggle__close { display: block; }
@media (min-width: 1024px) { .rrm-menu-toggle { display: none; } }

.rrm-nav--mobile { display: none; border-top: 1px solid var(--border); background: var(--secondary); padding-block: 0.75rem; }
.rrm-nav--mobile.is-open { display: block; }
@media (min-width: 1024px) { .rrm-nav--mobile { display: none !important; } }
.rrm-nav__mobile-list { display: flex; flex-direction: column; align-items: stretch; gap: 0.25rem; }
.rrm-nav__mobile-link { display: block; padding: 0.65rem 0.75rem; border-radius: var(--radius); font-size: 0.8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(29,41,61,0.8); }
.rrm-nav__mobile-link:hover, li.current-menu-item .rrm-nav__mobile-link { background: var(--card); color: var(--primary); }
.rrm-nav__mobile-cta { display: block; margin-top: 0.75rem; text-align: center; }

.rrm-main { display: block; }

/* ---------- Footer ------------------------------------------------------- */
.rrm-footer { background: var(--navy-deep); }
.rrm-footer__cta { border-bottom: 1px solid rgba(255,255,255,0.1); }
.rrm-footer__cta-inner { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 2rem; text-align: center; }
@media (min-width: 640px) { .rrm-footer__cta-inner { flex-direction: row; text-align: left; } }
.rrm-footer__cta-title { font-size: 1.125rem; font-weight: 700; color: var(--navy-foreground); }
@media (min-width: 640px) { .rrm-footer__cta-title { font-size: 1.25rem; } }
.rrm-footer__cta-text { margin-top: 0.25rem; font-size: 0.875rem; color: rgba(255,255,255,0.6); }

.rrm-footer__grid { display: grid; gap: 2.5rem; padding-block: 3rem; }
@media (min-width: 640px) { .rrm-footer__grid { grid-template-columns: repeat(2, 1fr); padding-block: 3.5rem; } }
@media (min-width: 1024px) { .rrm-footer__grid { grid-template-columns: repeat(4, 1fr); } }
.rrm-footer__col { min-width: 0; }
.rrm-footer__col--brand { text-align: center; }
@media (min-width: 640px) { .rrm-footer__col--brand { text-align: left; grid-column: span 2; } }
@media (min-width: 1024px) { .rrm-footer__col--brand { grid-column: span 1; } }
.rrm-footer__col--brand .rrm-logo { justify-content: center; }
@media (min-width: 640px) { .rrm-footer__col--brand .rrm-logo { justify-content: flex-start; } }
.rrm-footer__col--brand .rrm-footer__desc { margin-inline: auto; }
@media (min-width: 640px) { .rrm-footer__col--brand .rrm-footer__desc { margin-inline: 0; } }
.rrm-footer__col--brand .rrm-footer__social { justify-content: center; }
@media (min-width: 640px) { .rrm-footer__col--brand .rrm-footer__social { justify-content: flex-start; } }
.rrm-footer__desc { margin-top: 1rem; max-width: 20rem; font-size: 0.875rem; line-height: 1.6; color: rgba(255,255,255,0.7); }
.rrm-footer__social { display: flex; gap: 0.5rem; margin-top: 1.25rem; }
.rrm-social-link { display: flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; border-radius: 999px; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.1); color: var(--navy-foreground); transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease; }
.rrm-social-link:hover { border-color: var(--primary); background: var(--primary); color: var(--primary-foreground); }
.rrm-footer__heading { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; color: var(--navy-foreground); }
.rrm-footer-list__list { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.875rem; color: rgba(255,255,255,0.65); }
.rrm-footer-list__list a { display: inline-flex; align-items: center; gap: 0.4rem; color: rgba(255,255,255,0.65); }
.rrm-footer-list__list a:hover { color: var(--primary); }
.rrm-footer-list__list li { display: flex; }
.rrm-footer-list__list li > a { display: inline-flex; align-items: center; gap: 0.6rem; }
.rrm-footer__address { display: flex; align-items: flex-start; gap: 0.6rem; }
.rrm-footer__icon { flex-shrink: 0; }
.rrm-footer-nav__list { margin-top: 1rem; display: flex; flex-direction: column; align-items: flex-start; gap: 0.5rem; font-size: 0.875rem; }
.rrm-footer-nav__link { color: rgba(255,255,255,0.65); }
.rrm-footer-nav__link:hover { color: var(--primary); }

.rrm-footer__bottom { border-top: 1px solid rgba(255,255,255,0.1); }
.rrm-footer__bottom-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.75rem; padding-block: 1.25rem; font-size: 0.75rem; color: rgba(255,255,255,0.55); }
.rrm-footer__legal { display: flex; gap: 1.25rem; }
.rrm-footer__legal a:hover { color: var(--primary); }

/* ---------- Hero (homepage) --------------------------------------------- */
.rrm-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--navy-deep); }
.rrm-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rrm-hero__bg--fallback { background: radial-gradient(120% 120% at 15% 10%, color-mix(in oklch, var(--primary) 18%, transparent), transparent 60%), var(--navy-deep); }
.rrm-hero__gradient { position: absolute; inset: 0; background: linear-gradient(to right, var(--navy-deep), color-mix(in oklch, var(--navy-deep) 85%, transparent), color-mix(in oklch, var(--navy-deep) 25%, transparent)); }
.rrm-hero__fade { position: absolute; inset-inline: 0; bottom: 0; height: 10rem; background: linear-gradient(to top, color-mix(in oklch, var(--navy-deep) 90%, transparent), transparent); }
.rrm-hero__inner { position: relative; padding-block: 3.5rem 7rem; }
@media (min-width: 640px) { .rrm-hero__inner { padding-block: 5rem 8rem; } }
@media (min-width: 1024px) { .rrm-hero__inner { padding-block: 7rem 9rem; } }
.rrm-hero__title { max-width: 56rem; font-family: var(--font-heading); font-size: 2.25rem; line-height: 0.95; letter-spacing: 0.02em; color: var(--navy-foreground); }
@media (min-width: 640px) { .rrm-hero__title { font-size: 3.75rem; } }
@media (min-width: 1024px) { .rrm-hero__title { font-size: 4.5rem; } }
.rrm-hero__text { margin-top: 1.5rem; max-width: 34rem; font-size: 0.875rem; line-height: 1.7; color: rgba(255,255,255,0.75); }
@media (min-width: 640px) { .rrm-hero__text { font-size: 1rem; } }
.rrm-hero__actions { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
@media (min-width: 640px) { .rrm-hero__actions { flex-direction: row; align-items: center; } }

.rrm-stats-wrap { position: relative; z-index: 10; margin-top: -4rem; }
@media (min-width: 640px) { .rrm-stats-wrap { margin-top: -5rem; } }
.rrm-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border-radius: var(--radius); background: var(--border); box-shadow: 0 24px 60px -30px rgba(0,0,0,0.6); }
@media (min-width: 1024px) { .rrm-stats { grid-template-columns: repeat(4, 1fr); } }
.rrm-stats__item { display: flex; align-items: center; gap: 0.75rem; background: var(--background); padding: 1rem 0.875rem; }
@media (min-width: 640px) { .rrm-stats__item { gap: 1rem; padding: 1.5rem; } }
.rrm-stats__value { font-family: var(--font-heading); font-size: 1.125rem; line-height: 1; letter-spacing: 0.02em; color: var(--navy); }
@media (min-width: 640px) { .rrm-stats__value { font-size: 1.5rem; } }
.rrm-stats__label { margin-top: 0.375rem; font-size: 0.5625rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted-foreground); }
@media (min-width: 640px) { .rrm-stats__label { font-size: 0.625rem; } }

/* ---------- Sections & benefits ------------------------------------------ */
.rrm-section { background: var(--background); padding-block: 3.5rem; }
@media (min-width: 640px) { .rrm-section { padding-block: 5rem; } }
.rrm-section--secondary { background: var(--secondary); }
.rrm-center-cta { margin-top: 2.5rem; text-align: center; }

.rrm-benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; margin-top: 2rem; }
@media (min-width: 1024px) { .rrm-benefits-grid { grid-template-columns: repeat(3, 1fr); margin-top: 3rem; } }
@media (min-width: 1280px) { .rrm-benefits-grid { grid-template-columns: repeat(6, 1fr); } }
.rrm-benefit { padding-inline: 0.25rem; text-align: center; }
@media (min-width: 640px) { .rrm-benefit { padding-inline: 1.25rem; } }
@media (min-width: 1280px) { .rrm-benefit--divider { border-left: 1px solid var(--border); } }
.rrm-benefit svg { margin-inline: auto; }
.rrm-benefit h3 { margin-top: 0.75rem; font-size: 0.8125rem; font-weight: 700; color: var(--navy); }
@media (min-width: 640px) { .rrm-benefit h3 { margin-top: 1rem; font-size: 0.875rem; } }
.rrm-benefit p { margin-top: 0.5rem; font-size: 0.75rem; line-height: 1.7; color: var(--muted-foreground); }

/* ---------- Live badge + manufacturers strip ------------------------------ */
.rrm-live-badge { margin-top: 1.5rem; display: inline-flex; max-width: 100%; align-items: center; gap: 0.625rem; border-radius: 999px; border: 1px solid var(--navy); padding: 0.5rem 1.25rem; text-align: center; font-size: 0.625rem; font-weight: 700; text-transform: uppercase; line-height: 1.3; letter-spacing: 0.12em; color: var(--navy); }
@media (min-width: 640px) { .rrm-live-badge { font-size: 0.75rem; letter-spacing: 0.18em; } }
.rrm-live-badge svg { color: var(--primary); flex-shrink: 0; }
.rrm-live-dot { position: relative; display: inline-flex; width: 8px; height: 8px; flex-shrink: 0; }
.rrm-live-dot::before { content: ""; position: absolute; inset: 0; border-radius: 999px; background: var(--primary); opacity: 0.75; animation: rrm-ping 1.6s cubic-bezier(0,0,0.2,1) infinite; }
.rrm-live-dot::after { content: ""; position: relative; display: block; width: 8px; height: 8px; border-radius: 999px; background: var(--primary); }
@keyframes rrm-ping { 75%, 100% { transform: scale(2.2); opacity: 0; } }

.rrm-manufacturers { margin-top: 2rem; width: 100%; max-width: 56rem; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding-block: 1.25rem; }
@media (min-width: 640px) { .rrm-manufacturers { margin-top: 2.5rem; padding-block: 2rem; } }
.rrm-manufacturers__label { display: flex; align-items: center; justify-content: center; gap: 0.75rem; }
.rrm-manufacturers__label p { font-size: 0.625rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--navy); white-space: nowrap; }
@media (min-width: 640px) { .rrm-manufacturers__label p { font-size: 0.6875rem; letter-spacing: 0.18em; } }
.rrm-manufacturers__img { margin: 1rem auto 0; max-height: 3rem; width: auto; object-fit: contain; }
@media (min-width: 640px) { .rrm-manufacturers__img { max-height: 5rem; margin-top: 1.25rem; } }
.rrm-manufacturers__list { margin-top: 1rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.25rem 2rem; }
.rrm-manufacturers__list li { font-family: var(--font-heading); font-size: 1.125rem; letter-spacing: 0.04em; color: var(--muted-foreground); }
@media (min-width: 640px) { .rrm-manufacturers__list li { font-size: 1.375rem; } }

/* ---------- Category grid ------------------------------------------------- */
.rrm-cat-grid { display: grid; gap: 1rem; margin-top: 2.5rem; }
@media (min-width: 640px) { .rrm-cat-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; } }
@media (min-width: 1024px) { .rrm-cat-grid { grid-template-columns: repeat(4, 1fr); } }
.rrm-cat-card { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--border); background: var(--card); transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
.rrm-cat-card:hover { transform: translateY(-4px); border-color: color-mix(in oklch, var(--primary) 50%, transparent); box-shadow: 0 20px 45px -28px rgba(14,165,233,0.6); }
.rrm-cat-card__media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--secondary); }
.rrm-cat-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.rrm-cat-card:hover .rrm-cat-card__img { transform: scale(1.05); }
.rrm-cover-fallback { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, var(--navy-deep), var(--navy)); }
.rrm-cover-fallback__icon { color: color-mix(in oklch, var(--primary) 80%, white); }
.rrm-cat-card__badge { position: absolute; left: 1rem; top: 1rem; display: flex; align-items: center; justify-content: center; width: 2.75rem; height: 2.75rem; border-radius: var(--radius); background: color-mix(in oklch, var(--background) 95%, transparent); color: var(--navy); box-shadow: 0 4px 12px -4px rgba(0,0,0,0.25); }
.rrm-cat-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.25rem 1.5rem 1.375rem; }
.rrm-cat-card__title { font-family: var(--font-heading); font-size: 1.0625rem; line-height: 1.2; letter-spacing: 0.02em; color: var(--navy); transition: color 0.15s ease; }
@media (min-width: 640px) { .rrm-cat-card__title { font-size: 1.25rem; } }
.rrm-cat-card:hover .rrm-cat-card__title { color: var(--primary); }
.rrm-cat-card__text { margin-top: 0.5rem; font-size: 0.8125rem; line-height: 1.6; color: var(--muted-foreground); }
.rrm-cat-card__count { margin-top: 1rem; display: inline-flex; width: fit-content; border-radius: 2px; background: var(--secondary); padding: 0.25rem 0.625rem; font-size: 0.625rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; color: var(--navy); }
.rrm-cat-card__cta { margin-top: auto; display: flex; align-items: center; gap: 0.375rem; padding-top: 1.5rem; font-size: 0.625rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--navy); transition: color 0.15s ease; }
.rrm-cat-card:hover .rrm-cat-card__cta { color: var(--primary); }

.rrm-inline-callout { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 1.25rem; border-radius: var(--radius); background: color-mix(in oklch, var(--primary) 10%, transparent); padding: 1.5rem; }
@media (min-width: 640px) { .rrm-inline-callout { flex-direction: row; align-items: center; justify-content: space-between; } }
.rrm-inline-callout__left { display: flex; min-width: 0; align-items: flex-start; gap: 1rem; }
.rrm-inline-callout__right { flex-shrink: 0; }
@media (min-width: 640px) { .rrm-inline-callout__right { text-align: right; } }
.rrm-inline-callout__phone { margin-top: 0.5rem; font-size: 0.75rem; color: var(--muted-foreground); }
.rrm-inline-callout__phone a { font-weight: 700; color: var(--primary); }

/* ---------- Gallery feed (homepage + category page) ------------------------ */
.rrm-gallery-feed { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 2.5rem; }
@media (min-width: 640px) { .rrm-gallery-feed { gap: 4rem; margin-top: 3.5rem; } }
.rrm-gallery-block { border-bottom: 1px solid var(--border); padding-bottom: 2.5rem; }
@media (min-width: 640px) { .rrm-gallery-block { padding-bottom: 4rem; } }
.rrm-gallery-block:last-child { border-bottom: 0; padding-bottom: 0; }
.rrm-gallery-block__head { display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 1024px) { .rrm-gallery-block__head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.rrm-gallery-block__title-row { display: flex; align-items: flex-start; gap: 0.875rem; }
.rrm-gallery-block__icon { display: flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; flex-shrink: 0; border-radius: var(--radius); background: var(--primary); color: var(--primary-foreground); }
@media (min-width: 640px) { .rrm-gallery-block__icon { width: 3rem; height: 3rem; } }
.rrm-gallery-block__title { font-family: var(--font-heading); font-size: 1.25rem; letter-spacing: 0.02em; color: var(--navy); }
@media (min-width: 640px) { .rrm-gallery-block__title { font-size: 1.875rem; } }
.rrm-gallery-block__text { margin-top: 0.5rem; max-width: 42rem; font-size: 0.8125rem; line-height: 1.6; color: var(--muted-foreground); }
.rrm-gallery-block__link { display: inline-flex; flex-shrink: 0; align-items: center; gap: 0.5rem; font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--primary); }
.rrm-gallery-block__link:hover { color: var(--navy); }
.rrm-gallery-block__grid { margin-top: 1.5rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
@media (min-width: 640px) { .rrm-gallery-block__grid { grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-top: 2rem; } }
@media (min-width: 768px) { .rrm-gallery-block__grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .rrm-gallery-block__grid { grid-template-columns: repeat(5, 1fr); } }
.rrm-gallery-block__item { overflow: hidden; border-radius: var(--radius); background: var(--secondary); aspect-ratio: 1/1; border: 0; padding: 0; cursor: pointer; display: block; position: relative; }
.rrm-gallery-block__item--large { grid-column: span 2; grid-row: span 2; }
.rrm-gallery-block__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.rrm-gallery-block__item:hover img { transform: scale(1.05); }

/* ---------- Interior page hero (Rafturi index, category, servicii-style) --- */
.rrm-page-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--navy-deep); }
.rrm-page-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.25; }
.rrm-page-hero__gradient { position: absolute; inset: 0; background: linear-gradient(to right, var(--navy-deep), color-mix(in oklch, var(--navy-deep) 90%, transparent), color-mix(in oklch, var(--navy-deep) 50%, transparent)); }
.rrm-page-hero__gradient--strong { background: linear-gradient(to right, var(--navy-deep), color-mix(in oklch, var(--navy-deep) 95%, transparent), color-mix(in oklch, var(--navy-deep) 80%, transparent)); }
.rrm-page-hero__inner { position: relative; display: grid; gap: 2rem; padding-block: 3rem; }
@media (min-width: 640px) { .rrm-page-hero__inner { padding-block: 4rem; } }
@media (min-width: 1024px) { .rrm-page-hero__inner { grid-template-columns: 1fr auto; align-items: center; gap: 3rem; } }
.rrm-page-hero--tight .rrm-container { position: relative; padding-block: 2.5rem; }
@media (min-width: 640px) { .rrm-page-hero--tight .rrm-container { padding-block: 3.5rem; } }
.rrm-page-hero__title { margin-top: 1rem; font-family: var(--font-heading); font-size: 1.875rem; line-height: 1; letter-spacing: 0.02em; color: var(--navy-foreground); }
@media (min-width: 640px) { .rrm-page-hero__title { font-size: 2.25rem; } }
@media (min-width: 768px) { .rrm-page-hero__title { font-size: 3rem; } }
.rrm-page-hero__title--sm { font-size: 1.5rem; }
@media (min-width: 640px) { .rrm-page-hero__title--sm { font-size: 2rem; } }
.rrm-page-hero__text { margin-top: 1rem; max-width: 28rem; font-size: 0.875rem; line-height: 1.7; color: rgba(255,255,255,0.7); }
.rrm-page-hero__text--wide { max-width: 42rem; }

.rrm-highlights { display: grid; gap: 1px; overflow: hidden; border-radius: var(--radius); background: rgba(255,255,255,0.15); margin-top: 1.5rem; }
@media (min-width: 640px) { .rrm-highlights { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .rrm-highlights { grid-template-columns: repeat(4, 1fr); margin-top: 0; } }
.rrm-highlight { background: color-mix(in oklch, var(--navy-deep) 80%, transparent); padding: 1.25rem; backdrop-filter: blur(4px); }
@media (min-width: 1024px) { .rrm-highlight { width: 9rem; } }
.rrm-highlight h2 { margin-top: 0.75rem; font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--navy-foreground); }
.rrm-highlight p { margin-top: 0.375rem; font-size: 0.75rem; line-height: 1.7; color: rgba(255,255,255,0.65); }

.rrm-cat-hero { margin-top: 1.5rem; display: grid; gap: 2rem; }
@media (min-width: 1024px) { .rrm-cat-hero { grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 3rem; } }
.rrm-cat-hero__title-row { display: flex; min-width: 0; align-items: flex-start; gap: 1rem; }
.rrm-cat-hero__icon { display: none; flex-shrink: 0; align-items: center; justify-content: center; width: 3.5rem; height: 3.5rem; border-radius: var(--radius); background: var(--primary); color: var(--primary-foreground); }
@media (min-width: 640px) { .rrm-cat-hero__icon { display: flex; } }

/* ---------- Category-level photo gallery + models grid --------------------- */
.rrm-cat-gallery { margin-bottom: 3.5rem; }
.rrm-photo-grid { margin-top: 2rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
@media (min-width: 640px) { .rrm-photo-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .rrm-photo-grid { grid-template-columns: repeat(4, 1fr); } }
.rrm-photo-grid__item { aspect-ratio: 4/3; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--border); background: var(--secondary); padding: 0; cursor: pointer; display: block; position: relative; }
.rrm-photo-grid__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.rrm-photo-grid__item:hover img { transform: scale(1.05); }

.rrm-models-grid { display: grid; gap: 1.25rem; margin-top: 2.5rem; }
@media (min-width: 640px) { .rrm-models-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .rrm-models-grid { grid-template-columns: repeat(4, 1fr); } }
.rrm-model-card { position: relative; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--border); background: var(--card); transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
.rrm-model-card:hover { transform: translateY(-4px); border-color: color-mix(in oklch, var(--primary) 50%, transparent); box-shadow: 0 18px 44px -26px rgba(14,165,233,0.6); }
.rrm-model-card__media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--secondary); }
.rrm-model-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.rrm-model-card:hover .rrm-model-card__img { transform: scale(1.05); }
.rrm-model-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.25rem; }
.rrm-model-card__index { font-family: var(--font-heading); font-size: 1.5rem; line-height: 1; color: color-mix(in oklch, var(--primary) 50%, transparent); }
.rrm-model-card__title { margin-top: 0.5rem; font-size: 1rem; font-weight: 800; line-height: 1.35; color: var(--navy); }
.rrm-model-card__text { margin-top: 0.5rem; flex: 1; font-size: 0.75rem; line-height: 1.7; color: var(--muted-foreground); }
.rrm-model-card__specs { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.5rem; }
.rrm-model-card__specs li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; font-weight: 600; color: var(--navy); }
.rrm-model-card__cta { margin-top: 1.25rem; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); padding-top: 1rem; font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--navy); }
.rrm-model-card:hover .rrm-model-card__cta { color: var(--primary); }

.rrm-other-cats { margin-top: 3rem; }
.rrm-other-cats__grid { margin-top: 1rem; display: grid; gap: 0.75rem; }
@media (min-width: 640px) { .rrm-other-cats__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .rrm-other-cats__grid { grid-template-columns: repeat(4, 1fr); } }
.rrm-other-cat { display: flex; min-width: 0; align-items: center; gap: 0.75rem; border-radius: var(--radius); border: 1px solid var(--border); background: var(--card); padding: 0.875rem 1rem; }
.rrm-other-cat:hover { border-color: var(--primary); color: var(--primary); }
.rrm-other-cat span { min-width: 0; font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--navy); }
.rrm-other-cat:hover span { color: var(--primary); }

/* ---------- CTA banner ------------------------------------------------------ */
.rrm-cta { position: relative; isolation: isolate; overflow: hidden; background: var(--navy-deep); }
.rrm-cta__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rrm-cta__gradient { position: absolute; inset: 0; background: linear-gradient(to right, var(--navy-deep), color-mix(in oklch, var(--navy-deep) 95%, transparent), color-mix(in oklch, var(--navy-deep) 40%, transparent)); }
.rrm-cta__inner { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 2rem; padding-block: 3.5rem; }
@media (min-width: 1024px) { .rrm-cta__inner { flex-direction: row; align-items: center; justify-content: space-between; } }
@media (min-width: 640px) { .rrm-cta__inner { padding-block: 5rem; } }
.rrm-cta__title { font-size: 1.5rem; font-weight: 800; line-height: 1.25; color: var(--navy-foreground); }
@media (min-width: 640px) { .rrm-cta__title { font-size: 2.25rem; } }
.rrm-cta__text { margin-top: 1.25rem; max-width: 36rem; font-size: 0.875rem; line-height: 1.7; color: rgba(255,255,255,0.75); }
.rrm-cta--flat { background: var(--navy-deep); padding-block: 3.5rem; }
.rrm-cta--flat .rrm-cta__inner { padding-block: 0; }
.rrm-cta__inner--center { flex-direction: column; text-align: center; align-items: center; gap: 1.5rem; }
@media (min-width: 768px) { .rrm-cta__inner--center { flex-direction: row; text-align: left; justify-content: space-between; } }
.rrm-cta__prompt { max-width: 36rem; font-size: 1.125rem; font-weight: 700; color: var(--navy-foreground); }

/* ---------- Simple hero (Servicii / Contact / Legal) -------------------------- */
.rrm-simple-hero { background: var(--navy-deep); padding: 3rem 1rem; }
@media (min-width: 640px) { .rrm-simple-hero { padding: 4rem 1.5rem; } }
.rrm-simple-hero .rrm-page-hero__title { margin-top: 1rem; }
.rrm-simple-hero--legal { background: var(--secondary); border-bottom: 1px solid var(--border); }
.rrm-simple-hero--legal .rrm-page-hero__title { color: var(--navy); }
.rrm-simple-hero--legal .rrm-eyebrow { color: var(--primary); }

/* ---------- Services grid ---------------------------------------------------- */
.rrm-services-grid { display: grid; gap: 1px; border: 1px solid var(--border); background: var(--border); }
@media (min-width: 640px) { .rrm-services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .rrm-services-grid { grid-template-columns: repeat(3, 1fr); } }
.rrm-service-card { background: var(--card); padding: 2rem; transition: background-color 0.2s ease; }
.rrm-service-card:hover { background: var(--secondary); }
.rrm-service-card__icon { display: flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; background: var(--navy-deep); color: var(--primary); transition: background-color 0.2s ease, color 0.2s ease; }
.rrm-service-card:hover .rrm-service-card__icon { background: var(--primary); color: var(--primary-foreground); }
.rrm-service-card h2 { margin-top: 1.25rem; font-family: var(--font-heading); font-size: 1.25rem; letter-spacing: 0.02em; color: var(--navy); }
.rrm-service-card__rule { margin-top: 0.75rem; display: block; height: 2px; width: 2rem; background: var(--primary); transition: width 0.3s ease; }
.rrm-service-card:hover .rrm-service-card__rule { width: 4rem; }
.rrm-service-card p { margin-top: 1rem; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }

.rrm-steps-grid { display: grid; gap: 2rem; margin-top: 3rem; }
@media (min-width: 640px) { .rrm-steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .rrm-steps-grid { grid-template-columns: repeat(4, 1fr); } }
.rrm-step { border-top: 2px solid var(--primary); background: var(--background); padding: 1.5rem; }
.rrm-step__nr { font-family: var(--font-heading); font-size: 2.25rem; color: color-mix(in oklch, var(--primary) 40%, transparent); }
.rrm-step h3 { margin-top: 0.5rem; font-size: 0.875rem; font-weight: 700; color: var(--navy); }
.rrm-step p { margin-top: 0.5rem; font-size: 0.75rem; line-height: 1.7; color: var(--muted-foreground); }

/* ---------- About page --------------------------------------------------------- */
.rrm-about-grid { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .rrm-about-grid { grid-template-columns: repeat(2, 1fr); } }
.rrm-about-grid > div:first-child p { margin-top: 1.5rem; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }
.rrm-about-extra { margin-top: 1.5rem; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }
.rrm-values { display: grid; gap: 1px; border: 1px solid var(--border); background: var(--border); }
.rrm-value { display: flex; gap: 1.25rem; background: var(--card); padding: 1.75rem; }
.rrm-value h3 { font-family: var(--font-heading); font-size: 1.125rem; letter-spacing: 0.02em; color: var(--navy); }
.rrm-value p { margin-top: 0.5rem; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }

/* ---------- Contact page -------------------------------------------------------- */
.rrm-contact-grid { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .rrm-contact-grid { grid-template-columns: repeat(2, 1fr); } }
.rrm-contact-list { display: grid; align-content: start; gap: 1px; border: 1px solid var(--border); background: var(--border); }
.rrm-contact-item { display: flex; align-items: center; gap: 1rem; background: var(--card); padding: 1.5rem; transition: background-color 0.2s ease; }
a.rrm-contact-item:hover { background: var(--secondary); }
.rrm-contact-item__label { display: block; font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted-foreground); }
.rrm-contact-item__value { display: block; font-size: 1.125rem; font-weight: 700; color: var(--navy); }
.rrm-contact-item__value--pre { white-space: pre-line; font-size: 0.9375rem; }
.rrm-contact-item__sub { display: block; margin-top: 0.25rem; font-size: 0.8125rem; font-weight: 400; color: var(--muted-foreground); }
.rrm-map-embed { grid-column: 1 / -1; border-top: 1px solid var(--border); }
.rrm-map-embed iframe { width: 100%; height: 16rem; border: 0; display: block; }

.rrm-contact-form-wrap { border: 1px solid var(--border); background: var(--card); padding: 1.25rem; }
@media (min-width: 640px) { .rrm-contact-form-wrap { padding: 2rem; } }
.rrm-form-notice { margin-top: 1.5rem; padding: 0.875rem 1rem; border-radius: var(--radius); font-size: 0.875rem; }
.rrm-form-notice--success { background: color-mix(in oklch, var(--primary) 12%, transparent); color: var(--navy); border: 1px solid color-mix(in oklch, var(--primary) 40%, transparent); }
.rrm-form-notice--error { background: oklch(0.95 0.05 27); color: oklch(0.4 0.2 27); border: 1px solid oklch(0.75 0.15 27); }
.rrm-contact-form { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.rrm-field label { display: block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted-foreground); }
.rrm-field input, .rrm-field textarea { margin-top: 0.5rem; width: 100%; border: 1px solid var(--input); background: var(--background); padding: 0.75rem 1rem; font-size: 0.875rem; outline: none; border-radius: 2px; font-family: inherit; }
.rrm-field input:focus, .rrm-field textarea:focus { border-color: var(--primary); }
.rrm-hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Single product & generic content ------------------------------------------- */
.rrm-single-raft { max-width: 56rem; margin-inline: auto; }
.rrm-single-raft__media { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; margin-bottom: 2rem; }
.rrm-single-raft__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--border); }
.rrm-single-raft__content { max-width: 42rem; margin-inline: auto; }
.rrm-single-raft__body { font-size: 0.9375rem; line-height: 1.8; color: var(--muted-foreground); }
.rrm-single-raft__specs { margin: 1.5rem 0; }
.rrm-legal-content { max-width: 48rem; font-size: 0.875rem; line-height: 1.75; color: var(--muted-foreground); }
.rrm-legal-content h1 { font-family: var(--font-heading); font-size: 1.875rem; letter-spacing: 0.02em; color: var(--navy); }
.rrm-legal-content h2 { font-size: 1.125rem; font-weight: 700; color: var(--navy); margin-top: 2rem; }
.rrm-legal-content p { margin-top: 0.75rem; }
.rrm-legal-content ul { margin-top: 0.5rem; padding-left: 1.25rem; list-style: disc; }
.rrm-legal-content li { margin-top: 0.35rem; }
.rrm-legal-content a { color: var(--primary); text-decoration: underline; }
.rrm-generic-post + .rrm-generic-post { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--border); }

/* ---------- FAQ ---------------------------------------------------------------------------- */
.rrm-faq { border-top: 1px solid var(--border); background: color-mix(in oklch, var(--secondary) 40%, transparent); padding-block: 3rem; }
@media (min-width: 640px) { .rrm-faq { padding-block: 4rem; } }
.rrm-faq__intro { max-width: 44rem; margin-inline: auto; text-align: center; }
.rrm-faq__intro .rrm-h2 { margin-top: 0.5rem; }
.rrm-faq__intro .rrm-section__lead { margin-top: 0.75rem; }
.rrm-faq__list { max-width: 48rem; margin: 2rem auto 0; border-radius: var(--radius); border: 1px solid var(--border); background: var(--card); overflow: hidden; }
.rrm-faq__item { padding: 1.1rem 1.25rem; border-top: 1px solid var(--border); }
.rrm-faq__item:first-child { border-top: 0; }
.rrm-faq__question { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; cursor: pointer; list-style: none; font-size: 0.875rem; font-weight: 700; color: var(--navy); }
.rrm-faq__question::-webkit-details-marker { display: none; }
.rrm-faq__chevron { color: var(--primary); transition: transform 0.2s ease; flex-shrink: 0; }
.rrm-faq__item[open] .rrm-faq__chevron { transform: rotate(180deg); }
.rrm-faq__answer { margin-top: 0.65rem; font-size: 0.8125rem; line-height: 1.7; color: var(--muted-foreground); }
.rrm-faq__answer p { margin: 0; }

/* ---------- 404 --------------------------------------------------------------------------- */
.rrm-404 { min-height: 60vh; display: flex; align-items: center; justify-content: center; padding-inline: 1rem; }
.rrm-404__inner { max-width: 28rem; text-align: center; }
.rrm-404__code { font-size: 4.5rem; font-weight: 700; color: var(--foreground); }
.rrm-404__title { margin-top: 1rem; font-size: 1.25rem; font-weight: 700; color: var(--foreground); }
.rrm-404__text { margin-top: 0.5rem; font-size: 0.875rem; color: var(--muted-foreground); }
.rrm-404 .rrm-btn { margin-top: 1.5rem; }

/* ---------- Lightbox (click-to-enlarge gallery photos) ------------------------------------- */
.rrm-lightbox-trigger { transition: transform 0.2s ease; }
.rrm-lightbox-hint { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(15, 23, 42, 0); color: #fff; opacity: 0; transition: opacity 0.2s ease, background-color 0.2s ease; pointer-events: none; }
.rrm-lightbox-hint svg { filter: drop-shadow(0 2px 6px rgba(0,0,0,0.5)); }
.rrm-lightbox-trigger:hover .rrm-lightbox-hint, .rrm-lightbox-trigger:focus-visible .rrm-lightbox-hint { opacity: 1; background: rgba(15, 23, 42, 0.35); }
.rrm-lightbox-trigger:hover img, .rrm-lightbox-trigger:focus-visible img { transform: scale(1.04); }
.rrm-lightbox-modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; background: rgba(10, 15, 25, 0.92); backdrop-filter: blur(4px); animation: rrm-lightbox-fade 0.15s ease; }
.rrm-lightbox-modal[hidden] { display: none; }
@keyframes rrm-lightbox-fade { from { opacity: 0; } to { opacity: 1; } }
.rrm-lightbox-modal__stage { max-width: 92vw; max-height: 86vh; display: flex; align-items: center; justify-content: center; }
.rrm-lightbox-modal__stage img { max-width: 92vw; max-height: 86vh; width: auto; height: auto; object-fit: contain; border-radius: 4px; box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6); }
.rrm-lightbox-modal__close { position: absolute; top: 1rem; right: 1rem; display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 999px; border: 0; background: rgba(255,255,255,0.12); color: #fff; cursor: pointer; transition: background-color 0.15s ease; }
.rrm-lightbox-modal__close:hover { background: rgba(255,255,255,0.25); }
.rrm-lightbox-modal__nav { position: absolute; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 999px; border: 0; background: rgba(255,255,255,0.12); color: #fff; cursor: pointer; transition: background-color 0.15s ease; }
.rrm-lightbox-modal__nav:hover { background: rgba(255,255,255,0.25); }
.rrm-lightbox-modal__nav--prev { left: 1rem; }
@media (min-width: 768px) { .rrm-lightbox-modal__nav--prev { left: 2rem; } }
.rrm-lightbox-modal__nav--next { right: 1rem; }
@media (min-width: 768px) { .rrm-lightbox-modal__nav--next { right: 2rem; } }
.rrm-lightbox-modal__count { position: absolute; bottom: 1.25rem; left: 50%; transform: translateX(-50%); background: rgba(255,255,255,0.12); color: #fff; font-size: 0.75rem; font-weight: 700; padding: 0.35rem 0.9rem; border-radius: 999px; }
body.rrm-lightbox-open { overflow: hidden; }
