// Pages: Home, About, Insights, Contact, Expertise list, Industries list // =================== HOME =================== function HomePage({ navigate }) { return (
); } function HomeHero({ navigate }) { const [time, setTime] = useState(''); useEffect(() => { const tick = () => { const d = new Date(); const opts = { hour: '2-digit', minute: '2-digit', timeZone: 'Asia/Kolkata', hour12: false }; setTime(`IST ${d.toLocaleTimeString('en-IN', opts)}`); }; tick(); const i = setInterval(tick, 30000); return () => clearInterval(i); }, []); return (
001 / Cross-border advisory Est. New Delhi

Cross-border tax
and regulatory
advisory for globally
connected businesses.

T D & Co. advises multinational groups, technology businesses and high-net-worth individuals on complex international financial and regulatory matters — quietly, technically and with the commercial perspective the work demands.

{time} · N 28°36′ · E 77°12′
{[ ['001', 'Practice areas', '9'], ['002', 'Industry sectors', '5'], ['003', 'Jurisdictions advised on', '20+'], ['004', 'Formerly', 'Tarun Dhall & Associates'], ].map(([n, k, v]) => (
{n}
{k}
{v}
))}
); } function HomeMarquee() { const items = ['Transfer Pricing', 'International Tax', 'FEMA Advisory', 'Pillar Two Readiness', 'GCC Architecture', 'Cross-Border M&A', 'HNI / UHNI Structuring', 'Family Office Support', 'Audit & Assurance', 'CFO Advisory']; return (
{[...items, ...items, ...items].map((t, i) => ( {t} ))}
); } function HomePositioning() { return (
A practice built around the matters where cross-border complexity is the substance — not an addendum.} lede="T D & Co. is positioned for the work that does not sit cleanly within a single jurisdiction: transfer pricing, international tax, FEMA architecture and the regulatory questions that follow capital across borders. Engagements tend to be technical, longitudinal and quietly held." />
{[ { n: '01', h: 'International perspective', p: 'Treaty interpretation, BEPS-aligned structuring and substance analysis applied to live operating questions — not abstract doctrine.' }, { n: '02', h: 'Regulatory depth', p: 'FEMA, exchange-control and overseas-investment positions advised at the architecture level, and held through their reporting and exit pathways.' }, { n: '03', h: 'Commercial fluency', p: 'Recommendations are written for boards, finance leaders and operating teams — not for the file. Defensibility and execution are advised together.' }, ].map(c => (
{c.n}
{c.h}

{c.p}

))}
); } function HomeExpertise({ navigate }) { const [hovered, setHovered] = useState(null); return (
{EXPERTISE_LIST.map((e, i) => ( setHovered(e.slug)} onMouseLeave={() => setHovered(null)} onClick={() => navigate({ name: 'expertise-detail', slug: e.slug })} > {String(i + 1).padStart(3, '0')} {e.title} {e.short} Read brief → ))}
); } function HomeWhoWeAdvise({ navigate }) { return (
Sectors where the international dimension is the work, not the exception.} />
{INDUSTRIES_LIST.map((it, i) => ( navigate({ name: 'industry-detail', slug: it.slug })} style={{ display: 'block', cursor: 'pointer', position: 'relative' }} className="advise-card" >
{String(i + 1).padStart(2, '0')}
{it.title}

{it.short}

))}
); } function HomeInsights({ navigate }) { const featured = INSIGHTS.find(i => i.featured); const others = INSIGHTS.filter(i => !i.featured).slice(0, 3); return (
005 / Insights
Editorial research

Considered analysis on the regulatory and tax developments that move firm-level decisions.

{featured && ( navigate({ name: 'insights' })} style={{ cursor: 'pointer' }}>
{featured.cat} · {featured.date} · {featured.read}

{featured.title}

{featured.dek}

)}
{others.map((it, i) => ( navigate({ name: 'insights' })} style={{ display: 'block', padding: '24px 0', borderTop: '1px solid #2A2A2A', cursor: 'pointer', transition: 'transform .35s cubic-bezier(.2,.7,.2,1)' }} onMouseEnter={(e) => e.currentTarget.style.transform = 'translateX(6px)'} onMouseLeave={(e) => e.currentTarget.style.transform = 'none'} >
{it.cat} · {it.date}
{it.title}
))} navigate({ name: 'insights' })} style={{ display: 'inline-flex', alignItems: 'center', gap: 10, marginTop: 40, fontSize: 13.5, cursor: 'pointer' }} className="ulink always"> All insights →
); } function HomeWhy() { const reasons = [ { n: 'i', title: 'Cross-border regulatory perspective', body: 'Tax and exchange-control regimes read as a single architecture. Positions held coherently through structuring, reporting and dispute.' }, { n: 'ii', title: 'Strategic tax alignment', body: 'Inter-company arrangements designed for the operating model and the audit room — not as documentation projects after the fact.' }, { n: 'iii', title: 'Globally aware advisory', body: 'Treaty, MLI and Pillar Two read against the substance of the business — and against the directions the international consensus is actually moving.' }, { n: 'iv', title: 'Technical depth, commercial register', body: 'Memos written to be read by boards and finance leaders. Recommendations defensible to the assessment officer; legible to the chief executive.' }, ]; return (
{reasons.map((r, i) => (
{r.n}.
{r.title}

{r.body}

))}
); } function HomeCTA({ navigate }) { return (
007 / Engagement

Discuss complex tax and
regulatory matters with clarity.

A short, considered conversation about the matter on your desk. Engagements are accepted on the basis of fit, conflict review and confidentiality.

); } // =================== ABOUT =================== function AboutPage({ navigate }) { return (
A boutique practice for internationally structured business and capital.} lede="T D & Co. is a chartered accountancy and advisory practice based in New Delhi, advising globally connected businesses, technology groups, family capital and individuals on cross-border tax, regulatory and financial matters. The firm was formerly known as Tarun Dhall & Associates." meta={[ ['Established', 'Tarun Dhall & Associates'], ['Practice areas', 'Nine'], ['Headquartered', 'New Delhi, India'], ['Registration', 'ICAI'], ]} />

