/** Shopify CDN: Minification failed

Line 425:0 All "@import" rules must come first
Line 1029:26 Unexpected "}"

**/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');

.shopify-section-group-header-group,
.shopify-section-group-footer-group { display: none !important; }

:root {
  --navy: #071d2c;
  --navy-2: #0d2b40;
  --ink: #10222d;
  --gold: #c8a45c;
  --gold-soft: #e4d2aa;
  --ivory: #f4f0e8;
  --paper: #fbfaf6;
  --mist: #eaf0f2;
  --line: rgba(7, 29, 44, .13);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
[data-lang] { display: none !important; }
body.lang-en [data-lang="en"], body.lang-fr [data-lang="fr"] { display: revert !important; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.visually-hidden { position: absolute !important; 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; top: 12px; left: 12px; z-index: 999; padding: 10px 16px; background: white; color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 90px; color: white; transition: background .3s ease, box-shadow .3s ease, height .3s ease; }
.site-header.is-scrolled { height: 74px; background: rgba(7, 29, 44, .96); box-shadow: 0 10px 30px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 46px; height: 46px; color: var(--gold); }
.brand-copy { display: grid; line-height: 1; gap: 5px; }
.brand-kicker { color: var(--gold-soft); text-transform: uppercase; font-size: 10px; letter-spacing: .18em; font-weight: 600; }
.brand-name { font-family: var(--serif); font-size: 25px; font-weight: 700; letter-spacing: .09em; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 500; }
.primary-nav > a { position: relative; padding: 10px 0; opacity: .9; }
.primary-nav > a:not(.nav-contact)::after { content: ""; position: absolute; inset: auto 0 4px; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .2s; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { transform: scaleX(1); }
.nav-contact { padding: 12px 18px !important; border: 1px solid rgba(228,210,170,.55); color: var(--gold-soft); }
.nav-contact:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.language-picker { display: flex; align-items: center; gap: 2px; padding-inline-start: 8px; border-inline-start: 1px solid rgba(255,255,255,.2); }
.language-picker button { border: 0; background: none; color: white; opacity: .55; font-size: 11px; padding: 7px 6px; cursor: pointer; }
.language-picker button.is-active { color: var(--gold-soft); opacity: 1; }
.nav-toggle { display: none; border: 0; background: none; padding: 10px; cursor: pointer; }
.nav-toggle > span:not(.visually-hidden) { width: 24px; height: 1px; background: white; display: block; margin: 5px 0; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 880px; padding: 160px 0 48px; color: white; background: var(--navy); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, #000 60%); }
.hero::after { content: ""; position: absolute; width: 5px; background: var(--gold); inset: 0 auto 0 0; }
.hero-orbit { position: absolute; border: 1px solid rgba(200,164,92,.15); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 760px; height: 760px; right: -260px; top: -170px; }
.hero-orbit-two { width: 560px; height: 560px; right: -110px; top: -70px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(370px, .82fr); align-items: center; gap: 90px; min-height: 580px; }
.location-pill { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 36px; padding: 8px 13px 8px 10px; border: 1px solid rgba(255,255,255,.17); border-radius: 100px; color: #d7dee2; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.location-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(200,164,92,.11); }
.hero-kicker, .eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.hero h1, .section-heading h2, .contact-copy h2, .legal-grid h2 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: .96; letter-spacing: -.025em; }
.hero h1 { max-width: 800px; font-size: clamp(54px, 6vw, 86px); }
.hero h1 em, .section-heading h2 em, .contact-copy h2 em { color: var(--gold-soft); font-weight: 500; }
body.lang-fa .hero h1, body.lang-fa .section-heading h2, body.lang-fa .contact-copy h2, body.lang-fa .legal-grid h2 { font-family: var(--fa); letter-spacing: -.035em; line-height: 1.35; }
body.lang-fa .hero h1 { font-size: clamp(44px, 5vw, 72px); }
.hero-lead { max-width: 700px; margin: 30px 0 0; color: #c6d0d7; font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; padding: 14px 24px; border: 1px solid transparent; cursor: pointer; font-size: 12px; font-weight: 600; letter-spacing: .045em; transition: transform .2s, color .2s, background .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button.button-gold,
.button.button-gold:visited { color: var(--navy) !important; background: var(--gold) !important; border-color: var(--gold) !important; box-shadow: 0 12px 28px rgba(200,164,92,.14); }
.button.button-gold:hover,
.button.button-gold:focus-visible { color: var(--navy) !important; background: #e0bd75 !important; border-color: #e0bd75 !important; }
.button.button-outline,
.button.button-outline:visited { color: #fff !important; background: transparent !important; border-color: rgba(255,255,255,.55) !important; }
.button.button-outline:hover,
.button.button-outline:focus-visible { color: var(--navy) !important; background: var(--gold) !important; border-color: var(--gold) !important; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: white; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 5px; }
.text-link > span:last-child { color: var(--gold); }
.hero-portrait-card { position: relative; min-height: 520px; display: grid; align-items: center; justify-items: center; }
.hero-monogram { position: absolute; inset: 8% -10% auto auto; width: 400px; color: rgba(200,164,92,.12); }
.hero-mark { width: 100%; }
.advisor-card { position: relative; width: min(390px, 100%); padding: 48px 42px; border: 1px solid rgba(200,164,92,.38); background: rgba(8,31,47,.75); box-shadow: 0 35px 90px rgba(0,0,0,.26); backdrop-filter: blur(4px); }
.advisor-card::before, .advisor-card::after { content: ""; position: absolute; width: 48px; height: 48px; border-color: var(--gold); }
.advisor-card::before { inset: -1px auto auto -1px; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); }
.advisor-card::after { inset: auto -1px -1px auto; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.advisor-card h2 { margin: 0; font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.15; }
.advisor-card h2 strong { color: white; font-size: 48px; letter-spacing: .07em; }
.advisor-card > p:last-child { color: white; font-size: 13px; line-height: 1.7; }
.advisor-card > p:last-child span { color: #9fb0bb; font-size: 12px; }
.gold-rule { width: 70px; height: 1px; margin: 24px 0; background: var(--gold); }
.hero-seal { position: absolute; right: -12px; bottom: 40px; width: 112px; height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; border-radius: 50%; border: 1px solid rgba(200,164,92,.5); background: var(--navy); color: var(--gold-soft); text-align: center; text-transform: uppercase; font-size: 8px; letter-spacing: .14em; transform: rotate(6deg); }
.hero-seal i { display: block; width: 24px; height: 1px; background: var(--gold); }
.trust-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 56px; border-top: 1px solid rgba(255,255,255,.13); }
.trust-strip > div { display: flex; align-items: center; gap: 18px; padding: 28px 30px 10px; border-inline-end: 1px solid rgba(255,255,255,.13); }
.trust-strip > div:last-child { border: 0; }
.trust-strip strong { color: var(--gold); font-family: var(--serif); font-size: 37px; font-weight: 500; line-height: 1; }
.trust-strip span { color: #bfcad1; font-size: 12px; line-height: 1.45; }

.intro-section { padding: 130px 0; background: var(--ivory); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; align-items: start; }
.section-heading h2 { color: var(--navy); font-size: clamp(44px, 5vw, 68px); }
.section-heading h2 em { color: var(--gold); }
.intro-copy { padding-top: 40px; }
.intro-copy > p { margin: 0; color: #42525b; font-size: 18px; line-height: 1.95; }
.signature-line { display: flex; align-items: center; gap: 20px; margin-top: 38px; }
.signature-line > span { width: 68px; height: 1px; background: var(--gold); }
.signature-line div { display: grid; }
.signature-line strong { font-family: var(--serif); color: var(--navy); font-size: 18px; }
.signature-line small { color: #78858d; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.expertise-section { position: relative; padding: 130px 0; background: var(--navy); color: white; overflow: hidden; }
.expertise-section::before { content: ""; position: absolute; width: 640px; height: 640px; right: -300px; top: 80px; border-radius: 50%; border: 1px solid rgba(200,164,92,.11); box-shadow: 0 0 0 100px rgba(200,164,92,.025), 0 0 0 200px rgba(200,164,92,.02); }
.expertise-head { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 100px; margin-bottom: 50px; }
.light-heading h2 { color: white; }
.section-intro { margin: 0 0 4px; color: #b7c4cb; line-height: 1.85; }
.service-filters { position: relative; display: flex; gap: 8px; margin-bottom: 34px; flex-wrap: wrap; }
.service-filters button { padding: 10px 15px; border: 1px solid rgba(255,255,255,.15); background: transparent; color: #bdc9d0; font-size: 11px; cursor: pointer; }
.service-filters button:hover, .service-filters button.is-active { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.services-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.service-card { position: relative; min-height: 350px; padding: 36px 34px 28px; background: var(--navy); overflow: hidden; transition: background .25s, transform .25s; }
.service-card::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.service-card:hover { z-index: 1; background: var(--navy-2); }
.service-card:hover::after { transform: scaleX(1); }
.service-card.is-filtered { display: none; }
.service-number { display: inline-block; color: var(--gold); font-family: var(--serif); font-size: 17px; }
.service-icon { position: absolute; top: 31px; right: 32px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--gold); text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.service-icon:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 3px; }
.service-icon:hover { background: var(--gold); color: var(--navy); }
.service-card:hover .service-icon { transform: rotate(45deg); }
body.lang-fa .service-icon { right: auto; left: 32px; }
.service-card h3 { max-width: 270px; margin: 34px 0 15px; font-family: var(--serif); font-size: 27px; font-weight: 600; line-height: 1.12; }
body.lang-fa .service-card h3 { font-family: var(--fa); line-height: 1.55; }
.service-card > p { margin: 0; color: #aebbc3; font-size: 13px; line-height: 1.75; }
.service-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.service-tags span { padding: 5px 8px; border-radius: 2px; background: rgba(255,255,255,.07); color: #cbd4d9; font-size: 9px; letter-spacing: .035em; }
.service-card details { margin-top: 22px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); color: #b9c5cc; font-size: 11px; }
.service-card summary { width: fit-content; color: var(--gold-soft); cursor: pointer; font-weight: 600; letter-spacing: .04em; }
.service-card details > div { margin-top: 12px; line-height: 1.7; }
.disputes-banner { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; margin-top: 34px; padding: 34px 38px; border: 1px solid rgba(200,164,92,.4); background: linear-gradient(110deg, rgba(200,164,92,.12), rgba(255,255,255,.025)); }
.disputes-mark { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(200,164,92,.5); color: var(--gold); font-family: var(--serif); font-size: 44px; }
.disputes-banner .eyebrow { margin-bottom: 7px; }
.disputes-banner h3 { margin: 0; font-family: var(--serif); font-size: 27px; }
.disputes-banner p:last-child { margin: 5px 0 0; color: #aebbc3; font-size: 13px; }

.approach-section { padding: 130px 0; background: var(--paper); }
.centered { max-width: 800px; margin: 0 auto 70px; text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-step { position: relative; padding: 44px 30px 15px 0; border-inline-end: 1px solid var(--line); }
.process-step:not(:first-child) { padding-inline-start: 30px; }
.process-step:last-child { border: 0; }
.process-step > span { position: absolute; top: -14px; left: 0; padding-right: 12px; background: var(--paper); color: var(--gold); font-family: var(--serif); font-size: 18px; }
body.lang-fa .process-step > span { left: auto; right: 0; padding-right: 0; padding-left: 12px; }
.process-step h3 { margin: 0 0 15px; color: var(--navy); font-family: var(--serif); font-size: 25px; line-height: 1.2; }
body.lang-fa .process-step h3 { font-family: var(--fa); }
.process-step p { margin: 0; color: #67757d; font-size: 13px; line-height: 1.75; }

.advisor-section { padding: 0 0 130px; background: var(--paper); }
.advisor-grid { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 560px; }
.advisor-visual { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 560px; padding: 56px; background: var(--navy); color: white; overflow: hidden; }
.advisor-visual::before { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(200,164,92,.25); }
.advisor-visual-mark { position: absolute; width: 360px; color: rgba(200,164,92,.2); inset: 20px auto auto 50%; transform: translateX(-50%); }
.advisor-visual p { position: relative; margin: 0; color: var(--gold-soft); font-family: var(--serif); font-size: 40px; line-height: 1.05; letter-spacing: .08em; }
.advisor-visual > span { position: relative; margin-top: 20px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.advisor-copy { display: flex; flex-direction: column; justify-content: center; padding: 68px 70px; background: var(--ivory); }
.advisor-copy h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(42px, 4vw, 58px); line-height: 1; font-weight: 500; }
.advisor-copy h2 strong { display: block; font-size: 1.16em; letter-spacing: .045em; }
.advisor-role { margin: 20px 0 28px; color: var(--gold); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.advisor-copy > p:not(.eyebrow):not(.advisor-role) { margin: 0; color: #526169; line-height: 1.9; }
.advisor-contact { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.advisor-contact a { padding-bottom: 5px; border-bottom: 1px solid var(--gold); color: var(--navy); font-size: 12px; }

.contact-section { padding: 130px 0; color: white; background: #0b2638; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy h2 { color: white; font-size: clamp(43px, 4.5vw, 63px); }
.contact-copy > p:not(.eyebrow) { max-width: 550px; margin: 28px 0 0; color: #b6c3ca; line-height: 1.9; }
.contact-direct { display: grid; gap: 7px; margin-top: 35px; color: var(--gold-soft); font-size: 13px; }
.contact-direct span { margin-top: 8px; color: #93a5af; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.contact-card { padding: 44px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-card label { display: grid; gap: 8px; margin-bottom: 20px; color: #344953; font-size: 11px; font-weight: 600; letter-spacing: .035em; }
.contact-card input, .contact-card select, .contact-card textarea { width: 100%; border: 1px solid #d5dcde; border-radius: 0; outline: 0; background: white; color: var(--ink); padding: 13px 14px; transition: border .2s, box-shadow .2s; }
.contact-card input:focus, .contact-card select:focus, .contact-card textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,164,92,.14); }
.contact-card textarea { resize: vertical; }
.form-privacy { margin: -5px 0 20px; color: #7b898f; font-size: 10px; }
.form-submit { width: 100%; border: 0; }
.form-success { margin-bottom: 24px; padding: 15px; border: 1px solid #87a685; background: #edf4eb; color: #345237; font-size: 13px; }
.errors { margin-bottom: 24px; padding: 15px 15px 15px 34px; border: 1px solid #c88980; background: #faecea; color: #6f2e26; font-size: 12px; }

.legal-section { padding: 75px 0; background: var(--ivory); }
.legal-grid { display: grid; grid-template-columns: .45fr 1.55fr; gap: 80px; }
.legal-grid h2 { color: var(--navy); font-size: 36px; line-height: 1.15; }
.legal-grid p:not(.eyebrow) { margin: 22px 0 0; color: #647178; font-size: 12px; line-height: 1.9; }

.site-footer { padding: 70px 0 25px; background: #051621; color: #9fb0ba; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 80px; padding-bottom: 60px; }
.footer-brand { display: flex; gap: 20px; }
.footer-mark { width: 74px; color: var(--gold); }
.footer-brand .eyebrow { margin-bottom: 5px; }
.footer-name { margin: 0 !important; color: white !important; font-family: var(--serif); font-size: 34px !important; font-weight: 600; letter-spacing: .1em; }
.footer-brand p:last-child { margin: 6px 0 0; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.footer-title { margin: 0 0 18px; color: white; font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 12px; }
.footer-grid a:hover { color: var(--gold-soft); }
.footer-grid p { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); color: #718691; font-size: 10px; letter-spacing: .06em; }

.paris-panel { position: relative; min-height: 610px; display: flex; align-items: flex-end; overflow: hidden; background: var(--navy); color: white; }
.paris-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.paris-panel-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,33,.88) 0%, rgba(5,22,33,.42) 48%, rgba(5,22,33,.08) 100%), linear-gradient(0deg, rgba(5,22,33,.72), transparent 65%); }
.paris-panel-copy { position: relative; z-index: 1; padding-bottom: 82px; }
.paris-panel-copy h2 { max-width: 760px; margin: 15px 0 0; color: white; font-family: var(--serif); font-size: clamp(46px, 5vw, 72px); font-weight: 500; line-height: 1.04; }
.paris-panel-copy h2 em { color: var(--gold-soft); font-weight: 400; }

.service-page { background: var(--paper); color: var(--ink); }
.service-page .site-header { background: rgba(5,22,33,.92); }
.service-page-hero { position: relative; min-height: 690px; display: flex; align-items: flex-end; overflow: hidden; background: var(--navy); color: white; }
.service-page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,33,.94) 0%, rgba(5,22,33,.72) 45%, rgba(5,22,33,.18) 100%), linear-gradient(0deg, rgba(5,22,33,.65), transparent 65%); }
.service-hero-content { position: relative; z-index: 1; width: min(780px, 100%); padding-top: 180px; padding-bottom: 82px; }
.service-breadcrumb { display: flex; align-items: center; gap: 11px; margin-bottom: 30px; color: var(--gold-soft); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.service-breadcrumb a:hover { color: white; }
.service-hero-content h1 { margin: 0; color: white; font-family: var(--serif); font-size: clamp(53px, 6.4vw, 88px); font-weight: 500; line-height: .98; }
.service-hero-content h1 em { color: var(--gold-soft); font-weight: 400; }
.service-hero-lead { max-width: 690px; margin: 28px 0 0; color: #d2dbe0; font-size: 17px; line-height: 1.8; }
.service-hero-facts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.service-hero-facts span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); background: rgba(7,29,44,.34); color: #e6ecef; font-size: 10px; letter-spacing: .05em; }

.service-overview { padding: 105px 0 55px; }
.service-overview-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.service-overview-aside { position: sticky; top: 115px; }
.service-overview-aside h2 { margin: 10px 0 22px; color: var(--navy); font-family: var(--serif); font-size: 43px; font-weight: 500; line-height: 1.08; }
.service-overview-aside p { margin: 0; color: #617078; font-size: 13px; line-height: 1.85; }
.service-overview-aside .button { margin-top: 28px; }
.service-fact-card { margin-bottom: 24px; padding: 35px 38px; border: 1px solid #d8d5cb; background: var(--ivory); }
.service-fact-card:last-child { margin-bottom: 0; }
.service-fact-card h2, .service-fact-card h3 { margin: 0 0 19px; color: var(--navy); font-family: var(--serif); font-size: 31px; font-weight: 600; line-height: 1.12; }
.service-fact-card p { margin: 0; color: #596970; line-height: 1.82; }
.service-fact-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.service-fact-card li { position: relative; padding-left: 24px; color: #596970; line-height: 1.7; }
.service-fact-card li::before { content: ""; position: absolute; top: .72em; left: 0; width: 8px; height: 1px; background: var(--gold); }
.service-alert { border-color: rgba(200,164,92,.55); background: #f5efe3; }

.service-process { padding: 65px 0 105px; }
.service-process .section-heading { max-width: 780px; margin-bottom: 55px; }
.service-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.service-process-step { position: relative; min-height: 210px; padding: 38px 27px 15px 0; border-inline-end: 1px solid var(--line); }
.service-process-step:not(:first-child) { padding-inline-start: 27px; }
.service-process-step:last-child { border: 0; }
.service-process-step > span { position: absolute; top: -14px; left: 0; padding-right: 10px; background: var(--paper); color: var(--gold); font-family: var(--serif); font-size: 18px; }
.service-process-step h3 { margin: 10px 0 13px; color: var(--navy); font-family: var(--serif); font-size: 23px; line-height: 1.2; }
.service-process-step p { margin: 0; color: #64727a; font-size: 12px; line-height: 1.75; }

.service-assistance { background: var(--navy); color: white; }
.service-assistance-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 85px; align-items: center; padding-top: 92px; padding-bottom: 92px; }
.service-assistance h2 { margin: 12px 0 22px; color: white; font-family: var(--serif); font-size: clamp(42px, 4.5vw, 64px); font-weight: 500; line-height: 1.03; }
.service-assistance p:not(.eyebrow) { margin: 0; color: #b8c5cc; line-height: 1.85; }
.service-assistance-list { display: grid; gap: 12px; padding: 30px; border: 1px solid rgba(200,164,92,.35); background: rgba(255,255,255,.035); }
.service-assistance-list span { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.1); color: #d9e0e4; font-size: 12px; line-height: 1.6; }
.service-assistance-list span:last-child { padding-bottom: 0; border-bottom: 0; }

.service-source { padding: 72px 0; background: var(--ivory); }
.service-source-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.service-source h2 { margin: 8px 0 13px; color: var(--navy); font-family: var(--serif); font-size: 35px; }
.service-source p { max-width: 780px; margin: 0; color: #66757c; font-size: 12px; line-height: 1.8; }
.service-source-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 7px; border-bottom: 1px solid var(--gold); color: var(--navy); font-size: 12px; font-weight: 700; }

.service-cta { padding: 95px 0; background: var(--paper); text-align: center; }
.service-cta h2 { max-width: 820px; margin: 12px auto 28px; color: var(--navy); font-family: var(--serif); font-size: clamp(42px, 5vw, 66px); font-weight: 500; line-height: 1.04; }
.service-cta .button { margin: 0 5px 10px; }

.standard-page { min-height: 65vh; padding-top: 160px; padding-bottom: 100px; }
.standard-page h1 { color: var(--navy); font-family: var(--serif); font-size: clamp(48px, 6vw, 76px); line-height: 1; }
.rte { max-width: 800px; color: #53636b; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

body.lang-fa { direction: rtl; }
body.lang-fa .eyebrow, body.lang-fa .hero-kicker, body.lang-fa .brand-kicker, body.lang-fa .location-pill { letter-spacing: 0; }
body.lang-fa .hero::after { left: auto; right: 0; }
body.lang-fa .hero::before { mask-image: linear-gradient(to left, transparent, #000 60%); }
body.lang-fa .hero-orbit-one { right: auto; left: -260px; }
body.lang-fa .hero-orbit-two { right: auto; left: -110px; }
body.lang-fa .hero-monogram { inset: 8% auto auto -10%; }
body.lang-fa .hero-seal { right: auto; left: -12px; }
body.lang-fa .service-card::after { transform-origin: right; }
body.lang-fa .advisor-visual p, body.lang-fa .advisor-copy h2, body.lang-fa .service-card h3, body.lang-fa .disputes-banner h3, body.lang-fa .process-step h3, body.lang-fa .advisor-card h2, body.lang-fa .signature-line strong, body.lang-fa .footer-name { font-family: var(--fa); }

@media (max-width: 1050px) {
  .primary-nav { gap: 18px; }
  .hero-grid { gap: 45px; }
  .hero h1 { font-size: 58px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { gap: 50px; }
  .advisor-copy { padding: 55px 45px; }
}

@media (max-width: 860px) {
  .shell { width: min(100% - 32px, var(--shell)); }
  .site-header { height: 74px; }
  .nav-toggle { display: block; z-index: 2; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; visibility: hidden; opacity: 0; background: rgba(7,29,44,.985); transform: translateY(-12px); transition: opacity .2s, transform .2s, visibility .2s; }
  .primary-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .primary-nav > a { font-family: var(--serif); font-size: 28px; }
  body.lang-fa .primary-nav > a { font-family: var(--fa); }
  .nav-contact { margin-top: 8px; font-family: var(--sans) !important; font-size: 13px !important; }
  .language-picker { margin-top: 10px; padding: 0; border: 0; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid, .intro-grid, .expertise-head, .advisor-grid, .contact-grid, .legal-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 65px; }
  .hero-content { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .location-pill { justify-content: center; }
  .hero-actions { flex-wrap: wrap; }
  .hero-portrait-card { min-height: 450px; }
  .advisor-card { width: min(430px, 90%); }
  .hero-seal { right: 4%; }
  body.lang-fa .hero-seal { left: 4%; }
  .trust-strip { margin-top: 30px; }
  .trust-strip > div { padding: 24px 12px 8px; gap: 10px; }
  .intro-section, .expertise-section, .approach-section, .contact-section { padding: 90px 0; }
  .intro-grid { gap: 20px; }
  .intro-copy { padding-top: 10px; }
  .expertise-head { gap: 25px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 50px 0; }
  .process-step:nth-child(2) { border: 0; }
  .advisor-visual { min-height: 500px; }
  .contact-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .footer-brand { grid-column: 1 / -1; }
  .service-overview-grid, .service-assistance-grid { grid-template-columns: 1fr; gap: 45px; }
  .service-overview-aside { position: static; }
  .service-process-grid { grid-template-columns: repeat(2, 1fr); gap: 45px 0; }
  .service-source-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .brand-mark { width: 39px; height: 39px; }
  .brand-name { font-size: 21px; }
  .brand-kicker { font-size: 8px; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: 45px; }
  body.lang-fa .hero h1 { font-size: 39px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 18px; }
  .text-link { justify-content: center; align-self: center; }
  .hero-portrait-card { min-height: 400px; }
  .advisor-card { padding: 38px 28px; }
  .advisor-card h2 strong { font-size: 39px; }
  .hero-monogram { width: 330px; }
  .hero-seal { width: 92px; height: 92px; bottom: 15px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div { justify-content: flex-start; border-inline-end: 0; border-bottom: 1px solid rgba(255,255,255,.13); padding: 20px 10px; }
  .trust-strip > div:last-child { border-bottom: 0; }
  .section-heading h2, .contact-copy h2 { font-size: 40px; }
  body.lang-fa .section-heading h2, body.lang-fa .contact-copy h2 { font-size: 34px; }
  .intro-copy > p { font-size: 15px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 30px 26px 25px; }
  .service-card h3 { font-size: 25px; margin-top: 28px; }
  .service-icon { right: 25px; }
  body.lang-fa .service-icon { left: 25px; }
  .disputes-banner { grid-template-columns: 1fr; padding: 30px 26px; }
  .disputes-mark { width: 55px; height: 55px; }
  .process-grid { grid-template-columns: 1fr; gap: 42px; }
  .process-step, .process-step:not(:first-child) { padding: 35px 0 0; border-inline-end: 0; }
  .advisor-section { padding-bottom: 80px; }
  .advisor-grid { width: 100%; }
  .advisor-visual { min-height: 420px; padding: 40px; }
  .advisor-visual p { font-size: 32px; }
  .advisor-copy { padding: 48px 28px; }
  .advisor-copy h2 { font-size: 40px; }
  .advisor-contact { flex-direction: column; align-items: flex-start; }
  .contact-card { padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .legal-section { padding: 60px 0; }
  .legal-grid { gap: 10px; }
  .legal-grid h2 { font-size: 31px; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; gap: 5px; }
  .paris-panel { min-height: 500px; }
  .paris-panel-overlay { background: linear-gradient(0deg, rgba(5,22,33,.9), rgba(5,22,33,.2)); }
  .paris-panel-copy { padding-bottom: 50px; }
  .paris-panel-copy h2 { font-size: 43px; }
  .service-page-hero { min-height: 630px; }
  .service-page-hero::after { background: linear-gradient(0deg, rgba(5,22,33,.96) 0%, rgba(5,22,33,.72) 60%, rgba(5,22,33,.28) 100%); }
  .service-hero-content { padding-top: 145px; padding-bottom: 55px; }
  .service-hero-content h1 { font-size: 49px; }
  .service-hero-lead { font-size: 15px; }
  .service-overview { padding-top: 75px; }
  .service-overview-aside h2 { font-size: 36px; }
  .service-fact-card { padding: 29px 24px; }
  .service-process { padding-bottom: 75px; }
  .service-process-grid { grid-template-columns: 1fr; gap: 38px; }
  .service-process-step, .service-process-step:not(:first-child) { min-height: 0; padding: 32px 0 0; border-inline-end: 0; }
  .service-assistance-grid { padding-top: 70px; padding-bottom: 70px; }
  .service-source { padding: 58px 0; }
  .service-cta { padding: 75px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');

.shopify-section-group-header-group,
.shopify-section-group-footer-group { display: none !important; }

:root {
    --navy: #071d2c;
      --navy-2: #0d2b40;
        --ink: #10222d;
          --gold: #c8a45c;
            --gold-soft: #e4d2aa;
              --ivory: #f4f0e8;
                --paper: #fbfaf6;
                  --mist: #eaf0f2;
                    --line: rgba(7, 29, 44, .13);
                      --serif: "Cormorant Garamond", Georgia, serif;
                        --sans: "Inter", Arial, sans-serif;
                          --shell: 1240px;
                          }

                          * { box-sizing: border-box; }
                          html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
                          body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
                          body.nav-open { overflow: hidden; }
                          a { color: inherit; text-decoration: none; }
                          button, input, select, textarea { font: inherit; }
                          button { color: inherit; }
                          img, svg { display: block; max-width: 100%; }
                          [data-lang] { display: none !important; }
                          body.lang-en [data-lang="en"], body.lang-fr [data-lang="fr"] { display: revert !important; }
                          .shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
                          .visually-hidden { position: absolute !important; 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; top: 12px; left: 12px; z-index: 999; padding: 10px 16px; background: white; color: var(--navy); transform: translateY(-150%); }
                          .skip-link:focus { transform: none; }

                          .site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 90px; color: white; transition: background .3s ease, box-shadow .3s ease, height .3s ease; }
                          .site-header.is-scrolled { height: 74px; background: rgba(7, 29, 44, .96); box-shadow: 0 10px 30px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
                          .header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
                          .brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
                          .brand-mark { width: 46px; height: 46px; color: var(--gold); }
                          .brand-copy { display: grid; line-height: 1; gap: 5px; }
                          .brand-kicker { color: var(--gold-soft); text-transform: uppercase; font-size: 10px; letter-spacing: .18em; font-weight: 600; }
                          .brand-name { font-family: var(--serif); font-size: 25px; font-weight: 700; letter-spacing: .09em; }
                          .primary-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 500; }
                          .primary-nav > a { position: relative; padding: 10px 0; opacity: .9; }
                          .primary-nav > a:not(.nav-contact)::after { content: ""; position: absolute; inset: auto 0 4px; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .2s; }
                          .primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { transform: scaleX(1); }
                          .nav-contact { padding: 12px 18px !important; border: 1px solid rgba(228,210,170,.55); color: var(--gold-soft); }
                          .nav-contact:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }
                          .language-picker { display: flex; align-items: center; gap: 2px; padding-inline-start: 8px; border-inline-start: 1px solid rgba(255,255,255,.2); }
                          .language-picker button { border: 0; background: none; color: white; opacity: .55; font-size: 11px; padding: 7px 6px; cursor: pointer; }
                          .language-picker button.is-active { color: var(--gold-soft); opacity: 1; }
                          .nav-toggle { display: none; border: 0; background: none; padding: 10px; cursor: pointer; }
                          .nav-toggle > span:not(.visually-hidden) { width: 24px; height: 1px; background: white; display: block; margin: 5px 0; transition: transform .2s, opacity .2s; }

                          .hero { position: relative; min-height: 880px; padding: 160px 0 48px; color: white; background: var(--navy); overflow: hidden; }
                          .hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, #000 60%); }
                          .hero::after { content: ""; position: absolute; width: 5px; background: var(--gold); inset: 0 auto 0 0; }
                          .hero-orbit { position: absolute; border: 1px solid rgba(200,164,92,.15); border-radius: 50%; pointer-events: none; }
                          .hero-orbit-one { width: 760px; height: 760px; right: -260px; top: -170px; }
                          .hero-orbit-two { width: 560px; height: 560px; right: -110px; top: -70px; }
                          .hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(370px, .82fr); align-items: center; gap: 90px; min-height: 580px; }
                          .location-pill { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 36px; padding: 8px 13px 8px 10px; border: 1px solid rgba(255,255,255,.17); border-radius: 100px; color: #d7dee2; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
                          .location-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(200,164,92,.11); }
                          .hero-kicker, .eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
                          .hero h1, .section-heading h2, .contact-copy h2, .legal-grid h2 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: .96; letter-spacing: -.025em; }
                          .hero h1 { max-width: 800px; font-size: clamp(54px, 6vw, 86px); }
                          .hero h1 em, .section-heading h2 em, .contact-copy h2 em { color: var(--gold-soft); font-weight: 500; }
                          body.lang-fa .hero h1, body.lang-fa .section-heading h2, body.lang-fa .contact-copy h2, body.lang-fa .legal-grid h2 { font-family: var(--fa); letter-spacing: -.035em; line-height: 1.35; }
                          body.lang-fa .hero h1 { font-size: clamp(44px, 5vw, 72px); }
                          .hero-lead { max-width: 700px; margin: 30px 0 0; color: #c6d0d7; font-size: 17px; line-height: 1.85; }
                          .hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
                          .button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; padding: 14px 24px; border: 1px solid transparent; cursor: pointer; font-size: 12px; font-weight: 600; letter-spacing: .045em; transition: transform .2s, color .2s, background .2s, border .2s; }
                          .button:hover { transform: translateY(-2px); }
                          .button.button-gold,
                          .button.button-gold:visited { color: var(--navy) !important; background: var(--gold) !important; border-color: var(--gold) !important; box-shadow: 0 12px 28px rgba(200,164,92,.14); }
                          .button.button-gold:hover,
                          .button.button-gold:focus-visible { color: var(--navy) !important; background: #e0bd75 !important; border-color: #e0bd75 !important; }
                          .button.button-outline,
                          .button.button-outline:visited { color: #fff !important; background: transparent !important; border-color: rgba(255,255,255,.55) !important; }
                          .button.button-outline:hover,
                          .button.button-outline:focus-visible { color: var(--navy) !important; background: var(--gold) !important; border-color: var(--gold) !important; }
                          .text-link { display: inline-flex; align-items: center; gap: 10px; color: white; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 5px; }
                          .text-link > span:last-child { color: var(--gold); }
                          .hero-portrait-card { position: relative; min-height: 520px; display: grid; align-items: center; justify-items: center; }
                          .hero-monogram { position: absolute; inset: 8% -10% auto auto; width: 400px; color: rgba(200,164,92,.12); }
                          .hero-mark { width: 100%; }
                          .advisor-card { position: relative; width: min(390px, 100%); padding: 48px 42px; border: 1px solid rgba(200,164,92,.38); background: rgba(8,31,47,.75); box-shadow: 0 35px 90px rgba(0,0,0,.26); backdrop-filter: blur(4px); }
                          .advisor-card::before, .advisor-card::after { content: ""; position: absolute; width: 48px; height: 48px; border-color: var(--gold); }
                          .advisor-card::before { inset: -1px auto auto -1px; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); }
                          .advisor-card::after { inset: auto -1px -1px auto; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
                          .advisor-card h2 { margin: 0; font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.15; }
                          .advisor-card h2 strong { color: white; font-size: 48px; letter-spacing: .07em; }
                          .advisor-card > p:last-child { color: white; font-size: 13px; line-height: 1.7; }
                          .advisor-card > p:last-child span { color: #9fb0bb; font-size: 12px; }
                          .gold-rule { width: 70px; height: 1px; margin: 24px 0; background: var(--gold); }
                          .hero-seal { position: absolute; right: -12px; bottom: 40px; width: 112px; height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; border-radius: 50%; border: 1px solid rgba(200,164,92,.5); background: var(--navy); color: var(--gold-soft); text-align: center; text-transform: uppercase; font-size: 8px; letter-spacing: .14em; transform: rotate(6deg); }
                          .hero-seal i { display: block; width: 24px; height: 1px; background: var(--gold); }
                          .trust-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 56px; border-top: 1px solid rgba(255,255,255,.13); }
                          .trust-strip > div { display: flex; align-items: center; gap: 18px; padding: 28px 30px 10px; border-inline-end: 1px solid rgba(255,255,255,.13); }
                          .trust-strip > div:last-child { border: 0; }
                          .trust-strip strong { color: var(--gold); font-family: var(--serif); font-size: 37px; font-weight: 500; line-height: 1; }
                          .trust-strip span { color: #bfcad1; font-size: 12px; line-height: 1.45; }

                          .intro-section { padding: 130px 0; background: var(--ivory); }
                          .intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; align-items: start; }
                          .section-heading h2 { color: var(--navy); font-size: clamp(44px, 5vw, 68px); }
                          .section-heading h2 em { color: var(--gold); }
                          .intro-copy { padding-top: 40px; }
                          .intro-copy > p { margin: 0; color: #42525b; font-size: 18px; line-height: 1.95; }
                          .signature-line { display: flex; align-items: center; gap: 20px; margin-top: 38px; }
                          .signature-line > span { width: 68px; height: 1px; background: var(--gold); }
                          .signature-line div { display: grid; }
                          .signature-line strong { font-family: var(--serif); color: var(--navy); font-size: 18px; }
                          .signature-line small { color: #78858d; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

                          .expertise-section { position: relative; padding: 130px 0; background: var(--navy); color: white; overflow: hidden; }
                          .expertise-section::before { content: ""; position: absolute; width: 640px; height: 640px; right: -300px; top: 80px; border-radius: 50%; border: 1px solid rgba(200,164,92,.11); box-shadow: 0 0 0 100px rgba(200,164,92,.025), 0 0 0 200px rgba(200,164,92,.02); }
                          .expertise-head { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 100px; margin-bottom: 50px; }
                          .light-heading h2 { color: white; }
                          .section-intro { margin: 0 0 4px; color: #b7c4cb; line-height: 1.85; }
                          .service-filters { position: relative; display: flex; gap: 8px; margin-bottom: 34px; flex-wrap: wrap; }
                          .service-filters button { padding: 10px 15px; border: 1px solid rgba(255,255,255,.15); background: transparent; color: #bdc9d0; font-size: 11px; cursor: pointer; }
                          .service-filters button:hover, .service-filters button.is-active { background: var(--gold); border-color: var(--gold); color: var(--navy); }
                          .services-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
                          .service-card { position: relative; min-height: 350px; padding: 36px 34px 28px; background: var(--navy); overflow: hidden; transition: background .25s, transform .25s; }
                          .service-card::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
                          .service-card:hover { z-index: 1; background: var(--navy-2); }
                          .service-card:hover::after { transform: scaleX(1); }
                          .service-card.is-filtered { display: none; }
                          .service-number { display: inline-block; color: var(--gold); font-family: var(--serif); font-size: 17px; }
                          .service-icon { position: absolute; top: 31px; right: 32px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--gold); font-size: 0; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
                          .service-icon::before { content: ""; width: 9px; height: 9px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: translate(2px, -2px); }
                          .service-icon::after { content: ""; position: absolute; width: 13px; height: 1.5px; background: currentColor; transform: rotate(-45deg); }
                          .service-icon:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 3px; }
                          .service-icon:hover { background: var(--gold); color: var(--navy); }
                          .service-card:hover .service-icon { transform: rotate(45deg); }
                          body.lang-fa .service-icon { right: auto; left: 32px; }
                          .service-card h3 { max-width: 270px; margin: 34px 0 15px; font-family: var(--serif); font-size: 27px; font-weight: 600; line-height: 1.12; }
                          body.lang-fa .service-card h3 { font-family: var(--fa); line-height: 1.55; }
                          .service-card > p { margin: 0; color: #aebbc3; font-size: 13px; line-height: 1.75; }
                          .service-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
                          .service-tags span { padding: 5px 8px; border-radius: 2px; background: rgba(255,255,255,.07); color: #cbd4d9; font-size: 9px; letter-spacing: .035em; }
                          .service-card details { margin-top: 22px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); color: #b9c5cc; font-size: 11px; }
                          .service-card summary { width: fit-content; color: var(--gold-soft); cursor: pointer; font-weight: 600; letter-spacing: .04em; }
                          .service-card details > div { margin-top: 12px; line-height: 1.7; }
                          .disputes-banner { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; margin-top: 34px; padding: 34px 38px; border: 1px solid rgba(200,164,92,.4); background: linear-gradient(110deg, rgba(200,164,92,.12), rgba(255,255,255,.025)); }
                          .disputes-mark { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(200,164,92,.5); color: var(--gold); font-family: var(--serif); font-size: 44px; }
                          .disputes-banner .eyebrow { margin-bottom: 7px; }
                          .disputes-banner h3 { margin: 0; font-family: var(--serif); font-size: 27px; }
                          .disputes-banner p:last-child { margin: 5px 0 0; color: #aebbc3; font-size: 13px; }

                          .approach-section { padding: 130px 0; background: var(--paper); }
                          .centered { max-width: 800px; margin: 0 auto 70px; text-align: center; }
                          .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
                          .process-step { position: relative; padding: 44px 30px 15px 0; border-inline-end: 1px solid var(--line); }
                          .process-step:not(:first-child) { padding-inline-start: 30px; }
                          .process-step:last-child { border: 0; }
                          .process-step > span { position: absolute; top: -14px; left: 0; padding-right: 12px; background: var(--paper); color: var(--gold); font-family: var(--serif); font-size: 18px; }
                          body.lang-fa .process-step > span { left: auto; right: 0; padding-right: 0; padding-left: 12px; }
                          .process-step h3 { margin: 0 0 15px; color: var(--navy); font-family: var(--serif); font-size: 25px; line-height: 1.2; }
                          body.lang-fa .process-step h3 { font-family: var(--fa); }
                          .process-step p { margin: 0; color: #67757d; font-size: 13px; line-height: 1.75; }

                          .advisor-section { padding: 0 0 130px; background: var(--paper); }
                          .advisor-grid { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 560px; }
                          .advisor-visual { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 560px; padding: 56px; background: var(--navy); color: white; overflow: hidden; }
                          .advisor-visual::before { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(200,164,92,.25); }
                          .advisor-visual-mark { position: absolute; width: 360px; color: rgba(200,164,92,.2); inset: 20px auto auto 50%; transform: translateX(-50%); }
                          .advisor-visual p { position: relative; margin: 0; color: var(--gold-soft); font-family: var(--serif); font-size: 40px; line-height: 1.05; letter-spacing: .08em; }
                          .advisor-visual > span { position: relative; margin-top: 20px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
                          .advisor-copy { display: flex; flex-direction: column; justify-content: center; padding: 68px 70px; background: var(--ivory); }
                          .advisor-copy h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(42px, 4vw, 58px); line-height: 1; font-weight: 500; }
                          .advisor-copy h2 strong { display: block; font-size: 1.16em; letter-spacing: .045em; }
                          .advisor-role { margin: 20px 0 28px; color: var(--gold); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
                          .advisor-copy > p:not(.eyebrow):not(.advisor-role) { margin: 0; color: #526169; line-height: 1.9; }
                          .advisor-contact { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
                          .advisor-contact a { padding-bottom: 5px; border-bottom: 1px solid var(--gold); color: var(--navy); font-size: 12px; }

                          .contact-section { padding: 130px 0; color: white; background: #0b2638; }
                          .contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
                          .contact-copy { position: sticky; top: 120px; }
                          .contact-copy h2 { color: white; font-size: clamp(43px, 4.5vw, 63px); }
                          .contact-copy > p:not(.eyebrow) { max-width: 550px; margin: 28px 0 0; color: #b6c3ca; line-height: 1.9; }
                          .contact-direct { display: grid; gap: 7px; margin-top: 35px; color: var(--gold-soft); font-size: 13px; }
                          .contact-direct span { margin-top: 8px; color: #93a5af; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
                          .contact-card { padding: 44px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
                          .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
                          .contact-card label { display: grid; gap: 8px; margin-bottom: 20px; color: #344953; font-size: 11px; font-weight: 600; letter-spacing: .035em; }
                          .contact-card input, .contact-card select, .contact-card textarea { width: 100%; border: 1px solid #d5dcde; border-radius: 0; outline: 0; background: white; color: var(--ink); padding: 13px 14px; transition: border .2s, box-shadow .2s; }
                          .contact-card input:focus, .contact-card select:focus, .contact-card textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,164,92,.14); }
                          .contact-card textarea { resize: vertical; }
                          .form-privacy { margin: -5px 0 20px; color: #7b898f; font-size: 10px; }
                          .form-submit { width: 100%; border: 0; }
                          .form-success { margin-bottom: 24px; padding: 15px; border: 1px solid #87a685; background: #edf4eb; color: #345237; font-size: 13px; }
                          .errors { margin-bottom: 24px; padding: 15px 15px 15px 34px; border: 1px solid #c88980; background: #faecea; color: #6f2e26; font-size: 12px; }

                          .legal-section { padding: 75px 0; background: var(--ivory); }
                          .legal-grid { display: grid; grid-template-columns: .45fr 1.55fr; gap: 80px; }
                          .legal-grid h2 { color: var(--navy); font-size: 36px; line-height: 1.15; }
                          .legal-grid p:not(.eyebrow) { margin: 22px 0 0; color: #647178; font-size: 12px; line-height: 1.9; }

                          .site-footer { padding: 70px 0 25px; background: #051621; color: #9fb0ba; }
                          .footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 80px; padding-bottom: 60px; }
                          .footer-brand { display: flex; gap: 20px; }
                          .footer-mark { width: 74px; color: var(--gold); }
                          .footer-brand .eyebrow { margin-bottom: 5px; }
                          .footer-name { margin: 0 !important; color: white !important; font-family: var(--serif); font-size: 34px !important; font-weight: 600; letter-spacing: .1em; }
                          .footer-brand p:last-child { margin: 6px 0 0; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
                          .footer-title { margin: 0 0 18px; color: white; font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
                          .footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 12px; }
                          .footer-grid a:hover { color: var(--gold-soft); }
                          .footer-grid p { margin: 0; }
                          .footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); color: #718691; font-size: 10px; letter-spacing: .06em; }

                          .paris-panel { position: relative; min-height: 610px; display: flex; align-items: flex-end; overflow: hidden; background: var(--navy); color: white; }
                          .paris-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
                          .paris-panel-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,33,.88) 0%, rgba(5,22,33,.42) 48%, rgba(5,22,33,.08) 100%), linear-gradient(0deg, rgba(5,22,33,.72), transparent 65%); }
                          .paris-panel-copy { position: relative; z-index: 1; padding-bottom: 82px; }
                          .paris-panel-copy h2 { max-width: 760px; margin: 15px 0 0; color: white; font-family: var(--serif); font-size: clamp(46px, 5vw, 72px); font-weight: 500; line-height: 1.04; }
                          .paris-panel-copy h2 em { color: var(--gold-soft); font-weight: 400; }

                          .service-page { background: var(--paper); color: var(--ink); }
                          .service-page .site-header { background: rgba(5,22,33,.92); }
                          .service-page-hero { position: relative; min-height: 690px; display: flex; align-items: flex-end; overflow: hidden; background: var(--navy); color: white; }
                          .service-page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
                          .service-page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,33,.94) 0%, rgba(5,22,33,.72) 45%, rgba(5,22,33,.18) 100%), linear-gradient(0deg, rgba(5,22,33,.65), transparent 65%); }
                          .service-hero-content { position: relative; z-index: 1; width: min(780px, 100%); padding-top: 180px; padding-bottom: 82px; }
                          .service-breadcrumb { display: flex; align-items: center; gap: 11px; margin-bottom: 30px; color: var(--gold-soft); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
                          .service-breadcrumb a:hover { color: white; }
                          .service-hero-content h1 { margin: 0; color: white; font-family: var(--serif); font-size: clamp(53px, 6.4vw, 88px); font-weight: 500; line-height: .98; }
                          .service-hero-content h1 em { color: var(--gold-soft); font-weight: 400; }
                          .service-hero-lead { max-width: 690px; margin: 28px 0 0; color: #d2dbe0; font-size: 17px; line-height: 1.8; }
                          .service-hero-facts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
                          .service-hero-facts span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); background: rgba(7,29,44,.34); color: #e6ecef; font-size: 10px; letter-spacing: .05em; }

                          .service-overview { padding: 105px 0 55px; }
                          .service-overview-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
                          .service-overview-aside { position: sticky; top: 115px; }
                          .service-overview-aside h2 { margin: 10px 0 22px; color: var(--navy); font-family: var(--serif); font-size: 43px; font-weight: 500; line-height: 1.08; }
                          .service-overview-aside p { margin: 0; color: #617078; font-size: 13px; line-height: 1.85; }
                          .service-overview-aside .button { margin-top: 28px; }
                          .service-fact-card { margin-bottom: 24px; padding: 35px 38px; border: 1px solid #d8d5cb; background: var(--ivory); }
                          .service-fact-card:last-child { margin-bottom: 0; }
                          .service-fact-card h2, .service-fact-card h3 { margin: 0 0 19px; color: var(--navy); font-family: var(--serif); font-size: 31px; font-weight: 600; line-height: 1.12; }
                          .service-fact-card p { margin: 0; color: #596970; line-height: 1.82; }
                          .service-fact-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
                          .service-fact-card li { position: relative; padding-left: 24px; color: #596970; line-height: 1.7; }
                          .service-fact-card li::before { content: ""; position: absolute; top: .72em; left: 0; width: 8px; height: 1px; background: var(--gold); }
                          .service-alert { border-color: rgba(200,164,92,.55); background: #f5efe3; }

                          .service-process { padding: 65px 0 105px; }
                          .service-process .section-heading { max-width: 780px; margin-bottom: 55px; }
                          .service-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
                          .service-process-step { position: relative; min-height: 210px; padding: 38px 27px 15px 0; border-inline-end: 1px solid var(--line); }
                          .service-process-step:not(:first-child) { padding-inline-start: 27px; }
                          .service-process-step:last-child { border: 0; }
                          .service-process-step > span { position: absolute; top: -14px; left: 0; padding-right: 10px; background: var(--paper); color: var(--gold); font-family: var(--serif); font-size: 18px; }
                          .service-process-step h3 { margin: 10px 0 13px; color: var(--navy); font-family: var(--serif); font-size: 23px; line-height: 1.2; }
                          .service-process-step p { margin: 0; color: #64727a; font-size: 12px; line-height: 1.75; }

                          .service-assistance { background: var(--navy); color: white; }
                          .service-assistance-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 85px; align-items: center; padding-top: 92px; padding-bottom: 92px; }
                          .service-assistance h2 { margin: 12px 0 22px; color: white; font-family: var(--serif); font-size: clamp(42px, 4.5vw, 64px); font-weight: 500; line-height: 1.03; }
                          .service-assistance p:not(.eyebrow) { margin: 0; color: #b8c5cc; line-height: 1.85; }
                          .service-assistance-list { display: grid; gap: 12px; padding: 30px; border: 1px solid rgba(200,164,92,.35); background: rgba(255,255,255,.035); }
                          .service-assistance-list span { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.1); color: #d9e0e4; font-size: 12px; line-height: 1.6; }
                          .service-assistance-list span:last-child { padding-bottom: 0; border-bottom: 0; }

                          .service-source { padding: 72px 0; background: var(--ivory); }
                          .service-source-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
                          .service-source h2 { margin: 8px 0 13px; color: var(--navy); font-family: var(--serif); font-size: 35px; }
                          .service-source p { max-width: 780px; margin: 0; color: #66757c; font-size: 12px; line-height: 1.8; }
                          .service-source-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 7px; border-bottom: 1px solid var(--gold); color: var(--navy); font-size: 12px; font-weight: 700; }

                          .service-cta { padding: 95px 0; background: var(--paper); text-align: center; }
                          .service-cta h2 { max-width: 820px; margin: 12px auto 28px; color: var(--navy); font-family: var(--serif); font-size: clamp(42px, 5vw, 66px); font-weight: 500; line-height: 1.04; }
                          .service-cta .button { margin: 0 5px 10px; }

                          .standard-page { min-height: 65vh; padding-top: 160px; padding-bottom: 100px; }
                          .standard-page h1 { color: var(--navy); font-family: var(--serif); font-size: clamp(48px, 6vw, 76px); line-height: 1; }
                          .rte { max-width: 800px; color: #53636b; }

                          .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
                          .reveal.is-visible { opacity: 1; transform: none; }
                          .reveal-delay { transition-delay: .12s; }

                          body.lang-fa { direction: rtl; }
                          body.lang-fa .eyebrow, body.lang-fa .hero-kicker, body.lang-fa .brand-kicker, body.lang-fa .location-pill { letter-spacing: 0; }
                          body.lang-fa .hero::after { left: auto; right: 0; }
                          body.lang-fa .hero::before { mask-image: linear-gradient(to left, transparent, #000 60%); }
                          body.lang-fa .hero-orbit-one { right: auto; left: -260px; }
                          body.lang-fa .hero-orbit-two { right: auto; left: -110px; }
                          body.lang-fa .hero-monogram { inset: 8% auto auto -10%; }
                          body.lang-fa .hero-seal { right: auto; left: -12px; }
                          body.lang-fa .service-card::after { transform-origin: right; }
                          body.lang-fa .advisor-visual p, body.lang-fa .advisor-copy h2, body.lang-fa .service-card h3, body.lang-fa .disputes-banner h3, body.lang-fa .process-step h3, body.lang-fa .advisor-card h2, body.lang-fa .signature-line strong, body.lang-fa .footer-name { font-family: var(--fa); }

                          @media (max-width: 1050px) {
                              .primary-nav { gap: 18px; }
                                .hero-grid { gap: 45px; }
                                  .hero h1 { font-size: 58px; }
                                    .services-grid { grid-template-columns: repeat(2, 1fr); }
                                      .contact-grid { gap: 50px; }
                                        .advisor-copy { padding: 55px 45px; }
                                        }

                                        @media (max-width: 860px) {
                                          .shell { width: min(100% - 32px, var(--shell)); }
                                            .site-header { height: 74px; }
                                              .nav-toggle { display: block; z-index: 2; }
                                                .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
                                                  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
                                                    .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
                                                      .primary-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; visibility: hidden; opacity: 0; background: rgba(7,29,44,.985); transform: translateY(-12px); transition: opacity .2s, transform .2s, visibility .2s; }
                                                        .primary-nav.is-open { visibility: visible; opacity: 1; transform: none; }
                                                          .primary-nav > a { font-family: var(--serif); font-size: 28px; }
                                                            body.lang-fa .primary-nav > a { font-family: var(--fa); }
                                                              .nav-contact { margin-top: 8px; font-family: var(--sans) !important; font-size: 13px !important; }
                                                                .language-picker { margin-top: 10px; padding: 0; border: 0; }
                                                                  .hero { min-height: auto; padding-top: 130px; }
                                                                    .hero-grid, .intro-grid, .expertise-head, .advisor-grid, .contact-grid, .legal-grid { grid-template-columns: 1fr; }
                                                                      .hero-grid { gap: 65px; }
                                                                        .hero-content { text-align: center; }
                                                                          .hero-lead { margin-inline: auto; }
                                                                            .hero-actions, .location-pill { justify-content: center; }
                                                                              .hero-actions { flex-wrap: wrap; }
                                                                                .hero-portrait-card { min-height: 450px; }
                                                                                  .advisor-card { width: min(430px, 90%); }
                                                                                    .hero-seal { right: 4%; }
                                                                                      body.lang-fa .hero-seal { left: 4%; }
                                                                                        .trust-strip { margin-top: 30px; }
                                                                                          .trust-strip > div { padding: 24px 12px 8px; gap: 10px; }
                                                                                            .intro-section, .expertise-section, .approach-section, .contact-section { padding: 90px 0; }
                                                                                              .intro-grid { gap: 20px; }
                                                                                                .intro-copy { padding-top: 10px; }
                                                                                                  .expertise-head { gap: 25px; }
                                                                                                    .process-grid { grid-template-columns: repeat(2, 1fr); gap: 50px 0; }
                                                                                                      .process-step:nth-child(2) { border: 0; }
                                                                                                        .advisor-visual { min-height: 500px; }
                                                                                                          .contact-copy { position: static; }
                                                                                                            .footer-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
                                                                                                              .footer-brand { grid-column: 1 / -1; }
                                                                                                                .service-overview-grid, .service-assistance-grid { grid-template-columns: 1fr; gap: 45px; }
                                                                                                                  .service-overview-aside { position: static; }
                                                                                                                    .service-process-grid { grid-template-columns: repeat(2, 1fr); gap: 45px 0; }
                                                                                                                      .service-source-grid { grid-template-columns: 1fr; gap: 28px; }
                                                                                                                      }

                                                                                                                      @media (max-width: 600px) {
                                                                                                                        .shell { width: min(100% - 28px, var(--shell)); }
                                                                                                                          .brand-mark { width: 39px; height: 39px; }
                                                                                                                            .brand-name { font-size: 21px; }
                                                                                                                              .brand-kicker { font-size: 8px; }
                                                                                                                                .hero { padding-top: 112px; }
                                                                                                                                  .hero h1 { font-size: 45px; }
                                                                                                                                    body.lang-fa .hero h1 { font-size: 39px; }
                                                                                                                                      .hero-lead { font-size: 14px; }
                                                                                                                                        .hero-actions { flex-direction: column; align-items: stretch; gap: 18px; }
                                                                                                                                          .text-link { justify-content: center; align-self: center; }
                                                                                                                                            .hero-portrait-card { min-height: 400px; }
                                                                                                                                              .advisor-card { padding: 38px 28px; }
                                                                                                                                                .advisor-card h2 strong { font-size: 39px; }
                                                                                                                                                  .hero-monogram { width: 330px; }
                                                                                                                                                    .hero-seal { width: 92px; height: 92px; bottom: 15px; }
                                                                                                                                                      .trust-strip { grid-template-columns: 1fr; }
                                                                                                                                                        .trust-strip > div { justify-content: flex-start; border-inline-end: 0; border-bottom: 1px solid rgba(255,255,255,.13); padding: 20px 10px; }
                                                                                                                                                          .trust-strip > div:last-child { border-bottom: 0; }
                                                                                                                                                            .section-heading h2, .contact-copy h2 { font-size: 40px; }
                                                                                                                                                              body.lang-fa .section-heading h2, body.lang-fa .contact-copy h2 { font-size: 34px; }
                                                                                                                                                                .intro-copy > p { font-size: 15px; }
                                                                                                                                                                  .services-grid { grid-template-columns: 1fr; }
                                                                                                                                                                    .service-card { min-height: 0; padding: 30px 26px 25px; }
                                                                                                                                                                      .service-card h3 { font-size: 25px; margin-top: 28px; }
                                                                                                                                                                        .service-icon { right: 25px; }
                                                                                                                                                                          body.lang-fa .service-icon { left: 25px; }
                                                                                                                                                                            .disputes-banner { grid-template-columns: 1fr; padding: 30px 26px; }
                                                                                                                                                                              .disputes-mark { width: 55px; height: 55px; }
                                                                                                                                                                                .process-grid { grid-template-columns: 1fr; gap: 42px; }
                                                                                                                                                                                  .process-step, .process-step:not(:first-child) { padding: 35px 0 0; border-inline-end: 0; }
                                                                                                                                                                                    .advisor-section { padding-bottom: 80px; }
                                                                                                                                                                                      .advisor-grid { width: 100%; }
                                                                                                                                                                                        .advisor-visual { min-height: 420px; padding: 40px; }
                                                                                                                                                                                          .advisor-visual p { font-size: 32px; }
                                                                                                                                                                                            .advisor-copy { padding: 48px 28px; }
                                                                                                                                                                                              .advisor-copy h2 { font-size: 40px; }
                                                                                                                                                                                                .advisor-contact { flex-direction: column; align-items: flex-start; }
                                                                                                                                                                                                  .contact-card { padding: 28px 20px; }
                                                                                                                                                                                                    .field-row { grid-template-columns: 1fr; gap: 0; }
                                                                                                                                                                                                      .legal-section { padding: 60px 0; }
                                                                                                                                                                                                        .legal-grid { gap: 10px; }
                                                                                                                                                                                                          .legal-grid h2 { font-size: 31px; }
                                                                                                                                                                                                            .footer-grid { grid-template-columns: 1fr; gap: 42px; }
                                                                                                                                                                                                              .footer-brand { grid-column: auto; }
                                                                                                                                                                                                                .footer-bottom { display: grid; gap: 5px; }
                                                                                                                                                                                                                  .paris-panel { min-height: 500px; }
                                                                                                                                                                                                                    .paris-panel-overlay { background: linear-gradient(0deg, rgba(5,22,33,.9), rgba(5,22,33,.2)); }
                                                                                                                                                                                                                      .paris-panel-copy { padding-bottom: 50px; }
                                                                                                                                                                                                                        .paris-panel-copy h2 { font-size: 43px; }
                                                                                                                                                                                                                          .service-page-hero { min-height: 630px; }
                                                                                                                                                                                                                            .service-page-hero::after { background: linear-gradient(0deg, rgba(5,22,33,.96) 0%, rgba(5,22,33,.72) 60%, rgba(5,22,33,.28) 100%); }
                                                                                                                                                                                                                              .service-hero-content { padding-top: 145px; padding-bottom: 55px; }
                                                                                                                                                                                                                                .service-hero-content h1 { font-size: 49px; }
                                                                                                                                                                                                                                  .service-hero-lead { font-size: 15px; }
                                                                                                                                                                                                                                    .service-overview { padding-top: 75px; }
                                                                                                                                                                                                                                      .service-overview-aside h2 { font-size: 36px; }
                                                                                                                                                                                                                                        .service-fact-card { padding: 29px 24px; }
                                                                                                                                                                                                                                          .service-process { padding-bottom: 75px; }
                                                                                                                                                                                                                                            .service-process-grid { grid-template-columns: 1fr; gap: 38px; }
                                                                                                                                                                                                                                              .service-process-step, .service-process-step:not(:first-child) { min-height: 0; padding: 32px 0 0; border-inline-end: 0; }
                                                                                                                                                                                                                                                .service-assistance-grid { padding-top: 70px; padding-bottom: 70px; }
                                                                                                                                                                                                                                                  .service-source { padding: 58px 0; }
                                                                                                                                                                                                                                                    .service-cta { padding: 75px 0; }
                                                                                                                                                                                                                                                    }

                                                                                                                                                                                                                                                    /* Mobile composition refinements: stable iOS sizing, centred rhythm and unambiguous numerals. */
                                                                                                                                                                                                                                                    @media (max-width: 600px) {
                                                                                                                                                                                                                                                      body { overflow-x: hidden; font-size: 15px; }
                                                                                                                                                                                                                                                        .shell { width: min(calc(100% - 32px), var(--shell)); }
                                                                                                                                                                                                                                                          .site-header, .site-header.is-scrolled { height: 74px; }
                                                                                                                                                                                                                                                            .header-inner { gap: 14px; }
                                                                                                                                                                                                                                                              .brand { gap: 10px; }
                                                                                                                                                                                                                                                                .brand-copy { gap: 4px; }
                                                                                                                                                                                                                                                                  .brand-kicker { font-size: 8px; letter-spacing: .14em; }
                                                                                                                                                                                                                                                                    .brand-name { font-size: 21px; letter-spacing: .075em; }
                                                                                                                                                                                                                                                                      .nav-toggle { margin-inline-end: -8px; }

                                                                                                                                                                                                                                                                        .hero { padding: 108px 0 34px; }
                                                                                                                                                                                                                                                                          .hero::after { width: 3px; }
                                                                                                                                                                                                                                                                            .hero-grid { gap: 30px; min-height: 0; }
                                                                                                                                                                                                                                                                              .hero-content, .intro-grid, .expertise-head, .advisor-copy, .contact-copy,
                                                                                                                                                                                                                                                                                .paris-panel-copy, .service-hero-content, .service-overview-aside,
                                                                                                                                                                                                                                                                                  .service-process .section-heading, .service-assistance-copy,
                                                                                                                                                                                                                                                                                    .service-source-grid, .service-cta { text-align: center; }
                                                                                                                                                                                                                                                                                      .location-pill { margin-bottom: 25px; padding: 7px 11px 7px 9px; font-size: 9px; letter-spacing: .14em; }
                                                                                                                                                                                                                                                                                        .hero-kicker, .eyebrow { margin-bottom: 13px; font-size: 10px; line-height: 1.5; }
                                                                                                                                                                                                                                                                                          .hero-kicker { max-width: 31ch; margin-inline: auto; }
                                                                                                                                                                                                                                                                                            .hero h1, .section-heading h2, .contact-copy h2, .paris-panel-copy h2,
                                                                                                                                                                                                                                                                                              .service-hero-content h1, .service-cta h2 { overflow-wrap: anywhere; text-wrap: balance; }
                                                                                                                                                                                                                                                                                                .hero h1 { max-width: 10.5em; margin-inline: auto; font-size: clamp(39px, 11.5vw, 46px); line-height: 1.02; }
                                                                                                                                                                                                                                                                                                  .hero-lead { max-width: 34ch; margin-top: 24px; font-size: 14px; line-height: 1.72; }
                                                                                                                                                                                                                                                                                                    .hero-actions { width: 100%; max-width: 360px; margin: 28px auto 0; gap: 12px; }
                                                                                                                                                                                                                                                                                                      .button { width: 100%; max-width: 360px; min-height: 50px; padding: 13px 18px; white-space: normal; text-align: center; line-height: 1.35; }
                                                                                                                                                                                                                                                                                                        .text-link { width: fit-content; margin-inline: auto; font-size: 12px; }
                                                                                                                                                                                                                                                                                                          .hero-portrait-card { min-height: 0; padding-top: 16px; }
                                                                                                                                                                                                                                                                                                            .hero-monogram { inset: 2% 50% auto auto; width: min(300px, 86vw); transform: translateX(50%); }
                                                                                                                                                                                                                                                                                                              .advisor-card { width: 100%; padding: 33px 22px; text-align: center; }
                                                                                                                                                                                                                                                                                                                .advisor-card h2 { font-size: 27px; line-height: 1.1; }
                                                                                                                                                                                                                                                                                                                  .advisor-card h2 strong { font-size: 40px; letter-spacing: .055em; }
                                                                                                                                                                                                                                                                                                                    .advisor-card > p:last-child { font-size: 13px; line-height: 1.65; }
                                                                                                                                                                                                                                                                                                                      .gold-rule { margin: 20px auto; }
                                                                                                                                                                                                                                                                                                                        .hero-seal { display: none; }

                                                                                                                                                                                                                                                                                                                          .trust-strip { max-width: 430px; margin: 28px auto 0; }
                                                                                                                                                                                                                                                                                                                            .trust-strip > div { flex-direction: column; justify-content: center; gap: 6px; padding: 18px 12px; text-align: center; }
                                                                                                                                                                                                                                                                                                                              .trust-strip strong, .service-number, .process-step > span,
                                                                                                                                                                                                                                                                                                                                .service-process-step > span { font-family: var(--sans); font-variant-numeric: tabular-nums; font-weight: 600; letter-spacing: .08em; }
                                                                                                                                                                                                                                                                                                                                  .trust-strip strong { font-size: 27px; }
                                                                                                                                                                                                                                                                                                                                    .trust-strip span { font-size: 11px; }

                                                                                                                                                                                                                                                                                                                                      .intro-section, .expertise-section, .approach-section, .contact-section { padding: 72px 0; }
                                                                                                                                                                                                                                                                                                                                        .intro-grid { gap: 24px; }
                                                                                                                                                                                                                                                                                                                                          .section-heading h2, .contact-copy h2 { max-width: 11em; margin-inline: auto; font-size: clamp(36px, 10.5vw, 42px); line-height: 1.01; }
                                                                                                                                                                                                                                                                                                                                            .intro-copy { padding-top: 0; }
                                                                                                                                                                                                                                                                                                                                              .intro-copy > p, .section-intro, .contact-copy > p:not(.eyebrow) { max-width: 36ch; margin-inline: auto; text-align: center; font-size: 14px; line-height: 1.75; }
                                                                                                                                                                                                                                                                                                                                                .signature-line { justify-content: center; margin-top: 28px; }
                                                                                                                                                                                                                                                                                                                                                  .signature-line strong { font-size: 17px; }

                                                                                                                                                                                                                                                                                                                                                    .paris-panel { min-height: 440px; align-items: flex-end; }
                                                                                                                                                                                                                                                                                                                                                      .paris-panel-overlay { background: linear-gradient(0deg, rgba(5,22,33,.92), rgba(5,22,33,.28)); }
                                                                                                                                                                                                                                                                                                                                                        .paris-panel-copy { padding-bottom: 42px; }
                                                                                                                                                                                                                                                                                                                                                          .paris-panel-copy h2 { max-width: 12em; margin-inline: auto; font-size: clamp(36px, 10.5vw, 42px); line-height: 1.04; }

                                                                                                                                                                                                                                                                                                                                                            .expertise-head { gap: 22px; margin-bottom: 32px; }
                                                                                                                                                                                                                                                                                                                                                              .section-intro { margin-bottom: 0; }
                                                                                                                                                                                                                                                                                                                                                                .service-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-bottom: 26px; }
                                                                                                                                                                                                                                                                                                                                                                  .service-filters button { min-height: 46px; padding: 9px 8px; font-size: 10px; line-height: 1.25; }
                                                                                                                                                                                                                                                                                                                                                                    .services-grid { gap: 1px; }
                                                                                                                                                                                                                                                                                                                                                                      .service-card { display: flex; min-height: 0; flex-direction: column; align-items: center; padding: 29px 22px 25px; text-align: center; }
                                                                                                                                                                                                                                                                                                                                                                        .service-number { font-size: 13px; }
                                                                                                                                                                                                                                                                                                                                                                          .service-icon { top: 23px; right: 22px; width: 38px; height: 38px; }
                                                                                                                                                                                                                                                                                                                                                                            body.lang-fa .service-icon { right: auto; left: 22px; }
                                                                                                                                                                                                                                                                                                                                                                              .service-card h3 { max-width: 11em; margin: 28px auto 13px; font-size: clamp(27px, 8.2vw, 31px); line-height: 1.08; text-wrap: balance; }
                                                                                                                                                                                                                                                                                                                                                                                .service-card > p { max-width: 33ch; font-size: 13px; line-height: 1.68; }
                                                                                                                                                                                                                                                                                                                                                                                  .service-tags { justify-content: center; margin-top: 20px; }
                                                                                                                                                                                                                                                                                                                                                                                    .service-tags span { padding: 6px 8px; font-size: 9px; line-height: 1.35; }
                                                                                                                                                                                                                                                                                                                                                                                      .service-card details { width: 100%; margin-top: 20px; padding-top: 10px; text-align: center; }
                                                                                                                                                                                                                                                                                                                                                                                        .service-card summary { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; margin-inline: auto; font-size: 10px; }
                                                                                                                                                                                                                                                                                                                                                                                          .service-card details > div { max-width: 35ch; margin: 7px auto 0; font-size: 11px; line-height: 1.65; }

                                                                                                                                                                                                                                                                                                                                                                                            .disputes-banner { gap: 20px; margin-top: 28px; padding: 28px 22px; text-align: center; }
                                                                                                                                                                                                                                                                                                                                                                                              .disputes-mark { margin-inline: auto; }
                                                                                                                                                                                                                                                                                                                                                                                                .disputes-banner h3 { font-size: 26px; line-height: 1.12; }
                                                                                                                                                                                                                                                                                                                                                                                                  .disputes-banner p:last-child { font-size: 12px; line-height: 1.65; }
                                                                                                                                                                                                                                                                                                                                                                                                    .disputes-banner .button { margin-inline: auto; }

                                                                                                                                                                                                                                                                                                                                                                                                      .centered { margin-bottom: 54px; }
                                                                                                                                                                                                                                                                                                                                                                                                        .process-grid, .service-process-grid { border-top: 0; }
                                                                                                                                                                                                                                                                                                                                                                                                          .process-step, .process-step:not(:first-child),
                                                                                                                                                                                                                                                                                                                                                                                                            .service-process-step, .service-process-step:not(:first-child) { padding: 42px 10px 0; border-top: 1px solid var(--line); text-align: center; }
                                                                                                                                                                                                                                                                                                                                                                                                              .process-step > span, .service-process-step > span { left: 50%; right: auto; padding: 0 10px; transform: translateX(-50%); font-size: 13px; }
                                                                                                                                                                                                                                                                                                                                                                                                                .process-step h3, .service-process-step h3 { font-size: 24px; }
                                                                                                                                                                                                                                                                                                                                                                                                                  .process-step p, .service-process-step p { max-width: 34ch; margin-inline: auto; font-size: 12px; line-height: 1.72; }

                                                                                                                                                                                                                                                                                                                                                                                                                    .advisor-section { padding-bottom: 72px; }
                                                                                                                                                                                                                                                                                                                                                                                                                      .advisor-visual { min-height: 340px; align-items: center; padding: 38px 24px; text-align: center; }
                                                                                                                                                                                                                                                                                                                                                                                                                        .advisor-visual::before { inset: 20px; }
                                                                                                                                                                                                                                                                                                                                                                                                                          .advisor-visual-mark { width: min(280px, 75vw); }
                                                                                                                                                                                                                                                                                                                                                                                                                            .advisor-visual p { font-size: 31px; line-height: 1.04; }
                                                                                                                                                                                                                                                                                                                                                                                                                              .advisor-visual > span { font-size: 9px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                .advisor-copy { padding: 43px 24px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                  .advisor-copy h2 { font-size: 37px; line-height: 1.02; }
                                                                                                                                                                                                                                                                                                                                                                                                                                    .advisor-role { margin: 18px 0 22px; font-size: 10px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                      .advisor-copy > p:not(.eyebrow):not(.advisor-role) { max-width: 36ch; margin-inline: auto; font-size: 14px; line-height: 1.75; }
                                                                                                                                                                                                                                                                                                                                                                                                                                        .advisor-contact { align-items: center; gap: 13px; margin-top: 25px; }

                                                                                                                                                                                                                                                                                                                                                                                                                                          .contact-grid { gap: 38px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                            .contact-copy > p:not(.eyebrow) { margin-top: 22px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                              .contact-direct { justify-items: center; margin-top: 27px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                .contact-card { padding: 27px 19px; text-align: left; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                  .contact-card label { margin-bottom: 17px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .contact-card input, .contact-card select, .contact-card textarea { min-height: 48px; font-size: 16px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                      .contact-card textarea { min-height: 130px; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                        .legal-grid { text-align: center; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                          .legal-grid h2 { margin-inline: auto; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .legal-grid p:not(.eyebrow) { font-size: 11px; line-height: 1.75; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                              .site-footer { padding-top: 58px; text-align: center; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                .footer-grid { gap: 36px; padding-bottom: 45px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .footer-brand { flex-direction: column; align-items: center; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .footer-mark { width: 62px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .footer-grid > div:not(.footer-brand) { align-items: center; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .footer-bottom { justify-items: center; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .service-page-hero { min-height: 580px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .service-hero-content { width: 100%; padding-top: 132px; padding-bottom: 48px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .service-breadcrumb { justify-content: center; margin-bottom: 23px; font-size: 9px; line-height: 1.5; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .service-hero-content h1 { max-width: 10.5em; margin-inline: auto; font-size: clamp(39px, 11.5vw, 46px); line-height: 1.01; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .service-hero-lead { max-width: 35ch; margin: 22px auto 0; font-size: 14px; line-height: 1.7; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .service-hero-facts { justify-content: center; margin-top: 25px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .service-hero-facts span { font-size: 9px; line-height: 1.35; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .service-overview { padding: 66px 0 42px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .service-overview-grid { gap: 35px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .service-overview-aside h2 { max-width: 12em; margin-inline: auto; font-size: 34px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .service-overview-aside p { max-width: 36ch; margin-inline: auto; font-size: 13px; line-height: 1.75; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .service-overview-aside .button { margin-inline: auto; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .service-fact-card { padding: 27px 21px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .service-fact-card h2, .service-fact-card h3 { text-align: center; font-size: 28px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .service-fact-card p { text-align: center; font-size: 14px; line-height: 1.75; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .service-fact-card li { font-size: 13px; line-height: 1.65; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .service-process { padding: 52px 0 70px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .service-process .section-heading { margin-bottom: 45px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .service-assistance-grid { gap: 34px; padding-top: 64px; padding-bottom: 64px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .service-assistance h2 { font-size: 38px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .service-assistance p:not(.eyebrow) { max-width: 35ch; margin-inline: auto; font-size: 14px; line-height: 1.75; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .service-assistance-list { padding: 25px 20px; text-align: center; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .service-source { padding: 52px 0; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .service-source-grid { gap: 25px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .service-source h2 { font-size: 31px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .service-source p { max-width: 36ch; margin-inline: auto; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .service-source-link { margin-inline: auto; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .service-cta { padding: 66px 0; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .service-cta h2 { font-size: 38px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .service-cta .button { display: flex; margin: 0 auto 10px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .standard-page { padding-top: 125px; padding-bottom: 72px; text-align: center; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .standard-page h1 { font-size: 42px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        @media (max-width: 380px) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .shell { width: min(calc(100% - 24px), var(--shell)); }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .brand-mark { width: 35px; height: 35px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .brand-name { font-size: 19px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .brand-kicker { font-size: 7px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .hero h1 { font-size: 38px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .hero-lead { font-size: 13px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .advisor-card { padding-inline: 18px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .advisor-card h2 { font-size: 25px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .advisor-card h2 strong { font-size: 36px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .section-heading h2, .contact-copy h2, .paris-panel-copy h2 { font-size: 35px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .service-filters button { font-size: 9px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .service-card { padding-inline: 18px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .service-card h3 { font-size: 27px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .service-hero-content h1 { font-size: 38px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .service-fact-card { padding-inline: 18px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      @media (prefers-reduced-motion: reduce) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        html { scroll-behavior: auto; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .reveal { opacity: 1; transform: none; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }


                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            /* Mobile polish: text arrow and balanced signature. */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .service-icon::before { content: "\2197\FE0E"; width: auto; height: auto; border: 0; font-family: Arial, sans-serif; font-size: 20px; font-weight: 400; line-height: 1; transform: none; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .service-icon::after { display: none; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .signature-line::after { content: ""; width: 68px; height: 1px; flex: 0 0 auto; background: var(--gold); }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .signature-line div { text-align: center; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .trust-strip > div::before { content: ""; width: 8px; height: 8px; flex: 0 0 auto; border: 1px solid var(--gold); transform: rotate(45deg); }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            @media (max-width: 600px) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .signature-line { gap: 14px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .signature-line > span, .signature-line::after { width: 42px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
                          }
}

/* Consistent text arrows across homepage and service pages. */
.text-link > span:last-child { color: var(--gold); font-size: 0; }
.text-link > span:last-child::before { content: "\2198\FE0E"; font-family: Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1; }
.service-source-link > span:last-child { font-size: 0; }
.service-source-link > span:last-child::before { content: "\2197\FE0E"; font-family: Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1; }
