/* ============================================================
   Office Market Report — Stylesheet
   Matches the Q1 2026 Office Market Report PDF exactly.
   ============================================================ */

:root {
    --omr-ink: #1b1b1b;
    --omr-panel: #2a2a2a;
    --omr-gold: #9d8653;
    --omr-gold-dark: #9b8250;
    --omr-gold-light: #c7a869;
    --omr-cream: #f5f2ea;
    --omr-white: #ffffff;
    --omr-black: #000000;
    --omr-muted: #9b9b93;
    --omr-rule: rgba(255,255,255,0.12);
}

/* Reset within report */
.omr-report * { box-sizing: border-box; }
.omr-report {
    background: var(--omr-ink);
    font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.omr-report canvas{
    max-width: 100%;
}

.omr-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- Sections ---------- */
.omr-section { padding: 60px 0; background: var(--omr-ink); color: var(--omr-white); }
.omr-section-dark { background: var(--omr-ink); color: var(--omr-white); }

.omr-section-title {
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 8px;
    text-transform: uppercase;
    color: var(--omr-white);
    line-height: 1.1;
}

.omr-section-subtitle {
    color: var(--omr-white);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 1.4rem;
    margin: 0;
}

/* Gold underline used under "TOTAL TAKE UP" etc. — sized to text width, not full title width */
.omr-section-title-bar {
    margin-bottom: 32px;
}
.omr-section-title-bar .omr-section-subtitle {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--omr-gold);
}

/* Gold bar header like "SUPPLY" and "PRIME HEADLINE RENT" on page 4 */
.omr-gold-bar {
    background: var(--omr-gold);
    color: var(--omr-ink);
    display: inline-block;
    padding: 8px 24px;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
        width: 100%;
}

/* ---------- Hero ---------- */
.omr-hero {
    position: relative;
    min-height: 100vh;
    background: #000;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.omr-hero-overlay {
    position: absolute;
    inset: 0;
}
.omr-hero-content {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 100%;
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    padding: 60px 20px 0 20px;
    display: flex;
    align-items: flex-end;
        min-height: 800px;
}
.omr-hero-logo {
    width: 100%;
    height: auto;
    display: block;
}

/* Black logo box (matches PDF hero) */
.omr-hero-logo-box {
    background: var(--omr-black);
    display: inline-block;
    max-width: 420px;
    width: 100%;
    padding: 100px 36px;
}

/* Fallback text logo */
.omr-logo-box {
    display: inline-block;
    border: 3px solid var(--omr-white);
    padding: 14px 28px;
    text-align: center;
    margin-bottom: 28px;
    background: var(--omr-black);
}
.omr-logo-box .omr-brand {
    display: block;
    color: var(--omr-white);
    font-weight: 900;
    letter-spacing: 0.08em;
    font-size: 1.3rem;
}
.omr-logo-box .omr-sub {
    display: block;
    color: var(--omr-white);
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    padding-top: 6px;
    margin-top: 6px;
    border-top: 1px solid var(--omr-white);
    text-transform: uppercase;
}

