@charset "UTF-8";
/* MVP.css v1.17.2 - https://github.com/andybrewer/mvp */
@media (prefers-color-scheme: dark) {
  /*:root[color-mode="user"] {
    --color-accent: #0097fc4f;
    ): #333;
    --color-bg-secondary: #555;
    --color-link: #0097fc;
    --color-secondary: #e20de9;
    --color-secondary-accent: #e20de94f;
    --color-shadow: #bbbbbb20;
    --color-table: #0097fc;
    --color-text: #f7f7f7;
    --color-text-secondary: #aaa;
  } */
}
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/* Layout */
article aside {
  background: var(--color-secondary-accent);
  border-left: 4px solid var(--color-secondary);
  padding: 0.01rem 0.8rem;
}

body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-family-heading);
  line-height: var(--line-height);
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

footer,
header,
main {
  margin: 0 auto;
  max-width: var(--width-content);
  padding: 3rem 1rem;
}

hr {
  background-color: var(--color-bg-secondary);
  border: none;
  height: 1px;
  margin: 4rem 0;
  width: 100%;
}

section {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--justify-important);
}

section img,
article img {
  max-width: 100%;
}

section pre {
  overflow: auto;
}

section aside {
  border: 1px solid var(--color-bg-secondary);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow) var(--color-shadow);
  margin: 1rem;
  padding: 1.25rem;
  width: var(--width-card);
}

section aside:hover {
  box-shadow: var(--box-shadow) var(--color-bg-secondary);
}

[hidden] {
  display: none;
}

/* Headers */
article header,
div header,
main header {
  padding-top: 0;
}

header {
  text-align: var(--justify-important);
}

header a b,
header a em,
header a i,
header a strong {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

header nav img {
  margin: 1rem 0;
}

section header {
  padding-top: 0;
  width: 100%;
}

/* Typography */
code,
samp {
  background-color: var(--color-accent);
  border-radius: var(--border-radius);
  color: var(--color-text);
  display: inline-block;
  margin: 0 0.1rem;
  padding: 0 0.5rem;
}

details {
  margin: 1.3rem 0;
}

details summary {
  font-weight: bold;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: var(--line-height);
  text-wrap: balance;
}

mark {
  padding: 0.1rem;
}

ol li,
ul li {
  padding: 0.2rem 0;
}

p {
  margin: 0.75rem 0;
  padding: 0;
  width: 100%;
}

pre {
  margin: 1rem 0;
  max-width: var(--width-card-wide);
  padding: 1rem 0;
}

pre code,
pre samp {
  display: block;
  max-width: var(--width-card-wide);
  padding: 0.5rem 2rem;
  white-space: pre-wrap;
}

small {
  color: var(--color-text-secondary);
}

sup {
  background-color: var(--color-secondary);
  border-radius: var(--border-radius);
  color: var(--color-bg);
  font-size: xx-small;
  font-weight: bold;
  margin: 0.2rem;
  padding: 0.2rem 0.3rem;
  position: relative;
  top: -2px;
}

a:hover {
  text-decoration: underline;
  /* filter: brightness(var(--hover-brightness)); */
}

a:active {
  filter: brightness(var(--active-brightness));
}

a b,
a em,
a i,
a strong,
button,
input[type=submit] {
  border-radius: var(--border-radius);
  display: inline-block;
  font-size: medium;
  font-weight: bold;
  line-height: var(--line-height);
  margin: 0.5rem 0;
  padding: 1rem 2rem;
}

button,
input[type=submit] {
  font-family: var(--font-family-body);
}

button:hover,
input[type=submit]:hover {
  cursor: pointer;
  filter: brightness(var(--hover-brightness));
}

button:active,
input[type=submit]:active {
  filter: brightness(var(--active-brightness));
}

a b,
a strong,
button,
input[type=submit] {
  background-color: var(--color-link);
  border: 2px solid var(--color-link);
  color: var(--color-bg);
}

a em,
a i {
  border: 2px solid var(--color-link);
  border-radius: var(--border-radius);
  color: var(--color-link);
  display: inline-block;
  padding: 1rem 2rem;
}

article aside a {
  color: var(--color-secondary);
}

/* Images */
figure {
  margin: 0;
  padding: 0;
}

figure img {
  max-width: 100%;
}

figure figcaption {
  color: var(--color-text-secondary);
}

/* Forms */
button:disabled,
input:disabled {
  background: var(--color-bg-secondary);
  border-color: var(--color-bg-secondary);
  color: var(--color-text-secondary);
  cursor: not-allowed;
}

button[disabled]:hover,
input[type=submit][disabled]:hover {
  filter: none;
}

form {
  border: 1px solid var(--color-bg-secondary);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow) var(--color-shadow);
  display: block;
  max-width: var(--width-card-wide);
  min-width: var(--width-card);
  padding: 1.5rem;
  text-align: var(--justify-normal);
}

