/* ========================================
   BLOX COMMERCIAL — Commercial Lease Dispute Page
   Landlord-focused dispute resolution landing page
   Design system matches site: Instrument Sans / Inter
   ======================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --brand: #FF6700;
  --brand-soft: rgba(255,103,0,0.08);
  --brand-border: rgba(255,103,0,0.3);
  --ink: #0d1320;
  --cream: #faf8f4;
  --stone: #6b7685;
  --line: #e8e4dc;
  --card: #111620;
  --card-border: rgba(255,255,255,0.08);
  --text-mute: rgba(255,255,255,0.56);
  --text-dim: rgba(255,255,255,0.4);
  --font-display: 'Instrument Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 1280px;
  --max-content: 760px;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--ink); color: #fff; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* TYPOGRAPHY */
.eyebrow { display: inline-block; font-family: var(--font-display); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--brand); margin-bottom: 18px; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -0.04em; font-weight: 700; line-height: 1; }
h1 em, h2 em { font-style: italic; color: var(--brand); font-weight: 700; }

/* REVEAL ANIMATIONS */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }
.reveal-d4 { transition-delay: 0.32s; }

/* STICKY CTA BAR */
#stickyCta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; background: rgba(13,19,32,0.96); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid rgba(255,103,0,0.25); padding: 14px 24px; transform: translateY(100%); transition: transform 0.4s var(--ease); }
#stickyCta.visible { transform: translateY(0); }
.sticky-inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sticky-text { font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; color: #fff; }
.sticky-text small { display: block; font-family: var(--font-body); font-weight: 400; font-size: 0.75rem; color: rgba(255,255,255,0.55); margin-top: 3px; }
@media (max-width: 640px) { .sticky-text small { display: none; } .sticky-text { font-size: 0.85rem; } }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 700; font-size: 0.875rem; padding: 13px 24px; border-radius: 2px; transition: background 0.2s, transform 0.2s, color 0.2s, border-color 0.2s; white-space: nowrap; line-height: 1; cursor: pointer; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: #e05a00; }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.36); }
.btn-ghost:hover { border-color: rgba(255,255,255,0.75); }
.btn-lg { padding: 17px 32px; font-size: 1rem; }
.btn-arrow { width: 16px; height: 16px; }

/* HERO */
#hero { position: relative; min-height: 70vh; display: flex; align-items: center; overflow: hidden; padding: 80px 48px 60px; background: #060a14; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 35%; filter: brightness(0.42) contrast(1.05) saturate(0.85); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,19,32,0.65) 0%, rgba(6,10,20,0.85) 75%, rgba(6,10,20,1) 100%), radial-gradient(ellipse at 80% 30%, rgba(255,103,0,0.18) 0%, transparent 55%); }
#hero::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.035) 1px, transparent 1px); background-size: 28px 28px; opacity: 0.6; pointer-events: none; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(110px); pointer-events: none; z-index: 1; }
.orb-1 { width: 600px; height: 600px; background: rgba(255,103,0,0.32); top: -180px; right: -140px; animation: floatOrb 18s ease-in-out infinite; }
.orb-2 { width: 460px; height: 460px; background: rgba(80,140,220,0.18); bottom: -140px; left: -120px; animation: floatOrb 22s ease-in-out infinite reverse; }
.hero-content { position: relative; z-index: 2; max-width: var(--max); width: 100%; margin: 0 auto; }
.hero-inner { max-width: 940px; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--brand-soft); border: 1px solid var(--brand-border); padding: 8px 14px; border-radius: 100px; font-family: var(--font-display); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brand); margin-bottom: 24px; }
.hero-tag::before { content: ''; width: 6px; height: 6px; background: var(--brand); border-radius: 50%; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.85); } }
.hero h1 { font-size: clamp(3.2rem, 8.5vw, 7rem); margin-bottom: 32px; letter-spacing: -0.045em; }
.hero h1 em { font-style: italic; color: var(--brand); font-weight: 700; }
.hero-sub { font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.55; color: rgba(255,255,255,0.7); margin-bottom: 44px; max-width: 680px; }
.hero-sub strong { color: #fff; font-weight: 600; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 72px; }
.hero-meta { display: flex; gap: 64px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 36px; max-width: 820px; }
.hero-meta-item { display: flex; flex-direction: column; gap: 6px; }
.hero-meta-num { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.7rem, 2.8vw, 2.4rem); color: #fff; line-height: 1; letter-spacing: -0.03em; }
.hero-meta-num em { font-style: normal; color: var(--brand); }
.hero-meta-label { font-size: 0.78rem; color: rgba(255,255,255,0.55); letter-spacing: 0.04em; line-height: 1.4; }

/* COST OF GETTING IT WRONG */
#cost { background: var(--ink); padding: 72px 48px; position: relative; overflow: hidden; }
#cost::before { content: ''; position: absolute; width: 700px; height: 700px; top: -200px; left: -200px; background: radial-gradient(circle, rgba(255,103,0,0.06) 0%, transparent 70%); pointer-events: none; }
.cost-inner { max-width: var(--max); margin: 0 auto; position: relative; z-index: 2; }
.cost-header { max-width: 760px; margin-bottom: 80px; }
.cost-header h2 { font-size: clamp(2.2rem, 4.5vw, 4rem); margin-bottom: 18px; }
.cost-header h2 em { font-style: italic; color: var(--brand); font-weight: 700; }
.cost-header p { font-size: 1.1rem; line-height: 1.6; color: rgba(255,255,255,0.6); max-width: 620px; }
.cost-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.06); border-radius: 4px; overflow: hidden; }
@media (max-width: 900px) { .cost-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .cost-grid { grid-template-columns: 1fr; } }
.cost-card { background: var(--ink); padding: 44px 32px; }
.cost-number { font-family: var(--font-display); font-weight: 700; font-size: clamp(3rem, 5.5vw, 4.6rem); letter-spacing: -0.05em; line-height: 0.9; color: var(--brand); margin-bottom: 18px; font-variant-numeric: tabular-nums; }
.cost-label { font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; letter-spacing: -0.015em; color: #fff; line-height: 1.3; margin-bottom: 14px; }
.cost-source { font-size: 0.78rem; color: rgba(255,255,255,0.42); line-height: 1.5; }

/* STATEMENT BREAK (text-only variant) */
.statement { background: var(--ink); position: relative; padding: 100px 48px; border-top: 1px solid rgba(255,255,255,0.07); border-bottom: 1px solid rgba(255,255,255,0.07); overflow: hidden; }
.statement::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%, rgba(255,103,0,0.05) 0%, transparent 60%); pointer-events: none; }
.statement-inner { position: relative; z-index: 2; max-width: 1060px; margin: 0 auto; text-align: center; }
.statement-eyebrow { font-family: var(--font-display); font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--brand); margin-bottom: 24px; }
.statement h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 5vw, 4.2rem); letter-spacing: -0.04em; line-height: 1.05; color: #fff; }
.statement h2 em { font-style: italic; color: var(--brand); font-weight: 700; }
.statement.light { background: var(--cream); border-color: rgba(0,0,0,0.05); }
.statement.light::before { background: radial-gradient(circle at 70% 50%, rgba(255,103,0,0.06) 0%, transparent 60%); }
.statement.light h2 { color: var(--ink); }

