@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Jost:wght@400;500;600&display=swap');
/* Force break out of any Joomla container */
.heritage-wrap {
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
width: 100vw;
max-width: 100vw;
}
.heritage-bg {
position: relative;
width: 100%;
height: 100vh;
min-height: 500px;
background-image: url('https://www.jetbluevacations.com/images_w/jetblue/suppliers/image_url_42557.jpeg');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
margin-top: -80px;
}
/* dark overlay */
.heritage-bg::before {
content: '';
position: absolute;
inset: 0;
/*background: linear-gradient(
to bottom,
rgba(0,0,0,0.08) 0%,
rgba(0,0,0,0.40) 45%,
rgba(0,0,0,0.62) 100%
);*/
z-index: 1;
}
.heritage-content {
position: relative;
z-index: 2;
text-align: center;
padding: 2rem 1.5rem;
width: 100%;
max-width: 860px;
margin: 0 auto;
}
.heritage-prefix {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: clamp(1.8rem, 4.5vw, 3.8rem);
font-weight: 400;
color: #ffffff;
display: block;
line-height: 1.1;
text-shadow: 0 2px 16px rgba(0,0,0,0.35);
margin-bottom: 0;
}
.heritage-brand {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: clamp(2.8rem, 8vw, 6.5rem);
font-weight: 600;
color: #ffffff;
display: block;
line-height: 1.0;
text-shadow: 0 2px 22px rgba(0,0,0,0.4);
margin-bottom: 0;
}
.heritage-rule {
width: 64px;
height: 1.5px;
background: rgba(255,255,255,0.75);
margin: 1.1rem auto;
}
.heritage-dates {
font-family: 'Jost', sans-serif;
font-size: clamp(0.95rem, 3.9vw, 1.7rem);
font-weight: 500;
color: #ffffff;
letter-spacing: 0.04em;
margin: 0 0 0.35rem;
text-shadow: 0 1px 8px rgba(0,0,0,0.3);
}
.heritage-location {
font-family: 'Jost', sans-serif;
font-size: clamp(0.85rem, 3.9vw, 1.7rem);
font-weight: 400;
color: rgba(255,255,255,0.85);
letter-spacing: 0.03em;
margin: 0;
text-shadow: 0 1px 8px rgba(0,0,0,0.3);
}
/* ── RESPONSIVE ── */
@media (max-width: 959px) {
.heritage-bg {
margin-top: -40px;
}
}
@media (max-width: 768px) {
.heritage-bg {
background-position: 60% center;
}
}
@media (max-width: 480px) {
.heritage-bg {
background-position: 65% center;
height: 100svh;
}
}
Travel with
Heritage Pools
January 10 – 15 & 15 – 20, 2027
Save the Date
Pre-Registration Opens 8/1
Secrets Baby Beach Aruba
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,600&family=Jost:wght@400;500;600&display=swap');
.srs-combined {
background-color: #032e3b;
background-image:
radial-gradient(ellipse 80% 55% at 50% 30%, rgba(10,110,138,0.5) 0%, transparent 70%),
linear-gradient(180deg, rgba(3,46,59,0.4) 0%, rgba(3,46,59,0.15) 40%, rgba(3,46,59,0.9) 100%);
min-height: 600px;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
/* Geometric ring decoration */
.srs-ring {
position: absolute;
top: 5%;
right: 5%;
width: 240px;
height: 240px;
border-radius: 50%;
border: 0.5px solid rgba(201,168,76,0.18);
pointer-events: none;
}
.srs-ring::before {
content: '';
position: absolute;
inset: 22px;
border-radius: 50%;
border: 0.5px solid rgba(201,168,76,0.12);
}
.srs-ring::after {
content: '';
position: absolute;
inset: 48px;
border-radius: 50%;
border: 0.5px solid rgba(201,168,76,0.08);
}
/* ── HERO PART ── */
.srs-hero-part {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 60px 2rem 2rem;
position: relative;
z-index: 2;
}
.srs-hero-inner {
max-width: 820px;
width: 100%;
margin: 0 auto;
}
.srs-eyebrow {
font-family: 'Jost', sans-serif;
font-size: clamp(0.58rem, 1.2vw, 0.68rem);
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
color: #c9a84c;
display: block;
margin-bottom: 1rem;
}
.srs-hero-title {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: clamp(2.4rem, 6vw, 5rem);
font-weight: 400;
line-height: 1.05;
color: #ffffff;
margin: 0 0 0.3rem;
}
.srs-hero-title em {
font-style: italic;
color: #e8d5a3;
display: block;
}
.srs-hero-sub {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: clamp(0.95rem, 2vw, 1.3rem);
font-style: italic;
color: rgba(255,255,255,0.62);
margin: 0.5rem 0 0;
}
/* ── BUTTONS ── */
.srs-hero-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 1rem;
margin-top: 2rem;
}
.srs-btn {
font-family: 'Jost', sans-serif;
font-size: clamp(0.7rem, 1.4vw, 0.8rem);
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.85rem 2rem;
border-radius: 0;
cursor: pointer;
transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
white-space: nowrap;
line-height: 1.25;
}
/* Primary — solid gold fill */
.srs-btn-primary {
min-width: 208px;
background: #c9a84c;
color: #032e3b;
border: 1.5px solid #c9a84c;
}
.srs-btn-primary:hover {
background: #e8d5a3;
border-color: #e8d5a3;
color: #032e3b;
}
/* Secondary — ghost / outline */
.srs-btn-secondary {
background: transparent;
color: #e8d5a3;
border: 1.5px solid rgba(201,168,76,0.55);
}
.srs-btn-secondary:hover {
background: rgba(201,168,76,0.12);
border-color: #c9a84c;
color: #ffffff;
}
/* small question mark icon prefix */
.srs-btn-secondary::before {
content: '?';
display: inline-flex;
align-items: center;
justify-content: center;
width: 16px;
height: 16px;
border-radius: 50%;
border: 1.5px solid currentColor;
font-size: 0.65rem;
font-weight: 700;
margin-right: 0.55rem;
flex-shrink: 0;
line-height: 1;
}
/* ── WAVE DIVIDER ── */
.srs-wave-divider {
position: relative;
z-index: 2;
height: 60px;
overflow: hidden;
flex-shrink: 0;
}
.srs-wave-divider svg {
width: 100%;
height: 100%;
}
/* ── WELCOME PART ── */
.srs-welcome-part {
position: relative;
z-index: 2;
text-align: center;
padding: 1.5rem 2rem 3.5rem;
flex-shrink: 0;
}
.srs-welcome-inner {
max-width: 740px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}
.srs-welcome-tag {
font-family: 'Jost', sans-serif;
font-size: clamp(0.58rem, 1.2vw, 0.66rem);
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
color: #c9a84c;
display: block;
margin-bottom: 0.7rem;
}
.srs-welcome-heading {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: clamp(1.6rem, 3.5vw, 2.6rem);
font-weight: 400;
line-height: 1.12;
color: #ffffff;
margin: 0 0 0.9rem;
}
.srs-welcome-heading em {
font-style: italic;
color: #e8d5a3;
}
.srs-rule {
width: 46px;
height: 2px;
background: #c9a84c;
margin: 0 auto 1.4rem;
flex-shrink: 0;
}
.srs-welcome-body {
font-family: 'Jost', sans-serif;
font-size: clamp(0.85rem, 1.6vw, 0.97rem);
line-height: 1.82;
color: rgba(255,255,255,0.66);
max-width: 680px;
}
/* ── RESPONSIVE ── */
@media (max-width: 768px) {
.srs-ring { display: none; }
.srs-hero-part { padding: 60px 1.5rem 1.5rem; }
.srs-welcome-part { padding: 1rem 1.5rem 3rem; }
.srs-hero-buttons { gap: 0.8rem; }
}
@media (max-width: 480px) {
.srs-hero-part { padding: 55px 1.2rem 1rem; }
.srs-welcome-part { padding: 0.8rem 1.2rem 2.5rem; }
.srs-wave-divider { height: 40px; }
.srs-hero-buttons {
flex-direction: column;
align-items: center;
gap: 0.75rem;
}
.srs-btn {
width: 100%;
max-width: 280px;
padding-left: 0;
padding-right: 0;
overflow: hidden;
}
}
Secrets
Baby Beach Aruba
Adults-only · All-inclusive · Aruba’s southeastern coast
Wave 1: Jan 10-15, 2027Pre-Register Here(Northeast/Great Lakes)
Wave 2: Jan 15-20, 2027Pre-Register Here(Southeast)
This email address is being protected from spambots. You need JavaScript enabled to view it.
document.getElementById('cloak9a2ff3f09adfa20a268da5afaed82715').innerHTML = '';
var prefix = 'ma' + 'il' + 'to';
var path = 'hr' + 'ef' + '=';
var addy9a2ff3f09adfa20a268da5afaed82715 = 'heritage' + '@';
addy9a2ff3f09adfa20a268da5afaed82715 = addy9a2ff3f09adfa20a268da5afaed82715 + 'thegragroup' + '.' + 'com';
var addy_text9a2ff3f09adfa20a268da5afaed82715 = 'Have a Question? Click Here';document.getElementById('cloak9a2ff3f09adfa20a268da5afaed82715').innerHTML += '<a ' + path + '\'' + prefix + ':' + addy9a2ff3f09adfa20a268da5afaed82715 + '\' target = "__blank__" class="srs-btn srs-btn-secondary">'+addy_text9a2ff3f09adfa20a268da5afaed82715+'<\/a>';
Welcome to Paradise
Your Caribbean Escape Awaits
Secrets Baby Beach Aruba is the first Hyatt Inclusive Collection resort on the island — an adults-only sanctuary nestled along the serene shores of Baby Beach Bay near the charming town of San Nicolas. With 304 elegantly designed suites, seven dining venues, six bars, a world-class spa, and Unlimited-Luxury® inclusions, every moment of your Heritage Pools getaway has been thoughtfully curated.
Secrets
Baby Beach Aruba
.video-wrap {
position: relative;
width: 100%;
max-width: 1400px;
margin: 0 auto;
}
.video-wrap::before {
content: "";
display: block;
padding-top: 56.25%;
}
.video-wrap iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,600&family=Jost:wght@300;400;500;600&display=swap');
/* ── WRAPPER ── */
.srs-resort-section {
background-color: #f5ede0;
padding: 0 0 4rem;
font-family: 'Jost', sans-serif;
}
/* ── HEADER ── */
.srs-resort-header {
padding: 3.5rem 3rem 2.5rem;
max-width: 1100px;
margin: 0 auto;
}
.srs-resort-tag {
font-family: 'Jost', sans-serif;
font-size: 0.65rem;
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
color: #0a6e8a;
display: block;
margin-bottom: 0.6rem;
}
.srs-resort-heading {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 400;
line-height: 1.1;
color: #032e3b;
margin: 0 0 1rem;
}
.srs-resort-heading em {
font-style: italic;
color: #0a6e8a;
}
.srs-resort-rule {
width: 46px;
height: 2px;
background: #c9a84c;
margin-bottom: 1.2rem;
}
.srs-resort-desc {
font-size: clamp(0.88rem, 1.5vw, 1rem);
line-height: 1.75;
color: #4a4a4a;
max-width: 680px;
}
/* ── CARDS GRID ── */
.srs-cards-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0;
max-width: 1100px;
margin: 0 auto;
padding: 0 3rem;
border: 0.5px solid #ddd0b8;
}
.srs-card {
display: flex;
flex-direction: column;
background: #f5ede0;
border-right: 0.5px solid #ddd0b8;
border-bottom: 0.5px solid #ddd0b8;
}
.srs-card:nth-child(3n) {
border-right: none;
}
.srs-card:nth-child(4),
.srs-card:nth-child(5),
.srs-card:nth-child(6) {
border-bottom: none;
}
/* Photo */
.srs-card-photo {
width: 100%;
aspect-ratio: 4 / 3;
overflow: hidden;
flex-shrink: 0;
}
.srs-card-photo img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.5s ease;
}
.srs-card:hover .srs-card-photo img {
transform: scale(1.04);
}
/* Card body */
.srs-card-body {
padding: 1.6rem 1.6rem 2rem;
flex: 1;
}
.srs-card-title {
font-family: 'Jost', sans-serif;
font-size: clamp(0.7rem, 1.2vw, 0.8rem);
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #032e3b;
margin-bottom: 0.7rem;
line-height: 1.4;
}
.srs-card-text {
font-family: 'Jost', sans-serif;
font-size: clamp(0.82rem, 1.3vw, 0.9rem);
line-height: 1.72;
color: #5a5a5a;
}
/* ── RESPONSIVE ── */
@media (max-width: 900px) {
.srs-cards-grid {
grid-template-columns: repeat(2, 1fr);
padding: 0 1.5rem;
}
.srs-resort-header {
padding: 3rem 1.5rem 2rem;
}
/* reset nth-child rules and re-apply for 2-col */
.srs-card {
border-right: 0.5px solid #ddd0b8;
border-bottom: 0.5px solid #ddd0b8;
}
.srs-card:nth-child(3n) {
border-right: 0.5px solid #ddd0b8;
}
.srs-card:nth-child(2n) {
border-right: none;
}
.srs-card:nth-child(4),
.srs-card:nth-child(5),
.srs-card:nth-child(6) {
border-bottom: 0.5px solid #ddd0b8;
}
.srs-card:nth-child(5),
.srs-card:nth-child(6) {
border-bottom: none;
}
}
@media (max-width: 560px) {
.srs-cards-grid {
grid-template-columns: 1fr;
padding: 0 1.2rem;
}
.srs-resort-header {
padding: 2.5rem 1.2rem 1.8rem;
}
.srs-card {
border-right: none !important;
border-bottom: 0.5px solid #ddd0b8 !important;
}
.srs-card:last-child {
border-bottom: none !important;
}
}
The Resort
Secrets Baby Beach Aruba
The first Hyatt Inclusive Collection resort in Aruba — adults-only, all-inclusive, and set on the serene shores of Baby Beach Bay.
Seven Dining Venues
Four à la carte restaurants — Tierra (South American fusion), Portofino (Italian with wine cellar), Oceana (seafood), and Himitsu (Pan-Asian) — plus a buffet, Barefoot Grill, and Coco Café open 24 hours.
Six Bars
Six bars serving unlimited top-shelf spirits and beverages throughout the day, including a swim-up bar at the activity pool and oceanfront terrace bars with panoramic Caribbean views.
3,200 Sq Ft Secrets Spa
A full hydrotherapy circuit with sauna, steam room, four relaxation rooms, spa pool with hydromassage, cold plunge, and a beauty salon. Couples massages and solo treatments available.
Three Infinity Pools
Two oceanfront infinity pools — one exclusively for Preferred Club guests — overlooking Baby Beach Bay, plus a lively activity pool with music, poolside games, and a swim-up bar.
Welcome Cocktail Hour
Kick off your Aruba escape with an exclusive Heritage Pool Supply Group welcome reception — open bar, handcrafted cocktails, and live entertainment in a stunning oceanfront setting as the Caribbean sun sets over Baby Beach Bay.
Activities & Entertainment
Daily yoga by the infinity pool, sound healing sessions, bike tours of the southeastern coast, snorkeling at Baby Beach, CrossFit, cooking classes with chef meet-and-greets, and nightly live performances.
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Jost:wght@400;500;600&display=swap');
.srs-gallery-section {
background-color: #f5ede0;
padding: 4rem 0 4rem;
}
/* HEADER */
.srs-gallery-header {
text-align: center;
padding: 0 2rem 2.5rem;
}
.srs-gallery-tag {
font-family: 'Jost', sans-serif;
font-size: 0.66rem;
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
color: #0a6e8a;
display: block;
margin-bottom: 0.7rem;
}
.srs-gallery-heading {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: clamp(1.8rem, 4vw, 2.8rem);
font-weight: 400;
color: #032e3b;
margin: 0 0 0.9rem;
}
.srs-gallery-heading em {
font-style: italic;
color: #0a6e8a;
}
.srs-gallery-rule {
width: 46px;
height: 2px;
background: #c9a84c;
margin: 0 auto;
}
/* GRID */
.srs-gallery-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
max-width: 1200px;
margin: 2.5rem auto 0;
padding: 0 2rem;
}
.srs-gphoto {
position: relative;
overflow: hidden;
background: #ddd0b8;
aspect-ratio: 1 / 1;
}
.srs-gphoto img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.4s ease;
}
.srs-gphoto:hover img {
transform: scale(1.05);
}
/* caption */
.srs-gphoto-caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to top, rgba(3,46,59,0.78) 0%, transparent 100%);
padding: 1.2rem 1rem 0.8rem;
}
.srs-gphoto-caption span {
font-family: 'Jost', sans-serif;
font-size: 0.72rem;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #ffffff;
}
/* make first photo span 2 cols */
.srs-gphoto:first-child {
grid-column: span 2;
aspect-ratio: 2 / 1;
}
/* RESPONSIVE */
@media (max-width: 900px) {
.srs-gallery-grid {
grid-template-columns: repeat(2, 1fr);
gap: 10px;
padding: 0 1.2rem;
}
.srs-gphoto:first-child {
grid-column: span 2;
aspect-ratio: 2 / 1;
}
}
@media (max-width: 480px) {
.srs-gallery-grid {
grid-template-columns: 1fr 1fr;
gap: 8px;
padding: 0 1rem;
}
.srs-gphoto:first-child {
grid-column: span 2;
aspect-ratio: 16 / 9;
}
.srs-gphoto-caption span { font-size: 0.62rem; }
}
Photo Gallery
A Glimpse of Paradise
Tierra Restaurant
Manatees Pool Bar
Oceana Seafood
Prelude Bar
Portofino Italian
Desire Music Lounge
Himitsu Pan-Asian
Rendezvous Bar
Market Café
Sugar Reef Bar
Preferred Club Lounge
Coco Café