/* =========================================================
   BEAUTYRELLA FOOTER 2026
   komplett gekapselt – unabhängig vom alten Footer-CSS
   ========================================================= */

.br-footer{
  --brf-bg:#f3ece6;
  --brf-card:#faf6f2;
  --brf-dark:#211b18;
  --brf-dark-2:#171310;
  --brf-text:#51463f;
  --brf-muted:#7c6d64;
  --brf-accent:#b98566;
  --brf-accent-light:#d8b39c;
  --brf-line:#dfd2c9;

  position:relative;
  width:100%;
  margin:0;
  padding:0;
  background:var(--brf-bg);
  color:var(--brf-text);
}

.br-footer *{
  box-sizing:border-box;
}

.br-footer a{
  text-decoration:none;
}

.br-footer-wrap{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  padding-left:28px;
  padding-right:28px;
}


/* =========================================================
   SOCIAL PROOF
   ========================================================= */

.br-footer-socialproof{
  padding:95px 0 90px;
  background:
    radial-gradient(circle at 10% 0%,rgba(185,133,102,.14),transparent 30%),
    var(--brf-bg);
}

.br-footer-section-head{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:80px;
  align-items:end;
  margin-bottom:42px;
}

.br-footer-kicker{
  display:block;
  margin-bottom:13px;
  color:var(--brf-accent);
  font-size:11px;
  font-weight:700;
  letter-spacing:.17em;
  text-transform:uppercase;
}

.br-footer-section-head h2{
  margin:0;
  padding:0;
  color:var(--brf-dark);
  font-size:clamp(2.7rem,5vw,4.7rem);
  line-height:1.02;
  font-weight:200;
  letter-spacing:-.035em;
  text-align:left;
}

.br-footer-section-head>p{
  margin:0;
  max-width:480px;
  color:var(--brf-muted);
  font-size:15px;
  line-height:1.8;
}

.br-footer-widgets{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.br-footer-widget-card{
  overflow:hidden;
  padding:23px;
  border:1px solid var(--brf-line);
  border-radius:18px;
  background:rgba(255,255,255,.58);
  box-shadow:0 14px 40px rgba(64,45,34,.05);
}

.br-footer-widget-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:0 3px 18px;
}

.br-footer-widget-head span{
  color:var(--brf-dark);
  font-size:15px;
  font-weight:600;
}

.br-footer-widget-head a{
  color:var(--brf-accent);
  font-size:12px;
  font-weight:600;
}


/* =========================================================
   MAIN FOOTER
   ========================================================= */

.br-footer-main{
  padding:85px 0 55px;
  background:
    radial-gradient(circle at 90% 10%,rgba(185,133,102,.12),transparent 28%),
    var(--brf-dark);
  color:#fff;
}

.br-footer-brand-row{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:85px;
  align-items:start;
  padding-bottom:60px;
  border-bottom:1px solid rgba(255,255,255,.11);
}

.br-footer-brand{
  max-width:650px;
}

.br-footer-brand>a{
  display:inline-block;
  margin-bottom:22px;
}

.br-footer-brand img{
  display:block;
  width:220px;
  max-width:100%;
  height:auto;
  filter:brightness(0) invert(1);
}

.br-footer-brand>p{
  max-width:560px;
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:17px;
  line-height:1.75;
}

.br-footer-actions{
  display:flex;
  flex-wrap:wrap;
  gap:11px;
  margin-top:28px;
}

.br-footer-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 23px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  transition:.22s ease;
}

.br-footer-btn:hover{
  transform:translateY(-1px);
}

.br-footer-btn-primary{
  background:var(--brf-accent-light);
  color:var(--brf-dark)!important;
}

.br-footer-btn-secondary{
  border:1px solid rgba(255,255,255,.25);
  color:#fff!important;
  background:rgba(255,255,255,.03);
}

.br-footer-contact-card{
  padding:31px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:16px;
  background:rgba(255,255,255,.045);
}

.br-footer-contact-card address{
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.65;
  font-style:normal;
}

.br-footer-contact-card address strong{
  color:#fff;
  font-size:17px;
  font-weight:500;
}

.br-footer-inline-link{
  display:inline-block;
  margin-top:21px;
  color:var(--brf-accent-light)!important;
  font-size:13px;
  font-weight:600;
}


/* =========================================================
   FOOTER LINKS
   ========================================================= */

.br-footer-grid{
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr 1fr .9fr;
  gap:46px;
  padding:58px 0 52px;
}

.br-footer-column h3{
  margin:0 0 18px;
  color:#fff;
  font-size:14px;
  font-weight:600;
}

.br-footer-column p{
  margin:0 0 12px;
  color:rgba(255,255,255,.62);
  font-size:13px;
  line-height:1.7;
}

.br-footer-column p strong{
  color:#fff;
  font-weight:500;
}

.br-footer-column a{
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 0 10px;
  color:rgba(255,255,255,.60)!important;
  font-size:13px;
  line-height:1.5;
  transition:.2s;
}

.br-footer-column a:hover{
  color:var(--brf-accent-light)!important;
  transform:translateX(2px);
}

.br-footer-small{
  color:rgba(255,255,255,.40)!important;
  font-size:11px!important;
}


/* =========================================================
   SOCIAL ROW
   ========================================================= */

.br-footer-social-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding-top:34px;
  border-top:1px solid rgba(255,255,255,.11);
}