/* STATEMENT BREAK with full-bleed image */
.statement.image-bg { padding: 180px 48px; min-height: 60svh; display: flex; align-items: center; }
.statement.image-bg .statement-bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(0.32) saturate(0.7) contrast(1.1); }
.statement.image-bg .statement-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,19,32,0.75) 0%, rgba(13,19,32,0.55) 50%, rgba(13,19,32,0.85) 100%); }
.statement.image-bg::before { background: radial-gradient(ellipse at center, rgba(255,103,0,0.12) 0%, transparent 60%); }
.statement.image-bg .statement-inner { max-width: 1100px; }
.statement.image-bg h2 { font-size: clamp(2.2rem, 6vw, 5rem); }
.statement.image-bg .statement-attr { display: inline-flex; align-items: center; gap: 12px; margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.18); font-family: var(--font-display); font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.65); }
.statement.image-bg .statement-attr::before { content: ''; width: 28px; height: 1px; background: var(--brand); }

/* IMAGE BREAK — full-bleed photo section with content overlay */
.image-break { position: relative; min-height: 80svh; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); }
.image-break .ib-bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(0.55) saturate(0.9); }
.image-break .ib-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,19,32,0.1) 0%, rgba(13,19,32,0.55) 50%, rgba(6,10,20,0.95) 100%); }
.image-break .ib-content { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto; padding: 80px 48px; width: 100%; }
.image-break .ib-content-inner { max-width: 760px; }
.image-break .eyebrow { color: var(--brand); margin-bottom: 22px; }
.image-break h2 { font-size: clamp(2rem, 4.5vw, 4rem); color: #fff; letter-spacing: -0.04em; line-height: 1.05; margin-bottom: 24px; }
.image-break h2 em { font-style: italic; color: var(--brand); font-weight: 700; }
.image-break p { font-size: 1.05rem; line-height: 1.65; color: rgba(255,255,255,0.78); max-width: 620px; }
.image-break .ib-meta { display: flex; gap: 56px; flex-wrap: wrap; margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.18); max-width: 720px; }
.image-break .ib-meta div { display: flex; flex-direction: column; gap: 6px; }
.image-break .ib-meta-num { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem, 2.2vw, 2rem); color: #fff; line-height: 1; letter-spacing: -0.03em; }
.image-break .ib-meta-label { font-size: 0.78rem; color: rgba(255,255,255,0.6); letter-spacing: 0.04em; }

