Facility Disclaimer
Limitation of Liability / Use at Own Risk
All personal property stored at this facility is stored at the occupant’s sole risk.
The Owner, its agents, and employees shall not be liable for any loss or damage to
any property stored at the facility arising from any cause whatsoever, including but
not limited to theft, burglary, fire, water damage, mold, rodents, vandalism, or Acts of God.
Occupant acknowledges that the Owner does not insure the stored property and assumes
no responsibility for loss or damage under any circumstances.
.disclaimer-page {
padding: 90px 20px;
background: transparent;
color: #1f1f1f;
}
.disclaimer-wrap {
max-width: 820px;
margin: 0 auto;
background: #ffffff;
padding: 56px;
border-radius: 18px;
box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}
.eyebrow {
margin: 0 0 14px;
font-size: 12px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #777;
font-weight: 600;
}
.disclaimer-wrap h1 {
margin: 0;
font-size: clamp(32px, 5vw, 54px);
line-height: 1.02;
letter-spacing: -0.04em;
font-weight: 700;
}
.divider {
width: 100%;
height: 1px;
background: #ddd6cc;
margin: 34px 0;
}
.disclaimer-wrap p:not(.eyebrow) {
font-size: 18px;
line-height: 1.75;
color: #333;
margin: 0 0 24px;
}
.disclaimer-wrap p:last-child {
margin-bottom: 0;
}
@media (max-width: 640px) {
.disclaimer-page {
padding: 50px 16px;
}
.disclaimer-wrap {
padding: 34px 24px;
border-radius: 14px;
}
.disclaimer-wrap p:not(.eyebrow) {
font-size: 16px;
line-height: 1.65;
}
}