:root {
    --navy: #18365b;
    --navy-2: #23476e;
    --teal: #208c8d;
    --teal-dark: #146b70;
    --ink: #1d2733;
    --muted: #657386;
    --line: #d9e1e8;
    --paper: #fbf7ef;
    --surface: #ffffff;
    --sand: #ead7bb;
    --clay: #b76f4d;
    --green: #2f7d54;
    --red: #a8463d;
    --shadow: 0 18px 50px rgba(16, 34, 61, 0.12);
    --radius: 8px;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: linear-gradient(180deg, #f8fbfd 0%, var(--paper) 42%, #f7f4ee 100%);
    font-family: Aptos, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 12px clamp(16px, 4vw, 42px);
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(217, 225, 232, 0.9);
    backdrop-filter: blur(14px);
}

.brand { display: flex; align-items: center; min-width: 252px; color: var(--navy); }
.brand-mark-wrap { display: inline-flex; align-items: center; gap: 9px; width: 252px; height: 58px; overflow: visible; }
.brand-mark-wrap::before { content: ""; flex: 0 0 42px; width: 42px; height: 42px; background: url("images/aftershock-pulse-mark.png") center/contain no-repeat; }
.brand-logo { width: 196px; height: auto; max-height: 48px; object-fit: contain; object-position: left center; }
.brand-wordmark, .brand-pulse { display: none; }

.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 2.2vw, 26px); font-size: 0.94rem; color: #3e4c5d; }
.main-nav a { padding: 8px 0; border-bottom: 2px solid transparent; white-space: nowrap; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav a[aria-current="page"] { color: var(--navy); border-bottom-color: var(--teal); }

.header-cta, .primary-action, .secondary-action, .ghost-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: var(--radius);
    border: 1px solid transparent;
    font-weight: 750;
    line-height: 1;
    white-space: nowrap;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
.header-cta, .primary-action { color: #fff; background: var(--navy); }
.header-cta[aria-current="page"] { background: var(--teal-dark); }
.secondary-action { color: var(--navy); background: #fff; border-color: var(--line); }
.ghost-action { width: 42px; min-width: 42px; padding: 0; color: var(--navy); background: #f6faf9; border-color: rgba(32, 140, 141, 0.2); }
.header-cta:hover, .primary-action:hover, .secondary-action:hover, .ghost-action:hover { transform: translateY(-1px); }

main { max-width: var(--max); margin: 0 auto; padding: 0 clamp(16px, 3vw, 28px) 54px; }

.market-intro {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    min-height: 430px;
    width: calc(100dvw - 16px);
    margin: 0 calc(50% - 50dvw + 8px) 22px;
    padding: clamp(34px, 5vw, 64px) max(clamp(18px, 5vw, 68px), calc((100vw - var(--max)) / 2 + 28px));
    color: #fff;
    background: linear-gradient(135deg, rgba(24, 54, 91, 0.42), rgba(32, 140, 141, 0.16)), url("images/optimized/homepage-hero-city-800.jpg") center/cover;
    border-radius: 0;
    box-shadow: 0 18px 42px rgba(16, 34, 61, 0.1);
}
.market-intro::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24, 54, 91, 0.54), rgba(24, 54, 91, 0.18) 54%, rgba(24, 54, 91, 0.02)); }
.market-intro.hero-bg-city { background-image: linear-gradient(135deg, rgba(24, 54, 91, 0.4), rgba(32, 140, 141, 0.15)), url("images/optimized/homepage-hero-city-800.jpg"); }
.market-intro.hero-bg-europe { background-image: linear-gradient(135deg, rgba(24, 54, 91, 0.38), rgba(32, 140, 141, 0.13)), url("images/optimized/homepage-hero-europe-street-800.jpg"); }
.market-intro.hero-bg-rail { background-image: linear-gradient(135deg, rgba(24, 54, 91, 0.38), rgba(32, 140, 141, 0.13)), url("images/optimized/homepage-hero-open-road-800.jpg"); }
.market-intro.hero-bg-portfolio {
    background-image: linear-gradient(135deg, rgba(24, 54, 91, 0.4), rgba(32, 140, 141, 0.15)), var(--hero-portfolio-image, url("images/optimized/homepage-hero-city-800.jpg"));
    background-size: cover;
    background-position: center;
}
.intro-copy { position: relative; z-index: 1; max-width: 820px; }

.eyebrow { margin: 0 0 8px; color: var(--teal-dark); font-size: 0.78rem; font-weight: 850; text-transform: uppercase; letter-spacing: 0.08em; }
h1 { max-width: 820px; margin-bottom: 12px; color: var(--navy); font-size: clamp(2rem, 3.8vw, 3.65rem); line-height: 1.02; letter-spacing: 0; }
.market-intro h1, .market-intro .eyebrow { color: #fff; }
.intro-text { max-width: 760px; margin-bottom: 12px; color: #415064; font-size: clamp(0.98rem, 1.35vw, 1.08rem); }
.market-intro .intro-text { color: rgba(255, 255, 255, 0.9); }

.hub-strip { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 8px; min-height: 38px; padding: 7px 11px; color: #17304f; background: rgba(248, 252, 252, 0.88); border: 1px solid rgba(255, 255, 255, 0.92); border-radius: var(--radius); box-shadow: 0 12px 28px rgba(16, 34, 61, 0.12); font-size: 0.88rem; }
.hub-strip strong { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 26px; color: #fff; background: var(--teal-dark); border: 1px solid rgba(20, 107, 112, 0.18); border-radius: 999px; font-size: 0.82rem; }

.marketplace, .activity-panel, .search-section, .screening-section, .partner-section, .alerts-section, .next-step-band, .page-hero, .link-farm-section, .timing-science { padding: 20px 0; }
.activity-panel { margin: 6px 0 4px; }
.section-heading { max-width: 760px; margin-bottom: 18px; }
.compact-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; max-width: none; }
.section-heading h2, .next-step-band h2, .alerts-copy h2 { margin-bottom: 8px; color: var(--navy); font-size: clamp(1.45rem, 2.2vw, 2.08rem); line-height: 1.08; }
.section-note { max-width: 560px; margin-bottom: 0; color: var(--muted); }

.activity-grid, .deal-grid, .screening-grid, .partner-row, .link-card-grid { display: grid; gap: 16px; }
.activity-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.deal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.screening-grid, .partner-row, .link-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.activity-card, .deal-card, .method-item, .partner-item, .page-card, .link-card, .alerts-section, .next-step-band, .science-card { background: rgba(255, 255, 255, 0.86); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(16, 34, 61, 0.07); }
.activity-card, .method-item, .partner-item, .link-card, .page-card { padding: 14px; }
.activity-status { display: inline-flex; margin-bottom: 8px; padding: 4px 8px; color: #fff; background: var(--teal-dark); border-radius: 999px; font-size: 0.72rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.05em; }
.activity-card h3, .method-item h3, .partner-item h3, .link-card h3 { margin-bottom: 7px; color: var(--navy); font-size: 1.02rem; line-height: 1.1; }
.activity-card p, .method-item p, .partner-item p, .link-card p, .page-card p { color: var(--muted); }
.activity-card p { font-size: 0.8rem; line-height: 1.34; }
.activity-meta { display: flex; flex-wrap: wrap; gap: 6px; }
.activity-meta span { display: inline-flex; padding: 3px 7px; color: var(--muted); background: #f6faf9; border: 1px solid rgba(217, 225, 232, 0.8); border-radius: 999px; font-size: 0.72rem; font-weight: 800; }

.page-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 0.5fr); gap: 24px; align-items: end; }
.page-hero h1 { max-width: 760px; }
.page-hero--has-image {
    position: relative;
    overflow: hidden;
    align-items: stretch;
    min-height: min(52vh, 420px);
    width: calc(100dvw - 16px);
    margin: 0 calc(50% - 50dvw + 8px) 8px;
    padding: clamp(28px, 4vw, 52px) max(clamp(18px, 5vw, 68px), calc((100vw - var(--max)) / 2 + 28px));
    color: #fff;
    background-image: linear-gradient(135deg, rgba(24, 54, 91, 0.42), rgba(32, 140, 141, 0.16)), var(--page-hero-image, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    box-shadow: 0 18px 42px rgba(16, 34, 61, 0.1);
}
.page-hero--has-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(24, 54, 91, 0.58), rgba(24, 54, 91, 0.22) 55%, rgba(24, 54, 91, 0.06));
    pointer-events: none;
}
.page-hero--has-image > * {
    position: relative;
    z-index: 1;
}
.page-hero--has-image .eyebrow,
.page-hero--has-image h1 {
    color: #fff;
}
.page-hero--has-image .intro-text {
    color: rgba(255, 255, 255, 0.92);
}
.page-hero--has-image .page-card {
    background: rgba(255, 255, 255, 0.92);
    align-self: end;
}
.page-hero__img--fallback {
    display: none !important;
}
.page-card p:last-child { margin-bottom: 0; }

.deal-toolbar { display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin-bottom: 16px; }
.filter-group { display: flex; flex-wrap: nowrap; gap: 6px; max-width: 100%; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
.filter-button { flex: 0 0 auto; min-height: 31px; padding: 0 9px; color: #415064; background: rgba(255, 255, 255, 0.82); border: 1px solid var(--line); border-radius: 999px; font-size: 0.78rem; font-weight: 700; }
.filter-button.active { color: #fff; background: var(--navy); border-color: var(--navy); }

.deal-card { display: flex; min-width: 0; min-height: 100%; overflow: hidden; flex-direction: column; background: var(--surface); }
.deal-card:hover { border-color: rgba(32, 140, 141, 0.48); }
.deal-image-wrap { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #dce6ed; }
.deal-image { width: 100%; height: 100%; object-fit: cover; }
.drop-badge { position: absolute; top: 12px; right: 12px; display: inline-flex; align-items: center; justify-content: center; min-width: 68px; min-height: 34px; padding: 0 10px; color: #fff; background: var(--teal-dark); border-radius: 999px; font-weight: 900; box-shadow: 0 10px 22px rgba(16, 34, 61, 0.22); }
.deal-body { display: flex; flex: 1; flex-direction: column; padding: 15px; }
.card-topline, .card-meta, .price-row, .card-actions, .dialog-meta, .partner-grid, .origin-grid { display: flex; align-items: center; gap: 8px; }
.card-topline { justify-content: space-between; margin-bottom: 10px; }
.disruption-chip, .confidence-chip, .safety-chip { display: inline-flex; align-items: center; min-height: 28px; max-width: 100%; padding: 0 9px; border-radius: 999px; font-size: 0.78rem; font-weight: 800; white-space: nowrap; }
.disruption-chip { color: #5f3b16; background: #f5e3c4; }
.confidence-chip { color: var(--teal-dark); background: #e4f3ef; }
.safety-chip { color: var(--green); background: #eaf5ee; }
.deal-card h3 { margin-bottom: 4px; color: var(--navy); font-size: 1.24rem; line-height: 1.1; }
.tagline { display: -webkit-box; min-height: 44px; max-height: 44px; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 12px; color: var(--muted); font-size: 0.94rem; line-height: 1.45; }
.price-row { justify-content: space-between; margin-bottom: 12px; padding: 10px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-row div { min-width: 0; }
.price-label { display: block; color: var(--muted); font-size: 0.73rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.07em; }
.price-value { display: block; color: var(--navy); font-size: 1.05rem; font-weight: 900; }
.why-now { margin-bottom: 12px; color: #344559; font-size: 0.95rem; }
.card-meta { flex-wrap: wrap; margin-top: auto; margin-bottom: 12px; color: var(--muted); font-size: 0.82rem; }
.card-actions { margin-top: auto; }
.card-actions .primary-action, .card-actions .secondary-action { flex: 1; min-width: 0; padding: 0 10px; font-size: 0.9rem; }

.empty-state { grid-column: 1 / -1; padding: 28px; color: var(--muted); background: rgba(255, 255, 255, 0.8); border: 1px dashed var(--line); border-radius: var(--radius); }
.estimate-note { margin: 14px 0 0; color: var(--muted); font-size: 0.84rem; }

.next-step-band { display: grid; grid-template-columns: minmax(260px, 0.42fr) minmax(420px, 1fr); gap: 20px; margin-top: 6px; padding: 20px; align-items: start; }
.search-band { display: block; padding: 18px; }
.next-step-band p { max-width: 720px; margin-bottom: 0; color: var(--muted); }
.search-panel { display: grid; grid-template-columns: 1fr 1.4fr 1fr 0.8fr auto; gap: 12px; align-items: end; margin-bottom: 18px; padding: 16px; background: rgba(255, 255, 255, 0.88); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 34px rgba(16, 34, 61, 0.08); }
.compact-search-panel { grid-template-columns: repeat(4, minmax(0, 1fr)) auto; margin: 0; padding: 0; background: transparent; border: 0; box-shadow: none; }
.ota-search-panel { width: 100%; padding: 14px; background: #fff; border: 1px solid rgba(217, 225, 232, 0.95); border-radius: 14px; box-shadow: 0 18px 42px rgba(16, 34, 61, 0.1); }
.search-panel label, .alert-form label { display: grid; gap: 6px; color: #3f4d5f; font-size: 0.82rem; font-weight: 800; }
.search-panel input, .search-panel select, .alert-form input { width: 100%; min-height: 44px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 12px; outline: none; }
.search-panel input:focus, .search-panel select:focus, .alert-form input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(32, 140, 141, 0.14); }

.contract-preview { display: grid; grid-template-columns: minmax(260px, 0.7fr) minmax(280px, 1fr); gap: 18px; padding: 18px; color: #d7e6ee; background: var(--navy); border-radius: var(--radius); }
.contract-preview h3 { margin-bottom: 8px; color: #fff; }
.contract-preview p { color: #bfd1dc; }
.contract-preview pre { overflow-wrap: anywhere; white-space: pre-wrap; margin: 0; padding: 14px; color: #e8f4f6; background: rgba(0, 0, 0, 0.22); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: var(--radius); font-size: 0.82rem; }

.timing-science { margin: 32px 0; padding: clamp(18px, 3vw, 28px); background: rgba(255, 255, 255, 0.76); border: 1px solid var(--line); border-radius: calc(var(--radius) + 4px); box-shadow: var(--shadow); }
.science-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: 18px; }
.science-card { padding: 18px; background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%); }
.chart-title { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 12px; color: var(--muted); font-size: 0.85rem; }
.chart-title strong, .partner-item strong, .origin-pill strong, .partner-pill strong { color: var(--navy); }
.science-chart svg { width: 100%; height: auto; }
.science-chart text { fill: var(--muted); font-size: 12px; }
.chart-axis, .chart-grid { fill: none; stroke: #d9e1e8; stroke-width: 1; }
.chart-axis { stroke: #9dafc2; stroke-width: 1.4; }
.chart-window { fill: url(#deal-window); }
.chart-line { fill: none; stroke-width: 4; stroke-linecap: round; }
.chart-line.risk { stroke: var(--red); }
.chart-line.ready { stroke: var(--green); }
.chart-line.value { stroke: var(--teal); }
.chart-legend { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; color: var(--muted); font-size: 0.84rem; }
.chart-legend span { display: inline-flex; align-items: center; gap: 6px; }
.chart-legend i { width: 10px; height: 10px; border-radius: 999px; }
.risk-dot { background: var(--red); }
.ready-dot { background: var(--green); }
.value-dot { background: var(--teal); }
.gate-bars { display: grid; gap: 13px; margin: 8px 0 16px; }
.gate-bars div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; color: var(--navy); font-weight: 750; }
.gate-bars strong { color: var(--muted); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; }
.gate-bars i { grid-column: 1 / -1; height: 9px; overflow: hidden; background: #e8eef4; border-radius: 999px; }
.gate-bars i::before { content: ""; display: block; width: var(--score); height: 100%; background: linear-gradient(90deg, var(--teal), var(--navy)); }

.method-kicker { display: inline-flex; margin-bottom: 24px; color: var(--clay); font-weight: 900; }
.partner-item strong { display: block; margin-bottom: 4px; font-size: 1.1rem; }
.alerts-section { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: center; margin-top: 12px; padding: 22px; }
.email-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: 0.88rem; }

.site-footer { display: grid; grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.6fr); gap: 32px; padding: 34px clamp(16px, 4vw, 42px) 24px; color: #d8e4eb; background: var(--navy); }
.site-footer p { max-width: 520px; margin: 4px 0 0; color: #b8cad6; }
.footer-logo { width: 260px; max-width: 100%; height: auto; margin-bottom: 12px; }
.footer-columns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.footer-column h2 { margin: 0 0 10px; color: #fff; font-size: 0.86rem; text-transform: uppercase; letter-spacing: 0.08em; }
.footer-column a { display: block; margin: 7px 0; color: #bfd1dc; font-size: 0.9rem; }
.footer-column a:hover, .footer-column a:focus-visible { color: #fff; text-decoration: underline; }
.footer-bottom { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 20px; color: #9fb4c3; border-top: 1px solid rgba(255, 255, 255, 0.14); font-size: 0.86rem; }

.deal-dialog { width: min(860px, calc(100vw - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 0; border-radius: var(--radius); box-shadow: var(--shadow); }
.deal-dialog::backdrop { background: rgba(16, 34, 61, 0.48); }
.dialog-shell { position: relative; padding: 24px; background: #fff; }
.dialog-close { position: absolute; top: 14px; right: 14px; min-height: 36px; padding: 0 12px; color: var(--navy); background: #eef5f4; border: 1px solid rgba(32, 140, 141, 0.18); border-radius: var(--radius); font-weight: 800; }
.dialog-hero { display: grid; grid-template-columns: minmax(220px, 0.75fr) 1fr; gap: 20px; align-items: start; padding-right: 74px; }
.dialog-hero img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius); }
.dialog-content h2 { margin-bottom: 8px; color: var(--navy); font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1.05; }
.dialog-meta { flex-wrap: wrap; margin-bottom: 12px; }
.dialog-section { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.dialog-section h3 { margin-bottom: 8px; color: var(--navy); }
.dialog-action-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.dialog-action-row .primary-action, .dialog-action-row .secondary-action { min-width: 150px; }
.booking-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.booking-tile { padding: 12px; background: #f7fbfa; border: 1px solid var(--line); border-radius: var(--radius); }
.booking-tile span, .booking-tile small { display: block; color: var(--muted); font-size: 0.76rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; }
.booking-tile strong { display: block; margin: 4px 0; color: var(--navy); font-size: 1rem; line-height: 1.1; }
.booking-tile small { font-size: 0.68rem; font-weight: 700; text-transform: none; letter-spacing: 0; }
.origin-grid, .partner-grid { align-items: stretch; flex-wrap: wrap; }
.origin-pill, .partner-pill { flex: 1 1 150px; min-width: 0; padding: 12px; background: #f7fbfa; border: 1px solid var(--line); border-radius: var(--radius); }
.partner-pill .secondary-action { width: 100%; margin-top: 8px; min-height: 36px; font-size: 0.82rem; }
.origin-pill span, .partner-pill span { display: block; color: var(--muted); font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }

@media (max-width: 980px) {
    .site-header { align-items: flex-start; flex-wrap: wrap; }
    .brand { min-width: 0; }
    .main-nav { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; }
    .page-hero, .alerts-section, .contract-preview, .dialog-hero, .science-grid, .next-step-band, .site-footer { grid-template-columns: 1fr; }
    .deal-grid, .activity-grid, .screening-grid, .partner-row, .link-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .search-panel, .compact-search-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .search-panel .primary-action { grid-column: 1 / -1; }
    .dialog-hero { padding-right: 0; }
}

@media (max-width: 680px) {
    .site-header { padding: 10px 14px; }
    .brand, .brand-mark-wrap { width: 214px; min-width: 0; }
    .brand-mark-wrap::before { flex-basis: 36px; width: 36px; height: 36px; }
    .brand-logo { width: 168px; min-width: 0; }
    .header-cta { min-height: 38px; padding: 0 12px; }
    main { padding-inline: 14px; }
    .market-intro { min-height: 360px; padding: 30px clamp(18px, 6vw, 36px); }
    .deal-grid, .activity-grid, .screening-grid, .science-grid, .partner-row, .link-card-grid, .footer-columns, .search-panel, .compact-search-panel, .email-row, .booking-grid { grid-template-columns: 1fr; }
    .compact-heading, .deal-toolbar, .next-step-band { align-items: flex-start; }
    .card-actions { align-items: stretch; flex-direction: column; }
    .ghost-action { width: 100%; }
    .dialog-shell { padding: 18px; }
    .dialog-close { position: static; margin-bottom: 12px; }
}