form header {
  margin: 1.5rem 0;
  padding: 1.5rem 0;
}

input,
label,
select,
textarea {
  display: block;
  font-size: inherit;
  max-width: var(--width-card-wide);
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  font-weight: normal;
  position: relative;
  top: 1px;
}

input[type=range] {
  padding: 0.4rem 0;
}

input,
select,
textarea {
  border: 1px solid var(--color-bg-secondary);
  border-radius: var(--border-radius);
  margin-bottom: 1rem;
  padding: 0.4rem 0.8rem;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  width: calc(100% - 1.6rem);
}

input[readonly],
textarea[readonly] {
  background-color: var(--color-bg-secondary);
}

label {
  font-weight: bold;
  margin-bottom: 0.2rem;
}

/* Popups */
dialog {
  max-width: 90%;
  max-height: 85dvh;
  margin: auto;
  padding-block: 0;
  padding-inline: 20px;
  border: 1px solid var(--color-bg-secondary);
  border-radius: 0.5rem;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  scrollbar-color: transparent transparent;
  animation: bottom-to-top 0.25s ease-in-out forwards;
}

dialog::-webkit-scrollbar {
  width: 0;
  display: none;
}

dialog::-webkit-scrollbar-track {
  background: transparent;
}

dialog::-webkit-scrollbar-thumb {
  background-color: transparent;
}

@media (min-width: 650px) {
  dialog {
    max-width: 39rem;
  }
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

@keyframes bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
dialog hr {
  margin-block: 1rem;
}

/* Tables */
table {
  border: 1px solid var(--color-bg-secondary);
  border-radius: var(--border-radius);
  border-spacing: 0;
  display: inline-block;
  max-width: 100%;
  overflow-x: auto;
  padding: 0;
  white-space: nowrap;
}

table td,
table th,
table tr {
  padding: 0.4rem 0.8rem;
  text-align: var(--justify-important);
}

table thead {
  background-color: var(--color-table);
  border-collapse: collapse;
  border-radius: var(--border-radius);
  color: var(--color-bg);
  margin: 0;
  padding: 0;
}

table thead tr:first-child th:first-child {
  border-top-left-radius: var(--border-radius);
}

table thead tr:first-child th:last-child {
  border-top-right-radius: var(--border-radius);
}

table thead th:first-child,
table tr td:first-child {
  text-align: var(--justify-normal);
}

table tr:nth-child(even) {
  background-color: var(--color-accent);
}

/* Quotes */
blockquote {
  display: block;
  font-size: x-large;
  line-height: var(--line-height);
  margin: 1rem auto;
  max-width: var(--width-card-medium);
  padding: 1.5rem 1rem;
  text-align: var(--justify-important);
}

blockquote footer {
  color: var(--color-text-secondary);
  display: block;
  font-size: small;
  line-height: var(--line-height);
  padding: 1.5rem 0;
}

/* Scrollbars */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-scrollbar) transparent;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--color-scrollbar);
  border-radius: 10px;
}

nav ul {
  list-style-type: none;
  padding: 0;
}
nav ul ul {
  padding-left: 1rem;
  font-size: smaller;
}
nav a {
  font-weight: normal;
}
nav a.active {
  font-weight: bold;
}

