/* Loops Knowledge Hub — "Complex ADHD & Life Contexts" — cluster landing page. Front door to the Complex section. NO topic-index section by site convention: routing happens through inline blocks and their text links (never buttons). Topic blocks slightly fuller since most have no deep page yet; co-occurrence blocks visually parallel (no condition styled as more serious). Doctor prompts + disclaimer kept as quiet body copy. NOTE: University support (DSA) and Driving (DVLA) are named UK statutory schemes and are kept as-is because the geo-specifics ARE the content; generic medical prompt uses "doctor". Last-reviewed date near top (DVLA + student-funding content dates). Single final CTA button. UK English, no em dashes. */ const CX_LINK = "text-brand-deep font-semibold hover:underline"; /* ---------------- Page nav ---------------- */ const CX_NAV_LINKS = [ { label: "What travels with it", href: "#companions" }, { label: "Life contexts", href: "#contexts" }, { label: "Knowledge Hub", href: "/adhd/knowledge-hub/" }, { label: "Blog", href: "/blog/" }, ]; const CxNav = () => { const [open, setOpen] = React.useState(false); const [scrolled, setScrolled] = React.useState(false); React.useEffect(() => { const onScroll = () => setScrolled(window.scrollY > 8); onScroll(); window.addEventListener("scroll", onScroll, { passive: true }); return () => window.removeEventListener("scroll", onScroll); }, []); React.useEffect(() => { if (!open) return; const onKey = (e) => e.key === "Escape" && setOpen(false); document.body.style.overflow = "hidden"; document.addEventListener("keydown", onKey); return () => { document.body.style.overflow = ""; document.removeEventListener("keydown", onKey); }; }, [open]); return (
Loops
); }; /* ---------------- Hero ---------------- */ const CxHero = () => (
ADHD Knowledge Hub

Complex ADHD & Life Contexts

ADHD rarely shows up on its own.

This is where the bigger picture lives: the conditions that travel with ADHD, the hormones that turn its volume up and down, and the life contexts, study, work, driving, later life, where the standard picture needs a footnote.

Last reviewed July 2026

); /* ---------------- Section 2: The frame ---------------- */ const CxFrame = () => (
The bigger picture

Co-occurrence is the norm, not the exception.

Most adults with ADHD aren't managing ADHD alone. Anxiety, depression, sleep problems and other conditions travel with it so often that clinicians treat co-occurrence as the default assumption rather than a complication. And even where nothing else is going on, context changes everything: the same brain presents differently across hormonal cycles, life stages and environments.

This matters practically, not academically. A picture of ADHD built only on the textbook case, young, male, uncomplicated, misses most of the people actually living with it. If the standard descriptions almost fit you but not quite, this page is probably why.

If the textbook version never quite matched you, it may be because you were never the textbook's subject.
); /* ---------------- Section 3: ADHD in women ---------------- */ const CxWomen = () => (
ADHD in women

Underdiagnosed is putting it politely.

Women with ADHD have historically been missed on an industrial scale, and the reasons stack: inattentive presentations that disrupt nobody, masking learned earlier and practised harder under stronger social expectations, and diagnostic criteria built from studies of boys. The result is a familiar biography: decades of "scatty", "sensitive" or "not applying herself", a string of anxiety and depression diagnoses that never quite fit, and recognition finally arriving in her thirties or forties, often triggered by a child's diagnosis or a hormonal transition.

None of the underlying mechanisms differ by sex. What differs is presentation, expectation and cost: more internal restlessness than visible hyperactivity, more emotional load carried privately, and a compensation bill that compounds for longer before anyone names it.

); /* ---------------- Section 4: Hormones and menopause ---------------- */ const CxHormones = () => (
Hormones

The volume dial nobody mentions at diagnosis.

The cycle

Oestrogen interacts with the dopamine system, and many women report ADHD symptoms worsening noticeably in the low-oestrogen days before a period. Medication that works beautifully in one week of the month can feel like it stopped working in another. Tracking symptoms against the cycle for a few months turns a bewildering pattern into a predictable one, and it's worth raising with your prescriber rather than quietly enduring.

Perimenopause and menopause

When oestrogen falls at midlife, many women experience their ADHD intensifying sharply, and some meet it for the first time. Brain fog, emotional volatility and executive collapse at perimenopause are routinely attributed to menopause alone, and sometimes they're ADHD that compensation can no longer cover. A wave of midlife diagnoses happens exactly here. If this is your story, it deserves a clinician willing to look at both explanations at once.

The honest caveat: research on hormones and ADHD is young, and much of what's known comes from clinical observation and consistent community report rather than large trials. That makes the pattern worth taking seriously and worth discussing with a clinician, not worth over-claiming.

); /* ---------------- Section 5: What travels with ADHD (4 parallel blocks) ---------------- */ const CxCompanions = () => (
Co-occurring conditions

The usual companions, and how to tell them apart.

Anxiety

Anxiety is one of ADHD's most common companions, and the relationship runs both ways. Years of unpredictable follow-through genuinely teach a person to worry, and an emotional system at full volume amplifies it. The practical point: anxiety treatment that ignores untreated ADHD often underperforms, because part of the worry is rational response to an unmanaged mechanism. Both deserve attention.

Depression

Low mood travels with ADHD frequently, and it can be consequence, companion, or burnout wearing depression's clothes. Untangling them matters because the treatments differ, and it's genuinely hard from the inside. Persistent flatness, pleasure that stops working, or dark turns in how you see yourself are doctor-conversation territory, plainly and promptly.

Autism (AuDHD)

ADHD and autism co-occur often enough that the community coined AuDHD, and co-diagnosis has only been formally allowed since 2013, which is why so many people got half an answer for years. The lived experience is frequently one of internal contradiction: a brain that craves novelty and needs sameness, that seeks stimulation and gets overwhelmed by it. If one diagnosis explained some of you and left the rest unaccounted for, the combination is worth exploring with an assessor experienced in both.

Trauma

Trauma symptoms and ADHD symptoms overlap heavily, hypervigilance can look like distractibility, and the relationship runs in both directions: ADHD increases exposure to adverse experiences, and trauma shapes attention. The wrong conclusion is that one explains away the other. They co-exist often, careful assessment can hold both, and support for each helps the other.

); /* ---------------- Section 6: Life contexts (4 blocks) ---------------- */ const CxContexts = () => (
Life contexts

The situations where the standard picture needs a footnote.

Work adjustments

Many of the most effective workplace adjustments are simply good management, and you can ask for them with or without disclosing a diagnosis. Written briefs, clear deadlines, quieter space, meetings with actions. The full page covers the workplace properly, including disclosure and when the workplace itself is the problem.

University support

In the UK, ADHD counts as a disability for student support purposes, which unlocks real help: Disabled Students' Allowance, exam adjustments, specialist mentoring. The route runs through your university's disability service, it needs evidence of diagnosis, and it's worth starting early because the admin takes time, which is its own irony given who it's for. Support exists precisely because sustained self-directed study is the hardest format for ADHD; using it isn't an unfair advantage, it's the level field.

Driving & DVLA

In the UK, the rule turns on safety: if your ADHD or your medication affects your ability to drive safely, you must tell the DVLA, and your clinician can advise on whether that applies to you. Worth knowing alongside it: research links ADHD to higher accident rates, and treatment appears to reduce that risk, which makes managing the condition part of managing the driving. Rules and forms change, so check current DVLA guidance directly before acting on anything here.

Older adults

ADHD doesn't expire at 65, but research and services largely behave as if it does. Some people carry a lifelong diagnosis into ageing with no guidance; others finally recognise the pattern after retirement dismantles the structure that was holding them together. Symptom overlap with ordinary cognitive ageing makes assessment genuinely harder, and a careful clinician will want a lifelong history, which is exactly where the evidence file earns its keep. Late recognition still pays: explanation, community and structure all work at any age.

); /* ---------------- Section 7: Open questions ---------------- */ const CxOpenQuestions = () => (
Honest limits

What we still don't know.

This page covers the parts of ADHD where the research is youngest, and that deserves saying without varnish. Hormones, menopause, AuDHD presentation, trauma interaction and ADHD in later life are all areas where lived-experience accounts run well ahead of trials, consistent enough to take seriously, thin enough that confident universal claims would be dishonest. Guidance on the practical topics, DVLA rules, student funding criteria, changes often enough that checking the current official position before acting is essential rather than cautious.

And the standing disclaimer, because this page brushes against medical decisions repeatedly: this is general information, not medical advice. Clinicians who know your history are the right people for the specific calls.

); /* ---------------- Section 8: The bottom line ---------------- */ const CxBottomLine = () => (
The bottom line

The bigger picture is still a legible picture.

ADHD rarely travels alone, and it never travels context-free. Anxiety, low mood, autism and trauma shape how it presents; hormones turn its volume up and down on a schedule nobody mentions at diagnosis; and study, work, driving and ageing each add rules and options worth knowing. None of this makes your situation too complicated to work with. It makes the map bigger, and most of the map is on this page or one link away.

The mechanics underneath remain the same five mechanisms, whatever else is in the picture, and the design moves that help them still hold. Complexity changes the tuning. It doesn't change the instrument.

); /* ---------------- Section 9: Final CTA ---------------- */ const CxFinalCTA = () => (
For the whole picture

Built for the whole picture.

Loops is a daily coaching app for ADHD brains in real lives: cycles, co-conditions, night shifts, midlife and all. Small steps a day, sized for the day you're actually having.

Free to start. No complicated setup. Takes a few minutes.
); /* ---------------- App ---------------- */ function CxApp() { return (
); } const complexAdhdRoot = ReactDOM.createRoot(document.getElementById("root")); complexAdhdRoot.render();