/* Dar Zitoun — Riad demo (warm earthy tones) */
:root {
  --rz-terracotta: #b85c38;
  --rz-terracotta-dark: #8f4528;
  --rz-sand: #e8dcc8;
  --rz-sand-light: #f5f0e6;
  --rz-olive: #6b7c4c;
  --rz-brown: #3d2914;
  --rz-gold: #c9a227;
  --rz-white: #ffffff;
  --rz-font-display: 'Cormorant Garamond', Georgia, serif;
  --rz-font-body: 'Nunito Sans', system-ui, sans-serif;
  --demo-banner-height: 2.75rem;
}
*,*::before,*::after{box-sizing:border-box}
body{margin:0;font-family:var(--rz-font-body);font-size:1rem;line-height:1.6;color:var(--rz-brown);background:var(--rz-sand-light)}
h1,h2,h3{font-family:var(--rz-font-display);line-height:1.2;font-weight:600;margin:0 0 1rem}
a{color:var(--rz-terracotta);text-decoration:none}
a:hover{color:var(--rz-terracotta-dark)}
.rz-header{position:sticky;top:var(--demo-banner-height);z-index:50;background:var(--rz-white);border-bottom:1px solid var(--rz-sand);box-shadow:0 1px 4px rgba(61,41,20,.06)}
.rz-header__inner{max-width:72rem;margin:0 auto;padding:0 1.25rem;height:4.5rem;display:flex;align-items:center;justify-content:space-between}
.rz-logo{font-family:var(--rz-font-display);font-size:1.625rem;color:var(--rz-brown);text-decoration:none}
.rz-logo span{color:var(--rz-terracotta)}
.rz-nav{display:none;gap:.5rem}
@media(min-width:768px){.rz-nav{display:flex}}
.rz-nav a{padding:.5rem .875rem;font-size:.9375rem;font-weight:500;color:var(--rz-brown);border-radius:.375rem;text-decoration:none;opacity:.8}
.rz-nav a:hover{opacity:1;background:var(--rz-sand)}
.rz-header__cta{padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:var(--rz-white);background:var(--rz-terracotta);border-radius:.375rem;text-decoration:none}
.rz-header__cta:hover{background:var(--rz-terracotta-dark);color:var(--rz-white)}
.rz-hero{padding:4rem 1.25rem 5rem;background:linear-gradient(135deg,var(--rz-brown),var(--rz-terracotta-dark) 50%,var(--rz-olive));color:var(--rz-white);text-align:center}
.rz-hero__inner{max-width:48rem;margin:0 auto}
.rz-hero__title{font-size:clamp(2rem,5vw,3rem);color:var(--rz-sand-light);margin-bottom:1rem}
.rz-hero__subtitle{font-size:1.125rem;color:rgba(255,255,255,.88);margin-bottom:2rem;line-height:1.7}
.rz-hero__btn{display:inline-flex;padding:.875rem 2rem;font-weight:600;color:var(--rz-brown);background:var(--rz-gold);border-radius:.375rem;text-decoration:none}
.rz-hero__btn:hover{background:var(--rz-sand);color:var(--rz-brown)}
.rz-section{padding:4rem 1.25rem}
.rz-section--alt{background:var(--rz-white)}
.rz-section__inner{max-width:72rem;margin:0 auto}
.rz-section__header{text-align:center;margin-bottom:2.5rem}
.rz-section__title{font-size:clamp(1.75rem,3vw,2.25rem);color:var(--rz-brown)}
.rz-section__subtitle{color:var(--rz-olive);max-width:40ch;margin:0 auto}
.rz-rooms{display:grid;gap:1.5rem}
@media(min-width:768px){.rz-rooms{grid-template-columns:repeat(3,1fr)}}
.rz-room{background:var(--rz-white);border-radius:.75rem;overflow:hidden;border:1px solid var(--rz-sand);box-shadow:0 4px 16px rgba(61,41,20,.08)}
.rz-room__img{height:10rem}
.rz-room__img--suite{background:linear-gradient(160deg,#8f4528,#c9a227,#6b7c4c)}
.rz-room__img--double{background:linear-gradient(160deg,#3d2914,#b85c38,#e8dcc8)}
.rz-room__img--deluxe{background:linear-gradient(160deg,#6b7c4c,#b85c38,#f5f0e6)}
.rz-room__body{padding:1.25rem}
.rz-room__name{font-size:1.25rem;color:var(--rz-brown);margin-bottom:.25rem}
.rz-room__price{font-weight:700;color:var(--rz-terracotta);margin-bottom:.5rem}
.rz-room__meta{font-size:.875rem;color:var(--rz-olive)}
.rz-amenities{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}
@media(min-width:640px){.rz-amenities{grid-template-columns:repeat(4,1fr)}}
.rz-amenity{text-align:center;padding:1.25rem;background:var(--rz-sand-light);border-radius:.75rem;border:1px solid var(--rz-sand)}
.rz-amenity__icon{font-size:1.5rem;margin-bottom:.5rem}
.rz-amenity__label{font-size:.875rem;font-weight:600;color:var(--rz-brown)}
.rz-cta{padding:4rem 1.25rem;background:var(--rz-terracotta);color:var(--rz-white);text-align:center}
.rz-cta__title{font-size:clamp(1.75rem,3vw,2.25rem);color:var(--rz-white)}
.rz-cta__text{max-width:36ch;margin:0 auto 1.5rem;opacity:.9}
.rz-footer{background:var(--rz-brown);color:rgba(255,255,255,.75);padding:3rem 1.25rem 2rem}
.rz-footer__inner{max-width:72rem;margin:0 auto;display:grid;gap:2rem}
@media(min-width:768px){.rz-footer__inner{grid-template-columns:2fr 1fr 1fr}}
.rz-footer__brand{font-family:var(--rz-font-display);font-size:1.375rem;color:var(--rz-sand-light);margin-bottom:.75rem}
.rz-footer__brand span{color:var(--rz-gold)}
.rz-footer__text{font-size:.875rem;margin:0;line-height:1.7}
.rz-footer__heading{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--rz-gold);margin-bottom:1rem}
.rz-footer__links{list-style:none;padding:0;margin:0;font-size:.875rem}
.rz-footer__links li{margin-bottom:.5rem}
.rz-footer__links a{color:rgba(255,255,255,.75);text-decoration:none}
.rz-footer__bottom{max-width:72rem;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);font-size:.8125rem;text-align:center}
