
/* OfficialErika creator header — isolated UI layer */
body.oe-platform .oe-header{
  position:relative !important;
  z-index:1000 !important;
  min-height:138px !important;
  height:138px !important;
  padding:0 clamp(34px,5vw,88px) 0 clamp(330px,30vw,485px) !important;
  overflow:visible !important;
  background:linear-gradient(180deg,rgba(8,7,9,.995),rgba(12,9,11,.94)) !important;
  border:0 !important;
  box-shadow:none !important;
}
body.oe-platform .oe-header::after{
  content:"";
  position:absolute;
  left:clamp(320px,29vw,470px);
  right:clamp(34px,5vw,88px);
  bottom:19px;
  height:1px;
  background:linear-gradient(90deg,rgba(244,157,187,.55),rgba(255,255,255,.12),transparent);
}
body.oe-platform .oe-header .oe-brand-logo{
  position:absolute !important;
  z-index:1010 !important;
  left:clamp(20px,5vw,84px) !important;
  top:-18px !important;
  width:clamp(300px,26vw,425px) !important;
  height:218px !important;
  max-width:none !important;
  overflow:visible !important;
  transform:rotate(-2deg) !important;
  transform-origin:left center !important;
  transition:transform .22s ease !important;
}
body.oe-platform .oe-header .oe-brand-logo:hover{
  transform:rotate(-2deg) translateY(-3px) scale(1.02) !important;
}
body.oe-platform .oe-header .oe-brand-logo img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:left center !important;
  filter:drop-shadow(0 18px 30px rgba(0,0,0,.62)) drop-shadow(0 0 18px rgba(244,157,187,.12)) !important;
}
body.oe-platform .oe-header nav{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:clamp(40px,4.5vw,82px) !important;
  margin-left:auto !important;
  transform:translateY(-5px);
}
body.oe-platform .oe-header nav a{
  position:relative !important;
  display:block !important;
  padding:31px 0 29px !important;
  color:#fff8fb !important;
  font-size:18px !important;
  line-height:1 !important;
  font-weight:600 !important;
  letter-spacing:.12em !important;
  white-space:nowrap !important;
  text-decoration:none !important;
}
body.oe-platform .oe-header nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:17px;
  height:2px;
  background:linear-gradient(90deg,#f1a1b9,#ffe9f0);
  transition:right .2s ease;
}
body.oe-platform .oe-header nav a:hover::after{right:0}
body.oe-platform .oe-hero{
  min-height:calc(100vh - 138px) !important;
}
body.oe-platform .oe-hero-copy{
  padding-top:112px !important;
}

@media (max-width:1100px){
  body.oe-platform .oe-header{
    height:118px !important;
    min-height:118px !important;
    padding-left:280px !important;
    padding-right:28px !important;
  }
  body.oe-platform .oe-header::after{left:270px;right:28px;bottom:14px}
  body.oe-platform .oe-header .oe-brand-logo{
    left:20px !important;
    top:-12px !important;
    width:270px !important;
    height:184px !important;
  }
  body.oe-platform .oe-header nav{gap:28px !important}
  body.oe-platform .oe-header nav a{font-size:14px !important;letter-spacing:.1em !important}
}

@media (max-width:700px){
  body.oe-platform .oe-header{
    height:98px !important;
    min-height:98px !important;
    padding:0 18px !important;
  }
  body.oe-platform .oe-header::after{left:18px;right:18px;bottom:0}
  body.oe-platform .oe-header .oe-brand-logo{
    left:8px !important;
    top:-10px !important;
    width:220px !important;
    height:150px !important;
  }
  body.oe-platform .oe-header .oe-menu{
    position:relative !important;
    z-index:1020 !important;
    display:grid !important;
    place-content:center !important;
    gap:6px !important;
    width:50px !important;
    height:50px !important;
    margin-left:auto !important;
    border:1px solid rgba(255,255,255,.15) !important;
    border-radius:50% !important;
    background:rgba(255,255,255,.035) !important;
  }
  body.oe-platform .oe-header .oe-menu i{width:21px !important;height:1.5px !important}
  body.oe-platform .oe-header nav{
    top:98px !important;
    left:0 !important;
    right:0 !important;
    padding:50px 26px 42px !important;
    gap:0 !important;
    background:rgba(10,8,10,.995) !important;
    transform:none !important;
  }
  body.oe-platform .oe-header nav a{
    font-family:'Playfair Display',serif !important;
    font-size:34px !important;
    line-height:1.08 !important;
    font-weight:600 !important;
    letter-spacing:-.025em !important;
    text-transform:none !important;
    padding:13px 0 !important;
  }
  body.oe-platform .oe-hero-copy{padding-top:92px !important}
}


