:root {
    --primary: #D27D56;
    --secondary: #7DA4A6;
    --accent: #C5A059;
    --background-main: #FDF5E6;
    --background-secondary: #F5F1E9;
    --text-primary: #2C241E;
    --text-secondary: #5E5045;
    --text-muted: #8B7D71;
    --border-color: #D1C7B7;
    --card-bg: #FFFFFF;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--background-main);
    color: var(--text-primary);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.serif-font,
h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.02em;
}

.text-muted {
    color: var(--text-muted) !important;
}

.vintage-travel-theme {
    background-color: var(--background-main);
}

.btn-retro {
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-retro:hover {
    background-color: var(--accent);
    color: var(--background-main);
}

a {
    transition: opacity 0.3s ease;
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

img {
    max-width: 100%;
    height: auto;
}

.deckle-edge {
    position: relative;
}

.deckle-edge::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-image: radial-gradient(circle at 10px 4px, transparent 4px, var(--background-main) 4px);
    background-size: 20px 4px;
}

/* ===== header ===== */
.header-block .js-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.header-block .js-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.header-block .js-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.header-block .js-mobile-menu.is-open {
    transform: translateX(0);
}

.header-block nav a {
    position: relative;
}

.header-block nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #D27D56;
    transition: width 0.3s ease;
}

.header-block nav a:hover::after {
    width: 100%;
}

.header-block .js-mobile-menu {
    border-top: 1px solid #D1C7B7;
}

/* ===== hero ===== */
.hero-block .hero-bg {
    background-image: url('../site-files/uploads/graphics/luxury-casino-resort-hero.png');
    background-position: center;
    background-size: cover;
}

.hero-block .hero-postcard {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(210, 125, 86, 0.03) 100%);
}

.hero-block input::placeholder {
    color: #8B7D71;
    opacity: 0.7;
}

.hero-block input[type="number"]::-webkit-inner-spin-button,
.hero-block input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

.hero-block .form-group label {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

/* ===== hotels-rating ===== */
.hotels-rating-section .hotel-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hotels-rating-section .hotel-card:hover {
    box-shadow: 0 20px 40px rgba(44, 36, 30, 0.1);
}

.hotels-rating-section .hotel-card img {
    object-position: center;
}

.hotels-rating-section .line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767px) {
    .hotels-rating-section .hotel-card {
        margin-bottom: 20px;
    }
}

/* ===== destinations ===== */
.destinations-section {
    background-color: #FDF5E6;
}

.destinations-section .destinations-card {
    border-radius: 2px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.destinations-section .destinations-card::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid rgba(209, 199, 183, 0.3);
    pointer-events: none;
    z-index: 1;
}

.destinations-section .destinations-btn {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(210, 125, 86, 0.2);
}

.destinations-section .destinations-btn:hover {
    box-shadow: 0 4px 12px rgba(44, 36, 30, 0.15);
}

.destinations-section .destinations-image-link::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(44, 36, 30, 0.05);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.destinations-section .destinations-card:hover .destinations-image-link::after {
    opacity: 0;
}

@media (max-width: 768px) {
    .destinations-section .destinations-grid {
        gap: 1.5rem;
    }
}

/* ===== travel-tips ===== */
.travel-tips-block {
    font-family: 'Montserrat', sans-serif;
}

.travel-tips-block .font-serif {
    font-family: 'Playfair Display', serif;
}

.travel-tips-block .travel-tips-texture {
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 86c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm76-52c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-3-11c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zM11 5c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm33 31c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-7.5 37c.828 0 1.5-.672 1.5-1.5s-.672-1.5-1.5-1.5-1.5 .672-1.5 1.5 .672 1.5 1.5 1.5zm31.25 20.25c.414 0 .75-.336.75-.75s-.336-.75-.75-.75-.75.336-.75.75.336.75.75.75zm-33.75-51c.414 0 .75-.336.75-.75s-.336-.75-.75-.75-.75.336-.75.75.336.75.75.75zm31.25 20.25c.414 0 .75-.336.75-.75s-.336-.75-.75-.75-.75.336-.75.75.336.75.75.75z' fill='%235E5045' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.travel-tips-block .postcard-card {
    position: relative;
}

.travel-tips-block .postcard-card::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(209, 199, 183, 0.2);
    border: 1px dashed #D1C7B7;
    pointer-events: none;
}

@media (max-width: 767px) {
    .travel-tips-block .postcard-card {
        margin-top: 0 !important;
    }
}

