.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(223, 232, 228, 0.9); background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(14px); }
.header-inner { width: var(--container); min-height: 74px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-nav { display: flex; align-items: center; gap: 26px; color: #45534e; font-size: 13px; font-weight: 550; }
.site-nav a:hover, .site-nav a.active { color: var(--ren-green); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.mobile-account-actions { display: none; }
.account-menu { position: relative; flex: 0 0 auto; }
.account-trigger { min-height: 40px; gap: 7px; padding: 0 12px; border: 1px solid #bfd5ca; border-radius: 11px; color: #073d31; background: #fff; font-size: 12px; font-weight: 800; white-space: nowrap; box-shadow: 0 8px 18px rgba(20, 57, 46, .05); transition: transform 150ms ease, border-color 150ms ease, background 150ms ease, box-shadow 150ms ease; }
.account-icon { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #08745d; background: #ecf8f2; font-size: 12px; line-height: 1; }
.chevron { color: #5e756d; font-size: 14px; line-height: 1; transition: transform 150ms ease; }
.account-trigger:hover, .account-trigger:focus-visible, .account-menu.open .account-trigger { transform: translateY(-1px); border-color: #8fc7ae; background: #f4fbf7; box-shadow: 0 13px 28px rgba(7, 72, 56, .13); }
.account-trigger:active { transform: translateY(0); box-shadow: 0 6px 14px rgba(7, 72, 56, .1); }
.account-trigger:focus-visible { outline: 3px solid rgba(24, 154, 119, .22); outline-offset: 2px; }
.account-menu.open .chevron, .account-menu:hover .chevron { transform: rotate(180deg); }
.account-dropdown { position: absolute; top: calc(100% + 12px); right: 0; z-index: 70; display: grid; min-width: 220px; padding: 8px; border: 1px solid rgba(180, 211, 198, .96); border-radius: 12px; background: rgba(255,255,255,.98); box-shadow: 0 22px 52px rgba(5, 33, 25, .2); opacity: 0; visibility: hidden; transform: translateY(-6px); pointer-events: none; transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease; }
.account-dropdown::before { content: ""; position: absolute; top: -10px; right: 20px; width: 18px; height: 18px; border-top: 1px solid rgba(180, 211, 198, .96); border-left: 1px solid rgba(180, 211, 198, .96); background: #fff; transform: rotate(45deg); }
.account-menu:hover .account-dropdown, .account-menu.open .account-dropdown, .account-menu:focus-within .account-dropdown { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.account-dropdown a, .account-dropdown button { position: relative; z-index: 1; display: grid; gap: 3px; width: 100%; padding: 10px 11px; border: 0; border-radius: 9px; color: #123c31; background: transparent; text-align: left; text-decoration: none; cursor: pointer; font: inherit; transition: background 150ms ease, color 150ms ease, transform 150ms ease; }
.account-dropdown a:hover, .account-dropdown a:focus-visible, .account-dropdown button:hover, .account-dropdown button:focus-visible { color: #05634f; background: #eef9f4; transform: translateX(2px); outline: 0; }
.account-dropdown b { font-size: 12px; line-height: 1.25; }
.account-dropdown small { color: #6a7c74; font-size: 10px; font-weight: 650; line-height: 1.35; }
.auth-form { gap: 14px; }
.auth-kicker { width: max-content; padding: 6px 9px; border-radius: 999px; color: #06745e; background: #eef9f4; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.auth-fields { display: grid; gap: 12px; }
.auth-form .form-error { margin: -4px 0 0; color: #a33b33; font-size: 12px; font-weight: 700; line-height: 1.45; }
.auth-form .legal-note { color: var(--ren-muted); font-size: 11px; line-height: 1.55; }
.header-cta { gap: 7px; border-radius: 11px; box-shadow: 0 12px 26px rgba(8, 116, 93, .24); transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease; }
.header-cta:hover, .header-cta:focus-visible { transform: translateY(-1px); box-shadow: 0 16px 34px rgba(8, 116, 93, .3); }
.header-cta:active { transform: translateY(0); box-shadow: 0 8px 18px rgba(8, 116, 93, .22); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--ren-line); border-radius: 9px; background: white; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ren-ink); }

.hero { overflow: hidden; background: linear-gradient(180deg, #fbfdfc 0%, #f4f8f6 100%); border-bottom: 1px solid var(--ren-line); }
.hero-inner { width: var(--container); min-height: 680px; margin: auto; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 64px; padding: 74px 0 92px; }
.hero-copy { position: relative; z-index: 2; }
.hero-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--ren-green); font-size: 10px !important; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.hero-eyebrow span { width: 22px; height: 1px; background: var(--ren-copper); }
.hero-copy h1 { max-width: 620px; margin: 0; font: 800 clamp(48px, 5.6vw, 76px)/.98 var(--font-display); letter-spacing: -0.07em; }
.hero-copy h1 em { color: var(--ren-green); font-style: normal; }
.hero-copy > p:not(.hero-eyebrow) { max-width: 520px; margin: 26px 0 0; color: var(--ren-muted); font-size: 16px; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.hero-actions .button { min-height: 50px; padding-inline: 21px; }
.hero-media { position: relative; min-height: 520px; }
.hero-photo { position: absolute; inset: 0; border-radius: 18px 72px 18px 72px; background: center/cover no-repeat url('/assets/images/renos-hero-brand.png'); box-shadow: 0 24px 70px rgba(20, 57, 46, .17); }
.hero-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(7, 42, 34, 0.48)); border-radius: inherit; }
.hero-caption { position: absolute; left: 30px; right: 30px; bottom: 26px; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 20px; color: white; }
.caption-kicker { display: block; margin-bottom: 8px; color: #b5dbc9 !important; font-size: 9px !important; font-weight: 750; letter-spacing: .16em; }
.hero-caption b { display: block; font: 750 20px/1.2 var(--font-display); }
.hero-caption span { display: block; margin-top: 5px; color: rgba(255,255,255,.78); font-size: 12px; }
.caption-index { color: white !important; font: 700 13px var(--font-display); }
.caption-index i { color: rgba(255,255,255,.5); font-style: normal; font-weight: 500; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--ren-line); color: var(--ren-muted); font-size: 11px; }
.hero-proof span { display: grid; gap: 3px; }
.hero-proof b { color: var(--ren-ink); font-size: 14px; }

/* Reference homepage composition: full-width dispatch hero */
.site-header { background: rgba(255,255,255,.98); }
.header-inner { max-width: 100%; width: 100%; padding: 0 18px; gap: 20px; }
.brand { flex: 0 0 auto; gap: 9px; }
.brand-mark { width: 36px; height: 36px; border-radius: 0 9px 9px 0; font-size: 13px; letter-spacing: -.08em; }
.brand-copy { font-size: 16px; }
.brand-copy small { color: #526276; font-size: 8px; letter-spacing: .03em; }
.site-nav { flex: 1 1 auto; justify-content: center; gap: 24px; color: #24344b; font-size: 12px; font-weight: 750; white-space: nowrap; }
.header-actions { flex: 0 0 auto; gap: 7px; }
.header-actions .header-button { min-height: 38px; padding: 0 11px; border-color: #c5d1df; color: #19273b; background: #fff; font-size: 11px; white-space: nowrap; }
.header-actions .primary { min-height: 38px; padding: 0 15px; font-size: 12px; white-space: nowrap; }

.hero { padding: 18px 0 0; background: #fff; border-bottom: 0; }
.hero-inner { position: relative; width: min(1460px, calc(100vw - 36px)); min-height: 770px; display: block; padding: 0; overflow: hidden; border-radius: 0; }
.hero-background { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1, 42, 31, .92) 0%, rgba(1, 42, 31, .78) 36%, rgba(1, 42, 31, .28) 72%, rgba(1, 42, 31, .45) 100%), url('/assets/images/renos-hero-brand.png') center/cover; }
.hero-copy { position: relative; width: 58%; min-height: 770px; padding: 72px 38px 36px; color: #fff; }
.hero-eyebrow { display: inline-flex; margin-bottom: 28px; padding: 7px 11px; border: 1px solid rgba(174, 222, 193, .45); border-radius: 999px; color: #d8db51; font-size: 11px !important; letter-spacing: .02em; }
.hero-eyebrow span { display: none; }
.hero-copy h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 5vw, 76px); line-height: 1.02; letter-spacing: -.045em; }
.hero-copy h1 strong { color: #fff; font-size: 1.22em; letter-spacing: -.07em; }
.hero-copy > p:not(.hero-eyebrow) { max-width: 760px; margin: 20px 0 0; color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.65; font-weight: 600; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.hero-pills span { padding: 8px 11px; border: 1px solid rgba(185, 226, 203, .38); border-radius: 999px; color: #fff; font-size: 11px; font-weight: 700; }
.hero-actions { margin-top: 34px; }
.hero-actions .primary { background: #067b5e; border-color: #0b8d6e; }
.hero-outline { color: #fff; border-color: rgba(207, 231, 220, .45); background: rgba(0, 0, 0, .12); }
.hero-outline span { margin-left: 8px; font-size: 16px; }
.hero-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.hero-links a { color: #e7f2ed; text-decoration: underline; font-size: 12px; font-weight: 700; }
.hero-capabilities { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; max-width: 760px; margin-top: 26px; padding-top: 16px; border-top: 1px solid rgba(180, 221, 201, .26); }
.hero-capabilities > span { display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 8px 10px; border: 1px solid rgba(180, 221, 201, .26); border-radius: 7px; background: rgba(0, 35, 25, .18); }
.hero-capabilities b { color: #b8df70; font-size: 16px; }
.hero-capabilities strong { color: #fff; font-size: 10px; line-height: 1.25; }
.hero-capabilities small { color: #c7dfd1; font-size: 9px; font-weight: 500; }
.hero-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; max-width: 760px; margin-top: 22px; padding-top: 18px; border-top-color: rgba(180, 221, 201, .26); color: #e0efe7; }
.hero-proof b { display: block; color: #fff; font-size: 22px; }
.hero-proof span { font-size: 9px; }
.hero-media { position: absolute; inset: 0; min-height: 0; pointer-events: none; }
.hero-photo { display: none; }
.hero-caption { display: none; }
.dispatch-panel { position: absolute; top: 116px; right: 38px; width: min(420px, 34%); padding: 20px; border: 1px solid rgba(167, 212, 191, .32); border-radius: 7px; color: #fff; background: rgba(5, 25, 23, .8); box-shadow: 0 20px 45px rgba(0,0,0,.25); backdrop-filter: blur(8px); pointer-events: auto; }
.dispatch-head { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid rgba(179, 213, 196, .2); font-size: 13px; }
.dispatch-head span { color: #a7dc76; font-size: 11px; }
.dispatch-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin-top: 16px; }
.dispatch-stats div { padding: 12px 10px; border: 1px solid rgba(180, 221, 201, .18); border-radius: 5px; background: rgba(255,255,255,.04); }
.dispatch-stats strong { display: block; font-size: 23px; }
.dispatch-stats small { display: block; margin-top: 5px; color: #b7cbc3; font-size: 9px; }
.dispatch-leads, .dispatch-performance { margin-top: 22px; }
.dispatch-leads > p, .dispatch-performance > p { margin: 0 0 10px; color: #c8dad1; font-size: 11px; font-weight: 700; }
.dispatch-lead { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 8px; margin-top: 7px; padding: 9px 8px; border-radius: 5px; background: rgba(255,255,255,.08); }
.lead-avatar { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: #0a5c4a; background: #bdebd4; font-size: 11px; font-weight: 800; }
.dispatch-lead b, .dispatch-lead small { display: block; }
.dispatch-lead b { font-size: 10px; }
.dispatch-lead small, .dispatch-lead em { color: #b8cac2; font-size: 8px; font-style: normal; }
.dispatch-lead button { padding: 6px 8px; border: 0; border-radius: 4px; color: #0b3c31; background: #fff; font-size: 8px; font-weight: 800; }
.performance-row { display: flex; align-items: center; gap: 20px; }
.performance-ring { display: grid; width: 96px; height: 96px; place-content: center; text-align: center; border: 10px solid #1d7458; border-top-color: #b8df70; border-right-color: #55b683; border-radius: 50%; font-size: 17px; font-weight: 800; }
.performance-ring small { display: block; margin-top: 3px; color: #b8cac2; font-size: 8px; font-weight: 500; }
.performance-row ul { display: grid; gap: 9px; flex: 1; margin: 0; padding: 0; list-style: none; color: #bed2c9; font-size: 9px; }
.performance-row li { display: flex; align-items: center; gap: 6px; }
.performance-row li i { width: 7px; height: 7px; border-radius: 50%; background: #3aa67a; }
.performance-row li:nth-child(2) i { background: #b8df70; }
.performance-row li:nth-child(3) i { background: #6b7f72; }
.performance-row li b { margin-left: auto; color: #fff; }
.search-band { margin-top: 22px; }

/* Final reference pass */
.home-page .site-header { position: relative; border-bottom: 1px solid #dce5e1; background: #fff; }
.home-page .home-brand .brand-logo { width: 132px; height: 46px; }
.home-page .hero { padding-top: 0; }
.home-page .hero-inner { width: 100%; max-width: 100%; min-height: 820px; border-radius: 0; }
.home-page .hero-background { background: linear-gradient(90deg, rgba(0, 42, 31, .9) 0%, rgba(0, 42, 31, .76) 38%, rgba(0, 42, 31, .22) 70%, rgba(0, 25, 19, .45) 100%), url('/assets/images/renos-hero-brand.png') center/cover; }
.home-page .hero-copy { min-height: 820px; padding: 74px max(5.4vw, 36px) 38px; }
.home-page .hero-copy h1 { max-width: 690px; font-size: clamp(46px, 5vw, 78px); line-height: 1.02; }
.home-page .hero-copy h1 strong { color: #fff; }
.home-page .hero-copy h1::after { content: ""; }
.home-page .hero-copy h1 { color: #fff; }
.home-page .hero-copy h1 em { color: #a8e45a; font-style: normal; }
.home-page .hero-copy h1 br:last-of-type + * { color: #a8e45a; }
.home-page .hero-copy > p:not(.hero-eyebrow) { max-width: 760px; line-height: 1.72; }
.home-page .hero-pills span { border-color: rgba(167, 231, 109, .42); background: rgba(1, 39, 28, .22); }
.home-page .hero-capabilities { max-width: 760px; padding: 14px 0 0; }
.home-page .hero-capabilities > span { border-color: rgba(167, 231, 109, .28); background: rgba(2, 47, 34, .26); }
.home-page .hero-capabilities b { color: #a8e45a; }
.home-page .hero-proof { max-width: 860px; padding: 18px 38px 0; margin-left: 0; margin-right: 0; border: 1px solid rgba(167, 231, 109, .25); border-radius: 10px 10px 0 0; background: rgba(4, 46, 34, .36); }
.home-page .hero-proof b { color: #a8e45a; }
.home-page .dispatch-panel { top: 46px; right: max(5.2vw, 38px); width: min(420px, 32vw); border-color: rgba(167, 231, 109, .4); background: rgba(2, 29, 24, .84); }
.home-page .dispatch-stats div { border-color: rgba(167, 231, 109, .23); }
.home-page .dispatch-head span { color: #a8e45a; }
.home-page .search-band { margin-top: 0; }

@media (max-width: 1280px) {
  .home-page { overflow-x: hidden; }
  .home-page .hero-copy { padding-left: 5%; padding-right: 4%; }
  .home-page .dispatch-panel { right: 3%; width: min(390px, 34vw); }
  .home-page .header-actions { gap: 4px; }
  .home-page .site-nav { gap: 9px; font-size: 10px; }
  .home-page .account-trigger { min-height: 36px; padding-inline: 10px; font-size: 10px; }
  .home-page .header-cta { min-height: 36px; padding-inline: 11px; font-size: 10px; }
}

@media (max-width: 980px) {
  .home-page .hero-inner { min-height: 820px; }
  .home-page .hero-copy { min-height: 820px; padding: 52px 24px 28px; }
  .home-page .dispatch-panel { top: auto; right: 24px; bottom: 24px; width: min(410px, calc(100% - 48px)); }
}

@media (max-width: 680px) {
  .home-page .hero-inner { min-height: 0; }
  .home-page .hero-copy { min-height: 0; padding: 36px 18px 24px; }
  .home-page .hero-copy h1 { font-size: 43px; }
  .home-page .hero-proof { padding: 14px 14px 0; }
}

/* Ecosystem landing layout from the reference */
.ecosystem-intro { width: min(1380px, calc(100% - 48px)); margin: 0 auto; padding: 42px 0 34px; }
.ecosystem-intro-head { text-align: center; }
.ecosystem-intro-head .section-label { margin-bottom: 10px; color: #08745d; font-size: 12px; }
.ecosystem-intro-head h1 { margin: 0; color: #14221e; font: 800 clamp(34px, 3.2vw, 48px)/1.08 var(--font-display); letter-spacing: -.045em; }
.module-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 28px; }
.module-grid article { min-height: 136px; padding: 16px; border: 1px solid #dfe8e4; border-radius: 8px; background: #fff; box-shadow: 0 12px 28px rgba(20,34,30,.05); }
.module-icon { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 16px; border-radius: 7px; color: #007d68; background: #eef7f3; font-size: 20px; font-weight: 700; }
.module-grid h3 { margin: 0 0 8px; color: #14221e; font: 750 14px var(--font-display); }
.module-grid p { margin: 0; color: #65736e; font-size: 11px; line-height: 1.45; }
.market-problem { width: min(1380px, calc(100% - 48px)); min-height: 456px; margin: 0 auto 44px; display: grid; grid-template-columns: 1.2fr .9fr; gap: 46px; align-items: center; padding: 28px; border-radius: 8px; background: #f3f8f6; }
.problem-copy { padding: 26px 0; }
.problem-copy .section-label { margin-bottom: 14px; color: #007d68; }
.problem-copy h2 { margin: 0 0 18px; color: #14221e; font: 800 clamp(38px, 4vw, 54px)/1.04 var(--font-display); letter-spacing: -.05em; }
.problem-copy ol { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: problem; }
.problem-copy li { display: grid; grid-template-columns: 42px 1fr; counter-increment: problem; }
.problem-copy li::before { content: counter(problem, decimal-leading-zero); color: #d4aa32; font: 700 16px var(--font-display); }
.problem-copy li b, .problem-copy li span { display: block; }
.problem-copy li b { color: #14221e; font-size: 14px; }
.problem-copy li span { margin-top: 3px; color: #65736e; font-size: 12px; }
.agent-preview { display: grid; gap: 12px; }
.agent-card { min-height: 220px; display: grid; place-items: center; align-content: center; gap: 9px; border-radius: 8px; color: white; background: #0c241d; text-align: center; }
.agent-card > span { font-size: 13px; }
.agent-card strong { font-size: 15px; }
.agent-card b { display: grid; width: 74px; height: 74px; place-items: center; border-radius: 50%; color: #075542; background: #bdf1d5; font: 800 34px var(--font-display); }
.agent-card button { display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; color: #14221e; background: #e8bd39; font-size: 13px; }
.agent-tasks { display: grid; gap: 8px; }
.agent-tasks div { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; min-height: 36px; padding: 0 10px; border-radius: 6px; color: #0a5c4a; background: white; font-size: 12px; }
.agent-tasks span { color: #14221e; text-align: center; }
.agent-tasks b { color: #14221e; font-size: 11px; }

@media (max-width: 980px) {
  .module-grid { grid-template-columns: repeat(3, 1fr); }
  .market-problem { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 680px) {
  .ecosystem-intro, .market-problem { width: min(100% - 28px, 1380px); }
  .ecosystem-intro { padding-top: 34px; }
  .ecosystem-intro-head h1 { font-size: 32px; }
  .module-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .module-grid article { min-height: 124px; }
  .market-problem { padding: 20px; }
  .problem-copy h2 { font-size: 35px; }
}

.search-band { position: relative; z-index: 4; width: min(1040px, calc(100vw - 40px)); margin: -38px auto 0; padding: 18px 20px 20px; border: 1px solid rgba(181, 207, 197, .9); border-radius: 14px; background: rgba(255,255,255,.98); box-shadow: 0 22px 60px rgba(20, 57, 46, .13); }

/* Public RENOS assistant */
.chatbot-launcher { position: fixed; right: 24px; bottom: 24px; z-index: 120; display: grid; width: 66px; height: 66px; place-items: center; padding: 5px; border: 3px solid rgba(255,255,255,.82); border-radius: 50%; background: radial-gradient(circle at 35% 22%, #f8ffe8 0, #d5f18a 46%, #8cc84f 100%); box-shadow: 0 16px 38px rgba(0, 54, 40, .32), 0 0 0 7px rgba(184, 223, 112, .26); cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease; }
.chatbot-launcher img { display: block; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center; box-shadow: inset 0 0 0 1px rgba(5, 62, 48, .18); }
.chatbot-launcher:hover, .chatbot-launcher.active { transform: translateY(-2px); box-shadow: 0 20px 46px rgba(0, 54, 40, .36), 0 0 0 8px rgba(184, 223, 112, .34); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.chatbot { position: fixed; right: 24px; bottom: 100px; z-index: 121; display: grid; grid-template-rows: 118px minmax(0, 1fr) 82px 78px; width: min(392px, calc(100vw - 32px)); height: min(620px, calc(100vh - 120px)); overflow: hidden; border: 1px solid rgba(214, 237, 226, .96); border-radius: 18px; background: #fff; box-shadow: 0 26px 80px rgba(5, 33, 25, .34); }
#chatbot[hidden] { display: none !important; }
.chatbot header { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 16px 18px 17px; color: #fff; background: linear-gradient(135deg, #053e30 0%, #075640 68%, #0d6f50 100%); cursor: pointer; }
.chatbot header::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 0; height: 1px; background: rgba(184, 223, 112, .46); }
.chatbot header b, .chatbot header small { display: block; }
.chatbot-brand { display: flex; min-width: 0; align-items: center; gap: 11px; }
.chatbot-brand img { flex: 0 0 auto; width: 44px; height: 44px; border: 2px solid rgba(255,255,255,.78); border-radius: 50%; object-fit: cover; object-position: center; background: #fff; box-shadow: 0 8px 18px rgba(0, 29, 22, .22); }
.chatbot-brand div { min-width: 0; }
.chatbot header b { font-size: 19px; line-height: 1.05; letter-spacing: -.04em; }
.chatbot header small { max-width: 250px; margin-top: 5px; color: #c8ed84; font-size: 10px; font-weight: 750; line-height: 1.25; }
.chatbot header button { display: grid; width: 31px; height: 31px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.14); font-size: 20px; cursor: pointer; }
.chatbot-messages { display: flex; flex-direction: column; gap: 10px; overflow-y: auto; padding: 18px 16px 14px; background: linear-gradient(180deg, #f2faf6 0%, #edf7f2 100%); }
.chat-message { max-width: 87%; padding: 12px 14px; border: 1px solid rgba(214, 231, 223, .9); border-radius: 13px; color: #1d322b; background: #fff; font-size: 12px; line-height: 1.55; box-shadow: 0 5px 18px rgba(20, 57, 46, .08); }
.chat-message b, .chat-message span { display: block; }
.chat-message b { margin-bottom: 4px; color: #074735; font-size: 12px; }
.chat-message.assistant { align-self: flex-start; }
.chat-message.user { align-self: flex-end; color: #fff; background: #08745d; }
.chat-message.loading::after { content: ""; display: inline-block; width: 18px; height: 6px; margin-left: 8px; border-radius: 999px; background: linear-gradient(90deg, #c8ddd3, #08745d, #c8ddd3); animation: chatPulse 950ms infinite ease-in-out; }
@keyframes chatPulse { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }
.chat-listings, .chat-projects { display: grid; gap: 7px; width: min(92%, 305px); }
.chat-listing, .chat-project { display: block; padding: 10px 12px; border: 1px solid #d5e5dd; border-radius: 10px; color: #14352b; background: #fff; text-decoration: none; box-shadow: 0 3px 10px rgba(20, 57, 46, .06); }
.chat-listing:hover, .chat-project:hover { border-color: #08745d; }
.chat-listing b, .chat-listing small, .chat-project b, .chat-project small { display: block; }
.chat-listing b, .chat-project b { font-size: 11px; line-height: 1.35; }
.chat-listing small, .chat-project small { margin-top: 4px; color: #6a7c74; font-size: 10px; line-height: 1.45; }
.chat-lead-capture { width: min(92%, 305px); padding: 11px 12px; border: 1px solid #c8e3d6; border-radius: 10px; color: #14352b; background: #fff; box-shadow: 0 4px 14px rgba(20, 57, 46, .08); }
.chat-lead-capture.created { border-color: #b7dfc9; background: #f0fbf4; }
.chat-lead-capture.needs-contact { border-color: #e4d6ae; background: #fff9e8; }
.chat-lead-capture b, .chat-lead-capture small { display: block; }
.chat-lead-capture b { font-size: 11px; }
.chat-lead-capture small { margin-top: 4px; color: #65736e; font-size: 10px; line-height: 1.45; }
.chatbot-suggestions { display: flex; gap: 8px; overflow-x: auto; padding: 11px 14px 10px; border-top: 1px solid #d8e8df; background: #fff; scrollbar-color: #9ba9a3 transparent; }
.chatbot-suggestion { display: grid; flex: 0 0 56px; width: 56px; height: 56px; place-items: center; align-content: center; gap: 3px; padding: 6px; border: 1px solid #bcd8ca; border-radius: 50%; color: #08745d; background: radial-gradient(circle at 50% 22%, #fff 0, #f2faf6 58%, #e6f4ed 100%); font-size: 7px; font-weight: 800; line-height: 1.05; text-align: center; cursor: pointer; white-space: normal; }
.chatbot-suggestion i { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #fff; background: #08745d; font-style: normal; font-size: 10px; }
.chatbot-suggestion span { display: block; max-width: 44px; }
.chatbot-suggestion:hover { border-color: #08745d; background: #eaf7ef; }
#chatbotForm { display: grid; grid-template-columns: minmax(0, 1fr) 48px; gap: 9px; padding: 11px 12px 13px; border-top: 1px solid #dfeae4; background: #fff; }
#chatbotForm input { min-width: 0; height: 44px; padding: 0 13px; border: 1px solid #cfe0d8; border-radius: 11px; color: #1d322b; font: inherit; font-size: 12px; box-shadow: inset 0 0 0 4px rgba(207,224,216,.34); }
#chatbotForm input:disabled { color: #7d8e86; background: #f7faf8; }
#chatbotForm button { width: 48px; border: 0; border-radius: 12px; color: #073d31; background: #b8df70; font-size: 20px; cursor: pointer; }
#chatbotForm button:disabled { cursor: progress; opacity: .72; }
@media (max-width: 680px) { .chatbot-launcher { right: 16px; bottom: 16px; } .chatbot { right: 11px; bottom: 88px; grid-template-rows: 118px minmax(0, 1fr) 78px 78px; width: calc(100vw - 22px); height: min(620px, calc(100vh - 105px)); } .chatbot-suggestion { flex-basis: 52px; width: 52px; height: 52px; font-size: 6.5px; } .chatbot-suggestion i { width: 17px; height: 17px; font-size: 9px; } .chatbot-suggestion span { max-width: 40px; } }
.search-tabs { display: flex; gap: 5px; margin-bottom: 14px; }
.search-tabs button { padding: 8px 14px; border: 0; border-radius: 8px; color: var(--ren-muted); background: transparent; font-size: 12px; font-weight: 750; transition: background 150ms ease, color 150ms ease, transform 150ms ease; }
.search-tabs button:hover { color: var(--ren-green); background: #f2faf6; }
.search-tabs button.active { color: var(--ren-green); background: var(--ren-green-soft); }
.search-row { display: grid; grid-template-columns: 1.4fr .8fr .8fr auto; gap: 10px; }
.search-row input, .search-row select { min-width: 0; height: 48px; padding: 0 14px; border: 1px solid #cfded7; border-radius: 9px; color: var(--ren-ink); background: white; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.search-row input:focus, .search-row select:focus { border-color: #93c8b0; }

.listings-section { background: linear-gradient(180deg, #fff 0%, #f7faf8 100%); }
.listings-head { align-items: end; }
.listing-summary { display: inline-flex; margin-top: 14px; padding: 7px 10px; border: 1px solid #d5e7de; border-radius: 999px; color: #0a5c4a; background: #f1faf5; font-size: 11px; font-weight: 750; }
.listing-tools { display: flex; align-items: center; gap: 10px; }
.listing-tools label { display: flex; align-items: center; gap: 8px; color: #66766f; font-size: 11px; font-weight: 750; white-space: nowrap; }
.listing-tools select { min-height: 44px; padding: 0 35px 0 12px; border: 1px solid #d5e2dc; border-radius: 9px; color: #17352d; background: #fff; font-size: 12px; font-weight: 750; }
.listing-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.property-card { display: grid; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid #d6e4de; border-radius: 12px; background: white; box-shadow: 0 8px 24px rgba(20, 34, 30, .04); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.property-card:hover { transform: translateY(-4px); border-color: #afcfc1; box-shadow: 0 20px 42px rgba(20, 57, 46, .12); }
.property-image { position: relative; display: block; aspect-ratio: 16 / 9.6; overflow: hidden; background: #dbe5e0 center/cover no-repeat; }
.property-image::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(9, 42, 34, .62)); }
.property-state { position: absolute; left: 12px; bottom: 12px; z-index: 1; padding: 7px 10px; color: white; background: rgba(8, 65, 52, 0.86); border-radius: 999px; font-size: 10px; font-weight: 800; backdrop-filter: blur(6px); }
.verified-badge { position: absolute; top: 12px; right: 12px; z-index: 1; padding: 6px 9px; color: #073d31; background: rgba(255,255,255,.92); border-radius: 999px; font-size: 9px; font-weight: 850; box-shadow: 0 8px 18px rgba(4, 36, 28, .14); }
.property-body { display: grid; grid-template-rows: auto auto auto auto 1fr; padding: 16px; }
.property-source { display: inline-flex; width: fit-content; max-width: 100%; margin-bottom: 7px; padding: 5px 8px; color: #07503f; background: #e8f6ef; border: 1px solid #cbe8dc; border-radius: 999px; font-size: 9px; font-weight: 850; line-height: 1.25; }
.property-body > small { color: var(--ren-green); font-size: 10px; font-weight: 850; line-height: 1.35; text-transform: none; }
.property-body h3 { min-height: 48px; margin: 8px 0 10px; font: 780 16px/1.32 var(--font-display); letter-spacing: 0; }
.property-body h3 a:hover { color: var(--ren-green); }
.property-location { min-height: 18px; margin: 0; color: var(--ren-muted); font-size: 12px; line-height: 1.45; }
.property-meta { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0; padding: 10px 0; border-block: 1px solid var(--ren-line); color: #50605a; font-size: 9px; }
.property-meta span { padding: 5px 7px; border-radius: 999px; background: #f5f8f7; }
.property-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.property-foot strong { color: var(--ren-green); font-size: 15px; line-height: 1; }
.property-actions { display: flex; align-items: center; gap: 8px; }
.property-detail-link { color: #63766e; font-size: 11px; font-weight: 750; }
.property-actions .button.text { padding: 7px 10px; border-radius: 999px; color: var(--ren-green); background: #eef8f3; font-size: 11px; font-weight: 850; }
.property-actions .button.text:hover { color: #fff; background: var(--ren-green); transform: translateY(-1px); }

.ecosystem { color: white; background: var(--ren-green-strong); }
.ecosystem .section-label { color: #9ed7c2; }
.ecosystem-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.ecosystem-copy h2 { margin: 0; font: 800 clamp(34px, 4.5vw, 52px)/1.08 var(--font-display); letter-spacing: -0.05em; }
.ecosystem-copy p { color: rgba(255,255,255,.72); line-height: 1.75; }
.flow-list { display: grid; }
.flow-step { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.flow-step:first-child { border-top: 1px solid rgba(255,255,255,.16); }
.flow-step span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-weight: 700; }
.flow-step b { display: block; margin-bottom: 5px; }
.flow-step p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.6; }
.ecosystem-roles { position: relative; overflow: hidden; background: radial-gradient(circle at 18% 22%, rgba(168, 228, 90, .14), transparent 28%), linear-gradient(135deg, #064538 0%, #053c32 52%, #043128 100%); }
.ecosystem-roles::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.04), transparent 35%, rgba(255,255,255,.035)); pointer-events: none; }
.ecosystem-roles .container { position: relative; z-index: 1; }
.ecosystem-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 560px; margin-top: 28px; }
.ecosystem-metrics span { display: grid; gap: 4px; min-height: 78px; padding: 14px 13px; border: 1px solid rgba(184, 223, 112, .28); border-radius: 10px; color: rgba(255,255,255,.74); background: rgba(255,255,255,.055); font-size: 10px; font-weight: 750; }
.ecosystem-metrics b { color: #c9f47a; font: 850 22px/1 var(--font-display); }
.ecosystem-note { display: inline-flex; margin-top: 18px !important; padding: 8px 11px; border: 1px solid rgba(184, 223, 112, .34); border-radius: 999px; color: #d8f6a1 !important; background: rgba(0,0,0,.14); font-size: 11px; font-weight: 800; }
.role-timeline { position: relative; gap: 12px; }
.role-timeline::before { content: ""; position: absolute; top: 18px; bottom: 18px; left: 26px; width: 1px; background: linear-gradient(#a8e45a, rgba(168, 228, 90, .12)); }
.ecosystem-roles .role-card { position: relative; display: grid; grid-template-columns: 52px 46px 1fr; gap: 14px; align-items: center; min-height: 104px; padding: 16px 18px; border: 1px solid rgba(184, 223, 112, .24); border-radius: 12px; background: rgba(255,255,255,.065); box-shadow: 0 16px 36px rgba(0,0,0,.12); transition: transform 170ms ease, border-color 170ms ease, background 170ms ease, box-shadow 170ms ease; }
.ecosystem-roles .role-card:hover { transform: translateY(-2px); border-color: rgba(184, 223, 112, .48); background: rgba(255,255,255,.09); box-shadow: 0 20px 42px rgba(0,0,0,.18); }
.role-index { position: relative; z-index: 1; display: grid !important; width: 34px !important; height: 34px !important; place-items: center; border: 1px solid rgba(184, 223, 112, .42) !important; border-radius: 50%; color: #c9f47a; background: #064538; font-size: 13px; font-weight: 850; }
.role-card i { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #ecffd0, #9ee864); color: #073d31; font-style: normal; font-size: 22px; box-shadow: 0 12px 26px rgba(0,0,0,.16); }
.role-card em { display: inline-flex; width: max-content; margin-bottom: 6px; padding: 4px 8px; border-radius: 999px; color: #073d31; background: #c9f47a; font-size: 9px; font-style: normal; font-weight: 850; }
.ecosystem-roles .role-card b { margin-bottom: 5px; color: #fff; font-size: 15px; }
.ecosystem-roles .role-card p { color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.55; }

.role-entry { background: #fff; }
.role-entry-head { align-items: start; margin-bottom: 28px; }
.role-entry-head h2 { letter-spacing: 0; }
.role-entry-head p:not(.section-label) { max-width: 680px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.audience-item { min-height: 100%; padding: 24px; border: 1px solid #d9e7e0; border-radius: 8px; background: #fff; box-shadow: 0 8px 26px rgba(20, 34, 30, .045); transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease; }
.audience-item:hover { transform: translateY(-3px); border-color: #abcfc0; box-shadow: 0 20px 44px rgba(20, 57, 46, .11); }
.role-card-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 44px; }
.role-emoji { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; color: #073d31; background: linear-gradient(145deg, #f6ffe9, #d8f49a); font-size: 25px; box-shadow: 0 12px 28px rgba(10, 92, 74, .12); }
.audience-item .number { color: var(--ren-copper); font: 800 12px var(--font-display); }
.audience-item h3 { margin: 0 0 12px; font: 760 24px/1.18 var(--font-display); letter-spacing: 0; }
.audience-item .button span, .section-head .button span { margin-left: 7px; font-size: 16px; }
.audience-item p { min-height: 66px; margin: 0; color: var(--ren-muted); font-size: 13px; line-height: 1.7; }
.audience-item ul { display: grid; gap: 8px; min-height: 94px; margin: 18px 0 22px; padding: 0; list-style: none; color: #344941; font-size: 12px; font-weight: 700; }
.audience-item li { position: relative; padding-left: 21px; }
.audience-item li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: var(--ren-green); font-weight: 900; }
.role-entry-card .button.text { display: inline-flex; align-items: center; min-height: 36px; padding: 0 12px; border-radius: 999px; color: var(--ren-green); background: #edf8f3; font-size: 12px; font-weight: 850; transition: transform 150ms ease, color 150ms ease, background 150ms ease, box-shadow 150ms ease; }
.role-entry-card .button.text:hover { color: #fff; background: var(--ren-green); }
.role-entry-card .button.text:focus-visible { outline: 2px solid #a8e45a; outline-offset: 3px; }
.role-entry-card .button.text:active { transform: translateY(1px); }

.legal-section { background: var(--ren-canvas); }
.legal-box { display: grid; grid-template-columns: .7fr 1.3fr; gap: 54px; padding: 42px 48px; border: 1px solid #dfe8e4; border-left: 5px solid var(--ren-green); border-radius: 0 12px 12px 0; background: white; box-shadow: 0 14px 36px rgba(20, 34, 30, .045); }
.legal-title { display: flex; align-items: flex-start; gap: 16px; }
.legal-title span { display: grid; flex: 0 0 auto; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: #edf8f3; font-size: 23px; }
.legal-box h2 { margin: 0; font: 800 30px/1.2 var(--font-display); letter-spacing: 0; }
.legal-box p { margin: 0; color: var(--ren-muted); font-size: 13px; line-height: 1.85; }
.legal-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.legal-tags span { padding: 7px 10px; border: 1px solid #d5e7de; border-radius: 999px; color: var(--ren-green); background: #f1faf5; font-size: 11px; font-weight: 800; }

.profile-hero { position: relative; min-height: 620px; display: grid; align-items: end; overflow: hidden; color: white; background: #073d31; }
.profile-hero-bg { position: absolute; inset: 0; background: url('/assets/images/renos-hero-brand.png') center/cover no-repeat; transform: scale(1.01); }
.profile-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 30, 24, .92) 0%, rgba(2, 45, 34, .78) 44%, rgba(2, 30, 24, .36) 100%), linear-gradient(0deg, rgba(1, 20, 16, .76) 0%, transparent 46%); }
.profile-grid { position: relative; z-index: 1; width: var(--container); margin: auto; display: grid; grid-template-columns: minmax(0, 860px) 168px; justify-content: start; align-items: end; gap: 34px; padding: 150px 0 66px; }
.profile-avatar-wrap { position: relative; grid-column: 2; grid-row: 1; width: 168px; height: 168px; align-self: end; border: 4px solid rgba(255,255,255,.84); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.14); box-shadow: 0 22px 52px rgba(0,0,0,.24); backdrop-filter: blur(8px); }
.profile-avatar-image { width: 100%; height: 100%; object-fit: cover; }
.profile-avatar-image[hidden] { display: none; }
.profile-avatar-fallback { position: absolute; inset: 0; display: grid; place-items: center; color: #073d31; background: linear-gradient(145deg, #e8fff2, #a8e45a); font: 850 42px var(--font-display); }
.profile-avatar-fallback[hidden] { display: none; }
.profile-copy { grid-column: 1; grid-row: 1; align-self: end; max-width: 860px; text-align: left; }
.verified-text { display: inline-flex; padding: 7px 10px; border: 1px solid rgba(184, 223, 112, .34); border-radius: 999px; color: #d9fb99; background: rgba(0,0,0,.16); font-size: 11px; font-weight: 800; }
.profile-copy h1 { max-width: 920px; margin: 16px 0 8px; color: white; font: 850 clamp(44px, 5.4vw, 78px)/.98 var(--font-display); letter-spacing: -0.055em; }
.profile-title { color: white; font-size: 20px; font-weight: 750; }
.profile-location { color: rgba(255,255,255,.76); font-size: 13px; }
.profile-bio { max-width: 740px; margin: 23px 0; color: rgba(255,255,255,.82); line-height: 1.8; }
.profile-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; max-width: 820px; margin-top: 24px; overflow: hidden; border: 1px solid rgba(210, 236, 224, .2); border-radius: 10px; background: rgba(210, 236, 224, .2); color: rgba(255,255,255,.76); font-size: 12px; }
.profile-facts > span { min-width: 0; padding: 13px 14px; background: rgba(3, 38, 30, .58); }
.profile-facts b { color: #d9fb99; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { padding: 8px 11px; color: #385148; background: var(--ren-green-soft); border-radius: 7px; font-size: 11px; font-weight: 600; }

.review-grid, .team-grid, .project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review, .team-card, .project-card { padding: 24px; border: 1px solid var(--ren-line); border-radius: var(--radius-md); background: white; }
.review p { color: var(--ren-muted); line-height: 1.75; }
.review footer { display: flex; justify-content: space-between; gap: 12px; padding-top: 18px; border-top: 1px solid var(--ren-line); font-size: 12px; }
.team-photo { aspect-ratio: 1.2; margin: -24px -24px 20px; border-radius: var(--radius-md) var(--radius-md) 0 0; background: #dce6e2 center/cover; }
.team-card h3, .project-card h3 { margin: 0 0 6px; font: 750 19px var(--font-display); }
.team-card p, .project-card p { color: var(--ren-muted); font-size: 12px; line-height: 1.6; }
.project-card { min-height: 260px; display: flex; flex-direction: column; justify-content: end; color: white; background: linear-gradient(transparent 25%, rgba(20,34,30,.9)), var(--image) center/cover; }
.project-card p { color: rgba(255,255,255,.76); }

.process-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ren-line); }
.process-item { padding: 28px 24px; border-right: 1px solid var(--ren-line); }
.process-item:last-child { border-right: 0; }
.process-item span { color: var(--ren-copper); font-weight: 750; }
.process-item h3 { margin: 34px 0 8px; font: 720 18px var(--font-display); }
.process-item p { color: var(--ren-muted); font-size: 12px; line-height: 1.65; }

.site-footer { padding: 42px 0; border-top: 1px solid var(--ren-line); }
.footer-inner { width: var(--container); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--ren-muted); font-size: 11px; }
.footer-links { display: flex; gap: 20px; }

.exchange-theme { --ren-green: #17324d; --ren-green-strong: #10283c; --ren-green-soft: #edf3f7; }
.exchange-site .site-header { background: rgba(255,255,255,.98); }
.exchange-site .exchange-brand .brand-logo, .exchange-site .footer-inner .brand-logo { width: 122px; height: 46px; object-fit: contain; }
.exchange-site .brand-copy { display: grid; gap: 2px; color: #12283c; line-height: 1.05; }
.exchange-site .brand-copy > span { max-width: 178px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.exchange-site .hero { padding: 0; background: #fff; }
.exchange-site .hero-inner { width: 100%; max-width: 100%; min-height: 760px; border-radius: 0; }
.exchange-site .exchange-hero-background { background-image: linear-gradient(90deg, rgba(0, 42, 31, .91) 0%, rgba(0, 42, 31, .76) 38%, rgba(0, 42, 31, .24) 70%, rgba(0, 25, 19, .44) 100%), url('/assets/images/renos-hero-brand.png'); background-position: center; background-size: cover; }
.exchange-site .exchange-hero-copy { width: min(760px, 58%); min-height: 760px; padding: 62px max(5vw, 34px) 34px; color: #fff; }
.exchange-site .hero-eyebrow { max-width: max-content; margin-bottom: 24px; padding: 7px 11px; border: 1px solid rgba(184, 223, 112, .36); border-radius: 999px; color: #d8f58b; background: rgba(0,0,0,.14); font-size: 10px !important; letter-spacing: .02em; }
.exchange-site .hero-eyebrow b { color: #fff; }
.exchange-site .hero-copy h1 { max-width: 730px; color: #fff; font-size: clamp(42px, 4.8vw, 72px); line-height: 1.03; letter-spacing: -.045em; }
.exchange-site .hero-copy > p:not(.hero-eyebrow) { max-width: 700px; color: rgba(255,255,255,.9); font-weight: 650; }
.exchange-site .hero-pills span { border-color: rgba(184, 223, 112, .35); background: rgba(2, 47, 34, .26); }
.exchange-site .hero-outline { color: #fff; border-color: rgba(207, 231, 220, .45); background: rgba(0,0,0,.14); }
.exchange-site .exchange-capabilities, .exchange-site .exchange-proof { max-width: 760px; }
.exchange-site .exchange-proof { padding: 16px 18px; border: 1px solid rgba(184, 223, 112, .25); border-radius: 10px; background: rgba(4, 46, 34, .34); }
.exchange-site .exchange-proof b { color: #d8f58b; }
.exchange-site .exchange-panel { top: 54px; right: max(5vw, 34px); width: min(410px, 31vw); border-color: rgba(184, 223, 112, .36); background: rgba(2, 29, 24, .82); }
.exchange-site .exchange-panel .dispatch-lead { grid-template-columns: 28px 1fr auto; }
.exchange-site .exchange-search { margin-top: -34px; }
.exchange-site .exchange-listing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.exchange-role-grid .audience-item p { min-height: 72px; }

@media (max-width: 980px) {
  .site-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 20px; border-bottom: 1px solid var(--ren-line); background: white; flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav.open .mobile-account-actions { display: grid; }
  .mobile-account-actions { gap: 10px; padding-top: 16px; border-top: 1px solid var(--ren-line); }
  .mobile-account-actions .account-menu { display: block; width: 100%; }
  .mobile-account-actions .account-trigger,
  .mobile-account-actions .mobile-lead-cta { justify-content: center; width: 100%; min-height: 42px; font-size: 12px; }
  .mobile-account-actions .account-dropdown { position: static; display: none; min-width: 0; width: 100%; margin-top: 8px; opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
  .mobile-account-actions .account-dropdown::before { display: none; }
  .mobile-account-actions .account-menu.open .account-dropdown,
  .mobile-account-actions .account-menu:focus-within .account-dropdown { display: grid; }
  .mobile-account-actions .mobile-lead-cta { display: inline-flex; }
  .header-actions .button.secondary { display: none; }
  .menu-toggle { display: block; }
  .hero-inner, .ecosystem-grid, .profile-grid { grid-template-columns: 1fr; }
  .hero-inner { gap: 36px; }
  .hero-media { min-height: 480px; }
  .profile-hero { min-height: 650px; }
  .profile-grid { gap: 22px; align-items: start; padding-top: 120px; }
  .profile-copy { grid-column: 1; grid-row: 1; }
  .profile-avatar-wrap { grid-column: 1; grid-row: 2; width: 136px; height: 136px; border-radius: 20px; }
  .listing-rail, .review-grid, .team-grid, .project-grid { grid-template-columns: repeat(2, 1fr); }
  .legal-box { grid-template-columns: 1fr; gap: 22px; }
  .audience-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .header-inner { min-height: 66px; gap: 10px; }
  .brand-copy small { display: none; }
  .header-actions { gap: 6px; }
  .account-menu { display: none; }
  .header-cta { display: none; }
  .site-nav { top: 66px; }
  .hero-inner { min-height: auto; padding: 54px 0 44px; }
  .hero-eyebrow { margin-bottom: 16px; }
  .hero-copy h1 { font-size: 42px; }
  .hero-copy > p { font-size: 15px; }
  .hero-media { min-height: 360px; }
  .hero-photo { border-radius: 14px 42px 14px 42px; }
  .hero-proof { gap: 14px; margin-top: 30px; }
  .hero-caption { left: 18px; right: 18px; bottom: 18px; }
  .search-band { margin-top: 18px; width: var(--container); }
  .search-row { grid-template-columns: 1fr; }
  .search-row .button { width: 100%; }
  .listing-tools { align-items: stretch; flex-direction: column; width: 100%; }
  .listing-tools label { justify-content: space-between; }
  .listing-tools select, .listing-tools .button { width: 100%; }
  .listing-rail, .review-grid, .team-grid, .project-grid { grid-template-columns: 1fr; }
  .audience-grid, .process-row { grid-template-columns: 1fr; }
  .audience-item, .process-item { min-height: auto; border-right: 1px solid #d9e7e0; }
  .role-card-top { margin-bottom: 28px; }
  .audience-item p, .audience-item ul { min-height: 0; }
  .legal-box { padding: 28px 22px; border-radius: 0 10px 10px 0; }
  .legal-title { align-items: center; }
  .profile-hero { min-height: 0; }
  .profile-grid { padding: 72px 0 42px; }
  .profile-facts { grid-template-columns: 1fr; }
  .profile-copy h1 { font-size: 42px; }
  .footer-inner { align-items: start; flex-direction: column; }
}

@media (max-width: 1100px) {
  .exchange-site .exchange-listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .exchange-site .exchange-panel { right: 24px; width: min(390px, 34vw); }
}

@media (max-width: 1280px) {
  .site-nav { gap: 14px; font-size: 11px; }
  .header-actions .header-button:nth-child(-n+2) { display: none; }
  .hero-copy { width: 63%; }
  .dispatch-panel { width: min(390px, 34%); right: 24px; }
}

@media (max-width: 980px) {
  .header-inner { min-height: 66px; }
  .site-nav { display: none; }
  .header-actions .header-button { display: none; }
  .header-actions .primary { display: inline-flex; }
  .hero { padding-top: 12px; }
  .hero-inner { width: calc(100vw - 24px); min-height: 760px; }
  .hero-copy { width: 100%; min-height: 760px; padding: 48px 24px 28px; }
  .hero-copy h1 { max-width: 610px; font-size: clamp(42px, 7vw, 68px); }
  .dispatch-panel { top: auto; right: 24px; bottom: 24px; width: min(410px, calc(100% - 48px)); }
  .hero-capabilities, .hero-proof { max-width: 610px; }
  .listing-tools { align-items: stretch; flex-direction: column; }
  .ecosystem-roles .ecosystem-grid { gap: 36px; }
  .ecosystem-metrics { max-width: none; }
}

@media (max-width: 680px) {
  .hero-inner { min-height: 0; display: flex; flex-direction: column; align-items: stretch; }
  .hero-copy { width: 100%; min-height: 0; padding: 36px 18px 24px; }
  .hero-copy h1 { font-size: 43px; }
  .hero-copy > p:not(.hero-eyebrow) { font-size: 13px; }
  .hero-pills span { font-size: 9px; }
  .hero-capabilities { grid-template-columns: repeat(2, 1fr); }
  .hero-proof { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .hero-media { position: relative; inset: auto; width: 100%; min-height: 0; padding: 0 18px 20px; }
  .dispatch-panel { position: relative; top: auto; right: auto; bottom: auto; width: 100%; padding: 14px; }
  .dispatch-lead em { display: none; }
  .performance-row { gap: 12px; }
  .performance-ring { width: 78px; height: 78px; border-width: 8px; font-size: 14px; }
  .ecosystem-metrics { grid-template-columns: 1fr; }
  .ecosystem-roles .role-card { grid-template-columns: 38px 42px 1fr; gap: 10px; min-height: 108px; padding: 14px 12px; }
  .role-timeline::before { left: 19px; }
  .role-index { width: 30px !important; height: 30px !important; font-size: 12px; }
  .role-card i { width: 42px; height: 42px; font-size: 20px; }
  .role-card em { font-size: 8px; }
}

@media (max-width: 980px) {
  .home-page .header-inner { padding-inline: 14px; }
  .home-page .header-actions > .account-menu,
  .home-page .header-actions > .header-cta { display: none; }
  .home-page .menu-toggle { display: block; flex: 0 0 42px; }
}

@media (max-width: 980px) {
  .exchange-site .hero { padding-top: 0; }
  .exchange-site .hero-inner { min-height: 760px; }
  .exchange-site .exchange-hero-copy { width: 100%; min-height: 760px; padding: 46px 24px 28px; }
  .exchange-site .exchange-panel { top: auto; right: 24px; bottom: 24px; width: min(410px, calc(100% - 48px)); }
}

@media (max-width: 680px) {
  .exchange-site .exchange-brand .brand-logo { width: 104px; height: 40px; }
  .exchange-site .brand-copy { display: none; }
  .exchange-site .hero-inner { min-height: 0; display: flex; flex-direction: column; }
  .exchange-site .exchange-hero-copy { min-height: 0; padding: 30px 18px 18px; }
  .exchange-site .hero-copy h1 { font-size: 34px; line-height: 1.06; }
  .exchange-site .hero-copy > p:not(.hero-eyebrow) { margin-top: 14px; font-size: 12px; line-height: 1.55; }
  .exchange-site .hero-pills, .exchange-site .exchange-capabilities { display: none; }
  .exchange-site .exchange-proof { grid-template-columns: repeat(2, 1fr); padding: 12px; margin-top: 18px; }
  .exchange-site .exchange-panel { display: none; }
  .exchange-site .exchange-search { margin-top: 14px; }
  .exchange-site .exchange-listing-grid { grid-template-columns: 1fr; }
}