@keyframes floatOrb {
  0%, 100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(40px,-60px) scale(1.08); }
  66% { transform: translate(-30px,30px) scale(0.96); }
}

/* DISCLAIMER */
#disclaimer { background: var(--ink); padding: 0 48px 48px; }
.disclaimer-inner { max-width: var(--max-content); margin: 0 auto; }
.disclaimer-box { background: var(--brand-soft); border: 1px solid var(--brand-border); padding: 22px 24px; border-radius: 4px; }
.disclaimer-box strong { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brand); margin-bottom: 10px; }
.disclaimer-box p { font-size: 0.88rem; line-height: 1.65; color: rgba(255,255,255,0.78); }

/* NAVIGATOR */
#navigator { background: var(--ink); padding: 56px 48px 80px; }
.nav-wrap { max-width: var(--max-content); margin: 0 auto; }
.nav-header { text-align: center; margin-bottom: 48px; }
.nav-header h2 { font-size: clamp(1.9rem, 3.4vw, 3rem); margin-bottom: 16px; }
.nav-header p { color: rgba(255,255,255,0.6); font-size: 1.05rem; line-height: 1.6; }
.navigator-card { background: var(--card); border: 1px solid var(--card-border); padding: 48px; border-radius: 4px; position: relative; overflow: hidden; }
.nav-progress { display: flex; gap: 8px; margin-bottom: 36px; }
.nav-progress-dot { flex: 1; height: 3px; background: rgba(255,255,255,0.08); border-radius: 2px; overflow: hidden; position: relative; }
.nav-progress-dot::after { content: ''; position: absolute; inset: 0; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform 0.4s var(--ease); }
.nav-progress-dot.active::after, .nav-progress-dot.done::after { transform: scaleX(1); }
.nav-step { display: none; animation: stepIn 0.35s var(--ease) both; }
.nav-step.active { display: block; }
@keyframes stepIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.step-num { font-family: var(--font-display); font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brand); margin-bottom: 12px; }
.step-question { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem, 2.2vw, 1.7rem); letter-spacing: -0.02em; line-height: 1.2; color: #fff; margin-bottom: 28px; }
.step-hint { font-size: 0.85rem; color: rgba(255,255,255,0.5); margin-bottom: 20px; }

/* Option cards */
.option-grid { display: grid; gap: 10px; }
.option-grid.two { grid-template-columns: repeat(2, 1fr); }
.option-grid.three { grid-template-columns: repeat(3, 1fr); }
.option-grid.four { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 768px) { .option-grid.four { grid-template-columns: repeat(4, 1fr); } }
.option-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); padding: 18px 20px; border-radius: 4px; cursor: pointer; transition: background 0.2s, border-color 0.2s, transform 0.2s; text-align: left; }
.option-card:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.2); }
.option-card.selected { background: var(--brand-soft); border-color: var(--brand); }
.option-card-title { font-family: var(--font-display); font-weight: 700; font-size: 0.96rem; color: #fff; margin-bottom: 4px; }
.option-card-desc { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.45; }

/* Form fields */
.nav-field { margin-bottom: 20px; }
.nav-field label { display: block; font-family: var(--font-display); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.46); margin-bottom: 10px; }
.nav-input, .nav-select, .nav-textarea { width: 100%; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 2px; padding: 14px 16px; font-family: var(--font-body); font-size: 0.95rem; color: #fff; outline: none; transition: border-color 0.2s, background 0.2s; -webkit-appearance: none; appearance: none; }
.nav-input::placeholder, .nav-textarea::placeholder { color: rgba(255,255,255,0.26); }
.nav-input:focus, .nav-select:focus, .nav-textarea:focus { border-color: rgba(255,103,0,0.55); background: rgba(255,255,255,0.06); }
.nav-textarea { resize: vertical; min-height: 90px; line-height: 1.5; }
.nav-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) { .nav-row-2 { grid-template-columns: 1fr; } }