A.01
Philosophy

The work is technical. The advice is commercial. The relationships are long.

The firm is built around the kind of advisory work that does not reduce to a compliance checklist — transfer pricing positions defended through audit, ODI structures held across reporting cycles, residency and disclosure regimes navigated quietly across years.

Most engagements begin with a specific question — a planned acquisition, an inbound investment, a year-end pricing review, a notice from the assessing officer — and broaden, over time, into the longitudinal advisory relationships that this kind of work requires to be done well.

The firm does not hold itself out as a generalist accountancy practice. The work it accepts, and the work it declines, are both intentional.

A.02
Approach
{[ ['Technical depth', 'Practitioner literacy across treaty, transfer pricing, FEMA and indirect tax — written, read and held internally.'], ['Cross-border perspective', 'Indian regulation read alongside the parent or counter-party jurisdiction, not in isolation.'], ['Advisory mindset', 'Memos are written to be acted on by boards and operators — not filed and forgotten.'], ['Discretion', 'Engagements are private. Client identity and matter detail are not used for marketing.'], ].map(([h, p], i) => (
{String(i + 1).padStart(2, '0')}
{h}

{p}

))}
A.03

From Tarun Dhall & Associates to T D & Co.

{[ { y: '2009', t: 'Practice founded as Tarun Dhall & Associates, advising domestic businesses on assurance and tax matters.' }, { y: '2014', t: 'Cross-border advisory deepens; practice expands into FEMA, ODI and inbound investment structuring.' }, { y: '2018', t: 'Transfer pricing and international tax established as standalone practice areas; first multinational group advisory mandates.' }, { y: '2021', t: 'Family office and HNI / UHNI advisory formalised as longitudinal practice; technology-sector advisory grows.' }, { y: '2024', t: 'Pillar Two and BEPS readiness work expands; firm advises GCC operations and Indian outbound groups.' }, { y: '2026', t: 'Practice rebranded as T D & Co. — formalising the boutique advisory positioning the work has always reflected.' }, ].map((row, i) => (
{row.y}
{row.t}
))}
{[ { initials: 'TD', role: 'Founding Partner', name: 'Tarun Dhall', bio: 'International tax, transfer pricing and cross-border advisory. Former Big Four practitioner; admitted to ICAI.' }, { initials: 'PA', role: 'Partner — Regulatory', name: 'Practice Lead — FEMA', bio: 'Exchange control, ODI and inbound investment architecture; engagement lead for cross-border financial commitments.' }, { initials: 'AR', role: 'Partner — Audit', name: 'Practice Lead — Assurance', bio: 'Group reporting alignment, statutory audit and IFRS-aligned engagements for foreign-parent subsidiaries.' }, ].map((p, i) => (
{p.initials}
{p.role}
{p.name}

{p.bio}

))}

