:root{
  --tv-ocean:#0e5475;
  --tv-ocean-900:#0a3e58;
  --tv-cream:#f8f9fa;
  --tv-gold:#b88a2b;
  --tv-text:#0f1a22;
  --tv-muted:#6c7a86;
  --tv-white:#ffffff;
}
html{box-sizing:border-box;scroll-behavior:smooth}
*,*:before,*:after{box-sizing:inherit}
body{margin:0;background:var(--tv-cream);color:var(--tv-text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;line-height:1.6}
img{max-width:100%;height:auto;border-radius:12px;display:block}
.container{width:min(1180px,92%);margin-inline:auto}
a{color:var(--tv-ocean);text-decoration:none}
a:hover{opacity:.9}
.btn{display:inline-block;padding:14px 22px;border-radius:12px;font-weight:600;background:var(--tv-gold);color:#fff}
.header{position:sticky;top:0;z-index:10;background:linear-gradient(180deg, rgba(14,84,117,.95), rgba(14,84,117,.85));color:#fff}
.header .inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.brand{font-family:Georgia,'Times New Roman',serif;font-weight:700;letter-spacing:.06em}
.brand a{color:#fff;font-size:22px}
.nav a{color:#fff;margin-left:24px;opacity:.95}
.nav a:hover{opacity:1}
.hero{background:var(--tv-ocean);color:#fff;position:relative;overflow:hidden;min-height:70vh;}
.hero .media{position:absolute;inset:0;opacity:.35;width:100%;height:100%;object-fit:cover}
.hero .content{position:relative;padding:110px 0 120px}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;color:var(--tv-text);line-height:1.2}
h1{font-size:56px;margin:0 0 18px;color:#fff}
h2{font-size:36px;margin:0 10px 10px 0}
.section{padding:72px 0}
.section.light{background:var(--tv-cream)}
.section.white{background:#fff}
.kicker{letter-spacing:.1em;text-transform:uppercase;font-size:16px;color:#e9f2f7;margin-bottom:10px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.card{background:#fff;border-radius:18px;padding:16px;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.card h3{margin:12px 0 6px}
.card p{color:var(--tv-muted);margin:0 0 8px}
.list-icons{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:12px}
.list-icons li{display:flex;align-items:center;gap:10px}
.badge{width:28px;height:28px;background:var(--tv-cream);border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:var(--tv-ocean);font-weight:700}
.split{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}
.footer{background:var(--tv-ocean-900);color:#d8e3ea;padding:36px 0}
.footer a{color:#d8e3ea}
@media (max-width:900px){
  .grid-3{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  h1{font-size:40px}
}

h1,h2,h3 {font-family:'Cormorant Garamond',serif;}
body,p,a,li {font-family:'Inter',sans-serif;}

.header{
  position:sticky; top:0; z-index:10;
  background:#fff; color:#000;
  border-bottom:1px solid #eee;
}
.header .inner{
  display:flex; flex-direction:column;
  align-items:center; justify-content:center;
  padding:16px 0;
}
.header .brand a{ color:#000; font-size:24px; text-decoration:none; }
.header .nav{ margin-top:8px; }
.header .nav a{ color:#000; margin:0 14px; text-decoration:none; font-weight:500; }
.header .nav a:hover{ opacity:.7; }

.hero{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  position:relative;
}
.hero .content{
  position:relative;
  z-index:2;
  padding:0;
}
.hero .btn{
  background:#000;
  color:#fff;
}
.hero .media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0.35;
  filter:grayscale(100%);
  transform:scale(0.75);
  transform-origin:center;
}

.hero{
  background:var(--tv-cream);
}
.hero .content p{
  margin:0 auto 20px auto;
  text-align:center;
}

.hero { background: var(--tv-cream); }
.hero .content p { margin: 0 auto 20px auto; text-align: center; }

.hero .media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: none;
  transform: none;
}

.brand .logo-icon {
  height: 28px;
  margin-right: 8px;
  vertical-align: middle;
}

.brand .logo-icon {
  height: 80px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}

.btn {
  background: transparent !important;
  color: var(--tv-text) !important;
  border: 2px solid currentColor;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.hero .btn {
  color: #0f1a22 !important;
  border-color: #0f1a22;
}
.btn:hover {
  background: var(--tv-text);
  color: #fff !important;
  border-color: var(--tv-text);
}

.hero .btn {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
.hero .btn:hover {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

#contact .btn {
  background: transparent !important;
  color: var(--tv-text) !important;
  border: 2px solid var(--tv-text) !important;
}
#contact .btn:hover {
  background: transparent !important;
  color: var(--tv-text) !important;
  border-color: var(--tv-text) !important;
}

html {
  scroll-padding-top: 80px;
}

body, h1, h2, h3 {
  font-family: 'PT Serif', serif !important;
}

.card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
}

.footer {
  background: #000000 !important;
  color: #d8e3ea;
}
.footer a { color: #d8e3ea; }

.hero { position: relative; }
.hero-slideshow {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
.hero-slideshow .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 70vh;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  will-change: opacity;
}
.hero-slideshow .slide.active { opacity: 1; z-index: 2; }

/* keep content above slideshow */
.hero .content { position: relative; z-index: 3 !important; }

/* match hero height to slideshow */
.hero {
  height: 70vh;
  min-height: 70vh;
  background: none !important;
}

/* inline-style equivalents moved from HTML */
.section h2 a,
#concierge h2 a,
#transportation h2 a,
#destinations h2 a,
.link-plain {
  font-family: 'PT Serif', serif !important;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}

/* extracted inline utility classes */
.u-d4c0d27e{max-width:720px;color:#e9f2f7;font-size:20px}
.u-7fa56380{padding:20px}
.u-990b1304{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.u-8f0e9474{padding:12px;border-radius:10px;border:1px solid #ddd}
.u-e0005366{grid-column:1/-1;padding:12px;border:1px solid #ddd;border-radius:10px}
.u-002535c2{margin-top:12px}
