/* Risky Business — HSEQ consulting landing page styles.
   Extracted verbatim from the prototype at ui_kits/risky-business/index.html <head><style>. */

body { background: #fff; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

/* Nav */
.nav { display: flex; align-items: center; justify-content: space-between; padding: 20px 32px; border-bottom: 1px solid var(--border); position: sticky; top: 0; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); z-index: 10; }
.nav-logo { display: flex; align-items: center; text-decoration: none; color: #000; }
.nav-logo img { height: 44px; width: auto; display: block; max-width: 260px; }
.nav ul { display: flex; gap: 28px; list-style: none; padding: 0; margin: 0; font-size: 14px; font-weight: 500; }
.nav ul a { color: var(--fg-1); text-decoration: none; }
.nav ul a:hover { color: var(--brand-deep); }

/* Hero */
.hero { padding: 96px 0 72px; border-bottom: 1px solid var(--border); }
.hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: center; }
.eyebrow { font-family: var(--font-display); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--brand-deep); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--brand); }
.hero h1 { font-size: clamp(48px, 6vw, 84px); line-height: .95; margin: 0 0 20px; letter-spacing: -.03em; }
.hero p { font-size: 18px; line-height: 1.55; color: var(--fg-2); max-width: 52ch; text-align: left; margin: 0 0 28px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { font-family: var(--font-sans); font-weight: 600; font-size: 15px; padding: 13px 22px; border-radius: 8px; border: 1px solid transparent; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; transition: all 220ms var(--ease-out); }
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-deep); }
.btn-secondary { background: #fff; color: #000; border-color: var(--border); }
.btn-secondary:hover { border-color: var(--border-strong); background: var(--bg-2); }
.hero-aside { background: var(--bg-2); border: 1px solid var(--border); border-radius: 16px; padding: 28px; box-shadow: var(--shadow-1); }
.stat { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--border); align-items: baseline; }
.stat:last-child { border-bottom: none; }
.stat .k { font-size: 13px; color: var(--fg-3); font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.stat .v { font-family: var(--font-display); font-weight: 900; font-size: 28px; letter-spacing: -.02em; }
.stat .v small { font-size: 14px; color: var(--fg-3); font-weight: 500; margin-left: 4px; letter-spacing: 0; }

/* Services */
.section { padding: 80px 0; border-bottom: 1px solid var(--border); }
.section-hd { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; gap: 40px; }
.section-hd h2 { font-size: clamp(32px, 4vw, 52px); margin: 0; letter-spacing: -.02em; }
.section-hd p { color: var(--fg-2); max-width: 40ch; margin: 0; text-align: left; }
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 24px; transition: all 220ms var(--ease-out); cursor: pointer; }
.svc:hover { box-shadow: var(--shadow-2); transform: translateY(-2px); border-color: var(--brand); }
.svc .ico { width: 44px; height: 44px; border-radius: 10px; background: var(--rb-green-light-62); color: var(--brand-deep); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.svc .ico svg { width: 22px; height: 22px; }
.svc h3 { font-size: 20px; letter-spacing: -.01em; margin: 0 0 8px; text-transform: none; }
.svc p { font-size: 14px; color: var(--fg-2); text-align: left; margin: 0 0 14px; line-height: 1.5; }
.svc-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag { font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 4px; background: var(--bg-3); color: var(--fg-2); }

/* Standards strip */
.strip { background: #000; color: #fff; padding: 40px 0; }
.strip-grid { display: flex; justify-content: space-around; align-items: center; gap: 32px; flex-wrap: wrap; }
.strip-item { text-align: center; font-family: var(--font-display); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; font-size: 14px; opacity: .75; }
.strip-item strong { display: block; font-size: 22px; letter-spacing: -.01em; opacity: 1; margin-bottom: 4px; }

/* Client logos — auto-scrolling marquee (no titles, no text) */
.clients-strip { background: var(--bg-1); padding: 48px 0; overflow: hidden; }
.clients-marquee { width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.clients-track { display: flex; width: max-content; animation: riskybc-marquee 90s linear infinite; align-items: center; }
.clients-track:hover { animation-play-state: paused; }
.client-tile { flex: 0 0 auto; width: 160px; height: 72px; margin: 0 28px; display: flex; align-items: center; justify-content: center; }
.client-tile img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; filter: grayscale(100%); opacity: .65; transition: filter .3s ease, opacity .3s ease; }
.client-tile img:hover { filter: grayscale(0); opacity: 1; }

@keyframes riskybc-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	.clients-track { animation: none; }
}

/* CTA */
.cta { background: var(--brand); color: #fff; padding: 72px 0; text-align: center; }
.cta h2 { color: #fff; margin: 0 0 12px; }
.cta p { color: rgba(255,255,255,.9); max-width: 48ch; margin: 0 auto 24px; text-align: center; }
.cta .btn-primary { background: #000; color: #fff; }
.cta .btn-primary:hover { background: #1a1a1a; }

/* Footer */
.foot { padding: 48px 0; color: var(--fg-3); font-size: 13px; }
.foot-grid { display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; }

@media (max-width: 900px) {
	.hero-grid { grid-template-columns: 1fr; }
	.services { grid-template-columns: 1fr; }
	.section-hd { flex-direction: column; align-items: flex-start; gap: 16px; }
	.nav ul { display: none; }
}
