 :root{--ocean-dark:#0c2340;--ocean-mid:#1a4a6e;--ocean-light:#2d6a8f;--accent:#e8913a;--accent-hover:#d07a2e;--sand:#f5f0e8;--white:#ffffff;--text-dark:#1a1a2e;--text-mid:#4a4a5a;--text-light:#7a7a8a;--border:#dde1e7;}
 *{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',system-ui,sans-serif;background:var(--sand);color:var(--text-dark);line-height:1.65}a{color:var(--ocean-mid);text-decoration:none}a:hover{color:var(--accent)}.container{max-width:1100px;margin:0 auto;padding:0 20px}.site-header{background:var(--ocean-dark);padding:16px 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(0,0,0,0.25)}.site-header .container{display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.5rem;font-weight:800;color:var(--white);letter-spacing:-0.5px}.logo span{color:var(--accent)}.nav{display:flex;gap:24px;flex-wrap:wrap}.nav a{color:rgba(255,255,255,0.85);font-size:0.9rem;font-weight:500}.nav a:hover{color:var(--accent)}.hero{background:linear-gradient(135deg,var(--ocean-dark) 0%,var(--ocean-mid) 60%,#1a5a7a 100%);color:var(--white);padding:80px 0 72px;text-align:center}.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-0.5px}.hero h1 em{font-style:normal;color:var(--accent)}.hero__sub{font-size:1.15rem;color:rgba(255,255,255,0.8);max-width:640px;margin:0 auto 32px;line-height:1.7}.hero__cities{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.hero__city{font-size:1rem;font-weight:600;color:rgba(255,255,255,0.9);text-decoration:none;transition:color .2s}.hero__city:hover{color:var(--accent)}.hero__city::after{content:'';display:block;width:6px;height:6px;background:var(--accent);border-radius:50%;margin:8px auto 0}section{padding:56px 0}.section-title{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;color:var(--ocean-dark);margin-bottom:20px;letter-spacing:-0.3px}.section-title::before{content:'';display:block;width:36px;height:3px;background:var(--accent);border-radius:2px;margin-bottom:14px}.section-intro{font-size:1.05rem;color:var(--text-mid);max-width:680px;line-height:1.75}.city-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:28px;margin-top:36px}.city-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05);border:1px solid var(--border);transition:box-shadow .25s,transform .25s}.city-card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.14);transform:translateY(-2px)}.city-card__label{position:absolute;bottom:16px;left:0;right:0;text-align:center;font-size:.85rem;font-weight:600;color:var(--white);z-index:2;text-shadow:0 1px 4px rgba(0,0,0,.5)}.city-card__city{position:absolute;top:12px;left:12px;font-size:.72rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--white);background:rgba(0,0,0,0.55);padding:4px 10px;border-radius:4px;z-index:2}
.city-card__image{width:100%;aspect-ratio:16/7;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white);font-size:1rem;font-weight:600;gap:8px}.city-card__body{padding:24px}.city-card__city{font-size:.78rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--accent);margin-bottom:8px}.city-card__title{font-size:1.15rem;font-weight:700;color:var(--ocean-dark);margin-bottom:10px}.city-card__desc{font-size:.88rem;color:var(--text-mid);line-height:1.65;margin-bottom:18px}.city-card__links{display:flex;flex-direction:column;gap:8px}.city-card__link{font-size:.85rem;font-weight:600;color:var(--ocean-mid);display:flex;align-items:center;gap:6px}.city-card__link:hover{color:var(--accent)}.how-section{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.how-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:32px;margin-top:32px}.how-step{text-align:center}.how-step__number{font-size:2rem;font-weight:800;color:var(--accent);margin-bottom:8px}.how-step__title{font-size:1rem;font-weight:700;color:var(--ocean-dark);margin-bottom:8px}.how-step__desc{font-size:.88rem;color:var(--text-mid);line-height:1.6}.affiliate-banner{background:#fff8ed;border:1px solid #f0d48a;border-radius:10px;padding:20px 28px;margin-top:40px;font-size:.88rem;color:#6a4a00;line-height:1.7}.site-footer{background:var(--ocean-dark);color:rgba(255,255,255,0.6);padding:40px 0 24px;font-size:.85rem}.site-footer a{color:rgba(255,255,255,0.65)}.site-footer a:hover{color:var(--accent)}.site-footer__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:32px;margin-bottom:32px}.site-footer__col-title{color:var(--white);font-weight:700;font-size:.88rem;margin-bottom:12px}.site-footer__col ul{list-style:none;display:flex;flex-direction:column;gap:8px}.site-footer__bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}@media(max-width:640px){.nav{display:none}.hero__cities{gap:20px}.city-grid{grid-template-columns:1fr}}
 
.skip-link{position:absolute;top:-100%;left:16px;background:var(--accent);color:var(--white);padding:8px 16px;border-radius:0 0 8px 8px;font-weight:600;font-size:.85rem;z-index:9999;transition:top .2s}.skip-link:focus{top:0}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.nav-toggle span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:transform .2s,opacity .2s}
.nav-toggle--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle--open span:nth-child(2){opacity:0}
.nav-toggle--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nav-mobile{display:none;position:absolute;top:100%;left:0;right:0;background:var(--ocean-dark);flex-direction:column;gap:0;z-index:99;box-shadow:0 4px 12px rgba(0,0,0,.3)}
.nav-mobile--open{display:flex}
.nav-mobile a{color:rgba(255,255,255,.85);padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.1);font-size:.9rem;font-weight:500}.nav-mobile a:hover{color:var(--accent)}
.sticky-mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--white);padding:12px 16px;box-shadow:0 -2px 12px rgba(0,0,0,.15);z-index:200}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px}:focus:not(:focus-visible){outline:none}
@media(max-width:640px){
.nav-toggle{display:flex}
.nav{display:none}
.sticky-mobile-cta{display:block}
}

