/* ATLAS color refinements R42 — fixed action blue, configurable sidebar and prominent social links. */
html[data-atlas-color]{--primary:#087f9d;--primary-foreground:#fff;--atlas-action:#087f9d;--atlas-action-hover:#056b86;--atlas-side:#061e27;--atlas-side-foreground:#eaf5fa;--atlas-side-muted:#a9c7d4;--atlas-side-hover:#164553;--atlas-side-border:#284b5a}
html[data-atlas-color=aqua]{--atlas-side:#061e27;--atlas-side-foreground:#eaf5fa;--atlas-side-muted:#a9c7d4;--atlas-side-hover:#164553;--atlas-side-border:#284b5a}
html[data-atlas-color=blue]{--atlas-side:#082b50;--atlas-side-foreground:#f2f8ff;--atlas-side-muted:#b8cee2;--atlas-side-hover:#184f80;--atlas-side-border:#2a5f8d}
html[data-atlas-color=black]{--atlas-side:#101214;--atlas-side-foreground:#f3f5f6;--atlas-side-muted:#b8c0c5;--atlas-side-hover:#2b3035;--atlas-side-border:#363c42}
html[data-atlas-color=graphite]{--atlas-side:#26323b;--atlas-side-foreground:#f4f7f9;--atlas-side-muted:#c1ced6;--atlas-side-hover:#3b4b56;--atlas-side-border:#52636f}
html[data-atlas-color=gray]{--atlas-side:#55636d;--atlas-side-foreground:#fff;--atlas-side-muted:#e1e8ec;--atlas-side-hover:#697983;--atlas-side-border:#7d8b94}
html[data-atlas-color=lightgray]{--atlas-side:#dfe6eb;--atlas-side-foreground:#172d3c;--atlas-side-muted:#566d7c;--atlas-side-hover:#c7d4dc;--atlas-side-border:#bccbd4}
html[data-atlas-color=white]{--atlas-side:#fff;--atlas-side-foreground:#173244;--atlas-side-muted:#5d7483;--atlas-side-hover:#e8f1f5;--atlas-side-border:#d3e0e7}
html[data-atlas-color] :is([data-sidebar=sidebar],[data-slot=sidebar-inner]){background:var(--atlas-side)!important;color:var(--atlas-side-foreground)!important;border-color:var(--atlas-side-border)!important}
html[data-atlas-color] [data-sidebar=menu-button]{color:var(--atlas-side-foreground)!important}
html[data-atlas-color] [data-sidebar=menu-button] :is(span,svg){color:inherit!important}
html[data-atlas-color] [data-sidebar=menu-button]:is(:hover,[data-active=true]){background:var(--atlas-side-hover)!important;color:var(--atlas-side-foreground)!important}
html[data-atlas-color] :is([data-sidebar=separator],[data-slot=sidebar-separator]){border-color:var(--atlas-side-border)!important}
html[data-atlas-color] .brand-header{background:#080a0d!important;border-bottom-color:#20262b!important}
html[data-atlas-theme] .atlas-home-links a{background:var(--atlas-action)!important;border-color:var(--atlas-action)!important;color:#fff!important;box-shadow:0 10px 24px rgba(8,127,157,.18)}
html[data-atlas-theme] .atlas-home-links a :is(strong,span){color:#fff!important}
html[data-atlas-theme] .atlas-home-links a:hover{background:var(--atlas-action-hover)!important;border-color:var(--atlas-action-hover)!important;box-shadow:0 14px 30px rgba(8,127,157,.28)}
html[data-atlas-theme] .atlas-home-copy :is(h1,.atlas-home-service){color:#fff!important;text-shadow:0 3px 18px rgba(0,0,0,.5)}
html[data-atlas-theme] .atlas-home-copy .atlas-home-kicker{color:#40d7f7!important}
html[data-atlas-theme] .atlas-photo-social{display:grid;grid-template-columns:repeat(3,minmax(148px,1fr));align-items:center;gap:12px 14px;padding:20px 22px;margin:0 0 28px;background:var(--atlas-surface);border:1px solid var(--atlas-border);border-radius:16px;box-shadow:0 12px 30px var(--atlas-shadow)}
html[data-atlas-theme] .atlas-photo-social a{justify-content:center;min-height:50px;padding:11px 16px;border:1px solid rgba(8,127,157,.42);border-radius:10px;background:linear-gradient(135deg,#087f9d,#0b9abb);color:#fff;font-weight:700;box-shadow:0 8px 18px rgba(8,127,157,.18);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
html[data-atlas-theme] .atlas-photo-social a:hover{color:#fff;background:linear-gradient(135deg,#056b86,#087f9d);transform:translateY(-2px);box-shadow:0 12px 24px rgba(8,127,157,.28)}
html[data-atlas-theme] .atlas-photo-social a:focus-visible{outline:3px solid #35c7e8;outline-offset:3px}
html[data-atlas-theme] .atlas-photo-social svg{width:24px;height:24px}
@media(max-width:880px){html[data-atlas-theme] .atlas-photo-social{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:560px){html[data-atlas-theme] .atlas-photo-social{grid-template-columns:1fr;padding:16px}html[data-atlas-theme] .atlas-photo-social a{width:100%}}

/* Keep the mobile drawer on the same selected palette as the desktop sidebar. */
html[data-atlas-color]{--sidebar:var(--atlas-side)!important;--sidebar-foreground:var(--atlas-side-foreground)!important;--sidebar-accent:var(--atlas-side-hover)!important;--sidebar-accent-foreground:var(--atlas-side-foreground)!important;--sidebar-border:var(--atlas-side-border)!important}
html[data-atlas-color] [data-mobile=true][data-sidebar=sidebar]{background:var(--atlas-side)!important;color:var(--atlas-side-foreground)!important;border-color:var(--atlas-side-border)!important}
html[data-atlas-color] [data-mobile=true][data-sidebar=sidebar]>div{background:var(--atlas-side)!important;color:var(--atlas-side-foreground)!important}