/* Step controls */
.step-controls { display: flex; justify-content: space-between; align-items: center; margin-top: 32px; gap: 12px; }
.btn-back { background: transparent; color: rgba(255,255,255,0.6); padding: 10px 14px; font-family: var(--font-display); font-weight: 500; font-size: 0.88rem; transition: color 0.2s; }
.btn-back:hover { color: #fff; }
.btn-back:disabled { opacity: 0.3; cursor: not-allowed; }
.btn-next { background: #fff; color: var(--ink); padding: 14px 22px; font-family: var(--font-display); font-weight: 700; font-size: 0.92rem; transition: background 0.2s, transform 0.2s; }
.btn-next:hover { background: var(--brand); color: #fff; transform: translateY(-1px); }
.btn-next:disabled { opacity: 0.4; pointer-events: none; }

/* RESULT panel */
.nav-result { display: none; animation: stepIn 0.5s var(--ease) both; }
.nav-result.active { display: block; }
.result-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--brand-soft); border: 1px solid var(--brand-border); padding: 6px 14px; border-radius: 100px; font-family: var(--font-display); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); margin-bottom: 24px; }
.result-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.6rem, 2.6vw, 2.2rem); letter-spacing: -0.025em; line-height: 1.15; margin-bottom: 18px; color: #fff; }
.result-summary { font-size: 1rem; line-height: 1.65; color: rgba(255,255,255,0.72); margin-bottom: 32px; }
.result-stack { display: grid; gap: 16px; margin-bottom: 36px; }
.result-block { background: rgba(255,255,255,0.03); border-left: 2px solid var(--brand); padding: 18px 22px; border-radius: 2px; }
.result-block-label { font-family: var(--font-display); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brand); margin-bottom: 8px; }
.result-block-body { font-size: 0.94rem; line-height: 1.6; color: rgba(255,255,255,0.85); }
.result-divider { height: 1px; background: rgba(255,255,255,0.08); margin: 32px 0; }
.result-cta-title { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: #fff; margin-bottom: 8px; }
.result-cta-sub { font-size: 0.92rem; color: rgba(255,255,255,0.6); margin-bottom: 24px; }
.btn-submit { width: 100%; background: var(--brand); color: #fff; padding: 18px 24px; font-family: var(--font-display); font-weight: 700; font-size: 1rem; letter-spacing: 0.02em; border-radius: 2px; transition: background 0.2s, transform 0.2s; }
.btn-submit:hover { background: #e05a00; transform: translateY(-1px); }
.btn-submit:disabled { opacity: 0.6; pointer-events: none; }

/* Success state */
.nav-success { display: none; text-align: center; padding: 40px 0; }
.nav-success.active { display: block; animation: stepIn 0.5s var(--ease) both; }
.success-icon { width: 64px; height: 64px; margin: 0 auto 24px; border-radius: 50%; background: var(--brand-soft); border: 1px solid var(--brand-border); display: flex; align-items: center; justify-content: center; color: var(--brand); font-size: 1.6rem; }
.success-title { font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; margin-bottom: 16px; color: #fff; letter-spacing: -0.02em; }
.success-body { font-size: 0.98rem; line-height: 1.65; color: rgba(255,255,255,0.7); margin-bottom: 24px; }
.success-contact { background: rgba(255,255,255,0.04); padding: 20px 24px; border-radius: 4px; font-size: 0.92rem; }
.success-contact a { color: var(--brand); font-weight: 600; }

/* SECTIONS */
.section { padding: 72px 48px; }
.section-inner { max-width: var(--max); margin: 0 auto; }
.section-header { max-width: 760px; margin-bottom: 64px; }
.section-header.center { margin-left: auto; margin-right: auto; text-align: center; }
.section h2 { font-size: clamp(2rem, 3.8vw, 3.4rem); margin-bottom: 18px; }
.section-lede { font-size: 1.05rem; line-height: 1.65; color: rgba(255,255,255,0.6); }

/* DISPUTES GRID */
#disputes { background: var(--cream); color: var(--ink); }
#disputes h2 { color: var(--ink); }
#disputes .section-lede { color: var(--stone); }
.disputes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (max-width: 1024px) { .disputes-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .disputes-grid { grid-template-columns: 1fr; } }
.dispute-card { background: #fff; padding: 36px 28px; transition: background 0.25s, transform 0.25s; }
.dispute-card:hover { background: #fff8f0; transform: translateY(-2px); }
.dispute-icon { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; background: var(--brand-soft); color: var(--brand); border-radius: 4px; font-size: 1.1rem; margin-bottom: 18px; }
.dispute-title { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 10px; }
.dispute-card p { font-size: 0.9rem; line-height: 1.65; color: var(--stone); }

/* FRAMEWORK */
#framework { background: var(--ink); }
.framework-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
@media (max-width: 768px) { .framework-grid { grid-template-columns: 1fr; } }
.framework-card { background: var(--card); border: 1px solid var(--card-border); padding: 36px 32px; border-radius: 4px; }
.framework-tag { display: inline-block; font-family: var(--font-display); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brand); margin-bottom: 14px; }
.framework-card h3 { font-size: 1.4rem; margin-bottom: 14px; color: #fff; }
.framework-card p { font-size: 0.94rem; line-height: 1.7; color: rgba(255,255,255,0.65); margin-bottom: 14px; }
.framework-card ul { list-style: none; }
.framework-card li { font-size: 0.9rem; line-height: 1.6; color: rgba(255,255,255,0.75); padding: 6px 0; padding-left: 18px; position: relative; }
.framework-card li::before { content: ''; position: absolute; left: 0; top: 14px; width: 6px; height: 6px; background: var(--brand); border-radius: 50%; }

/* PATHWAYS TABLE */
#pathways { background: var(--cream); color: var(--ink); }
#pathways h2 { color: var(--ink); }
#pathways .section-lede { color: var(--stone); }
.pathway-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); overflow: hidden; border-radius: 4px; }
.pathway-table thead { background: var(--ink); color: #fff; }
.pathway-table th { padding: 18px 20px; font-family: var(--font-display); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; text-align: left; }
.pathway-table td { padding: 22px 20px; font-size: 0.92rem; line-height: 1.6; color: var(--ink); border-top: 1px solid var(--line); vertical-align: top; }
.pathway-table tbody tr:hover { background: #faf6ef; }
.pathway-name { font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: var(--ink); }
.pathway-cost { font-family: var(--font-display); font-weight: 700; color: var(--brand); font-size: 0.96rem; }
.pathway-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media (max-width: 720px) { .pathway-table { min-width: 640px; } }

/* PREVENTION */
#prevention { background: var(--ink); }
.prevention-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.08); }
@media (max-width: 768px) { .prevention-grid { grid-template-columns: 1fr; } }
.prevention-item { background: var(--ink); padding: 40px 36px; }
.prevention-num { font-family: var(--font-display); font-weight: 700; font-size: 3rem; letter-spacing: -0.05em; line-height: 1; color: var(--brand); margin-bottom: 20px; }
.prevention-item h3 { font-size: 1.25rem; margin-bottom: 12px; color: #fff; letter-spacing: -0.02em; }
.prevention-item p { font-size: 0.94rem; line-height: 1.7; color: rgba(255,255,255,0.6); }

/* HOW BLOX HELPS */
#help { background: var(--cream); color: var(--ink); }
#help h2 { color: var(--ink); }
#help .section-lede { color: var(--stone); }
.help-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 768px) { .help-grid { grid-template-columns: 1fr; } }
.help-card { background: #fff; border: 1px solid var(--line); padding: 36px 32px; border-radius: 4px; transition: border-color 0.25s, transform 0.25s; }
.help-card:hover { border-color: var(--brand); transform: translateY(-3px); }
.help-card h3 { font-size: 1.2rem; color: var(--ink); margin-bottom: 12px; }
.help-card p { font-size: 0.95rem; line-height: 1.7; color: var(--stone); }
.help-card .help-tag { display: inline-block; font-family: var(--font-display); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brand); margin-bottom: 14px; }

/* CASES */
#cases { background: var(--ink); }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .cases-grid { grid-template-columns: 1fr; } }
.case-card { background: var(--card); border: 1px solid var(--card-border); padding: 36px 32px; border-radius: 4px; transition: border-color 0.25s; }
.case-card:hover { border-color: var(--brand-border); }
.case-tag { display: inline-block; font-family: var(--font-display); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); margin-bottom: 16px; }
.case-headline { font-family: var(--font-display); font-weight: 700; font-size: 1.55rem; line-height: 1.15; letter-spacing: -0.02em; color: #fff; margin-bottom: 18px; }
.case-body { font-size: 0.92rem; line-height: 1.7; color: rgba(255,255,255,0.6); }

/* FAQ */
#faq { background: var(--cream); color: var(--ink); }
#faq h2 { color: var(--ink); }
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; text-align: left; padding: 24px 0; font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; letter-spacing: -0.015em; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: color 0.2s; }
.faq-question:hover { color: var(--brand); }
.faq-toggle { flex-shrink: 0; width: 20px; height: 20px; position: relative; transition: transform 0.3s var(--ease); }
.faq-toggle::before, .faq-toggle::after { content: ''; position: absolute; background: currentColor; }
.faq-toggle::before { width: 14px; height: 2px; top: 9px; left: 3px; }
.faq-toggle::after { width: 2px; height: 14px; top: 3px; left: 9px; transition: transform 0.3s var(--ease); }
.faq-item.open .faq-toggle::after { transform: scaleY(0); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); }
.faq-item.open .faq-answer { max-height: 600px; }
.faq-answer-inner { padding: 0 0 28px; font-size: 0.96rem; line-height: 1.75; color: var(--stone); max-width: 720px; }
.faq-answer-inner p + p { margin-top: 12px; }

/* FINAL CTA */
#finalcta { background: var(--ink); padding: 96px 48px; position: relative; overflow: hidden; }
.finalcta-bg { position: absolute; inset: 0; background-size: cover; background-position: center 70%; filter: brightness(0.28) saturate(0.85); }
.finalcta-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,19,32,0.85) 0%, rgba(6,10,20,0.7) 50%, rgba(13,19,32,0.9) 100%); }
#finalcta::before { content: ''; position: absolute; width: 800px; height: 800px; top: -250px; right: -200px; background: rgba(255,103,0,0.18); border-radius: 50%; filter: blur(120px); z-index: 1; }
#finalcta::after { content: ''; position: absolute; width: 500px; height: 500px; bottom: -200px; left: -150px; background: rgba(80,140,220,0.1); border-radius: 50%; filter: blur(100px); z-index: 1; }
.finalcta-inner { max-width: 880px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.finalcta-inner h2 { font-size: clamp(2.6rem, 5.5vw, 4.8rem); margin-bottom: 24px; letter-spacing: -0.04em; line-height: 1.02; }
.finalcta-inner h2 em { font-style: italic; color: var(--brand); font-weight: 700; }
.finalcta-inner p { font-size: 1.1rem; line-height: 1.65; color: rgba(255,255,255,0.72); margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; }
.finalcta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.finalcta-phone { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: rgba(255,255,255,0.7); margin-top: 28px; display: block; letter-spacing: -0.01em; }
.finalcta-phone a { color: var(--brand); border-bottom: 1px dashed rgba(255,103,0,0.4); padding-bottom: 2px; transition: border-color 0.2s; }
.finalcta-phone a:hover { border-color: var(--brand); }

/* POST DISCLAIMER */
.post-disclaimer { font-size: 0.82rem; line-height: 1.65; color: rgba(255,255,255,0.4); max-width: 720px; margin: 48px auto 0; text-align: center; }
.post-disclaimer strong { color: rgba(255,255,255,0.7); }
.page-meta { font-family: var(--font-display); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.35); text-align: center; margin: 24px auto 0; }
.page-meta time { color: var(--brand); }

