
    /* Page-specific: sectors landing — 7R framework + 13 sector entries */
    nav { transition: border-bottom .2s; border-bottom: none; }
    nav.scrolled { border-bottom: 1px solid var(--mid); }
    .section-divider { border: none; border-top: 1px solid var(--mid); margin: 0; }

    /* Dark hero */
    .page-hero { padding: 160px 0 0; background: var(--ink); overflow: hidden; }
    .page-hero-inner { max-width: 860px; padding-bottom: 80px; }
    .page-hero .label { display: block; margin-bottom: 32px; color: rgba(250,250,248,.35); }
    .page-hero h1 { font-family: 'Poppins', sans-serif; font-size: clamp(2.2rem, 4.5vw, 4.4rem); font-weight: 800; line-height: 1.06; letter-spacing: -.01em; color: var(--white); margin-bottom: 28px; }
    .page-hero h1 em { font-style: normal; color: var(--accent); }
    .page-hero-sub { font-size: 1.05rem; color: rgba(250,250,248,.55); max-width: 580px; line-height: 1.72; }

    /* 7R framework intro */
    .framework-intro { padding: 80px 0; background: var(--white); border-bottom: 1px solid var(--mid); }
    .framework-intro-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
    .framework-intro h2 { font-family: 'Poppins', sans-serif; font-weight: 700; line-height: 1.15; font-size: clamp(1.6rem, 2.4vw, 2.2rem); margin-bottom: 24px; }
    .framework-intro p { color: var(--stone); font-size: .975rem; margin-bottom: 16px; line-height: 1.72; }
    .framework-intro p:last-child { margin-bottom: 0; }
    .r-diagram { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
    .r-cell { background: var(--bg); padding: 24px 16px; text-align: center; }
    .r-cell.r-cell--centre { background: var(--accent); }
    .r-cell__letter { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 2rem; color: var(--ink); line-height: 1; margin-bottom: 8px; }
    .r-cell--centre .r-cell__letter { color: var(--white); }
    .r-cell__name { font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--stone); }
    .r-cell--centre .r-cell__name { color: rgba(255,255,255,.7); }

    /* Sectors entries */
    .sectors-section { padding: 0; background: var(--bg); }
    .sector-entry { padding: 80px 0; border-bottom: 1px solid var(--mid); background: var(--white); }
    .sector-entry:nth-child(even) { background: var(--bg); }
    .sector-inner { display: grid; grid-template-columns: 200px 1fr; gap: 80px; align-items: start; }
    .sector-number-block { padding-top: 4px; }
    .sector-num { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 3.5rem; color: var(--mid); line-height: 1; margin-bottom: 12px; }
    .sector-name { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
    .sector-content h2 { font-family: 'Poppins', sans-serif; font-weight: 700; line-height: 1.15; font-size: clamp(1.5rem, 2.2vw, 2rem); margin-bottom: 20px; }
    .sector-content p { color: var(--stone); font-size: .975rem; margin-bottom: 16px; max-width: 640px; line-height: 1.72; }
    .sector-content p:last-of-type { margin-bottom: 24px; }
    .sector-link { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 13px; color: var(--accent); letter-spacing: .03em; transition: letter-spacing .15s; }
    .sector-link:hover { letter-spacing: .07em; }
    .sector-links { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 4px; }
    .sector-links .sector-link--secondary { color: var(--stone); }

    /* CTA strip */
    .cta-section { background: var(--accent); padding: 80px 0; }
    .cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
    .cta-headline { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(1.6rem, 2.8vw, 2.4rem); color: var(--white); line-height: 1.15; max-width: 580px; }

    /* Footer bottom row (compact footer in styles.css covers the rest) */
    .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; flex-wrap: wrap; gap: 12px; }
    .footer-bottom p { font-size: .75rem; color: rgba(250,250,248,.25); }

    @media (max-width: 1100px) { :root { --pad: 48px; } .framework-intro-inner { grid-template-columns: 1fr; gap: 48px; } }
    @media (max-width: 768px) { .sector-inner { grid-template-columns: 1fr; gap: 24px; } .sector-num { font-size: 2.5rem; } .cta-inner { flex-direction: column; align-items: flex-start; } }
  