:root{
  --ohn-orange:#f58229;
}
.ohn-archive-title{
	margin: 10px 0 6px;
	font-size: 44px;
    line-height: 1.05;
    color:#f58229;
	font-weight:700;
}
.ohn-archive-subtitle{
	font-size:16px;
	opacity:.7;
	margin:0;
}
.ohn-actions-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  max-width:1344px;
  padding:0 15px;
  margin:40px auto;
}

.ohn-card{
  position:relative;
  display:block;
  overflow:hidden;
  text-decoration:none;
  transition: transform .3s ease;
  height: 300px;
  border-radius: 18px;
}
.ohn-card-image{
  overflow:hidden;
}

.ohn-card img{
  width:100%;
  height:400px;
  object-fit:cover;
  transition: transform .7s cubic-bezier(.2,.6,.2,1);
  border-radius:18px;
}

.ohn-card:hover img{
  transform: scale(1.08);
}

.ohn-card-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:40px 15px;
  background: linear-gradient(
    180deg,
    rgba(245,124,25,0) 20%,
    rgba(245,124,25,0.60) 100%
  );
  color:#fff;
  transition: background .4s ease;
}

.ohn-card-overlay h3{
  margin:0;
  font-size:24px;
  font-weight:700;
  transition: transform .3s ease;
  max-width:80%;
}

.ohn-card-excerpt{
  transform: translateY(15px);
  transition: all .4s ease;
  font-size:15px;
  margin:0
}
@media screen and (min-width:1024px){
	.ohn-card-excerpt{
  		opacity:0;
		display:none;
	}
	.ohn-card:hover .ohn-card-excerpt{
	  opacity:1;
	  transform: translateY(0);
	  display:block;
	}
	.ohn-card:hover .ohn-card-overlay h3{
	  transform: translateY(-4px);
	}
	
}




.ohn-hero{
  position:relative;
  min-height:450px;
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:flex-end;
}

.ohn-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.3), rgba(0,0,0,.7));
}

.ohn-hero-content{
  position:relative;
  color:#fff;
  padding:60px;
  max-width:1200px;
  margin:auto;
}
.ohn-archive-hero{
	max-width:1344px;
	margin:0 auto;
	padding:0 15px;
}
.ohn-actions-archive .ohn-back-btn{
	color:#000;
	padding:40px 0 20px;
}
/* ===== Single Action (match screenshot) ===== */
.ohn-action-content p{
	font-size:16px;
}
.ohn-action-hero{
  position:relative;
  min-height:420px;
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:flex-end;
  padding: 42px 0 28px;
}

.ohn-action-hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.65));
}

.ohn-action-hero__inner{
  max-width:1344px;
  margin:0 auto;
  position:relative;
  z-index:2;
  color:#fff;
  width:100%;
  padding:0 15px;
}

.ohn-back-btn{
  display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #fff;
    padding-bottom: 20px;
	opacity:.7;
}
.ohn-back-btn:hover{
	opacity:1;
}
.ohn-action-hero__labels{
  margin:14px 0 10px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.ohn-pill{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  background:rgba(245,124,25,.16);
  color:#fff;
}

.ohn-action-title{
  margin:0 0 8px;
  font-size:clamp(32px, 4vw, 54px);
  line-height:1.05;
  font-weight:850;
}

.ohn-action-excerpt{
  margin:0;
  max-width:90ch;
  opacity:.92;
  font-size:16px;
  line-height:1.55;
  color: rgba(255,255,255,0.7) !important;
}

.ohn-action-body{
  padding:30px 0 70px;
}

.ohn-action-layout{
  padding:0 15px;
  max-width:1344px;
  margin:0 auto;
  display:grid;
  grid-template-columns: 1fr;
  gap:40px;
  align-items:start;
}

@media (max-width: 980px){
	.ohn-card-overlay h3{
		max-width:100% !important;
	}
  .ohn-action-layout{ grid-template-columns:1fr; }
}

.ohn-action-sidebar .ohn-sidebar-card{
  position:sticky;
  top:24px;
  background:#fff;
  border-radius:18px;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  padding:18px;
}
.ohn-sidebar-card h2{
  margin:0 0 12px;
  font-size:18px;
  color:#111;
}

.ohn-info-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:14px;
}

.ohn-info-list li{
  font-size:14px;
  line-height:1.45;
  border-bottom:1px solid rgba(0,0,0,.06);
  padding-bottom:12px;
}

.ohn-info-list li:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.ohn-map-btn{
  margin-top:14px;
  display:inline-flex;
  justify-content:center;
  width:100%;
  text-decoration:none;
  color:#fff;
  background:#f57c19;
  padding:12px 14px;
  border-radius:12px;
  font-weight:700;
}
/* Info card (sidebar) */
.oh-info-card{
background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 16px;
    padding: 18px 18px 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.oh-info-title{
  margin:0 0 18px;
  font-size:18px;
  line-height:1.15;
  color:#111;
}

.oh-info-row{
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:14px 0;
}

.oh-info-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  background:rgba(245,124,25,.12); /* #f57c19 */
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 44px;
}

.oh-info-icon svg{
  width:26px;
  height:26px;
  color:#f58229;
}

.oh-info-label{
    font-size: 13px;
    opacity: .65;
}

.oh-info-value{
  font-size: 16px;
    font-weight: 700;
}

.oh-info-btn{
  display:block;
  margin-top:18px;
  text-align:center;
  background:#f58229;
  color:#fff;
  padding:16px 18px;
  border-radius:10px;
  font-weight:800;
  text-decoration:none;
  transition:transform .15s ease, filter .15s ease;
}

.oh-info-btn:hover{
  transform:translateY(-1px);
  filter:brightness(.95);
}

/* Buildings list under the button */
.oh-buildings-list{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(0,0,0,.06);
}

.oh-buildings-title{
  margin:0 0 10px;
  font-size:16px;
  font-weight:800;
  color:#111;
}

.oh-buildings-ul{
  margin:0;
  padding-left:18px;
}

.oh-buildings-ul li{
  margin:6px 0;
}

.oh-buildings-ul a{
  color:#111;
  text-decoration:none;
}

.oh-buildings-ul a:hover{
  color:#f57c19;
  text-decoration:underline;
}

/* responsive */
@media (max-width:480px){
  .oh-info-card{ padding:22px 18px; }
  .oh-info-title{ font-size:26px; }
  .oh-info-value{ font-size:18px; }
  .oh-info-icon{ width:48px; height:48px; flex-basis:48px; }
}
@media (max-width:920px){
	.ohn-action-hero{
		min-height:420px;
	}
}
@media screen and (min-width:641px) and (max-width:1200px){
	.ohn-actions-grid{
		grid-template-columns:repeat(2,1fr);
	}
}
@media (max-width: 640px){
	.ohn-actions-grid{
	  display:grid;
	  grid-template-columns:repeat(1,1fr);
	}
	.ohn-action-hero{
		min-height:360px;
	}
	.ohn-card-overlay {
    	background: linear-gradient(181deg, rgba(245, 124, 25, 0) 10%, rgba(245, 124, 25, 0.80) 100%);
	}
	.ohn-card-excerpt{
		margin:0 !important;
	}
}