/* PERF: below-fold lazy rendering */
#disputes-bento, #framework, #prevention, #help, #faq, .image-break, .statement, #pathways-ladder { content-visibility: auto; contain-intrinsic-size: 1px 800px; }

/* ============================================
   EXTENDED LAYOUT — Magazine grid, bento tiles, ladder
   ============================================ */

/* HERO ASYMMETRIC GRID */
.hero-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 64px; align-items: center; width: 100%; }
@media (max-width: 1000px) { .hero-grid { grid-template-columns: 1fr; gap: 48px; } }
.hero-left .hero-h1-mega { font-family: var(--font-display); font-weight: 700; font-size: clamp(3.4rem, 9.5vw, 8.2rem); letter-spacing: -0.05em; line-height: 0.92; margin-bottom: 36px; color: #fff; }
.hero-h1-mega .line-1 { display: block; }
.hero-h1-mega .line-2 { display: block; color: var(--brand); font-style: italic; }
.hero-h1-mega .line-2 .mark { background: var(--brand); color: #fff; padding: 0 0.18em 0.05em; margin-right: 0.1em; font-style: normal; display: inline-block; transform: rotate(-1deg); }

/* STAKES PANEL (right side of hero) */
.stakes-panel { background: rgba(13,19,32,0.45); border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 32px; border-radius: 4px; position: relative; }
.stakes-panel::before { content: 'AT STAKE'; position: absolute; top: -10px; left: 24px; background: var(--brand); color: #fff; padding: 4px 10px; font-family: var(--font-display); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; }
.stakes-list { display: flex; flex-direction: column; gap: 0; }
.stakes-row { display: flex; justify-content: space-between; align-items: baseline; padding: 16px 0; border-bottom: 1px dashed rgba(255,255,255,0.1); gap: 16px; }
.stakes-row:last-child { border-bottom: none; }
.stakes-row .stakes-label { font-family: var(--font-body); font-size: 0.78rem; color: rgba(255,255,255,0.55); line-height: 1.4; flex: 1; }
.stakes-row .stakes-value { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem, 2.2vw, 1.7rem); color: #fff; letter-spacing: -0.02em; line-height: 1; white-space: nowrap; }
.stakes-row .stakes-value.brand { color: var(--brand); }
.stakes-footer { margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.15); font-family: var(--font-display); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.4); }

/* MARQUEE TICKER */
.marquee { position: relative; background: var(--brand); color: #fff; padding: 22px 0; overflow: hidden; border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1); }
.marquee-track { display: flex; animation: marqueeScroll 45s linear infinite; width: max-content; }
.marquee-item { font-family: var(--font-display); font-weight: 700; font-size: clamp(1rem, 1.6vw, 1.35rem); letter-spacing: -0.01em; padding: 0 36px; white-space: nowrap; display: flex; align-items: center; gap: 36px; }
.marquee-item::after { content: '◆'; color: rgba(255,255,255,0.55); font-size: 0.6em; }
@keyframes marqueeScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* BENTO DISPUTES */
#disputes-bento { background: var(--cream); padding: 72px 48px; color: var(--ink); }
.bento-header { max-width: var(--max); margin: 0 auto 64px; display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 48px; }
@media (max-width: 768px) { .bento-header { grid-template-columns: 1fr; gap: 24px; } }
.bento-header-left { max-width: 540px; }
.bento-header h2 { font-size: clamp(2.4rem, 5vw, 4.6rem); margin-bottom: 0; color: var(--ink); line-height: 0.95; }
.bento-header h2 em { color: var(--brand); font-style: italic; }
.bento-header-right { text-align: right; }
.bento-header-right .index-num { font-family: var(--font-display); font-weight: 700; font-size: clamp(4rem, 8vw, 7rem); letter-spacing: -0.05em; line-height: 0.85; color: var(--brand); }
.bento-header-right .index-label { font-family: var(--font-display); font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); margin-top: 8px; }
@media (max-width: 768px) { .bento-header-right { text-align: left; } }

.bento-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 14px; }
@media (max-width: 900px) { .bento-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; } }
@media (max-width: 520px) { .bento-grid { grid-template-columns: 1fr; grid-auto-rows: auto; } }
.bento-tile { position: relative; padding: 28px; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.35s var(--ease); cursor: default; }
.bento-tile:hover { transform: translateY(-4px); }
.bento-tile h3 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.025em; line-height: 1.05; margin-bottom: 12px; }
.bento-tile p { font-family: var(--font-body); font-size: 0.88rem; line-height: 1.55; }
.bento-tile .bento-num { font-family: var(--font-display); font-weight: 700; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; }

