<style>
/* ═══════════════════════════════════════
   TOTRIP — IVORY WHITE + CHAMPAGNE GOLD
   LUXURY DESIGN SYSTEM
═══════════════════════════════════════ */
:root {
  --ivory:      #FAF8F2;
  --white:      #FFFFFF;
  --gold:       #C9A64B;
  --gold-h:     #B8912F;
  --gold-a:     #D6B86A;
  --gold-dim:   rgba(201,166,75,0.12);
  --gold-b:     rgba(201,166,75,0.28);
  --navy:       #0F172A;
  --navy-2:     #1E293B;
  --body-txt:   #334155;
  --muted:      #64748B;
  --border:     #E7E0CF;
  --border-l:   #F0EBE0;
  --shadow-s:   0 2px 12px rgba(15,23,42,0.07);
  --shadow-m:   0 6px 28px rgba(15,23,42,0.10);
  --shadow-l:   0 16px 56px rgba(15,23,42,0.13);
  --shadow-g:   0 4px 20px rgba(201,166,75,0.25);
  --green:      #166534;
  --green-b:    #15803D;
  --fd:         'Playfair Display', Georgia, serif;
  --fb:         'Outfit', sans-serif;
  --r:          4px;
  --tr:         0.26s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--ivory); color: var(--body-txt); font-family: var(--fb); line-height: 1.72; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { cursor: pointer; font-family: var(--fb); }

.skip-nav { position: absolute; top: -999px; left: -999px; background: var(--gold); color: var(--navy); padding: 8px 16px; font-size: 14px; font-weight: 600; z-index: 9999; }
.skip-nav:focus { top: 8px; left: 8px; }

.sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 2000; display: none; background: var(--white); border-top: 1px solid var(--border); padding: 10px 16px; gap: 10px; box-shadow: 0 -4px 16px rgba(15,23,42,0.10); }
.sticky-cta a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 13px 8px; font-size: 13px; font-weight: 600; border-radius: var(--r); text-align: center; }
.s-call { background: var(--green); color: var(--white); }
.s-wa   { background: #25D366; color: var(--navy); }
.s-book { background: var(--gold); color: var(--navy); }

.wa-bubble { position: fixed; bottom: 32px; right: 28px; z-index: 1999; width: 60px; height: 60px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 24px rgba(37,211,102,.35); font-size: 28px; transition: transform var(--tr), box-shadow var(--tr); text-decoration: none; }
.wa-bubble:hover { transform: scale(1.1); box-shadow: 0 10px 32px rgba(37,211,102,.5); }

header { position: sticky; top: 0; z-index: 1500; background: rgba(255,255,255,0.97); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); box-shadow: var(--shadow-s); }
.nav-inner { max-width: 1300px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { display: flex; flex-direction: column; line-height: 1.1; }
.logo-name { font-family: var(--fd); font-size: 30px; font-weight: 800; color: var(--navy); letter-spacing: 2px; }
.logo-tag { font-size: 9.5px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--muted); }
nav { display: flex; align-items: center; gap: 32px; }
nav > a { font-size: 12.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--body-txt); transition: color var(--tr); position: relative; font-weight: 500; }
nav > a::after { content: ""; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--gold); transition: width 0.3s; }
nav > a:hover { color: var(--gold); }
nav > a:hover::after { width: 100%; }
nav > a.active { color: var(--gold); }
nav > a.active::after { width: 100%; }
.nav-phone { display: flex; align-items: center; gap: 20px; }
.nav-phone-num { font-size: 14px; font-weight: 600; color: var(--navy); }
.nav-phone-num span { color: var(--gold); font-size: 11px; display: block; letter-spacing: 0.5px; }
.btn-nv { background: var(--gold); color: var(--navy) !important; padding: 10px 24px; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border-radius: var(--r); transition: background var(--tr), transform var(--tr), box-shadow var(--tr); border: none; }
.btn-nv:hover { background: var(--gold-h); transform: translateY(-1px); box-shadow: var(--shadow-g); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 26px; height: 2px; background: var(--navy); }
.mob-nav { display: none; background: var(--white); border-top: 1px solid var(--border); padding: 20px 28px; flex-direction: column; gap: 4px; box-shadow: var(--shadow-m); }
.mob-nav.open { display: flex; }
.mob-nav a { font-size: 14px; letter-spacing: 1px; color: var(--body-txt); text-transform: uppercase; padding: 12px 0; border-bottom: 1px solid var(--border-l); transition: color var(--tr); font-weight: 500; }
.mob-nav a:hover { color: var(--gold); }
.mob-ctas { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 32px; font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; border-radius: var(--r); border: none; transition: all var(--tr); cursor: pointer; white-space: nowrap; font-family: var(--fb); text-decoration: none; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-h); box-shadow: var(--shadow-g); }
.btn-grn  { background: var(--green); color: var(--white); }
.btn-grn:hover  { background: var(--green-b); }
.btn-wa   { background: #25D366; color: var(--navy); }
.btn-wa:hover   { background: #1ebe5d; }
.btn-out  { background: var(--white); color: var(--gold); border: 1.5px solid var(--gold); }
.btn-out:hover  { background: var(--gold); color: var(--navy); box-shadow: var(--shadow-g); }
.btn-lg { padding: 18px 44px; font-size: 14px; }
.btn-sm { padding: 10px 22px; font-size: 12px; }

.sec { padding: 96px 0; }
.bg2  { background: var(--white); }
.bg3  { background: var(--ivory); }
.ctr { max-width: 1300px; margin: 0 auto; padding: 0 28px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; font-weight: 600; }
.eyebrow::before { content: ""; display: block; width: 32px; height: 2px; background: var(--gold); }
.stitle { font-family: var(--fd); font-size: clamp(28px, 3.5vw, 50px); font-weight: 700; line-height: 1.1; color: var(--navy); margin-bottom: 16px; }
.stitle em { font-style: italic; color: var(--gold); }
.divider { width: 60px; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); margin-bottom: 24px; }

/* BREADCRUMB */
.bb { background: var(--white); padding: 10px 0; border-bottom: 1px solid var(--border); }
.bl { display: flex; align-items: center; gap: 7px; list-style: none; font-size: 12px; color: var(--muted); flex-wrap: wrap; }
.bl a { color: var(--gold); }
.bl a:hover { color: var(--gold-h); }

/* ═══ POST HERO ═══ */
.post-hero { position: relative; min-height: 56vh; display: flex; align-items: flex-end; background-size: cover; background-position: center; overflow: hidden; }
.post-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.post-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,23,42,.35) 0%, rgba(15,23,42,.88) 100%); }
.post-hero-in { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 90px 28px 56px; width: 100%; }
.post-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 10.5px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--navy); background: var(--gold-a); padding: 6px 14px; border-radius: 20px; font-weight: 700; margin-bottom: 20px; }
.post-hero h1 { font-family: var(--fd); font-size: clamp(30px, 4.4vw, 52px); font-weight: 800; line-height: 1.14; color: var(--white); margin-bottom: 18px; }
.post-hero-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 12.5px; color: rgba(255,255,255,0.7); }
.post-hero-meta span { display: flex; align-items: center; gap: 6px; }

/* ═══ ARTICLE ═══ */
.article-wrap { max-width: 780px; margin: 0 auto; padding: 0 28px; }
.article-body h2 { font-family: var(--fd); font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; color: var(--navy); margin: 44px 0 16px; line-height: 1.25; }
.article-body h2:first-child { margin-top: 0; }
.article-body p { font-size: 15.5px; color: var(--body-txt); line-height: 1.9; margin-bottom: 20px; }
.article-body ul, .article-body ol { margin: 0 0 20px 22px; }
.article-body li { font-size: 15.5px; color: var(--body-txt); line-height: 1.85; margin-bottom: 10px; }
.article-body strong { color: var(--navy); }
.lead { font-size: 18px !important; color: var(--navy) !important; line-height: 1.8 !important; font-weight: 400; }

