:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #3b190d;
  --heading-color: #71331b;
  --hero-gradient1: #ffffff;
  --hero-gradient2: #ffffff;
  --footer-bg-color: #6B2D1A;
  --link-color: #fae8e6;
  --header-bg-color: #ffffff;
  --font-family: Playfair Display, "Didot", "Bodoni MT", serif;
  --nav-link-color: #141414;
  --footer-text-color: #ffffff;
  --header-text-color: #71351c;
}
html {
  overflow-x: hidden;
}
body {
  background-color: var(--body-bg-color);
  color: var(--body-text-color) !important;
  font-family: var(--font-family);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image:
  linear-gradient(rgba(0, 0, 0, 0.062), rgba(0, 0, 0, 0.048)),
    url("/images/cocktail-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
    font-weight: 800;
}
h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
    font-weight: 700;
      margin: 2px 0 10px;
  color: var(--accent);
  letter-spacing: .2px;
  text-shadow: 0 10px 28px rgba(74, 35, 27, 0.12);
}
h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}
  section {
  padding: 15px 0;
  scroll-margin-top: 70px;
}
h2, h3 {
  color: var(--heading-color) !important;
}
.content-area a {
  color: rgb(223, 49, 49);
  text-decoration: underline;
}
.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}
      .sidebar-page-list {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  width: 279px;
}
.sidebar-page-list li {
  list-style-type: disc;
  list-style-position: inside;
  color: var(--heading-color);
}
.sidebar-page-list li::marker {
  color: var(--link-color);
  font-size: 1.2em;
}
.sidebar-page-list li:last-child {
  border-bottom: none;
}
.sidebar-page-list li a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  color: var(--link-color);
}
.sidebar-page-list li a:hover {
  padding-left: 11px;
}
      .twitter-tweet {
  width: 279px !important;
}
.x {
  display: flex;
  justify-content: center;
}
.error_page {
  min-height: 70vh;
}
.footer {
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
  padding: 1.9rem 19px;
  text-align: center;
}
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.footer-links {
  display: flex;
  gap: 15px;
}
.footer-links a {
  color: var(--link-color);
  text-decoration: none;
  font-size: 0.95rem;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
.footer-links a:hover {
  opacity: 1;
}
.footer-divider {
  border: none;
  height: 1px;
  margin: 1.5rem auto;
  width: 60%;
  background: linear-gradient(
    90deg,
    transparent,
    var(--link-color),
    transparent
  );
  opacity: 0.5;
}
.footer-bottom {
  font-size: 0.85rem;
  opacity: 0.75;
  line-height: 1.6;
}
.footer img {
        filter: brightness(0) invert(1);
      }
 .navbar {
  background-color: transparent !important;
  transition: background-color 0.4s ease, box-shadow 0.3s ease;
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.navbar.scrolled {
  background-color: var(--header-bg-color) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.hero-section {
  padding: 115px 0 30px;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
}
.hero-section.with-bg {
  background-image: url('/images/he.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section.with-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgb(116 74 43 / 14%));
  opacity: 0.5;
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 100px 0 30px;
  }
}
  .navbar-light .navbar-nav .nav-link {
    color: var(--nav-link-color, #141414) !important;
  }
  .navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 15px;
    right: 15px;
    background-color: color-mix(in srgb, var(--header-bg-color) 65%, transparent);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 15px;
    margin: 0;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav .nav-item {
    margin: 7px 0;
  }
  .navbar-nav .nav-item:hover {
    transform: translateY(-1px);
  }
  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0;
  }
  .navbar-toggler {
    z-index: 10000;
    position: relative;
    border: var(--bs-border-width) solid var(--nav-link-color, #141414) !important;
  }
}
.custom-dropdown {
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 65%,
    transparent
  ) !important;
  backdrop-filter: blur(12px);
}
.custom-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
}
.dropdown-menu {
  display: none;
}
.custom-dropdown .dropdown-item:hover {
  color: #fff;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 95%,
    transparent
  ) !important;
}
.nav-item.dropdown > .nav-link {
  display: flex;
  align-items: center;
}
.nav-item.dropdown > .nav-link .arrow {
  position: relative;
  margin-left: auto;
  border: solid var(--nav-link-color, #141414);
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.dropdown.open .dropdown-menu {
  display: block;
}
@media (min-width: 1200px) {
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown > .nav-link .arrow {
    margin-left: 7px;
  }
  .custom-dropdown.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 1000;
  }
  .nav-item.dropdown:hover > .nav-link .arrow {
    transform: rotate(-135deg);
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .nav-item.dropdown > .nav-link .arrow {
    padding: 4px;
  }
}
:root{
  --bg-soft: rgba(245, 231, 231, 0.62);   
  --bg-soft-2: rgba(240, 220, 220, 0.42);
  --stroke: rgba(138, 75, 58, 0.22);      
  --accent: #8a4b3a;                      
  --accent-2: #a65e4b;
  --text: #5a332a;                        
  --shadow: 0 18px 55px rgba(74, 35, 27, 0.18);
  --shadow-soft: 0 10px 30px rgba(74, 35, 27, 0.12);
}
.glass-section{
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  color: var(--text);
  isolation: isolate;
  padding-inline: 0.5rem;
}
.glass-section .glass-bg{
  position:absolute; inset: 0;
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  animation: bgShift 14s ease-in-out infinite alternate;
  z-index: 0;
}
@keyframes bgShift{
  0%{ filter: brightness(1) saturate(1.05); transform: translate3d(0,0,0) scale(1); }
  100%{ filter: brightness(1.02) saturate(1.15); transform: translate3d(0,-6px,0) scale(1.01); }
}
.glass-section .glass-noise{
  position:absolute; inset:-30%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  opacity: .16;
  mix-blend-mode: overlay;
  transform: rotate(8deg);
  animation: noiseMove 6s steps(2) infinite;
  pointer-events:none;
  z-index: 1;
}
@keyframes noiseMove{
  0%{ transform: translate3d(0,0,0) rotate(8deg); }
  100%{ transform: translate3d(-2%, -3%, 0) rotate(8deg); }
}
.glass-section .glass-orbs{ position:absolute; inset:0; z-index: 1; pointer-events:none; }
.glass-section .orb{
  position:absolute;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.65), rgba(255,255,255,0.12) 45%, transparent 70%);
  filter: blur(2px);
  opacity: .7;
  animation: floatOrb 10s ease-in-out infinite;
}
.glass-section .orb-1{ left: -140px; top: -160px; animation-duration: 12s; }
.glass-section .orb-2{
  right: -160px; top: 40px;
  width: 520px; height: 520px;
  opacity: .55;
  animation-duration: 14s;
}
.glass-section .orb-3{
  left: 25%; bottom: -220px;
  width: 560px; height: 560px;
  opacity: .45;
  animation-duration: 16s;
}
@keyframes floatOrb{
  0%{ transform: translate3d(0,0,0) scale(1); }
  50%{ transform: translate3d(10px, -14px, 0) scale(1.02); }
  100%{ transform: translate3d(0,0,0) scale(1); }
}
.section-title{
  color: var(--accent);
  letter-spacing: .2px;
  text-transform: none;
}
.lead-text{
 
  color: rgba(90, 51, 42, 0.92);
  line-height: 1.65;
}
.box-one{
  position: relative;
  padding: 28px 26px 24px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.62), rgba(255,255,255,0.30));
  border: 1px solid rgba(138, 75, 58, 0.18);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px) saturate(115%);
  -webkit-backdrop-filter: blur(10px) saturate(115%);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  z-index: 2;
}
.box-one::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    linear-gradient(120deg,
      transparent 0%,
      rgba(255,255,255,0.55) 18%,
      transparent 36%,
      transparent 100%);
  transform: translateX(-65%);
  animation: shimmer 6.5s ease-in-out infinite;
  opacity: .55;
  pointer-events:none;
}
@keyframes shimmer{
  0%{ transform: translateX(-65%); }
  45%{ transform: translateX(120%); }
  100%{ transform: translateX(120%); }
}
.box-one::after{
  content:"";
  position:absolute;
  left: 18px; right: 18px; top: 14px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(138,75,58,0.35), transparent);
  opacity: .9;
  pointer-events:none;
}
.box-one:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(74, 35, 27, 0.20);
  border-color: rgba(138, 75, 58, 0.28);
}
.box-one h3{
  color: var(--accent);
  margin-top: 6px;
  margin-bottom: 10px;
}
.box-one p{
  color: rgba(90, 51, 42, 0.92);
  line-height: 1.7;
  margin-bottom: 12px;
}
.box-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  color: var(--accent);
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(138, 75, 58, 0.18);
  box-shadow: 0 10px 24px rgba(74, 35, 27, 0.10);
  margin-bottom: 10px;
  font-size: 1.35rem;
  transform: translateY(0);
  animation: iconFloat 3.6s ease-in-out infinite;
}
@keyframes iconFloat{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-4px); }
}
@media (max-width: 991.98px){
  .glass-section{ border-radius: 20px; }
  .box-one{ padding: 22px 20px; border-radius: 18px; }
  .lead-text{ max-width: 100%; }
}
  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