/* v1.1.0 — mobile header rebuild */
@media (max-width:760px){
  html.oe-ui-nav-lock,
  html.oe-ui-nav-lock body{overflow:hidden !important}

  body.oe-platform .oe-header{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    width:100% !important;
    height:92px !important;
    min-height:92px !important;
    padding:0 16px !important;
    overflow:visible !important;
    background:rgba(9,7,9,.985) !important;
    border-bottom:1px solid rgba(241,161,185,.13) !important;
    box-sizing:border-box !important;
  }

  body.oe-platform .oe-header::after{display:none !important}

  body.oe-platform .oe-header .oe-brand-logo{
    position:absolute !important;
    left:8px !important;
    top:-5px !important;
    z-index:1003 !important;
    display:block !important;
    width:190px !important;
    height:126px !important;
    max-width:calc(100vw - 88px) !important;
    margin:0 !important;
    padding:0 !important;
    transform:rotate(-1.6deg) !important;
    pointer-events:auto !important;
  }

  body.oe-platform .oe-header .oe-brand-logo img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:left center !important;
  }

  body.oe-platform .oe-header .oe-menu{
    position:relative !important;
    right:auto !important;
    top:auto !important;
    z-index:1010 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    margin:0 !important;
    padding:0 !important;
    border:1px solid rgba(255,255,255,.17) !important;
    border-radius:50% !important;
    background:rgba(255,255,255,.04) !important;
    appearance:none !important;
    cursor:pointer !important;
  }

  body.oe-platform .oe-header .oe-menu i{
    display:block !important;
    width:21px !important;
    height:2px !important;
    margin:0 !important;
    background:#fff !important;
    border:0 !important;
    border-radius:2px !important;
    transform-origin:center !important;
    transition:transform .22s ease,opacity .18s ease !important;
  }

  body.oe-platform .oe-header nav{
    position:fixed !important;
    z-index:1000 !important;
    inset:92px 0 0 0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:0 !important;
    width:100% !important;
    height:calc(100dvh - 92px) !important;
    margin:0 !important;
    padding:52px 26px 40px !important;
    overflow-y:auto !important;
    box-sizing:border-box !important;
    background:
      radial-gradient(circle at 15% 0%,rgba(241,161,185,.11),transparent 31%),
      linear-gradient(180deg,#0c090b 0%,#080708 100%) !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateY(-12px) !important;
    transition:opacity .2s ease,transform .22s ease,visibility 0s linear .22s !important;
  }

  body.oe-platform .oe-header.oe-ui-menu-open nav{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:translateY(0) !important;
    transition:opacity .2s ease,transform .22s ease,visibility 0s !important;
  }

  body.oe-platform .oe-header nav a{
    position:relative !important;
    display:block !important;
    width:100% !important;
    margin:0 !important;
    padding:15px 0 17px !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
    color:#fff8fb !important;
    font-family:'Playfair Display',serif !important;
    font-size:clamp(31px,9vw,42px) !important;
    font-weight:600 !important;
    line-height:1.05 !important;
    letter-spacing:-.025em !important;
    text-align:left !important;
    text-transform:none !important;
    text-decoration:none !important;
  }

  body.oe-platform .oe-header nav a::after{display:none !important}

  body.oe-platform .oe-header.oe-ui-menu-open .oe-menu i:first-child{
    transform:translateY(4px) rotate(45deg) !important;
  }
  body.oe-platform .oe-header.oe-ui-menu-open .oe-menu i:last-child{
    transform:translateY(-4px) rotate(-45deg) !important;
  }

  body.oe-platform .oe-hero{
    min-height:auto !important;
    padding-top:0 !important;
  }
  body.oe-platform .oe-hero-copy{
    padding-top:76px !important;
  }
}

@media (max-width:390px){
  body.oe-platform .oe-header{height:86px !important;min-height:86px !important}
  body.oe-platform .oe-header .oe-brand-logo{
    width:174px !important;
    height:116px !important;
    top:-4px !important;
  }
  body.oe-platform .oe-header .oe-menu{
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
  }
  body.oe-platform .oe-header nav{
    inset:86px 0 0 0 !important;
    height:calc(100dvh - 86px) !important;
    padding:42px 22px 34px !important;
  }
}


/* v1.2.0 — FOOTER UI */
body.oe-platform .oe-footer{
  position:relative !important;
  padding-top:72px !important;
  padding-bottom:38px !important;
  gap:32px !important;
  background:
    radial-gradient(circle at 50% 0%,rgba(241,161,185,.085),transparent 34%),
    linear-gradient(180deg,#0c090b 0%,#080708 100%) !important;
  border-top:1px solid rgba(241,161,185,.14) !important;
}
body.oe-platform .oe-footer::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:min(900px,78vw);
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(241,161,185,.52),transparent);
}
body.oe-platform .oe-footer .oe-footer-brand img{
  width:min(260px,62vw) !important;
  height:auto !important;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.42)) !important;
}
body.oe-platform .oe-footer .oe-footer-brand p{
  margin-top:9px !important;
  font-size:12px !important;
  line-height:1.5 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  color:rgba(255,255,255,.58) !important;
}
body.oe-platform .oe-footer .oe-socials{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:10px 30px !important;
}
body.oe-platform .oe-footer .oe-socials a{
  position:relative !important;
  padding:7px 0 !important;
  font-size:13px !important;
  font-weight:600 !important;
  letter-spacing:.1em !important;
  text-transform:uppercase !important;
}
body.oe-platform .oe-footer .oe-socials a::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:1px;
  height:1px;
  background:#f1a1b9;
  transition:right .2s ease;
}
body.oe-platform .oe-footer .oe-socials a:hover::after{right:0}

