:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #161616;
  --heading-color: #1e1c1c;
  --footer-bg-color: #0a2d34;
  --link-color: #d9a06e;
  --header-bg-color: #F2E8D8;
  --font-family: system-ui;
  --nav-link-color: #986f4a;
  --footer-text-color: #ffffff;
  --header-text-color: #B1613E;
}
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(135deg, #f2e8d8c7),
    url("/images/motif-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
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:var(--footer-bg-color);color:var(--footer-text-color);border-top:1px solid var(--link-color)}.footer a {text-decoration: none;color: var(--footer-text-color) !important;}.footer-title{font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;position:relative;color: var(--footer-text-color) !important;}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.6rem}.footer-links a{text-decoration:none;transition:all .3s ease}.footer-links a:hover{padding-left:6px}.newsletter-form{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}.newsletter-form input{flex:1;padding:.6rem .9rem;border-radius:8px;border:0;outline:0;background:color-mix(in srgb,var(--footer-bg-color) 80%,white 20%);color:var(--footer-text-color)}.newsletter-form input::placeholder{color:var(--footer-text-color)}.newsletter-form button{padding:.6rem 1.1rem;border-radius:8px;border:0;font-weight:600;background:var(--link-color);color:var(--footer-text-color);transition:all .3s ease}.newsletter-form button:hover{background:color-mix(in srgb,var(--link-color) 80%,white 20%)}.footer-divider{margin:1.5rem 0;border-color:var(--link-color)} 
 .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;
  width: 320px;
  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: #fff;
  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;
}
.custom-section{
  --ink: #0A2D34;
  --accent: #BD3901;
  --muted: #4B545D;
  --paper: #f4ede3;
  max-width: 1100px;
  margin: clamp(32px, 6vw, 35px) auto;
  padding: clamp(40px, 5vw, 35px);
  background:
    repeating-linear-gradient(
      0deg,
      rgba(10,45,52,.02) 0 1px,
      transparent 1px 6px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(10,45,52,.015) 0 1px,
      transparent 1px 8px
    ),
    var(--paper);
  border-radius: 20px;
  border: 1px solid rgba(10,45,52,.10);
  box-shadow:
    0 20px 40px rgba(0,0,0,.12);
}
.custom-section h2{
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.15;
  margin-bottom: 22px;
  color: var(--ink);
  letter-spacing: .2px;
  position: relative;
  padding-bottom: 16px;
}
.custom-section h2::after{
  content:"";
  position:absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 3px;
  border-radius: 4px;
  background:
    linear-gradient(90deg,
      var(--accent),
      rgba(189,57,1,.35),
      transparent);
}
.custom-section p{
  line-height: 1.75;
  color: var(--muted);
  margin-bottom: 14px;
}
.custom-section p:first-of-type{
  color: var(--ink);
}
.custom-section h3{
  margin: 36px 0 12px;
  font-size: clamp(19px, 2vw, 24px);
  color: var(--ink);
  letter-spacing: .15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-section h3::before{
  content: "✺"; 
  font-size: 1.2em;
  color: var(--accent);
  line-height: 1;
}
.custom-section ul{
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px 22px;
}
.custom-section li{
  position: relative;
  padding-left: 22px;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--muted);
}
.custom-section li::before{
  content:"◆";
  position:absolute;
  left: 0;
  top: .15em;
  font-size: .75em;
  color: var(--accent);
}
.custom-section h3 + p{
  margin-top: 6px;
}
@media (max-width: 700px){
  .custom-section{
    padding: 32px 22px;
  }
  .custom-section ul{
    grid-template-columns: 1fr;
  }
}
  .section-wallets {
    background: linear-gradient(135deg, rgb(241 228 199 / 69%), rgba(255, 255, 255, 0.705)),  url("/images/motif-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 #d6bea1;
}
.section-wallets h2 {
    color: #a1540c!important; 
    margin-bottom: 20px;
    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: #000000;
    line-height: 1.6;
}
.section-wallets h3 {
    color: #6e3806!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;
}
.section-wallets ul li {
    display: flex;
    align-items: center;
    color: #301f1f; 
}
.section-wallets ul li::before {
    content: "✔"; 
    font-size: 1.5rem;
    color: #3b2424; 
    margin-right: 10px;
    transition: color 0.3s ease;
}
.section-wallets ul li:hover::before {
    color: #ebebeb; 
}
.glass-section{
  position: relative;
  padding-block: clamp(40px, 5vw, 20px);   
  padding-inline: clamp(16px, 3vw, 28px);  
  background: rgba(243, 232, 217, 0.28);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 20px 50px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.45);
  color: #0A2D34;
}
.glass-section::before{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(
      120deg,
      rgba(255,255,255,.55),
      rgba(255,255,255,.12) 35%,
      rgba(255,255,255,.05) 60%,
      transparent 75%
    );
  opacity: .55;
}
.glass-section::after{
  content:"";
  position:absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.45),
      rgba(255,255,255,.05) 40%,
      rgba(255,255,255,.25)
    );
  opacity: .35;
}
.glass-section > *{
  position: relative;
  z-index: 1;
}
:root{
  --folk-deep: #083a3b;      
  --folk-deeper: #062b2c;    
  --folk-gold: #d7b25c;      
  --folk-cream: #f6efe1;     
  --folk-red: #c83b2d;       
  --folk-ink: #0a1414;       
  --folk-mist: rgba(246,239,225,.55);
  --folk-glow: rgba(215,178,92,.30);
}
.styled-section{
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 6vw, 35px) clamp(18px, 4vw, 35px);
  border-radius: 22px;
  margin: clamp(18px, 3vw, 34px) auto;
  max-width: 1200px;
  background:
    linear-gradient(180deg, rgba(246,239,225,.92), rgba(246,239,225,.84)),
    radial-gradient(circle at 18% 10%, rgba(200,59,45,.10) 0 28%, transparent 29%),
    radial-gradient(circle at 82% 18%, rgba(215,178,92,.14) 0 30%, transparent 31%),
    radial-gradient(circle at 28% 88%, rgba(8,58,59,.10) 0 34%, transparent 35%);
  box-shadow:
    0 22px 55px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.35);
  border: 1px solid rgba(8,58,59,.18);
  isolation: isolate; 
}
.styled-section::before{
  content:"";
  position:absolute;
  inset: 10px;
  border-radius: 18px;
  pointer-events:none;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(215,178,92,.55), rgba(215,178,92,0)) top left / 240px 2px no-repeat,
    linear-gradient(180deg, rgba(215,178,92,.55), rgba(215,178,92,0)) top left / 2px 240px no-repeat,
    linear-gradient(-90deg, rgba(215,178,92,.55), rgba(215,178,92,0)) top right / 240px 2px no-repeat,
    linear-gradient(180deg, rgba(215,178,92,.55), rgba(215,178,92,0)) top right / 2px 240px no-repeat,
    linear-gradient(90deg, rgba(215,178,92,0), rgba(215,178,92,.55)) bottom left / 240px 2px no-repeat,
    linear-gradient(-180deg, rgba(215,178,92,0), rgba(215,178,92,.55)) bottom left / 2px 240px no-repeat,
    linear-gradient(-90deg, rgba(215,178,92,0), rgba(215,178,92,.55)) bottom right / 240px 2px no-repeat,
    linear-gradient(-180deg, rgba(215,178,92,0), rgba(215,178,92,.55)) bottom right / 2px 240px no-repeat;
  opacity: .9;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.10));
}
.styled-section::after{
  content:"";
  position:absolute;
  inset:-40px;
  z-index: 0;
  pointer-events:none;
  background:
    radial-gradient(circle at 20% 30%, rgba(200,59,45,.25) 0 14%, transparent 15%),
    radial-gradient(circle at 76% 26%, rgba(215,178,92,.26) 0 12%, transparent 13%),
    radial-gradient(circle at 38% 72%, rgba(8,58,59,.18) 0 16%, transparent 17%),
    radial-gradient(closest-side at 12% 82%, rgba(200,59,45,.18), transparent 70%),
    radial-gradient(closest-side at 92% 78%, rgba(215,178,92,.18), transparent 72%),
    conic-gradient(from 180deg at 50% 50%,
      rgba(8,58,59,.06), rgba(215,178,92,.07), rgba(200,59,45,.06), rgba(8,58,59,.06));
  mix-blend-mode: multiply;
  opacity: .65;
  animation: folk-drift 18s linear infinite;
  transform: translate3d(0,0,0);
}
@keyframes folk-drift{
  0%   { transform: translate(-1.5%, -1%) rotate(0deg); }
  50%  { transform: translate(1.5%, 1%) rotate(6deg); }
  100% { transform: translate(-1.5%, -1%) rotate(0deg); }
}
.styled-section > *{
  position: relative;
  z-index: 1;
}
.styled-section h2{
  font-size: clamp(28px, 3.3vw, 46px);
  line-height: 1.05;
  margin: 0 0 18px 0;
  color: var(--folk-deep);
  letter-spacing: .3px;
  display: inline-block;
  padding: 12px 16px 14px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(215,178,92,.20), rgba(215,178,92,.08)),
    radial-gradient(circle at 12% 50%, rgba(200,59,45,.16), transparent 55%);
  box-shadow:
    0 12px 28px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.55);
  border: 1px solid rgba(8,58,59,.14);
  position: relative;
}
.styled-section h2::after{
  content:"";
  position:absolute;
  left: 14px;
  right: 14px;
  bottom: -10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg,
    transparent,
    rgba(200,59,45,.35),
    rgba(215,178,92,.55),
    rgba(200,59,45,.35),
    transparent);
  filter: blur(.3px);
  opacity: .9;
  animation: folk-sheen 2.8s ease-in-out infinite;
}
@keyframes folk-sheen{
  0%,100% { transform: translateY(0); opacity: .75; }
  50%     { transform: translateY(2px); opacity: 1; }
}
.styled-section h3{
  margin: 26px 0 10px;
  font-size: clamp(18px, 2vw, 24px);
  color: var(--folk-deeper);
  letter-spacing: .2px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.styled-section h3::before{
  content: "🪆"; 
  font-size: 1.15em;
  line-height: 1;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255,255,255,.75), transparent 55%),
    linear-gradient(135deg, rgba(200,59,45,.25), rgba(215,178,92,.22));
  border: 1px solid rgba(8,58,59,.16);
  box-shadow: 0 10px 18px rgba(0,0,0,.12);
  animation: folk-bob 2.6s ease-in-out infinite;
}
@keyframes folk-bob{
  0%,100% { transform: translateY(0) rotate(-2deg); }
  50%     { transform: translateY(-3px) rotate(2deg); }
}
.styled-section p{
  color: rgba(10,20,20,.86);
  line-height: 1.7;
  margin: 0 0 14px 0;
}
.styled-section a{
  color: var(--folk-deep);
  text-decoration: none;
  border-bottom: 2px dotted rgba(200,59,45,.45);
  transition: transform .15s ease, border-color .15s ease, color .15s ease;
}
.styled-section a:hover{
  color: var(--folk-red);
  border-bottom-color: rgba(215,178,92,.85);
}
.styled-section .folk-callout{
  margin: 18px 0;
  padding: 14px 16px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(8,58,59,.10), rgba(8,58,59,.06));
  border: 1px solid rgba(8,58,59,.18);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
  position: relative;
}
.styled-section .folk-callout::before{
  content:"";
  position:absolute;
  inset: 10px 12px auto 12px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg,
    rgba(215,178,92,.0),
    rgba(215,178,92,.75),
    rgba(200,59,45,.55),
    rgba(215,178,92,.0));
}
.styled-section:hover{
  transform: translateY(-2px);
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow:
    0 26px 70px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.35);
}
@media (prefers-reduced-motion: reduce){
  .styled-section::after,
  .styled-section h2::after,
  .styled-section h3::before{
    animation: none !important;
  }
}
.sidebar-linking{
  margin-top: 24px;
  padding: 18px 20px 22px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(246,239,225,.92), rgba(246,239,225,.82)),
    radial-gradient(circle at 20% 20%, rgba(200,59,45,.10) 0 28%, transparent 29%),
    radial-gradient(circle at 80% 70%, rgba(215,178,92,.14) 0 30%, transparent 31%);
  border: 1px solid rgba(8,58,59,.18);
  box-shadow:
    0 18px 40px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.45);
}
.sidebar-linking h3{
  margin: 0 0 14px;
  font-size: 20px;
  color: var(--folk-deep);
  letter-spacing: .3px;
  display: inline-block;
  padding: 8px 14px 10px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(215,178,92,.22), rgba(215,178,92,.08)),
    radial-gradient(circle at 12% 50%, rgba(200,59,45,.18), transparent 55%);
  border: 1px solid rgba(8,58,59,.14);
  box-shadow:
    0 10px 24px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.55);
}
.sidebar-linking .page-list{
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 8px;
}
.sidebar-linking .page-list li{
  position: relative;
  padding-left: 42px;
}
.sidebar-linking .page-list li::before{
  content: "🧵"; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255,255,255,.75), transparent 55%),
    linear-gradient(135deg, rgba(200,59,45,.28), rgba(215,178,92,.25));
  border: 1px solid rgba(8,58,59,.18);
  box-shadow: 0 8px 16px rgba(0,0,0,.14);
  transition: transform .2s ease, box-shadow .2s ease;
}
.sidebar-linking .page-list a{
  display: block;
  padding: 8px 12px;
  border-radius: 12px;
  color: var(--folk-ink);
  text-decoration: none;
  line-height: 1.4;
  background:
    linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.35));
  border: 1px solid rgba(8,58,59,.14);
  box-shadow:
    0 6px 14px rgba(0,0,0,.10),
    inset 0 1px 0 rgba(255,255,255,.55);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease,
    color .18s ease;
}
.sidebar-linking .page-list li:hover::before{
  transform: translateY(-50%) scale(1.12) rotate(-6deg);
  box-shadow: 0 12px 24px rgba(0,0,0,.22);
}
.sidebar-linking .page-list a:hover{
  color: var(--folk-red);
  background:
    linear-gradient(180deg, rgba(215,178,92,.28), rgba(215,178,92,.12));
  box-shadow:
    0 12px 26px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.65);
  transform: translateX(4px);
}
.sidebar-linking .page-list a.active{
  color: var(--folk-deep);
  background:
    linear-gradient(180deg, rgba(8,58,59,.18), rgba(8,58,59,.08));
  border-color: rgba(8,58,59,.28);
  font-weight: 600;
}
@media (prefers-reduced-motion: reduce){
  .sidebar-linking .page-list li::before,
  .sidebar-linking .page-list a{
    transition: none;
  }
}
  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
