/*
Theme Name: Orlando Explorer Theme
Theme URI: https://orlandosemescalas.com/
Author: Converted by ChatGPT
Author URI: https://openai.com/
Description: A lightweight WordPress theme converted from a React/Tailwind design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orlando-explorer
Tags: blog, travel, responsive
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

:root{
  --brand-1:#447c9d;
  --brand-2:#9ad4f6;
  --accent:#ff6f6f;
  --muted:#f3eee7;
  --text:#2d2d2e;
  --yellow:#f7dc6f;
}
html,body{margin:0;padding:0;font-family:'DM Sans',sans-serif;color:var(--text);background:var(--muted);}
a{color:var(--brand-1);text-decoration:none;}
.container{max-width:1100px;margin:0 auto;padding:1rem;}
header.site-header{background:white;box-shadow:0 1px 4px rgba(0,0,0,0.06);position:sticky;top:0;z-index:50;}
.site-title{display:flex;align-items:center;gap:.5rem;font-weight:700;}
nav.primary{display:flex;gap:1rem;align-items:center;}
.hero{background:linear-gradient(135deg,var(--brand-1),var(--brand-2));color:white;padding:3rem 1rem;border-radius:6px;margin:1.25rem 0;}
.hero h1{font-size:2rem;margin:0 0 .5rem;}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin:1rem 0;}
.card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,0.06);display:flex;flex-direction:column;height:100%;}
.card img{width:100%;height:180px;object-fit:cover;}
.card .card-body{padding:1rem;flex:1;display:flex;flex-direction:column;}
.card h3{margin:.25rem 0 .5rem;font-size:1.1rem;color:var(--text);}
.card p{flex:1;color:rgba(45,45,46,0.75);margin:0 0 .75rem;}
footer.site-footer{background:var(--text);color:white;padding:2rem 1rem;margin-top:2rem;}
.meta{font-size:.9rem;color:rgba(45,45,46,0.6);display:flex;gap:1rem;align-items:center;}
@media(max-width:640px){ .hero h1{font-size:1.5rem;} nav.primary{display:none;} }