body.oe-platform .oe-footer .oe-ui-raehaus{
  width:100% !important;
  margin-top:10px !important;
  padding-top:28px !important;
  border-top:1px solid rgba(255,255,255,.075) !important;
}
body.oe-platform .oe-footer .oe-ui-raehaus a{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:12px !important;
  width:max-content !important;
  max-width:100% !important;
  color:rgba(255,255,255,.7) !important;
  text-decoration:none !important;
  transition:opacity .2s ease,transform .2s ease !important;
}
body.oe-platform .oe-footer .oe-ui-raehaus a:hover{
  opacity:.88 !important;
  transform:translateY(-2px) !important;
}
body.oe-platform .oe-footer .oe-ui-raehaus span{
  font-size:11px !important;
  line-height:1.3 !important;
  font-weight:600 !important;
  letter-spacing:.17em !important;
  text-transform:uppercase !important;
}
body.oe-platform .oe-footer .oe-ui-raehaus img{
  display:block !important;
  width:min(225px,58vw) !important;
  height:auto !important;
  opacity:.92 !important;
}
body.oe-platform .oe-footer small{
  display:block !important;
  width:100% !important;
  font-size:15px !important;
  line-height:1.65 !important;
  letter-spacing:.025em !important;
  color:rgba(255,255,255,.68) !important;
}

/* Mobile footer is intentionally centered. */
@media(max-width:760px){
  body.oe-platform .oe-footer{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    padding:58px 22px 32px !important;
    gap:27px !important;
    text-align:center !important;
  }
  body.oe-platform .oe-footer > *{
    margin-left:auto !important;
    margin-right:auto !important;
  }
  body.oe-platform .oe-footer .oe-footer-brand{
    text-align:center !important;
  }
  body.oe-platform .oe-footer .oe-footer-brand img{
    width:min(235px,72vw) !important;
    margin:0 auto !important;
  }
  body.oe-platform .oe-footer .oe-socials{
    justify-content:center !important;
    width:100% !important;
    gap:8px 22px !important;
  }
  body.oe-platform .oe-footer .oe-ui-raehaus{
    text-align:center !important;
    padding-top:25px !important;
  }
  body.oe-platform .oe-footer .oe-ui-raehaus a{
    align-items:center !important;
    margin:0 auto !important;
  }
  body.oe-platform .oe-footer .oe-ui-raehaus img{
    width:min(215px,68vw) !important;
    margin:0 auto !important;
  }
  body.oe-platform .oe-footer small{
    margin:0 auto !important;
    font-size:14px !important;
    line-height:1.6 !important;
    text-align:center !important;
  }
}


/* v1.2.1 — DESKTOP/TABLET FOOTER ROW REFINEMENT
   Mobile footer behavior from v1.2.0 remains unchanged. */
@media(min-width:761px){
  body.oe-platform .oe-footer{
    display:grid !important;
    grid-template-columns:minmax(260px,1fr) minmax(260px,1fr) !important;
    grid-template-areas:
      "brand credit"
      "social social"
      "copyright copyright" !important;
    column-gap:clamp(60px,9vw,150px) !important;
    row-gap:30px !important;
    align-items:center !important;
  }

  body.oe-platform .oe-footer .oe-footer-brand{
    grid-area:brand !important;
    justify-self:start !important;
    align-self:center !important;
  }

  body.oe-platform .oe-footer .oe-ui-raehaus{
    grid-area:credit !important;
    justify-self:end !important;
    align-self:center !important;
    width:auto !important;
    margin:0 !important;
    padding:0 !important;
    border-top:0 !important;
  }

  body.oe-platform .oe-footer .oe-ui-raehaus a{
    align-items:flex-end !important;
    text-align:right !important;
  }

  body.oe-platform .oe-footer .oe-ui-raehaus span{
    text-align:right !important;
  }

  body.oe-platform .oe-footer .oe-ui-raehaus img{
    width:min(225px,22vw) !important;
  }

  body.oe-platform .oe-footer .oe-socials{
    grid-area:social !important;
    justify-self:center !important;
    justify-content:center !important;
    width:100% !important;
  }

  body.oe-platform .oe-footer small{
    grid-area:copyright !important;
    justify-self:stretch !important;
    width:100% !important;
    margin:0 !important;
    padding-top:22px !important;
    border-top:1px solid rgba(255,255,255,.07) !important;
    text-align:center !important;
  }
}

@media(min-width:761px) and (max-width:1050px){
  body.oe-platform .oe-footer{
    grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) !important;
    column-gap:44px !important;
  }
  body.oe-platform .oe-footer .oe-ui-raehaus img{
    width:min(205px,26vw) !important;
  }
}
