
:root{
  --bg:#060606;
  --bg-soft:#0c0c0c;
  --panel:rgba(255,255,255,.028);
  --panel-2:rgba(255,255,255,.045);
  --text:#f5f5f5;
  --muted:#c8c8c8;
  --muted-2:#9c9c9c;
  --line:rgba(255,255,255,.16);
  --line-strong:rgba(255,255,255,.32);
  --shadow:0 22px 50px rgba(0,0,0,.34);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.bohnor-page{
  margin:0;
  background:
    radial-gradient(circle at top center, rgba(255,255,255,.055), transparent 28%),
    linear-gradient(180deg,#090909 0%,#050505 100%);
  color:var(--text);
  font-family:'Manrope',Inter,Arial,Helvetica,sans-serif;
}
a{color:inherit;text-decoration:none}
button{font:inherit}
.bohnor-site{min-height:100vh;overflow:hidden}

.bohnor-hero{
  position:relative;
  min-height:640px;
  background-image:
    linear-gradient(90deg,
      rgba(0,0,0,.58) 0%,
      rgba(0,0,0,.56) 18%,
      rgba(0,0,0,.48) 34%,
      rgba(0,0,0,.34) 48%,
      rgba(0,0,0,.22) 62%,
      rgba(0,0,0,.14) 78%,
      rgba(0,0,0,.10) 100%
    ),
    var(--hero-bg,linear-gradient(180deg,#090909 0%,#060606 100%));
  background-size:cover;
  background-position:center;
  isolation:isolate;
}
.bohnor-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.08) 60%,rgba(0,0,0,.18)),
    radial-gradient(circle at 24% 45%, rgba(0,0,0,.10), transparent 42%);
  z-index:0;
  pointer-events:none;
}
.bohnor-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 82%,rgba(10,10,10,.38) 100%);pointer-events:none}
.bohnor-header{
  position:relative;z-index:3;
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  width:min(1180px,92vw);margin:auto;padding:24px 0;
}
.bohnor-logo{
  font-family:'Space Grotesk',sans-serif;
  font-size:24px;font-weight:700;letter-spacing:.34em;text-transform:uppercase;
}
.bohnor-whatsapp{
  display:inline-flex;gap:12px;align-items:center;justify-content:center;
  border:1px solid rgba(255,255,255,.34);
  border-radius:999px;
  padding:13px 18px;
  font-size:12px;letter-spacing:.14em;font-weight:800;text-transform:uppercase;
  background:rgba(10,10,10,.34);
  backdrop-filter:blur(8px);
  white-space:nowrap;overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.bohnor-whatsapp:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.48);background:rgba(18,18,18,.5)}
.bohnor-wa-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px;color:#fff;line-height:0}
.bohnor-wa-icon svg{width:20px;height:20px;display:block;fill:currentColor;stroke:none;overflow:visible}

.bohnor-hero-inner{
  position:relative;z-index:2;
  display:grid;grid-template-columns:minmax(320px,470px) 1fr;align-items:center;gap:20px;
  width:min(1180px,92vw);margin:0 auto;min-height:510px;
}
.bohnor-hero-copy{padding:24px 0 54px;max-width:450px}
.bohnor-kicker{
  margin:0 0 12px;
  font-family:'Space Grotesk',sans-serif;
  font-size:22px;letter-spacing:.32em;text-transform:uppercase;
  color:#ededed;
}
.bohnor-hero h1{
  margin:0 0 28px;
  font-family:'Space Grotesk',sans-serif;
  font-size:82px;line-height:.92;letter-spacing:.08em;text-transform:uppercase;font-weight:700;
}
.bohnor-small-line{
  display:block;width:86px;height:2px;background:linear-gradient(90deg,#fff,rgba(255,255,255,.3));
  margin:0 0 22px;border-radius:999px;
}
.bohnor-hero-body{
  white-space:normal;margin:0;max-width:430px;
  font-size:22px;line-height:1.55;color:#f1f1f1;font-weight:500;
}
.bohnor-hero-model{align-self:end;justify-self:center;max-height:670px;display:flex;align-items:flex-end}
.bohnor-hero-model img{display:block;max-height:670px;max-width:min(500px,42vw);object-fit:contain;filter:contrast(1.02) drop-shadow(0 30px 70px rgba(0,0,0,.35))}
.bohnor-hero-placeholder{width:min(420px,40vw);height:620px;background:none;opacity:0;pointer-events:none}

.bohnor-section{position:relative;z-index:2;width:min(1120px,92vw);margin:0 auto 26px}
.bohnor-collection,.bohnor-features,.bohnor-social{
  padding:26px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));
  box-shadow:var(--shadow);
  backdrop-filter:blur(6px);
}
.bohnor-section-title{
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:26px;
  margin:0 auto 26px;
}
.bohnor-section-title span{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent)}
.bohnor-section-title h2{
  margin:0;text-align:center;
  font-family:'Space Grotesk',sans-serif;
  font-size:18px;letter-spacing:.36em;font-weight:500;text-transform:uppercase;white-space:nowrap;
}

