Have a question about your order, shipping, or products? We’re here to help —
fast, friendly support 7 days a week.
Get in touch
Los Angeles Showroom
700 S Flower St, Los Angeles, CA 90017
Get Directions
Business Hours
Mon–Sat, 10:00 AM – 6:00 PM (PT)
Support available daily via email
:root{
--bg:#0f172a;
--card:#ffffff;
--ink:#0b1220;
--muted:#6b7280;
--accent:#111827;
--ring:#e5e7eb;
}
*{box-sizing:border-box}
.contact-us{
font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
background: radial-gradient(1200px 600px at 10% -10%, #e8f0ff 0%, transparent 40%),
radial-gradient(900px 400px at 110% 10%, #ffe8f0 0%, transparent 40%),
#fafafa;
padding: 56px 20px;
}
.cu-wrap{
max-width: 1100px;
margin: 0 auto;
}
.cu-head h2{
margin:0 0 8px;
font-size: clamp(28px, 4vw, 36px);
font-weight: 800;
letter-spacing:-0.02em;
color: var(--ink);
text-align:center;
}
.cu-head .intro{
margin:0 auto 28px;
max-width: 700px;
color: var(--muted);
text-align:center;
font-size: 16px;
line-height:1.7;
}
.cu-grid{
display:grid;
grid-template-columns: 1.1fr 1fr;
gap: 28px;
}
.cu-card{
background: var(--card);
border: 1px solid var(--ring);
border-radius: 16px;
box-shadow: 0 6px 22px rgba(2,8,23,0.06);
padding: 22px;
}
.cu-info h3{
margin:0 0 14px;
font-size: 20px;
color: var(--ink);
}
.cu-row{
display:flex;
gap:14px;
padding:14px 0;
border-top:1px dashed #e5e7eb;
align-items:flex-start;
}
.cu-row:first-of-type{ border-top:0; }
.cu-row svg{
width:22px; height:22px; flex:0 0 22px;
fill:#111827;
opacity:.85;
margin-top:2px;
}
.cu-label{
font-weight:600;
color: var(--ink);
font-size:14px;
margin-bottom:4px;
}
.cu-text{ color:#374151; font-size:15px; }
.cu-sub{ color:#6b7280; font-size:13px; margin-top:2px; }
.cu-link{
display:inline-block;
margin-top:6px;
font-size:14px;
color:#0ea5e9;
text-underline-offset:3px;
}
.cu-link:hover{ text-decoration:underline; }
.cu-map iframe{
width:100%;
height: 360px;
border:0;
border-radius:12px;
}
/* Responsive */
@media (max-width: 900px){
.cu-grid{ grid-template-columns: 1fr; }
.cu-map iframe{ height: 300px; }
}
{
"@context":"https://schema.org",
"@type":"LocalBusiness",
"name":"Off-Rack",
"email":"mailto:hello@off-rack.com",
"address":{
"@type":"PostalAddress",
"streetAddress":"700 S Flower St",
"addressLocality":"Los Angeles",
"addressRegion":"CA",
"postalCode":"90017",
"addressCountry":"US"
},
"openingHours":"Mo-Sa 10:00-18:00",
"url":"https://off-rack.com"
}