:root {
    --sfh-black: #08090a;
    --sfh-black-2: #111315;
    --sfh-black-3: #1a1b1d;
    --sfh-gold: #d4a84f;
    --sfh-gold-light: #f1d08a;
    --sfh-cream: #f7f2e8;
    --sfh-white: #ffffff;
    --sfh-text: #1e2022;
    --sfh-muted: #71757b;
    --sfh-border: rgba(212, 168, 79, .35);
    --sfh-shadow: 0 22px 70px rgba(0, 0, 0, .18);
    --sfh-radius: 20px;
}

.sfh-site, .sfh-site * { box-sizing: border-box; }
.sfh-site { background: var(--sfh-black); color: var(--sfh-white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow: hidden; }
.sfh-site h1, .sfh-site h2, .sfh-site h3, .sfh-site p { margin-top: 0; }
.sfh-site h1, .sfh-site h2, .sfh-site h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
.sfh-site a { color: inherit; text-decoration: none; }
.sfh-container { width: min(1380px, calc(100% - 48px)); margin-inline: auto; }
.sfh-eyebrow { display: inline-block; color: var(--sfh-gold-light); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 14px; }

.sfh-header { position: relative; z-index: 20; background: rgba(3, 4, 5, .94); border-bottom: 1px solid rgba(212, 168, 79, .18); backdrop-filter: blur(16px); }
.sfh-header-inner { min-height: 82px; display: grid; grid-template-columns: minmax(250px, 1.15fr) 2fr auto; gap: 28px; align-items: center; }
.sfh-brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; }
.sfh-brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--sfh-gold); border-radius: 50%; color: var(--sfh-gold-light); font-family: Georgia, serif; font-size: 25px; font-weight: 700; box-shadow: inset 0 0 0 5px rgba(212,168,79,.07); }
.sfh-brand strong { display: block; color: var(--sfh-gold-light); letter-spacing: .08em; text-transform: uppercase; font-family: Georgia, serif; font-size: 17px; white-space: nowrap; }
.sfh-brand small { display: block; max-width: 260px; color: #a9aaad; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sfh-nav { display: flex; justify-content: center; align-items: center; gap: clamp(14px, 2vw, 30px); }
.sfh-nav a { color: #e9e9e9; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: .2s ease; }
.sfh-nav a:hover { color: var(--sfh-gold-light); }
.sfh-header-contact { text-align: right; }
.sfh-header-contact span { display: block; color: #a2a4a7; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.sfh-header-contact a { color: var(--sfh-white); font-weight: 700; font-size: 13px; }
.sfh-menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.sfh-menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--sfh-gold-light); }

.sfh-hero { position: relative; isolation: isolate; min-height: 650px; display: flex; align-items: center; background: linear-gradient(115deg, #12100d 0%, #19130d 35%, #111315 100%); }
.sfh-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background-image: var(--sfh-hero-image, linear-gradient(125deg, transparent, rgba(212,168,79,.08))); background-size: cover; background-position: center; }
.sfh-hero::after { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 78% 25%, rgba(225,171,69,.16), transparent 30%), linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.54) 55%, rgba(0,0,0,.72) 100%); }
.sfh-hero-overlay { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent); }
.sfh-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr); gap: clamp(50px, 7vw, 110px); align-items: center; padding-block: 80px; }
.sfh-hero-copy h1 { max-width: 780px; color: var(--sfh-white); font-size: clamp(48px, 5.8vw, 84px); font-weight: 500; letter-spacing: -.035em; margin-bottom: 22px; }
.sfh-hero-copy p { max-width: 700px; color: #d8d8d8; font-size: 17px; line-height: 1.8; }
.sfh-hero-actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 32px; }