/* ===== footer ===== */
#roomluno-footer-section .footer-disclaimer-box {
    position: relative;
    border: 2px solid #D27D56;
    background-color: #FDF5E6;
    transition: all 0.3s ease;
}

#roomluno-footer-section .footer-org-logos img {
    filter: none !important;
    transition: opacity 0.3s ease;
}

#roomluno-footer-section .footer-org-logos img:hover {
    opacity: 0.8;
}

#roomluno-footer-section #js-age-modal-overlay {
    backdrop-filter: blur(8px);
}

#roomluno-footer-section .js-age-modal-content {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.header-block .js-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.header-block .js-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.header-block .js-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.header-block .js-mobile-menu.is-open {
    transform: translateX(0);
}

.header-block nav a {
    position: relative;
}

.header-block nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #D27D56;
    transition: width 0.3s ease;
}

.header-block nav a:hover::after {
    width: 100%;
}

.header-block .js-mobile-menu {
    border-top: 1px solid #D1C7B7;
}

#roomluno-footer-section .footer-disclaimer-box {
    position: relative;
    border: 2px solid #D27D56;
    background-color: #FDF5E6;
    transition: all 0.3s ease;
}

#roomluno-footer-section .footer-org-logos img {
    filter: none !important;
    transition: opacity 0.3s ease;
}

#roomluno-footer-section .footer-org-logos img:hover {
    opacity: 0.8;
}

#roomluno-footer-section #js-age-modal-overlay {
    backdrop-filter: blur(8px);
}

.repeat-theme-category .js-item-card {
    border-radius: 4px;
    overflow: hidden;
}

.repeat-theme-category .js-filter-btn.active {
    box-shadow: 0 4px 12px rgba(210, 125, 86, 0.3);
}

.repeat-theme-category .js-search-input::placeholder {
    color: #8B7D71;
    opacity: 0.7;
}


/* ===== PAGE: privacy ===== */
.policy-article-body {
  font-family: 'Montserrat', sans-serif;
  color: #374151;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  line-height: 1.8;
}

.policy-article-body .policy-content-section {
  background: #FFFFFF;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.policy-article-body .update-date {
  font-style: italic;
  color: #8B7D71;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #D1C7B7;
  padding-bottom: 1rem;
}

.policy-article-body h2 {
  font-family: 'Playfair Display', serif;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .policy-article-body h2 {
    font-size: 32px;
  }
}

.policy-article-body h3 {
  font-family: 'Playfair Display', serif;
  color: #111827;
  font-size: 14px;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .policy-article-body h3 {
    font-size: 26px;
  }
}

.policy-article-body p {
  margin-bottom: 1.25rem;
  text-align: justify;
  hyphens: auto;
}

.policy-article-body ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.policy-article-body li {
  margin-bottom: 0.75rem;
}

.policy-article-body strong {
  color: #2C241E;
  font-weight: 600;
}

.policy-article-body a {
  color: #D27D56;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.policy-article-body a:hover {
  color: #C5A059;
}

@media (max-width: 767px) {
  .policy-article-body {
    padding: 1rem;
  }
  .policy-article-body .policy-content-section {
    padding: 1.5rem 1rem;
  }
}

/* ===== PAGE: terms ===== */
.policy-article-body .terms-main-block { background-color: #FDF5E6; min-height: 100vh; font-family: 'Montserrat', sans-serif; }.policy-article-body .font-serif { font-family: 'Playfair Display', serif; }.policy-article-body .terms-section { border-bottom: 1px solid rgba(209, 199, 183, 0.5); padding-bottom: 2.5rem; }.policy-article-body .terms-section:last-of-type { border-bottom: none; }.policy-article-body p { color: #5E5045; }.policy-article-body a { text-decoration: none; border-bottom: 1px solid transparent; }.policy-article-body a:hover { border-bottom-color: #D27D56; }.policy-article-body .terms-contact-card::before { content: ''; position: absolute; top: -20px; right: -20px; width: 100px; height: 100px; background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(210, 125, 86, 0.05) 10px, rgba(210, 125, 86, 0.05) 20px); border-radius: 50%; }.policy-article-body h2 { line-height: 1.2; }.policy-article-body h3 { line-height: 1.3; }

/* ===== PAGE: disclaimer ===== */
.policy-article-body {
  font-family: 'Montserrat', sans-serif;
  color: #2C241E;
  line-height: 1.6;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background-color: #FDF5E6;
}

.policy-article-body .disclaimer-header {
  text-align: center;
  margin-bottom: 3rem;
  border-bottom: 1px solid #D1C7B7;
  padding-bottom: 2rem;
}

.policy-article-body .last-updated {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8B7D71;
  margin-bottom: 0.5rem;
}

.policy-article-body .main-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #2C241E;
  margin: 0;
}

