/*
Theme Name: SmoothHotel AI
Theme URI: https://smoothhotel.com/
Author: SmoothHotel
Description: Clean responsive hotel discovery theme designed to work with SmoothHotel AI Site Manager.
Version: 1.0.0
Requires at least: 6.3
Requires PHP: 7.4
*/
:root{--navy:#0b1f33;--teal:#0d9488;--light:#f4f7fa;--text:#162331;--muted:#607080;--border:#dce4ea}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}.sh-wrap{max-width:1180px;margin:auto;padding:0 22px}.site-header{background:var(--navy);color:#fff}.site-header .sh-wrap{display:flex;align-items:center;justify-content:space-between;min-height:72px}.logo{font-size:25px;font-weight:800;color:#fff}.nav-menu{display:flex;gap:22px;list-style:none;margin:0;padding:0}.nav-menu a{color:#fff}.sh-hero{background:linear-gradient(135deg,#0b1f33,#0d5c62);color:#fff;padding:80px 0}.sh-hero h1{font-size:48px;line-height:1.08;max-width:800px;margin:10px 0 16px}.sh-kicker{font-weight:700;text-transform:uppercase;letter-spacing:.08em}.sh-hero p{font-size:19px;max-width:700px}.sh-search{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:10px;margin-top:28px;background:#fff;padding:12px;border-radius:14px}.sh-search input,.sh-search select,.sh-search button{min-height:48px;border:1px solid var(--border);border-radius:8px;padding:0 12px}.sh-search button{background:var(--teal);color:#fff;border:0;font-weight:700;cursor:pointer}.sh-section{padding:55px 0}.sh-muted{background:var(--light)}.sh-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.sh-grid a,.sh-cards article{background:#fff;border:1px solid var(--border);border-radius:12px;padding:22px}.sh-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.content{padding:45px 0}.site-footer{background:var(--navy);color:#dce7ee;padding:35px 0}.site-footer a{color:#fff}.hotel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hotel-card{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.hotel-card img{width:100%;height:210px;object-fit:cover}.hotel-card-body{padding:18px}.button{display:inline-block;background:var(--teal);color:#fff;padding:10px 15px;border-radius:8px}.button:hover{color:#fff;text-decoration:none}@media(max-width:800px){.sh-search{grid-template-columns:1fr}.sh-grid,.sh-cards,.hotel-grid{grid-template-columns:1fr}.nav-menu{gap:10px}.sh-hero h1{font-size:36px}}