.hero-section{
  position: relative;
  overflow: hidden;
}
.hero-section .container{
  position: relative;
  z-index: 2;
}
.hero-section h1{
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.05;
  margin-bottom: 22px;
  color: var(--folk-deep);
  letter-spacing: .4px;
  display: inline-block;
  padding: 18px 22px 20px;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(215,178,92,.22), rgba(215,178,92,.08)),
    radial-gradient(circle at 10% 50%, rgba(200,59,45,.18), transparent 55%);
  border: 1px solid rgba(8,58,59,.16);
  box-shadow:
    0 20px 48px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.6);
  position: relative;
}
.hero-section h1::after{
  content:"";
  position:absolute;
  left: 20%;
  right: 20%;
  bottom: -14px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg,
    transparent,
    rgba(200,59,45,.35),
    rgba(215,178,92,.65),
    rgba(200,59,45,.35),
    transparent);
  filter: blur(.4px);
}
.hero-section p{
  margin: 0 auto 14px;
  color: rgba(10,20,20,.88);
}
.hero-section strong{
  color: var(--folk-deep);
  font-weight: 600;
}
.hero-section .justify-content-center{
  padding: 34px 28px;
    border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.35));
  border: 1px solid rgba(8,58,59,.14);
  box-shadow:
    0 26px 60px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.6);
}
@media (max-width: 768px){
  .hero-section{
    padding: 60px 0;
  }
  .hero-section h1{
    padding: 14px 16px 16px;
  }
  .hero-section .justify-content-center{
    padding: 26px 20px;
  }
}
@media (prefers-reduced-motion: reduce){
  .hero-section::before{
    animation: none;
  }
}
.navbar-brand img{
  max-width: 300px;
  height: auto;
  transition: max-width .2s ease;
}
@media (max-width: 992px){
  .navbar-brand img{
    max-width: 220px;
  }
}
@media (max-width: 576px){
  .navbar-brand img{
    max-width: 170px;
  }
}
@media (max-width: 380px){
  .navbar-brand img{
    max-width: 140px;
  }
}