↳ Detailed practitioner biographies provided on engagement.

); } // =================== EXPERTISE LIST =================== function ExpertiseListPage({ navigate }) { return (
Specialised practice areas across the international tax and regulatory perimeter.} lede="Nine areas of focused practice. Most engagements draw on more than one — transfer pricing read alongside FEMA, international tax in the context of a transaction, GST positions on the same flows that trigger withholding." />
{EXPERTISE_LIST.map((e, i) => ( navigate({ name: 'expertise-detail', slug: e.slug })} > {String(i + 1).padStart(3, '0')} {e.title} {e.short} ))}
); } // =================== INDUSTRIES LIST =================== function IndustriesListPage({ navigate }) { return (
{INDUSTRIES_LIST.map((it, i) => ( navigate({ name: 'industry-detail', slug: it.slug })} style={{ display: 'block', cursor: 'pointer', border: '1px solid var(--hairline)', background: 'var(--paper)' }} onMouseEnter={(e) => { e.currentTarget.style.borderColor = 'var(--ink)'; }} onMouseLeave={(e) => { e.currentTarget.style.borderColor = 'var(--hairline)'; }} >
{String(i + 1).padStart(2, '0')}
{it.title}

{it.short}

Read sector brief →
))}
); } // =================== INSIGHTS =================== function InsightsPage({ navigate }) { const cats = ['All', ...Array.from(new Set(INSIGHTS.map(i => i.cat)))]; const [active, setActive] = useState('All'); const filtered = active === 'All' ? INSIGHTS : INSIGHTS.filter(i => i.cat === active); const featured = filtered.find(i => i.featured) || filtered[0]; const others = filtered.filter(i => i !== featured); return (

{cats.map(c => ( ))}
{filtered.length} {filtered.length === 1 ? 'entry' : 'entries'} · Updated weekly
{featured && (
Featured · {featured.cat}

{featured.title}

{featured.dek}

{featured.date} · {featured.read} read
)}
05.02 / Recent
{others.map((it, i) => ( e.currentTarget.style.background = 'var(--ivory-2)'} onMouseLeave={(e) => e.currentTarget.style.background = 'transparent'} >
{it.cat} · {it.date} · {it.read}
{it.title}

{it.dek}

READ →
))}
); } // =================== CONTACT =================== function ContactPage({ navigate }) { const [form, setForm] = useState({ name: '', org: '', juris: '', nature: '', email: '', context: '' }); const [sent, setSent] = useState(false); const [touched, setTouched] = useState({}); const handle = (k) => (e) => setForm(f => ({ ...f, [k]: e.target.value })); const blur = (k) => () => setTouched(t => ({ ...t, [k]: true })); const valid = form.name && form.email.includes('@') && form.nature; return (
A short, considered conversation about the matter on your desk.} lede="Engagements are accepted on the basis of fit, conflict review and confidentiality. The firm responds to all qualified inquiries within two business days." />

{[ ['Office', 'T D & Co.\nChartered Accountants\nConnaught Place, New Delhi 110001\nIndia'], ['General', 'advisory@tdc.business'], ['Direct', '+91 11 0000 0000'], ['Hours', 'Mon–Fri · 09:30 – 18:30 IST'], ].map(([k, v]) => (
{k}
{v}
))}
↳ Inquiries are reviewed under the firm’s conflict and confidentiality protocols. Submission does not constitute an engagement.
{!sent ? (
{ e.preventDefault(); if (valid) setSent(true); }}>
06.01 / Inquiry

Tell us about the matter.