@font-face{font-family:'Crimson Pro';font-style:normal;font-weight:300;font-display:swap;src:url('../fonts/crimson-pro-latin.woff2') format('woff2')}@font-face{font-family:'Crimson Pro';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/crimson-pro-latin.woff2') format('woff2')}@font-face{font-family:'DM Sans';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/dm-sans-latin.woff2') format('woff2')}@font-face{font-family:'DM Sans';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/dm-sans-latin.woff2') format('woff2')}@font-face{font-family:'DM Sans';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/dm-sans-latin.woff2') format('woff2')}@font-face{font-family:'DM Sans';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/dm-sans-latin.woff2') format('woff2')}:root{--al-navy-dark:#0A1628;--al-navy:#0F2139;--al-navy-light:#1A3150;--al-gold:#D4A853;--al-gold-hover:#B8923E;--al-gold-light:rgba(212,168,83,0.15);--al-gold-text:#8B6914;--al-cream:#F7F7F5;--al-white:#FFFFFF;--al-stone-50:#FAFAF9;--al-stone-200:#E7E5E4;--al-stone-400:#A8A29E;--al-stone-500:#78716C;--al-stone-600:#57534E;--al-stone-700:#44403C;--al-teal:#0891B2;--al-teal-hover:#0E7490;--al-font-heading:'Crimson Pro',Georgia,serif;--al-font-body:'DM Sans',-apple-system,BlinkMacSystemFont,sans-serif;--al-space-xs:4px;--al-space-sm:8px;--al-space-md:16px;--al-space-lg:24px;--al-space-xl:32px;--al-space-2xl:48px;--al-space-3xl:64px;--al-space-4xl:80px;--al-radius-sm:8px;--al-radius-md:12px;--al-radius-lg:16px;--al-radius-xl:20px;--al-radius-full:9999px;--al-shadow-sm:0 1px 3px rgba(0,0,0,0.08);--al-shadow-md:0 4px 12px rgba(0,0,0,0.1);--al-shadow-lg:0 8px 24px rgba(0,0,0,0.12);--al-shadow-xl:0 12px 40px rgba(0,0,0,0.15)}.al-container{max-width:1200px;margin:0 auto;padding:0 16px}.al-container--narrow{max-width:800px;margin:0 auto;padding:0 16px}.al-container--wide{max-width:1400px;margin:0 auto;padding:0 16px}.al-container--full{max-width:100%;padding:0 16px}.al-section{padding:80px 0}.al-section--navy{background-color:var(--al-navy);padding:80px 0}.al-section--navy-dark{background-color:var(--al-navy-dark);padding:80px 0}.al-section--navy-gradient{background:linear-gradient(135deg,var(--al-navy-dark) 0%,var(--al-navy-light) 100%);padding:100px 0 80px}.al-section--white{background-color:var(--al-white);padding:80px 0}.al-section--cream{background-color:var(--al-cream);padding:80px 0}.al-section--compact{padding:48px 0}.al-section--cta,.al-section-cta{padding:60px 0;text-align:center}.al-section--hero{padding:100px 0 80px}.al-section-header{text-align:center;max-width:700px;margin:0 auto 60px}.al-section-header--left{text-align:left;max-width:none;margin:0 0 48px}.al-grid{display:grid;gap:24px}.al-grid--2{grid-template-columns:repeat(2,1fr)}.al-grid--3{grid-template-columns:repeat(3,1fr)}.al-grid--4{grid-template-columns:repeat(4,1fr)}.al-grid--auto-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.al-grid--auto-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.al-grid--auto-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.al-grid--gap-sm{gap:16px}.al-grid--gap-md{gap:24px}.al-grid--gap-lg{gap:32px}.al-grid--gap-xl{gap:48px}.al-grid--start{align-items:start}.al-grid--center{align-items:center}@media (max-width:992px){.al-grid--2,.al-grid--3{grid-template-columns:repeat(2,1fr)}.al-grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.al-grid--2,.al-grid--3,.al-grid--4{grid-template-columns:1fr}}.al-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.al-split--60-40{display:grid;grid-template-columns:1.5fr 1fr;gap:48px;align-items:center}.al-split--40-60{display:grid;grid-template-columns:1fr 1.5fr;gap:48px;align-items:center}.al-split--70-30{display:grid;grid-template-columns:2.3fr 1fr;gap:48px;align-items:start}.al-split--30-70{display:grid;grid-template-columns:1fr 2.3fr;gap:48px;align-items:start}@media (max-width:768px){.al-split,.al-split--60-40,.al-split--40-60,.al-split--70-30,.al-split--30-70{grid-template-columns:1fr;gap:32px}.al-split--reverse-mobile>*:first-child{order:2}.al-split--reverse-mobile>*:last-child{order:1}}.al-stack{display:flex;flex-direction:column}.al-stack--xs{gap:4px}.al-stack--sm{gap:8px}.al-stack--md{gap:16px}.al-stack--lg{gap:24px}.al-stack--xl{gap:32px}.al-stack--2xl{gap:48px}.al-cluster{display:flex;flex-wrap:wrap;align-items:center}.al-cluster--xs{gap:4px}.al-cluster--sm{gap:8px}.al-cluster--md{gap:16px}.al-cluster--lg{gap:24px}.al-cluster--xl{gap:32px}.al-cluster--start{justify-content:flex-start}.al-cluster--center{justify-content:center}.al-cluster--between{justify-content:space-between}.al-cluster--end{justify-content:flex-end}.al-text-center .al-cluster{justify-content:center}.al-sidebar-layout{display:grid;grid-template-columns:280px 1fr;gap:48px;align-items:start}.al-sidebar-layout--right{display:grid;grid-template-columns:1fr 280px;gap:48px;align-items:start}.al-sidebar-layout--wide{grid-template-columns:320px 1fr}.al-sidebar-layout--right.al-sidebar-layout--wide{grid-template-columns:1fr 320px}.al-sidebar-sticky{position:sticky;top:24px}.al-sidebar-box{background:var(--al-cream);border-radius:var(--al-radius-lg);padding:24px}.al-sidebar-box--white{background:var(--al-white);border:1px solid var(--al-stone-200)}.al-sidebar-box--navy{background:var(--al-navy);color:var(--al-white)}@media (max-width:992px){.al-sidebar-layout,.al-sidebar-layout--right,.al-sidebar-layout--wide{grid-template-columns:1fr}.al-sidebar-sticky{position:static}}.al-card{background:var(--al-white);border-radius:var(--al-radius-lg);padding:32px;border:1px solid var(--al-stone-200)}.al-card--flat{box-shadow:none;border:1px solid var(--al-stone-200)}.al-card--raised{box-shadow:var(--al-shadow-md);border:none}.al-card--elevated{box-shadow:var(--al-shadow-lg);border:none}.al-card--cream{background:var(--al-cream);border:none}.al-card--navy{background:var(--al-navy);color:var(--al-white);border:none}.al-card--navy-gradient{background:linear-gradient(135deg,var(--al-navy) 0%,var(--al-navy-light) 100%);color:var(--al-white);border:none}.al-card--dark-glass{background:rgba(255,255,255,0.05);border:1px solid rgba(212,168,83,0.2);color:var(--al-white)}.al-card--gold-left{border-left:4px solid var(--al-gold)}.al-card--gold-top{border-top:4px solid var(--al-gold)}.al-card--compact{padding:24px}.al-card--spacious{padding:40px}.al-card--padded{padding:32px}.al-card--white{background:var(--al-white);border:1px solid var(--al-stone-200)}.al-card--hover{transition:all 0.2s ease;cursor:pointer}.al-card--hover:hover{transform:translateY(-4px);box-shadow:var(--al-shadow-lg)}.al-card--link{text-decoration:none;color:inherit;display:flex;flex-direction:column}.al-card__body{flex:1}.al-card-persona{background:var(--al-white);border-radius:var(--al-radius-lg);padding:32px;border:1px solid var(--al-stone-200);text-align:center;transition:all 0.2s ease}.al-card-persona:hover{border-color:var(--al-gold);box-shadow:var(--al-shadow-md)}.al-card-persona__icon{width:64px;height:64px;background:var(--al-gold-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--al-gold)}.al-card-persona__title{font-family:var(--al-font-heading);font-size:20px;color:var(--al-navy);margin-bottom:8px}.al-card-persona__desc{font-size:15px;color:var(--al-stone-600);line-height:1.6}.al-divider{height:1px;background:var(--al-stone-200);border:none;margin:32px 0}.al-divider--light{background:rgba(255,255,255,0.1)}.al-divider--gold{height:3px;width:60px;background:var(--al-gold)}.al-divider--gold-wide{height:3px;width:100px;background:var(--al-gold)}.al-divider--compact{margin:16px 0}.al-divider--spacious{margin:48px 0}.al-spacer-xs{height:8px}.al-spacer-sm{height:16px}.al-spacer-md{height:24px}.al-spacer-lg{height:32px}.al-spacer-xl{height:48px}.al-spacer-2xl{height:64px}.al-spacer-3xl{height:80px}.al-h1{font-family:var(--al-font-heading);font-size:clamp(36px,5vw,54px);line-height:1.1;color:var(--al-navy);margin-bottom:20px}.al-h1--white{color:var(--al-white)}.al-h2{font-family:var(--al-font-heading);font-size:clamp(28px,4vw,38px);line-height:1.2;color:var(--al-navy);margin-bottom:16px}.al-h2--white{color:var(--al-white)}.al-h3{font-family:var(--al-font-heading);font-size:24px;line-height:1.3;color:var(--al-navy);margin-bottom:12px}.al-h3--white{color:var(--al-white)}.al-h4{font-family:var(--al-font-heading);font-size:20px;line-height:1.4;color:var(--al-navy);margin-bottom:8px}.al-h4--white{color:var(--al-white)}.al-text{font-size:16px;line-height:1.7;color:var(--al-stone-600)}.al-text-body{font-size:16px;line-height:1.7;color:var(--al-stone-600)}.al-text--white{color:var(--al-white)}.al-text--muted,.al-text-muted{color:var(--al-stone-500)}.al-text--white-muted{color:rgba(255,255,255,0.75)}.al-text--sm{font-size:14px;line-height:1.7;color:var(--al-stone-600)}.al-text--gold,.al-text-gold{color:var(--al-gold)}.al-text--semibold{font-weight:600}.al-lead{font-size:20px;line-height:1.6;color:var(--al-stone-600)}.al-lead--gold{color:var(--al-gold)}.al-lead--white{color:var(--al-white)}.al-lead--hero{font-size:20px;line-height:1.6;color:var(--al-white);max-width:650px}.al-text-center .al-lead--hero{margin-left:auto;margin-right:auto}.al-small{font-size:14px;line-height:1.6;color:var(--al-stone-600)}.al-small--white{color:rgba(255,255,255,0.8)}.al-caption{font-size:13px;line-height:1.5;color:var(--al-stone-500)}.al-eyebrow,.al-overline{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--al-gold-text);margin-bottom:8px}.al-eyebrow--small{font-size:12px;letter-spacing:0.08em}.al-eyebrow--white{color:rgba(255,255,255,0.7)}.al-eyebrow--center{text-align:center}.al-legal-footnote{font-size:12px;line-height:1.8;color:var(--al-stone-500)}.al-legal-footnote a{color:var(--al-teal);text-decoration:underline}.al-legal-footnote--white{color:rgba(255,255,255,0.6)}.al-legal-footnote--white a{color:var(--al-gold)}.al-definition{text-decoration:underline;text-decoration-style:dotted;text-decoration-color:var(--al-gold);text-underline-offset:3px;cursor:help}.al-blockquote{font-family:var(--al-font-heading);font-size:22px;font-style:italic;line-height:1.5;color:var(--al-navy);padding-left:24px;border-left:4px solid var(--al-gold);margin:24px 0}.al-blockquote--white{color:var(--al-white)}.al-stat-number{font-family:var(--al-font-heading);font-size:48px;font-weight:700;color:var(--al-gold);line-height:1}.al-stat-number--large{font-size:64px}.al-stat-label{font-size:14px;text-transform:uppercase;letter-spacing:0.05em;color:var(--al-stone-600);margin-top:8px}.al-stat-label--white{color:rgba(255,255,255,0.7)}.al-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-family:var(--al-font-body);font-size:16px;font-weight:600;text-decoration:none;border-radius:var(--al-radius-sm);border:none;cursor:pointer;transition:all 0.2s ease}.al-btn--primary{background:var(--al-gold);color:var(--al-navy)}.al-btn--primary:hover{background:var(--al-gold-hover);color:var(--al-navy)}.al-btn--secondary{background:var(--al-navy);color:var(--al-white)}.al-btn--secondary:hover{background:var(--al-navy-dark)}.al-btn--tertiary{background:transparent;color:var(--al-navy);border:2px solid var(--al-navy)}.al-btn--tertiary:hover{background:var(--al-navy);color:var(--al-white)}.al-btn--ghost{background:transparent;color:var(--al-white);border:2px solid rgba(255,255,255,0.5)}.al-btn--ghost:hover{background:rgba(255,255,255,0.1);border-color:var(--al-white)}.al-btn--sm{padding:10px 20px;font-size:14px}.al-btn--lg{padding:18px 36px;font-size:18px}.al-btn--block{display:flex;width:100%}.al-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--al-radius-sm);background:var(--al-gold);color:var(--al-navy);border:none;cursor:pointer;transition:all 0.2s ease}.al-btn-icon:hover{background:var(--al-gold-hover)}.al-btn-icon--sm{width:40px;height:40px}.al-btn-icon--lg{width:56px;height:56px}.al-btn-icon--circle{border-radius:50%}.al-btn-icon--outline{background:transparent;border:2px solid var(--al-gold);color:var(--al-gold)}.al-btn-icon--outline:hover{background:var(--al-gold);color:var(--al-navy)}.al-link{color:var(--al-teal);text-decoration:underline;text-decoration-color:rgba(8,145,178,0.4);text-underline-offset:2px;transition:all 0.2s ease}.al-link:hover{color:var(--al-teal-hover);text-decoration-color:var(--al-teal-hover)}.al-link--subtle{color:var(--al-teal);text-decoration:none}.al-link--subtle:hover{text-decoration:underline}.al-link--gold{color:var(--al-gold);text-decoration:underline;text-decoration-color:rgba(212,168,83,0.4)}.al-link--gold:hover{text-decoration-color:var(--al-gold)}.al-link--external::after{content:" ↗";font-size:0.85em}.al-link--nav{color:var(--al-stone-600);text-decoration:none;font-weight:500;transition:color 0.2s ease}.al-link--nav:hover{color:var(--al-gold)}.al-link--arrow,.al-link-arrow{display:inline-flex;align-items:center;gap:6px;color:var(--al-teal);text-decoration:none;font-weight:600}.al-link--arrow::after,.al-link-arrow::after{content:"→";transition:transform 0.2s ease}.al-link--arrow:hover::after,.al-link-arrow:hover::after{transform:translateX(4px)}.al-link--arrow-gold{color:var(--al-gold)}.al-badge{display:inline-block;padding:4px 10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;border-radius:var(--al-radius-full);background:var(--al-gold-light);color:var(--al-gold-text)}.al-badge--navy{background:var(--al-navy);color:var(--al-white)}.al-badge--white{background:var(--al-white);color:var(--al-navy)}.al-badge--outline{background:transparent;border:1px solid var(--al-gold);color:var(--al-gold-text)}.al-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;border-radius:var(--al-radius-full);background:var(--al-cream);color:var(--al-stone-700)}.al-pill--gold{background:var(--al-gold-light);color:var(--al-gold-text)}.al-pill--dark{background:rgba(255,255,255,0.1);color:var(--al-white)}.al-badge-row{display:flex;flex-wrap:wrap;gap:8px}.al-social-row{display:flex;flex-wrap:wrap;gap:12px}.al-social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.1);color:var(--al-white);text-decoration:none;transition:all 0.2s ease}.al-social-icon:hover{background:var(--al-gold);color:var(--al-navy)}.al-social-icon--light{background:var(--al-cream);color:var(--al-navy)}.al-social-icon--light:hover{background:var(--al-gold)}.al-meta-date,.al-content-freshness{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;font-size:14px;font-style:italic;font-weight:600;color:var(--al-stone-500);text-align:center;padding:24px 0;max-width:800px;margin:0 auto}.al-meta-date__item,.al-content-freshness__item{display:flex;align-items:center;gap:6px}.al-meta-date__label,.al-content-freshness__label{font-weight:700}.al-meta-date__author,.al-content-freshness__author{color:var(--al-teal);text-decoration:none;font-weight:700}.al-meta-date__author:hover,.al-content-freshness__author:hover{text-decoration:underline}.al-list{list-style:none;padding:0;margin:0}.al-list--spaced>li{margin-bottom:12px}.al-list--spaced-lg>li{margin-bottom:16px}.al-list-icon{list-style:none;padding:0;margin:0}.al-list-icon>li{display:flex;gap:12px;margin-bottom:12px;color:var(--al-stone-600)}.al-list-icon>li::before{content:"✓";color:var(--al-gold);font-weight:bold;flex-shrink:0}.al-list-icon--white>li{color:var(--al-white)}.al-checklist{list-style:none;padding:0;margin:0}.al-checklist>li{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid var(--al-stone-200);color:var(--al-stone-600)}.al-checklist>li:last-child{border-bottom:none}.al-checklist__check{width:24px;height:24px;border:2px solid var(--al-gold);border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--al-gold)}.al-list-2col{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 32px;list-style:none;padding:0;margin:0}@media (max-width:600px){.al-list-2col{grid-template-columns:1fr}}.al-dl{display:grid;grid-template-columns:auto 1fr;gap:8px 24px}.al-dl dt{font-weight:600;color:var(--al-navy)}.al-dl dd{margin:0;color:var(--al-stone-600)}.al-icon-circle{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.al-icon-circle--gold{background:var(--al-gold);color:var(--al-navy)}.al-icon-circle--gold-light{background:var(--al-gold-light);color:var(--al-gold)}.al-icon-circle--white{background:var(--al-white);color:var(--al-navy)}.al-icon-circle--navy{background:var(--al-navy);color:var(--al-white)}.al-icon-circle--sm{width:40px;height:40px}.al-icon-circle--lg{width:72px;height:72px}.al-icon-box{width:48px;height:48px;border-radius:var(--al-radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--al-white);color:var(--al-gold)}.al-icon-box--gold{background:var(--al-gold);color:var(--al-navy)}.al-icon-box--gold-light{background:var(--al-gold-light)}.al-icon-box--sm{width:40px;height:40px}.al-icon-box--lg{width:56px;height:56px}.al-table{width:100%;border-collapse:collapse;font-size:15px}.al-table th,.al-table td{padding:16px;text-align:left;border-bottom:1px solid var(--al-stone-200)}.al-table th{font-weight:600;color:var(--al-navy);background:var(--al-cream)}.al-table td{color:var(--al-stone-600)}.al-table--striped tbody tr:nth-child(odd){background:var(--al-stone-50)}.al-table--bordered{border:1px solid var(--al-stone-200)}.al-table--bordered th,.al-table--bordered td{border:1px solid var(--al-stone-200)}.al-table--compact th,.al-table--compact td{padding:10px 12px;font-size:14px}.al-table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.al-table-compare{width:100%;border-collapse:collapse}.al-table-compare th{padding:20px;text-align:center;font-size:18px;color:var(--al-navy)}.al-table-compare th:first-child{text-align:left}.al-table-compare th.al-table-compare__highlight{background:var(--al-gold);color:var(--al-navy);border-radius:var(--al-radius-md) var(--al-radius-md) 0 0}.al-table-compare td{padding:16px 20px;text-align:center;border-bottom:1px solid var(--al-stone-200)}.al-table-compare td:first-child{text-align:left;font-weight:500;color:var(--al-navy)}.al-table-compare td.al-table-compare__highlight{background:var(--al-gold-light)}.al-fee-table{width:100%;background:var(--al-white);border-radius:var(--al-radius-lg);overflow:hidden;border:1px solid var(--al-stone-200)}.al-fee-table__header{background:var(--al-navy);color:var(--al-white);padding:20px 24px}.al-fee-table__row{display:flex;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--al-stone-200)}.al-fee-table__row:last-child{border-bottom:none}.al-fee-table__label{font-weight:500;color:var(--al-navy)}.al-fee-table__value{color:var(--al-stone-600)}.al-fee-table__note{background:var(--al-cream);padding:16px 24px;font-size:14px;color:var(--al-stone-600)}.al-faq{display:flex;flex-direction:column;gap:12px}.al-faq-item{background:var(--al-white);border-radius:var(--al-radius-md);border:1px solid var(--al-stone-200);overflow:hidden}.al-faq-item[open]{border-color:var(--al-gold)}.al-faq-item__question{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;cursor:pointer;font-weight:600;color:var(--al-navy);list-style:none}.al-faq-item__question::-webkit-details-marker{display:none}.al-faq-item__icon{color:var(--al-gold);font-size:20px;transition:transform 0.3s ease}.al-faq-item[open] .al-faq-item__icon{transform:rotate(45deg)}.al-faq-item__answer{padding:0 24px 20px;color:var(--al-stone-600);line-height:1.7}.al-mini-faq{display:flex;flex-wrap:wrap;gap:12px}.al-mini-faq__link{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:var(--al-cream);border-radius:var(--al-radius-full);color:var(--al-navy);text-decoration:none;font-size:14px;font-weight:500;transition:all 0.2s ease}.al-mini-faq__link:hover{background:var(--al-gold);color:var(--al-navy)}.al-mini-faq__link::before{content:"?";display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:var(--al-gold-light);border-radius:50%;font-size:12px;font-weight:700;color:var(--al-gold)}.al-process{display:flex;flex-direction:column;gap:0}.al-process-steps{display:flex;flex-direction:column;gap:0}.al-process-steps--numbered{counter-reset:process-step}.al-process-step{display:flex;gap:24px}.al-process-step__indicator{display:flex;flex-direction:column;align-items:center}.al-process-step__number{width:48px;height:48px;border-radius:50%;background:var(--al-gold);color:var(--al-navy);display:flex;align-items:center;justify-content:center;font-family:var(--al-font-heading);font-size:20px;font-weight:700;flex-shrink:0}.al-process-step__line{width:2px;flex:1;background:var(--al-gold);min-height:40px}.al-process-step:last-child .al-process-step__line{display:none}.al-process-step__content{flex:1;padding-bottom:32px}.al-process-step:last-child .al-process-step__content{padding-bottom:0}.al-process-step__title{font-family:var(--al-font-heading);font-size:20px;color:var(--al-navy);margin-bottom:8px}.al-process-step__desc{color:var(--al-stone-600);line-height:1.7}.al-timeline-h{display:flex;justify-content:space-between;position:relative;padding:20px 0}.al-timeline-h::before{content:"";position:absolute;top:35px;left:0;right:0;height:2px;background:var(--al-stone-200)}.al-timeline-h__item{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.al-timeline-h__dot{width:16px;height:16px;border-radius:50%;background:var(--al-gold);margin-bottom:12px}.al-timeline-h__label{font-size:14px;font-weight:600;color:var(--al-navy)}.al-timeline-h__desc{font-size:13px;color:var(--al-stone-500);max-width:120px}.al-expect{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.al-expect-step{text-align:center;padding:32px 24px;background:var(--al-white);border-radius:var(--al-radius-lg);border:1px solid var(--al-stone-200)}.al-expect-step__number{width:48px;height:48px;border-radius:50%;background:var(--al-gold-light);color:var(--al-gold);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-family:var(--al-font-heading);font-size:20px;font-weight:700}.al-expect-step__title{font-family:var(--al-font-heading);font-size:18px;color:var(--al-navy);margin-bottom:8px}.al-expect-step__desc{font-size:15px;color:var(--al-stone-600);line-height:1.6}.al-testimonial{background:var(--al-white);border-radius:var(--al-radius-lg);padding:32px;border:1px solid var(--al-stone-200)}.al-testimonial--featured{border-left:4px solid var(--al-gold)}.al-testimonial--dark{background:rgba(255,255,255,0.05);border:1px solid rgba(212,168,83,0.2);color:var(--al-white)}.al-testimonial__stars{color:var(--al-gold);font-size:18px;margin-bottom:16px;letter-spacing:2px}.al-testimonial__quote{font-size:17px;line-height:1.7;color:var(--al-stone-600);margin-bottom:20px}.al-testimonial--dark .al-testimonial__quote{color:rgba(255,255,255,0.9)}.al-testimonial__author{display:flex;align-items:center;gap:12px}.al-testimonial__avatar{width:48px;height:48px;border-radius:50%;background:var(--al-gold-light);display:flex;align-items:center;justify-content:center;color:var(--al-gold);font-family:var(--al-font-heading);font-size:18px;font-weight:700}.al-testimonial__name{font-weight:600;color:var(--al-navy)}.al-testimonial--dark .al-testimonial__name{color:var(--al-white)}.al-testimonial__case{font-size:14px;color:var(--al-stone-500)}.al-testimonial--dark .al-testimonial__case{color:rgba(255,255,255,0.6)}.al-case-result{background:var(--al-white);border-radius:var(--al-radius-lg);padding:24px;border:1px solid var(--al-stone-200);text-align:center}.al-case-result__amount{font-family:var(--al-font-heading);font-size:36px;font-weight:700;color:var(--al-gold);margin-bottom:4px}.al-case-result__type{font-size:15px;color:var(--al-navy);font-weight:500;margin-bottom:8px}.al-case-result__desc{font-size:14px;color:var(--al-stone-500)}.al-trust-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:32px;padding:24px;background:rgba(255,255,255,0.05);border-radius:var(--al-radius-lg)}.al-trust-bar--light{background:var(--al-cream)}.al-trust-item{display:flex;align-items:center;gap:12px;font-size:14px;color:rgba(255,255,255,0.9)}.al-trust-bar--light .al-trust-item{color:var(--al-stone-600)}.al-trust-item__icon{color:var(--al-gold)}.al-rating{display:flex;align-items:center;gap:8px}.al-rating__stars{color:var(--al-gold);font-size:18px;letter-spacing:2px}.al-rating__score{font-weight:700;color:var(--al-navy)}.al-rating__count{font-size:14px;color:var(--al-stone-500)}.al-eyebrow:has(+.al-badge-grid){text-align:center;margin-top:32px}.al-badge-grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:48px 56px;text-align:center;padding:16px 0}.al-badge-grid__item{height:54px;width:auto;object-fit:contain;transition:all 0.2s ease}.al-badge-grid__item:hover{opacity:0.8}.al-cta-banner{background:var(--al-navy);padding:48px;border-radius:var(--al-radius-xl);text-align:center}.al-cta-banner--gold{background:var(--al-gold)}.al-cta-banner--gradient{background:linear-gradient(135deg,var(--al-navy) 0%,var(--al-navy-light) 100%)}.al-cta-banner__title{font-family:var(--al-font-heading);font-size:28px;color:var(--al-white);margin-bottom:12px}.al-cta-banner--gold .al-cta-banner__title{color:var(--al-navy)}.al-cta-banner__text{font-size:17px;color:rgba(255,255,255,0.8);margin-bottom:24px;max-width:600px;margin-left:auto;margin-right:auto}.al-cta-banner--gold .al-cta-banner__text{color:var(--al-navy);opacity:0.8}.al-cta-card{background:var(--al-cream);border-radius:var(--al-radius-lg);padding:32px;border-left:4px solid var(--al-gold)}.al-cta-card--navy{background:var(--al-navy);color:var(--al-white)}.al-cta-card__title{font-family:var(--al-font-heading);font-size:22px;color:var(--al-navy);margin-bottom:12px}.al-cta-card--navy .al-cta-card__title{color:var(--al-white)}.al-cta-card__text{color:var(--al-stone-600);margin-bottom:20px;line-height:1.7}.al-cta-card--navy .al-cta-card__text{color:rgba(255,255,255,0.8)}.al-cta-inline{display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;background:var(--al-cream);border-radius:var(--al-radius-md);border-left:4px solid var(--al-gold)}.al-cta-inline__text{flex:1;min-width:200px;font-weight:500;color:var(--al-navy)}.al-cta-sticky{position:sticky;top:24px;background:var(--al-navy);border-radius:var(--al-radius-lg);padding:24px;text-align:center}.al-cta-sticky__title{font-family:var(--al-font-heading);font-size:20px;color:var(--al-white);margin-bottom:8px}.al-cta-sticky__phone{font-size:24px;font-weight:700;color:var(--al-gold);text-decoration:none;display:block;margin-bottom:16px}.al-cta-sticky__text{font-size:14px;color:rgba(255,255,255,0.7);margin-bottom:16px}.al-form{display:flex;flex-direction:column;gap:20px}.al-form-group{display:flex;flex-direction:column;gap:8px}.al-form-label{font-size:14px;font-weight:600;color:var(--al-navy)}.al-form-label--required::after{content:" *";color:#DC2626}.al-input{padding:14px 16px;font-size:16px;font-family:var(--al-font-body);border:1px solid var(--al-stone-200);border-radius:var(--al-radius-sm);background:var(--al-white);color:var(--al-navy);transition:border-color 0.2s ease}.al-input:focus{outline:none;border-color:var(--al-gold);box-shadow:0 0 0 3px var(--al-gold-light)}.al-input::placeholder{color:var(--al-stone-400)}.al-textarea{padding:14px 16px;font-size:16px;font-family:var(--al-font-body);border:1px solid var(--al-stone-200);border-radius:var(--al-radius-sm);background:var(--al-white);color:var(--al-navy);resize:vertical;min-height:120px}.al-textarea:focus{outline:none;border-color:var(--al-gold);box-shadow:0 0 0 3px var(--al-gold-light)}.al-select{padding:14px 40px 14px 16px;font-size:16px;font-family:var(--al-font-body);border:1px solid var(--al-stone-200);border-radius:var(--al-radius-sm);background:var(--al-white);color:var(--al-navy);cursor:pointer;appearance:none}.al-figure{margin:0}.al-figure__img{width:100%;border-radius:var(--al-radius-lg)}.al-figure__caption{font-size:14px;color:var(--al-stone-500);margin-top:12px;text-align:center}.al-img--full-width{width:100%;height:auto;display:block}.al-img--rounded{border-radius:var(--al-radius-lg)}.al-video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--al-radius-lg);background:var(--al-navy-dark)}.al-video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}.al-map-embed{border-radius:var(--al-radius-lg);overflow:hidden;border:1px solid var(--al-stone-200)}.al-map-embed iframe{width:100%;height:300px;display:block}.al-map-embed--tall iframe{height:400px}.al-map-actions{display:flex;gap:12px;margin-top:16px}.al-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.al-gallery__item{border-radius:var(--al-radius-md);overflow:hidden;aspect-ratio:4/3}.al-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.al-gallery__item:hover img{transform:scale(1.05)}.al-disclaimer{background:var(--al-cream);border-left:4px solid var(--al-gold);padding:20px 24px;border-radius:0 var(--al-radius-md) var(--al-radius-md) 0}.al-disclaimer--dark{background:rgba(255,255,255,0.05)}.al-disclaimer--white{background:var(--al-white)}.al-disclaimer__title{font-weight:600;color:var(--al-gold-text);margin-bottom:8px}.al-disclaimer__text{font-size:14px;line-height:1.7;color:var(--al-stone-600);margin:0}.al-disclaimer--dark .al-disclaimer__text{color:rgba(255,255,255,0.8)}.al-results-disclaimer{background:var(--al-cream);border-radius:var(--al-radius-md);padding:16px 20px;font-size:13px;line-height:1.7;color:var(--al-stone-500);text-align:center}.al-results-disclaimer strong{color:var(--al-stone-600)}.al-statute{background:var(--al-white);border:1px solid var(--al-stone-200);border-left:4px solid var(--al-navy);padding:20px 24px;border-radius:0 var(--al-radius-md) var(--al-radius-md) 0}.al-statute__cite{font-family:var(--al-font-heading);font-size:16px;font-weight:600;color:var(--al-navy);margin-bottom:8px}.al-statute__text{font-size:15px;line-height:1.7;color:var(--al-stone-600);font-style:italic}.al-attorney-card{display:flex;gap:24px;background:var(--al-white);border-radius:var(--al-radius-lg);padding:32px;border:1px solid var(--al-stone-200)}.al-attorney-card__photo{width:120px;height:120px;border-radius:50%;object-fit:cover;flex-shrink:0}.al-attorney-card__info{flex:1}.al-attorney-card__name{font-family:var(--al-font-heading);font-size:24px;color:var(--al-navy);margin-bottom:4px}.al-attorney-card__title{color:var(--al-gold);font-weight:500;margin-bottom:12px}.al-attorney-card__bio{font-size:15px;color:var(--al-stone-600);line-height:1.7}@media (max-width:600px){.al-attorney-card{flex-direction:column;text-align:center}.al-attorney-card__photo{margin:0 auto}}.al-hours{background:var(--al-white);border-radius:var(--al-radius-lg);padding:24px;border:1px solid var(--al-stone-200)}.al-hours__title{font-family:var(--al-font-heading);font-size:18px;color:var(--al-navy);margin-bottom:16px}.al-hours__row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--al-stone-200)}.al-hours__row:last-child{border-bottom:none}.al-hours__day{font-weight:500;color:var(--al-navy)}.al-hours__time{color:var(--al-stone-600)}.al-hours__note{font-size:14px;color:var(--al-gold-text);margin-top:16px}.al-footer{background-color:var(--al-navy-dark);color:var(--al-white);padding:60px 0 0}.al-footer__grid{display:grid;grid-template-columns:200px repeat(4,1fr);gap:40px;margin-bottom:40px}.al-footer__col{display:flex;flex-direction:column}.al-footer__title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--al-gold);margin-bottom:20px}.al-footer__tagline{font-family:var(--al-font-heading);font-style:italic;color:var(--al-gold);margin-bottom:16px}.al-footer__text{font-size:14px;line-height:1.7;color:rgba(255,255,255,0.8);margin-bottom:16px}.al-footer__link{color:rgba(255,255,255,0.8);text-decoration:none;font-size:14px;padding:6px 0;transition:color 0.2s ease}.al-footer__link:hover{color:var(--al-gold)}.al-footer__phone{color:var(--al-gold);text-decoration:none;font-size:18px;font-weight:600}.al-footer__phone:hover{text-decoration:underline}.al-footer__bottom{border-top:1px solid rgba(255,255,255,0.1);padding:24px 0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px}.al-footer__copy{font-size:13px;color:rgba(255,255,255,0.5);margin:0}.al-footer__legal{display:flex;flex-wrap:wrap;gap:24px}.al-footer__legal-link{font-size:13px;color:rgba(255,255,255,0.5);text-decoration:none;transition:color 0.2s ease}.al-footer__legal-link:hover{color:var(--al-white)}.al-footer__list{list-style:none;padding:0;margin:0}.al-footer__list li{margin-bottom:0}.al-footer__link--cta{color:var(--al-gold);font-weight:600}.al-footer__link--cta:hover{color:var(--al-white)}.al-footer__contact{font-size:14px;line-height:1.7;color:rgba(255,255,255,0.8)}.al-footer__firm-name{font-weight:600;color:var(--al-white);margin:0 0 4px}.al-footer__address{font-style:normal;margin:0 0 12px;display:block}.al-footer__phone-wrap{margin:0 0 8px}.al-footer__email-wrap{margin:0 0 12px}.al-footer__hours{margin:0 0 8px;color:rgba(255,255,255,0.8)}.al-footer__hours strong{color:var(--al-white)}.al-footer__directions{display:inline-block;color:var(--al-gold);text-decoration:none;font-size:14px;font-weight:500;margin-bottom:12px;transition:color 0.2s ease}.al-footer__directions:hover{color:var(--al-white)}.al-footer__bar{font-size:13px;color:rgba(255,255,255,0.5);margin:0}.al-footer__logo{height:48px;width:auto;max-width:160px;margin-bottom:16px}.al-footer__emergency{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:var(--al-radius-md);padding:20px;margin-bottom:24px}.al-footer__emergency p{font-size:13px;line-height:1.7;color:rgba(255,255,255,0.7);margin:0}.al-footer__emergency strong{color:var(--al-gold)}.al-footer__disclaimer{padding:20px 0;border-top:1px solid rgba(255,255,255,0.05);margin-bottom:0}.al-footer__disclaimer p{font-size:12px;line-height:1.7;color:rgba(255,255,255,0.4);margin:0}@media (max-width:992px){.al-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.al-footer__grid{grid-template-columns:1fr}.al-footer__logo{height:36px;max-width:120px}}.al-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:0;font-size:14px;margin-bottom:24px}.al-breadcrumb a{color:var(--al-stone-400);text-decoration:none;transition:color 0.2s ease}.al-breadcrumb a:hover{color:var(--al-gold)}.al-breadcrumb__sep{color:var(--al-stone-600);margin:0 8px}.al-breadcrumb__current{color:var(--al-gold)}.al-breadcrumb--dark a{color:var(--al-stone-400)}.al-breadcrumb--dark .al-breadcrumb__sep{color:var(--al-stone-600)}.al-breadcrumb--dark .al-breadcrumb__current{color:var(--al-gold)}.al-hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.al-hero-badge{background:rgba(212,168,83,0.15);color:#D4A853;padding:6px 14px;border-radius:var(--al-radius-full);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.05em}.al-toc-bar{background:var(--al-white);border-bottom:1px solid var(--al-stone-200);padding:16px 0}.al-toc-bar__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.al-toc-bar__link{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--al-cream);border-radius:var(--al-radius-full);text-decoration:none;color:var(--al-stone-700);font-size:13px;font-weight:500;transition:all 0.2s ease}.al-toc-bar__link:hover{background:var(--al-gold);color:var(--al-navy)}.al-toc-bar__link--active{background:var(--al-gold);color:var(--al-navy);font-weight:600}.al-toc-bar__link svg{width:16px;height:16px;flex-shrink:0}@media (max-width:768px){.al-toc-bar{overflow-x:auto;-webkit-overflow-scrolling:touch}.al-toc-bar__inner{flex-wrap:nowrap;justify-content:flex-start;padding:0 16px}.al-toc-bar__link{white-space:nowrap}}.al-alert-card{background:linear-gradient(135deg,var(--al-navy) 0%,var(--al-navy-light) 100%);border-radius:var(--al-radius-lg);padding:32px;border:1px solid rgba(212,168,83,0.3)}.al-alert-card__header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.al-alert-card__icon{width:48px;height:48px;background:rgba(212,168,83,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.al-alert-card__icon svg{width:24px;height:24px;fill:var(--al-gold)}.al-alert-card__title{font-family:var(--al-font-heading);font-size:22px;color:var(--al-gold);margin:0}.al-alert-card__text{color:var(--al-white);margin-bottom:20px;line-height:1.7}.al-alert-card__subtitle{color:var(--al-white);font-weight:700;margin-bottom:12px}.al-alert-card__footer{font-size:13px;color:var(--al-white);opacity:0.7;text-align:center;margin:12px 0 0}.al-list-arrow{list-style:none;padding:0;margin:0}.al-list-arrow>li{color:var(--al-white);margin-bottom:12px;padding-left:20px;position:relative;line-height:1.6}.al-list-arrow>li::before{content:"→";position:absolute;left:0;color:var(--al-gold);font-weight:600}.al-list-arrow>li:last-child{margin-bottom:0}.al-list-arrow--dark>li{color:var(--al-stone-600)}.al-list-arrow--dark>li::before{color:var(--al-gold)}.al-list-arrow--dark a{color:var(--al-navy);text-decoration:underline;text-decoration-color:var(--al-gold)}.al-list-arrow--dark a:hover{color:var(--al-gold)}.al-list-check{list-style:none;padding:0;margin:0}.al-list-check>li{display:flex;gap:12px;margin-bottom:16px;color:var(--al-stone-700);line-height:1.6}.al-list-check>li:last-child{margin-bottom:0}.al-list-check>li svg{flex-shrink:0;margin-top:2px}.al-list-check--muted>li{color:var(--al-stone-500)}.al-callout{border-radius:var(--al-radius-md);padding:24px 28px}.al-callout--gold{background:rgba(212,168,83,0.08);border-left:4px solid var(--al-gold)}.al-callout--gold .al-text{color:var(--al-stone-700)}.al-scope-card{background:var(--al-white);border-radius:var(--al-radius-lg);padding:32px}.al-scope-card--in{border:2px solid var(--al-gold)}.al-scope-card--out{border:1px solid var(--al-stone-200)}.al-scope-card__header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.al-scope-card__icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.al-scope-card__icon--gold{background:var(--al-gold);color:var(--al-navy)}.al-scope-card__icon--muted{background:var(--al-cream);color:var(--al-stone-600)}.al-scope-card__title{font-family:var(--al-font-heading);font-size:22px;color:var(--al-navy);margin:0}.al-scope-card__note{font-size:13px;color:var(--al-stone-500);margin:20px 0 0;padding-top:16px;border-top:1px solid var(--al-stone-200)}.al-jurisdiction-alert{background:linear-gradient(135deg,var(--al-navy) 0%,var(--al-navy-light) 100%);border-radius:var(--al-radius-md);padding:24px 28px;display:flex;gap:16px;align-items:flex-start}.al-jurisdiction-alert svg{flex-shrink:0;margin-top:2px}.al-jurisdiction-alert__title{color:var(--al-gold-text);font-weight:600;margin:0 0 4px}.al-jurisdiction-alert__text{color:var(--al-white);margin:0;font-size:15px;line-height:1.6}.al-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:40px;text-align:center}.al-stat-grid__item{display:flex;flex-direction:column;align-items:center}.al-stat-grid__number{font-family:var(--al-font-heading);font-size:clamp(32px,5vw,48px);font-weight:700;color:var(--al-gold);line-height:1;margin-bottom:8px}.al-stat-grid__label{font-size:14px;color:var(--al-white);text-transform:uppercase;letter-spacing:0.05em}.al-stat-grid--light .al-stat-grid__label{color:var(--al-stone-600)}@media (max-width:767px){.al-stat-grid{grid-template-columns:repeat(2,1fr);gap:32px}}.al-process-step__number--navy{background:var(--al-navy);color:var(--al-gold)}.al-process-step__line--gradient{background:linear-gradient(to bottom,var(--al-gold),var(--al-stone-200))}.al-process-step__line--navy-gradient{background:linear-gradient(to bottom,var(--al-navy),var(--al-stone-200))}.al-attorney-profile{background:var(--al-navy);border-radius:var(--al-radius-lg);padding:40px 36px}.al-attorney-profile__grid{display:grid;grid-template-columns:200px 1fr;gap:32px;align-items:start}.al-attorney-profile__photo{width:100%;border-radius:var(--al-radius-md);border:3px solid rgba(212,168,83,0.25)}.al-attorney-profile__subtitle{font-size:17px;line-height:1.5;color:var(--al-cream);font-style:italic;margin-bottom:16px}.al-attorney-profile__logos{display:flex;flex-wrap:wrap;align-items:center;gap:24px;background:rgba(255,255,255,0.04);border-radius:var(--al-radius-md);padding:16px 20px}.al-attorney-profile__logos img{height:40px;width:auto;filter:brightness(0) invert(1);opacity:0.7}@media (max-width:768px){.al-attorney-profile{padding:32px 24px}.al-attorney-profile__grid{grid-template-columns:1fr;text-align:center}.al-attorney-profile__photo{max-width:200px;margin:0 auto}.al-attorney-profile__logos{justify-content:center}}.al-mb-0{margin-bottom:0 !important}.al-mb-xs{margin-bottom:4px !important}.al-mb-sm{margin-bottom:8px !important}.al-mb-md{margin-bottom:16px !important}.al-mb-lg{margin-bottom:24px !important}.al-mb-xl{margin-bottom:32px !important}.al-mb-2xl{margin-bottom:48px !important}.al-mb-3xl{margin-bottom:64px !important}.al-mt-0{margin-top:0 !important}.al-mt-sm{margin-top:8px !important}.al-mt-md{margin-top:16px !important}.al-mt-lg{margin-top:24px !important}.al-mt-xl{margin-top:32px !important}.al-text-left{text-align:left !important}.al-text-center{text-align:center !important}.al-text-right{text-align:right !important}.al-hidden{display:none !important}.al-block{display:block !important}.al-inline{display:inline !important}.al-inline-block{display:inline-block !important}.al-w-full{width:100% !important}.al-w-auto{width:auto !important}.al-max-w-narrow{max-width:600px !important}.al-max-w-medium{max-width:800px !important}.al-mx-auto{margin-left:auto !important;margin-right:auto !important}@media (max-width:768px){.al-hide-mobile{display:none !important}}@media (min-width:769px){.al-hide-desktop{display:none !important}}.al-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}

/* deploy-batch 1.8.3 */
/* Review card metadata strip — used on /reviews/ beneath each card. */
.al-review-meta {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 33, 57, 0.1);
}

