/* Risky Group — umbrella landing page styles.
   Extracted verbatim from the prototype at ui_kits/risky-group/index.html <head><style>. */

body { background: #fff; color: #000; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

.nav { display: flex; align-items: center; justify-content: space-between; padding: 24px 40px; position: sticky; top: 0; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); z-index: 10; border-bottom: 1px solid var(--border); }
.nav-logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 900; text-transform: uppercase; letter-spacing: -.01em; font-size: 18px; }
.nav-logo img { width: 44px; height: 44px; }
.nav ul { display: flex; gap: 32px; 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(--rg-teal); }
.btn { font-family: var(--font-sans); font-weight: 600; font-size: 14px; padding: 11px 20px; border-radius: 8px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; transition: all 220ms var(--ease-out); border: 1px solid transparent; }
.btn-primary { background: #000; color: #fff; }
.btn-primary:hover { background: var(--rg-teal); }
.btn-secondary { background: #fff; border-color: var(--border); }

/* Hero — layered brand-colour strips */
.hero { padding: 88px 0 72px; position: relative; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: center; }
.hero .eyebrow { font-family: var(--font-display); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--rg-teal); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.hero .eyebrow::before { content: ""; width: 20px; height: 2px; background: var(--rg-teal); }
.hero h1 { font-size: clamp(52px, 7vw, 104px); line-height: .92; margin: 0 0 20px; letter-spacing: -.035em; text-transform: none; }
.hero p { font-size: 19px; line-height: 1.55; color: var(--fg-2); max-width: 54ch; margin: 0 0 28px; text-align: left; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }

.spectrum { display: flex; flex-direction: column; gap: 10px; }
.spec-row { display: grid; grid-template-columns: 24px 1fr auto; gap: 18px; align-items: center; padding: 18px 22px; background: #fff; border: 1px solid var(--border); border-radius: 14px; transition: all 220ms var(--ease-out); cursor: pointer; text-decoration: none; color: inherit; }
.spec-row:hover { transform: translateX(4px); border-color: var(--fg-2); box-shadow: var(--shadow-1); }
.spec-row .dot { width: 16px; height: 16px; border-radius: 50%; }
.spec-row .t { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; letter-spacing: -.005em; font-size: 17px; }
.spec-row .t small { display: block; font-family: var(--font-sans); font-weight: 500; font-size: 12px; color: var(--fg-3); text-transform: none; letter-spacing: 0; margin-top: 2px; }
.spec-row .arrow { color: var(--fg-3); }

/* Companies section */
.section { padding: 96px 0; border-top: 1px solid var(--border); }
.section-hd { margin-bottom: 48px; max-width: 720px; }
.section-hd .eyebrow { font-family: var(--font-display); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--fg-3); margin-bottom: 12px; }
.section-hd h2 { font-size: clamp(36px, 4.5vw, 64px); margin: 0 0 16px; letter-spacing: -.025em; line-height: 1; text-transform: none; }
.section-hd p { color: var(--fg-2); font-size: 17px; max-width: 54ch; text-align: left; margin: 0; }

.company-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.company { position: relative; padding: 36px; border-radius: 22px; overflow: hidden; color: #fff; min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; transition: transform 300ms var(--ease-out); text-decoration: none; }
.company:hover { transform: translateY(-4px); }
.company.teal { background: #5B3A2E; }
.company.green { background: #39B54A; }
.company.yellow { background: #FCDD33; color: #0A0B0D; }
.company.orange { background: #F15A22; }
.company::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 15%, rgba(255,255,255,.14), transparent 55%); pointer-events: none; }
.company.yellow::before { background: radial-gradient(circle at 85% 15%, rgba(0,0,0,.06), transparent 55%); }
.company > * { position: relative; z-index: 1; }
.company-top { display: flex; justify-content: space-between; align-items: flex-start; }
.company-logo { height: 52px; padding: 9px 14px; background: #fff; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(0,0,0,.14); overflow: hidden; width: auto; min-width: 140px; max-width: 240px; }
.company-logo img { height: 100%; width: auto; max-width: 100%; object-fit: contain; display: block; }
.company-tag { font-family: var(--font-display); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; opacity: .85; background: rgba(255,255,255,.18); padding: 5px 10px; border-radius: 999px; }
.company.yellow .company-tag { background: rgba(0,0,0,.1); opacity: .9; }
.company h3 { font-family: var(--font-display); font-weight: 900; font-size: 34px; margin: 0 0 10px; text-transform: uppercase; letter-spacing: -.015em; line-height: .95; }
.company p { font-size: 15px; line-height: 1.55; margin: 0 0 16px; opacity: .92; text-align: left; }
.company .go { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; letter-spacing: .01em; }

/* About / stats */
.about { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.about h2 { font-size: clamp(36px, 4vw, 56px); margin: 0 0 20px; letter-spacing: -.025em; text-transform: none; line-height: 1; }
.about p { color: var(--fg-2); font-size: 17px; line-height: 1.6; margin: 0 0 14px; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.about-stats .s { padding: 28px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.about-stats .v { font-family: var(--font-display); font-weight: 900; font-size: 44px; letter-spacing: -.025em; line-height: 1; }
.about-stats .k { font-size: 12px; color: var(--fg-3); text-transform: uppercase; letter-spacing: .1em; margin-top: 10px; font-weight: 500; }


/* Footer */
.foot { padding: 64px 0 40px; background: #000; color: rgba(255,255,255,.7); }
.foot-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 32px; margin-bottom: 40px; }
.foot-col h4 { font-family: var(--font-display); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin: 0 0 14px; font-weight: 700; }
.foot-col ul { list-style: none; padding: 0; margin: 0; font-size: 13px; display: flex; flex-direction: column; gap: 8px; }
.foot-col a { color: rgba(255,255,255,.7); text-decoration: none; }
.foot-col a:hover { color: #fff; }
.foot-brand { font-family: var(--font-display); font-weight: 900; font-size: 20px; color: #fff; text-transform: uppercase; letter-spacing: -.01em; margin-bottom: 10px; }
.foot-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; font-size: 12px; flex-wrap: wrap; gap: 16px; }

@media (max-width: 900px) {
	.hero-inner { grid-template-columns: 1fr; }
	.company-grid { grid-template-columns: 1fr; }
	.about { grid-template-columns: 1fr; gap: 32px; }
	.foot-grid { grid-template-columns: 1fr 1fr; }
	.nav ul { display: none; }
}
