:root {
  --sh-dark: #1b2a4a;
  --sh-gold: #e4b248;
  --sh-gold-light: #f5d78e;
  --sh-light: #f7f9fc;
  --sh-border: #dde3f0;
}

body { background: #fff; }

/* ===== PRE-HEADER ===== */
.sh-prehead { background: var(--sh-dark); color: #cdd6ed; font-size: 13px; padding: 8px 0; }
.sh-prehead a { color: #cdd6ed; }
.sh-prehead .sh-container { display: flex; justify-content: space-between; align-items: center; }
.sh-prehead-social { display: flex; align-items: center; gap: 16px; }
.sh-prehead-social a img { height: 22px; vertical-align: middle; opacity: .85; }
.sh-prehead-phones a { margin-right: 12px; }

/* ===== CONTAINER ===== */
.sh-container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* ===== MAIN HEADER ===== */
.sh-header { background: #fff; border-bottom: 2px solid var(--sh-border); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,.07); }
.sh-header .sh-container { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; padding-bottom: 10px; gap: 20px; }
.sh-logo img { height: 54px; display: block; }
.sh-logo-text { font-size: 22px; font-weight: 800; color: var(--sh-dark); letter-spacing: .03em; }
.sh-nav { display: flex; gap: 2px; align-items: center; flex-wrap: wrap; }
.sh-nav a { padding: 8px 12px; border-radius: 7px; font-size: 14px; font-weight: 500; color: var(--sh-dark); transition: background .15s, color .15s; }
.sh-nav a:hover { background: #eef2ff; color: #2864f0; }
.sh-book-btn { background: var(--sh-gold); color: var(--sh-dark); font-weight: 700; padding: 10px 20px; border-radius: 8px; font-size: 14px; white-space: nowrap; transition: background .15s; border: none; cursor: pointer; text-decoration: none; display: inline-block; }
.sh-book-btn:hover { background: var(--sh-gold-light); }

/* ===== HERO SLIDER ===== */
.sh-hero { position: relative; overflow: hidden; background: var(--sh-dark); }
.sh-slider-track { display: flex; width: 300%; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.sh-slider-track[data-slide="0"] { transform: translateX(0); }
.sh-slider-track[data-slide="1"] { transform: translateX(-33.333%); }
.sh-slider-track[data-slide="2"] { transform: translateX(-66.666%); }
.sh-slide { width: 33.333%; flex-shrink: 0; }
.sh-slide img { width: 100%; height: 480px; object-fit: cover; display: block; }
.sh-slider-nav { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 5; }
.sh-slider-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; border: none; transition: background .2s; padding: 0; }
.sh-slider-dot.active { background: var(--sh-gold); }
.sh-slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,.35); color: #fff; border: none; cursor: pointer; width: 44px; height: 44px; font-size: 20px; z-index: 5; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background .15s; }
.sh-slider-arrow:hover { background: rgba(0,0,0,.6); }
.sh-slider-arrow.prev { left: 20px; }
.sh-slider-arrow.next { right: 20px; }

/* ===== FEATURES BAR ===== */
.sh-features { background: var(--sh-dark); color: #fff; padding: 16px 0; }
.sh-features .sh-container { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.sh-feature { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 500; }
.sh-feature-icon { font-size: 20px; }

/* ===== BOOKING WIDGET ===== */
.sh-booking-section { background: var(--sh-light); border-top: 3px solid var(--sh-gold); padding: 24px 0; }

/* ===== SECTION LAYOUT ===== */
.sh-section { padding: 60px 0; }
.sh-section-alt { background: var(--sh-light); }
.sh-section-title { text-align: center; margin-bottom: 44px; }
.sh-section-title h2 { font-size: 26px; font-weight: 700; color: var(--sh-dark); margin: 0 0 14px; letter-spacing: .04em; }
.sh-section-title hr { border: none; border-top: 3px solid var(--sh-gold); width: 56px; margin: 0 auto; }
.sh-section-title p { color: #62708f; font-size: 16px; margin: 14px auto 0; max-width: 600px; }

/* ===== ABOUT SECTION ===== */
.sh-about-text { max-width: 760px; margin: 0 auto; font-size: 16px; line-height: 1.8; text-align: center; color: #3a4a6a; }

/* ===== ROOM CARDS ===== */
.sh-rooms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.sh-room-card { border-radius: 14px; overflow: hidden; border: 1px solid var(--sh-border); background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.06); transition: box-shadow .2s, transform .2s; }
.sh-room-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.12); transform: translateY(-2px); }
.sh-room-card-img { height: 210px; overflow: hidden; background: #e8eef7; }
.sh-room-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; display: block; }
.sh-room-card:hover .sh-room-card-img img { transform: scale(1.05); }
.sh-room-card-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #8892aa; font-size: 40px; }
.sh-room-card-body { padding: 18px 22px 22px; }
.sh-room-card-title { font-size: 19px; font-weight: 700; color: var(--sh-dark); margin: 0 0 8px; }
.sh-room-card-title a { color: inherit; }
.sh-room-card-title a:hover { color: var(--sh-gold); }
.sh-room-card-excerpt { font-size: 14px; color: #62708f; line-height: 1.55; margin: 0 0 18px; }
.sh-room-card-footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.sh-price { font-size: 22px; font-weight: 700; color: var(--sh-gold); line-height: 1; }
.sh-price small { font-size: 13px; font-weight: 400; color: #8892aa; display: block; margin-top: 2px; }

/* ===== BUTTONS ===== */
.sh-btn { display: inline-block; padding: 10px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .15s, color .15s; text-decoration: none; border: none; }
.sh-btn-dark { background: var(--sh-dark); color: #fff; }
.sh-btn-dark:hover { background: #263a6a; color: #fff; }
.sh-btn-gold { background: var(--sh-gold); color: var(--sh-dark); }
.sh-btn-gold:hover { background: var(--sh-gold-light); }
.sh-btn-outline { background: transparent; color: var(--sh-dark); border: 2px solid var(--sh-dark); }
.sh-btn-outline:hover { background: var(--sh-dark); color: #fff; }
.sh-btn-sm { padding: 7px 14px; font-size: 13px; }
.sh-btn-center { display: block; text-align: center; margin-top: 36px; }

/* ===== PROMOTIONS ===== */
.sh-promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.sh-promo-card { background: #fff; border: 1px solid var(--sh-border); border-radius: 12px; padding: 26px; box-shadow: 0 2px 8px rgba(0,0,0,.05); transition: box-shadow .2s; }
.sh-promo-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.1); }
.sh-promo-card h2 { font-size: 18px; font-weight: 700; margin: 0 0 10px; color: var(--sh-dark); }
.sh-promo-card h2 a { color: inherit; }
.sh-promo-card h2 a:hover { color: var(--sh-gold); }
.sh-promo-card p { font-size: 14px; color: #62708f; line-height: 1.55; margin: 0 0 18px; }

/* ===== GALLERY ===== */
.sh-gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.sh-gallery-card { background: #fff; border: 1px solid var(--sh-border); border-radius: 10px; overflow: hidden; transition: box-shadow .2s; }
.sh-gallery-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.1); }
.sh-gallery-card-img { height: 180px; overflow: hidden; background: #e8eef7; }
.sh-gallery-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sh-gallery-card-body { padding: 12px 16px 16px; }
.sh-gallery-card-body h3 { font-size: 15px; font-weight: 600; color: var(--sh-dark); margin: 0 0 5px; }
.sh-gallery-card-body p { font-size: 13px; color: #8892aa; margin: 0; }

/* ===== ROOM DETAIL ===== */
.sh-room-detail { padding: 48px 0; }
.sh-room-detail-grid { display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: start; }
.sh-room-detail-title { font-size: 32px; font-weight: 800; color: var(--sh-dark); margin: 0 0 20px; }
.sh-room-meta { display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--sh-border); }
.sh-room-meta-item { font-size: 14px; color: #62708f; }
.sh-room-meta-item strong { color: var(--sh-dark); display: block; font-size: 13px; margin-bottom: 2px; }
.sh-room-price-big { font-size: 32px; font-weight: 700; color: var(--sh-gold); }
.sh-room-price-big small { font-size: 15px; color: #8892aa; font-weight: 400; }
.sh-room-desc { font-size: 15px; line-height: 1.8; color: #3a4a6a; margin-bottom: 28px; }
.sh-amenities-title { font-size: 15px; font-weight: 700; color: var(--sh-dark); margin: 0 0 12px; }
.sh-amenities { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.sh-amenity { background: #f0f4ff; color: var(--sh-dark); padding: 5px 14px; border-radius: 20px; font-size: 13px; font-weight: 500; }

/* ===== BOOKING FORM CARD ===== */
.sh-booking-card { background: var(--sh-light); border: 1px solid var(--sh-border); border-radius: 14px; padding: 28px; position: sticky; top: 100px; }
.sh-booking-card h3 { font-size: 19px; font-weight: 700; color: var(--sh-dark); margin: 0 0 6px; }
.sh-booking-card .sh-price-subtitle { font-size: 14px; color: #8892aa; margin: 0 0 22px; }
.sh-form-group { margin-bottom: 16px; }
.sh-form-label { display: block; font-size: 13px; font-weight: 600; color: #3a4a6a; margin-bottom: 5px; }
.sh-form-input { width: 100%; padding: 10px 13px; border: 1px solid var(--sh-border); border-radius: 7px; font-size: 14px; font-family: inherit; box-sizing: border-box; background: #fff; transition: border-color .15s; }
.sh-form-input:focus { outline: none; border-color: var(--sh-gold); }
textarea.sh-form-input { min-height: 90px; resize: vertical; }
.sh-form-success { background: #e8f5e9; border: 1px solid #a5d6a7; border-radius: 7px; padding: 12px 16px; color: #2e7d32; margin-bottom: 16px; font-size: 14px; }

/* ===== PAGE CONTENT ===== */
.sh-page { padding: 48px 0; }
.sh-page-content { max-width: 860px; margin: 0 auto; }
.sh-page-content h1 { font-size: 28px; font-weight: 700; color: var(--sh-dark); margin: 0 0 28px; }
.sh-page-text { font-size: 15px; line-height: 1.8; color: #3a4a6a; }
.sh-page-text h2 { font-size: 20px; color: var(--sh-dark); margin: 28px 0 12px; }
.sh-page-text p { margin: 0 0 16px; }
.sh-page-text ul, .sh-page-text ol { padding-left: 20px; margin: 0 0 16px; }
.sh-page-text table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.sh-page-text table th, .sh-page-text table td { border: 1px solid var(--sh-border); padding: 10px 14px; text-align: left; }
.sh-page-text table th { background: var(--sh-light); font-weight: 600; }

/* ===== CONTACTS ===== */
.sh-contacts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.sh-contact-block { margin-bottom: 24px; }
.sh-contact-block h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: #8892aa; margin: 0 0 8px; }
.sh-contact-block a, .sh-contact-block p { font-size: 16px; color: var(--sh-dark); display: block; margin: 0 0 4px; }
.sh-contact-block a:hover { color: var(--sh-gold); }
.sh-map-container { border-radius: 12px; overflow: hidden; border: 1px solid var(--sh-border); }

/* ===== 404 ===== */
.sh-404 { text-align: center; padding: 80px 20px; }
.sh-404 h1 { font-size: 80px; font-weight: 800; color: var(--sh-gold); margin: 0; line-height: 1; }
.sh-404 h2 { font-size: 22px; color: var(--sh-dark); margin: 12px 0 8px; }
.sh-404 p { color: #62708f; margin: 0 0 28px; }

/* ===== EMPTY STATE ===== */
.sh-empty { text-align: center; padding: 60px 20px; color: #8892aa; font-size: 15px; }

/* ===== BREADCRUMB ===== */
.sh-breadcrumb { padding: 14px 0; font-size: 13px; color: #8892aa; }
.sh-breadcrumb a { color: #8892aa; }
.sh-breadcrumb a:hover { color: var(--sh-dark); }
.sh-breadcrumb span { margin: 0 6px; }

/* ===== FOOTER ===== */
.sh-footer { background: var(--sh-dark); color: #9aabcc; padding: 50px 0 24px; margin-top: 0; }
.sh-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.sh-footer h4 { color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; margin: 0 0 16px; }
.sh-footer p { font-size: 14px; line-height: 1.65; margin: 0; }
.sh-footer a { color: #9aabcc; font-size: 14px; display: block; margin-bottom: 8px; transition: color .15s; }
.sh-footer a:hover { color: var(--sh-gold); }
.sh-footer-logo { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 14px; display: block; }
.sh-footer-social { display: flex; gap: 12px; margin-top: 16px; }
.sh-footer-social img { height: 26px; opacity: .75; transition: opacity .15s; }
.sh-footer-social img:hover { opacity: 1; }
.sh-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; flex-wrap: wrap; gap: 8px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .sh-room-detail-grid { grid-template-columns: 1fr; }
  .sh-booking-card { position: static; }
  .sh-footer-grid { grid-template-columns: 1fr 1fr; }
  .sh-contacts-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .sh-prehead { display: none; }
  .sh-header .sh-container { flex-wrap: wrap; gap: 10px; }
  .sh-nav a { padding: 6px 8px; font-size: 13px; }
  .sh-book-btn { padding: 8px 14px; font-size: 13px; }
  .sh-slide img { height: 260px; }
  .sh-features .sh-container { gap: 18px; }
  .sh-footer-grid { grid-template-columns: 1fr; }
  .sh-section { padding: 40px 0; }
}
