--cream: #FAF6F1; --warm-white: #FFFCF8; --crimson: #8B1A1A;
--terracotta: #C2623B; --gold: #C4A265; --gold-light: #D4B98A;
--brown: #3D2318; --footer-bg: #3D0A05; --text: #3A3330;
--text-light: #7A7068; --border: #E0D6CC; --light: #F5F0EA;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Cormorant Garamond', Georgia, serif; background: var(--cream); color: var(--text); overflow-x: hidden; }
img { display: block; max-width: 100%; }
.cover-img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Issue bar */
.issue-bar { background: var(--brown); padding: 9px 48px; display: flex; align-items: center; justify-content: space-between; }
.issue-bar-left { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.issue-bar-right { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250,246,241,0.4); }
/* Nav */
nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; height: 64px; background: rgba(250,246,241,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav-logo { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brown); text-decoration: none; }
.nav-logo em { font-style: normal; color: var(--crimson); font-weight: 400; }
.nav-links { display: flex; gap: 40px; list-style: none; position: absolute; left: 50%; transform: translateX(-50%); }
.nav-links a { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--crimson); }
.nav-subscribe { font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--crimson); text-decoration: none; border-bottom: 1px solid var(--crimson); padding-bottom: 1px; }
/* Article hero */
.article-hero { position: relative; height: 70vh; min-height: 500px; overflow: hidden; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.article-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(61,35,24,0.92) 0%, rgba(61,35,24,0.3) 50%, transparent 100%); }
.article-hero-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 72px 120px 56px; z-index: 2; }
.article-kicker { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--terracotta); display: block; margin-bottom: 18px; }
.article-headline { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 4vw, 58px); font-weight: 300; line-height: 1.08; color: var(--cream); margin-bottom: 24px; max-width: 800px; }
.article-headline em { font-style: italic; color: var(--gold); }
.article-meta { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.12em; color: rgba(250,246,241,0.5); display: flex; gap: 18px; align-items: center; }
.article-meta span + span::before { content: '·'; margin-right: 18px; }
/* Article body */
.article-body { max-width: 780px; margin: 0 auto; padding: 72px 48px 96px; }
.article-lede { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; font-style: italic; line-height: 1.6; color: var(--brown); margin-bottom: 44px; padding-bottom: 44px; border-bottom: 1px solid var(--border); }
.article-body p { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 300; line-height: 1.85; color: var(--text); margin-bottom: 28px; }
.article-body p em { font-style: italic; color: var(--brown); }
.article-body h2 { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; line-height: 1.15; color: var(--brown); margin: 56px 0 24px; }
.article-body h2 em { font-style: italic; color: var(--crimson); }
/* Pull quote */
.article-pullquote { margin: 56px -80px; padding: 48px 80px; background: var(--warm-white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); text-align: center; }
.article-pullquote-mark { font-family: 'Cormorant Garamond', serif; font-size: 60px; font-weight: 300; line-height: 0.5; color: var(--gold); display: block; margin-bottom: 24px; }
.article-pullquote-text { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px, 2.5vw, 32px); font-weight: 300; font-style: italic; line-height: 1.45; color: var(--brown); max-width: 600px; margin: 0 auto 20px; }
.article-pullquote-attr { font-family: 'Montserrat', sans-serif; font-size: 8.5px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-light); }
/* Inline image */
.article-img-block { margin: 48px -80px; }
.article-img-block img { width: 100%; height: 440px; object-fit: cover; }
.article-img-caption { padding: 12px 80px 0; font-family: 'Montserrat', sans-serif; font-size: 8px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-light); }
/* Hotel facts box */
.article-facts { background: var(--brown); color: var(--cream); padding: 44px 52px; margin: 52px 0; }
.article-facts-title { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 24px; }
.article-facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 48px; }
.article-fact-label { font-family: 'Montserrat', sans-serif; font-size: 8px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(250,246,241,0.4); display: block; margin-bottom: 4px; }
.article-fact-value { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 300; line-height: 1.5; color: var(--cream); }
/* Gold rule */
.article-rule { width: 48px; height: 1px; background: var(--gold); margin: 48px 0; }
/* Back link */
.article-back { display: inline-flex; align-items: center; gap: 10px; font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--crimson); text-decoration: none; margin-bottom: 48px; border-bottom: 1px solid var(--crimson); padding-bottom: 2px; }
/* Footer */
footer { background: var(--footer-bg); padding: 72px 80px 44px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 56px; padding-bottom: 56px; border-bottom: 1px solid rgba(250,246,241,0.08); }
.footer-brand { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cream); display: block; margin-bottom: 14px; }
.footer-tagline { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic; font-weight: 300; color: rgba(250,246,241,0.45); line-height: 1.65; margin-bottom: 24px; }
.footer-col-title { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 22px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 300; color: rgba(250,246,241,0.5); text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; }
.footer-copy { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 300; letter-spacing: 0.1em; color: rgba(250,246,241,0.25); }
.footer-legal { display: flex; gap: 28px; }
.footer-legal a { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 300; letter-spacing: 0.1em; color: rgba(250,246,241,0.25); text-decoration: none; }
/* ── HAMBURGER BUTTON ── */
.nav-hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; background: none; border: none; padding: 6px 4px; z-index: 101; }
.nav-hamburger span { display: block; width: 22px; height: 1.5px; background: var(--brown); transition: all 0.25s ease; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
/* ── MOBILE NAV DRAWER ── */
.mobile-nav { display: none; position: fixed; top: 64px; left: 0; right: 0; background: rgba(250,246,241,0.98); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); z-index: 99; padding: 0 32px 28px; }
.mobile-nav.open { display: block; }
.mobile-nav ul { list-style: none; }
.mobile-nav ul li { border-bottom: 1px solid var(--border); }
.mobile-nav ul li a { display: block; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brown); text-decoration: none; padding: 16px 0; transition: color 0.2s; }
.mobile-nav ul li a:hover { color: var(--crimson); }
.mobile-nav-subscribe { display: block; margin-top: 20px; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--crimson); text-decoration: none; text-align: center; padding: 14px; border: 1px solid var(--crimson); }
@media (max-width: 900px) {
.issue-bar { padding: 9px 24px; }
.issue-bar-right { display: none; }
nav { padding: 0 24px; }
.nav-links { display: none; }
.nav-subscribe { display: none; }
.nav-hamburger { display: flex; }
/* Article hero */
.article-hero { height: 55vh; min-height: 320px; }
.article-hero-content { padding: 48px 36px 36px; }
/* Article body */
.article-body { padding: 48px 28px 64px; }
.article-pullquote { margin: 44px -28px; padding: 36px 28px; }
.article-img-block { margin: 36px -28px; }
.article-img-block img { height: 340px; }
.article-img-caption { padding: 10px 28px 0; }
/* Footer */
footer { padding: 48px 28px 32px; }
.footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
.footer-bottom { flex-direction: column; gap: 12px; align-items: flex-start; }
}
@media (max-width: 560px) {
nav { padding: 0 20px; }
.issue-bar { padding: 9px 20px; }
/* Article hero */
.article-hero { height: 50vh; min-height: 280px; }
.article-hero-content { padding: 36px 24px 28px; }
/* Article body */
.article-body { padding: 36px 20px 52px; }
.article-lede { font-size: 19px; }
.article-body p { font-size: 17px; }
.article-body h2 { font-size: 26px; margin: 40px 0 18px; }
.article-pullquote { margin: 36px -20px; padding: 32px 20px; }
.article-img-block { margin: 32px -20px; }
.article-img-block img { height: 260px; }
.article-img-caption { padding: 10px 20px 0; }
/* Footer */
footer { padding: 40px 20px 28px; }
.footer-top { grid-template-columns: 1fr; gap: 28px; }
.footer-legal { flex-wrap: wrap; gap: 10px 20px; }
}
The Splendid Edit — Issue No. 07 — Summer 2026
Splendid Media — worldofsplendid.com
The Splendid Edit
Subscribe
The Stay · New York
The apartment above Fifth Avenue
By The Splendid Edit
3 July 2026
Travel
← Back to The Edit
The Crown Building has watched the corner of Fifth Avenue and 57th Street since 1921. Aman keeps apartments at the top of it, and two of them have pools.
The lift is the tell. Aman New York runs a dedicated bank for its Homes, past the hotel floors to the top of the Crown Building. The doors open onto an apartment with an open-plan living room, a working fireplace and a full kitchen. Twenty floors below, Fifth Avenue carries on without you.
The building earned the address. It went up in 1921, and in 1929 it gave the Museum of Modern Art its first home. The crown at its peak is gilded and lit after dark. Aman restored the whole thing and opened above the flagship stores in 2022, with Jean-Michel Gathy handling the interiors.
The Homes
One-, Two- and Three-Bedroom Homes sit on the upper floors. The largest takes the entire 24th storey, 585 square metres with an office, a movie room and a bathtub shaped like a sofa. A Three-Bedroom on the 19th floor looks straight up Central Park. The smallest still runs to 107 square metres, which in Midtown is a serious apartment.
Two come with pools. The Three-Bedroom Home with Pool opens onto a private terrace where an infinity edge and a hot tub hang above Fifth Avenue, the park filling the view north. The Two-Bedroom version lines its pool along the 57th Street skyline instead, with woven chairs and clipped planting between the water and the glass.
Courtesy of Aman — The Two-Bedroom Home's terrace pool over 57th Street, Aman New York
“
A front door twenty floors above the shop windows.
The Splendid Edit
The house
Downstairs the hotel holds 83 suites, among the largest in the city, each with a working fireplace and a deep soaking tub. The 14th floor is the social heart. Arva cooks Italian, Nama keeps Japan's washoku tradition, and the Garden Terrace stays open all year under its own canopy.
The spa takes three floors, 2,300 square metres with an indoor pool, a hammam steam room, a banya sauna and a cold plunge terrace. Novak Djokovic put his name to a detoxification programme here. Below street level there is a Jazz Club with red velvet curtains and a grand piano.
Home stays come with small print worth reading. Breakfast at Arva or in your own kitchen, butler service, house cars for anything within twenty blocks, and a standing bar of signature bottled cocktails, wine and spirits at no further charge. A resident chef can be hired for the length of a stay.
The Splendid Edit — Hotel Facts
Location The Crown Building, 730 Fifth Avenue, Midtown Manhattan
Suites 83, among the largest in the city, all with fireplaces
Homes One to three bedrooms, 107 to 585 sq m, dedicated lift bank
Pools Two Homes with private terrace pools; indoor pool in the spa
Dining Arva — Nama — Garden Terrace — The Jazz Club
Design Interiors by Jean-Michel Gathy
The verdict
Manhattan hotels sell proximity. Aman New York sells distance, measured in floors. Take a Home with a pool, let the butler stock the bar, and watch the evening light drop down the glass towers from your own terrace. The city looks better from the top of the crown.
The Splendid Edit on Aman New York, the Crown Building, Fifth Avenue. Suites from approximately $3,000 per night; Homes on application. Book through aman.com.
Photography courtesy of Aman — Aman New York, the Crown Building