.rentalos-site-shell,
.rentalos-site-shell *,
.rentalos-site-shell *::before,
.rentalos-site-shell *::after {
  box-sizing: border-box;
}

.rentalos-site-shell {
  --rsi-ink: #151515;
  --rsi-muted: #5d5d58;
  --rsi-paper: #fffdf8;
  --rsi-accent: #e9b949;
  --rsi-accent-strong: #d99d17;
  --rsi-border: rgba(21, 21, 21, 0.14);
  --rsi-footer: #171814;
  color: var(--rsi-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.rentalos-site-shell a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2em;
}

.rentalos-site-shell a:focus-visible,
.rentalos-site-shell summary:focus-visible {
  border-radius: 0.35rem;
  outline: 3px solid #1f6feb;
  outline-offset: 3px;
}

.rentalos-site-shell ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rsi-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid var(--rsi-border);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 8px 28px rgba(21, 21, 21, 0.07);
  backdrop-filter: blur(14px);
}

.admin-bar .rsi-header {
  top: 32px;
}

.rsi-header__inner,
.rsi-footer__inner {
  width: min(100% - 2rem, 1280px);
  margin-inline: auto;
}

.rsi-header__inner {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.rsi-brand {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--rsi-ink);
}

.rsi-brand__logo {
  display: block;
  width: auto;
  height: 72px;
  object-fit: contain;
}

.rsi-header__desktop {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.8rem, 1.8vw, 1.5rem);
}

.rsi-nav ul,
.rsi-language-switcher ul,
.rsi-social ul {
  display: flex;
  align-items: center;
}

.rsi-nav--desktop ul {
  gap: clamp(0.75rem, 1.4vw, 1.25rem);
}

.rsi-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 0.91rem;
  font-weight: 650;
  white-space: nowrap;
}

.rsi-nav a:hover,
.rsi-nav a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--rsi-accent-strong);
  text-decoration-thickness: 2px;
}

.rsi-language-switcher ul {
  gap: 0.15rem;
  padding: 0.2rem;
  border: 1px solid var(--rsi-border);
  border-radius: 999px;
  background: #fff;
}

.rsi-language-switcher a {
  display: grid;
  min-width: 40px;
  min-height: 40px;
  place-items: center;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.rsi-language-switcher a:hover {
  background: rgba(233, 185, 73, 0.2);
}

.rsi-language-switcher a[aria-current="page"] {
  background: var(--rsi-ink);
  color: #fff;
}

.rsi-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.1rem;
  border: 1px solid var(--rsi-accent-strong);
  border-radius: 999px;
  background: var(--rsi-accent);
  box-shadow: 0 5px 16px rgba(141, 95, 0, 0.16);
  color: #17120a;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.rsi-button:hover {
  background: #f4c85f;
  transform: translateY(-1px);
}

.rsi-mobile-menu {
  display: none;
  position: relative;
}

.rsi-mobile-menu summary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid var(--rsi-border);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 750;
  list-style: none;
}

.rsi-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.rsi-menu-icon {
  display: grid;
  width: 20px;
  gap: 4px;
}

.rsi-menu-icon span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.rsi-mobile-menu__panel {
  position: absolute;
  top: calc(100% + 0.65rem);
  right: 0;
  width: min(90vw, 360px);
  max-height: calc(100vh - 105px);
  overflow-y: auto;
  padding: 0.8rem;
  border: 1px solid var(--rsi-border);
  border-radius: 1rem;
  background: var(--rsi-paper);
  box-shadow: 0 20px 50px rgba(21, 21, 21, 0.2);
}

.rsi-nav--mobile ul {
  display: grid;
  gap: 0.15rem;
}

.rsi-nav--mobile a {
  width: 100%;
  padding: 0.55rem 0.7rem;
  border-radius: 0.55rem;
}

.rsi-nav--mobile a:hover,
.rsi-nav--mobile a[aria-current="page"] {
  background: rgba(233, 185, 73, 0.16);
  text-decoration: none;
}

.rsi-mobile-menu__footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.65rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--rsi-border);
}

.rsi-mobile-menu__footer .rsi-button {
  width: 100%;
}

.rsi-footer {
  width: 100%;
  padding: clamp(3rem, 6vw, 5rem) 0 1.35rem;
  background: var(--rsi-footer);
  color: #f7f3e9;
}

.rsi-footer__grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.3fr) repeat(3, minmax(160px, 1fr));
  gap: clamp(2rem, 4vw, 4rem);
}

.rsi-brand--footer {
  color: #fff;
}

.rsi-brand--footer .rsi-brand__logo {
  height: clamp(132px, 12vw, 168px);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.28));
}

.rsi-footer__brand > p,
.rsi-footer__contact p,
.rsi-footer__hours p {
  max-width: 36ch;
  margin: 1rem 0 0;
  color: #c9c6bd;
  font-size: 0.94rem;
}

.rsi-footer h2 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.rsi-footer__nav ul {
  display: grid;
  gap: 0.25rem;
}

.rsi-footer__nav a,
.rsi-footer__email,
.rsi-social a,
.rsi-footer__bottom a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #e5e1d7;
  font-size: 0.92rem;
}

.rsi-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.rsi-footer__email {
  margin-top: 0.35rem;
  font-weight: 750;
}

.rsi-social ul {
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 1rem;
}

.rsi-social a {
  color: var(--rsi-accent);
  font-weight: 750;
}

.rsi-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #aaa79f;
  font-size: 0.82rem;
}

.rsi-footer__bottom p {
  margin: 0;
}

.rsi-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1120px) {
  .rsi-header__desktop {
    gap: 0.65rem;
  }

  .rsi-nav--desktop ul {
    gap: 0.65rem;
  }

  .rsi-nav--desktop a {
    font-size: 0.82rem;
  }

  .rsi-header__desktop > .rsi-button {
    padding-inline: 0.85rem;
  }
}

@media (max-width: 1080px) {
  .rsi-header__desktop {
    display: none;
  }

  .rsi-mobile-menu {
    display: block;
  }

  .rsi-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .admin-bar .rsi-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .rsi-header__inner,
  .rsi-footer__inner {
    width: min(100% - 1.25rem, 1280px);
  }

  .rsi-header__inner {
    min-height: 72px;
  }

  .rsi-header .rsi-brand__logo {
    height: 58px;
  }

  .rsi-footer__grid {
    grid-template-columns: 1fr;
  }

  .rsi-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rentalos-site-shell *,
  .rentalos-site-shell *::before,
  .rentalos-site-shell *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .rsi-header,
  .rsi-footer {
    position: static;
    box-shadow: none;
  }

  .rsi-mobile-menu,
  .rsi-language-switcher,
  .rsi-button,
  .rsi-social {
    display: none !important;
  }
}