/* About-page utilities (5 inline-style targets on /about/). */
.al-reset-box { padding: 0; line-height: 0; }
.al-text--lg { font-size: 19px; line-height: 1.8; }
.al-img--hero-portrait { max-width: 500px; width: 100%; height: 350px; object-fit: cover; }
.al-link--no-underline { text-decoration: none; }

/* deploy-batch 1.8.4 */
/* Hero portrait with top-biased crop (e.g. /about/ negotiation-table image). */
.al-img--hero-portrait-top {
  max-width: 500px;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center 35%;
}

/* deploy-batch 1.8.5 */
/* IMG-020 decorative band — appended via deploy */
.al-decorative-band {
  width: 100%;
  height: 320px;
  background-image: var(--al-band-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--al-navy-dark);
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) { .al-decorative-band { height: 400px; } }
@media (min-width: 1200px) { .al-decorative-band { height: 480px; } }
.al-decorative-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--al-band-overlay, none);
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .al-decorative-band { background-attachment: scroll; }
}

/* deploy-batch 1.8.6 */
/* CE-008-css-unblock card element classes */
.al-card__title { font-family: var(--al-font-heading); font-size: 22px; line-height: 1.3; color: var(--al-navy); margin: 0 0 12px; }
.al-card--compact .al-card__title { font-size: 20px; margin-bottom: 8px; }
.al-card--navy .al-card__title,
.al-card--navy-gradient .al-card__title,
.al-card--dark-glass .al-card__title { color: var(--al-white); }