.bohnor-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.bohnor-product-card{
  display:block;position:relative;width:100%;min-height:360px;padding:0;
  border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018));
  border:1px solid rgba(255,255,255,.10);text-align:left;overflow:hidden;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease;
  appearance:none;-webkit-appearance:none;color:inherit;cursor:pointer;
}
.bohnor-product-card:hover,.bohnor-product-card:focus-visible{
  transform:translateY(-6px);
  border-color:rgba(255,255,255,.22);
  box-shadow:0 24px 36px rgba(0,0,0,.32);
  outline:none;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.024));
}
.bohnor-product-card::after{
  content:'TAP TO VIEW';position:absolute;top:16px;right:16px;padding:8px 10px;border-radius:999px;
  background:rgba(0,0,0,.52);border:1px solid rgba(255,255,255,.12);color:#fff;
  font-size:10px;letter-spacing:.18em;text-transform:uppercase;pointer-events:none;backdrop-filter:blur(6px)
}
.bohnor-product-image{
  position:relative;height:390px;display:flex;align-items:stretch;justify-content:center;margin:0;
  background:
    radial-gradient(circle at top, rgba(255,255,255,.06), transparent 35%),
    linear-gradient(180deg,#101010 0%,#090909 100%);
}
.bohnor-product-image::after{content:"";position:absolute;left:0;right:0;bottom:0;height:80px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.35))}
.bohnor-product-image img{width:100%;height:100%;object-fit:cover;display:block;filter:none;transition:transform .35s ease}
.bohnor-product-card:hover .bohnor-product-image img{transform:scale(1.025)}
.bohnor-shirt-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:11px;letter-spacing:.2em;text-transform:uppercase;padding:12px}
.bohnor-product-meta{
  display:flex;align-items:flex-end;justify-content:space-between;gap:12px;
  padding:20px 20px 22px;
}
.bohnor-product-card h3{
  margin:0;
  font-family:'Space Grotesk',sans-serif;
  font-size:17px;line-height:1.25;letter-spacing:.22em;font-weight:500;text-transform:uppercase;
}
.bohnor-price{margin:0;color:#fff;font-size:18px;font-weight:700;white-space:nowrap}
.bohnor-product-description{display:none}

.bohnor-features{padding-top:24px}
.bohnor-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.bohnor-feature-card{
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));
  min-height:196px;padding:22px 20px;border-radius:20px;
  text-align:left;transition:transform .25s ease,border-color .25s ease;
}
.bohnor-feature-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.18)}
.bohnor-feature-icon{
  width:54px;height:54px;border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);margin-bottom:16px
}
.bohnor-feature-icon svg{width:28px;height:28px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.bohnor-feature-card h3{
  margin:0 0 10px;font-family:'Space Grotesk',sans-serif;
  font-size:14px;letter-spacing:.18em;text-transform:uppercase;font-weight:700
}
.bohnor-feature-card p{margin:0;color:#dedede;font-size:15px;line-height:1.55}

.bohnor-social{text-align:center;padding-top:24px}
.bohnor-social .bohnor-section-title{margin-bottom:22px}
.bohnor-social .bohnor-section-title h2{font-size:16px}
.bohnor-social-box{
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018));
  border-radius:20px;padding:34px 26px;
}
.bohnor-social-box h2{
  margin:0 0 10px;font-family:'Space Grotesk',sans-serif;
  font-size:28px;letter-spacing:.28em;text-transform:uppercase;font-weight:500
}
.bohnor-social-box>p{margin:0 0 22px;color:#f1f1f1;letter-spacing:.18em;font-size:13px;text-transform:uppercase;line-height:1.7}
.bohnor-social-buttons{display:flex;justify-content:center;gap:12px;align-items:center;flex-wrap:wrap}
.bohnor-social-buttons a{
  min-width:0;
  border:1px solid rgba(255,255,255,.34);
  border-radius:999px;
  padding:13px 18px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:800;
  font-size:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  background:rgba(10,10,10,.34);
  backdrop-filter:blur(8px);
  white-space:nowrap;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.bohnor-social-buttons a:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.48);background:rgba(18,18,18,.5)}
