:root {
  --ink: #10263d;
  --ink-2: #203b57;
  --accent: #6e63a9;
  --accent-dark: #514783;
  --gold: #b99b65;
  --lavender: #eeeaf7;
  --paper: #fbfaf7;
  --white: #ffffff;
  --mist: #eef2f5;
  --line: #dce3e8;
  --muted: #637181;
  --success: #1f7a55;
  --danger: #a83d44;
  --shadow: 0 24px 70px rgba(16, 38, 61, .12);
  --shadow-soft: 0 12px 38px rgba(16, 38, 61, .08);
  --radius: 18px;
  --shell: min(1180px, calc(100vw - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.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; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: #fff; padding: 10px 14px; border: 2px solid var(--ink); }
.skip-link:focus { top: 12px; }
.site-shell { width: var(--shell); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,250,247,.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(16,38,61,.08); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(16,38,61,.08); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 220px; height: 62px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: .92rem; font-weight: 700; letter-spacing: .01em; }
.site-nav a { transition: color .2s ease, background .2s ease; }
.site-nav a:hover { color: var(--accent-dark); }
.nav-cta, .button-primary, .button-secondary, .button-ghost { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.nav-cta, .button-primary { color: #fff !important; background: var(--ink); box-shadow: 0 8px 22px rgba(16,38,61,.16); }
.nav-cta:hover, .button-primary:hover { transform: translateY(-1px); background: var(--ink-2); }
.button-secondary { color: var(--ink); background: var(--white); border-color: var(--line); }
.button-secondary:hover { box-shadow: var(--shadow-soft); transform: translateY(-1px); }
.button-ghost { color: var(--ink); background: transparent; border-color: rgba(16,38,61,.22); }
.mobile-nav-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.mobile-nav-toggle span:not(.sr-only) { width: 24px; height: 2px; background: var(--ink); display: block; }
.hero { position: relative; overflow: hidden; padding: 88px 0 78px; background: radial-gradient(circle at 85% 20%, rgba(110,99,169,.18), transparent 28%), radial-gradient(circle at 15% 85%, rgba(185,155,101,.12), transparent 30%), linear-gradient(135deg, #fbfaf7 0%, #f5f2f8 52%, #eff3f7 100%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(16,38,61,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16,38,61,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 14px; font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-dark); }
.hero h1, .section-title, .page-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
.hero h1 { max-width: 760px; font-size: clamp(3.4rem, 6.6vw, 6.4rem); }
.hero-copy { max-width: 660px; margin: 24px 0 0; font-size: clamp(1.08rem, 1.6vw, 1.28rem); color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(16,38,61,.12); color: var(--muted); font-size: .9rem; }
.hero-trust strong { color: var(--ink); }
.hero-portrait { position: relative; max-width: 480px; margin-left: auto; }
.hero-portrait::before { content: ""; position: absolute; inset: 30px -26px -24px 34px; background: var(--accent); opacity: .16; border-radius: 44% 56% 48% 52% / 38% 41% 59% 62%; transform: rotate(4deg); }
.hero-portrait img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; border-radius: 46% 54% 48% 52% / 38% 41% 59% 62%; box-shadow: var(--shadow); }
.hero-note { position: absolute; right: -20px; bottom: 18px; z-index: 2; max-width: 220px; padding: 18px; border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-soft); border: 1px solid rgba(16,38,61,.08); font-size: .9rem; }
.hero-note strong { display: block; margin-bottom: 4px; }
.section { padding: 94px 0; }
.section-soft { background: #f3f1f7; }
.section-dark { background: var(--ink); color: #fff; }
.section-intro { max-width: 760px; margin-bottom: 38px; }
.section-title { font-size: clamp(2.5rem, 4.8vw, 4.7rem); }
.section-lede { margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; }
.section-dark .section-lede { color: #c7d2dd; }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.about-image-wrap { position: relative; }
.about-image-wrap img { width: 100%; aspect-ratio: 1.3 / 1; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-image-wrap::after { content: ""; position: absolute; width: 120px; height: 120px; right: -18px; bottom: -18px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.rich-copy p { margin: 0 0 18px; color: #4b5e70; font-size: 1.04rem; }
.rich-copy p:last-child { margin-bottom: 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.service-card { display: flex; flex-direction: column; min-height: 330px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(16,38,61,.04); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.service-card .number { color: var(--gold); font-weight: 900; letter-spacing: .12em; font-size: .78rem; }
.service-card h3 { margin: 34px 0 12px; font-family: Georgia, serif; font-size: 1.85rem; font-weight: 500; }
.service-card p { color: var(--muted); margin: 0; }
.outcomes { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 28px; }
.outcomes span { padding: 7px 10px; border-radius: 999px; background: var(--mist); color: var(--ink-2); font-size: .78rem; font-weight: 700; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin-top: 34px; counter-reset: step; }
.process-step { padding: 26px; border-left: 1px solid rgba(255,255,255,.18); counter-increment: step; }
.process-step::before { content: "0" counter(step); display: block; margin-bottom: 24px; color: #d9c49b; font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.process-step h3 { font-size: 1.15rem; margin: 0 0 10px; }
.process-step p { margin: 0; color: #c7d2dd; font-size: .94rem; }
.testimonial-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.testimonial-card { position: relative; display: flex; flex-direction: column; min-height: 360px; padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; box-shadow: 0 10px 30px rgba(16,38,61,.04); }
.testimonial-card::before { content: "“"; position: absolute; right: 22px; top: 8px; font-family: Georgia, serif; font-size: 5rem; line-height: 1; color: var(--lavender); }
.testimonial-profile { display: flex; gap: 14px; align-items: center; padding-right: 54px; }
.testimonial-profile img { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; background: var(--lavender); border: 1px solid var(--line); }
.testimonial-profile strong { display: block; line-height: 1.25; }
.testimonial-profile span { display: block; color: var(--muted); font-size: .8rem; margin-top: 3px; }
.testimonial-quote { margin: 24px 0 0; color: #394f63; }
.testimonial-card .read-link { margin-top: auto; padding-top: 22px; color: var(--accent-dark); font-weight: 800; }
.video-thumb { margin: 20px 0 0; border-radius: 12px; overflow: hidden; }
.center-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.cta-band { padding: 66px 0; background: linear-gradient(110deg, #675e9f, #172f49); color: #fff; }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.cta-band h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.2rem,4vw,4rem); line-height: 1.05; font-weight: 500; max-width: 830px; }
.cta-band p { margin: 14px 0 0; color: #e7e8f0; max-width: 760px; }
.cta-band .button-primary { background: #fff; color: var(--ink) !important; box-shadow: none; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-meta { display: grid; gap: 14px; margin-top: 28px; }
.contact-meta div { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-form, .auth-card form, .portal-card form { display: grid; gap: 16px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { font-size: .84rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 14px; border: 1px solid #cfd9e1; border-radius: 10px; background: #fff; color: var(--ink); outline: 0; transition: border .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(110,99,169,.12); }
.field textarea { resize: vertical; min-height: 130px; }
.check-field { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; color: var(--muted); }
.check-field input { margin-top: 4px; }
.form-honeypot { position: absolute !important; left: -9999px !important; }
.notice { margin: 0 0 18px; padding: 13px 16px; border-radius: 10px; font-weight: 700; font-size: .9rem; }
.notice-success { background: #e8f5ee; color: #1c6448; }
.notice-error { background: #fbeaec; color: #8d3037; }
.notice-info { background: #edf2f7; color: #34516d; }
.page-hero { padding: 76px 0 52px; background: linear-gradient(135deg, #f6f3f9, #edf3f6); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(3rem,6vw,5.6rem); max-width: 980px; }
.page-hero p { max-width: 780px; margin: 20px 0 0; color: var(--muted); font-size: 1.08rem; }
.testimonial-library { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.testimonial-library .testimonial-card { min-height: 0; }
.testimonial-library .testimonial-quote { white-space: pre-line; }
.testimonial-video { width: 100%; margin-top: 18px; border-radius: 12px; }
.insight-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.insight-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 30px rgba(16,38,61,.04); }
.insight-card img { width: 100%; aspect-ratio: 1.6/1; object-fit: cover; }
.insight-card-body { padding: 24px; }
.insight-card .meta { color: var(--accent-dark); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 900; }
.insight-card h2 { margin: 10px 0; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; line-height: 1.2; }
.insight-card p { color: var(--muted); }
.article { max-width: 820px; margin: 0 auto; }
.article h1 { font-family: Georgia, serif; font-size: clamp(2.8rem,5vw,5rem); line-height: 1.05; font-weight: 500; }
.article-content { font-size: 1.06rem; color: #344b60; }
.article-content p { margin: 0 0 1.25em; }
.auth-wrap { min-height: 70vh; display: grid; place-items: center; padding: 70px 20px; background: linear-gradient(140deg,#f9f8f4,#f0edf7); }
.auth-card { width: min(560px,100%); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.auth-card h1 { margin: 0 0 10px; font-family: Georgia,serif; font-size: 2.4rem; font-weight: 500; }
.auth-card > p { color: var(--muted); margin-top: 0; }
.auth-links { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; margin-top: 18px; font-size: .88rem; font-weight: 700; }
.site-footer { background: #0d2236; color: #dbe5ed; padding: 62px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3,1fr); gap: 42px; }
.footer-logo { width: 240px; filter: brightness(0) invert(1); opacity: .95; }
.site-footer h2 { margin: 0 0 15px; color: #fff; font-size: .9rem; text-transform: uppercase; letter-spacing: .1em; }
.site-footer p { color: #aebdca; max-width: 420px; }
.site-footer a { display: block; margin: 9px 0; color: #c9d4de; font-size: .92rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 26px; margin-top: 36px; border-top: 1px solid rgba(255,255,255,.12); color: #91a3b3; font-size: .78rem; }
.chat-launcher-wrap { position: fixed; right: 22px; bottom: 22px; z-index: 300; }
.chat-launcher { display: flex; align-items: center; gap: 9px; border: 0; border-radius: 999px; padding: 13px 18px; color: #fff; background: var(--ink); box-shadow: 0 16px 40px rgba(16,38,61,.28); font-weight: 800; }
.chat-dot { width: 9px; height: 9px; border-radius: 50%; background: #8ea1b3; box-shadow: 0 0 0 4px rgba(255,255,255,.08); }
.chat-dot.online { background: #48d590; }
.chat-panel { position: fixed; right: 22px; bottom: 82px; z-index: 299; width: min(390px, calc(100vw - 28px)); height: min(590px, calc(100vh - 120px)); display: none; grid-template-rows: auto 1fr auto auto; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 28px 90px rgba(16,38,61,.24); }
.chat-panel.open { display: grid; }
.chat-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 17px 18px; background: var(--ink); color: #fff; }
.chat-header strong { display: block; }
.chat-header span { display: block; color: #c7d3dd; font-size: .74rem; margin-top: 2px; }
.icon-button { width: 36px; height: 36px; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); font-size: 1.4rem; }
.chat-messages { overflow-y: auto; padding: 16px; background: #f7f8fa; }
.chat-message { max-width: 86%; margin: 0 0 10px; padding: 10px 12px; border-radius: 14px; background: #fff; border: 1px solid var(--line); white-space: pre-wrap; font-size: .88rem; }
.chat-message.user { margin-left: auto; background: var(--ink); color: #fff; border-color: var(--ink); }
.chat-message.admin { background: #efeafa; border-color: #d8d0ed; }
.chat-message .chat-time { display: block; margin-top: 4px; opacity: .58; font-size: .67rem; }
.chat-identify { grid-template-columns: 1fr 1fr auto; gap: 6px; padding: 8px 10px; border-top: 1px solid var(--line); }
.chat-identify input { min-width: 0; padding: 9px 10px; border: 1px solid var(--line); border-radius: 8px; }
.chat-identify button { border: 0; background: var(--accent); color: #fff; border-radius: 8px; padding: 0 10px; font-weight: 800; }
.chat-composer { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 10px; border-top: 1px solid var(--line); }
.chat-composer textarea { resize: none; border: 1px solid var(--line); border-radius: 10px; padding: 10px; outline: 0; }
.chat-composer button { border: 0; border-radius: 10px; background: var(--ink); color: #fff; padding: 0 14px; font-weight: 800; }
.empty-state { padding: 34px; text-align: center; border: 1px dashed #cbd6df; border-radius: var(--radius); color: var(--muted); background: rgba(255,255,255,.5); }
@media (max-width: 1040px) {
  .mobile-nav-toggle { display: flex; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 72px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 12px; }
  .nav-cta { margin-top: 8px; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-portrait { margin: 0 auto; }
  .services-grid, .testimonial-feature-grid, .insight-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}
@media (max-width: 700px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 14px; }
  .header-inner { min-height: 70px; }
  .brand img { width: 175px; height: 52px; }
  .hero { padding: 60px 0 54px; }
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-note { position: relative; right: auto; bottom: auto; margin: -32px 12px 0 auto; }
  .section { padding: 70px 0; }
  .services-grid, .testimonial-feature-grid, .testimonial-library, .insight-grid, .form-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .cta-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .chat-panel { right: 14px; bottom: 76px; }
  .chat-launcher-wrap { right: 14px; bottom: 14px; }
  .chat-identify { grid-template-columns: 1fr; }
}
.portal-hero { padding: 44px 0 26px; background: #eef2f6; border-bottom: 1px solid var(--line); }
.portal-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.3rem,4vw,3.8rem); font-weight: 500; }
.portal-hero p { margin: 8px 0 0; color: var(--muted); }
.portal-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; align-items: start; }
.portal-card { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 26px rgba(16,38,61,.04); }
.portal-card h2 { margin: 0 0 16px; font-family: Georgia,serif; font-size: 1.65rem; font-weight: 500; }
.portal-list { display: grid; gap: 12px; }
.portal-list-item { padding: 14px 0; border-top: 1px solid var(--line); }
.portal-list-item:first-child { border-top: 0; padding-top: 0; }
.status-pill { display: inline-flex; padding: 4px 9px; border-radius: 999px; background: var(--mist); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.status-pill.confirmed, .status-pill.completed { background: #e6f3ec; color: #236147; }
.status-pill.cancelled { background: #f9e8ea; color: #90333b; }
@media(max-width:850px){.portal-grid{grid-template-columns:1fr}}

/* Consulting client workspace */
.portal-summary { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin-bottom:22px; }
.portal-summary > div { padding:18px 20px; background:#fff; border:1px solid var(--line); border-radius:14px; box-shadow:0 7px 22px rgba(16,38,61,.035); }
.portal-summary span { display:block; color:var(--muted); font-size:.75rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.portal-summary strong { display:block; margin-top:5px; font-family:Georgia,serif; font-size:2rem; font-weight:500; }
.portal-wide { margin-top:22px; }
.portal-secondary-grid { margin-top:22px; }
.portal-row { display:flex; justify-content:space-between; align-items:flex-start; gap:18px; }
.portal-row > div:first-child { min-width:0; }
.portal-row strong:not(.portal-money) { display:block; margin-top:7px; font-size:1.03rem; }
.portal-row span:not(.status-pill) { display:block; color:var(--muted); font-size:.82rem; margin-top:3px; }
.portal-progress { min-width:170px; text-align:right; }
.portal-progress > span { display:block; margin:0 0 6px !important; font-weight:800; color:var(--ink) !important; }
.portal-progress > div { width:170px; height:8px; overflow:hidden; border-radius:999px; background:var(--mist); }
.portal-progress i { display:block; height:100%; border-radius:999px; background:linear-gradient(90deg,var(--accent),var(--ink-2)); }
.portal-list-item p { margin:10px 0 0; color:#4b5e70; }
.status-pill.active, .status-pill.accepted, .status-pill.paid, .status-pill.sent { background:#e6f3ec; color:#236147; }
.status-pill.overdue, .status-pill.declined, .status-pill.expired, .status-pill.void { background:#f9e8ea; color:#90333b; }
.status-pill.partial, .status-pill.requested, .status-pill.proposed { background:#fff2d9; color:#875d16; }
.status-pill.on_hold { background:#eee9f8; color:#564b89; }
.proposal-box details { margin-top:14px; border:1px solid var(--line); border-radius:12px; background:#fbfcfd; }
.proposal-box summary { padding:13px 15px; cursor:pointer; font-weight:800; }
.proposal-detail { padding:0 15px 15px; }
.proposal-detail h3 { margin:14px 0 5px; font-size:.9rem; }
.proposal-detail p { white-space:normal; }
.proposal-actions { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:18px; padding-top:18px; border-top:1px solid var(--line); }
.proposal-actions form { display:grid; gap:10px; }
.fine-print { font-size:.76rem !important; color:var(--muted) !important; }
.portal-money { font-family:Georgia,serif; font-size:1.4rem; white-space:nowrap; }
@media(max-width:900px){.portal-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.proposal-actions{grid-template-columns:1fr}}
@media(max-width:560px){.portal-summary{grid-template-columns:1fr 1fr}.portal-row{display:block}.portal-progress{margin-top:12px;text-align:left;min-width:0}.portal-progress>div{width:100%}.portal-money{display:block;margin-top:8px}.proposal-actions{grid-template-columns:1fr}}
