:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #ffffff;
  --heading-color: #ffffff;
  --footer-bg-color: #714f2c;
  --link-color: #fff0c7;
  --header-bg-color: #7b5b43;
  --font-family: 'Book Antiqua', Palatino, serif;
  --nav-link-color: #ffffff;
  --footer-text-color: #ffffff;
  --header-text-color: #ffffffff;
}
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(rgb(88 50 10 / 77%), rgb(62 37 6 / 55%)), url(/images/bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.hero-section {
  padding: 55px 0;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.575);
}
.hero-section.with-bg {
  background-image: url('/images/fashion-show-bg.webp');
  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, rgba(0, 0, 0, 0.336));
  opacity: 0.5;
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
}
h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
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);
}
.content-area a {
  color: var(--link-color);
  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 {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: var(--header-bg-color) !important;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  padding: 0 1rem;
  transition: color 0.3s ease, transform 0.2s ease;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--link-color) !important;
  transform: translateY(-1px);
}
  .navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: 600;
  border-bottom: 2px solid var(--link-color);
}
@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;
  }
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.contact-container {
  margin: 40px auto;
  border-radius: 8px;
  color: black !important;
}
@media screen and (max-width: 768px) {
  .contact-container {
    width: 100%;
    padding: 15px;
  }
}
.contact-container .form {
  width: 440px;
  height: 510px;
  background: #E6E6E6;
  border-radius: 8px;
  box-shadow: 0 0 40px -10px #000;
  padding: 20px 30px;
  max-width: calc(100vw - 40px);
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.contact-container h2 {
  margin: 10px 0;
  padding-bottom: 10px;
  color: var(--hero-gradient1) !important;
  border-bottom: 3px solid var(--hero-gradient2);
}
.contact-container input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
  outline: none;
  resize: none;
  border: 0;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s;
  border-bottom: 2px solid var(--hero-gradient1);
}
.contact-container input:focus {
  border-bottom: 2px solid var(--hero-gradient1);
}
.contact-container p:before {
  content: attr(type);
  display: block;
  margin: 28px 0 0;
  font-size: 14px;
  color: var(--hero-gradient1);
}
.contact-container button {
  float: right;
  padding: 8px 12px;
  margin: 8px 0 0;
  font-family: "Montserrat", sans-serif;
  border: 2px solid var(--hero-gradient1);
  background: 0;
  color: var(--hero-gradient1);
  cursor: pointer;
  transition: all 0.3s;
}
.contact-container button:hover {
  background: var(--hero-gradient2);
  color: #fff;
}
.contact-container .mail-container {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -20px;
  background: var(--hero-gradient1);
  color: #5b4949;
  width: 320px;
  padding: 16px 4px 16px 0;
  border-radius: 6px;
  font-size: 13px;
  box-shadow: 10px 10px 40px -14px #000;
}
.contact-container .mail-container p:before {
  content: none;
}
.contact-container span {
  margin: 0 5px 0 15px;
}
.modeling-era{
  margin: clamp(18px, 4vw, 44px) auto;
  padding: clamp(22px, 3.2vw, 44px);
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  --ivory: #f3e7d2;
  --ivory-2: rgba(243, 231, 210, .85);
  --coffee: #2a1a12;
  --cocoa: #3a2418;
  --bronze: #b07a46;
  --sand: #6b4b36;
  background:
    radial-gradient(1200px 400px at 12% 0%, rgba(176,122,70,.22), transparent 60%),
    radial-gradient(900px 380px at 85% 12%, rgba(243,231,210,.12), transparent 55%),
    linear-gradient(180deg, rgba(46,28,18,.92), rgba(42,26,18,.88)),
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,.035) 0px,
      rgba(255,255,255,.035) 2px,
      rgba(0,0,0,.04) 3px,
      rgba(0,0,0,.04) 5px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.02) 0px,
      rgba(255,255,255,.02) 3px,
      rgba(0,0,0,.05) 4px,
      rgba(0,0,0,.05) 7px
    );
  border: 1px solid rgba(176,122,70,.35);
  box-shadow:
    0 18px 50px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.05);
  color: var(--ivory);
  animation: sectionFadeUp 900ms ease-out both;
}
.modeling-era::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    linear-gradient(110deg,
      transparent 0%,
      rgba(243,231,210,.06) 22%,
      rgba(176,122,70,.12) 34%,
      rgba(243,231,210,.05) 46%,
      transparent 62%
    );
  transform: translateX(-35%);
  filter: blur(0.2px);
  opacity: .9;
  pointer-events:none;
  animation: linenShimmer 8s ease-in-out infinite;
}
.modeling-era::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 18px;
  pointer-events:none;
  background:
    linear-gradient(var(--bronze), var(--bronze)) 18px 18px / 74px 1px no-repeat,
    linear-gradient(var(--bronze), var(--bronze)) 18px 18px / 1px 74px no-repeat,
    linear-gradient(var(--bronze), var(--bronze)) calc(100% - 18px) calc(100% - 18px) / 74px 1px no-repeat,
    linear-gradient(var(--bronze), var(--bronze)) calc(100% - 18px) calc(100% - 18px) / 1px 74px no-repeat;
  opacity: .65;
}
.modeling-era h2{
  margin: 0 0 14px;
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1.1;
  letter-spacing: .3px;
  color: #fff1d8;
  text-shadow:
    0 2px 14px rgba(0,0,0,.55),
    0 1px 0 rgba(255,255,255,.06);
}
.modeling-era h3{
  margin: 22px 0 10px;
  font-size: clamp(18px, 1.5vw, 24px);
  color: rgba(243,231,210,.96);
  letter-spacing: .25px;
  position: relative;
  padding-left: 14px;
}
.modeling-era h3::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: linear-gradient(135deg, rgba(176,122,70,.95), rgba(243,231,210,.7));
  box-shadow: 0 0 0 3px rgba(176,122,70,.16);
  transform: translateY(-50%) rotate(6deg);
}
.modeling-era h3::after{
  content:"";
  display:block;
  height: 1px;
  margin-top: 10px;
  background:
    linear-gradient(90deg,
      rgba(176,122,70,.55),
      rgba(243,231,210,.18),
      rgba(176,122,70,.10)
    );
  opacity: .95;
}
.modeling-era p{
  margin: 0 0 12px;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.75;
  color: var(--ivory-2);
  text-shadow: 0 1px 10px rgba(0,0,0,.35);
}
.modeling-era p:first-of-type{
  color: rgba(255, 241, 216, .92);
}
.modeling-era:hover{
  border-color: rgba(243,231,210,.30);
  box-shadow:
    0 22px 70px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.06);
  transform: translateY(-1px);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