/* City Day Trips - Author Byline */
.author-byline {
  font-size: 0.875rem;
  color: #666;
  margin: 1.5rem 0;
  padding: 0.75rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  line-height: 1.6;
}
.author-byline a {
  color: #1a5f7a;
  text-decoration: none;
}
.author-byline a:hover {
  text-decoration: underline;
}

/* Info note */
.info-note {
  margin: 1.5rem 0;
  padding: 1rem;
  background: #f4f8f4;
  border-left: 3px solid #1a5f7a;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

/* === CONTENT-SEMANTIC BLOCKS === */

.content-image {
  margin: 1.5rem 0;
  max-width: 100%;
}
.content-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.content-image figcaption {
  font-size: 0.85rem;
  color: #7a7a8a;
  text-align: center;
  margin-top: 0.5rem;
  font-style: italic;
}

.decision-module {
  background: #fff;
  border: 1px solid #dde1e7;
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 860px;
  box-sizing: border-box;
}
.decision-module h2 {
  font-size: 1.35rem;
  color: #0c2340;
  margin-bottom: 1.25rem;
}
.decision-module h3 {
  font-size: 1.35rem;
  color: #0c2340;
}

.pros-cons {
  max-width: 860px;
  margin: 2rem auto;
  padding: 1.5rem 2rem;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #dde1e7;
}

.explore-more {
  background: #f8fafc;
  border: 1px solid #dde1e7;
  border-radius: 8px;
  padding: 1.5rem 2rem;
  margin: 2rem auto;
  max-width: 860px;
  box-sizing: border-box;
}
.explore-more h3 {
  font-size: 1.1rem;
  color: #0c2340;
  margin-bottom: 0.75rem;
}
.explore-more p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.75rem;
  max-width: none;
}
.explore-more ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.explore-more li a {
  color: #1a4a6e;
  font-weight: 500;
  text-decoration: none;
}
.explore-more li a:hover {
  text-decoration: underline;
}

.anecdote-box {
  background: rgba(26, 74, 110, 0.06);
  border-left: 4px solid #1a4a6e;
  padding: 1.25rem 1.5rem;
  margin: 2rem auto;
  max-width: 800px;
}
.anecdote-box p {
  margin: 0;
  font-style: italic;
  line-height: 1.8;
}
.anecdote-attribution {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: #7a7a8a;
}
