/* Concept 5 — Bản kết hợp: 70% Luxury + 20% Storytelling + 10% Smart Investment */
:root {
  --gold: #c9a227;
  --gold-light: #e8cf7a;
  --gold-dim: #8a7020;
  --bg: #0e0d0a;
  --bg2: #16140f;
  --bg3: #201d15;
  --text: #f3f0e7;
  --muted: #b3ac97;
  --cream: #f3f0e7;
  --ink: #2a2820;
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Roboto', 'Segoe UI', system-ui, -apple-system, sans-serif;
}
body.theme-light {
  --bg: #f4f1e8;
  --bg2: #fffdf6;
  --bg3: #e4ddc8;
  --text: #2a2820;
  --muted: #77725e;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--text); line-height: 1.6; transition: background .3s, color .3s; }
img { max-width: 100%; }
a { color: inherit; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 820px; }
.center { text-align: center; margin-top: 32px; }

/* ===== Scroll progress ===== */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--gold-dim), var(--gold-light)); z-index: 120; }

/* ===== Header + journey ===== */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; background: linear-gradient(rgba(10, 9, 6, .82), transparent); transition: background .3s; }
.site-header.scrolled { background: rgba(12, 11, 8, .97); box-shadow: 0 2px 20px rgba(0, 0, 0, .45); }
body.theme-light .site-header.scrolled { background: rgba(250, 247, 238, .97); box-shadow: 0 2px 16px rgba(60, 54, 30, .14); }
.header-inner { display: flex; align-items: center; gap: 24px; padding: 12px 24px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--gold); }
.logo-text { font-family: var(--serif); font-size: .8rem; letter-spacing: 3px; line-height: 1.25; }
.main-nav { display: flex; gap: 22px; margin-left: auto; }
.main-nav a { color: var(--text); text-decoration: none; font-size: .78rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; padding: 6px 0; transition: color .2s; }
.hero ~ * .main-nav a, .site-header .main-nav a { color: #f3f0e7; }
body.theme-light .site-header.scrolled .main-nav a { color: var(--ink); }
/* Hover và active dùng chung một hiệu ứng: gạch chân vàng hết chữ + con thoi dẹt ở giữa, theo mockup */
.main-nav a { position: relative; }
.main-nav a:hover, .main-nav a.active { color: var(--gold-light) !important; }
.main-nav a:hover::after, .main-nav a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 1px; background: linear-gradient(90deg, rgba(201, 162, 39, .25), var(--gold) 12%, var(--gold) 88%, rgba(201, 162, 39, .25)); }
.main-nav a:hover::before, .main-nav a.active::before { content: ''; position: absolute; left: 50%; bottom: -10px; width: 9px; height: 9px; transform: translateX(-50%) scale(2.4, .5) rotate(45deg); background: var(--gold-light); }
.theme-toggle, .nav-toggle { background: none; border: 1px solid var(--gold-dim); color: var(--gold-light); cursor: pointer; padding: 7px 10px; border-radius: 99px; display: flex; align-items: center; }
.nav-toggle { display: none; border: none; }
.theme-icon-light { display: none; }
body.theme-light .theme-icon-light { display: block; }
body.theme-light .theme-icon-dark { display: none; }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; font: 600 .8rem var(--sans); letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none; border: 1px solid var(--gold); cursor: pointer; transition: all .25s; }
.btn-gold { background: linear-gradient(135deg, var(--gold), #a8831c); color: #14120c; }
.btn-gold:hover { filter: brightness(1.12); box-shadow: 0 4px 18px rgba(201, 162, 39, .35); }
.btn-outline { background: transparent; color: var(--gold-light); }
.btn-outline:hover { background: rgba(201, 162, 39, .12); }
.btn-block { width: 100%; justify-content: center; }
.section-light .btn-outline { color: var(--gold-dim); border-color: var(--gold-dim); }

/* ===== Floating CTA ===== */
.floating-cta { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 90; display: flex; flex-direction: column; }
.floating-cta a { display: flex; flex-direction: column; align-items: center; gap: 4px; width: 76px; padding: 11px 6px; background: rgba(22, 20, 15, .95); border: 1px solid #2c281c; border-right: none; color: var(--gold-light); text-decoration: none; font-size: .58rem; letter-spacing: .5px; text-transform: uppercase; text-align: center; transition: background .2s; }
.floating-cta a:first-child { border-radius: 8px 0 0 0; }
.floating-cta a:last-child { border-radius: 0 0 0 8px; }
.floating-cta a:hover { background: var(--gold); color: #14120c; }
.floating-cta .cta-highlight { background: linear-gradient(135deg, var(--gold), #a8831c); color: #14120c; }

/* ===== Hero ===== */
.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; background-size: cover; background-position: center; position: relative; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(10, 9, 6, .93) 0%, rgba(10, 9, 6, .55) 48%, rgba(10, 9, 6, .25) 100%); }
.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: center; padding-top: 120px; width: 100%; }
.eyebrow { color: var(--gold); font-size: .78rem; letter-spacing: 4px; text-transform: uppercase; display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.eyebrow a { text-decoration: none; }
.eyebrow-line { display: inline-block; width: 54px; height: 1px; background: var(--gold); }
.hero-title { font-family: var(--serif); font-size: clamp(2.8rem, 6.5vw, 4.8rem); letter-spacing: 8px; color: var(--gold-light); font-weight: 600; line-height: 1.05; }
.hero-slogan { font-family: var(--serif); font-size: clamp(1.1rem, 2.2vw, 1.5rem); margin-top: 14px; letter-spacing: 1px; color: #f3f0e7; }
.hero-desc { max-width: 480px; color: #cdc6ae; margin-top: 14px; }
.hero-actions { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.hero-info { background: rgba(18, 16, 11, .78); border: 1px solid rgba(201, 162, 39, .35); border-radius: 12px; padding: 22px 24px; backdrop-filter: blur(6px); display: grid; gap: 14px; max-width: 320px; justify-self: end; }
.info-row { display: flex; gap: 14px; align-items: center; }
.info-icon { color: var(--gold); flex-shrink: 0; }
.info-row strong { display: block; font-size: .78rem; letter-spacing: 1px; text-transform: uppercase; color: var(--gold-light); }
.info-row span { font-size: .86rem; color: #cdc6ae; }
.hero-bottom { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding-bottom: 34px; margin-top: 40px; width: 100%; }
.mini-cards { display: flex; gap: 12px; flex-wrap: wrap; }
.mini-card { position: relative; width: 150px; aspect-ratio: 16/10; overflow: hidden; border: 1px solid rgba(201, 162, 39, .4); border-radius: 6px; text-decoration: none; }
.mini-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.mini-card:hover img { transform: scale(1.08); }
.mini-caption { position: absolute; inset: auto 0 0 0; padding: 18px 8px 7px; background: linear-gradient(transparent, rgba(8, 7, 5, .95)); color: #f3f0e7; font-size: .64rem; letter-spacing: 1px; text-transform: uppercase; display: flex; align-items: center; gap: 5px; }
.scroll-hint { display: flex; flex-direction: column; align-items: center; gap: 6px; color: var(--gold-light); font-size: .62rem; letter-spacing: 2px; text-transform: uppercase; }
.scroll-hint svg { transform: rotate(180deg); animation: bob 1.6s ease-in-out infinite; }
@keyframes bob { 50% { transform: rotate(180deg) translateY(-6px); } }

/* ===== Sections ===== */
.section { padding: 90px 0; }
.section-dark { background: radial-gradient(1200px 500px at 12% 0%, var(--bg3) 0%, var(--bg) 55%); }
.section-light { background: var(--cream); color: var(--ink); }
.section-light .eyebrow { color: var(--gold-dim); }
.section-light .eyebrow-line { background: var(--gold-dim); }
.section-title { font-family: var(--serif); font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 600; margin-bottom: 18px; letter-spacing: 1px; }
.section-dark .section-title { color: var(--gold-light); }
.section-desc { max-width: 640px; margin-bottom: 32px; }
.section-dark .section-desc { color: var(--muted); }
.page-head { padding: 150px 0 60px; }

/* ===== Vị trí ===== */
.location-grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 36px; align-items: center; margin-top: 10px; }
.location-list { list-style: none; display: grid; gap: 12px; }
.location-list li { display: flex; align-items: center; gap: 13px; padding: 11px 15px; background: #fff; border: 1px solid #e5e0cf; border-left: 3px solid var(--gold); }
.loc-icon { color: var(--gold-dim); display: flex; }
.location-list strong { min-width: 52px; color: var(--gold-dim); font-family: var(--serif); font-size: 1.02rem; }
.radar { position: relative; aspect-ratio: 1; max-width: 440px; margin: 0 auto; border-radius: 50%; background: radial-gradient(circle, #efe9d8 0%, #e7e0ca 100%); border: 1px solid #d8d0b6; }
.radar-ring { position: absolute; inset: 0; border: 1px dashed #c4ba98; border-radius: 50%; }
.radar-ring.r1 { inset: 16%; }
.radar-ring.r2 { inset: 32%; }
.radar-ring.r3 { inset: 8%; opacity: .5; }
.radar-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: #14120c; color: var(--gold); border-radius: 50%; box-shadow: 0 0 0 8px rgba(201, 162, 39, .25), 0 0 30px rgba(201, 162, 39, .4); }
.radar-pin { position: absolute; transform: translate(-50%, -50%); width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; background: #fff; color: var(--gold-dim); border: 1px solid var(--gold); border-radius: 50%; box-shadow: 0 2px 8px rgba(0, 0, 0, .18); cursor: help; transition: transform .2s; }
.radar-pin:hover { transform: translate(-50%, -50%) scale(1.22); z-index: 2; }

/* ===== Tiện ích ===== */
.utilities-split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.utilities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.utility-card { border: 1px solid var(--bg3); background: linear-gradient(160deg, var(--bg3), var(--bg2)); padding: 22px 16px; text-align: center; transition: border-color .25s, transform .25s; }
.utility-card:hover { border-color: var(--gold-dim); transform: translateY(-4px); }
.utility-icon { color: var(--gold); display: inline-block; margin-bottom: 10px; }
.utility-card h3 { font-size: .84rem; color: var(--text); font-weight: 500; line-height: 1.4; }
.utility-video { position: relative; display: block; border: 1px solid rgba(201, 162, 39, .4); overflow: hidden; }
.utility-video img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; transition: transform .4s; }
.utility-video:hover img { transform: scale(1.05); }
.video-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: var(--gold-light); filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .6)); }
.video-caption { position: absolute; inset: auto 0 0 0; padding: 26px 16px 13px; background: linear-gradient(transparent, rgba(8, 7, 5, .92)); color: #f3f0e7; font-size: .82rem; letter-spacing: 1.5px; text-transform: uppercase; }
.vr-teaser { max-width: 860px; }

/* ===== Mặt bằng & tài liệu ===== */
.masterplan img { display: block; border: 1px solid #d8d0b6; box-shadow: 0 14px 44px rgba(42, 40, 32, .18); }
.doc-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.doc-item { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; background: #fff; border: 1px solid #ddd5bd; color: var(--ink); text-decoration: none; font-size: .9rem; transition: border-color .2s; }
.doc-item:hover { border-color: var(--gold); }
.doc-item small { color: #998; text-transform: uppercase; font-size: .68rem; letter-spacing: 1px; }
.doc-soon { opacity: .55; cursor: default; }

/* ===== VR frame ===== */
.vr-frame { aspect-ratio: 16/8; border: 1px solid var(--bg3); }
.vr-frame iframe { width: 100%; height: 100%; border: 0; }

/* ===== Tiến độ & pháp lý ===== */
.progress-legal-row { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: start; }
.timeline-h { list-style: none; display: flex; margin-top: 34px; position: relative; }
.timeline-h::before { content: ''; position: absolute; top: 7px; left: 6%; right: 6%; height: 1px; background: #cfc7ab; }
.timeline-h li { flex: 1; text-align: center; position: relative; padding-top: 26px; }
.tl-dot { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 15px; height: 15px; border-radius: 50%; border: 2px solid var(--gold-dim); background: var(--cream); }
.tl-done .tl-dot { background: var(--gold); border-color: var(--gold); }
.tl-doing .tl-dot { background: var(--gold-light); border-color: var(--gold); box-shadow: 0 0 0 5px rgba(201, 162, 39, .25); }
.tl-year { display: block; font-family: var(--serif); font-size: 1.15rem; color: var(--gold-dim); }
.tl-doing .tl-year { color: #6b5610; font-weight: 700; }
.timeline-h strong { font-size: .82rem; font-weight: 600; }
.legal-grid { list-style: none; margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.legal-grid li { display: flex; gap: 12px; align-items: flex-start; padding: 15px; border: 1px solid #ddd5bd; background: #fff; }
.legal-icon { color: var(--gold-dim); flex-shrink: 0; }
.legal-grid strong { display: block; font-size: .9rem; }
.legal-grid span { font-size: .8rem; color: #77725e; }

/* ===== Thư viện masonry ===== */
.gallery-filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.filter-btn { padding: 9px 22px; background: transparent; border: 1px solid var(--bg3); color: var(--muted); font: 500 .78rem var(--sans); letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; transition: all .2s; }
.filter-btn:hover { border-color: var(--gold-dim); color: var(--gold-light); }
.filter-btn.active { background: var(--gold); border-color: var(--gold); color: #14120c; }
.masonry { columns: 3; column-gap: 16px; }
.gallery-item { position: relative; display: block; margin-bottom: 16px; overflow: hidden; border: 1px solid var(--bg3); text-decoration: none; break-inside: avoid; }
.gallery-item.hidden { display: none; }
.gallery-item img { width: 100%; display: block; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-placeholder { display: flex; align-items: center; justify-content: center; aspect-ratio: 4/3; color: var(--gold-dim); background: var(--bg2); }
.gallery-caption { position: absolute; inset: auto 0 0 0; padding: 26px 14px 12px; background: linear-gradient(transparent, rgba(8, 7, 5, .92)); color: #f3f0e7; font-size: .85rem; display: flex; align-items: center; gap: 8px; }

/* ===== Lightbox ===== */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(8, 7, 5, .94); display: none; align-items: center; justify-content: center; padding: 4vh 4vw; }
.lightbox.open { display: flex; }
.lightbox img, .lightbox iframe { max-width: 100%; max-height: 88vh; border: 1px solid var(--bg3); }
.lightbox iframe { width: min(1100px, 92vw); aspect-ratio: 16/9; }
.lightbox-close { position: absolute; top: 18px; right: 24px; background: none; border: none; color: var(--gold-light); cursor: pointer; }

/* ===== Tin tức + liên hệ ===== */
.news-contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; }
.news-stack { display: grid; gap: 16px; margin-bottom: 26px; }
.news-row { display: grid; grid-template-columns: 130px 1fr; gap: 16px; align-items: center; text-decoration: none; color: inherit; background: var(--bg2); border: 1px solid var(--bg3); padding: 10px; transition: border-color .2s; }
.news-row:hover { border-color: var(--gold-dim); }
.news-row img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.news-row time { font-size: .74rem; color: var(--muted); letter-spacing: 1px; text-transform: uppercase; }
.news-row h3 { font-family: var(--serif); font-size: 1rem; color: var(--gold-light); margin-top: 4px; font-weight: 600; }
.contact-card { background: var(--bg2); border: 1px solid rgba(201, 162, 39, .35); border-radius: 10px; padding: 34px 30px; }
.contact-form { display: grid; gap: 14px; margin-top: 10px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 15px; background: var(--bg); border: 1px solid var(--bg3); color: var(--text); font: inherit; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold-dim); }
.contact-form textarea { min-height: 88px; resize: vertical; }
.agree { font-size: .8rem; color: var(--muted); display: flex; gap: 8px; align-items: flex-start; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.form-message { font-size: .88rem; min-height: 1.2em; }
.form-message.ok { color: #9fd48a; }
.form-message.err { color: #e08d80; }
.contact-hotline { display: flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 1.4rem; color: var(--gold-light); margin-top: 20px; }
.contact-hotline a { text-decoration: none; }

/* ===== Tin tức dạng lưới (trang news) ===== */
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.news-card { display: block; text-decoration: none; color: inherit; background: #fff; border: 1px solid #e5e0cf; transition: box-shadow .25s, transform .25s; }
.section-dark .news-card { background: var(--bg2); border-color: var(--bg3); }
.news-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(42, 40, 32, .14); }
.news-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.news-body { padding: 18px 20px 22px; }
.news-body time { font-size: .76rem; color: #99937d; letter-spacing: 1px; text-transform: uppercase; }
.news-body h3 { font-family: var(--serif); font-size: 1.1rem; margin: 8px 0; font-weight: 600; }
.section-dark .news-body h3 { color: var(--gold-light); }
.news-body p { font-size: .87rem; color: #77725e; }
.section-dark .news-body p { color: var(--muted); }
.article-thumb { margin: 10px 0 26px; border: 1px solid #ddd5bd; }
.article-content { font-size: 1.02rem; }
.article-content p { margin-bottom: 16px; }
.article-content h2, .article-content h3 { font-family: var(--serif); margin: 26px 0 12px; }

/* ===== Popup ===== */
.popup-overlay { position: fixed; inset: 0; z-index: 210; background: rgba(8, 7, 5, .8); display: flex; align-items: center; justify-content: center; padding: 20px; }
.popup-overlay[hidden] { display: none; }
.popup-box { position: relative; background: var(--bg2); border: 1px solid var(--gold); border-radius: 10px; padding: 34px 30px; max-width: 420px; width: 100%; box-shadow: 0 20px 60px rgba(0, 0, 0, .6); }
.popup-box h3 { font-family: var(--serif); color: var(--gold-light); margin-bottom: 16px; font-size: 1.2rem; }
.popup-close { position: absolute; top: 12px; right: 12px; background: none; border: none; color: var(--muted); cursor: pointer; }

/* ===== Footer ===== */
.site-footer { background: #0a0906; border-top: 1px solid #201d15; padding: 60px 0 30px; color: #f3f0e7; }
body.theme-light .site-footer { background: #1b1913; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1.2fr; gap: 44px; }
.footer-logo { margin-bottom: 14px; }
.footer-slogan { color: #b3ac97; font-size: .9rem; }
.footer-col h4 { color: var(--gold); font-size: .78rem; letter-spacing: 2.5px; text-transform: uppercase; margin: 14px 0 6px; }
.footer-col h4:first-child { margin-top: 0; }
.footer-col p { font-size: .9rem; color: #b3ac97; display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.footer-col a { color: var(--gold-light); text-decoration: none; }
.footer-social { display: flex; gap: 16px; margin-top: 16px; }
.footer-social a { font-size: .8rem; letter-spacing: 1px; text-transform: uppercase; border-bottom: 1px solid var(--gold-dim); padding-bottom: 2px; color: var(--gold-light); text-decoration: none; }
.footer-note { margin-top: 44px; padding-top: 22px; border-top: 1px solid #201d15; color: #8a8672; font-size: .8rem; }

/* ===== Reveal ===== */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; transition: none; } }

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .hero-content { grid-template-columns: 1fr; }
  .hero-info { justify-self: start; }
  .location-grid { grid-template-columns: 1fr 1fr; }
  .location-grid .location-list { grid-column: span 2; grid-template-columns: 1fr 1fr; display: grid; }
  .utilities-split, .progress-legal-row, .news-contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .masonry { columns: 2; }
}
@media (max-width: 820px) {
  .main-nav { position: fixed; inset: 0 0 0 28%; background: rgba(12, 11, 8, .98); flex-direction: column; padding: 90px 34px; gap: 20px; transform: translateX(100%); transition: transform .3s; z-index: 99; }
  .main-nav.open { transform: none; }
  .main-nav a { color: #f3f0e7 !important; }
  .nav-toggle { display: flex; }
  .floating-cta { top: auto; bottom: 0; right: 0; left: 0; transform: none; flex-direction: row; }
  .floating-cta a { flex: 1; border-radius: 0 !important; padding: 8px 4px; }
  .floating-cta a span br { display: none; }
  body { padding-bottom: 62px; }
  .section { padding: 60px 0; }
  .form-row { grid-template-columns: 1fr; }
  .location-grid { grid-template-columns: 1fr; }
  .location-grid .location-list { grid-column: auto; grid-template-columns: 1fr; }
  .masonry { columns: 1; }
  .timeline-h { flex-wrap: wrap; gap: 18px 0; }
  .timeline-h::before { display: none; }
  .timeline-h li { flex: 1 1 33%; }
  .legal-grid { grid-template-columns: 1fr; }
  .news-row { grid-template-columns: 100px 1fr; }
  .hero-bottom { flex-direction: column; align-items: flex-start; }
}