@media (max-width: 640px){
  .modeling-era{
    padding: 18px;
    border-radius: 14px;
  }
  .modeling-era::after{ border-radius: 14px; }
  .modeling-era p{ max-width: 100%; }
}
@keyframes sectionFadeUp{
  from{
    opacity: 0;
    transform: translateY(10px);
    filter: saturate(.95) contrast(.98);
  }
  to{
    opacity: 1;
    transform: translateY(0);
    filter: saturate(1) contrast(1);
  }
}
@keyframes linenShimmer{
  0%   { transform: translateX(-38%) rotate(0.0001deg); opacity: .70; }
  50%  { transform: translateX( 18%) rotate(0.0001deg); opacity: .95; }
  100% { transform: translateX(-38%) rotate(0.0001deg); opacity: .70; }
}
.editorial-glass{
  --ivory: #f3e7d2;
  --ivory-soft: rgba(243,231,210,.86);
  --coffee: #2a1a12;
  --cocoa: #3a2418;
  --bronze: #b07a46;
  --sand: #6b4b36;
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 70px) 0;
  color: var(--ivory);
-webkit-backdrop-filter: blur(18px);
backdrop-filter: blur(10px);
}
.editorial-glass::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  background:
    radial-gradient(600px 280px at 30% 35%, rgba(176,122,70,.20), transparent 60%),
    radial-gradient(520px 260px at 70% 55%, rgba(243,231,210,.09), transparent 62%),
    linear-gradient(110deg,
      transparent 0%,
      rgba(243,231,210,.05) 18%,
      rgba(176,122,70,.10) 32%,
      rgba(243,231,210,.04) 46%,
      transparent 62%
    );
  transform: translateX(-35%);
  filter: blur(0.4px);
  opacity: .9;
  animation: editorialShimmer 9s ease-in-out infinite;
}
.editorial-glass::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    radial-gradient(circle at 12% 26%, rgba(243,231,210,.18) 0 1px, transparent 2px),
    radial-gradient(circle at 28% 58%, rgba(176,122,70,.22) 0 1px, transparent 2px),
    radial-gradient(circle at 66% 22%, rgba(243,231,210,.14) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 64%, rgba(176,122,70,.18) 0 1px, transparent 2px),
    radial-gradient(circle at 52% 76%, rgba(243,231,210,.12) 0 1px, transparent 2px);
  opacity: .55;
  animation: dustFloat 7s ease-in-out infinite;
}
.editorial-glass .container{
  position: relative;
  z-index: 1;
}
.editorial-glass h2{
  margin: 0 0 14px;
  line-height: 1.12;
  color: #fff1d8;
  text-shadow:
    0 2px 14px rgba(0,0,0,.55),
    0 1px 0 rgba(255,255,255,.06);
  animation: fadeUp 850ms ease-out both;
}
.editorial-glass > .container > p{
  margin: 0 0 12px;
  line-height: 1.78;
  color: var(--ivory-soft);
  text-shadow: 0 1px 10px rgba(0,0,0,.35);
  animation: fadeUp 950ms ease-out both;
}
.editorial-glass > .container > p:nth-of-type(2){
  animation-delay: 80ms;
}
.box-one{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 22px 22px 20px;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
  border: 1px solid rgba(176,122,70,.35);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow:
    0 18px 55px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.08);
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  animation: cardIn 900ms cubic-bezier(.2,.9,.2,1) both;
}
.box-one::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius: 18px;
  pointer-events:none;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,.035) 0px,
      rgba(255,255,255,.035) 2px,
      rgba(0,0,0,.05) 3px,
      rgba(0,0,0,.05) 6px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,.02) 0px,
      rgba(255,255,255,.02) 3px,
      rgba(0,0,0,.05) 4px,
      rgba(0,0,0,.05) 8px
    );
  opacity: .35;
  z-index: -1;
}
.box-one::after{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 20px;
  pointer-events:none;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(243,231,210,.10) 22%,
    rgba(176,122,70,.22) 35%,
    rgba(243,231,210,.08) 48%,
    transparent 64%
  );
  transform: translateX(-45%);
  filter: blur(0.6px);
  opacity: .75;
  z-index: -1;
  animation: borderSweep 8.5s ease-in-out infinite;
}
.box-one:hover{
  transform: translateY(-3px);
  border-color: rgba(243,231,210,.30);
  box-shadow:
    0 22px 70px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.09);
}
.box-icon{
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin: 2px 0 10px;
  background:
    radial-gradient(120px 60px at 30% 20%, rgba(243,231,210,.22), transparent 55%),
    linear-gradient(180deg, rgba(176,122,70,.28), rgba(255,255,255,.06));
  border: 1px solid rgba(176,122,70,.35);
  box-shadow:
    0 14px 30px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.12);
  transform: translateY(0);
  animation: iconFloat 3.6s ease-in-out infinite;
}
.box-icon i{
  font-size: 1.35rem;
  color: rgba(255,241,216,.92);
  text-shadow: 0 1px 10px rgba(0,0,0,.35);
}
.box-one h3{
  margin: 0 0 10px;
  font-size: clamp(18px, 1.5vw, 24px);
  letter-spacing: .25px;
  color: rgba(243,231,210,.96);
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
  position: relative;
  padding-bottom: 10px;
}
.box-one h3::after{
  content:"";
  display:block;
  height: 1px;
  margin-top: 10px;
  background:
    linear-gradient(90deg,
      rgba(176,122,70,.65),
      rgba(243,231,210,.18),
      rgba(176,122,70,.12)
    );
}
.box-one p{
  margin: 0 0 12px;
  font-size: clamp(14.8px, 1.02vw, 16.5px);
  line-height: 1.75;
  color: rgba(243,231,210,.84);
  text-shadow: 0 1px 10px rgba(0,0,0,.30);
}
.box-one p:last-child{
  margin-bottom: 0;
}
.row > div:nth-child(1) .box-one{ animation-delay: 60ms; }
.row > div:nth-child(2) .box-one{ animation-delay: 140ms; }
.row > div:nth-child(3) .box-one{ animation-delay: 220ms; }
@keyframes fadeUp{
  from{ opacity:0; transform: translateY(10px); }
  to{ opacity:1; transform: translateY(0); }
}
@keyframes cardIn{
  from{
    opacity: 0;
    transform: translateY(10px) scale(.985);
    filter: saturate(.95) contrast(.98);
  }
  to{
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: saturate(1) contrast(1);
  }
}
@keyframes editorialShimmer{
  0%   { transform: translateX(-38%); opacity: .65; }
  50%  { transform: translateX( 16%); opacity: .95; }
  100% { transform: translateX(-38%); opacity: .65; }
}
@keyframes borderSweep{
  0%   { transform: translateX(-48%); opacity: .55; }
  50%  { transform: translateX( 22%); opacity: .88; }
  100% { transform: translateX(-48%); opacity: .55; }
}
@keyframes iconFloat{
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-4px); }
}
@keyframes dustFloat{
  0%, 100% { transform: translateY(0); opacity: .45; }
  50%      { transform: translateY(-6px); opacity: .60; }
}
@media (max-width: 640px){
  .box-one{
    border-radius: 16px;
    padding: 18px 18px 16px;
  }
  .box-one::before{ border-radius: 16px; }
  .box-one::after{ border-radius: 18px; }
}
.sidebar-linking{
  --ivory: #f3e7d2;
  --ivory-soft: rgba(243,231,210,.86);
  --coffee: #2a1a12;
  --bronze: #b07a46;
  position: relative;
  overflow: hidden;
  padding: 22px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
  border: 1px solid rgba(176,122,70,.35);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow:
    0 18px 55px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.08);
  animation: sidebarIn 900ms ease-out both;
}
.sidebar-linking::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(243,231,210,.06) 22%,
    rgba(176,122,70,.12) 35%,
    rgba(243,231,210,.05) 48%,
    transparent 64%
  );
  transform: translateX(-45%);
  opacity: .9;
  filter: blur(.5px);
  animation: sidebarShimmer 8.5s ease-in-out infinite;
}
.sidebar-linking::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 18px;
  pointer-events:none;
  background:
    linear-gradient(rgba(176,122,70,.65), rgba(176,122,70,.65)) 16px 16px / 70px 1px no-repeat,
    linear-gradient(rgba(176,122,70,.65), rgba(176,122,70,.65)) 16px 16px / 1px 70px no-repeat,
    linear-gradient(rgba(176,122,70,.45), rgba(176,122,70,.45)) calc(100% - 16px) calc(100% - 16px) / 70px 1px no-repeat,
    linear-gradient(rgba(176,122,70,.45), rgba(176,122,70,.45)) calc(100% - 16px) calc(100% - 16px) / 1px 70px no-repeat;
  opacity: .7;
}
.sidebar-linking h3{
  margin: 0 0 14px;
  font-size: 1.15rem;
  letter-spacing: .25px;
  color: rgba(255,241,216,.95);
  text-shadow: 0 2px 14px rgba(0,0,0,.45);
  position: relative;
  padding-bottom: 10px;
}
.sidebar-linking h3::after{
  content:"";
  display:block;
  height: 1px;
  margin-top: 10px;
  background: linear-gradient(
    90deg,
    rgba(176,122,70,.70),
    rgba(243,231,210,.18),
    rgba(176,122,70,.10)
  );
}
.page-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.page-list li{
  margin: 0;
}
.page-list a{
  display: block;
  position: relative;
  padding: 12px 12px 12px 44px;
  border-radius: 14px;
  text-decoration: none;
  color: rgba(243,231,210,.88);
  font-size: .98rem;
  line-height: 1.35;
  background: rgba(0,0,0,.12);
  border: 1px solid rgba(176,122,70,.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 10px 22px rgba(0,0,0,.28);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}
.page-list a::before{
  content:"";
  position:absolute;
  left: 14px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  transform: translateY(-50%) rotate(6deg);
  background: linear-gradient(135deg, rgba(176,122,70,.95), rgba(243,231,210,.65));
  box-shadow: 0 0 0 3px rgba(176,122,70,.16);
}
.page-list a::after{
  content:"›";
  position:absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: rgba(255,241,216,.75);
  opacity: .75;
}
.page-list a:hover{
  transform: translateY(-2px);
  border-color: rgba(243,231,210,.28);
  background: rgba(176,122,70,.12);
}
.page-list a:focus{
  outline: none;
  box-shadow:
    0 0 0 3px rgba(176,122,70,.22),
    0 14px 30px rgba(0,0,0,.35);
}
.page-list a:active{
  transform: translateY(0px);
}
@keyframes sidebarIn{
  from{ opacity: 0; transform: translateY(10px); }
  to{ opacity: 1; transform: translateY(0); }
}
@keyframes sidebarShimmer{
  0%   { transform: translateX(-48%); opacity: .55; }
  50%  { transform: translateX( 22%); opacity: .95; }
  100% { transform: translateX(-48%); opacity: .55; }
}
.newsletter{
  --ivory: #f3e7d2;
  --ivory-soft: rgba(243,231,210,.86);
  --coffee: #2a1a12;
  --bronze: #b07a46;
  position: relative;
  overflow: hidden;
  padding: 20px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
  border: 1px solid rgba(176,122,70,.35);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow:
    0 18px 55px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.08);
max-width: 100%;
  animation: nlsIn 900ms ease-out both;
}
.newsletter::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(243,231,210,.06) 22%,
    rgba(176,122,70,.12) 35%,
    rgba(243,231,210,.05) 48%,
    transparent 64%
  );
  transform: translateX(-50%);
  opacity: .9;
  filter: blur(.6px);
  animation: nlsShimmer 9s ease-in-out infinite;
}
.newsletter::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 18px;
  pointer-events:none;
  background:
    linear-gradient(rgba(176,122,70,.65), rgba(176,122,70,.65)) 16px 16px / 66px 1px no-repeat,
    linear-gradient(rgba(176,122,70,.65), rgba(176,122,70,.65)) 16px 16px / 1px 66px no-repeat,
    linear-gradient(rgba(176,122,70,.45), rgba(176,122,70,.45)) calc(100% - 16px) calc(100% - 16px) / 66px 1px no-repeat,
    linear-gradient(rgba(176,122,70,.45), rgba(176,122,70,.45)) calc(100% - 16px) calc(100% - 16px) / 1px 66px no-repeat;
  opacity: .7;
}
.newsletter h3{
  margin: 0 0 10px;
  font-size: 1.1rem;
  letter-spacing: .25px;
  color: rgba(255,241,216,.95);
  text-shadow: 0 2px 14px rgba(0,0,0,.45);
}
.newsletter p{
  margin: 0 0 14px;
  font-size: .95rem;
  line-height: 1.45;
  color: var(--ivory-soft);
  text-shadow: 0 1px 10px rgba(0,0,0,.30);
}
.newsletter-form{
  margin: 0;
}
.newsletter-label{
  display: block;
  font-size: .86rem;
  letter-spacing: .2px;
  margin: 0 0 8px;
  color: rgba(243,231,210,.80);
}
.newsletter-field{
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.newsletter-input{
  flex: 1;
  min-width: 0;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(0,0,0,.12);
  border: 1px solid rgba(176,122,70,.25);
  color: rgba(255,241,216,.92);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 10px 22px rgba(0,0,0,.22);
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}
.newsletter-input::placeholder{
  color: rgba(243,231,210,.55);
}
.newsletter-input:focus{
  outline: none;
  border-color: rgba(243,231,210,.30);
  background: rgba(176,122,70,.10);
  box-shadow:
    0 0 0 3px rgba(176,122,70,.20),
    0 14px 28px rgba(0,0,0,.30);
}
.newsletter-btn{
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(176,122,70,.30);
  background: linear-gradient(180deg, rgba(176,122,70,.22), rgba(255,255,255,.06));
  color: rgba(255,241,216,.85);
  box-shadow:
    0 14px 28px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.10);
  cursor: not-allowed;
  opacity: .65;
  filter: grayscale(.1);
  position: relative;
}
.newsletter-btn::after{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 16px;
  pointer-events:none;
  background: radial-gradient(120px 60px at 30% 25%, rgba(243,231,210,.10), transparent 60%);
  opacity: .8;
  animation: nlsBtnPulse 2.8s ease-in-out infinite;
}
.newsletter-note{
  display: block;
  margin-top: 10px;
  font-size: .82rem;
  color: rgba(243,231,210,.65);
}
@media (max-width: 520px){
  .newsletter-field{
    flex-direction: column;
  }
  .newsletter-btn{
    width: 100%;
  }
}
@keyframes nlsIn{
  from{ opacity: 0; transform: translateY(10px); }
  to{ opacity: 1; transform: translateY(0); }
}
@keyframes nlsShimmer{
  0%   { transform: translateX(-52%); opacity: .55; }
  50%  { transform: translateX( 20%); opacity: .95; }
  100% { transform: translateX(-52%); opacity: .55; }
}
@keyframes nlsBtnPulse{
  0%, 100% { opacity: .55; transform: scale(1); }
  50%      { opacity: .85; transform: scale(1.01); }
}
a
 {
    color: rgb(239, 239, 210);
    text-decoration: underline;
}
  .section-wallets {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('/images/fashion-show-bg.webp');
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 50px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: 40px;
    border: 1px solid #2c3e50;
}
.section-wallets h2 {
    color: #ffffff!important; 
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.section-wallets h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #e7e4e4;
    bottom: -8px;
    left: 0;
}
.section-wallets p {
    color: #ddd;
    line-height: 1.6;
}
.section-wallets h3 {
    color: #ffffff!important; 
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.section-wallets h3:hover {
    background-color: #2c3e50; 
    color: #fff;
    transform: scale(1.05);
}
.section-wallets ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.section-wallets ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #dadada; 
}
.section-wallets ul li::before {
    content: "✔"; 
    font-size: 1.5rem;
    color: #e2e2e2; 
    margin-right: 10px;
    transition: color 0.3s ease;
}
.section-wallets ul li:hover::before {
    color: #ebebeb; 
}
  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
  