/* Shared styles for all Bloqq city guide pages (hubs + articles). */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #2C2C2C; background: #FFF; line-height: 1.6; }
.serif { font-family: 'Playfair Display', serif; }

/* Sticky nav */
.nav { position: sticky; top: 0; background: rgba(255,255,255,0.98); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(0,0,0,0.05); padding: 1.1rem 2rem; z-index: 40; }
.nav-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 600; color: #2C2C2C; text-decoration: none; display: flex; align-items: center; gap: 0.5rem; }
.nav-logo-dot { width: 8px; height: 8px; background: #FF725E; border-radius: 50%; }
.nav-cta { background: #FF725E; color: #FFF !important; padding: 0.6rem 1.25rem; border-radius: 6px; font-size: 0.8rem; text-decoration: none; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; transition: background 0.15s ease; }
.nav-cta:hover { background: #FF8C7A; }
/* Shared site nav links (mirrors the homepage menu) */
.nav-menu { list-style: none; display: flex; gap: 1.75rem; margin: 0; padding: 0; align-items: center; }
.nav-menu a { color: #2C2C2C; text-decoration: none; font-size: 0.85rem; font-weight: 500; transition: color 0.15s ease; letter-spacing: 0.02em; }
.nav-menu a:hover { color: #FF725E; }
.nav-menu-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #2C2C2C; padding: 0; }
@media (max-width: 900px) {
    .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #FFF; flex-direction: column; padding: 1.5rem 2rem; gap: 1.25rem; box-shadow: 0 8px 24px rgba(0,0,0,0.08); border-bottom: 1px solid rgba(0,0,0,0.05); }
    .nav-menu.open { display: flex; }
    .nav-menu-toggle { display: block; }
    .nav-cta-desktop { display: none; }
}

/* Rich footer (mirrors the homepage footer) */
.footer-rich { background-color: #141618; color: #F5F1ED; padding: 4rem 2rem 2rem; border-top: 1px solid rgba(255, 114, 94, 0.2); }
.footer-rich .footer-content { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; margin-bottom: 3rem; }
.footer-rich .footer-section h3 { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 600; margin-bottom: 1rem; color: #F5F1ED; }
.footer-rich .footer-section ul { list-style: none; padding: 0; margin: 0; }
.footer-rich .footer-section li { margin-bottom: 0.75rem; }
.footer-rich .footer-section a { text-decoration: none; color: #F5F1ED; opacity: 0.7; font-size: 0.875rem; transition: opacity 0.15s ease; }
.footer-rich .footer-section a:hover { opacity: 1; }
.footer-rich .footer-bottom { border-top: 1px solid rgba(255, 114, 94, 0.2); padding-top: 2rem; text-align: center; font-size: 0.875rem; opacity: 0.6; max-width: 1400px; margin: 0 auto; color: #F5F1ED; }

/* Hero */
.hero { position: relative; min-height: 55vh; display: flex; align-items: flex-end; padding: 4rem 2rem 4rem; background: linear-gradient(135deg, #F8F5F0 0%, #EDE7DD 100%); overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: var(--hero-image, none); background-size: cover; background-position: center; opacity: 0.3; }
.hero-inner { position: relative; max-width: 1280px; margin: 0 auto; width: 100%; }
.hero-eyebrow { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.2em; color: #FF725E; margin-bottom: 1rem; font-weight: 600; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 6vw, 4.75rem); font-weight: 700; line-height: 1.02; margin-bottom: 1.25rem; }
.hero p { font-size: 1.125rem; color: #4B5563; max-width: 640px; margin-bottom: 2rem; }

/* Oversized hero CTA */
.hero-cta-group { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.btn-primary-big { display: inline-flex; align-items: center; gap: 0.6rem; background: #FF725E; color: #FFF; padding: 1.15rem 2.25rem; border-radius: 6px; text-decoration: none; font-weight: 600; letter-spacing: 0.02em; font-size: 1rem; transition: all 0.2s ease; box-shadow: 0 4px 16px rgba(255, 114, 94,0.25); }
.btn-primary-big:hover { background: #FF8C7A; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(255, 114, 94,0.35); }
.btn-primary-big::after { content: '→'; font-size: 1.1em; transition: margin-left 0.15s ease; }
.btn-primary-big:hover::after { margin-left: 0.25rem; }
.hero-subnote { font-size: 0.8rem; color: #6B7280; }

/* Generic container & sections */
.container { max-width: 1080px; margin: 0 auto; padding: 4rem 2rem; }
.section-header { text-align: center; margin-bottom: 3rem; }
.section-eyebrow { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.2em; color: #FF725E; font-weight: 600; margin-bottom: 0.75rem; }
.section-title { font-family: 'Playfair Display', serif; font-size: 2.25rem; font-weight: 600; }

/* Listing cards (used on article pages) */
.list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.card { background: #FAFAF7; border: 1px solid #EDE7DD; border-radius: 8px; padding: 1.75rem; transition: all 0.2s ease; }
.card:hover { border-color: #FF725E; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.card-num { font-family: 'Playfair Display', serif; font-size: 0.875rem; color: #FF725E; font-weight: 600; margin-bottom: 0.5rem; letter-spacing: 0.1em; }
.card-name { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 600; margin-bottom: 0.5rem; }
.card-meta { font-size: 0.75rem; color: #FF725E; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.75rem; font-weight: 500; }
.card-desc { font-size: 0.9rem; color: #555; line-height: 1.6; }

/* Inline CTA block - placed between sections */
.inline-cta { background: linear-gradient(135deg, #F8F5F0 0%, #EDE7DD 100%); border: 1px solid #EDE7DD; border-radius: 10px; padding: 2.25rem 2rem; margin: 3rem 0; text-align: center; }
.inline-cta h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; margin-bottom: 0.5rem; }
.inline-cta p { color: #6B7280; font-size: 0.95rem; margin-bottom: 1.5rem; max-width: 540px; margin-left: auto; margin-right: auto; }

/* Teaser cards for the hub page */
.teaser-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.teaser { background: #FFF; border: 1px solid #EDE7DD; border-radius: 10px; padding: 2rem; text-decoration: none; color: inherit; transition: all 0.2s ease; display: flex; flex-direction: column; gap: 0.75rem; }
.teaser:hover { border-color: #FF725E; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.teaser-eyebrow { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.2em; color: #FF725E; font-weight: 600; }
.teaser-title { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 600; }
.teaser-desc { color: #6B7280; font-size: 0.9rem; line-height: 1.6; flex: 1; }
.teaser-cta { color: #FF725E; font-size: 0.875rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; margin-top: auto; }
.teaser-cta::after { content: ' →'; transition: margin-left 0.15s ease; }

/* Cross-links on article pages */
.article-footer-links { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 3rem; padding-top: 3rem; border-top: 1px solid #EDE7DD; }
.article-footer-links a { color: #FF725E; text-decoration: none; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; padding: 0.75rem 1.5rem; border: 1px solid #EDE7DD; border-radius: 6px; transition: all 0.15s ease; }
.article-footer-links a:hover { border-color: #FF725E; background: #FAFAF7; }

/* Bottom CTA block (dark) */
.cta-block { background: linear-gradient(135deg, #2C2C2C 0%, #1a1a1a 100%); color: #FFF; padding: 4.5rem 2rem; text-align: center; }
.cta-block h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 2.75rem); margin-bottom: 1rem; }
.cta-block p { color: #bbb; max-width: 600px; margin: 0 auto 2rem; }
.btn-primary { display: inline-block; background: #FF725E; color: #FFF; padding: 1rem 2.5rem; border-radius: 6px; text-decoration: none; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; font-size: 0.875rem; transition: all 0.2s ease; }
.btn-primary:hover { background: #FF8C7A; transform: translateY(-1px); }

footer { background: #111; color: #888; padding: 2rem; text-align: center; font-size: 0.875rem; }
footer a { color: #FF725E; text-decoration: none; }

@media (max-width: 640px) {
    .container { padding: 3rem 1.25rem; }
    .section-title { font-size: 1.75rem; }
    .nav-cta { padding: 0.5rem 1rem; font-size: 0.75rem; }
}
