/* Visual reference: BOBO Theme Fixed 2.1.8, unchanged component declarations. */
:root{--font-inter:"Inter";--ivory:#f4ebe2;--blush:#d49387;--faded-black:rgba(11,7,6,.74);--limewash-base:#060403;--gutter:clamp(22px,4.3vw,72px);--ease-out:cubic-bezier(.22,1,.36,1)}
.site-header ul,.site-footer ul{margin:0;padding:0;list-style:none}.site-header img,.site-footer svg{display:block;max-width:100%}.site-header button{font-family:Inter,sans-serif}.site-header a{color:inherit}.site-footer{line-height:1.5}.menu-open{overflow:hidden}
.site-header{
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: max(16px, env(safe-area-inset-top)) var(--gutter) 12px;
  color: #fad7ed;
  mix-blend-mode: normal;
}
.wordmark{
  display: inline-block;
  width: fit-content;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  text-decoration: none;
}
.wordmark__image{
  display: block;
  width: 86px;
  height: auto;
}
.site-header__nav{
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.6vw, 42px);
  font-family: var(--font-inter), Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(11px, 0.82vw, 13px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.site-header__nav a{
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
}
.site-header__nav a::after{
  content: "";
  position: absolute;
  right: 0.14em;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 320ms var(--ease-out);
}
.site-header__nav a:hover::after,.site-header__nav a:focus-visible::after{
  transform: scaleX(1);
  transform-origin: left;
}
.menu-toggle,.mobile-nav{
  display: none;
}
.site-footer{
  position: relative;
  z-index: 2;
  min-height: 94px;
  margin-top: clamp(110px, 12vw, 190px);
  padding: 7px var(--gutter) max(14px, env(safe-area-inset-bottom));
  background: #fad7ed;
  color: var(--faded-black);
  isolation: isolate;
}
.site-footer::before{
  content: "";
  position: absolute;
  right: -4%;
  bottom: calc(100% - 22px);
  left: -4%;
  z-index: -1;
  height: clamp(52px, 4.2vw, 72px);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: #fad7ed;
  pointer-events: none;
}
.site-footer__inner{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(30px, 4vw, 62px);
  width: min(100%, 1120px);
  min-height: 68px;
  margin: 0 auto;
}
.site-footer__social{
  display: flex;
  align-items: center;
  gap: clamp(28px, 3.2vw, 46px);
  flex: 0 0 auto;
}
.site-footer__social::before{
  content: "";
  width: 1px;
  height: 34px;
  background: rgba(11, 7, 6, 0.42);
}
.site-footer__social-icons{
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-footer__social-icon{
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--faded-black);
}
.site-footer__social-icon svg{
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: currentColor;
}
.site-footer__social-icon:nth-child(2) svg{
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
}
.site-footer__social-icon:nth-child(2) .site-footer__social-dot{
  fill: currentColor;
  stroke: none;
}
.site-footer__social-icon:nth-child(3) svg{
  fill: currentColor;
  stroke: none;
}
.site-footer__nav{
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  min-width: 0;
  width: 100%;
}
.site-footer__nav a{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: var(--faded-black);
  font-family: var(--font-inter), Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(11px, 0.82vw, 13px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease, opacity 220ms ease;
}
.site-footer__nav a:hover,.site-footer__nav a:focus-visible{
  color: rgba(11, 7, 6, 0.94);
  opacity: 0.72;
}
@media (max-width: 768px){.site-footer{
    width: 100%;
    max-width: 100%;
  }
.site-header{
    position: fixed;
    grid-template-columns: 1fr auto;
    min-height: 64px;
    padding-right: 20px;
    mix-blend-mode: normal;
  }
.site-header .site-header__nav,.site-header .site-header__menu{
    display: none !important;
  }
.wordmark{
    position: relative;
    z-index: 101;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    font-size: 20px;
  }
.wordmark__image{
    width: 68px;
    height: auto;
  }
.menu-toggle{
    position: absolute;
    top: max(10px, env(safe-area-inset-top));
    right: max(20px, env(safe-area-inset-right));
    z-index: 110;
    display: grid !important;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 14px 10px;
    border: 0;
    background: transparent;
    color: #fad7ed;
    cursor: pointer;
  }
.menu-toggle span{
    display: block;
    width: 24px;
    height: 2px;
    margin: auto;
    background: currentColor;
    transform-origin: center;
    transition:
      transform 320ms var(--ease-out),
      opacity 220ms ease;
  }
.menu-toggle.is-open span:first-child{
    transform: translateY(4px) rotate(45deg);
  }
.menu-toggle.is-open span:last-child{
    transform: translateY(-4px) rotate(-45deg);
  }
.mobile-nav{
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(24px, 5vh, 42px);
    padding: max(92px, calc(env(safe-area-inset-top) + 82px))
      var(--gutter) max(42px, env(safe-area-inset-bottom));
    background: rgba(11, 7, 6, 0.96);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 300ms ease,
      visibility 300ms,
      transform 420ms var(--ease-out);
  }
.mobile-nav.is-open{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
.mobile-nav a{
    color: var(--ivory);
    font-family: var(--font-inter), Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(28px, 9vw, 42px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateY(-8px);
    opacity: 0;
    transition:
      color 220ms ease,
      opacity 320ms ease,
      transform 420ms var(--ease-out);
  }
.mobile-nav.is-open a{
    transform: translateY(0);
    opacity: 1;
  }
.mobile-nav.is-open a:nth-child(2){
    transition-delay: 35ms;
  }
.mobile-nav.is-open a:nth-child(3){
    transition-delay: 70ms;
  }
.mobile-nav.is-open a:nth-child(4){
    transition-delay: 105ms;
  }
.mobile-nav a:hover,.mobile-nav a:focus-visible{
    color: var(--blush);
  }
.site-footer{
    overflow: visible;
    min-height: 296px;
    margin-top: 96px;
    padding: 30px var(--gutter) max(32px, env(safe-area-inset-bottom));
  }
.site-footer::before{
    right: -18%;
    bottom: calc(100% - 30px);
    left: -18%;
    height: 98px;
  }
.site-footer__inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    width: min(100%, 320px);
    min-height: 0;
  }
.site-footer__social{
    display: block;
    justify-items: center;
    gap: 0;
  }
.site-footer__social::before{
    content: none;
  }
.site-footer__social-icons{
    justify-content: center;
    gap: 24px;
  }
.site-footer__social-icon{
    width: 28px;
    height: 28px;
  }
.site-footer__nav{
    display: block;
    width: 100%;
    min-width: 0;
  }
.site-footer__nav a{
    justify-content: center;
    min-height: 34px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-align: center;
  }
}
.site-header__nav,.site-footer__nav{
  display: block;
}
.site-header__menu,.site-footer__menu{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header__menu{
  justify-content: flex-end;
  gap: clamp(22px, 2.6vw, 42px);
}
.site-footer__menu{
  justify-content: space-between;
  gap: clamp(18px, 2.6vw, 42px);
  width: 100%;
}
.site-header__menu > li{
  display: contents;
}
.site-footer__menu > li{
  display: flex;
  align-items: center;
}
.mobile-nav__menu,.mobile-nav__menu > li{
  display: contents;
}
@media (max-width: 768px){.site-header .site-header__nav,.site-header .site-header__menu{
    display: none !important;
  }
.site-header .menu-toggle{
    position: absolute;
    top: max(10px, env(safe-area-inset-top));
    right: max(20px, env(safe-area-inset-right));
    z-index: 110;
    display: grid !important;
    margin: 0;
  }
.site-footer__nav{
    display: block;
  }
.site-footer__menu{
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    width: 100%;
  }
.site-footer__menu > li{
    display: block;
    width: 100%;
  }
.site-footer__menu a{
    width: 100%;
  }
.mobile-nav.is-open .mobile-nav__menu > li:nth-child(2) a{
    transition-delay: 35ms;
  }
.mobile-nav.is-open .mobile-nav__menu > li:nth-child(3) a{
    transition-delay: 70ms;
  }
.mobile-nav.is-open .mobile-nav__menu > li:nth-child(4) a{
    transition-delay: 105ms;
  }
}
.site-footer::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: -2;
  height: calc(clamp(110px, 12vw, 190px) + 36px);
  background-color: var(--limewash-base);
  background-image:
    linear-gradient(rgba(6, 4, 3, 0.985), rgba(6, 4, 3, 0.985)),
    url("../images/textures/warm-dark-limewash.webp");
  background-repeat: repeat, repeat;
  background-size: auto, 720px 875px;
  pointer-events: none;
}
@media (max-width: 768px){.site-footer::after{
    height: 132px;
  }
}
.site-header{
  grid-template-columns: 1fr auto auto;
}
.bobo-language-switcher{
  position: relative;
  z-index: 120;
  font-family: var(--font-inter), Inter, "Helvetica Neue", Arial, sans-serif;
  color: #fad7ed;
}
.bobo-language-switcher--desktop{
  align-self: center;
  justify-self: end;
  margin-left: -8px;
}
.bobo-language-switcher__trigger{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: clamp(11px, 0.82vw, 13px);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}
.bobo-language-switcher__chevron{
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transform-origin: center;
  transition: transform 220ms ease;
}
.bobo-language-switcher.is-open .bobo-language-switcher__chevron{
  transform: translateY(2px) rotate(225deg);
}
.bobo-language-switcher__dropdown{
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  z-index: 130;
  display: grid;
  min-width: 86px;
  padding: 8px 0;
  background: rgba(14, 10, 9, 0.96);
  border: 1px solid rgba(250, 215, 237, 0.12);
  border-radius: 2px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-5px);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 220ms var(--ease-out);
}
.bobo-language-switcher.is-open .bobo-language-switcher__dropdown{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.bobo-language-switcher__option{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 34px;
  padding: 0 14px;
  color: rgba(250, 215, 237, 0.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, opacity 160ms ease;
}
.bobo-language-switcher__option:hover,.bobo-language-switcher__option:focus-visible,.bobo-language-switcher__option.is-current{
  color: #fad7ed;
}
.bobo-language-switcher--mobile{
  display: none;
}
@media (max-width: 768px){.site-header{
    grid-template-columns: 1fr auto;
  }
.bobo-language-switcher--desktop{
    display: none !important;
  }
.mobile-nav .bobo-language-switcher--mobile{
    display: block;
    width: 100%;
    margin-top: clamp(12px, 2vh, 22px);
    opacity: 0;
    transform: translateY(-8px);
    transition:
      opacity 320ms ease 135ms,
      transform 420ms var(--ease-out) 135ms;
  }
.mobile-nav.is-open .bobo-language-switcher--mobile{
    opacity: 1;
    transform: translateY(0);
  }
.mobile-nav .bobo-language-switcher__trigger{
    justify-content: flex-start;
    min-height: 38px;
    padding: 0;
    color: var(--blush);
    font-family: var(--font-inter), Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(17px, 4.8vw, 21px);
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
  }
.mobile-nav .bobo-language-switcher__chevron{
    width: 8px;
    height: 8px;
  }
.mobile-nav .bobo-language-switcher__dropdown{
    top: calc(100% + 5px);
    right: auto;
    left: 0;
    min-width: 92px;
    background: rgba(11, 7, 6, 0.98);
  }
.mobile-nav .bobo-language-switcher__dropdown a,.mobile-nav .bobo-language-switcher__option{
    display: flex;
    min-height: 34px;
    padding: 0 14px;
    color: rgba(250, 215, 237, 0.72);
    font-family: var(--font-inter), Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
    opacity: 1;
    transform: none;
    transition: color 160ms ease;
  }
.mobile-nav .bobo-language-switcher__option:hover,.mobile-nav .bobo-language-switcher__option:focus-visible,.mobile-nav .bobo-language-switcher__option.is-current{
    color: var(--blush);
  }
}
.bobo-language-switcher__dropdown{
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px){.mobile-nav .bobo-language-switcher__trigger,.mobile-nav .bobo-language-switcher__trigger:visited,.mobile-nav .bobo-language-switcher__trigger:hover,.mobile-nav .bobo-language-switcher__trigger:focus,.mobile-nav .bobo-language-switcher__trigger:active{
    color: #fad7ed !important;
  }
.mobile-nav .bobo-language-switcher__chevron{
    color: #fad7ed !important;
    border-color: #fad7ed !important;
  }
.mobile-nav .bobo-language-switcher__dropdown a,.mobile-nav .bobo-language-switcher__option,.mobile-nav .bobo-language-switcher__option:visited,.mobile-nav .bobo-language-switcher__option:hover,.mobile-nav .bobo-language-switcher__option:focus-visible,.mobile-nav .bobo-language-switcher__option.is-current{
    color: #fad7ed !important;
  }
.mobile-nav .bobo-language-switcher__dropdown{
    border-radius: 12px;
    overflow: hidden;
  }
}

/* Opaque shared base provides a seamless surface while scrolling this standalone draft. */
.site-header{background:var(--limewash-base)}.site-footer::after{background:#060403;background-image:none}.bobo-language-switcher__option{border:0;background:none;width:100%;cursor:pointer;font-family:Inter,sans-serif}.mobile-nav{overflow-y:auto}.site-footer{margin-top:clamp(80px,8vw,110px)}
@media(max-width:768px){:root{--gutter:20px}.site-footer{margin-top:96px}.mobile-nav .bobo-language-switcher__option{min-height:44px}}
@media(prefers-reduced-motion:reduce){.site-header *{transition:none!important}}

/* The page already has the shared black base. Do not mask preceding content. */
.site-footer::after{content:none}
