← back to Beverlyhillsvideos
articles: add Beverly Hills doctors + attorneys city guides with full specialty directory (phone + address, map-synced)
56ed308fd558a446b7c7fb092a830f31ef02a156 · 2026-08-05 14:36:00 -0700 · Steve Abrams
Files touched
M build.mjsA content/doctors.htmlA content/lawyers.htmlM public/index.htmlA public/posts/beverly-hills-attorneys.htmlA public/posts/beverly-hills-cosmetic-doctors.htmlM public/style.css
Diff
commit 56ed308fd558a446b7c7fb092a830f31ef02a156
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Aug 5 14:36:00 2026 -0700
articles: add Beverly Hills doctors + attorneys city guides with full specialty directory (phone + address, map-synced)
---
build.mjs | 31 +++-
content/doctors.html | 43 +++++
content/lawyers.html | 43 +++++
public/index.html | 12 ++
public/posts/beverly-hills-attorneys.html | 190 +++++++++++++++++++++++
public/posts/beverly-hills-cosmetic-doctors.html | 182 ++++++++++++++++++++++
public/style.css | 12 ++
7 files changed, 512 insertions(+), 1 deletion(-)
diff --git a/build.mjs b/build.mjs
index 5b40688..e4e49c4 100644
--- a/build.mjs
+++ b/build.mjs
@@ -30,6 +30,12 @@ const POSTS = [
{ slug: 'staying-fit-beverly-hills', file: 'fitness', kicker: 'FITNESS',
title: 'Staying Fit in Beverly Hills: Studios, Trainers & the Outdoors',
blurb: 'The boutique-studio scene, the private-training tradition, luxury gyms — and the free canyon trails at the city’s edge.' },
+ { slug: 'beverly-hills-cosmetic-doctors', file: 'doctors', kicker: 'MEDICINE', directory: 'doctor',
+ title: 'The Cosmetic-Medicine Capital: Beverly Hills Doctors, Dermatologists & Medspas',
+ blurb: 'Why the world comes to Bedford Drive — the surgeons, dermatologists, and aesthetic clinics that made 90210 the capital of cosmetic medicine, with a full directory by specialty.' },
+ { slug: 'beverly-hills-attorneys', file: 'lawyers', kicker: 'LAW', directory: 'lawyer',
+ title: 'The Attorneys of Beverly Hills: Inside the City’s Legal Power Center',
+ blurb: 'Entertainment deals, high-profile divorces, and boardroom battles — inside the Wilshire Boulevard firms, with a full directory by practice area.' },
];
// Real Beverly Hills local-business YouTube videos — every ID oEmbed-verified
@@ -223,8 +229,31 @@ writeFileSync('public/index.html', page({
canonical: '/', body: homeBody,
}));
+// ---- specialty directory (doctors / lawyers), rendered from map-locations.json ----
+let DIR_LOCS = [];
+try { DIR_LOCS = JSON.parse(readFileSync('data/map-locations.json', 'utf8')).locations || []; } catch {}
+function renderDirectory(type) {
+ const esc = s => String(s).replace(/&/g, '&').replace(/</g, '<').replace(/>/g, '>');
+ const rows = DIR_LOCS.filter(l => l.type === type);
+ const groups = {};
+ for (const l of rows) (groups[l.category] ||= []).push(l);
+ return `<div class="directory">` + Object.keys(groups).sort().map(cat => `
+ <div class="dir-group">
+ <h4 class="dir-cat">${esc(cat)} <em>${groups[cat].length}</em></h4>
+ ${groups[cat].map(l => {
+ const tel = l.phone ? l.phone.replace(/[^+0-9]/g, '') : '';
+ return `<div class="dir-item">
+ <span class="dir-name">${esc(l.name)}</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=${encodeURIComponent(l.name + ' ' + l.address)}" target="_blank" rel="noopener">${esc(l.address)}</a>
+ ${l.phone ? `<a class="dir-phone" href="tel:${tel}">${esc(l.phone)}</a>` : ''}
+ </div>`;
+ }).join('')}
+ </div>`).join('') + `</div>`;
+}
+
for (const p of POSTS) {
- const frag = readFileSync(`content/${p.file}.html`, 'utf8');
+ let frag = readFileSync(`content/${p.file}.html`, 'utf8');
+ if (p.directory) frag = frag.replace('{{DIRECTORY}}', renderDirectory(p.directory));
const others = POSTS.filter(x => x.slug !== p.slug).slice(0, 3);
const body = `
<article class="post">
diff --git a/content/doctors.html b/content/doctors.html
new file mode 100644
index 0000000..ec0ab83
--- /dev/null
+++ b/content/doctors.html
@@ -0,0 +1,43 @@
+<p>If there is a single zip code the world associates with looking one's best, it is 90210. Long before reality television and red-carpet culture made cosmetic medicine a mainstream conversation, Beverly Hills had quietly become its global capital — a few square miles with one of the highest concentrations of board-certified plastic surgeons, dermatologists, and aesthetic specialists anywhere on earth. Patients fly in from other states and other continents for a consultation on Bedford Drive. Here is a friendly, informational look at how the city earned that reputation, what the landscape actually looks like, and — most importantly — how to choose a provider wisely.</p>
+
+<h3>Why Beverly Hills Became the Cosmetic-Medicine Capital</h3>
+
+<p>The concentration is no accident. Beverly Hills sits at the intersection of two powerful forces: proximity to the entertainment industry, where appearance has genuine professional stakes, and a century-long association with glamour and reinvention. That created sustained, discerning demand — and demand of that kind attracts the most credentialed practitioners, who in turn attract more patients. The result is a self-reinforcing cluster, the medical equivalent of what Rodeo Drive is to luxury retail.</p>
+
+<p>You can see the cluster on a map. The stretch of <strong>North Bedford Drive</strong> between Wilshire and Santa Monica is so dense with surgical and dermatology suites that locals have long called it "Surgery Row." The neighboring blocks of <strong>Roxbury, Camden, and Crescent Drives</strong> fill in the rest, putting an extraordinary range of specialists within a few minutes' walk of one another.</p>
+
+<h3>The Range of Practices</h3>
+
+<p>"Cosmetic medicine" in Beverly Hills spans a wide spectrum, from major surgery to a lunchtime skincare appointment. The categories you'll encounter most often:</p>
+
+<ul>
+ <li><strong>Plastic & reconstructive surgery</strong> — board-certified surgeons performing both aesthetic and reconstructive procedures, the discipline most associated with the Bedford Drive corridor.</li>
+ <li><strong>Dermatology</strong> — medical, surgical, and cosmetic dermatology, from skin-cancer screening to lasers, peels, and injectables. Several Beverly Hills dermatologists are internationally known names in the field.</li>
+ <li><strong>Medspas & aesthetic medicine</strong> — physician-led clinics focused on non-surgical treatments: injectables, energy-based devices, and skincare, often blending clinical care with a spa-like experience.</li>
+ <li><strong>Cosmetic dentistry</strong> — the "Beverly Hills smile" is its own tradition, with practices specializing in veneers, whitening, and full aesthetic dentistry.</li>
+ <li><strong>Ophthalmology & vision</strong> — LASIK and refractive surgery, oculoplastics, and comprehensive eye care round out the city's medical roster.</li>
+</ul>
+
+<h3>An Informational Note — This Is Not Medical Advice</h3>
+
+<p>It bears saying plainly, because it matters: any medical or cosmetic procedure is a personal decision with real considerations, and this article is <em>informational only — not medical advice</em>. It does not endorse any specific provider, procedure, or outcome. Results, risks, and suitability vary from person to person. Anyone considering treatment should consult a licensed, board-certified physician, discuss the specific risks and alternatives, verify credentials directly, and make the choice that is right for their own health and goals.</p>
+
+<h3>How to Choose a Provider Wisely</h3>
+
+<p>The very density that makes Beverly Hills a destination also means there is a lot to sort through. A few practical, common-sense principles that experienced patients rely on:</p>
+
+<ul>
+ <li><strong>Verify board certification.</strong> Confirm the physician is certified by the relevant American board for the procedure in question (for example, the American Board of Plastic Surgery or the American Board of Dermatology). Certification is verifiable through the boards' own public records.</li>
+ <li><strong>Match the specialty to the procedure.</strong> The right credential depends on what you're considering — a surgeon, a dermatologist, and an aesthetic-medicine physician are not interchangeable.</li>
+ <li><strong>Consult more than once.</strong> A good consultation educates you and sets realistic expectations rather than pressuring a decision. Meeting more than one provider is normal and encouraged.</li>
+ <li><strong>Ask about the specifics.</strong> Where is the procedure performed, who administers anesthesia, what does recovery actually involve, and what is the plan if something doesn't go as hoped? Clear answers are a good sign.</li>
+ <li><strong>Be wary of pressure and of prices that seem too good.</strong> Elite care is a considered decision, not an impulse buy. Reputable Beverly Hills practices are comfortable giving you time.</li>
+</ul>
+
+<h3>The Directory: Beverly Hills Cosmetic-Medicine Practices</h3>
+
+<p>Below is every practice plotted on our <a href="/map.html">interactive Beverly Hills map</a>, grouped by specialty, each with its address and phone number. Tap any address for directions, or any number to call. This is a starting point for your own research, not a recommendation of any particular practice — always verify credentials directly.</p>
+
+{{DIRECTORY}}
+
+<p>Beverly Hills earned its standing as the capital of cosmetic medicine the same way it earned every other superlative attached to its name: an unusually high concentration of the very best, sustained over generations by a clientele that expects nothing less. For anyone exploring the field, the city offers extraordinary depth of expertise — and the smartest way to navigate it is slowly, with good questions and verified credentials in hand.</p>
diff --git a/content/lawyers.html b/content/lawyers.html
new file mode 100644
index 0000000..a088129
--- /dev/null
+++ b/content/lawyers.html
@@ -0,0 +1,43 @@
+<p>Beverly Hills is known to the world for its shopping and its glamour, but within the legal profession it is known for something else: gravitas. Concentrated along Wilshire Boulevard and the surrounding Golden Triangle is one of the densest clusters of high-profile attorneys in the country — the entertainment lawyers who paper the deals behind studio releases, the family-law specialists who handle the most closely watched divorces in America, and the litigators and business counsel who represent boldface names and blue-chip companies alike. Here is an informational look at how Beverly Hills became a legal power center, the practice areas that define it, and how to think about choosing counsel.</p>
+
+<h3>Why Beverly Hills Is a Legal Power Center</h3>
+
+<p>The reason is the same one that shaped the city's medical and retail clusters: proximity to an industry with unusually high stakes. Hollywood runs on contracts — talent deals, financing, licensing, intellectual property, and the disputes that inevitably follow — and the lawyers who serve that world naturally set up shop nearby. Add the concentrated wealth of the surrounding neighborhoods, which generates constant demand for family law, estate planning, real estate, and business counsel, and you get a legal community with real depth across nearly every practice area.</p>
+
+<p>Geographically, the firms cluster where the prestige office space is: the <strong>9000–9700 blocks of Wilshire Boulevard</strong>, the towers along <strong>Santa Monica Boulevard</strong>, and the boutique buildings on <strong>Canon and Beverly Drives</strong>. Many of the most recognizable names in American legal practice keep an office within these few blocks.</p>
+
+<h3>The Practice Areas That Define the City</h3>
+
+<p>Beverly Hills counsel spans the full range, but a handful of specialties are especially associated with the city:</p>
+
+<ul>
+ <li><strong>Entertainment & media law</strong> — the signature Beverly Hills practice: talent representation, production and financing deals, intellectual property, licensing, and media litigation.</li>
+ <li><strong>Family law</strong> — high-net-worth divorce, custody, prenuptial and postnuptial agreements, and the discreet handling of matters that often carry public visibility.</li>
+ <li><strong>Business & commercial litigation</strong> — corporate disputes, contract and partnership battles, and the trial work that follows high-stakes deals.</li>
+ <li><strong>Criminal defense</strong> — white-collar and general criminal defense, often for clients who require both a strong courtroom presence and careful discretion.</li>
+ <li><strong>Estate planning & real estate</strong> — wealth transfer, trusts, and the high-value property transactions that come with a city of this profile.</li>
+</ul>
+
+<h3>An Informational Note — This Is Not Legal Advice</h3>
+
+<p>To be clear: this article is <em>informational only — not legal advice</em>, and it does not endorse, recommend, or refer any specific attorney or firm. It is a general guide to the city's legal landscape. Every legal matter turns on its own facts, and the right lawyer depends entirely on your situation. Anyone with a legal question should consult a licensed attorney directly and confirm that lawyer's standing with the State Bar of California.</p>
+
+<h3>How to Choose Counsel Wisely</h3>
+
+<p>Choosing a lawyer is one of the more consequential decisions a person or business makes, and the abundance of options in Beverly Hills makes a clear head especially useful. A few practical principles:</p>
+
+<ul>
+ <li><strong>Confirm the lawyer is in good standing.</strong> Every practicing California attorney is listed on the State Bar's public directory, which shows license status and any disciplinary history. Verify it directly.</li>
+ <li><strong>Match the specialty to the matter.</strong> An entertainment lawyer and a family-law specialist practice in different worlds; the right fit is the one whose experience maps to your specific need.</li>
+ <li><strong>Ask how fees work.</strong> Hourly, flat, contingency, retainer — understand the structure and get the engagement terms in writing before you begin.</li>
+ <li><strong>Meet before you commit.</strong> An initial consultation tells you a great deal about communication style, candor, and whether the lawyer sets realistic expectations rather than making promises.</li>
+ <li><strong>Weigh discretion.</strong> For sensitive matters, a firm's track record of handling high-visibility clients quietly is itself a qualification.</li>
+</ul>
+
+<h3>The Directory: Beverly Hills Law Firms</h3>
+
+<p>Below is every firm plotted on our <a href="/map.html">interactive Beverly Hills map</a>, grouped by practice area, each with its address and phone number. Tap any address for directions, or any number to call. This is a general listing for your own research — not a referral, endorsement, or recommendation of any particular firm.</p>
+
+{{DIRECTORY}}
+
+<p>From the entertainment deals that shape what the world watches to the quiet counsel behind the city's most private matters, Beverly Hills has assembled a legal community as deep and specialized as any in the country. For anyone who needs a lawyer here, the depth is a genuine advantage — and the best way to use it is deliberately, with the right specialty, verified standing, and clear terms in hand.</p>
diff --git a/public/index.html b/public/index.html
index d412fb2..fdc7c4b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -102,6 +102,18 @@
<p>The boutique-studio scene, the private-training tradition, luxury gyms — and the free canyon trails at the city’s edge.</p>
<span class="read">Read →</span>
</a>
+ <a class="post-card" href="/posts/beverly-hills-cosmetic-doctors.html">
+ <span class="kicker">MEDICINE</span>
+ <h2>The Cosmetic-Medicine Capital: Beverly Hills Doctors, Dermatologists & Medspas</h2>
+ <p>Why the world comes to Bedford Drive — the surgeons, dermatologists, and aesthetic clinics that made 90210 the capital of cosmetic medicine, with a full directory by specialty.</p>
+ <span class="read">Read →</span>
+ </a>
+ <a class="post-card" href="/posts/beverly-hills-attorneys.html">
+ <span class="kicker">LAW</span>
+ <h2>The Attorneys of Beverly Hills: Inside the City’s Legal Power Center</h2>
+ <p>Entertainment deals, high-profile divorces, and boardroom battles — inside the Wilshire Boulevard firms, with a full directory by practice area.</p>
+ <span class="read">Read →</span>
+ </a>
</div>
</div>
</section>
diff --git a/public/posts/beverly-hills-attorneys.html b/public/posts/beverly-hills-attorneys.html
new file mode 100644
index 0000000..f23c548
--- /dev/null
+++ b/public/posts/beverly-hills-attorneys.html
@@ -0,0 +1,190 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+<title>The Attorneys of Beverly Hills: Inside the City’s Legal Power Center · Beverly Hills Videos</title>
+<meta name="description" content="Entertainment deals, high-profile divorces, and boardroom battles — inside the Wilshire Boulevard firms, with a full directory by practice area.">
+<link rel="canonical" href="https://beverlyhillsvideos.com/posts/beverly-hills-attorneys.html">
+<meta property="og:title" content="The Attorneys of Beverly Hills: Inside the City’s Legal Power Center">
+<meta property="og:description" content="Entertainment deals, high-profile divorces, and boardroom battles — inside the Wilshire Boulevard firms, with a full directory by practice area.">
+<meta property="og:type" content="website">
+<meta property="og:site_name" content="Beverly Hills Videos">
+<link rel="preconnect" href="https://fonts.googleapis.com">
+<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Jost:wght@300;400;500&display=swap" rel="stylesheet">
+<link rel="stylesheet" href="/style.css">
+<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
+</head>
+<body>
+
+ <header class="site-head">
+ <div class="wrap">
+ <button class="hamb" aria-label="Open menu" aria-expanded="false" onclick="toggleNav(this)"><span></span><span></span><span></span></button>
+ <a class="brand" href="/">BEVERLY HILLS<span>VIDEOS</span></a>
+ </div>
+ </header>
+ <div class="drawer" id="nav" aria-hidden="true">
+ <button class="drawer-x" aria-label="Close menu" onclick="toggleNav()">×</button>
+ <nav>
+ <a href="/">Home</a>
+ <a href="/videos.html">Videos</a>
+ <a href="/posts/beverly-hills-real-estate.html">Real Estate</a>
+ <a href="/posts/rodeo-drive-guide.html">Rodeo Drive</a>
+ <a href="/posts/things-to-do-beverly-hills.html">City Guide</a>
+ <a href="/posts/dining-in-beverly-hills.html">Dining</a>
+ <a href="/posts/beverly-hills-nightlife.html">Nightlife</a>
+ <a href="/map.html">Map</a>
+ </nav>
+ </div>
+ <script>
+ function toggleNav(btn){
+ var d=document.getElementById('nav'), open=d.classList.toggle('open');
+ document.body.style.overflow=open?'hidden':'';
+ d.setAttribute('aria-hidden', open?'false':'true');
+ var h=document.querySelector('.hamb'); if(h) h.setAttribute('aria-expanded', open?'true':'false');
+ if(open) h&&h.classList.add('x'); else h&&h.classList.remove('x');
+ }
+ </script>
+
+ <article class="post">
+ <div class="wrap">
+ <p class="crumb"><a href="/">Home</a> · LAW</p>
+ <h1>The Attorneys of Beverly Hills: Inside the City’s Legal Power Center</h1>
+ <p>Beverly Hills is known to the world for its shopping and its glamour, but within the legal profession it is known for something else: gravitas. Concentrated along Wilshire Boulevard and the surrounding Golden Triangle is one of the densest clusters of high-profile attorneys in the country — the entertainment lawyers who paper the deals behind studio releases, the family-law specialists who handle the most closely watched divorces in America, and the litigators and business counsel who represent boldface names and blue-chip companies alike. Here is an informational look at how Beverly Hills became a legal power center, the practice areas that define it, and how to think about choosing counsel.</p>
+
+<h3>Why Beverly Hills Is a Legal Power Center</h3>
+
+<p>The reason is the same one that shaped the city's medical and retail clusters: proximity to an industry with unusually high stakes. Hollywood runs on contracts — talent deals, financing, licensing, intellectual property, and the disputes that inevitably follow — and the lawyers who serve that world naturally set up shop nearby. Add the concentrated wealth of the surrounding neighborhoods, which generates constant demand for family law, estate planning, real estate, and business counsel, and you get a legal community with real depth across nearly every practice area.</p>
+
+<p>Geographically, the firms cluster where the prestige office space is: the <strong>9000–9700 blocks of Wilshire Boulevard</strong>, the towers along <strong>Santa Monica Boulevard</strong>, and the boutique buildings on <strong>Canon and Beverly Drives</strong>. Many of the most recognizable names in American legal practice keep an office within these few blocks.</p>
+
+<h3>The Practice Areas That Define the City</h3>
+
+<p>Beverly Hills counsel spans the full range, but a handful of specialties are especially associated with the city:</p>
+
+<ul>
+ <li><strong>Entertainment & media law</strong> — the signature Beverly Hills practice: talent representation, production and financing deals, intellectual property, licensing, and media litigation.</li>
+ <li><strong>Family law</strong> — high-net-worth divorce, custody, prenuptial and postnuptial agreements, and the discreet handling of matters that often carry public visibility.</li>
+ <li><strong>Business & commercial litigation</strong> — corporate disputes, contract and partnership battles, and the trial work that follows high-stakes deals.</li>
+ <li><strong>Criminal defense</strong> — white-collar and general criminal defense, often for clients who require both a strong courtroom presence and careful discretion.</li>
+ <li><strong>Estate planning & real estate</strong> — wealth transfer, trusts, and the high-value property transactions that come with a city of this profile.</li>
+</ul>
+
+<h3>An Informational Note — This Is Not Legal Advice</h3>
+
+<p>To be clear: this article is <em>informational only — not legal advice</em>, and it does not endorse, recommend, or refer any specific attorney or firm. It is a general guide to the city's legal landscape. Every legal matter turns on its own facts, and the right lawyer depends entirely on your situation. Anyone with a legal question should consult a licensed attorney directly and confirm that lawyer's standing with the State Bar of California.</p>
+
+<h3>How to Choose Counsel Wisely</h3>
+
+<p>Choosing a lawyer is one of the more consequential decisions a person or business makes, and the abundance of options in Beverly Hills makes a clear head especially useful. A few practical principles:</p>
+
+<ul>
+ <li><strong>Confirm the lawyer is in good standing.</strong> Every practicing California attorney is listed on the State Bar's public directory, which shows license status and any disciplinary history. Verify it directly.</li>
+ <li><strong>Match the specialty to the matter.</strong> An entertainment lawyer and a family-law specialist practice in different worlds; the right fit is the one whose experience maps to your specific need.</li>
+ <li><strong>Ask how fees work.</strong> Hourly, flat, contingency, retainer — understand the structure and get the engagement terms in writing before you begin.</li>
+ <li><strong>Meet before you commit.</strong> An initial consultation tells you a great deal about communication style, candor, and whether the lawyer sets realistic expectations rather than making promises.</li>
+ <li><strong>Weigh discretion.</strong> For sensitive matters, a firm's track record of handling high-visibility clients quietly is itself a qualification.</li>
+</ul>
+
+<h3>The Directory: Beverly Hills Law Firms</h3>
+
+<p>Below is every firm plotted on our <a href="/map.html">interactive Beverly Hills map</a>, grouped by practice area, each with its address and phone number. Tap any address for directions, or any number to call. This is a general listing for your own research — not a referral, endorsement, or recommendation of any particular firm.</p>
+
+<div class="directory">
+ <div class="dir-group">
+ <h4 class="dir-cat">Business / Litigation <em>3</em></h4>
+ <div class="dir-item">
+ <span class="dir-name">Howard & Howard</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Howard%20%26%20Howard%209465%20Wilshire%20Blvd%2C%20Suite%20300%2C%20Beverly%20Hills%2C%20CA%2090212" target="_blank" rel="noopener">9465 Wilshire Blvd, Suite 300, Beverly Hills, CA 90212</a>
+ <a class="dir-phone" href="tel:+14243037700">+1-424-303-7700</a>
+ </div><div class="dir-item">
+ <span class="dir-name">Levitt, Leichenger & Aberle LLP</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Levitt%2C%20Leichenger%20%26%20Aberle%20LLP%208383%20Wilshire%20Blvd%2C%20Suite%20970%2C%20Beverly%20Hills%2C%20CA%2090211" target="_blank" rel="noopener">8383 Wilshire Blvd, Suite 970, Beverly Hills, CA 90211</a>
+ <a class="dir-phone" href="tel:+13235242400">+1-323-524-2400</a>
+ </div><div class="dir-item">
+ <span class="dir-name">Ervin Cohen & Jessup LLP</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Ervin%20Cohen%20%26%20Jessup%20LLP%209401%20Wilshire%20Blvd%2C%2012th%20Floor%2C%20Beverly%20Hills%2C%20CA%2090212" target="_blank" rel="noopener">9401 Wilshire Blvd, 12th Floor, Beverly Hills, CA 90212</a>
+ <a class="dir-phone" href="tel:+13102736333">+1-310-273-6333</a>
+ </div>
+ </div>
+ <div class="dir-group">
+ <h4 class="dir-cat">Criminal Defense <em>1</em></h4>
+ <div class="dir-item">
+ <span class="dir-name">Law Offices of Robert M. Bernstein</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Law%20Offices%20of%20Robert%20M.%20Bernstein%209465%20Wilshire%20Blvd%2C%20Suite%20300%2C%20Beverly%20Hills%2C%20CA%2090212" target="_blank" rel="noopener">9465 Wilshire Blvd, Suite 300, Beverly Hills, CA 90212</a>
+ <a class="dir-phone" href="tel:+13104771480">+1-310-477-1480</a>
+ </div>
+ </div>
+ <div class="dir-group">
+ <h4 class="dir-cat">Entertainment Law <em>3</em></h4>
+ <div class="dir-item">
+ <span class="dir-name">Law Advocate Group, LLP</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Law%20Advocate%20Group%2C%20LLP%209701%20Wilshire%20Blvd%2C%20Suite%201000%2C%20Beverly%20Hills%2C%20CA%2090212" target="_blank" rel="noopener">9701 Wilshire Blvd, Suite 1000, Beverly Hills, CA 90212</a>
+ <a class="dir-phone" href="tel:+13106513065">+1-310-651-3065</a>
+ </div><div class="dir-item">
+ <span class="dir-name">Johnson & Johnson LLP</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Johnson%20%26%20Johnson%20LLP%20439%20N%20Canon%20Dr%2C%20Suite%20200%2C%20Beverly%20Hills%2C%20CA%2090210" target="_blank" rel="noopener">439 N Canon Dr, Suite 200, Beverly Hills, CA 90210</a>
+ <a class="dir-phone" href="tel:+13109751080">+1-310-975-1080</a>
+ </div><div class="dir-item">
+ <span class="dir-name">Lowe & Associates, P.C.</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Lowe%20%26%20Associates%2C%20P.C.%208383%20Wilshire%20Blvd%2C%20Suite%201038%2C%20Beverly%20Hills%2C%20CA%2090211" target="_blank" rel="noopener">8383 Wilshire Blvd, Suite 1038, Beverly Hills, CA 90211</a>
+ <a class="dir-phone" href="tel:+13104775811">+1-310-477-5811</a>
+ </div>
+ </div>
+ <div class="dir-group">
+ <h4 class="dir-cat">Estate Planning <em>1</em></h4>
+ <div class="dir-item">
+ <span class="dir-name">Cohen Counsel</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Cohen%20Counsel%209465%20Wilshire%20Blvd%2C%203rd%20Floor%2C%20Beverly%20Hills%2C%20CA%2090212" target="_blank" rel="noopener">9465 Wilshire Blvd, 3rd Floor, Beverly Hills, CA 90212</a>
+ <a class="dir-phone" href="tel:+14242549925">+1-424-254-9925</a>
+ </div>
+ </div>
+ <div class="dir-group">
+ <h4 class="dir-cat">Family Law <em>4</em></h4>
+ <div class="dir-item">
+ <span class="dir-name">Berenji Divorce & Family Law Group</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Berenji%20Divorce%20%26%20Family%20Law%20Group%209465%20Wilshire%20Blvd%2C%20Suite%20333%2C%20Beverly%20Hills%2C%20CA%2090212" target="_blank" rel="noopener">9465 Wilshire Blvd, Suite 333, Beverly Hills, CA 90212</a>
+ <a class="dir-phone" href="tel:+12132772586">+1-213-277-2586</a>
+ </div><div class="dir-item">
+ <span class="dir-name">Feinberg & Waller, APC</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Feinberg%20%26%20Waller%2C%20APC%209440%20Santa%20Monica%20Blvd%2C%20Suite%20301%2C%20Beverly%20Hills%2C%20CA%2090210" target="_blank" rel="noopener">9440 Santa Monica Blvd, Suite 301, Beverly Hills, CA 90210</a>
+ <a class="dir-phone" href="tel:+13106272488">+1-310-627-2488</a>
+ </div><div class="dir-item">
+ <span class="dir-name">LLM Family Law</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=LLM%20Family%20Law%209777%20Wilshire%20Blvd%2C%20Suite%20507%2C%20Beverly%20Hills%2C%20CA%2090212" target="_blank" rel="noopener">9777 Wilshire Blvd, Suite 507, Beverly Hills, CA 90212</a>
+ <a class="dir-phone" href="tel:+13102783112">+1-310-278-3112</a>
+ </div><div class="dir-item">
+ <span class="dir-name">Mansouri Law Offices</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Mansouri%20Law%20Offices%20350%20S%20Beverly%20Dr%2C%20Suite%20330%2C%20Beverly%20Hills%2C%20CA%2090212" target="_blank" rel="noopener">350 S Beverly Dr, Suite 330, Beverly Hills, CA 90212</a>
+ <a class="dir-phone" href="tel:+13108784077">+1-310-878-4077</a>
+ </div>
+ </div>
+ <div class="dir-group">
+ <h4 class="dir-cat">Real Estate Law <em>1</em></h4>
+ <div class="dir-item">
+ <span class="dir-name">Law Offices of Lawrence H. Jacobson</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Law%20Offices%20of%20Lawrence%20H.%20Jacobson%209401%20Wilshire%20Blvd%2C%20Suite%201250%2C%20Beverly%20Hills%2C%20CA%2090212" target="_blank" rel="noopener">9401 Wilshire Blvd, Suite 1250, Beverly Hills, CA 90212</a>
+ <a class="dir-phone" href="tel:+13102710747">+1-310-271-0747</a>
+ </div>
+ </div></div>
+
+<p>From the entertainment deals that shape what the world watches to the quiet counsel behind the city's most private matters, Beverly Hills has assembled a legal community as deep and specialized as any in the country. For anyone who needs a lawyer here, the depth is a genuine advantage — and the best way to use it is deliberately, with the right specialty, verified standing, and clear terms in hand.</p>
+
+ <div class="more">
+ <h3>More from Beverly Hills Videos</h3>
+ <ul><li><a href="/posts/beverly-hills-real-estate.html">Why Beverly Hills Real Estate Sits at the Summit of Global Luxury</a></li><li><a href="/posts/rodeo-drive-guide.html">Rodeo Drive: A Guide to the World’s Most Famous Shopping Street</a></li><li><a href="/posts/things-to-do-beverly-hills.html">Things to Do in Beverly Hills: A Local’s Guide</a></li></ul>
+ </div>
+ </div>
+ </article>
+
+ <footer class="site-foot">
+ <div class="wrap">
+ <p>© 2026 Beverly Hills Videos · beverlyhillsvideos.com</p>
+ <p class="fine">An independent editorial guide to Beverly Hills — its neighborhoods, culture, shopping, and dining.
+ Not affiliated with the City of Beverly Hills. <a href="/privacy.html">Privacy</a></p>
+ <p class="fine">Hero image: “Via Rodeo, Beverly Hills” by <a href="https://commons.wikimedia.org/wiki/File:Via_Rodeo,_Beverly_Hills.jpg" target="_blank" rel="noopener noreferrer">Kjetil Ree</a>, <a href="https://creativecommons.org/licenses/by-sa/2.5/" target="_blank" rel="noopener noreferrer">CC BY-SA 2.5</a>.</p>
+ </div>
+ </footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/public/posts/beverly-hills-cosmetic-doctors.html b/public/posts/beverly-hills-cosmetic-doctors.html
new file mode 100644
index 0000000..e892d7a
--- /dev/null
+++ b/public/posts/beverly-hills-cosmetic-doctors.html
@@ -0,0 +1,182 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+<title>The Cosmetic-Medicine Capital: Beverly Hills Doctors, Dermatologists & Medspas · Beverly Hills Videos</title>
+<meta name="description" content="Why the world comes to Bedford Drive — the surgeons, dermatologists, and aesthetic clinics that made 90210 the capital of cosmetic medicine, with a full directory by specialty.">
+<link rel="canonical" href="https://beverlyhillsvideos.com/posts/beverly-hills-cosmetic-doctors.html">
+<meta property="og:title" content="The Cosmetic-Medicine Capital: Beverly Hills Doctors, Dermatologists & Medspas">
+<meta property="og:description" content="Why the world comes to Bedford Drive — the surgeons, dermatologists, and aesthetic clinics that made 90210 the capital of cosmetic medicine, with a full directory by specialty.">
+<meta property="og:type" content="website">
+<meta property="og:site_name" content="Beverly Hills Videos">
+<link rel="preconnect" href="https://fonts.googleapis.com">
+<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Jost:wght@300;400;500&display=swap" rel="stylesheet">
+<link rel="stylesheet" href="/style.css">
+<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
+</head>
+<body>
+
+ <header class="site-head">
+ <div class="wrap">
+ <button class="hamb" aria-label="Open menu" aria-expanded="false" onclick="toggleNav(this)"><span></span><span></span><span></span></button>
+ <a class="brand" href="/">BEVERLY HILLS<span>VIDEOS</span></a>
+ </div>
+ </header>
+ <div class="drawer" id="nav" aria-hidden="true">
+ <button class="drawer-x" aria-label="Close menu" onclick="toggleNav()">×</button>
+ <nav>
+ <a href="/">Home</a>
+ <a href="/videos.html">Videos</a>
+ <a href="/posts/beverly-hills-real-estate.html">Real Estate</a>
+ <a href="/posts/rodeo-drive-guide.html">Rodeo Drive</a>
+ <a href="/posts/things-to-do-beverly-hills.html">City Guide</a>
+ <a href="/posts/dining-in-beverly-hills.html">Dining</a>
+ <a href="/posts/beverly-hills-nightlife.html">Nightlife</a>
+ <a href="/map.html">Map</a>
+ </nav>
+ </div>
+ <script>
+ function toggleNav(btn){
+ var d=document.getElementById('nav'), open=d.classList.toggle('open');
+ document.body.style.overflow=open?'hidden':'';
+ d.setAttribute('aria-hidden', open?'false':'true');
+ var h=document.querySelector('.hamb'); if(h) h.setAttribute('aria-expanded', open?'true':'false');
+ if(open) h&&h.classList.add('x'); else h&&h.classList.remove('x');
+ }
+ </script>
+
+ <article class="post">
+ <div class="wrap">
+ <p class="crumb"><a href="/">Home</a> · MEDICINE</p>
+ <h1>The Cosmetic-Medicine Capital: Beverly Hills Doctors, Dermatologists & Medspas</h1>
+ <p>If there is a single zip code the world associates with looking one's best, it is 90210. Long before reality television and red-carpet culture made cosmetic medicine a mainstream conversation, Beverly Hills had quietly become its global capital — a few square miles with one of the highest concentrations of board-certified plastic surgeons, dermatologists, and aesthetic specialists anywhere on earth. Patients fly in from other states and other continents for a consultation on Bedford Drive. Here is a friendly, informational look at how the city earned that reputation, what the landscape actually looks like, and — most importantly — how to choose a provider wisely.</p>
+
+<h3>Why Beverly Hills Became the Cosmetic-Medicine Capital</h3>
+
+<p>The concentration is no accident. Beverly Hills sits at the intersection of two powerful forces: proximity to the entertainment industry, where appearance has genuine professional stakes, and a century-long association with glamour and reinvention. That created sustained, discerning demand — and demand of that kind attracts the most credentialed practitioners, who in turn attract more patients. The result is a self-reinforcing cluster, the medical equivalent of what Rodeo Drive is to luxury retail.</p>
+
+<p>You can see the cluster on a map. The stretch of <strong>North Bedford Drive</strong> between Wilshire and Santa Monica is so dense with surgical and dermatology suites that locals have long called it "Surgery Row." The neighboring blocks of <strong>Roxbury, Camden, and Crescent Drives</strong> fill in the rest, putting an extraordinary range of specialists within a few minutes' walk of one another.</p>
+
+<h3>The Range of Practices</h3>
+
+<p>"Cosmetic medicine" in Beverly Hills spans a wide spectrum, from major surgery to a lunchtime skincare appointment. The categories you'll encounter most often:</p>
+
+<ul>
+ <li><strong>Plastic & reconstructive surgery</strong> — board-certified surgeons performing both aesthetic and reconstructive procedures, the discipline most associated with the Bedford Drive corridor.</li>
+ <li><strong>Dermatology</strong> — medical, surgical, and cosmetic dermatology, from skin-cancer screening to lasers, peels, and injectables. Several Beverly Hills dermatologists are internationally known names in the field.</li>
+ <li><strong>Medspas & aesthetic medicine</strong> — physician-led clinics focused on non-surgical treatments: injectables, energy-based devices, and skincare, often blending clinical care with a spa-like experience.</li>
+ <li><strong>Cosmetic dentistry</strong> — the "Beverly Hills smile" is its own tradition, with practices specializing in veneers, whitening, and full aesthetic dentistry.</li>
+ <li><strong>Ophthalmology & vision</strong> — LASIK and refractive surgery, oculoplastics, and comprehensive eye care round out the city's medical roster.</li>
+</ul>
+
+<h3>An Informational Note — This Is Not Medical Advice</h3>
+
+<p>It bears saying plainly, because it matters: any medical or cosmetic procedure is a personal decision with real considerations, and this article is <em>informational only — not medical advice</em>. It does not endorse any specific provider, procedure, or outcome. Results, risks, and suitability vary from person to person. Anyone considering treatment should consult a licensed, board-certified physician, discuss the specific risks and alternatives, verify credentials directly, and make the choice that is right for their own health and goals.</p>
+
+<h3>How to Choose a Provider Wisely</h3>
+
+<p>The very density that makes Beverly Hills a destination also means there is a lot to sort through. A few practical, common-sense principles that experienced patients rely on:</p>
+
+<ul>
+ <li><strong>Verify board certification.</strong> Confirm the physician is certified by the relevant American board for the procedure in question (for example, the American Board of Plastic Surgery or the American Board of Dermatology). Certification is verifiable through the boards' own public records.</li>
+ <li><strong>Match the specialty to the procedure.</strong> The right credential depends on what you're considering — a surgeon, a dermatologist, and an aesthetic-medicine physician are not interchangeable.</li>
+ <li><strong>Consult more than once.</strong> A good consultation educates you and sets realistic expectations rather than pressuring a decision. Meeting more than one provider is normal and encouraged.</li>
+ <li><strong>Ask about the specifics.</strong> Where is the procedure performed, who administers anesthesia, what does recovery actually involve, and what is the plan if something doesn't go as hoped? Clear answers are a good sign.</li>
+ <li><strong>Be wary of pressure and of prices that seem too good.</strong> Elite care is a considered decision, not an impulse buy. Reputable Beverly Hills practices are comfortable giving you time.</li>
+</ul>
+
+<h3>The Directory: Beverly Hills Cosmetic-Medicine Practices</h3>
+
+<p>Below is every practice plotted on our <a href="/map.html">interactive Beverly Hills map</a>, grouped by specialty, each with its address and phone number. Tap any address for directions, or any number to call. This is a starting point for your own research, not a recommendation of any particular practice — always verify credentials directly.</p>
+
+<div class="directory">
+ <div class="dir-group">
+ <h4 class="dir-cat">Cosmetic Dentistry <em>2</em></h4>
+ <div class="dir-item">
+ <span class="dir-name">Dental90210</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Dental90210%20415%20N%20Crescent%20Dr%2C%20Suite%20380%2C%20Beverly%20Hills%2C%20CA%2090210" target="_blank" rel="noopener">415 N Crescent Dr, Suite 380, Beverly Hills, CA 90210</a>
+ <a class="dir-phone" href="tel:+14246539729">+1-424-653-9729</a>
+ </div><div class="dir-item">
+ <span class="dir-name">Beverly Hills Aesthetic Dentistry</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Beverly%20Hills%20Aesthetic%20Dentistry%20435%20N%20Bedford%20Dr%2C%20Suite%20414%2C%20Beverly%20Hills%2C%20CA%2090210" target="_blank" rel="noopener">435 N Bedford Dr, Suite 414, Beverly Hills, CA 90210</a>
+ <a class="dir-phone" href="tel:+13102762088">+1-310-276-2088</a>
+ </div>
+ </div>
+ <div class="dir-group">
+ <h4 class="dir-cat">Dermatology <em>3</em></h4>
+ <div class="dir-item">
+ <span class="dir-name">Dermatology Associates Medical Group</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Dermatology%20Associates%20Medical%20Group%20465%20N%20Roxbury%20Dr%2C%20Suite%20803%2C%20Beverly%20Hills%2C%20CA%2090210" target="_blank" rel="noopener">465 N Roxbury Dr, Suite 803, Beverly Hills, CA 90210</a>
+ <a class="dir-phone" href="tel:+13102749954">+1-310-274-9954</a>
+ </div><div class="dir-item">
+ <span class="dir-name">Beverly Hills Dermatology Consultants</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Beverly%20Hills%20Dermatology%20Consultants%20433%20N%20Camden%20Dr%2C%20Suite%20805%2C%20Beverly%20Hills%2C%20CA%2090210" target="_blank" rel="noopener">433 N Camden Dr, Suite 805, Beverly Hills, CA 90210</a>
+ <a class="dir-phone" href="tel:+13105507661">+1-310-550-7661</a>
+ </div><div class="dir-item">
+ <span class="dir-name">Ava MD Dermatology (Dr. Ava Shamban)</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Ava%20MD%20Dermatology%20(Dr.%20Ava%20Shamban)%209915%20S%20Santa%20Monica%20Blvd%2C%20Beverly%20Hills%2C%20CA%2090212" target="_blank" rel="noopener">9915 S Santa Monica Blvd, Beverly Hills, CA 90212</a>
+ <a class="dir-phone" href="tel:+13108439915">+1-310-843-9915</a>
+ </div>
+ </div>
+ <div class="dir-group">
+ <h4 class="dir-cat">Medspa / Aesthetics <em>2</em></h4>
+ <div class="dir-item">
+ <span class="dir-name">Epione Beverly Hills (Dr. Simon Ourian)</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Epione%20Beverly%20Hills%20(Dr.%20Simon%20Ourian)%20444%20N%20Camden%20Dr%2C%20Beverly%20Hills%2C%20CA%2090210" target="_blank" rel="noopener">444 N Camden Dr, Beverly Hills, CA 90210</a>
+ <a class="dir-phone" href="tel:+13106516267">+1-310-651-6267</a>
+ </div><div class="dir-item">
+ <span class="dir-name">Maven Medi Spa</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Maven%20Medi%20Spa%20415%20N%20Crescent%20Dr%2C%20Suite%20140%2C%20Beverly%20Hills%2C%20CA%2090210" target="_blank" rel="noopener">415 N Crescent Dr, Suite 140, Beverly Hills, CA 90210</a>
+ <a class="dir-phone" href="tel:+13106018606">+1-310-601-8606</a>
+ </div>
+ </div>
+ <div class="dir-group">
+ <h4 class="dir-cat">Ophthalmology / Lasik <em>2</em></h4>
+ <div class="dir-item">
+ <span class="dir-name">Beverly Hills Institute of Ophthalmology</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Beverly%20Hills%20Institute%20of%20Ophthalmology%20416%20N%20Bedford%20Dr%2C%20Suite%20300%2C%20Beverly%20Hills%2C%20CA%2090210" target="_blank" rel="noopener">416 N Bedford Dr, Suite 300, Beverly Hills, CA 90210</a>
+ <a class="dir-phone" href="tel:+13102732333">+1-310-273-2333</a>
+ </div><div class="dir-item">
+ <span class="dir-name">Beverly Hills Eye Associates</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Beverly%20Hills%20Eye%20Associates%20450%20N%20Bedford%20Dr%2C%20Suite%20101%2C%20Beverly%20Hills%2C%20CA%2090210" target="_blank" rel="noopener">450 N Bedford Dr, Suite 101, Beverly Hills, CA 90210</a>
+ <a class="dir-phone" href="tel:+13102749205">+1-310-274-9205</a>
+ </div>
+ </div>
+ <div class="dir-group">
+ <h4 class="dir-cat">Plastic Surgery <em>3</em></h4>
+ <div class="dir-item">
+ <span class="dir-name">PROFILES Beverly Hills Plastic Surgery</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=PROFILES%20Beverly%20Hills%20Plastic%20Surgery%20435%20N%20Bedford%20Dr%2C%20Suite%20500%2C%20Beverly%20Hills%2C%20CA%2090210" target="_blank" rel="noopener">435 N Bedford Dr, Suite 500, Beverly Hills, CA 90210</a>
+ <a class="dir-phone" href="tel:+13102766800">+1-310-276-6800</a>
+ </div><div class="dir-item">
+ <span class="dir-name">Beverly Hills Plastic Surgery Group</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Beverly%20Hills%20Plastic%20Surgery%20Group%20436%20N%20Bedford%20Dr%2C%20Suite%20214%2C%20Beverly%20Hills%2C%20CA%2090210" target="_blank" rel="noopener">436 N Bedford Dr, Suite 214, Beverly Hills, CA 90210</a>
+ <a class="dir-phone" href="tel:+13102756600">+1-310-275-6600</a>
+ </div><div class="dir-item">
+ <span class="dir-name">Dr. Michael K. Newman Plastic Surgery</span>
+ <a class="dir-addr" href="https://maps.google.com/?q=Dr.%20Michael%20K.%20Newman%20Plastic%20Surgery%20416%20N%20Bedford%20Dr%2C%20Suite%20403%2C%20Beverly%20Hills%2C%20CA%2090210" target="_blank" rel="noopener">416 N Bedford Dr, Suite 403, Beverly Hills, CA 90210</a>
+ <a class="dir-phone" href="tel:+13108590010">+1-310-859-0010</a>
+ </div>
+ </div></div>
+
+<p>Beverly Hills earned its standing as the capital of cosmetic medicine the same way it earned every other superlative attached to its name: an unusually high concentration of the very best, sustained over generations by a clientele that expects nothing less. For anyone exploring the field, the city offers extraordinary depth of expertise — and the smartest way to navigate it is slowly, with good questions and verified credentials in hand.</p>
+
+ <div class="more">
+ <h3>More from Beverly Hills Videos</h3>
+ <ul><li><a href="/posts/beverly-hills-real-estate.html">Why Beverly Hills Real Estate Sits at the Summit of Global Luxury</a></li><li><a href="/posts/rodeo-drive-guide.html">Rodeo Drive: A Guide to the World’s Most Famous Shopping Street</a></li><li><a href="/posts/things-to-do-beverly-hills.html">Things to Do in Beverly Hills: A Local’s Guide</a></li></ul>
+ </div>
+ </div>
+ </article>
+
+ <footer class="site-foot">
+ <div class="wrap">
+ <p>© 2026 Beverly Hills Videos · beverlyhillsvideos.com</p>
+ <p class="fine">An independent editorial guide to Beverly Hills — its neighborhoods, culture, shopping, and dining.
+ Not affiliated with the City of Beverly Hills. <a href="/privacy.html">Privacy</a></p>
+ <p class="fine">Hero image: “Via Rodeo, Beverly Hills” by <a href="https://commons.wikimedia.org/wiki/File:Via_Rodeo,_Beverly_Hills.jpg" target="_blank" rel="noopener noreferrer">Kjetil Ree</a>, <a href="https://creativecommons.org/licenses/by-sa/2.5/" target="_blank" rel="noopener noreferrer">CC BY-SA 2.5</a>.</p>
+ </div>
+ </footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/public/style.css b/public/style.css
index 3fe56b8..3f71be4 100644
--- a/public/style.css
+++ b/public/style.css
@@ -102,6 +102,18 @@ p{margin:0 0 1.1em}
.d-s{background:#b8935a}
.d-d{background:#2f5d7c}
.d-l{background:#6d2f3d}
+/* specialty directory (doctors / attorneys) */
+.directory{margin:30px 0 10px}
+.dir-group{margin:0 0 30px}
+.dir-cat{font-family:var(--ui);text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:500;color:var(--accent);border-bottom:1px solid var(--ink);padding-bottom:.55em;margin:0 0 .3em}
+.dir-cat em{font-style:normal;color:var(--muted);margin-left:.4em}
+.dir-item{display:grid;grid-template-columns:1.25fr 1.6fr auto;gap:18px;align-items:baseline;padding:.85em 0;border-bottom:1px solid var(--line)}
+.dir-name{font-family:var(--serif);font-size:1.16rem;line-height:1.25;color:var(--ink)}
+.dir-addr{font-size:.85rem;color:var(--muted);text-decoration:none;border-bottom:1px solid transparent;transition:.2s}
+.dir-addr:hover{color:var(--ink);border-bottom-color:var(--line)}
+.dir-phone{font-family:var(--ui);letter-spacing:.03em;font-size:.82rem;color:var(--accent);text-decoration:none;white-space:nowrap;justify-self:end}
+.dir-phone:hover{text-decoration:underline}
+@media(max-width:640px){.dir-item{grid-template-columns:1fr;gap:4px;padding:1em 0}.dir-phone{justify-self:start}}
#map{height:min(72vh,680px);width:100%;border:1px solid var(--line)}
.leaflet-popup-content{font-family:var(--ui);font-weight:300}
.leaflet-popup-content strong{font-family:var(--serif);font-size:1.15rem;font-weight:600}
← c1e40d7 map: add Beverly Hills doctors + attorneys as two new pin ca
·
back to Beverlyhillsvideos
·
videos: add Restaurant Films section with self-hosted Spago ba8bb55 →