.newsletter{
  position: relative;
  z-index: 2;
}
.newsletter-glass{
  position: relative;
  padding: 22px 22px 18px;
  border-radius: 22px;
  background: linear-gradient(135deg,
    rgba(255,255,255,0.62),
    rgba(255,255,255,0.28)
  );
  border: 1px solid rgba(138, 75, 58, 0.18);
  box-shadow: 0 14px 40px rgba(74, 35, 27, 0.14);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.newsletter-glass::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(120deg,
    transparent 0%,
    rgba(255,255,255,0.55) 18%,
    transparent 36%,
    transparent 100%
  );
  transform: translateX(-65%);
  animation: newsletterShimmer 7s ease-in-out infinite;
  opacity: .55;
  pointer-events:none;
}
@keyframes newsletterShimmer{
  0%{ transform: translateX(-65%); }
  45%{ transform: translateX(120%); }
  100%{ transform: translateX(120%); }
}
.newsletter-glass::after{
  content:"";
  position:absolute;
  left: 18px;
  right: 18px;
  top: 14px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(138,75,58,0.35), transparent);
  opacity: .9;
  pointer-events:none;
}
.newsletter-glass:hover{
  transform: translateY(-5px);
  box-shadow: 0 22px 65px rgba(74, 35, 27, 0.18);
  border-color: rgba(138, 75, 58, 0.28);
}
.newsletter-head{
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}
.newsletter-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(138, 75, 58, 0.18);
  box-shadow: 0 10px 24px rgba(74, 35, 27, 0.10);
  color: var(--accent);
  font-size: 1.35rem;
  animation: iconFloat 3.6s ease-in-out infinite;
}
@keyframes iconFloat{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-4px); }
}
.newsletter-title{
  margin: 0;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: .2px;
}
.newsletter-subtitle{
  margin: 0;
  color: rgba(90, 51, 42, 0.88);
  line-height: 1.5;
  font-size: 0.95rem;
}
.newsletter-form{
  display: grid;
  gap: 10px;
}
.newsletter-label{
  font-size: 0.9rem;
  color: rgba(90, 51, 42, 0.92);
  font-weight: 600;
}
.newsletter-field{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.52);
  border: 1px solid rgba(138, 75, 58, 0.18);
  box-shadow: 0 10px 20px rgba(74, 35, 27, 0.08);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.newsletter-field i{
  color: rgba(138, 75, 58, 0.85);
  font-size: 1.05rem;
}
.newsletter-field:focus-within{
  border-color: rgba(138, 75, 58, 0.38);
  box-shadow: 0 16px 28px rgba(74, 35, 27, 0.12);
  transform: translateY(-1px);
}
.newsletter-input{
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: rgba(90, 51, 42, 0.95);
  font-size: 0.95rem;
}
.newsletter-input::placeholder{
  color: rgba(90, 51, 42, 0.55);
}
.newsletter-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(138, 75, 58, 0.22);
  background: linear-gradient(135deg,
    rgba(138, 75, 58, 0.12),
    rgba(255,255,255,0.35)
  );
  color: var(--accent);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(74, 35, 27, 0.10);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, opacity .25s ease;
}
.newsletter-btn i{
  font-size: 1.2rem;
}
.newsletter-btn:not([disabled]):hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(74, 35, 27, 0.14);
  border-color: rgba(138, 75, 58, 0.34);
}
.newsletter-btn[disabled]{
  opacity: .55;
  cursor: not-allowed;
}
.newsletter-note{
  margin: 2px 0 0;
  font-size: 0.85rem;
  color: rgba(90, 51, 42, 0.70);
}
@media (max-width: 991.98px){
  .newsletter-glass{
    padding: 18px 16px 14px;
    border-radius: 18px;
  }
}
.bartender-section{
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: clamp(18px, 2.6vw, 34px);
  background: linear-gradient(135deg,
    rgba(255,255,255,0.54),
    rgba(255,255,255,0.26)
  );
  border: 1px solid rgba(138, 75, 58, 0.18);
  box-shadow: 0 18px 55px rgba(74, 35, 27, 0.14);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  color: var(--text);
  isolation: isolate;
}
.bartender-section::before,
.bartender-section::after{
  content:"";
  position:absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  pointer-events:none;
  z-index: 0;
  background: radial-gradient(circle at 30% 30%,
    rgba(255,255,255,0.70),
    rgba(255,255,255,0.10) 48%,
    transparent 70%
  );
  filter: blur(2px);
  opacity: .65;
  animation: orbFloat 14s ease-in-out infinite;
}
.bartender-section::before{ left: -210px; top: -240px; }
.bartender-section::after{
  right: -240px;
  bottom: -270px;
  width: 620px;
  height: 620px;
  opacity: .45;
  animation-duration: 16s;
}
@keyframes orbFloat{
  0%{ transform: translate3d(0,0,0) scale(1); }
  50%{ transform: translate3d(14px,-12px,0) scale(1.02); }
  100%{ transform: translate3d(0,0,0) scale(1); }
}
.bartender-section .section-noise{
  position:absolute;
  inset:-30%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  opacity: .12;
  mix-blend-mode: overlay;
  transform: rotate(8deg);
  pointer-events:none;
  z-index: 0;
}
.bartender-section .section-shimmer{
  position:absolute;
  inset:-2px;
  background: linear-gradient(120deg,
    transparent 0%,
    rgba(255,255,255,0.55) 18%,
    transparent 36%,
    transparent 100%
  );
  transform: translateX(-70%);
  animation: sectionShimmer 7.5s ease-in-out infinite;
  opacity: .40;
  pointer-events:none;
  z-index: 0;
}
@keyframes sectionShimmer{
  0%{ transform: translateX(-70%); }
  45%{ transform: translateX(120%); }
  100%{ transform: translateX(120%); }
}
.bartender-section > *{
  position: relative;
  z-index: 1;
}
.section-title-xl{
  margin: 2px 0 10px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: .2px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  text-shadow: 0 10px 28px rgba(74, 35, 27, 0.12);
}
.section-lead{
  margin: 0 0 16px;
  max-width: 78ch;
  color: rgba(90, 51, 42, 0.92);
  line-height: 1.75;
  font-size: 0.98rem;
}
.section-divider{
  height: 2px;
  width: 100%;
  margin: 10px 0 18px;
  background: linear-gradient(90deg,
    transparent,
    rgba(138,75,58,0.35),
    rgba(255,255,255,0.55),
    rgba(138,75,58,0.35),
    transparent
  );
  opacity: .95;
}
.topic-block{
  position: relative;
  border-radius: 20px;
  padding: 18px 18px 14px;
  margin: 0 0 14px;
  background: linear-gradient(135deg,
    rgba(255,255,255,0.58),
    rgba(255,255,255,0.26)
  );
  border: 1px solid rgba(138, 75, 58, 0.16);
  box-shadow: 0 12px 32px rgba(74, 35, 27, 0.10);
  backdrop-filter: blur(10px) saturate(115%);
  -webkit-backdrop-filter: blur(10px) saturate(115%);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  overflow: hidden;
}
.topic-block::before{
  content:"";
  position:absolute;
  left: 16px;
  right: 16px;
  top: 12px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(138,75,58,0.35), transparent);
  opacity: .85;
  pointer-events:none;
}
.topic-block::after{
  content:"";
  position:absolute;
  left: 10px;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 10px;
  background: linear-gradient(180deg,
    rgba(138,75,58,0.45),
    rgba(255,255,255,0.35),
    rgba(138,75,58,0.28)
  );
  opacity: .85;
  pointer-events:none;
}
.topic-block:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(74, 35, 27, 0.16);
  border-color: rgba(138, 75, 58, 0.28);
}
.topic-title{
  margin: 4px 0 10px;
  padding-left: 14px; 
  color: var(--accent);
  font-weight: 800;
  letter-spacing: .15px;
  font-size: 1.12rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.topic-title::before{
  content:"✦";
  color: rgba(138, 75, 58, 0.78);
  font-size: 0.95rem;
  transform: translateY(-1px);
  text-shadow: 0 10px 24px rgba(74,35,27,0.12);
}
.topic-text{
  margin: 0 0 10px;
  padding-left: 14px;
  color: rgba(90, 51, 42, 0.92);
  line-height: 1.75;
}
.topic-block .topic-text:last-child{ margin-bottom: 2px; }
@media (max-width: 991.98px){
  .bartender-section{ border-radius: 20px; }
  .topic-block{ border-radius: 18px; padding: 16px 14px 12px; }
  .topic-title{ font-size: 1.05rem; }
}
.styled-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.styled-list li{
  position: relative;
  padding: 14px 16px 14px 52px;
  border-radius: 18px;
  background: linear-gradient(135deg,
    rgba(255,255,255,0.58),
    rgba(255,255,255,0.26)
  );
  border: 1px solid rgba(138, 75, 58, 0.16);
  box-shadow: 0 12px 28px rgba(74, 35, 27, 0.10);
  backdrop-filter: blur(10px) saturate(115%);
  -webkit-backdrop-filter: blur(10px) saturate(115%);
  color: rgba(90, 51, 42, 0.92);
  line-height: 1.65;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  overflow: hidden;
}
.styled-list li::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(120deg,
    transparent 0%,
    rgba(255,255,255,0.55) 18%,
    transparent 36%,
    transparent 100%
  );
  transform: translateX(-70%);
  animation: listShimmer 7.5s ease-in-out infinite;
  opacity: .35;
  pointer-events:none;
}
@keyframes listShimmer{
  0%{ transform: translateX(-70%); }
  45%{ transform: translateX(120%); }
  100%{ transform: translateX(120%); }
}
.styled-list li::after{
  content:"✓";
  position:absolute;
  left: 16px;
  top: 14px;
  width: 26px;
  height: 26px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.60);
  border: 1px solid rgba(138, 75, 58, 0.18);
  box-shadow: 0 10px 18px rgba(74, 35, 27, 0.10);
  color: rgba(138, 75, 58, 0.92);
  font-weight: 800;
  font-size: 0.95rem;
}
.styled-list li:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(74, 35, 27, 0.14);
  border-color: rgba(138, 75, 58, 0.26);
}
@media (max-width: 991.98px){
  .styled-list{ gap: 10px; }
  .styled-list li{
    padding: 12px 14px 12px 48px;
    border-radius: 16px;
  }
  .styled-list li::after{
    left: 14px;
    top: 12px;
  }
}
a {
    color: rgb(235, 199, 170);
    text-decoration: underline;
}