/* Gold band containing title, pillars, contact and socials */
.omr-hero-band {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    background: var(--omr-gold);
    width: 100%;
    padding: 20px 20px 40px;
    text-align: center;
    color: #fff;
}
/* Black card inside the gold band, matching the logo box above */
.omr-hero-black-card {
    background: var(--omr-black);
    padding: 30px 28px 26px;
    margin: 0 0 22px;
    max-width: 420px;
    width: 100%;
}
.omr-hero-band .omr-eyebrow {
    color: #fff;
    letter-spacing: 0.14em;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
}
.omr-hero-band .omr-hero-title {
    font-size: 1.6rem;
    margin: 10px 0 22px;
    color: var(--omr-white);
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.omr-hero-band .omr-pillars {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.omr-hero-band .omr-pillar {
    text-align: center;
    min-width: 80px;
}
.omr-hero-band .omr-pillar-icon {
    width: 70px;
    height: 70px;
    background: var(--omr-gold);
    color: var(--omr-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}
.omr-hero-band .omr-pillar-icon svg {
    width: 44px;
    height: 44px;
    fill: var(--omr-ink);
}
.omr-hero-band .omr-pillar-name {
    color: var(--omr-white);
    font-weight: 700;
    letter-spacing: 0.06em;
    font-size: 0.85rem;
    text-transform: uppercase;
}
.omr-hero-band .omr-hero-contact {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 14px;
}
.omr-hero-band .omr-contact-line { font-weight: 700; color: #fff; font-size: 1.5rem; }
.omr-hero-band .omr-contact-line a { color: #fff; text-decoration: none; }

.omr-hero-band .omr-socials {
    display: flex;
    gap: 12px;
}
.omr-hero-band .omr-social {
    width: 34px;
    height: 34px;
    background: var(--omr-ink);
    border: 2px solid var(--omr-ink);
    border-radius: 50%;
    color: var(--omr-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    padding: 7px;
}
.omr-hero-band .omr-social:hover { background: var(--omr-white); color: var(--omr-ink); }
.omr-hero-band .omr-social svg { display: block; }

/* ---------- Deal photos (full-width with overlaid tags at top) ---------- */
.omr-deals-section { background: var(--omr-ink); }
.omr-deal {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.omr-deal + .omr-deal { border-top: 8px solid var(--omr-ink); }
.omr-deal-photo {
    width: 100%;
    display: block;
    height: auto;
}
.omr-deal-photo-tall {
    max-height: 900px;
    object-fit: cover;
}
.omr-deal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}
.omr-deal-photo-large {
    height: 100%;
    object-fit: cover;
    min-height: 420px;
}
.omr-deal-stack {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
}
.omr-deal-stack .omr-deal-photo {
    height: 100%;
    object-fit: cover;
    min-height: 210px;
}
.omr-deal-tag {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--omr-black);
    color: var(--omr-white);
    padding: 18px 28px;
    font-size: 1.6rem;
    line-height: 1.5;
    z-index: 2;
    text-align: center;
    letter-spacing: 0.02em;
}
.omr-deal-tag .hl { color: var(--omr-gold-light); font-weight: 700; }

/* ---------- Chart cards ---------- */
.omr-chart-card {
    background: var(--omr-panel);
    border-radius: 0px;
    padding: 24px;
    margin-bottom: 30px;
}
.omr-chart-card h4 {
    color: var(--omr-white);
    font-size: 1rem;
    margin: 0 0 16px;
    letter-spacing: 0.03em;
    text-align: center;
}
.omr-chart-holder {
    position: relative;
    height: 340px;
}
.omr-chart-card img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}

/* ---------- Two-column layout ---------- */
.omr-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.omr-col-title {
    color: var(--omr-white);
    letter-spacing: 0.04em;
    margin-bottom: 24px;
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
}

/* ---------- Key deals list ---------- */
.omr-key-deals { display: flex; flex-direction: column; gap: 22px; }
.omr-kd-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}
.omr-kd-num {
    width: 80px;
    height: 80px;
    border: 2px solid var(--omr-gold);
    border-radius: 50%;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.omr-kd-text { line-height: 1.6; color: var(--omr-white); font-size: 0.95rem; }

/* ---------- Summary box (gold background) ---------- */
.omr-summary-box {
    background: var(--omr-gold);
    border-radius: 0px;
    padding: 28px;
    color: var(--omr-ink);
}
.omr-summary-box h4 {
    color: var(--omr-ink);
    margin: 0 0 24px;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.omr-grp { margin-bottom: 22px; }
.omr-grp-title {
    color: var(--omr-ink);
    font-weight: 800;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}
.omr-row {
    display: flex;
    justify-content: space-between;
    color: var(--omr-white);
    font-size: 0.92rem;
    line-height: 1.4;
    font-weight: 700;
}
.omr-row span:first-child { text-transform: uppercase; }
.omr-prior {
    font-size: 0.8rem;
    margin-top: 2px;
    padding-left: 2px;
    font-weight: 700;
}

/* ---------- Construction card ---------- */
.omr-info-card {
    background: var(--omr-white);
    padding: 28px;
    border-radius: 0px;
    margin-bottom: 0;
    color: var(--omr-ink);
    height: 100%;
}
.omr-info-title {
    color: var(--omr-ink);
    margin: 0 0 16px;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
}
.omr-donut-wrap { display: flex; flex-direction: column; align-items: center; }
.omr-donut-holder {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 16px 0;
}
.omr-donut-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--omr-ink);
    text-align: center;
}
.omr-construction-desc { color: var(--omr-ink); font-size: 0.92rem; line-height: 1.6; }
.omr-construction-desc p { margin: 0 0 12px; }

/* ---------- Metric tiles ---------- */
.omr-metric-tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 30px;
}
.omr-metric-tile {
    background: var(--omr-gold);
    padding: 40px 24px;
    border-radius: 0px;
    text-align: center;
    color: var(--omr-ink);
}
.omr-m-label {
    font-weight: 800;
    letter-spacing: 0.03em;
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.omr-m-value {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--omr-white);
}

/* ---------- Back cover / contact ---------- */
.omr-back {
    background: var(--omr-ink);
    padding: 70px 0 50px;
    text-align: center;
}
.omr-back-inner { text-align: center; }
.omr-footer-logo {
    max-width: 460px;
    width: 100%;
    height: auto;
    margin: 0 auto 36px;
    display: block;
}
.omr-back .omr-logo-box { margin: 0 auto 36px; }
.omr-map-wrap {
    margin: 0 auto 40px;
    max-width: 800px;
}
.omr-map-wrap img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}
.omr-agents-title {
    color: var(--omr-gold-light);
    letter-spacing: 0.12em;
    font-weight: 700;
    margin-bottom: 28px;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.omr-agents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 640px;
    margin: 0 auto 40px;
}
.omr-agent { text-align: center; }
.omr-agent-name {
    color: var(--omr-white);
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 12px;
}
.omr-agent-detail {
    color: var(--omr-white);
    font-size: 0.9rem;
    margin-bottom: 6px;
}
.omr-agent-detail a { color: var(--omr-white); text-decoration: none; }
.omr-disclaimer {
    font-size: 0.72rem;
    margin: 0 auto;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff;
}

/* ---------- Responsive ---------- */
@media (max-width: 760px) {
    .omr-two-col,
    .omr-metric-tiles,
    .omr-agents {
        grid-template-columns: 1fr;
    }
    .omr-deal-grid {
        grid-template-columns: 1fr;
    }
    .omr-deal-photo-large {
        min-height: 300px;
    }
    .omr-deal-stack {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }
    .omr-hero-title { font-size: 1.7rem; }
    .omr-section-title { font-size: 2rem; }
    .omr-pillars { gap: 20px; }
    .omr-chart-holder { height: 260px; }
    .omr-hero-card { padding: 26px 20px; }
    .omr-deal-tag { padding: 14px 18px; font-size: 0.82rem; }
    .omr-hero-logo { max-width: 300px; }
    .omr-footer-logo { max-width: 320px; }
}


@media (max-width: 480px){
    .omr-hero-band .omr-pillar-icon{
        width: 50px;
        height: 50px;
    }
}