/* Bento variants */
.bento-tile.dark { background: var(--ink); color: #fff; }
.bento-tile.dark h3 { color: #fff; }
.bento-tile.dark p { color: rgba(255,255,255,0.62); }
.bento-tile.dark .bento-num { color: var(--brand); }
.bento-tile.light { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.bento-tile.light p { color: var(--stone); }
.bento-tile.light .bento-num { color: var(--brand); }
.bento-tile.brand { background: var(--brand); color: #fff; }
.bento-tile.brand h3 { color: #fff; }
.bento-tile.brand p { color: rgba(255,255,255,0.85); }
.bento-tile.brand .bento-num { color: rgba(255,255,255,0.7); }
.bento-tile.image { background-size: cover; background-position: center; color: #fff; }
.bento-tile.image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,19,32,0.2) 0%, rgba(13,19,32,0.92) 100%); z-index: 1; }
.bento-tile.image > * { position: relative; z-index: 2; }
.bento-tile.image h3 { color: #fff; }
.bento-tile.image p { color: rgba(255,255,255,0.85); }
.bento-tile.image .bento-num { color: var(--brand); }

/* Bento spans */
.bento-tile.span-2 { grid-column: span 2; }
.bento-tile.span-tall { grid-row: span 2; }
@media (max-width: 900px) { .bento-tile.span-2 { grid-column: span 2; } .bento-tile.span-tall { grid-row: span 1; } }
@media (max-width: 520px) { .bento-tile.span-2, .bento-tile.span-tall { grid-column: span 1; grid-row: span 1; min-height: 220px; } }

.bento-tile.span-2 h3 { font-size: clamp(1.4rem, 2.2vw, 2rem); }
.bento-tile h3 { font-size: 1.15rem; }
.bento-tile.image h3 { font-size: clamp(1.3rem, 1.8vw, 1.6rem); }

/* PATHWAY LADDER (replaces table) */
#pathways-ladder { background: var(--ink); color: #fff; padding: 72px 48px; }
.ladder-inner { max-width: 1080px; margin: 0 auto; }
.ladder-header { max-width: 720px; margin-bottom: 64px; }
.ladder-header h2 { font-size: clamp(2.4rem, 5vw, 4.6rem); color: #fff; margin-bottom: 18px; line-height: 0.95; }
.ladder-header h2 em { color: var(--brand); font-style: italic; }
.ladder-header p { color: rgba(255,255,255,0.6); font-size: 1.05rem; line-height: 1.65; }

.ladder { display: flex; flex-direction: column; gap: 10px; counter-reset: rung; }
.rung { display: grid; grid-template-columns: 90px 1fr auto; gap: 24px; align-items: center; padding: 28px 32px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 4px; transition: background 0.25s, border-color 0.25s, transform 0.25s; position: relative; overflow: hidden; }
.rung::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--brand); transform: scaleY(0); transform-origin: top; transition: transform 0.35s var(--ease); }
.rung:hover { background: rgba(255,103,0,0.06); border-color: rgba(255,103,0,0.3); transform: translateX(6px); }
.rung:hover::before { transform: scaleY(1); }
.rung-num { counter-increment: rung; font-family: var(--font-display); font-weight: 700; font-size: clamp(2.4rem, 4vw, 3.6rem); color: var(--brand); letter-spacing: -0.05em; line-height: 1; }
.rung-num::before { content: counter(rung, decimal-leading-zero); }
.rung-content h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.15rem, 1.6vw, 1.5rem); letter-spacing: -0.02em; color: #fff; margin-bottom: 6px; }
.rung-content p { font-size: 0.9rem; line-height: 1.55; color: rgba(255,255,255,0.6); max-width: 600px; }
.rung-meta { text-align: right; display: flex; flex-direction: column; gap: 6px; min-width: 180px; }
.rung-meta .meta-cost { font-family: var(--font-display); font-weight: 700; font-size: 1rem; letter-spacing: -0.015em; color: var(--brand); white-space: nowrap; }
.rung-meta .meta-time { font-family: var(--font-display); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.45); }

/* Intensity bar showing relative cost/escalation */
.rung-intensity { position: absolute; right: 0; top: 0; bottom: 0; width: 6px; background: var(--brand); opacity: 0.15; }
.rung[data-level="1"] .rung-intensity { height: 20%; bottom: auto; top: 0; }
.rung[data-level="2"] .rung-intensity { height: 35%; bottom: auto; top: 0; }
.rung[data-level="3"] .rung-intensity { height: 55%; bottom: auto; top: 0; }
.rung[data-level="4"] .rung-intensity { height: 75%; bottom: auto; top: 0; }
.rung[data-level="5"] .rung-intensity { height: 100%; opacity: 0.4; }

@media (max-width: 700px) {
  .rung { grid-template-columns: 70px 1fr; gap: 16px; padding: 22px 22px 22px 28px; }
  .rung-meta { grid-column: 1 / -1; text-align: left; flex-direction: row; gap: 24px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.08); min-width: 0; }
  .rung-num { font-size: 2.4rem; }
}