.sfh-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid transparent; border-radius: 8px; font: inherit; font-size: 12px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.sfh-btn:hover { transform: translateY(-2px); }
.sfh-btn-gold { background: linear-gradient(135deg, var(--sfh-gold-light), #c28e34); color: #17110a !important; box-shadow: 0 10px 28px rgba(197,143,50,.22); }
.sfh-btn-outline { border-color: rgba(255,255,255,.55); color: #fff !important; background: rgba(0,0,0,.15); }
.sfh-btn-outline-dark { border-color: rgba(20,20,20,.2); color: #222 !important; background: #fff; }
.sfh-btn-block { width: 100%; }
.sfh-btn-small { min-height: 38px; padding: 9px 13px; font-size: 10px; }

.sfh-search-card { padding: 26px; border: 1px solid rgba(236,194,111,.5); border-radius: 24px; background: linear-gradient(145deg, rgba(27,28,30,.96), rgba(7,8,9,.94)); box-shadow: 0 35px 100px rgba(0,0,0,.48); backdrop-filter: blur(18px); }
.sfh-search-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
.sfh-search-tabs button { padding: 11px 8px; border: 0; border-radius: 7px; background: transparent; color: #bdbfc2; font-size: 11px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.sfh-search-tabs button.is-active { color: var(--sfh-gold-light); background: rgba(212,168,79,.1); }
.sfh-search-panel { display: none; padding-top: 21px; }
.sfh-search-panel.is-active { display: block; }
.sfh-search-panel label, .sfh-booking-form label { display: block; color: #b9b9bc; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.sfh-search-panel input, .sfh-search-panel select, .sfh-booking-form input, .sfh-booking-form select, .sfh-booking-form textarea { width: 100%; margin-top: 7px; padding: 13px 2px; border: 0; border-bottom: 1px solid rgba(255,255,255,.17); border-radius: 0; outline: 0; background: transparent; color: #fff; font: inherit; font-size: 14px; text-transform: none; }
.sfh-search-panel select option, .sfh-booking-form select option { color: #111; }
.sfh-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.sfh-trust-wrap { position: relative; z-index: 4; margin-top: -35px; }
.sfh-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--sfh-border); border-radius: 20px; background: #101214; box-shadow: var(--sfh-shadow); }
.sfh-trust-item { display: flex; gap: 14px; align-items: center; padding: 26px 28px; border-right: 1px solid rgba(255,255,255,.1); }
.sfh-trust-item:last-child { border-right: 0; }
.sfh-trust-item > span { width: 45px; height: 45px; flex: 0 0 45px; display: grid; place-items: center; border: 1px solid var(--sfh-gold); border-radius: 50%; color: var(--sfh-gold-light); font-size: 20px; }
.sfh-trust-item strong { display: block; font-family: Georgia, serif; font-size: 16px; }
.sfh-trust-item small { display: block; color: #a8aaad; font-size: 11px; margin-top: 4px; }

.sfh-section { padding-block: 92px; }
.sfh-dark-section { background: #090a0b; }
.sfh-light-section { background: var(--sfh-cream); color: var(--sfh-text); }
.sfh-food-section { background: #121416; }
.sfh-section-head { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 34px; }
.sfh-section-head h2 { font-size: clamp(36px, 4vw, 54px); font-weight: 500; margin-bottom: 9px; }
.sfh-section-head p { color: #9fa2a6; margin-bottom: 0; }
.sfh-light-section .sfh-section-head p { color: var(--sfh-muted); }
.sfh-text-link { color: var(--sfh-gold) !important; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }

.sfh-card-grid { display: grid; gap: 18px; }
.sfh-card-grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.sfh-card-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sfh-card { overflow: hidden; border: 1px solid rgba(212,168,79,.28); border-radius: 13px; background: #111315; color: #fff; box-shadow: 0 18px 44px rgba(0,0,0,.11); transition: transform .2s ease, border-color .2s ease; }
.sfh-light-section .sfh-card { background: #fff; color: var(--sfh-text); border-color: rgba(35,35,35,.1); }
.sfh-card:hover { transform: translateY(-5px); border-color: var(--sfh-gold); }
.sfh-card-image { position: relative; display: block; aspect-ratio: 1 / .8; background: radial-gradient(circle at 70% 20%, rgba(212,168,79,.5), transparent 28%), linear-gradient(135deg, #28231d, #0c0d0f); background-size: cover; background-position: center; }
.sfh-card-image::after { content: ""; position: absolute; inset: auto 0 0; height: 48%; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.sfh-card-badge { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 5px 8px; border: 1px solid rgba(212,168,79,.6); border-radius: 4px; background: rgba(5,5,6,.85); color: var(--sfh-gold-light); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.sfh-card-body { padding: 18px; }
.sfh-card-body h3 { font-size: 21px; font-weight: 500; margin-bottom: 7px; }
.sfh-card-location { color: #9fa1a4; font-size: 11px; min-height: 34px; margin-bottom: 8px; }
.sfh-light-section .sfh-card-location { color: #70737a; }
.sfh-card-meta { color: var(--sfh-gold); font-size: 11px; margin-bottom: 8px; }
.sfh-card-bottom { min-height: 38px; display: flex; justify-content: space-between; align-items: end; gap: 10px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.08); }
.sfh-light-section .sfh-card-bottom { border-color: rgba(0,0,0,.08); }
.sfh-rating { color: var(--sfh-gold); font-size: 11px; font-weight: 800; }
.sfh-price { text-align: right; font-weight: 800; }
.sfh-price small { display: block; color: #96999e; font-size: 8px; text-transform: uppercase; }
.sfh-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 14px; }

.sfh-guide-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.sfh-guide-card { overflow: hidden; border: 1px solid rgba(212,168,79,.22); border-radius: 16px; background: #181a1c; }
.sfh-guide-image { display: block; aspect-ratio: 1.45 / 1; background: radial-gradient(circle at 65% 25%, rgba(212,168,79,.55), transparent 25%), linear-gradient(135deg, #392719, #101113); background-size: cover; background-position: center; }
.sfh-guide-body { padding: 21px; }
.sfh-guide-body > span { color: var(--sfh-gold); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.sfh-guide-body h3 { font-size: 23px; margin: 9px 0; }
.sfh-guide-body p { color: #aaadb1; font-size: 13px; }

.sfh-service-strip { padding: 35px 0; background: #090a0b; border-block: 1px solid rgba(212,168,79,.24); }
.sfh-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.sfh-service-grid > div { min-height: 75px; display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto; align-content: center; gap: 0 15px; padding: 0 28px; border-right: 1px solid rgba(255,255,255,.1); }
.sfh-service-grid > div:last-child { border-right: 0; }
.sfh-service-grid span { grid-row: 1 / 3; color: var(--sfh-gold-light); font-size: 28px; }
.sfh-service-grid strong { font-family: Georgia, serif; font-size: 17px; }
.sfh-service-grid small { color: #96999d; }

.sfh-partner-section { padding: 70px 0; background: #101214; }
.sfh-partner-box { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 42px 48px; border: 1px solid var(--sfh-border); border-radius: 22px; background: radial-gradient(circle at 70% 20%, rgba(212,168,79,.18), transparent 30%), #151719; }
.sfh-partner-box h2 { font-size: clamp(34px, 4vw, 50px); margin-bottom: 10px; }
.sfh-partner-box p { color: #a9abae; margin-bottom: 0; }

.sfh-footer { padding-top: 70px; background: #050607; color: #fff; }
.sfh-footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 55px; padding-bottom: 48px; }
.sfh-footer-grid > div:not(.sfh-footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.sfh-footer-grid > div > strong { color: var(--sfh-gold-light); font-family: Georgia, serif; font-size: 17px; margin-bottom: 8px; }
.sfh-footer-grid a { color: #a9abb0; font-size: 13px; }
.sfh-footer-brand p { max-width: 360px; color: #9da0a4; margin-top: 18px; }
.sfh-footer-muted { color: #777b80; font-size: 12px; }
.sfh-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #73777c; font-size: 11px; }

.sfh-empty { display: flex; flex-direction: column; gap: 5px; margin-top: 22px; padding: 20px 24px; border: 1px dashed rgba(212,168,79,.45); border-radius: 12px; color: #a9acb0; }
.sfh-empty strong { color: var(--sfh-gold-light); }
.sfh-light-section .sfh-empty { color: #64676d; }
.sfh-light-section .sfh-empty strong { color: #8b6423; }
.sfh-notice { position: relative; z-index: 99; padding: 14px 20px; text-align: center; font-weight: 700; }
.sfh-notice-success { background: #e4f7ea; color: #155b2c; }
.sfh-notice-error { background: #fde8e8; color: #8b1d1d; }
.sfh-whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; background: #1fb95a; color: #fff !important; font-size: 12px; font-weight: 900; box-shadow: 0 14px 34px rgba(0,0,0,.35); }

.sfh-listing-page { min-height: 500px; }
.sfh-listing-hero { padding: 95px 0 70px; background: radial-gradient(circle at 80% 15%, rgba(212,168,79,.23), transparent 35%), linear-gradient(120deg, #0b0c0d, #1b1510); }
.sfh-listing-hero h1 { font-size: clamp(48px, 6vw, 76px); margin-bottom: 14px; }
.sfh-listing-hero p { color: #b9bbbf; font-size: 17px; }

.sfh-single-panel { margin: 34px 0; padding: 28px; border: 1px solid rgba(212,168,79,.35); border-radius: 18px; background: #101214; color: #fff; box-shadow: var(--sfh-shadow); }
.sfh-single-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 15px; margin-bottom: 20px; }
.sfh-single-grid > div { padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; }
.sfh-single-grid span, .sfh-amenities > span { display: block; color: #96999e; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.sfh-single-grid strong { display: block; margin-top: 5px; color: var(--sfh-gold-light); }
.sfh-amenities { margin-bottom: 20px; }
.sfh-amenities p { margin: 7px 0 0; }

.sfh-modal { position: fixed; z-index: 99999; inset: 0; display: none; align-items: center; justify-content: center; padding: 20px; }
.sfh-modal.is-open { display: flex; }
.sfh-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(7px); }
.sfh-modal-dialog { position: relative; z-index: 2; width: min(650px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 35px; border: 1px solid rgba(212,168,79,.55); border-radius: 22px; background: linear-gradient(145deg, #1a1c1f, #090a0b); color: #fff; box-shadow: 0 40px 120px rgba(0,0,0,.65); }
.sfh-modal-dialog h2 { font-size: 38px; margin-bottom: 10px; }
.sfh-modal-dialog > p { color: #aeb0b4; }
.sfh-modal-close { position: absolute; top: 15px; right: 17px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; background: transparent; color: #fff; font-size: 25px; cursor: pointer; }
.sfh-booking-form { margin-top: 24px; }
.sfh-booking-form textarea { resize: vertical; }
.sfh-form-note { display: block; color: #85898d; font-size: 10px; text-align: center; margin-top: 12px; }
.sfh-honeypot { position: absolute !important; left: -99999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
body.sfh-modal-open { overflow: hidden; }

@media (max-width: 1180px) {
    .sfh-header-inner { grid-template-columns: 1fr auto auto; }
    .sfh-menu-toggle { display: block; }
    .sfh-nav { position: absolute; top: 82px; left: 24px; right: 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--sfh-border); border-radius: 14px; background: #0c0e0f; box-shadow: var(--sfh-shadow); }
    .sfh-nav.is-open { display: flex; }
    .sfh-nav a { padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.07); }
    .sfh-nav a:last-child { border-bottom: 0; }
    .sfh-header-contact { display: none; }
    .sfh-hero-grid { grid-template-columns: 1fr 430px; gap: 45px; }
    .sfh-card-grid-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sfh-card-grid-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .sfh-container { width: min(100% - 30px, 760px); }
    .sfh-hero-grid { grid-template-columns: 1fr; }
    .sfh-hero-copy { text-align: center; }
    .sfh-hero-copy p { margin-inline: auto; }
    .sfh-hero-actions { justify-content: center; }
    .sfh-search-card { width: min(560px, 100%); margin-inline: auto; }
    .sfh-trust-grid, .sfh-service-grid { grid-template-columns: repeat(2, 1fr); }
    .sfh-trust-item:nth-child(2), .sfh-service-grid > div:nth-child(2) { border-right: 0; }
    .sfh-trust-item:nth-child(-n+2), .sfh-service-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
    .sfh-card-grid-5, .sfh-card-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sfh-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sfh-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .sfh-footer-grid > div:last-child { display: none; }
}

@media (max-width: 640px) {
    .sfh-container { width: min(100% - 22px, 540px); }
    .sfh-header-inner { min-height: 70px; }
    .sfh-brand-mark { width: 40px; height: 40px; }
    .sfh-brand strong { font-size: 14px; }
    .sfh-brand small { max-width: 190px; }
    .sfh-nav { top: 70px; left: 11px; right: 11px; }
    .sfh-hero { min-height: 0; }
    .sfh-hero-grid { padding-block: 58px 70px; }
    .sfh-hero-copy h1 { font-size: 43px; }
    .sfh-hero-copy p { font-size: 15px; }
    .sfh-hero-actions { display: grid; grid-template-columns: 1fr; }
    .sfh-search-card { padding: 18px; }
    .sfh-search-tabs { grid-template-columns: 1fr; }
    .sfh-form-row { grid-template-columns: 1fr; gap: 0; }
    .sfh-trust-wrap { margin-top: -22px; }
    .sfh-trust-grid, .sfh-service-grid, .sfh-card-grid-5, .sfh-card-grid-4, .sfh-guide-grid { grid-template-columns: 1fr; }
    .sfh-trust-item, .sfh-service-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .sfh-trust-item:last-child, .sfh-service-grid > div:last-child { border-bottom: 0; }
    .sfh-section { padding-block: 65px; }
    .sfh-section-head { align-items: flex-start; flex-direction: column; }
    .sfh-section-head h2 { font-size: 38px; }
    .sfh-partner-box { align-items: flex-start; flex-direction: column; padding: 30px 24px; }
    .sfh-footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 24px; }
    .sfh-footer-brand { grid-column: 1 / -1; }
    .sfh-footer-bottom { flex-direction: column; }
    .sfh-modal-dialog { padding: 28px 18px 22px; }
    .sfh-modal-dialog h2 { font-size: 31px; }
}
