:root {
    --navy-950: #050b14;
    --navy-900: #07111f;
    --navy-800: #0d1c30;
    --navy-700: #19304c;
    --gold-500: #caa84b;
    --gold-400: #dfc36c;
    --gold-200: #f4e7b7;
    --cream: #f7f4ec;
    --white: #ffffff;
    --ink: #132033;
    --slate: #526174;
    --line: #dfe3e8;
    --green: #1f8a62;
    --red: #b8323c;
    --shadow: 0 24px 70px rgba(4, 12, 24, .16);
    --radius: 20px;
    --font-display: Georgia, 'Times New Roman', serif;
    --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--font-body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
@supports (overflow: clip) { html, body { overflow-x: clip; } }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
h1 { font-size: clamp(3rem, 6vw, 5.9rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
h3 { line-height: 1.25; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding: 110px 0; }
.center { text-align: center; }
.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: 16px; top: -60px; z-index: 10000; background: var(--gold-400); color: var(--navy-950); padding: 12px 18px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }
.eyebrow { margin-bottom: 18px; color: #9a7823; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 8px; padding: 13px 22px; font-size: .88rem; font-weight: 800; letter-spacing: .025em; text-decoration: none; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold-400); color: var(--navy-950); box-shadow: 0 10px 28px rgba(202, 168, 75, .22); }
.button-primary:hover { background: #ebcf7a; box-shadow: 0 14px 34px rgba(202, 168, 75, .3); }
.button-ghost { border-color: rgba(255, 255, 255, .25); color: var(--white); }
.button-ghost:hover { border-color: var(--gold-400); background: rgba(255, 255, 255, .05); }
.button-block { width: 100%; }
.ui-icon { display: inline-block; width: 1.15rem; height: 1.15rem; flex: 0 0 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button .ui-icon { margin-right: .55rem; }
.ui-icon .icon-fill { fill: currentColor; stroke: none; }
.text-link { color: #886815; font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid rgba(255, 255, 255, .08); background: rgba(5, 11, 20, .88); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 82px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 24px; }
.brand img { width: 170px; height: 46px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 30px; }
.site-nav a { position: relative; color: #d9e0e8; font-size: .88rem; font-weight: 700; text-decoration: none; }
.site-nav a::after { content: ''; position: absolute; inset: auto 0 -10px; height: 2px; background: var(--gold-400); transform: scaleX(0); transition: transform .2s; }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
.header-phone { display: flex; flex-direction: column; color: var(--white); font-size: .9rem; font-weight: 800; line-height: 1.2; text-decoration: none; }
.header-phone span { margin-bottom: 4px; color: var(--gold-400); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: white; transform-origin: center; transition: transform .28s ease, opacity .2s ease; }
.menu-toggle.active span:not(.sr-only):nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:not(.sr-only):nth-child(2) { opacity: 0; transform: scaleX(.2); }
.menu-toggle.active span:not(.sr-only):nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero and form */
.hero-section { position: relative; min-height: 820px; overflow: hidden; background: var(--navy-950); color: var(--white); padding: 145px 0 80px; }
.hero-section::before { content: ''; position: absolute; inset: 0; opacity: .3; background: linear-gradient(90deg, rgba(5, 11, 20, .98) 0%, rgba(5, 11, 20, .72) 55%, rgba(5, 11, 20, .9) 100%), url('../images/hero-finance.jpg') center/cover; }
.hero-section::after { content: ''; position: absolute; inset: auto 0 0; height: 160px; background: linear-gradient(transparent, rgba(5, 11, 20, .7)); }
.hero-glow { position: absolute; width: 700px; height: 700px; left: -250px; top: 160px; border-radius: 50%; background: rgba(202, 168, 75, .07); filter: blur(10px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .78fr); align-items: center; gap: 80px; }
.hero-copy { padding-bottom: 30px; }
.hero-copy .eyebrow, .final-cta .eyebrow, .testimonial-section .eyebrow, .simple-banner .eyebrow { color: var(--gold-400); }
.hero-copy h1 { max-width: 780px; margin-bottom: 28px; }
.hero-lead { max-width: 650px; color: #ccd5df; font-size: 1.2rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 26px; list-style: none; margin: 0; padding: 0; color: #d8e0e8; font-size: .9rem; }
.trust-list li::before { content: '✓'; margin-right: 8px; color: var(--gold-400); font-weight: 900; }
.hero-form-card { background: var(--white); color: var(--ink); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.form-heading span { color: #8b6b18; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.form-heading h2 { margin: 8px 0 24px; font-family: var(--font-body); font-size: 1.65rem; font-weight: 800; letter-spacing: -.025em; line-height: 1.25; }
.lead-form label { display: grid; gap: 7px; margin-bottom: 14px; color: #283649; font-size: .78rem; font-weight: 800; }
.lead-form label span { color: #8792a1; font-weight: 500; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #d6dde5; border-radius: 7px; outline: 0; background: #fbfcfd; color: var(--ink); padding: 11px 12px; transition: border-color .2s, box-shadow .2s; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: #b18c2b; box-shadow: 0 0 0 3px rgba(202, 168, 75, .15); }
.lead-form textarea { resize: vertical; }
.form-note { margin: 10px 0 0; color: #728093; font-size: .72rem; text-align: center; }
.honey { position: absolute; left: -9999px; }
.success-message, .error-message { margin-bottom: 20px; border-radius: 8px; padding: 14px 16px; }
.success-message { border: 1px solid #a7dcc8; background: #effaf6; color: #176247; }
.success-message p { margin: 4px 0 0; }
.error-message { border: 1px solid #e7b2b7; background: #fff1f2; color: #84242d; }

/* Homepage */
.proof-bar { position: relative; z-index: 2; background: var(--gold-400); color: var(--navy-950); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { min-height: 106px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(5, 11, 20, .18); padding: 18px 40px; }
.proof-grid > div:first-child { border-left: 1px solid rgba(5, 11, 20, .18); }
.proof-grid strong { font-family: var(--font-display); font-size: 1.45rem; }
.proof-grid span { font-size: .82rem; }
.section-heading { margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { color: var(--slate); font-size: 1.05rem; }
.pain-section { background: var(--cream); }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pain-grid article { min-height: 270px; border: 1px solid #ded8c9; background: rgba(255, 255, 255, .44); padding: 32px; }
.pain-grid span, .values-grid span { color: #a78328; font-size: .76rem; font-weight: 900; letter-spacing: .14em; }
.pain-grid h3 { margin: 52px 0 14px; font-family: var(--font-display); font-size: 1.6rem; font-weight: 500; }
.pain-grid p { margin: 0; color: var(--slate); }
.services-section { background: var(--white); }
.split-heading { display: grid; grid-template-columns: 1.15fr .75fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 5px; color: var(--slate); font-size: 1.03rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 400px; overflow: hidden; border: 1px solid var(--line); background: #f8fafb; padding: 26px; transition: transform .25s, box-shadow .25s, background .25s; }
.service-card:hover { z-index: 2; transform: translateY(-8px); background: var(--navy-900); color: white; box-shadow: var(--shadow); }
.service-number { color: #a6afba; font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 82px 0 22px; border: 1px solid #d1b96b; border-radius: 50%; color: #96721b; font-family: var(--font-display); font-weight: 800; }
.service-card:hover .service-icon { color: var(--gold-400); }
.service-card h3 { font-family: var(--font-display); font-size: 1.55rem; font-weight: 500; }
.service-card p { color: var(--slate); font-size: .9rem; }
.service-card:hover p { color: #bdc8d5; }
.service-card a { position: absolute; inset: auto 26px 28px; color: #8d6c17; font-size: .8rem; font-weight: 900; text-decoration: none; }
.service-card:hover a { color: var(--gold-400); }
.process-section { background: var(--navy-900); color: white; }
.process-grid { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 90px; }
.process-visual { position: relative; }
.process-visual::before { content: ''; position: absolute; inset: -18px 55px 55px -18px; border: 1px solid rgba(223, 195, 108, .55); }
.process-visual img { position: relative; width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.visual-note { position: absolute; right: -25px; bottom: -25px; display: flex; flex-direction: column; background: var(--gold-400); color: var(--navy-950); padding: 22px 26px; }
.visual-note strong { font-family: var(--font-display); font-size: 1.3rem; }
.process-grid h2 { margin-bottom: 46px; }
.process-list { list-style: none; margin: 0 0 32px; padding: 0; }
.process-list li { display: grid; grid-template-columns: 46px 1fr; gap: 20px; border-top: 1px solid rgba(255, 255, 255, .13); padding: 24px 0; }
.process-list li > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(223, 195, 108, .6); border-radius: 50%; color: var(--gold-400); font-weight: 800; }
.process-list h3 { margin: 0 0 6px; }
.process-list p { margin: 0; color: #aebac8; }
.process-section .text-link { color: var(--gold-400); }
.audience-section { background: var(--gold-200); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.audience-grid h2 { margin-bottom: 0; }
.audience-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.audience-tags span { border: 1px solid rgba(19, 32, 51, .25); border-radius: 999px; background: rgba(255,255,255,.36); padding: 11px 18px; font-size: .84rem; font-weight: 750; }
.credentials-section { background: var(--cream); }
.credential-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d7d2c6; border-left: 1px solid #d7d2c6; }
.credential-grid article { min-height: 250px; border-right: 1px solid #d7d2c6; border-bottom: 1px solid #d7d2c6; padding: 28px; }
.credential-grid article > div { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 44px; border-radius: 50%; background: var(--navy-900); color: var(--gold-400); font-family: var(--font-display); font-size: .9rem; font-weight: 800; }
.credential-grid h3 { font-size: 1rem; }
.credential-grid p { margin: 0; color: var(--slate); font-size: .87rem; }
.testimonial-section { background: var(--navy-900); color: white; }
.split-heading.light > p { color: #afbbc9; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.testimonial-grid blockquote { display: flex; min-height: 330px; flex-direction: column; margin: 0; border: 1px solid rgba(255, 255, 255, .12); background: rgba(255, 255, 255, .035); padding: 30px; }
.stars { color: var(--gold-400); letter-spacing: .16em; }
.testimonial-grid blockquote > p { margin: 38px 0 30px; color: #d5dce4; font-family: var(--font-display); font-size: 1.15rem; line-height: 1.6; }
.testimonial-grid footer { display: flex; flex-direction: column; margin-top: auto; }
.testimonial-grid footer span { color: #95a3b3; font-size: .8rem; }
.blog-preview { background: white; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); background: white; }
.post-card > img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.post-card > div { padding: 26px; }
.post-card span { color: #8b7130; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.post-card h2, .post-card h3 { margin: 13px 0; font-family: var(--font-display); font-size: 1.45rem; font-weight: 500; }
.post-card h2 a, .post-card h3 a { text-decoration: none; }
.post-card p { color: var(--slate); font-size: .9rem; }
.post-card > div > a:last-child { color: #806217; font-size: .8rem; font-weight: 900; text-decoration: none; }
.final-cta { background: var(--navy-950); color: white; padding: 88px 0; }
.final-cta-grid { display: grid; grid-template-columns: 1fr .55fr; align-items: center; gap: 80px; }
.final-cta h2 { margin: 0; }
.final-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; }
.final-actions > a:last-child { color: var(--gold-400); font-size: .86rem; font-weight: 800; text-decoration: none; }

/* Inner pages */
.page-hero { background: var(--navy-900); color: white; padding: 180px 0 100px; }
.page-hero h1 { margin-bottom: 25px; font-size: clamp(3rem, 5vw, 5rem); }
.page-hero p:not(.eyebrow) { max-width: 760px; color: #bec9d5; font-size: 1.15rem; }
.page-hero .button { margin-top: 18px; }
.page-hero-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; }
.page-hero-grid img { width: 100%; aspect-ratio: 5/4; object-fit: cover; box-shadow: 30px 30px 0 rgba(223, 195, 108, .13); }
.detailed-services { background: white; }
.detailed-service { display: grid; grid-template-columns: 180px 1fr; gap: 50px; border-top: 1px solid var(--line); padding: 70px 0; }
.detailed-service:first-child { border-top: 0; padding-top: 0; }
.detailed-service .service-icon { margin: 22px 0 0; }
.detailed-service h2 { margin-bottom: 15px; font-size: clamp(2rem, 3vw, 3rem); }
.large-copy { max-width: 720px; color: var(--slate); font-size: 1.08rem; }
.detailed-service ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; list-style: none; margin: 28px 0; padding: 0; }
.detailed-service li { border-bottom: 1px solid var(--line); padding: 10px 0; }
.detailed-service li::before { content: '✓'; margin-right: 9px; color: #9a7823; font-weight: 900; }
.simple-banner { background: var(--navy-900); color: white; padding: 76px 0; }
.simple-banner .container { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.simple-banner h2 { max-width: 800px; margin-bottom: 0; font-size: clamp(2rem, 3vw, 3.25rem); }
.story-section { background: white; }
.story-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 100px; }
.story-grid p { color: var(--slate); font-size: 1.03rem; }
.values-section { background: var(--gold-200); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.values-grid h3 { margin-top: 45px; font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; }
.values-grid p { color: #49566a; }
.blog-grid { align-items: start; }
.empty-public { grid-column: 1/-1; text-align: center; padding: 70px 0; }
.article-header { background: var(--navy-900); color: white; padding: 160px 0 95px; }
.article-narrow { width: min(800px, calc(100% - 40px)); }
.back-link { display: inline-block; margin-bottom: 50px; color: #b8c2cf; font-size: .85rem; text-decoration: none; }
.article-header h1 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.article-excerpt { color: #c4ced9; font-size: 1.15rem; }
.article-header span { color: var(--gold-400); font-size: .78rem; font-weight: 800; }
.article-image { margin-top: -45px; }
.article-image img { width: 100%; max-height: 620px; object-fit: cover; box-shadow: var(--shadow); }
.article-content { padding-top: 80px; padding-bottom: 110px; }
.article-content h2 { margin: 52px 0 18px; font-family: var(--font-body); font-size: 1.65rem; font-weight: 800; letter-spacing: -.02em; }
.article-content p, .article-content li { color: #3f4e61; font-size: 1.05rem; line-height: 1.85; }
.article-content aside { margin-top: 70px; border-left: 5px solid var(--gold-400); background: #eee8d9; padding: 32px; }
.article-content aside h2 { margin-top: 0; }
.legal-copy a { color: #806217; }
.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: .75fr 1fr; align-items: start; gap: 80px; }
.contact-card { padding-top: 25px; }
.contact-card h2 { margin-bottom: 45px; }
.contact-method { border-top: 1px solid var(--line); padding: 20px 0; }
.contact-method > span { display: block; color: #98751f; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-method a, .contact-method p { margin: 5px 0 0; color: var(--ink); font-size: 1.05rem; font-weight: 750; text-decoration: none; }

/* Footer */
.site-footer { background: var(--navy-950); color: #b9c3cf; padding: 75px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr .9fr; gap: 55px; }
.footer-logo { width: 175px; height: 52px; object-fit: contain; object-position: left; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer-grid h2 { color: white; font-family: var(--font-body); font-size: .8rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a:not(.button), .footer-grid p { display: block; margin: 0 0 10px; color: #9eaab8; font-size: .83rem; text-decoration: none; }
.footer-grid a:hover { color: var(--gold-400); }
.footer-socials { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 18px; }
.footer-socials a { color: var(--gold-400)!important; font-weight: 750; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); margin-top: 55px; padding-top: 22px; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #778596; text-decoration: none; }
.mobile-actions { display: none; }

@media (max-width: 1050px) {
    .nav-wrap { grid-template-columns: 170px 1fr auto; }
    .site-nav { gap: 18px; }
    .header-phone span { display: none; }
    .hero-grid { grid-template-columns: 1fr 430px; gap: 40px; }
    .service-grid, .credential-grid { grid-template-columns: repeat(2, 1fr); }
    .service-card { min-height: 350px; }
    .service-icon { margin-top: 45px; }
}

@media (max-width: 820px) {
    body { padding-bottom: 62px; }
    .section { padding: 78px 0; }
    .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; }
    .nav-wrap { display: flex; justify-content: space-between; min-height: 72px; }
    .brand { position: relative; z-index: 3; }
    .brand img { width: 150px; }
    .menu-toggle { position: relative; z-index: 4; display: grid; width: 44px; height: 44px; place-content: center; border-radius: 8px; }
    .site-nav { position: fixed; inset: 0; z-index: 2; width: 100vw; height: 100vh; height: 100dvh; min-height: 100vh; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; overflow-y: auto; visibility: hidden; pointer-events: none; transform: translateX(100%); background: var(--navy-950); padding: calc(92px + env(safe-area-inset-top)) 30px calc(86px + env(safe-area-inset-bottom)); transition: transform .3s ease, visibility 0s linear .3s; }
    .site-nav.open { visibility: visible; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
    .site-nav a { display: flex; width: 100%; min-height: 64px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); color: #f7f9fc; font-family: var(--font-display); font-size: clamp(1.55rem, 8vw, 2rem); font-weight: 500; }
    .site-nav a.active { color: var(--gold-400); }
    .site-nav a::after { inset: auto 0 0; height: 1px; }
    .header-phone { display: none; }
    .hero-section { padding-top: 118px; }
    .hero-grid, .page-hero-grid, .process-grid, .audience-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; }
    .hero-grid { gap: 50px; }
    .hero-copy { text-align: center; }
    .hero-lead { margin-inline: auto; }
    .hero-actions, .trust-list { justify-content: center; }
    .proof-grid { grid-template-columns: 1fr; padding: 20px 0; }
    .proof-grid > div, .proof-grid > div:first-child { min-height: 0; border: 0; padding: 9px 0; text-align: center; }
    .pain-grid, .testimonial-grid, .post-grid, .values-grid { grid-template-columns: 1fr; }
    .split-heading, .final-cta-grid { grid-template-columns: 1fr; align-items: start; gap: 25px; }
    .process-grid { gap: 70px; }
    .process-visual { width: min(520px, 90%); margin-inline: auto; }
    .audience-grid { gap: 35px; }
    .detailed-service { grid-template-columns: 110px 1fr; gap: 30px; }
    .simple-banner .container { grid-template-columns: 1fr; gap: 32px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .mobile-actions { position: fixed; inset: auto 0 0; z-index: 1100; display: grid; grid-template-columns: .65fr .85fr 1.2fr; background: white; box-shadow: 0 -8px 30px rgba(5,11,20,.18); }
    body.menu-open .mobile-actions { visibility: hidden; pointer-events: none; transform: translateY(100%); }
    .mobile-actions a { display: grid; min-height: 62px; place-items: center; border-right: 1px solid #e4e7eb; color: var(--navy-900); font-size: .75rem; font-weight: 900; text-decoration: none; }
    .mobile-actions a.primary { background: var(--gold-400); }
}

@media (max-width: 560px) {
    .container, .article-narrow { width: min(100% - 28px, 1180px); }
    h1 { font-size: 2.8rem; }
    h2 { font-size: 2.2rem; }
    .hero-section { padding-bottom: 54px; }
    .hero-form-card { border-radius: 12px; padding: 22px 18px; }
    .form-grid { grid-template-columns: 1fr; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .trust-list { align-items: center; flex-direction: column; }
    .service-grid, .credential-grid { grid-template-columns: 1fr; }
    .pain-grid article { min-height: 230px; }
    .page-hero { padding: 135px 0 70px; }
    .page-hero-grid { gap: 45px; }
    .detailed-service { grid-template-columns: 1fr; }
    .detailed-service .service-icon { margin: 14px 0 0; }
    .detailed-service ul { grid-template-columns: 1fr; }
    .visual-note { right: -12px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Premium motion and interaction layer */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: .035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.site-header { transition: min-height .3s ease, background .3s ease, box-shadow .3s ease; }
.site-header.scrolled { background: rgba(5, 11, 20, .96); box-shadow: 0 12px 35px rgba(0, 0, 0, .18); }
.site-header.scrolled .nav-wrap { min-height: 68px; }
.nav-wrap { transition: min-height .3s ease; }
.scroll-progress { position: absolute; inset: auto auto -1px 0; width: 0; height: 2px; background: linear-gradient(90deg, var(--gold-500), #fff0a4); box-shadow: 0 0 16px rgba(223, 195, 108, .8); }

.hero-section {
    --pointer-x: 70%;
    --pointer-y: 35%;
    isolation: isolate;
}
.hero-section::before { opacity: .36; transform: scale(1.035); animation: hero-breathe 14s ease-in-out infinite alternate; }
.hero-section::after { z-index: 0; }
.hero-section .hero-grid { z-index: 3; }
.hero-glow { z-index: 1; animation: glow-drift 11s ease-in-out infinite alternate; }
.hero-section > .hero-glow::after { content: ''; position: absolute; width: 520px; height: 520px; left: var(--pointer-x); top: var(--pointer-y); border-radius: 50%; background: radial-gradient(circle, rgba(223,195,108,.12), transparent 67%); transform: translate(-50%,-50%); transition: left .8s ease-out, top .8s ease-out; }
.hero-motion { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.motion-grid { position: absolute; inset: -30%; opacity: .18; background-image: linear-gradient(rgba(223,195,108,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(223,195,108,.12) 1px, transparent 1px); background-size: 62px 62px; mask-image: radial-gradient(circle at 72% 42%, black 0, transparent 58%); transform: perspective(700px) rotateX(62deg) translateY(25%); animation: grid-travel 22s linear infinite; }
.motion-orbit { position: absolute; border: 1px solid rgba(223,195,108,.18); border-radius: 50%; animation: orbit-turn 22s linear infinite; }
.motion-orbit::before, .motion-orbit::after { content: ''; position: absolute; inset: 16%; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; }
.motion-orbit::after { inset: 34%; }
.orbit-one { width: 560px; height: 560px; top: 95px; right: -120px; }
.orbit-two { width: 330px; height: 330px; top: 190px; right: -5px; animation-direction: reverse; animation-duration: 16s; }
.motion-orbit i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--gold-400); box-shadow: 0 0 20px rgba(223,195,108,.85); }
.motion-orbit i:nth-child(1) { top: 7%; left: 27%; }
.motion-orbit i:nth-child(2) { top: 67%; right: -4px; }
.motion-orbit i:nth-child(3) { bottom: 3%; left: 31%; }
.motion-chart { position: absolute; width: min(48vw, 650px); height: 360px; right: -10px; bottom: 20px; opacity: .23; overflow: visible; }
.motion-chart path { fill: none; vector-effect: non-scaling-stroke; }
.chart-shadow { stroke: rgba(223,195,108,.15); stroke-width: 12; filter: blur(8px); }
.chart-line { stroke: url(#chartGlow); stroke-width: 2.3; stroke-linecap: round; stroke-dasharray: 900; stroke-dashoffset: 900; animation: chart-draw 3.4s .35s cubic-bezier(.2,.8,.2,1) forwards; }
.motion-chart circle { fill: #f9e79e; opacity: 0; animation: chart-dot .45s 2.2s ease forwards; filter: drop-shadow(0 0 7px rgba(223,195,108,.8)); }
.motion-chart circle:nth-of-type(2) { animation-delay: 2.45s; }.motion-chart circle:nth-of-type(3) { animation-delay: 2.7s; }.motion-chart circle:nth-of-type(4) { animation-delay: 2.95s; }
.motion-chip { position: absolute; display: flex; flex-direction: column; min-width: 132px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(7,17,31,.62); color: white; box-shadow: 0 16px 44px rgba(0,0,0,.18); backdrop-filter: blur(10px); padding: 12px 15px; animation: chip-float 5s ease-in-out infinite; }
.motion-chip span { color: #9dabb9; font-size: .62rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.motion-chip strong { color: var(--gold-400); font-family: var(--font-display); font-size: 1rem; font-weight: 500; }
.chip-one { top: 118px; right: 31%; }.chip-two { right: 2.5%; bottom: 68px; animation-delay: -2.1s; }

.hero-copy > * { opacity: 0; transform: translateY(22px); animation: hero-enter .8s cubic-bezier(.2,.8,.2,1) forwards; }
.hero-copy > *:nth-child(1) { animation-delay: .08s; }.hero-copy > *:nth-child(2) { animation-delay: .18s; }.hero-copy > *:nth-child(3) { animation-delay: .3s; }.hero-copy > *:nth-child(4) { animation-delay: .42s; }.hero-copy > *:nth-child(5) { animation-delay: .52s; }
.hero-form-card { position: relative; overflow: hidden; border: 1px solid rgba(223,195,108,.45); animation: form-arrive .9s .25s cubic-bezier(.2,.8,.2,1) both; }
.hero-form-card::before { content: ''; position: absolute; width: 180px; height: 600px; top: -220px; left: -280px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.62), transparent); transform: rotate(28deg); animation: form-sheen 9s 1.5s ease-in-out infinite; pointer-events: none; }

.button { position: relative; overflow: hidden; isolation: isolate; }
.button::after { content: ''; position: absolute; inset: -2px; z-index: -1; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.38) 43%, transparent 61%); transform: translateX(-120%); transition: transform .65s ease; }
.button:hover::after { transform: translateX(120%); }
.button-primary { transition: transform .25s ease, background .2s ease, box-shadow .25s ease; }
.button-primary:hover { box-shadow: 0 16px 38px rgba(202,168,75,.34), 0 0 0 1px rgba(255,244,198,.25) inset; }

.expertise-ticker { overflow: hidden; border-bottom: 1px solid #d8d1c1; background: #ebe4d3; color: var(--navy-800); }
.expertise-ticker > div { width: max-content; display: flex; align-items: center; gap: 26px; padding: 15px 0; animation: ticker-slide 32s linear infinite; }
.expertise-ticker span { font-family: var(--font-display); font-size: .98rem; }
.expertise-ticker i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 0 5px rgba(202,168,75,.15); }

.js .reveal { opacity: 0; translate: 0 34px; transition: opacity .75s cubic-bezier(.2,.8,.2,1), translate .75s cubic-bezier(.2,.8,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.js .reveal.reveal-left { translate: -44px 0; }
.js .reveal.reveal-right { translate: 44px 0; }
.js .reveal.is-visible { opacity: 1; translate: 0 0; }

.pain-grid article { position: relative; overflow: hidden; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.pain-grid article::after { content: ''; position: absolute; width: 150px; height: 150px; right: -75px; bottom: -75px; border-radius: 50%; background: radial-gradient(circle, rgba(202,168,75,.18), transparent 68%); transform: scale(.4); opacity: 0; transition: transform .4s ease, opacity .4s ease; }
.pain-grid article:hover { transform: translateY(-8px); border-color: rgba(154,120,35,.55); box-shadow: 0 20px 50px rgba(7,17,31,.09); }
.pain-grid article:hover::after { transform: scale(1); opacity: 1; }

.service-card { --tilt-x: 0deg; --tilt-y: 0deg; --lift: 0px; transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--lift)); transform-style: preserve-3d; will-change: transform; transition: transform .18s ease-out, box-shadow .35s ease, background .3s ease, color .3s ease; }
.service-card:hover { --lift: -10px; transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--lift)); }
.service-card > * { transform: translateZ(14px); }
.service-card::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at var(--card-x,50%) var(--card-y,50%), rgba(223,195,108,.2), transparent 43%); opacity: 0; transition: opacity .25s ease; pointer-events: none; }
.service-card:hover::after { opacity: 1; }
.service-card .service-icon { transition: transform .35s ease, box-shadow .35s ease, color .3s ease; }
.service-card:hover .service-icon { transform: rotate(-8deg) scale(1.08); box-shadow: 0 0 0 8px rgba(223,195,108,.08); }

.process-visual { overflow: visible; }
.process-visual img { will-change: transform; transition: filter .5s ease; }
.process-visual:hover img { filter: saturate(1.08) contrast(1.03); }
.visual-note { animation: note-float 5.5s ease-in-out infinite; }
.visual-metric { position: absolute; z-index: 2; left: -38px; top: 42px; width: 164px; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; background: rgba(7,17,31,.82); box-shadow: 0 20px 45px rgba(0,0,0,.25); backdrop-filter: blur(10px); padding: 14px; }
.visual-metric > span { color: #a8b4c1; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.visual-metric > div { height: 42px; display: flex; align-items: flex-end; gap: 5px; margin: 9px 0; }
.visual-metric i { width: 15px; border-radius: 2px 2px 0 0; background: linear-gradient(var(--gold-400), #94701a); transform-origin: bottom; animation: bar-rise 2.2s ease-in-out infinite alternate; }
.visual-metric i:nth-child(1){height:25%;}.visual-metric i:nth-child(2){height:42%;animation-delay:-.3s}.visual-metric i:nth-child(3){height:56%;animation-delay:-.6s}.visual-metric i:nth-child(4){height:76%;animation-delay:-.9s}.visual-metric i:nth-child(5){height:100%;animation-delay:-1.2s}
.visual-metric strong { color: var(--gold-400); font-family: var(--font-display); font-size: .92rem; font-weight: 500; }
.process-list li { transition: padding-left .3s ease, background .3s ease; }
.process-list li:hover { padding-left: 12px; background: linear-gradient(90deg, rgba(223,195,108,.06), transparent); }
.process-list li > span { transition: transform .3s ease, background .3s ease; }
.process-list li:hover > span { transform: rotate(8deg) scale(1.08); background: rgba(223,195,108,.1); }

.audience-tags span { transition: transform .28s ease, background .28s ease, box-shadow .28s ease; }
.audience-tags span:hover { transform: translateY(-5px) rotate(-1deg); background: rgba(255,255,255,.72); box-shadow: 0 12px 28px rgba(85,63,14,.12); }
.credential-grid article { position: relative; overflow: hidden; transition: background .3s ease, transform .3s ease; }
.credential-grid article::after { content: ''; position: absolute; inset: auto -35% -65% 15%; aspect-ratio: 1; border: 1px solid rgba(202,168,75,.22); border-radius: 50%; transition: transform .5s ease; }
.credential-grid article:hover { z-index: 2; transform: translateY(-5px); background: white; }
.credential-grid article:hover::after { transform: scale(1.35); }
.credential-grid article > div { position: relative; z-index: 1; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease; }
.credential-grid article:hover > div { transform: translateY(-5px) rotate(5deg); box-shadow: 0 12px 25px rgba(7,17,31,.18); }

.testimonial-grid blockquote { position: relative; overflow: hidden; transition: transform .35s ease, border-color .35s ease, background .35s ease; }
.testimonial-grid blockquote::before { content: '“'; position: absolute; right: 22px; top: -22px; color: rgba(223,195,108,.1); font-family: var(--font-display); font-size: 9rem; line-height: 1; }
.testimonial-grid blockquote:hover { transform: translateY(-8px); border-color: rgba(223,195,108,.4); background: rgba(255,255,255,.06); }
.post-card { transition: transform .35s ease, box-shadow .35s ease; }
.post-card img { transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.post-card:hover { transform: translateY(-8px); box-shadow: 0 22px 55px rgba(7,17,31,.12); }
.post-card:hover img { transform: scale(1.055); filter: saturate(1.12); }

.final-cta { position: relative; overflow: hidden; }
.final-cta-grid { position: relative; z-index: 2; }
.cta-rings { position: absolute; width: 520px; height: 520px; right: -90px; top: 50%; transform: translateY(-50%); }
.cta-rings i { position: absolute; inset: 0; border: 1px solid rgba(223,195,108,.16); border-radius: 50%; animation: ring-pulse 5s ease-out infinite; }
.cta-rings i:nth-child(2){inset:18%;animation-delay:-1.6s}.cta-rings i:nth-child(3){inset:36%;animation-delay:-3.2s}

.page-hero { position: relative; isolation: isolate; overflow: hidden; background-image: radial-gradient(circle at 82% 18%, rgba(223,195,108,.13), transparent 25%), linear-gradient(120deg, var(--navy-900), #0b1a2c); }
.page-hero::before { content: ''; position: absolute; z-index: -1; width: 620px; height: 620px; right: -180px; top: -260px; border: 1px solid rgba(223,195,108,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(223,195,108,.035), 0 0 0 140px rgba(223,195,108,.025); animation: page-orbit 18s linear infinite; }
.page-hero > .container > * { animation: hero-enter .7s cubic-bezier(.2,.8,.2,1) both; }
.page-hero > .container > *:nth-child(2){animation-delay:.09s}.page-hero > .container > *:nth-child(3){animation-delay:.17s}.page-hero > .container > *:nth-child(4){animation-delay:.24s}

@keyframes hero-breathe { to { transform: scale(1.09) translate3d(-1%,1%,0); } }
@keyframes glow-drift { to { transform: translate3d(13%, -7%, 0) scale(1.14); } }
@keyframes grid-travel { to { background-position: 0 62px, 62px 0; } }
@keyframes orbit-turn { to { transform: rotate(360deg); } }
@keyframes chart-draw { to { stroke-dashoffset: 0; } }
@keyframes chart-dot { to { opacity: 1; } }
@keyframes chip-float { 50% { transform: translateY(-10px); } }
@keyframes hero-enter { to { opacity: 1; transform: translateY(0); } }
@keyframes form-arrive { from { opacity: 0; transform: translate3d(28px,25px,0) scale(.97); } to { opacity: 1; transform: translate3d(0,0,0) scale(1); } }
@keyframes form-sheen { 0%,68% { left:-280px; } 82%,100% { left:140%; } }
@keyframes ticker-slide { to { transform: translateX(-50%); } }
@keyframes note-float { 50% { transform: translateY(-8px); } }
@keyframes bar-rise { 50% { transform: scaleY(.72); opacity: .72; } }
@keyframes ring-pulse { 0%,100% { transform: scale(.85); opacity:.25; } 50% { transform: scale(1); opacity:.75; } }
@keyframes page-orbit { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
    .chip-one { right: 25%; }
    .motion-chip { opacity: .6; }
}

@media (max-width: 820px) {
    .site-header.scrolled .nav-wrap { min-height: 62px; }
    .motion-chart { width: 92vw; right: -35%; bottom: 33%; opacity: .12; }
    .motion-orbit { opacity: .45; }
    .orbit-one { width: 430px; height: 430px; right: -270px; top: 150px; }
    .orbit-two { display: none; }
    .motion-chip { display: none; }
    .motion-grid { opacity: .11; }
    .expertise-ticker > div { animation-duration: 25s; }
    .visual-metric { left: -18px; }
    .service-card, .service-card:hover { transform: translateY(var(--lift)); }
    .cta-rings { opacity: .5; right: -330px; }
    .js .reveal.reveal-left, .js .reveal.reveal-right { translate: 0 28px; }
    .js .reveal.is-visible { translate: 0 0; }
}

@media (max-width: 560px) {
    .hero-section::before { animation: none; }
    .hero-motion { opacity: .72; }
    .motion-chart { bottom: 47%; }
    .visual-metric { width: 145px; left: -8px; top: 24px; }
    .expertise-ticker span { font-size: .88rem; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-section::before, .hero-glow, .motion-grid, .motion-orbit, .motion-chart path, .motion-chart circle, .motion-chip, .hero-copy > *, .hero-form-card, .hero-form-card::before, .expertise-ticker > div, .visual-note, .visual-metric i, .cta-rings i, .page-hero::before, .page-hero > .container > * { animation: none !important; }
    .hero-copy > *, .hero-form-card, .motion-chart circle, .js .reveal { opacity: 1 !important; transform: none !important; translate: none !important; }
    .service-card, .service-card:hover { transform: none !important; }
}