/* INTRO LEDE — opening paragraph with drop cap */
.intro-lede { max-width: 920px; margin: 0 auto; padding: 80px 48px; position: relative; }
.intro-lede p { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.5rem, 2.8vw, 2.4rem); line-height: 1.25; letter-spacing: -0.02em; color: #fff; }
.intro-lede p strong { color: var(--brand); font-weight: 700; font-style: italic; }
.intro-lede .drop-cap::first-letter { font-family: var(--font-display); font-weight: 700; font-size: 3em; line-height: 0.85; float: left; color: var(--brand); padding: 4px 14px 0 0; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .section, #hero, #navigator, #finalcta { padding-left: 24px; padding-right: 24px; }
  #hero { padding-top: 100px; padding-bottom: 60px; }
  #navigator { padding-top: 60px; padding-bottom: 80px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .navigator-card { padding: 32px 24px; }
  .hero-meta { gap: 32px; }
  .hero-ctas { gap: 12px; }
  .btn-lg { padding: 14px 24px; font-size: 0.92rem; }
  .option-grid.two, .option-grid.three { grid-template-columns: 1fr; }
  .step-controls { flex-direction: column-reverse; align-items: stretch; }
  .btn-next, .btn-back { width: 100%; text-align: center; justify-content: center; padding: 14px 20px; }
}


/* ---- Dispute page: hide theme nav & floating CTA ---- */
#navbar { display: none !important; }
.floating-cta { display: none !important; }
body.page-template-page-commercial-lease-dispute { padding-top: 0 !important; margin-top: 0 !important; }