.bohnor-social-buttons span{font-size:20px;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px}

.bohnor-footer{width:min(1120px,92vw);margin:0 auto;padding:2px 0 30px;text-align:left}
.bohnor-footer p{margin:0;color:#b8b8b8;letter-spacing:.18em;font-size:12px;text-transform:uppercase}

body.bohnor-modal-open{overflow:hidden}
.bohnor-product-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}
.bohnor-product-modal[hidden]{display:none!important}
.bohnor-product-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(4px)}
.bohnor-product-modal__dialog{
  position:relative;display:grid;grid-template-columns:minmax(300px,460px) minmax(280px,430px);gap:0;
  width:min(980px,calc(100vw - 32px));max-height:min(86vh,860px);background:#0d0d0d;
  border:1px solid rgba(255,255,255,.12);border-radius:24px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.55)
}
.bohnor-product-modal__close{
  position:absolute;top:16px;right:16px;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.16);
  background:rgba(8,8,8,.72);color:#fff;font-size:28px;line-height:1;cursor:pointer;z-index:2
}
.bohnor-product-modal__image{background:#090909;min-height:430px}
.bohnor-product-modal__image img{display:block;width:100%;height:100%;object-fit:cover}
.bohnor-product-modal__content{padding:44px 36px 36px;display:flex;flex-direction:column;justify-content:center}
.bohnor-product-modal__title{margin:0 0 8px;font-family:'Space Grotesk',sans-serif;font-size:30px;line-height:1.15;letter-spacing:.12em;text-transform:uppercase}
.bohnor-product-modal__price{margin:0 0 18px;font-size:28px;font-weight:800}
.bohnor-product-modal__description{margin:0 0 28px;color:#d9d9d9;font-size:16px;line-height:1.7}
.bohnor-product-modal__order{
  display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 22px;
  border-radius:999px;border:1px solid rgba(255,255,255,.34);font-size:13px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;
  background:#f4f4f4;color:#111;max-width:240px;transition:transform .2s ease,background .2s ease
}
.bohnor-product-modal__order:hover{background:#fff;transform:translateY(-1px)}

@media (max-width:980px){
  .bohnor-product-grid{grid-template-columns:repeat(2,1fr)}
  .bohnor-feature-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  .bohnor-hero{min-height:560px;background-position:62% center}
  .bohnor-hero-inner{grid-template-columns:1fr;min-height:420px;align-items:end}
  .bohnor-hero-copy{padding:24px 0 32px;max-width:440px}
  .bohnor-hero-model{display:none}
  .bohnor-kicker{font-size:18px;letter-spacing:.22em}
  .bohnor-hero h1{font-size:58px;letter-spacing:.06em}
  .bohnor-hero-body{font-size:18px;max-width:330px}
  .bohnor-product-image{height:330px}
  .bohnor-product-modal__dialog{grid-template-columns:1fr;max-height:min(92vh,900px);overflow:auto}
  .bohnor-product-modal__image{min-height:320px}
  .bohnor-social-buttons{flex-direction:column;align-items:center}
  .bohnor-social-buttons a{width:min(360px,100%)}
}
@media (max-width:560px){
  .bohnor-hero{min-height:500px;background-position:64% center}
  .bohnor-header{padding:16px 0;align-items:flex-start}
  .bohnor-logo{font-size:16px;letter-spacing:.22em}
  .bohnor-whatsapp{padding:10px 12px;font-size:10px;gap:8px}
  .bohnor-wa-icon,.bohnor-wa-icon svg{width:17px;height:17px}.bohnor-wa-icon{flex-basis:17px}
  .bohnor-hero-inner{min-height:360px}
  .bohnor-kicker{font-size:16px;letter-spacing:.16em;margin-bottom:8px}
  .bohnor-hero h1{font-size:42px;margin-bottom:20px}
  .bohnor-small-line{width:74px;margin-bottom:18px}
  .bohnor-hero-body{font-size:16px;line-height:1.55;max-width:300px}
  .bohnor-section{margin-bottom:18px}
  .bohnor-collection,.bohnor-features,.bohnor-social{padding:18px;border-radius:20px}
  .bohnor-section-title{grid-template-columns:1fr;gap:0;margin-bottom:18px}
  .bohnor-section-title span{display:none}
  .bohnor-section-title h2{font-size:17px;letter-spacing:.22em}
  .bohnor-product-grid,.bohnor-feature-grid{grid-template-columns:1fr}
  .bohnor-product-card{min-height:0}
  .bohnor-product-card::after{top:12px;right:12px;font-size:9px;padding:7px 8px}
  .bohnor-product-image{height:340px}
  .bohnor-product-meta{padding:18px 16px 18px}
  .bohnor-product-card h3{font-size:16px;letter-spacing:.16em}
  .bohnor-price{font-size:17px}
  .bohnor-feature-card{min-height:0;padding:18px}
  .bohnor-social-box{padding:24px 16px}
  .bohnor-social-box h2{font-size:22px;letter-spacing:.18em}
  .bohnor-social-box>p{letter-spacing:.08em;line-height:1.6;font-size:12px}
  .bohnor-social-buttons a{min-width:0;width:100%}
  .bohnor-footer p{font-size:11px;letter-spacing:.12em}
  .bohnor-product-modal{padding:12px}
  .bohnor-product-modal__content{padding:26px 18px 20px}
  .bohnor-product-modal__title{font-size:22px;letter-spacing:.1em}
  .bohnor-product-modal__price{font-size:22px}
  .bohnor-product-modal__description{font-size:15px;line-height:1.55}
  .bohnor-product-modal__order{max-width:none;width:100%}
}

/* Removed hero decorative circle / placeholder after removing Hero person PNG */
.bohnor-hero-empty,.bohnor-hero-placeholder{background:transparent!important;box-shadow:none!important;border:0!important;}
.bohnor-hero::after{content:none!important;display:none!important;}


/* Entrance animations for hero text and content blocks */
.bohnor-js .bohnor-animate{
  opacity:0;
  transition:
    opacity .75s cubic-bezier(.22,1,.36,1),
    transform .75s cubic-bezier(.22,1,.36,1);
  transition-delay:var(--bohnor-delay,0s);
  will-change:opacity,transform;
}
.bohnor-js .bohnor-animate-up{transform:translate3d(0,28px,0)}
.bohnor-js .bohnor-animate-down{transform:translate3d(0,-22px,0)}
.bohnor-js .bohnor-animate-left{transform:translate3d(-24px,0,0)}
.bohnor-js .bohnor-animate-right{transform:translate3d(24px,0,0)}
.bohnor-js .bohnor-animate-scale{transform:translate3d(0,18px,0) scale(.965)}
.bohnor-js .bohnor-animate.is-visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
}
.bohnor-product-card.bohnor-animate,
.bohnor-feature-card.bohnor-animate,
.bohnor-social-box.bohnor-animate,
.bohnor-section-title.bohnor-animate{
  backface-visibility:hidden;
  transform-origin:center bottom;
}
@media (max-width:560px){
  .bohnor-js .bohnor-animate-up{transform:translate3d(0,20px,0)}
  .bohnor-js .bohnor-animate-down{transform:translate3d(0,-16px,0)}
  .bohnor-js .bohnor-animate-left,.bohnor-js .bohnor-animate-right{transform:translate3d(0,18px,0)}
}
@media (prefers-reduced-motion: reduce){
  .bohnor-js .bohnor-animate{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}

/* Safety: footer and final section should not stay hidden at page bottom */
.bohnor-js .bohnor-footer.bohnor-animate.is-visible,
.bohnor-js .bohnor-social-box.bohnor-animate.is-visible{
  opacity:1;
  transform:translate3d(0,0,0);
}


/* Center Why BOHNOR feature block content */
.bohnor-feature-card{
  text-align:center;
  align-items:center;
}
.bohnor-feature-icon{
  margin-left:auto;
  margin-right:auto;
}
.bohnor-feature-card h3,
.bohnor-feature-card p{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
