.or-contact-info {
--or-black: #0A0A0A;
--or-charcoal: #1F1F1F;
--or-offwhite: #EDEDED;
--or-red: #A10E17;
--or-light: #F1F1EF;
--or-line: rgba(10, 10, 10, 0.14);
--or-muted: #686868;
max-width: 1180px;
margin: 0 auto;
padding: 0 24px 80px;
color: var(--or-black);
font-family: inherit;
box-sizing: border-box;
}
.or-contact-info *,
.or-contact-info *::before,
.or-contact-info *::after {
box-sizing: border-box;
}
/* HERO */
.or-ci-hero {
background: var(--or-black);
color: var(--or-offwhite);
border-top: 4px solid var(--or-red);
padding: 58px 48px 54px;
margin-bottom: 22px;
}
.or-ci-eyebrow {
display: block;
margin-bottom: 22px;
font-size: 11px;
line-height: 1;
font-weight: 700;
letter-spacing: 0.22em;
text-transform: uppercase;
color: #b8b8b8;
}
.or-ci-hero h1 {
margin: 0;
max-width: 850px;
color: var(--or-offwhite);
font-size: clamp(40px, 7vw, 78px);
line-height: 0.95;
letter-spacing: -0.045em;
text-transform: uppercase;
font-weight: 800;
}
.or-ci-hero-copy {
max-width: 700px;
margin: 30px 0 0;
color: #c9c9c9;
font-size: 16px;
line-height: 1.75;
}
/* INTRO STRIP */
.or-ci-intro {
display: flex;
flex-wrap: wrap;
gap: 22px;
align-items: flex-start;
justify-content: space-between;
padding: 30px 4px 52px;
border-bottom: 1px solid var(--or-line);
}
.or-ci-intro-title {
flex: 0 1 360px;
}
.or-ci-intro-title span,
.or-ci-section-no {
display: block;
margin-bottom: 12px;
color: var(--or-red);
font-size: 11px;
line-height: 1;
font-weight: 800;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.or-ci-intro-title h2,
.or-ci-section-heading {
margin: 0;
color: var(--or-black);
font-size: clamp(27px, 4vw, 42px);
line-height: 1.02;
letter-spacing: -0.035em;
text-transform: uppercase;
font-weight: 800;
}
.or-ci-intro-copy {
flex: 1 1 420px;
max-width: 620px;
margin: 0;
color: #4d4d4d;
font-size: 15px;
line-height: 1.8;
}
/* SECTIONS */
.or-ci-section {
padding: 58px 0;
border-bottom: 1px solid var(--or-line);
}
.or-ci-section-head {
display: flex;
flex-wrap: wrap;
gap: 24px;
align-items: flex-end;
justify-content: space-between;
margin-bottom: 30px;
}
.or-ci-section-description {
max-width: 540px;
margin: 0;
color: #5b5b5b;
font-size: 14px;
line-height: 1.75;
}
/* CARDS */
.or-ci-grid {
display: flex;
flex-wrap: wrap;
gap: 16px;
}
.or-ci-card {
flex: 1 1 280px;
min-width: 0;
background: var(--or-light);
padding: 30px 28px 32px;
border-top: 3px solid var(--or-black);
}
.or-ci-card.accent {
border-top-color: var(--or-red);
}
.or-ci-card-label {
display: block;
margin-bottom: 18px;
color: var(--or-muted);
font-size: 10px;
line-height: 1;
font-weight: 800;
letter-spacing: 0.18em;
text-transform: uppercase;
}
.or-ci-card h3 {
margin: 0 0 13px;
color: var(--or-black);
font-size: 18px;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: -0.02em;
font-weight: 800;
}
.or-ci-card p {
margin: 0;
color: #555;
font-size: 14px;
line-height: 1.7;
}
.or-ci-card a {
color: var(--or-black);
text-decoration: none;
border-bottom: 1px solid var(--or-black);
}
.or-ci-card a:hover {
opacity: 0.65;
}
/* DETAILS TABLE */
.or-ci-details {
background: var(--or-black);
color: var(--or-offwhite);
padding: 8px 34px;
}
.or-ci-detail-row {
display: grid;
grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.3fr);
gap: 30px;
padding: 25px 0;
border-bottom: 1px solid rgba(237, 237, 237, 0.15);
}
.or-ci-detail-row:last-child {
border-bottom: 0;
}
.or-ci-detail-name {
color: #8e8e8e;
font-size: 10px;
line-height: 1.5;
font-weight: 800;
letter-spacing: 0.18em;
text-transform: uppercase;
}
.or-ci-detail-value {
color: var(--or-offwhite);
font-size: 14px;
line-height: 1.7;
}
.or-ci-detail-value strong {
color: #ffffff;
font-weight: 700;
}
.or-ci-detail-value a {
color: var(--or-offwhite);
text-decoration: none;
border-bottom: 1px solid rgba(237, 237, 237, 0.55);
}
.or-ci-pending {
color: #a5a5a5;
font-style: italic;
}
/* NOTICE */
.or-ci-notice {
display: flex;
gap: 20px;
margin-top: 18px;
padding: 24px 26px;
background: #f7f7f5;
border-left: 3px solid var(--or-red);
}
.or-ci-notice-mark {
flex: 0 0 auto;
color: var(--or-red);
font-size: 12px;
line-height: 1.6;
font-weight: 900;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.or-ci-notice p {
margin: 0;
color: #555;
font-size: 13px;
line-height: 1.75;
}
/* CTA */
.or-ci-cta {
margin-top: 58px;
padding: 48px;
background: var(--or-charcoal);
color: var(--or-offwhite);
display: flex;
flex-wrap: wrap;
gap: 30px;
align-items: center;
justify-content: space-between;
}
.or-ci-cta-copy {
flex: 1 1 480px;
}
.or-ci-cta-copy span {
display: block;
margin-bottom: 12px;
color: #9f9f9f;
font-size: 10px;
line-height: 1;
font-weight: 800;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.or-ci-cta h2 {
margin: 0 0 14px;
color: var(--or-offwhite);
font-size: clamp(28px, 4vw, 44px);
line-height: 1;
letter-spacing: -0.035em;
text-transform: uppercase;
font-weight: 800;
}
.or-ci-cta p {
max-width: 610px;
margin: 0;
color: #bdbdbd;
font-size: 14px;
line-height: 1.7;
}
.or-ci-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px;
padding: 0 26px;
background: var(--or-offwhite);
color: var(--or-black) !important;
border: 1px solid var(--or-offwhite);
border-radius: 0;
text-decoration: none !important;
font-size: 11px;
font-weight: 800;
letter-spacing: 0.16em;
text-transform: uppercase;
transition: all 0.2s ease;
}
.or-ci-button:hover {
background: transparent;
color: var(--or-offwhite) !important;
}
/* FOOTNOTE */
.or-ci-footnote {
margin: 24px 0 0;
color: #777;
font-size: 11px;
line-height: 1.7;
}
@media screen and (max-width: 749px) {
.or-contact-info {
padding: 0 16px 58px;
}
.or-ci-hero {
padding: 42px 25px 40px;
}
.or-ci-hero-copy {
margin-top: 24px;
font-size: 14px;
}
.or-ci-intro {
padding: 28px 0 40px;
}
.or-ci-section {
padding: 44px 0;
}
.or-ci-card {
flex-basis: 100%;
padding: 26px 22px 28px;
}
.or-ci-details {
padding: 4px 22px;
}
.or-ci-detail-row {
grid-template-columns: 1fr;
gap: 8px;
padding: 21px 0;
}
.or-ci-cta {
margin-top: 44px;
padding: 36px 25px;
}
.or-ci-button {
width: 100%;
}
}