/*
Theme Name: Montbrun Castle
Theme URI: https://example.com/
Author: Custom migration
Description: Custom WordPress theme migrated from the original Montbrun Castle static website.
Version: 1.0.0
Requires at least: 6.0
Text Domain: montbrun
*/
:root{--mb-width:1070px;--mb-cream:#f4efdf;--mb-dark:#173d3b;--mb-border:#a28e68}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:#173d3b;color:#241f18;font-family:Georgia,"Times New Roman",serif}
a{color:inherit}
.mb-site{min-height:100vh}
.mb-shell{width:min(1070px,calc(100% - 30px));margin:24px auto;background:var(--mb-cream);border:1px solid var(--mb-border);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.28);overflow:hidden}
.mb-header{padding:18px 24px 10px;text-align:center}
.mb-header img{max-width:100%;height:auto}
.mb-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;padding:8px 12px;border-top:1px solid var(--mb-border);border-bottom:1px solid var(--mb-border);background:rgba(255,255,255,.25)}
.mb-nav a{padding:7px 10px;text-decoration:none;font-size:14px}
.mb-nav a:hover{text-decoration:underline}
.mb-main{padding:24px}
.mb-footer{padding:16px 24px;text-align:center;border-top:1px solid var(--mb-border);font-size:12px}
.mb-content img{max-width:100%;height:auto}
.mb-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}
.mb-gallery a{display:block;border:1px solid var(--mb-border);padding:4px;background:#fff}
.mb-gallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
@media(max-width:700px){.mb-shell{width:100%;margin:0;border-radius:0}.mb-main{padding:15px}.mb-nav{justify-content:flex-start}.mb-nav a{font-size:13px}}
