@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Karla:wght@400;500;600;700&display=swap');

:root { --ink: #17282b; --muted: #7b8d90; --line: #e3ecec; --paper: #fbfefe; --sunset: #ff7a4a; --teal: #0f7f8a; --accent: #ff7a4a; }
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--paper); color: var(--ink); }
body { font-family: 'Karla', -apple-system, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: 'Bebas Neue', sans-serif; margin: 0; font-weight: 400; letter-spacing: .02em; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.placeholder-img { background: linear-gradient(135deg, #ffd9c2, #b9e6e6); display: flex; align-items: center; justify-content: center; color: #7a9494; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; object-fit: cover; }

.site-header { padding: 18px 24px; background: var(--teal); }
.hero-wrap { position: relative; }
.site-header.overlay { position: absolute; top: 0; left: 0; right: 0; z-index: 5; background: none; padding: 20px 24px; }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.logo-group { display: flex; align-items: center; gap: 10px; }
.logo-box { width: 42px; height: 42px; border-radius: 50%; background: #fff; color: var(--sunset); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 20px; }
.logo-img { height: 108px; width: auto; max-width: 400px; object-fit: contain; }
.site-name { font-family: 'Bebas Neue', sans-serif; font-size: 24px; color: #fff; letter-spacing: .03em; }
.site-tagline { font-size: 11.5px; color: rgba(255,255,255,.85); }
.header-nav-inline { display: flex; gap: 18px; flex-wrap: wrap; }
.header-nav-inline a { color: #fff; font-size: 12.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.header-nav-inline a.home { color: var(--sunset); }

.hero-full { position: relative; height: 520px; }
.hero-full .placeholder-img, .hero-full img { width: 100%; height: 100%; }
.hero-full-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,25,28,.75), rgba(10,25,28,.1) 60%); display: flex; align-items: flex-end; }
.hero-full-copy { padding: 50px; color: #fff; max-width: 680px; }
.hero-full-copy .cat-tag { color: var(--sunset); }
.hero-full-copy h1 { font-size: 54px; line-height: 1.05; margin: 8px 0 12px; }
.hero-full-copy p { font-size: 15px; color: #e3ecec; }
.hero-full-copy .byline { font-size: 12px; color: #e3ecec; margin-top: 8px; text-transform: uppercase; letter-spacing: .04em; }

.layout { max-width: 1180px; margin: 0 auto; padding: 44px 24px; display: grid; grid-template-columns: 1fr 300px; gap: 34px; align-items: start; }

.section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.section-heading h2 { font-size: 28px; color: var(--teal); }
.section-heading .see-all { font-size: 12px; font-weight: 700; text-transform: uppercase; color: var(--sunset); }
section.cat-section { margin-bottom: 48px; }

.dest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dest-card { position: relative; display: block; border-radius: 10px; overflow: hidden; height: 220px; }
.dest-card .placeholder-img, .dest-card img { width: 100%; height: 100%; }
.dest-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,25,28,.8), rgba(10,25,28,0) 60%); display: flex; align-items: flex-end; padding: 16px; }
.dest-overlay h3 { color: #fff; font-size: 20px; }
.cat-tag { color: var(--sunset); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.meta, .byline { color: var(--muted); font-size: 11.5px; text-transform: uppercase; letter-spacing: .03em; }
.featured-ribbon { display: inline-block; background: #b3241c; color: #fff; font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: 3px 10px; border-radius: 2px; margin-bottom: 8px; }

.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.post-card { display: block; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 4px 16px rgba(15,60,65,.08); }
.post-card .placeholder-img, .post-card img { width: 100%; height: 150px; }
.post-card .inner { padding: 14px; }
.post-card h3 { font-family: 'Karla', sans-serif; font-weight: 700; font-size: 15.5px; margin: 6px 0; }
.post-card p { font-size: 13px; color: var(--muted); margin: 0 0 6px; }

.sidebar { display: flex; flex-direction: column; gap: 22px; }
.widget { background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 4px 16px rgba(15,60,65,.06); }
.widget h3 { font-family: 'Bebas Neue', sans-serif; font-size: 19px; color: var(--teal); margin: 0 0 14px; letter-spacing: .02em; }
.trending-list { list-style: none; margin: 0; padding: 0; }
.trending-list li { display: flex; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.trending-list li:last-child { border-bottom: none; }
.t-title a { font-family: 'Karla', sans-serif; font-weight: 700; font-size: 13.5px; }
.t-meta { color: var(--muted); font-size: 11px; margin-top: 2px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a { background: #eef8f8; color: var(--teal); font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 99px; }
.newsletter-widget input { width: 100%; padding: 10px; border: 1px solid var(--line); border-radius: 6px; margin-bottom: 8px; font-family: inherit; }
.newsletter-widget button { width: 100%; background: var(--sunset); color: #fff; border: none; padding: 10px; border-radius: 6px; font-weight: 700; cursor: pointer; }
.social-row { display: flex; gap: 12px; font-weight: 700; font-size: 12px; color: var(--teal); }
.ad-widget { text-align: center; color: var(--muted); font-size: 11px; padding: 30px 10px; border: 1px dashed var(--line); border-radius: 10px; }

.category-title { font-size: 38px; color: var(--teal); margin: 0 0 26px; }
.single-post-header { text-align: left; margin-bottom: 26px; }
.single-post-header h1 { font-size: 42px; line-height: 1.1; margin: 10px 0 12px; }
.single-post-headline { width: 100%; height: 420px; object-fit: cover; border-radius: 10px; margin-bottom: 30px; }
.single-post-content { font-family: 'Karla', sans-serif; font-size: 16px; line-height: 1.8; }
.single-post-content p { margin: 0 0 20px; }
.single-post-content a { color: var(--sunset); text-decoration: underline; }
.single-post-content img { border-radius: 10px; margin: 22px 0; }

.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.tag-pill-link { background: #eef8f8; color: var(--teal); font-family: 'Karla', sans-serif; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 99px; }
.related-posts { margin-top: 50px; border-top: 1px solid var(--line); padding-top: 26px; }
.related-posts h2 { font-size: 24px; color: var(--teal); margin-bottom: 18px; }

.search-form { display: flex; gap: 8px; margin: 0 0 24px; }
.search-form input { flex: 1; padding: 11px 16px; border: 1px solid var(--line); border-radius: 99px; font-family: 'Karla', sans-serif; }
.search-form button { background: var(--sunset); color: #fff; border: none; border-radius: 99px; padding: 0 22px; cursor: pointer; font-weight: 700; }

.empty-state { text-align: center; padding: 100px 20px 90px; color: var(--muted); }
.empty-state h1 { color: var(--teal); font-size: 34px; }
.btn { display: inline-block; margin-top: 16px; background: var(--sunset); color: #fff; padding: 10px 22px; border-radius: 99px; font-weight: 700; }

.site-footer { background: var(--teal); color: #dbeff0; padding: 44px 24px 22px; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(2, 1fr); gap: 30px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-grid h4 { color: #fff; font-family: 'Bebas Neue', sans-serif; font-size: 17px; margin: 0 0 12px; letter-spacing: .03em; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 8px; font-size: 13px; }
.footer-bottom { padding-top: 16px; font-size: 12px; color: #a9d3d3; }

@media (max-width: 900px) {
  .layout { grid-template-columns: 1fr; }
  .dest-grid { grid-template-columns: 1fr 1fr; }
  .hero-full-copy h1 { font-size: 38px; }
  .footer-grid { grid-template-columns: 1fr; }
}
