/*
2026-07-13 v0.1.0 - add portable hero animation
beta.css, version: 0.1.0
CDX=true
*/

@font-face {
  font-family: "Aleo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/aleo-400.ttf") format("truetype");
}

@font-face {
  font-family: "Aleo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/aleo-500.ttf") format("truetype");
}

@font-face {
  font-family: "Aleo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/aleo-600.ttf") format("truetype");
}

@font-face {
  font-family: "Aleo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/aleo-700.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/lato-300.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lato-400.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lato-700.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/lato-900.ttf") format("truetype");
}

html {
  scroll-behavior: smooth;
}

.site0b-static img {
  height: auto;
}

.site0b-static :focus-visible {
  outline: 3px solid #f6ad01;
  outline-offset: 3px;
}

.site0b-form-status {
  margin-top: 0.75rem;
  color: #413732;
  font-weight: 600;
}

.fusion-main-menu > .fusion-overlay-search.is-open {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
}

.site0b-hero-shell {
  overflow: hidden;
}

.site0b-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(240px, 43vw, 533px);
  overflow: hidden;
  color: #f7e8c5;
  background: #413732;
  font-family: "Aleo", serif;
}

.site0b-hero::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 14%;
  background: #7f2629;
  content: "";
}

.site0b-hero-symbol {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(-190px, -12vw, -85px);
  width: min(42vw, 500px);
  max-width: none;
  transform: translateY(-50%) rotateY(180deg);
  transform-origin: 50% 50%;
  animation: site0b-hero-symbol-enter 3.25s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  pointer-events: none;
}

.site0b-hero-copy {
  position: relative;
  z-index: 3;
  width: min(100%, 1240px);
  min-height: inherit;
  margin: 0 auto;
}

.site0b-hero-statement,
.site0b-hero-tagline {
  position: absolute;
  margin: 0;
  transition: opacity 420ms ease, transform 420ms ease;
}

.site0b-hero-statement {
  top: 50%;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1;
  opacity: 1;
  transform: translateY(-50%);
}

.site0b-hero-statement-left {
  left: 29%;
}

.site0b-hero-statement-right {
  left: 60%;
}

.site0b-hero-tagline {
  right: 18%;
  bottom: 12%;
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.1;
  opacity: 1;
  transform: translateY(0);
}

.site0b-hero.is-transitioning .site0b-hero-statement {
  opacity: 0;
  transform: translateY(calc(-50% + 12px));
}

.site0b-hero.is-transitioning .site0b-hero-tagline {
  opacity: 0;
  transform: translateY(12px);
}

@keyframes site0b-hero-symbol-enter {
  from {
    opacity: 0.45;
    transform: translate(-42%, -50%) rotateY(0deg) scale(0.92);
  }

  to {
    opacity: 1;
    transform: translate(0, -50%) rotateY(180deg) scale(1);
  }
}

@media (max-width: 778px) {
  .site0b-hero::after {
    width: 12%;
  }

  .site0b-hero-symbol {
    left: clamp(-155px, -30vw, -105px);
    width: min(66vw, 320px);
  }

  .site0b-hero-statement {
    font-size: clamp(21px, 7vw, 34px);
  }

  .site0b-hero-statement-left {
    left: 33%;
  }

  .site0b-hero-statement-right {
    left: 66%;
  }

  .site0b-hero-tagline {
    right: 14%;
    bottom: 10%;
    font-size: clamp(14px, 4vw, 20px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site0b-hero-symbol {
    animation: none;
  }

  .site0b-hero-statement,
  .site0b-hero-tagline {
    transition: none;
  }
}

@media (max-width: 1024px) {
  .fusion-header-wrapper {
    position: relative;
    z-index: 20;
  }

  .fusion-mobile-nav-holder {
    display: none !important;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
    padding: 0.5rem 1rem 1rem;
    background: #fff;
    border-top: 3px solid #923b3b;
    box-shadow: 0 12px 24px rgb(65 55 50 / 18%);
  }

  .fusion-mobile-nav-holder.is-open {
    display: block !important;
  }

  .fusion-mobile-nav-holder .fusion-menu {
    display: block !important;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .fusion-mobile-nav-holder .menu-item {
    display: block;
    border-bottom: 1px solid #eee5dc;
  }

  .fusion-mobile-nav-holder .menu-item > a {
    display: block;
    padding: 0.9rem 0.5rem;
    color: #413732;
    font-weight: 600;
  }

  .fusion-mobile-nav-holder .fusion-main-menu-search {
    display: none;
  }
}

@media (min-width: 1025px) {
  .fusion-mobile-nav-holder {
    display: none !important;
  }
}
