:root {
  --ink: #14211d;
  --forest: #18342b;
  --forest-2: #234c3e;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --gold: #b38a4a;
  --gold-2: #d8bd87;
  --muted: #68726d;
  --line: rgba(20, 33, 29, .13);
  --shadow: 0 24px 70px rgba(18, 31, 26, .13);
  --radius: 22px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
body.modal-open { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section { padding: 100px 0; }
.section-soft { background: var(--cream); }
.section-dark { color: white; background: var(--ink); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.section-head h2, .display { margin: 0; max-width: 760px; font: 400 clamp(2.2rem, 5vw, 4.7rem)/.98 var(--serif); letter-spacing: -.045em; }
.section-head p { max-width: 460px; margin: 0; color: var(--muted); }
.section-dark .section-head p { color: rgba(255,255,255,.65); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { color: #fff; background: var(--gold); box-shadow: 0 10px 30px rgba(179,138,74,.25); }
.btn-dark { color: #fff; background: var(--ink); }
.btn-light { color: var(--ink); background: #fff; }
.btn-outline { border-color: currentColor; background: transparent; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: white; border-bottom: 1px solid rgba(255,255,255,.18); }
.site-header.solid { position: sticky; color: var(--ink); background: rgba(255,253,248,.94); backdrop-filter: blur(14px); border-bottom-color: var(--line); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; color: white; background: var(--gold); border-radius: 50%; font: 700 1rem var(--serif); }
.brand-copy { font: 600 1.04rem var(--serif); letter-spacing: .04em; }
.brand-copy small { display: block; margin-top: 2px; font: 700 .51rem var(--sans); letter-spacing: .19em; text-transform: uppercase; opacity: .7; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: .78rem; font-weight: 750; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; color: inherit; background: transparent; }

.home-hero { min-height: 810px; position: relative; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--ink); }
.hero-mosaic { position: absolute; inset: 0; display: grid; grid-template-columns: 1.45fr .85fr; }
.hero-main, .hero-side div { background-position: center; background-size: cover; }
.hero-main { background-image: linear-gradient(90deg, rgba(9,18,15,.3), rgba(9,18,15,.12)), url('../images/echoes/gallery.webp'); }
.hero-side { display: grid; grid-template-rows: 1fr 1fr; }
.hero-side div:first-child { background-image: url('../images/terravana/hero-clean.jpg'); }
.hero-side div:last-child { background-image: url('../images/urbanrise/hero.jpg'); }
.home-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,20,16,.9) 0%, rgba(8,20,16,.44) 55%, rgba(8,20,16,.2)), linear-gradient(0deg, rgba(8,20,16,.84), transparent 55%); }
.home-hero-content { position: relative; z-index: 2; padding: 190px 0 90px; }
.home-hero h1 { max-width: 780px; margin: 0 0 24px; font: 400 clamp(3.4rem, 8vw, 7.5rem)/.88 var(--serif); letter-spacing: -.065em; }
.home-hero .lead { max-width: 610px; margin: 0 0 34px; color: rgba(255,255,255,.82); font-size: 1.08rem; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: #fff; }
.trust-item { padding: 28px; border-right: 1px solid var(--line); text-align: center; }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; font: 400 1.8rem var(--serif); }
.trust-item span { color: var(--muted); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }

.projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.project-card { min-height: 520px; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: white; border-radius: var(--radius); background: var(--ink); box-shadow: var(--shadow); text-decoration: none; }
.project-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .8s ease; }
.project-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,20,17,.9), transparent 67%); }
.project-card:hover img { transform: scale(1.04); }
.project-card-content { position: relative; z-index: 2; width: 100%; padding: 34px; }
.project-card small { font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-card h3 { margin: 8px 0 12px; font: 400 clamp(2rem, 4vw, 3.5rem)/1 var(--serif); }
.project-card-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: rgba(255,255,255,.78); font-size: .85rem; }
.arrow-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.type-grid, .value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.type-card, .value-card { padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.type-card .icon, .value-card .icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 44px; color: var(--gold); border: 1px solid var(--gold-2); border-radius: 50%; font-size: 1.25rem; }
.type-card h3, .value-card h3 { margin: 0 0 8px; font: 500 1.35rem var(--serif); }
.type-card p, .value-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.advisory { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius); background: var(--forest); color: white; }
.advisory-copy { padding: 72px; }
.advisory-copy p { max-width: 540px; color: rgba(255,255,255,.7); }
.advisory-image { min-height: 540px; background: url('../images/nikoo/kitchen.webp') center/cover; }

