@font-face {
  font-family: "Zen Dots";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/zen-dots-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/roboto-latin-variable.woff2") format("woff2");
}

:root {
  --wood-dark: #654321;
  --wood-light: #a36f40;
  --gold: #d4af37;
  --icon-bg: #a37f40;
  --content-width: 1140px;
  --widget-gap: 15px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--wood-dark);
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  color: #fff;
  background: var(--wood-dark);
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

img,
svg {
  display: block;
}

.page {
  min-height: 100vh;
  background-color: var(--wood-dark);
  background-image: url("../images/Wood.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: contain;
}

.elementor-container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: var(--content-width);
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.elementor-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 10px;
}

.widget {
  margin: 0 0 var(--widget-gap);
}

.top-spacer {
  height: 20px;
}

.small-spacer {
  height: 5px;
}

.logo-widget {
  text-align: center;
}

.profile-logo {
  width: 100px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 3px dotted var(--gold);
  border-radius: 9999px;
}

.profile-heading {
  text-align: center;
}

.profile-heading h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.primary-links {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--widget-gap);
}

.main-button {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border: 3px solid var(--gold);
  border-radius: 50px;
  color: var(--gold);
  background-color: transparent;
  background-image: linear-gradient(180deg, var(--wood-dark) 20%, var(--wood-light) 100%);
  font-family: "Zen Dots", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
  -webkit-tap-highlight-color: transparent;
}

.main-button:hover,
.main-button:focus-visible {
  color: var(--gold);
  background-image: linear-gradient(180deg, var(--wood-light) 20%, var(--wood-dark) 100%);
}

.main-button:focus-visible,
.social-icon:focus-visible,
.privacy-control:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.divider {
  padding-block: 2px;
  text-align: center;
}

.divider span {
  display: block;
  width: 100%;
  border-top: 1px solid var(--gold);
}

.donation-button {
  margin-bottom: var(--widget-gap);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 5px;
  text-align: center;
}

.social-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--wood-dark);
  background-color: var(--icon-bg);
  text-decoration: none;
  transition: transform 0.3s;
  -webkit-tap-highlight-color: transparent;
}

.social-icon:hover,
.social-icon:focus-visible {
  transform: scale(1.1);
}

.social-icon svg {
  width: 25px;
  height: 25px;
  fill: var(--wood-dark);
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  color: var(--gold);
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
}

.site-footer p {
  margin: 0;
  text-align: left;
}

.privacy-control {
  position: fixed;
  z-index: 2147483646;
  right: 16px;
  bottom: 16px;
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
}

.privacy-control svg {
  width: 18px;
  height: 24px;
  fill: #09b786;
}

@media (max-width: 767px) {
  .elementor-container {
    max-width: 767px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-container {
    max-width: 1024px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