.br-footer-social-label{
  display:block;
  margin-bottom:5px;
  color:#fff;
  font-size:14px;
  font-weight:600;
}

.br-footer-social-row p{
  margin:0;
  color:rgba(255,255,255,.45);
  font-size:12px;
}

.br-footer-social-links{
  display:flex;
  gap:10px;
}

.br-footer-social-links>a{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:42px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  color:rgba(255,255,255,.72)!important;
  font-size:12px;
  transition:.22s;
}

.br-footer-social-links>a:hover{
  border-color:rgba(216,179,156,.45);
  color:#fff!important;
  background:rgba(255,255,255,.04);
}

.br-footer-social-icon{
  display:flex;
  width:18px;
  height:18px;
  align-items:center;
  justify-content:center;
}

.br-footer-social-icon svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
}

.br-footer-social-links>a:last-child svg{
  fill:currentColor;
  stroke:none;
}


/* =========================================================
   COPYRIGHT / NORSEMEDIA
   ========================================================= */

.br-footer-bottom{
  background:var(--brf-bg);
  color:var(--brf-muted);
}

.br-footer-bottom-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  min-height:66px;
  font-size:11px;
}

.br-footer-credit a{
  color:var(--brf-dark)!important;
  font-weight:800;
  letter-spacing:.03em;
}

.br-footer-credit a:hover{
  color:var(--brf-accent)!important;
}


/* =========================================================
   BACK TO TOP
   ========================================================= */

.br-footer-top{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:1500;

  display:flex;
  align-items:center;
  justify-content:center;

  width:46px;
  height:46px;

  padding:0;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;

  background:rgba(34,28,24,.93);
  color:#fff;

  box-shadow:0 10px 28px rgba(0,0,0,.18);
  backdrop-filter:blur(10px);

  opacity:0;
  visibility:hidden;
  transform:translateY(10px);

  cursor:pointer;
  transition:
    opacity .25s ease,
    visibility .25s ease,
    transform .25s ease,
    background .2s ease;
}

.br-footer-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.br-footer-top:hover{
  background:var(--brf-accent);
}

.br-footer-top svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:1000px){

  .br-footer-section-head,
  .br-footer-brand-row{
    grid-template-columns:1fr;
    gap:30px;
  }

  .br-footer-widgets{
    grid-template-columns:1fr;
  }

  .br-footer-grid{
    grid-template-columns:repeat(3,1fr);
  }

}

@media(max-width:760px){

  .br-footer-wrap{
    padding-left:20px;
    padding-right:20px;
  }

  .br-footer-socialproof{
    padding:68px 0 64px;
  }

  .br-footer-main{
    padding-top:65px;
  }

  .br-footer-section-head{
    margin-bottom:30px;
  }

  .br-footer-widget-card{
    padding:16px;
    border-radius:14px;
  }

  .br-footer-brand-row{
    padding-bottom:45px;
  }

  .br-footer-brand img{
    width:195px;
  }

  .br-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:38px 25px;
    padding:45px 0;
  }

  .br-footer-social-row{
    align-items:flex-start;
    flex-direction:column;
    gap:22px;
  }

  .br-footer-bottom-inner{
    min-height:auto;
    padding-top:20px;
    padding-bottom:20px;
    align-items:flex-start;
    flex-direction:column;
    gap:7px;
  }

}

@media(max-width:520px){

  .br-footer-grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .br-footer-actions,
  .br-footer-social-links{
    width:100%;
    flex-direction:column;
  }

  .br-footer-btn,
  .br-footer-social-links>a{
    width:100%;
  }

  .br-footer-contact-card{
    padding:24px;
  }

  .br-footer-top{
    right:16px;
    bottom:16px;
    width:43px;
    height:43px;
  }

}


/* =========================================================
   REVIEWS – FULL WIDTH VERSION
   ========================================================= */

.br-footer-section-head-reviews{
  grid-template-columns:1.2fr .8fr;
}

.br-footer-reviews-card{
  width:100%;
  overflow:hidden;
  padding:24px;
  border:1px solid var(--brf-line);
  border-radius:18px;
  background:rgba(255,255,255,.62);
  box-shadow:0 14px 40px rgba(64,45,34,.05);
}

@media(max-width:760px){
  .br-footer-section-head-reviews{
    grid-template-columns:1fr;
  }

  .br-footer-reviews-card{
    padding:16px;
    border-radius:14px;
  }
}


/* EXTERNE INHALTE – PLACEHOLDER */
.br-external-placeholder{
  padding:34px;
  border:1px dashed rgba(80,62,50,.22);
  border-radius:14px;
  background:rgba(255,255,255,.42);
  text-align:center;
}

.br-external-placeholder[hidden]{
  display:none!important;
}

.br-external-placeholder span{
  display:block;
  margin-bottom:9px;
  color:#211b18;
  font-size:15px;
  font-weight:600;
}

.br-external-placeholder p{
  max-width:560px;
  margin:0 auto 18px;
  color:#77685f;
  font-size:12px;
  line-height:1.65;
}

.br-external-placeholder button{
  min-height:40px;
  padding:0 17px;
  border:1px solid #211b18;
  border-radius:999px;
  background:#211b18;
  color:#fff;
  font-size:11px;
  font-weight:600;
  cursor:pointer;
}