.al-card__text { font-family: var(--al-font-body); font-size: 15px; line-height: 1.6; color: var(--al-stone-600); margin: 0 0 16px; }
.al-card__text:last-child { margin-bottom: 0; }
.al-card--navy .al-card__text,
.al-card--navy-gradient .al-card__text,
.al-card--dark-glass .al-card__text { color: rgba(255, 255, 255, 0.75); }

.al-card__link-label { font-family: var(--al-font-body); font-size: 14px; font-weight: 600; letter-spacing: 0.02em; color: var(--al-gold-text); text-decoration: none; display: inline-block; margin-top: auto; }
.al-card__link-label--on-dark,
.al-card--navy .al-card__link-label,
.al-card--navy-gradient .al-card__link-label,
.al-card--dark-glass .al-card__link-label { color: var(--al-gold); }

/* deploy-batch 1.8.7 */
/* CE-007-css-unblock content-freshness BEM children + eyebrow gold modifier */
.al-content-freshness__line { flex: 1 0 100%; margin: 0; }
.al-content-freshness__sep { display: inline; margin: 0 4px; color: var(--al-stone-400); font-weight: 400; }
.al-content-freshness__note { flex: 1 0 100%; font-size: 13px; font-weight: 400; line-height: 1.6; color: var(--al-stone-500); margin: 0; }
.al-eyebrow--gold { font-weight: 700; }

/* deploy-batch 1.8.8 */
/* FIX-001 attorney block mobile responsive override — inline-styled
   #attorney section. !important required (only justifying use case) because
   inline styles otherwise win. Remove when FIX-003 retrofit lands. */
@media (max-width: 768px) {
  #attorney > div > div[style*="grid-template-columns"] { grid-template-columns: 1fr !important; gap: 32px !important; }
  #attorney img[itemprop="image"] { max-width: 240px !important; margin: 0 auto !important; }
}