.project-hero { min-height: 790px; position: relative; display: grid; align-items: end; color: white; background: var(--ink); }
.project-hero-bg { position: absolute; inset: 0; background-position: center; background-size: cover; }
.project-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,16,13,.88), rgba(6,16,13,.2)), linear-gradient(0deg, rgba(6,16,13,.88), transparent 52%); }
.project-hero-content { position: relative; z-index: 2; padding: 170px 0 70px; }
.project-hero h1 { max-width: 880px; margin: 0 0 12px; font: 400 clamp(3.7rem, 8vw, 7.7rem)/.86 var(--serif); letter-spacing: -.065em; }
.project-hero h2 { max-width: 680px; margin: 0 0 26px; font: 400 clamp(1.2rem, 2.2vw, 1.75rem)/1.25 var(--serif); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 30px; }
.hero-fact { padding: 10px 15px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: .75rem; backdrop-filter: blur(8px); }
.project-subnav { position: sticky; top: 0; z-index: 15; overflow-x: auto; border-bottom: 1px solid var(--line); background: rgba(255,253,248,.96); backdrop-filter: blur(12px); }
.project-subnav .container { min-height: 60px; display: flex; align-items: center; gap: 28px; white-space: nowrap; }
.project-subnav a { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: start; }
.intro-grid .display { font-size: clamp(2.5rem, 5vw, 5rem); }
.intro-copy { color: var(--muted); font-size: 1.02rem; }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 58px; border: 1px solid var(--line); background: var(--line); }
.fact-card { min-height: 150px; padding: 26px; background: var(--paper); }
.fact-card span { display: block; margin-bottom: 16px; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.fact-card strong { font: 500 1.35rem/1.18 var(--serif); }

.price-table { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.price-row { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 18px; align-items: center; padding: 22px 28px; border-bottom: 1px solid var(--line); }
.price-row:last-child { border: 0; }
.price-row.head { color: var(--muted); background: var(--cream); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-row strong { font: 500 1.15rem var(--serif); }
.price-note { margin: 18px 0 0; color: var(--muted); font-size: .78rem; }
.plan-feature { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: stretch; }
.plan-canvas { min-height: 540px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.plan-canvas img { height: 100%; max-height: 620px; object-fit: contain; }
.plan-copy { padding: 42px; border-radius: 18px; background: var(--forest); color: white; }
.plan-copy h3 { margin: 0 0 18px; font: 400 2.2rem var(--serif); }
.plan-copy p { color: rgba(255,255,255,.68); }
.plan-copy ul { margin: 28px 0; padding: 0; list-style: none; }
.plan-copy li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.floor-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.floor-tab { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; cursor: pointer; }
.floor-tab.active { color: white; border-color: var(--forest); background: var(--forest); }
.floor-panels { position: relative; }
.floor-panel { display: none; grid-template-columns: 1fr .7fr; gap: 28px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.floor-panel.active { display: grid; }
.floor-panel img { height: 420px; object-fit: contain; }
.floor-panel h3 { font: 500 2rem var(--serif); }
.floor-panel p { color: var(--muted); }
.amenities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.amenity { min-height: 124px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; }
.amenity i { color: var(--gold-2); font-style: normal; font-size: 1.3rem; }
.amenity span { font-size: .88rem; }
.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 38px; }
.nearby-list { border-top: 1px solid var(--line); }
.nearby { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.nearby span:last-child { color: var(--gold); font-weight: 800; }
.map-card { min-height: 520px; display: grid; place-items: center; overflow: hidden; border-radius: 18px; background: var(--cream); }
.map-card img { height: 100%; object-fit: contain; }
.cta-panel { display: grid; grid-template-columns: 1fr .75fr; gap: 56px; padding: 70px; border-radius: var(--radius); background: var(--cream); }
.cta-panel h2 { margin: 0 0 16px; font: 400 clamp(2.4rem,5vw,4.5rem)/.98 var(--serif); }
.cta-panel p { color: var(--muted); }

.form-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1/-1; }
.field label { color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px 13px; color: var(--ink); border: 1px solid var(--line); border-radius: 10px; outline: none; background: #fff; }
.field textarea { min-height: 90px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(179,138,74,.13); }
.field input[aria-invalid="true"] { border-color: #a43b32; }
.field-error { min-height: 1.1em; color: #a43b32; font-size: .7rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-notice { margin: 10px 0 0; color: var(--muted); font-size: .68rem; line-height: 1.5; }
.form-error { display: none; margin: 12px 0; padding: 10px 12px; border-radius: 8px; color: #8c2e28; background: #fbe9e7; font-size: .76rem; }
.form-error.show { display: block; }
.lead-form > .btn { margin-top: 14px; }
.lead-form button:disabled { cursor: wait; opacity: .65; }
.consent { display: flex; gap: 9px; margin: 12px 0; color: var(--muted); font-size: .7rem; }
.consent input { margin-top: 3px; }
.form-success { display: none; padding: 24px; border-radius: 12px; color: #1c563d; background: #e8f5ed; }
.form-success.show { display: block; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 20px; background: rgba(7,15,12,.78); backdrop-filter: blur(8px); }
.modal.open { display: grid; }
.modal-card { position: relative; width: min(560px,100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 36px; border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
.modal-close { position: absolute; top: 15px; right: 15px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; background: transparent; }
.modal h2 { margin: 0 0 8px; font: 500 2.1rem var(--serif); }
.modal p { margin: 0 0 24px; color: var(--muted); }
.mobile-cta { position: fixed; inset: auto 0 0; z-index: 30; display: none; grid-template-columns: 1fr 1fr; padding: 10px; gap: 8px; background: rgba(255,253,248,.96); border-top: 1px solid var(--line); }

.site-footer { padding: 72px 0 30px; color: rgba(255,255,255,.74); background: #0d1915; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: 60px; }
.footer-grid.footer-minimal { grid-template-columns: 1.5fr .7fr; }
.footer-grid h4 { margin: 0 0 16px; color: white; font: 500 1.1rem var(--serif); }
.footer-grid a { display: block; margin: 8px 0; text-decoration: none; font-size: .84rem; }
.disclaimer { margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .68rem; line-height: 1.6; }

/* CRM */
.crm-body { min-height: 100vh; background: #edf0ed; }
.login-wrap { min-height: 100vh; display: grid; grid-template-columns: 1.05fr .95fr; }
.login-visual { position: relative; display: flex; align-items: flex-end; padding: 65px; color: #fff; background: linear-gradient(0deg, rgba(9,22,17,.8), rgba(9,22,17,.15)), url('../images/echoes/hero.webp') center/cover; }
.login-visual h1 { max-width: 620px; margin: 0; font: 400 clamp(3rem,6vw,6rem)/.92 var(--serif); }
.login-panel { display: grid; place-items: center; padding: 40px; background: var(--paper); }
.login-card { width: min(430px,100%); }
.login-card h2 { margin: 36px 0 8px; font: 500 2.6rem var(--serif); }
.login-card > p { color: var(--muted); }
.demo-credentials { margin-top: 18px; padding: 14px; border: 1px dashed var(--gold); border-radius: 10px; color: var(--muted); background: #fbf6ea; font-size: .78rem; }
.crm-layout { min-height: 100vh; display: grid; grid-template-columns: 245px 1fr; }
.crm-sidebar { position: sticky; top: 0; height: 100vh; padding: 26px 20px; color: white; background: var(--ink); }
.crm-sidebar .brand { margin-bottom: 45px; }
.crm-nav a { display: flex; align-items: center; gap: 12px; margin: 5px 0; padding: 11px 13px; border-radius: 9px; color: rgba(255,255,255,.67); text-decoration: none; font-size: .85rem; }
.crm-nav a.active { color: white; background: rgba(255,255,255,.1); }
.crm-main { min-width: 0; padding: 34px; }
.crm-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 30px; }
.crm-top h1 { margin: 0; font: 500 2.2rem var(--serif); }
.crm-top p { margin: 2px 0 0; color: var(--muted); font-size: .84rem; }
.crm-actions { display: flex; gap: 10px; }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; margin-bottom: 22px; }
.metric { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.metric span { color: var(--muted); font-size: .72rem; font-weight: 750; text-transform: uppercase; }
.metric strong { display: block; margin-top: 12px; font: 500 2.1rem var(--serif); }
.crm-card { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: white; }
.crm-toolbar { display: flex; align-items: center; gap: 10px; padding: 16px; border-bottom: 1px solid var(--line); }
.crm-toolbar input, .crm-toolbar select { min-height: 42px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.crm-toolbar input { flex: 1; min-width: 160px; }
.table-wrap { overflow-x: auto; }
.lead-table { width: 100%; border-collapse: collapse; white-space: nowrap; }
.lead-table th { padding: 13px 16px; color: var(--muted); background: #f7f8f6; font-size: .66rem; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.lead-table td { padding: 15px 16px; border-top: 1px solid var(--line); font-size: .8rem; }
.lead-name { font-weight: 800; }
.lead-name small { display: block; color: var(--muted); font-weight: 400; }
.status { padding: 6px 9px; border-radius: 999px; font-size: .67rem; font-weight: 800; background: #eef0ee; }
.status.new { color: #315bc6; background: #eaf0ff; }
.status.contacted { color: #8a5c00; background: #fff4d5; }
.status.visit { color: #6b3aae; background: #f1e9ff; }
.status.qualified { color: #15724d; background: #e4f6ed; }
.row-btn { border: 0; color: var(--forest); background: transparent; cursor: pointer; font-weight: 800; }
.empty-state { padding: 60px 20px; color: var(--muted); text-align: center; }
.admin-simple { min-height: 100vh; display: grid; place-items: center; padding: 28px; }
.admin-simple .form-card { width: min(650px, 100%); }
.admin-simple h1 { margin: 34px 0 8px; font: 500 2.6rem var(--serif); }
.admin-links { display: flex; gap: 18px; margin-top: 26px; font-size: .8rem; }
.lead-detail { margin: 14px 0 20px; padding: 14px; border-radius: 10px; background: #f4f5f2; overflow-wrap: anywhere; }
.legal-page { min-height: 70vh; padding: 130px 0 80px; }
.legal-copy { max-width: 820px; }
.legal-copy h1 { font: 500 clamp(2.6rem,6vw,5rem)/1 var(--serif); }
.legal-copy h2 { margin-top: 36px; font: 500 1.7rem var(--serif); }

@media (max-width: 980px) {
  .nav-links { position: fixed; inset: 78px 0 auto; display: none; padding: 24px 20px; flex-direction: column; align-items: stretch; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-toggle { display: grid; place-items: center; }
  .hero-mosaic { grid-template-columns: 1fr; }
  .hero-side { display: none; }
  .trust-strip, .type-grid, .value-grid, .facts-grid, .amenities-grid, .metric-grid { grid-template-columns: repeat(2,1fr); }
  .advisory, .intro-grid, .plan-feature, .location-grid, .cta-panel { grid-template-columns: 1fr; }
  .advisory-image { min-height: 390px; order: -1; }
  .advisory-copy { padding: 44px; }
  .crm-layout { grid-template-columns: 74px 1fr; }
  .crm-sidebar { padding: 22px 12px; }
  .crm-sidebar .brand-copy, .crm-nav span { display: none; }
  .crm-nav a { justify-content: center; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 26px, 1180px); }
  .section { padding: 72px 0; }
  .section-head { align-items: start; flex-direction: column; margin-bottom: 30px; }
  .home-hero { min-height: 720px; }
  .home-hero-content { padding-bottom: 64px; }
  .projects-grid, .login-wrap, .footer-grid, .footer-grid.footer-minimal { grid-template-columns: 1fr; }
  .project-card { min-height: 440px; }
  .project-card-content { padding: 25px; }
  .trust-item { padding: 20px 10px; }
  .trust-item strong { font-size: 1.4rem; }
  .trust-item span { font-size: .57rem; }
  .type-grid, .value-grid, .amenities-grid { grid-template-columns: 1fr 1fr; }
  .type-card, .value-card { padding: 22px; }
  .type-card .icon, .value-card .icon { margin-bottom: 24px; }
  .project-hero { min-height: 720px; }
  .project-hero-content { padding-bottom: 55px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .price-row { grid-template-columns: 1fr .8fr; padding: 18px; }
  .price-row > *:nth-child(2) { display: none; }
  .plan-canvas { min-height: 340px; }
  .plan-copy { padding: 30px; }
  .floor-panel.active { grid-template-columns: 1fr; }
  .floor-panel img { height: 300px; }
  .map-card { min-height: 350px; }
  .cta-panel { padding: 34px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .mobile-cta { display: grid; }
  .site-footer { padding-bottom: 90px; }
  .login-visual { min-height: 360px; padding: 30px; }
  .login-panel { padding: 42px 22px; }
  .crm-layout { display: block; }
  .crm-sidebar { position: static; width: 100%; height: auto; display: flex; align-items: center; justify-content: space-between; }
  .crm-sidebar .brand { margin: 0; }
  .crm-nav { display: none; }
  .crm-main { padding: 20px 13px; }
  .crm-top { align-items: start; flex-direction: column; }
  .crm-actions { width: 100%; }
  .crm-actions .btn { flex: 1; padding: 0 10px; font-size: .67rem; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .crm-toolbar { flex-wrap: wrap; }
  .crm-toolbar input { flex-basis: 100%; }
}
