/* Portfolio (White Tone) */
body.aone-portfolio { background: #fff; }
.aone-hero-white { background-size: cover; background-position: center; }
.aone-hero-white .hero-content-wrapper p { max-width: 56ch; }
.aone-hero-white .aone-sub { color: #E31B23; font-weight: 600; }

.aone-section { padding: 70px 0; }
.aone-section-alt { background: #FAFAFC; }

.aone-title { margin-bottom: 32px; }
.aone-title p { margin: 0; color: rgba(0,0,0,.65); }

.aone-work-card{
  background:#fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  overflow:hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.04);
  height: 100%;
}
.aone-work-thumb{ position:relative; }
.aone-work-thumb img{
  width:100%;
  height: 220px;
  object-fit: cover;
  display:block;
}
.aone-badge{
  position:absolute;
  left:12px; top:12px;
  background: rgba(227,27,35,.92);
  color:#fff;
  padding:6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.aone-work-body{ padding: 16px 16px 18px; }
.aone-work-body p{ color: rgba(0,0,0,.65); }

.aone-metric{
  background:#fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  padding: 18px 18px 16px;
  text-align:center;
  height:100%;
}
.aone-metric-num{ font-size: 34px; font-weight: 700; color:#111; }
.aone-metric-label{ font-weight: 600; margin-top: 4px; }
.aone-metric-note{ color: rgba(0,0,0,.55); font-size: 13px; margin-top: 6px; }

.aone-info-card{
  background:#fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  padding: 18px;
  height: 100%;
}
.aone-info-card p{ color: rgba(0,0,0,.65); }

.aone-info-wide{ padding: 22px; }

.aone-cta{
  padding: 60px 0;
  background: linear-gradient(90deg, rgba(227,27,35,.08), rgba(181,18,24,.04));
  border-top: 1px solid rgba(0,0,0,.06);
}


/* Red icons + scroll-top */
.scroll-top{
  background: #E31B23 !important;
  border-color: #E31B23 !important;
}
.scroll-top i, .scroll-top svg{
  color: #fff !important;
  fill: #fff !important;
}
.scroll-top:hover{
  background: #B51218 !important;
  border-color: #B51218 !important;
}

/* Slider controls (if present) */
.tns-controls button{
  background: #E31B23 !important;
  border-color: #E31B23 !important;
}
.tns-controls button:hover{
  background: #B51218 !important;
  border-color: #B51218 !important;
}
.tns-controls i{
  color:#fff !important;
}

/* Navbar toggler icon (mobile) */
.navbar-toggler .toggler-icon{
  background: #E31B23 !important;
}

/* Show full LINE notification image (no crop) */
.aone-img-contain{
  width: 100% !important;
  height: auto !important;
  max-height: 520px;
  object-fit: contain !important;
  display: block;
  background: #fff;
}