@media (min-width: 768px) {
  .policy-article-body .main-title {
    font-size: 42px;
  }
}

.policy-article-body .policy-section {
  margin-bottom: 2.5rem;
}

.policy-article-body .section-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: #D27D56;
  margin-bottom: 1.25rem;
  border-left: 3px solid #D27D56;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .policy-article-body .section-title {
    font-size: 32px;
  }
}

.policy-article-body .policy-paragraph {
  font-size: 14px;
  margin-bottom: 1rem;
  text-align: justify;
  hyphens: auto;
}

@media (min-width: 768px) {
  .policy-article-body .policy-paragraph {
    font-size: 16px;
  }
}

.policy-article-body .uppercase-legal {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #5E5045;
}

.policy-article-body .policy-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.policy-article-body .policy-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 14px;
}

@media (min-width: 768px) {
  .policy-article-body .policy-list li {
    font-size: 16px;
  }
}

.policy-article-body .policy-list i {
  color: #7DA4A6;
  font-size: 1.25rem;
  margin-top: 0.2rem;
}

.policy-article-body .policy-list.no-icons li {
  display: block;
  padding-left: 0;
}

.policy-article-body .contact-link {
  color: #D27D56;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.policy-article-body .contact-link:hover {
  border-bottom-color: #D27D56;
}

/* ===== PAGE: cookies ===== */
.policy-article-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Montserrat', sans-serif;
  color: #2C241E;
  background-color: transparent;
}

.policy-article-body h2,
.policy-article-body h3 {
  color: #2C241E;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(209, 199, 183, 0.5);
  padding-bottom: 0.5rem;
}

.policy-article-body .policy-list {
  list-style: none;
  padding-left: 0;
}

.policy-article-body .policy-list li {
  position: relative;
  line-height: 1.6;
  color: #5E5045;
}

.policy-article-body .policy-list li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: #D27D56;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.policy-article-body a {
  color: #D27D56;
  text-decoration: none;
  transition: color 0.3s ease;
  border-bottom: 1px solid transparent;
}

.policy-article-body a:hover {
  color: #C5A059;
  border-bottom-color: #C5A059;
}

@media (max-width: 767px) {
  .policy-article-body {
    padding: 20px 15px;
  }
  .policy-article-body h2 {
    margin-bottom: 1.5rem;
  }
}

/* ===== PAGE: about-and-contacts ===== */
.about-section .about-text p { margin-bottom: 1.5rem; }
.about-section .shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.contact-section .contact-card { transition: all 0.3s ease; height: 100%; }
.contact-section .contact-card:hover { border-color: #D27D56; transform: translateY(-5px); }
.contact-section .form-container input::placeholder, .contact-section .form-container textarea::placeholder { color: #8B7D71; opacity: 1; }
.contact-section .map-container iframe { min-height: 400px; }
@media (max-width: 767px) {
  .contact-section .map-container { min-height: 300px; }
}

.vintage-comment-card {
    position: relative;
    overflow: hidden;
}

.vintage-comment-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
}

.avatar-circle {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(210, 125, 86, 0.2);
    object-fit: cover;
}

.comment-body p::first-letter {
    font-family: 'Playfair Display', serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #D27D56;
}

.vintage-reply-card {
    position: relative;
}

.vintage-reply-card::before {
    content: '';
    position: absolute;
    left: -2rem;
    top: -1rem;
    width: 1.5rem;
    height: 2.5rem;
    border-left: 1px solid #D1C7B7;
    border-bottom: 1px solid #D1C7B7;
    border-bottom-left-radius: 8px;
}

.avatar-circle {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    object-fit: cover;
    width: 40px !important;
    height: 40px !important;
}

.vintage-reply-card p {
    border-left: 1px solid rgba(125, 164, 166, 0.2);
    padding-left: 12px;
}


/* ===== PAGE TEMPLATE: best-casino-hotels ===== */
.header-block .js-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.header-block .js-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.header-block .js-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.header-block .js-mobile-menu.is-open {
    transform: translateX(0);
}

.header-block nav a {
    position: relative;
}

.header-block nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px background-color: #D27D56;
    transition: width 0.3s ease;
}

.header-block nav a:hover::after {
    width: 100%;
}

.header-block .js-mobile-menu {
    border-top: 1px solid #D1C7B7;
}

#roomluno-footer-section .footer-disclaimer-box {
    position: relative;
    border: 2px solid #D27D56;
    background-color: #FDF5E6;
    transition: all 0.3s ease;
}