@media (max-width: 768px) {
  html:has(body.sticky-mobile-nav) {
    scroll-padding-top: 5rem;
  }
  body.sticky-mobile-nav {
    padding-top: 5rem;
  }
  body.sticky-mobile-nav nav {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    z-index: 1000;
    background: var(--color-bg);
    padding: 0.5rem;
    height: 3rem;
  }
  body.sticky-mobile-nav nav .toggle {
    display: none;
  }
  body.sticky-mobile-nav nav .toggle:checked ~ ul {
    right: 0;
  }
  body.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span {
    background: transparent;
  }
  body.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span::before {
    transform: rotate(45deg);
    top: 0;
  }
  body.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span::after {
    transform: rotate(-45deg);
    top: 0;
  }
  body.sticky-mobile-nav nav .toggle-label {
    display: block !important;
    position: absolute !important;
    right: 1rem !important;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 1000;
    height: 24px;
    width: 30px;
    cursor: pointer;
  }
  body.sticky-mobile-nav nav .toggle-label span,
  body.sticky-mobile-nav nav .toggle-label span::before,
  body.sticky-mobile-nav nav .toggle-label span::after {
    display: block;
    background: white;
    height: 2px;
    width: 30px;
    position: absolute;
    transition: all 0.3s ease;
  }
  body.sticky-mobile-nav nav .toggle-label span {
    top: 11px;
  }
  body.sticky-mobile-nav nav .toggle-label span::before, body.sticky-mobile-nav nav .toggle-label span::after {
    content: "";
  }
  body.sticky-mobile-nav nav .toggle-label span::before {
    top: -8px;
  }
  body.sticky-mobile-nav nav .toggle-label span::after {
    top: 8px;
  }
  body.sticky-mobile-nav nav > ul {
    position: fixed;
    background: var(--color-bg);
    top: 0;
    right: -100%; /* Start off-screen */
    bottom: 0;
    width: 70%;
    overflow-x: scroll;
    max-width: 300px;
    flex-direction: column;
    padding: 4rem 1rem 1rem 1rem;
    transition: right 0.3s ease-in-out;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  body.sticky-mobile-nav nav > ul .toggle-label {
    display: block;
  }
  body.sticky-mobile-nav nav > ul li {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  body.sticky-mobile-nav nav > ul li ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 1rem;
  }
}
@media (min-width: 769px) {
  .toggle-label {
    display: none !important;
  }
  body.left-nav nav {
    align-items: start;
    margin-bottom: 1rem;
  }
  body.left-nav nav ul {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }
  body.left-nav nav ul,
  body.left-nav nav ul li {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    box-sizing: border-box;
  }
  body.left-nav nav ul li ul {
    padding-left: 1rem;
    font-size: 1rem;
  }
  body.horizontal-nav nav {
    margin-bottom: 1rem;
    justify-content: center;
  }
  body.horizontal-nav nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
  body.horizontal-nav nav ul li {
    text-align: left;
    position: relative;
    /* Nav Dropdown */
  }
  body.horizontal-nav nav ul li:hover ul {
    display: block;
  }
  body.horizontal-nav nav ul li ul {
    background: var(--color-bg);
    border: 1px solid var(--color-bg-secondary);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow) var(--color-shadow);
    display: none;
    height: auto;
    left: -2px;
    padding: 0.5rem 1rem;
    position: absolute;
    top: 1.7rem;
    white-space: nowrap;
    width: auto;
    z-index: 1;
    box-shadow: none;
  }
  body.horizontal-nav nav ul li ul a {
    color: var(--color-bg-main);
  }
  body.horizontal-nav nav ul li ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.5rem;
    height: 0.5rem;
  }
  body.horizontal-nav nav ul li ul li,
  body.horizontal-nav nav ul li ul li a {
    display: block;
  }
}
* {
  box-sizing: border-box;
}