.route-box { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--gold); border-radius: var(--r); padding: 26px 28px; margin: 30px 0; box-shadow: var(--shadow-s); }
.route-box h3 { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-h); font-weight: 700; margin-bottom: 12px; }
.route-table { display: flex; flex-direction: column; gap: 9px; }
.route-row { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; padding-bottom: 9px; border-bottom: 1px dashed var(--border-l); }
.route-row:last-child { border-bottom: none; padding-bottom: 0; }
.route-row span:first-child { color: var(--body-txt); }
.route-row span:last-child { color: var(--navy); font-weight: 600; }

blockquote { background: var(--navy); color: var(--white); border-radius: var(--r); padding: 32px 36px; margin: 32px 0; position: relative; }
blockquote p { color: rgba(255,255,255,0.9) !important; font-family: var(--fd); font-style: italic; font-size: 18px !important; line-height: 1.6 !important; margin-bottom: 0 !important; }
blockquote cite { display: block; margin-top: 14px; font-size: 12px; color: var(--gold-a); font-style: normal; letter-spacing: 1px; text-transform: uppercase; }

.inline-cta { background: linear-gradient(135deg, #FAF3DC 0%, #FFFDF5 60%, #FAF3DC 100%); border: 1px solid var(--gold-b); border-radius: var(--r); padding: 30px 32px; margin: 36px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.inline-cta p { margin: 0 !important; font-size: 14.5px !important; color: var(--navy) !important; font-weight: 500; max-width: 400px; }

.author-box { display: flex; align-items: center; gap: 16px; padding: 24px 0; margin-top: 40px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.author-av { width: 52px; height: 52px; border-radius: 50%; background: var(--navy); color: var(--gold-a); display: flex; align-items: center; justify-content: center; font-family: var(--fd); font-weight: 700; font-size: 18px; flex-shrink: 0; }
.author-box h5 { font-size: 14px; color: var(--navy); margin-bottom: 3px; }
.author-box p { font-size: 12.5px; color: var(--muted); margin: 0 !important; }

.share-row { display: flex; align-items: center; gap: 14px; margin-top: 20px; }
.share-row span { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.share-row a { width: 36px; height: 36px; border-radius: 50%; background: var(--white); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 13px; color: var(--gold-h); transition: all var(--tr); }
.share-row a:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }

/* Blog grid (related posts) */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.bpost { background: var(--white); border-radius: var(--r); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-s); transition: all var(--tr); display: flex; flex-direction: column; }
.bpost:hover { transform: translateY(-4px); box-shadow: var(--shadow-l); border-color: var(--gold-b); }
.bpost-img { height: 190px; background-size: cover; background-position: center; position: relative; overflow: hidden; }
.bpost-img-tag { width: 100%; height: 100%; object-fit: cover; display: block; }
.bpost-cat { position: absolute; top: 14px; left: 14px; background: rgba(15,23,42,0.82); color: var(--gold-a); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; padding: 6px 12px; border-radius: 20px; }
.bpost-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.bpost-meta { display: flex; align-items: center; gap: 12px; font-size: 11px; color: var(--muted); margin-bottom: 10px; letter-spacing: .5px; }
.bpost h3 { font-family: var(--fd); font-size: 17px; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 8px; }
.bpost p { font-size: 13px; color: var(--body-txt); line-height: 1.7; margin-bottom: 14px; flex: 1; }
.bpost-link { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gold-h); transition: gap var(--tr); }
.bpost:hover .bpost-link { gap: 11px; }

/* Newsletter */
.nl-wrap { background: linear-gradient(135deg, #FAF3DC 0%, #FFFDF5 60%, #FAF3DC 100%); border: 1px solid var(--gold-b); border-radius: var(--r); padding: 48px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.nl-txt h3 { font-family: var(--fd); font-size: 24px; color: var(--navy); margin-bottom: 6px; }
.nl-txt p { font-size: 13.5px; color: var(--body-txt); max-width: 420px; }
.nl-form { display: flex; gap: 10px; flex-wrap: wrap; }
.nl-form input { background: var(--white); border: 1.5px solid var(--border); padding: 13px 18px; font-size: 14px; font-family: var(--fb); border-radius: var(--r); outline: none; min-width: 240px; transition: border-color var(--tr); }
.nl-form input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-dim); }

/* CTA BANNER */
.cta-ban { background: linear-gradient(135deg, #FAF3DC 0%, #FFFDF5 60%, #FAF3DC 100%); padding: 96px 0; text-align: center; position: relative; overflow: hidden; border-top: 3px solid var(--gold); border-bottom: 3px solid var(--gold); }
.cta-ban::before { content: ""; position: absolute; top: -80px; left: 50%; transform: translateX(-50%); width: 700px; height: 300px; background: radial-gradient(ellipse, rgba(201,166,75,.18) 0%, transparent 70%); }
.cta-ban .ctr { position: relative; }
.cta-ban h2 { font-family: var(--fd); font-size: clamp(30px, 4vw, 54px); font-weight: 700; color: var(--navy); margin-bottom: 16px; }
.cta-ban h2 em { color: var(--gold); font-style: italic; }
.cta-ban p { font-size: 16px; color: var(--body-txt); max-width: 580px; margin: 0 auto 40px; line-height: 1.85; }
.cta-row-c { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }

/* FOOTER */
footer { background: #0F172A; border-top: 3px solid var(--gold); }
.ft-top { max-width: 1300px; margin: 0 auto; padding: 68px 28px 52px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.3fr; gap: 48px; }
.ft-brand .logo-name { font-size: 30px; margin-bottom: 4px; color: var(--gold-a); }
.ft-brand .logo-tag { display: block; margin-bottom: 16px; color: rgba(255,255,255,0.5); }
.ft-brand p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.85; margin-bottom: 22px; }
.ft-soc { display: flex; gap: 9px; flex-wrap: wrap; }
.fts { width: 38px; height: 38px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; transition: all var(--tr); text-decoration: none; color: rgba(255,255,255,0.7); }
.fts:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.fcol h3 { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; font-weight: 700; }
.fcol ul { display: flex; flex-direction: column; gap: 10px; }
.fcol ul li a { font-size: 13px; color: rgba(255,255,255,0.6); transition: color var(--tr); display: flex; align-items: center; gap: 6px; }
.fcol ul li a::before { content: "›"; color: var(--gold); }
.fcol ul li a:hover { color: var(--gold-a); }
.ft-ci-list { display: flex; flex-direction: column; gap: 13px; }
.ft-ci { display: flex; align-items: flex-start; gap: 9px; }
.ft-ci .ico { color: var(--gold); font-size: 13px; margin-top: 2px; }
.ft-ci p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; }
.ft-ci a { color: var(--gold-a); transition: color var(--tr); }
.ft-ci a:hover { color: var(--white); }
.ft-bot { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 28px; max-width: 1300px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 11px; }
.ft-bot p { font-size: 11.5px; color: rgba(255,255,255,0.4); }
.ft-bot a { color: rgba(255,255,255,0.5); transition: color var(--tr); }
.ft-bot a:hover { color: var(--gold-a); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.rv { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.rv.vis { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) { .blog-grid { grid-template-columns: 1fr 1fr; } .ft-top { grid-template-columns: 1fr 1fr 1fr; gap: 32px; } .ft-brand { grid-column: 1 / -1; } }
@media (max-width: 768px) {
  nav, .nav-phone { display: none; }
  .hamburger { display: flex; }
  .blog-grid { grid-template-columns: 1fr; }
  .ft-top { grid-template-columns: 1fr; gap: 28px; }
  .nl-wrap { padding: 32px 24px; flex-direction: column; align-items: flex-start; }
  .nl-form { width: 100%; }
  .nl-form input { flex: 1; min-width: 0; }
  .inline-cta { flex-direction: column; align-items: flex-start; }
  .wa-bubble { display: none; }
  .sticky-cta { display: flex; }
  body { padding-bottom: 70px; }
  .sec { padding: 64px 0; }
}
@media (max-width: 480px) { .post-hero h1 { font-size: 30px; } }

/* AI OVERVIEW ANSWER BOX */
.ai-answer { background: rgba(212,175,55,0.08); border-left: 4px solid #d4af37; border-radius: 0 8px 8px 0; padding: 20px 24px; margin: 0 0 32px; font-size: 14px; color: #444; line-height: 1.8; }
.ai-answer strong { color: #0d2847; }
.ai-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #d4af37; font-weight: 700; display: block; margin-bottom: 8px; }