#roomluno-footer-section .footer-org-logos img {
    filter: none !important;
    transition: opacity 0.3s ease;
}

#roomluno-footer-section .footer-org-logos img:hover {
    opacity: 0.8;
}

#roomluno-footer-section #js-age-modal-overlay {
    backdrop-filter: blur(8px);
}

.roomluno-detail-template .detail-content p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.roomluno-detail-template .detail-content ul li {
    position: relative;
    padding-left: 0;
}

.roomluno-detail-template .vintage-comment-card,
.roomluno-detail-template .vintage-reply-card {
    position: relative;
    overflow: hidden;
}

.roomluno-detail-template .vintage-comment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #D27D56;
    opacity: 0;
    transition: opacity 0.3s;
}

.roomluno-detail-template .vintage-comment-card:hover::before {
    opacity: 1;
}

.roomluno-detail-template .js-like-btn.is-active {
    color: #D27D56;
    font-weight: bold;
}

.roomluno-detail-template .js-like-btn.is-active i {
    transform: scale(1.2);
}

/* ===== PAGE TEMPLATE: world-gaming-capitals ===== */
.header-block .js-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.header-block .js-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.header-block .js-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.header-block .js-mobile-menu.is-open {
    transform: translateX(0);
}

.header-block nav a {
    position: relative;
}

.header-block nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px background-color: #D27D56;
    transition: width 0.3s ease;
}

.header-block nav a:hover::after {
    width: 100%;
}

.header-block .js-mobile-menu {
    border-top: 1px solid #D1C7B7;
}

#roomluno-footer-section .footer-disclaimer-box {
    position: relative;
    border: 2px solid #D27D56;
    background-color: #FDF5E6;
    transition: all 0.3s ease;
}

#roomluno-footer-section .footer-org-logos img {
    filter: none !important;
    transition: opacity 0.3s ease;
}

#roomluno-footer-section .footer-org-logos img:hover {
    opacity: 0.8;
}

#roomluno-footer-section #js-age-modal-overlay {
    backdrop-filter: blur(8px);
}

.roomluno-detail-template .detail-content p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.roomluno-detail-template .detail-content ul li {
    position: relative;
    padding-left: 0;
}

.roomluno-detail-template .vintage-comment-card,
.roomluno-detail-template .vintage-reply-card {
    position: relative;
    overflow: hidden;
}

.roomluno-detail-template .vintage-comment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #D27D56;
    opacity: 0;
    transition: opacity 0.3s;
}

.roomluno-detail-template .vintage-comment-card:hover::before {
    opacity: 1;
}

.roomluno-detail-template .js-like-btn.is-active {
    color: #D27D56;
    font-weight: bold;
}

.roomluno-detail-template .js-like-btn.is-active i {
    transform: scale(1.2);
}

/* ===== PAGE TEMPLATE: visiting-tips ===== */
.header-block .js-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.header-block .js-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.header-block .js-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.header-block .js-mobile-menu.is-open {
    transform: translateX(0);
}

.header-block nav a {
    position: relative;
}

.header-block nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px background-color: #D27D56;
    transition: width 0.3s ease;
}

.header-block nav a:hover::after {
    width: 100%;
}

.header-block .js-mobile-menu {
    border-top: 1px solid #D1C7B7;
}

#roomluno-footer-section .footer-disclaimer-box {
    position: relative;
    border: 2px solid #D27D56;
    background-color: #FDF5E6;
    transition: all 0.3s ease;
}

#roomluno-footer-section .footer-org-logos img {
    filter: none !important;
    transition: opacity 0.3s ease;
}

#roomluno-footer-section .footer-org-logos img:hover {
    opacity: 0.8;
}

#roomluno-footer-section #js-age-modal-overlay {
    backdrop-filter: blur(8px);
}

.roomluno-detail-template .detail-content p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.roomluno-detail-template .detail-content ul li {
    position: relative;
    padding-left: 0;
}

.roomluno-detail-template .vintage-comment-card,
.roomluno-detail-template .vintage-reply-card {
    position: relative;
    overflow: hidden;
}

.roomluno-detail-template .vintage-comment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #D27D56;
    opacity: 0;
    transition: opacity 0.3s;
}

.roomluno-detail-template .vintage-comment-card:hover::before {
    opacity: 1;
}

.roomluno-detail-template .js-like-btn.is-active {
    color: #D27D56;
    font-weight: bold;
}

.roomluno-detail-template .js-like-btn.is-active i {
    transform: scale(1.2);
}