body {
  padding: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
nav {
  font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.2rem;
}

h4,
h5,
h6 {
  font-size: 1rem;
}

body > header {
  background: var(--color-bg-secondary);
  border-radius: var(--border-radius);
  border: var(--border);
  margin-top: 1rem;
  width: var(--width-content);
  max-width: 100%;
  position: relative;
  color: var(--color-bg-main);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
body > header h1 {
  z-index: 2;
  position: relative;
}
body > header .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main {
  padding: 3rem 0 2rem; /* mobile only */
  width: var(--width-content);
  max-width: 100%;
}
main .content img,
main .content .image-wrapper {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius-small);
}
main .content img.fade-in {
  animation: 0.1s linear fade-in 0s 1;
}

img {
  background-size: cover !important;
  color: transparent;
  position: relative;
}

.image-wrapper {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
}

body > footer {
  background: var(--color-bg-secondary);
  color: var(--color-bg-main);
  border-radius: var(--border-radius);
  border: var(--border);
  width: var(--width-content);
  max-width: 100%;
  margin-bottom: 1rem;
  text-align: center;
  padding: 1rem;
}
body > footer a {
  color: var(--color-bg-main);
}
body > footer p {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}
body > footer .socials {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
body > footer .socials li {
  padding: 0;
}
body > footer .socials li a img {
  width: 3rem;
  height: auto;
  filter: invert(99%) sepia(47%) saturate(588%) hue-rotate(9deg) brightness(108%) contrast(95%);
  transition: all 0.3s ease-in-out;
}
body > footer .socials li a:hover img {
  transform: scale(120%);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  filter: invert(99%) sepia(47%) saturate(588%) hue-rotate(9deg) brightness(108%) contrast(95%) drop-shadow(0px 0px 3px #fff);
}

nav,
article {
  border-radius: var(--border-radius);
  padding: 1rem;
  margin-bottom: 2rem;
  background: linear-gradient(#f6f8d5, #f6f8d5) padding-box, linear-gradient(125deg, #94ddaa, transparent 20rem) border-box, linear-gradient(to bottom, white, transparent) border-box;
  border: 3px solid transparent;
}

nav {
  flex-wrap: wrap;
  font-size: 1.2rem;
}
nav .toggle-label,
nav .toggle {
  display: none;
}
nav a.active {
  color: var(--color-secondary);
}

@media (min-width: 769px) {
  body.left-nav main {
    grid-template-columns: 10rem 1fr;
    grid-template-rows: 1fr min-content;
    grid-template-areas: "nav content" "nav right";
  }
}
@media (min-width: 769px) and (min-width: 1000px) {
  body.left-nav main {
    grid-template-columns: 13rem 1fr 16rem;
    grid-template-areas: "nav content right";
  }
}
@media (min-width: 769px) {
  body.horizontal-nav main {
    grid-template-columns: 1fr 16rem;
    grid-template-rows: min-content;
    grid-template-areas: "nav nav" "content right";
  }
  main {
    display: grid;
    gap: 0 1rem;
    min-height: 30rem;
    padding: 1rem 0 0;
  }
  main nav {
    grid-area: nav;
  }
  main .content {
    grid-area: content;
    margin: 0 0 1rem;
    padding-bottom: 2rem;
  }
  main .right {
    grid-area: right;
    margin: 0 0 1rem;
  }
  main .right h3 {
    text-align: center;
  }
  main .right ul {
    list-style-type: none;
    padding: 0;
  }
}
.contact-form {
  max-width: var(--width-card-medium);
  margin: 4rem auto 0;
  padding: 1rem;
  min-width: min-content;
  background: var(--color-bg-secondary);
  color: var(--color-bg-main);
}
.contact-form button {
  background: var(--color-bg);
  color: var(--color-bg-main);
}
.contact-form input[type=text],
.contact-form input[type=password],
.contact-form input[type=email],
.contact-form textarea {
  width: 100%;
}

ul.items {
  display: flex;
  list-style-type: none;
  margin: 0 0 2rem;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
ul.items > * {
  width: 14rem;
  max-width: 100%;
}
ul.items h3,
ul.items p {
  margin-bottom: 0;
}

a.image-link {
  display: block;
}

body.product .content {
  display: grid;
  gap: 4rem;
  grid-template-areas: "title" "gallery" "description" "contact";
}
body.product .content .title {
  grid-area: title;
}
body.product .content .title h1 {
  margin: 0;
  padding: 0;
}
body.product .content .gallery {
  grid-area: gallery;
}
body.product .content .description {
  grid-area: description;
}
body.product .content .contact {
  grid-area: contact;
}
body.product .content .contact .contact-form {
  margin-top: 0;
}
@media (min-width: 900px) {
  body.product.one-column .content {
    gap: 2rem;
    grid-template-areas: "title title" "gallery description" "contact description";
    grid-template-columns: 450px 1fr;
    grid-template-rows: min-content min-content 1fr;
  }
}
@media (min-width: 1100px) {
  body.product.two-columns .content {
    gap: 2rem;
    grid-template-areas: "title title" "gallery description" "contact description";
    grid-template-columns: 400px 1fr;
    grid-template-rows: min-content min-content 1fr;
  }
}

ul.image-gallery {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
ul.image-gallery li {
  width: calc((100% - 1rem) / 3);
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  ul.image-gallery li {
    width: calc((100% - 1.5rem) / 4);
  }
}
ul.image-gallery li a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-small);
  transition: all 0.3s ease-in;
}
ul.image-gallery li a img {
  object-fit: cover;
  transition: all 0.3s ease-in;
  border-radius: var(--border-radius-small);
}
ul.image-gallery li a:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 3px rgba(0, 0, 0, 0.2);
}
ul.image-gallery li a:hover img {
  transform: scale(1.2);
}
ul.image-gallery li figcaption {
  font-weight: bold;
  color: var(--color-bg-main);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: var(--border-radius-small);
}

ul.team {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.team li {
  margin: 2rem 0;
  padding: 0;
}
ul.team li::after {
  content: "";
  display: block;
  clear: both;
}
ul.team li.has-image {
  padding-left: 11rem;
  min-height: 10rem;
  position: relative;
}
ul.team li.has-image .image-link {
  position: absolute;
  width: 10rem;
  left: 0;
  top: 0;
}

ul.news-posts {
  list-style-type: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

dl dt {
  font-weight: bold;
}

body.team-member .content .image-wrapper {
  width: 50%;
  margin: 2rem auto;
}
body.product .current-image {
  margin-bottom: 1rem;
}
body.product .gallery-full-size-images {
  display: none;
}

.gallery-single-image {
  max-width: 100%;
  margin: 2rem 0;
}
.gallery-single-image figure {
  margin: 0;
}
.gallery-single-image img.full-size-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.gallery-single-image figcaption {
  text-align: center;
  margin-top: 1rem;
  font-style: italic;
}

.gallery-navigation {
  margin: 2rem 0;
}
.gallery-navigation a {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 3px;
}
.gallery-navigation a:hover {
  text-decoration: underline;
}

.stripe-button {
  width: 288px;
  margin: 0 auto;
}

.etsy-button {
  margin: 2rem 0;
}
.etsy-button a {
  display: block;
  margin: 0 auto;
  width: fit-content;
  padding: 1rem 2rem;
  border: 2px solid var(--color-link);
  border-radius: var(--border-radius-small);
  font-weight: bold;
  text-transform: uppercase;
}
.etsy-button a:hover {
  text-decoration: none;
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}

:root {
  --active-brightness: 0.85;
  --border-radius: 5px;
  --border-radius-small: 0;
  --box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  --color-accent: #118bee15;
  --color-scrollbar: #cacae8;
  --color-shadow: #f4f4f4;
  --color-table: #118bee;
  --hover-brightness: 1.2;
  --justify-important: center;
  --justify-normal: left;
  --line-height: 1.8;
  --width-card-medium: 460px;
  --width-card-wide: 800px;
  --width-card: 285px;
  --width-content: 1080px;
  --width-content: 1300px;
  --color-bg: #2b2b2b; /* Dark gray for header/footer background */
  --color-bg-secondary: #c74f00; /* Orange accent color */
  --color-bg-main: #ffffff; /* White for main content */
  --color-link: #e67e22; /* Orange for links */
  --color-secondary: #f39c12; /* Lighter orange for highlights */
  --color-secondary-accent: #d35400; /* Darker orange for hover states */
  --color-text: #333333; /* Dark gray for text */
  --outer-border-radius: 0; /* Square corners for a more robust look */
  --border: 2px solid rgba(230, 126, 34, 0.2); /* Subtle orange border */
  --width-content: 1300px;
  --line-height: 1.8;
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/bebas-neue-latin-400-normal.woff2) format("woff2"), url(/assets/fonts/bebas-neue-latin-400-normal.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(/assets/fonts/montserrat-latin-400-normal.woff2) format("woff2"), url(/assets/fonts/montserrat-latin-400-normal.woff) format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(/assets/fonts/montserrat-latin-700-normal.woff2) format("woff2"), url(/assets/fonts/montserrat-latin-700-normal.woff) format("woff");
}
* {
  box-sizing: border-box;
}

body {
  padding: 1rem;
  background: linear-gradient(135deg, #222222 0%, #333333 50%, #222222 100%);
  background-attachment: fixed;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23e67e22' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.5;
  z-index: -1;
}

h1,
nav {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.2rem;
}

h4,
h5,
h6 {
  font-size: 1rem;
}

body > header {
  background-color: var(--color-bg);
  color: var(--color-bg-main);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-top: 5px solid var(--color-bg-secondary);
  border-bottom: 5px solid var(--color-bg-secondary);
}
body > header h1 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
body > header h1::after {
  content: "";
  position: absolute;
  width: 0;
  height: 6px;
  background: var(--color-bg-secondary);
  bottom: -0.2rem;
  left: 0;
  transition: width 0.8s ease;
  animation: underlineExtend 1s ease forwards;
}
@keyframes underlineExtend {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
body > header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%), url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInNoSlide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
main nav,
main .content,
main .right {
  border: none;
  background: var(--color-bg-main);
}

main .content h2,
main .content h3,
main .content h4,
main .content h5,
main .content h6 {
  position: relative;
  width: fit-content;
}
main .content h2::after,
main .content h3::after,
main .content h4::after,
main .content h5::after,
main .content h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color-bg-secondary);
  animation: headingUnderline 1s ease 0.5s forwards;
  opacity: 1;
  clear: both;
}
@keyframes headingUnderline {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
main .content p,
main .content ul,
main .content ol {
  animation: fadeIn 0.8s ease 0.3s backwards;
}
main .content blockquote,
main .content .gallery {
  animation: fadeInNoSlide 0.8s ease 0.4s backwards;
}

body > footer {
  position: relative;
  background: linear-gradient(135deg, var(--color-bg-secondary) 0%, var(--color-secondary) 100%);
  color: var(--color-bg-main);
  border: var(--border);
}
body > footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: 0;
  opacity: 0.8;
}

nav {
  border-left: 5px solid var(--color-bg-secondary);
}
nav ul {
  list-style-type: none;
}
nav ul li {
  position: relative;
}
nav a:hover {
  transform: translateX(5px);
}

a {
  color: var(--color-link);
  text-decoration: none;
}
a:hover, a:active {
  color: var(--color-bg-secondary);
}

.contact-form {
  background: var(--color-bg);
  color: var(--color-link);
  border-top: 5px solid var(--color-bg-secondary);
}
.contact-form button {
  background: var(--color-bg-secondary);
  color: var(--color-bg-main);
}
.contact-form button:hover {
  background: var(--color-secondary-accent);
  transform: translateY(-2px);
}
.contact-form input[type=text]:focus,
.contact-form input[type=password]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
  border-color: var(--color-bg-secondary);
}

ul.categories > li > a:hover {
  transform: translateY(-5px);
}
ul.categories > li > a:hover::after {
  background: rgba(230, 126, 34, 0.7);
}
ul.categories > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
ul.categories > li > a h3 {
  color: var(--color-bg-main);
  text-shadow: 1px 1px 4px rgb(0, 0, 0);
}
ul.categories > li > a h3::after {
  content: "";
  position: absolute;
  left: 1.5rem;
  bottom: 1rem;
  width: 50px;
  height: 3px;
  background: var(--color-bg-secondary);
}

ul.items > *:hover {
  transform: translateY(-5px);
}
ul.items > * a {
  text-decoration: none;
}

ul.image-gallery li a {
  aspect-ratio: 3/2;
}
ul.image-gallery li a:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 3px rgba(0, 0, 0, 0.2);
}
ul.image-gallery li a:hover img {
  transform: scale(1.2);
}
ul.image-gallery li a .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.image-gallery li figcaption {
  color: var(--color-bg-main);
}

ul.team li {
  transition: transform 0.3s ease-in;
}
ul.team li:hover {
  transform: translateY(-5px);
}
ul.team li:hover .image img {
  transform: scale(1.05);
}
ul.team li::after {
  content: "";
  display: block;
  clear: both;
}
ul.team li.has-image .team-content h3 {
  color: var(--color-text);
}
ul.team li.has-image .team-content .snippet {
  color: var(--color-bg-secondary);
}
ul.team li.has-image .team-content blockquote {
  border-left: 3px solid var(--color-bg-secondary);
  color: #666;
}

ul.news-posts li:hover {
  transform: translateY(-3px);
}
ul.news-posts li:hover h3 a {
  color: var(--color-bg-secondary);
}
ul.news-posts li article h3 a {
  color: var(--color-text);
}
ul.news-posts li article time {
  color: #666;
  border-left: 3px solid var(--color-bg-secondary);
}
ul.news-posts li article .read-more {
  color: var(--color-bg-secondary);
}
ul.news-posts li article .read-more::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
ul.news-posts li article .read-more:hover::after {
  right: -5px;
}

blockquote {
  position: relative;
  color: #555;
}
blockquote::before {
  content: '"';
  font-family: Georgia, serif;
  font-size: 5rem;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  color: var(--color-bg-secondary);
  opacity: 0.5;
  line-height: 1;
}
blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: var(--color-bg-secondary);
}
blockquote cite::before,
blockquote footer::before {
  content: "— ";
}

@media (max-width: 768px) {
  body.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span {
    background: transparent;
  }
  body.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span::before {
    transform: rotate(45deg);
    top: 0;
  }
  body.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span::after {
    transform: rotate(-45deg);
    top: 0;
  }
  body.sticky-mobile-nav nav .toggle-label span,
  body.sticky-mobile-nav nav .toggle-label span::before,
  body.sticky-mobile-nav nav .toggle-label span::after {
    background: white;
  }
  body.sticky-mobile-nav nav .toggle-label span::before, body.sticky-mobile-nav nav .toggle-label span::after {
    content: "";
  }
}