/*
SAYGIN OTEL - ATLAS HOME V7
Ana sayfa premium yenileme. data/site.json ve uploads alanlarına dokunmaz.
*/
.home-atlas-v7 {
    --sg-paper:#f6f1e8;
    --sg-paper-2:#ebe3d5;
    --sg-ink:#161713;
    --sg-muted:#6f6a5f;
    --sg-green:#111b14;
    --sg-green-2:#253526;
    --sg-gold:#c8b27f;
    --sg-line:rgba(24,25,20,.12);
    --sg-serif:Georgia,"Times New Roman",serif;
    background:var(--sg-paper);
}
.home-atlas-v7 .site-main{
    background:
        radial-gradient(circle at 90% 18%, rgba(200,178,127,.16), transparent 28%),
        linear-gradient(180deg,#f8f3ea 0%,#f1eadd 100%);
}

/* Eski hero denemeleri kalırsa kapat */
.hero,
.lux-hero-v2,
.lux-hero-v3,
.lux-hero-v4,
.sg-signature-hero,
.sg-cinema-hero,
.sg-cinema-booking,
.sg-booking-dock,
.lux-booking-strip-v4{
    display:none !important;
}

.sg-atlas-hero{
    position:relative;
    min-height:clamp(660px, calc((100vw - 145px) * .5625), 820px);
    height:min(86svh, 840px);
    overflow:hidden;
    isolation:isolate;
    color:#fff;
    background:#101310;
}
.sg-atlas-hero__media,
.sg-atlas-hero__media img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}
.sg-atlas-hero__media img{
    display:block;
    object-fit:cover;
    object-position:center center;
    filter:saturate(1.05) contrast(1.03) brightness(.96);
    transform:scale(1.012);
    will-change:transform;
}
.sg-atlas-hero__veil{
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:
        linear-gradient(90deg, rgba(6,7,6,.68) 0%, rgba(6,7,6,.42) 30%, rgba(6,7,6,.07) 62%, rgba(6,7,6,.22) 100%),
        linear-gradient(180deg, rgba(6,7,6,.10) 0%, rgba(6,7,6,.10) 52%, rgba(6,7,6,.62) 100%);
}
.sg-atlas-hero__frame{
    position:absolute;
    inset:28px;
    z-index:2;
    border:1px solid rgba(255,255,255,.18);
    pointer-events:none;
}
.sg-atlas-hero__frame::before,
.sg-atlas-hero__frame::after{
    content:"";
    position:absolute;
    width:96px;
    height:1px;
    background:rgba(200,178,127,.82);
    left:42px;
}
.sg-atlas-hero__frame::before{top:42px}
.sg-atlas-hero__frame::after{bottom:42px}
.sg-atlas-hero__content{
    position:relative;
    z-index:3;
    min-height:inherit;
    height:100%;
    max-width:1540px;
    margin:0 auto;
    padding:86px clamp(42px, 6vw, 104px) 116px;
    display:grid;
    grid-template-columns:minmax(0, 690px) minmax(260px, 380px);
    gap:44px;
    align-items:end;
}
.sg-atlas-hero__copy{
    max-width:690px;
    text-shadow:0 16px 44px rgba(0,0,0,.42);
}
.sg-atlas-hero__micro{
    display:inline-flex;
    align-items:center;
    gap:14px;
    padding:9px 14px;
    border-radius:999px;
    background:rgba(12,14,12,.24);
    border:1px solid rgba(255,255,255,.14);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    color:rgba(255,255,255,.86);
    font-size:10px;
    font-weight:800;
    letter-spacing:.18em;
    text-transform:uppercase;
    margin-bottom:22px;
}
.sg-atlas-hero__micro i{
    width:5px;
    height:5px;
    border-radius:50%;
    background:var(--sg-gold);
    display:block;
}
.sg-atlas-hero__kicker{
    margin:0 0 14px;
    color:#ead9ad;
    font-size:12px;
    line-height:1.5;
    font-weight:800;
    letter-spacing:.18em;
    text-transform:uppercase;
}
.sg-atlas-hero__title{
    margin:0;
    display:grid;
    gap:4px;
    font-family:var(--sg-serif);
    line-height:.92;
    letter-spacing:-.06em;
    font-weight:400;
}
.sg-atlas-hero__title span{
    display:block;
    font-size:clamp(62px, 6vw, 104px);
}
.sg-atlas-hero__title em{
    display:block;
    font-family:"Brush Script MT","Segoe Script",cursive;
    font-size:clamp(48px, 4.8vw, 82px);
    line-height:.88;
    letter-spacing:0;
    color:#f0dfb7;
    font-weight:400;
}
.sg-atlas-hero__text{
    max-width:560px;
    margin:26px 0 0;
    color:rgba(255,255,255,.90);
    font-size:clamp(15px, 1.25vw, 18px);
    line-height:1.8;
}
.sg-atlas-hero__actions{
    margin-top:28px;
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}
.sg-atlas-btn{
    min-height:50px;
    padding:0 24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    border-radius:999px;
    text-decoration:none;
    font-size:11px;
    line-height:1;
    letter-spacing:.14em;
    text-transform:uppercase;
    font-weight:900;
    transition:transform .24s ease, background .24s ease, border-color .24s ease, color .24s ease;
}
.sg-atlas-btn:hover{transform:translateY(-2px)}
.sg-atlas-btn--dark{
    color:#fff;
    background:linear-gradient(180deg,#171913,#0f110e);
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 16px 38px rgba(0,0,0,.25);
}
.sg-atlas-btn--dark:hover{background:#203020}
.sg-atlas-btn--glass{
    color:#fff;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}
.sg-atlas-hero__concierge{
    justify-self:end;
    width:min(360px, 100%);
    display:grid;
    grid-template-columns:auto 1fr;
    gap:14px;
    align-items:center;
    padding:17px 18px;
    border-radius:999px;
    background:rgba(13,16,13,.36);
    border:1px solid rgba(255,255,255,.16);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    box-shadow:0 18px 46px rgba(0,0,0,.16);
    margin-bottom:8px;
}
.sg-atlas-hero__concierge-no{
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.2);
    color:#f1dfb3;
    font-family:var(--sg-serif);
}
.sg-atlas-hero__concierge strong{
    display:block;
    color:#fff;
    font-size:13px;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:3px;
}
.sg-atlas-hero__concierge small{
    display:block;
    color:rgba(255,255,255,.76);
    font-size:12px;
    line-height:1.5;
}

/* Kompakt rezervasyon dock */
.sg-atlas-booking{
    position:relative;
    z-index:10;
    margin:-44px clamp(28px, 5vw, 86px) 46px;
    padding:14px 16px 14px 22px;
    border-radius:30px;
    display:grid;
    grid-template-columns:230px 1fr;
    gap:18px;
    align-items:center;
    background:rgba(248,244,235,.96);
    border:1px solid rgba(20,22,18,.10);
    box-shadow:0 24px 70px rgba(17,19,15,.16);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
}
.sg-atlas-booking__title span,
.sg-atlas-kicker{
    display:flex;
    align-items:center;
    gap:14px;
    margin:0 0 8px;
    color:#4c5b45;
    font-size:10px;
    letter-spacing:.22em;
    text-transform:uppercase;
    font-weight:900;
}
.sg-atlas-booking__title span::after,
.sg-atlas-kicker::after{
    content:"";
    width:44px;
    height:1px;
    background:var(--sg-gold);
}
.sg-atlas-booking__title strong{
    display:block;
    font-family:var(--sg-serif);
    color:var(--sg-ink);
    font-size:28px;
    line-height:1;
    font-weight:400;
}
.sg-atlas-booking__form{
    display:grid;
    grid-template-columns:repeat(4, minmax(115px, 1fr)) minmax(150px, .75fr);
    gap:10px;
    align-items:center;
}
.sg-atlas-booking__form label{
    display:block;
    min-width:0;
    border:1px solid rgba(20,22,18,.10);
    background:#fff;
    border-radius:18px;
    padding:10px 13px 9px;
}
.sg-atlas-booking__form label span{
    display:block;
    margin-bottom:4px;
    color:#777166;
    font-size:9px;
    letter-spacing:.18em;
    text-transform:uppercase;
    font-weight:900;
}
.sg-atlas-booking__form input,
.sg-atlas-booking__form select{
    width:100%;
    height:26px;
    border:0;
    outline:0;
    padding:0;
    background:transparent;
    color:var(--sg-ink);
    font-size:13px;
    font-weight:800;
}
.sg-atlas-booking__form button{
    height:56px;
    border:0;
    border-radius:18px;
    background:#11140f;
    color:#fff;
    cursor:pointer;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    font-size:10.5px;
    font-weight:900;
    letter-spacing:.13em;
    text-transform:uppercase;
    white-space:nowrap;
    transition:transform .24s ease, background .24s ease;
}
.sg-atlas-booking__form button:hover{
    transform:translateY(-2px);
    background:#263827;
}

/* Ortak bölüm başlıkları */
.sg-atlas-section-head{
    display:grid;
    grid-template-columns:minmax(150px, 210px) 1fr auto;
    align-items:end;
    gap:28px;
    margin-bottom:34px;
}
.sg-atlas-section-head h2,
.sg-atlas-promise__intro h2,
.sg-atlas-story__content h2,
.sg-atlas-gallery__intro h2,
.sg-atlas-breakfast__content h2,
.sg-atlas-contact h2,
.sg-atlas-seo h2{
    font-family:var(--sg-serif);
    font-weight:400;
    color:var(--sg-ink);
    line-height:1.02;
    letter-spacing:-.045em;
    margin:0;
}
.sg-atlas-section-head h2{font-size:clamp(34px, 3.8vw, 58px)}
.sg-atlas-section-head a,
.sg-atlas-arrow,
.sg-atlas-gallery__intro a,
.sg-atlas-review a,
.sg-atlas-contact a{
    display:inline-flex;
    align-items:center;
    gap:12px;
    color:#253324;
    text-decoration:none;
    font-size:11px;
    font-weight:900;
    letter-spacing:.13em;
    text-transform:uppercase;
}
.sg-atlas-section-head--center{
    display:block;
    text-align:center;
}
.sg-atlas-section-head--center .sg-atlas-kicker{
    justify-content:center;
}
.sg-atlas-section-head--center h2{
    max-width:760px;
    margin:auto;
}

/* Promise */
.sg-atlas-promise{
    padding:30px clamp(28px, 6vw, 92px) 80px;
    display:grid;
    grid-template-columns:minmax(280px, 420px) 1fr;
    gap:38px;
    align-items:start;
}
.sg-atlas-promise__intro h2{
    font-size:clamp(34px, 4vw, 58px);
}
.sg-atlas-promise__items{
    display:grid;
    grid-template-columns:repeat(4, minmax(0,1fr));
    gap:14px;
}
.sg-atlas-promise__items article{
    min-height:210px;
    border-radius:28px;
    padding:24px 22px;
    background:linear-gradient(180deg,#fff 0%,#f8f3ea 100%);
    border:1px solid var(--sg-line);
    box-shadow:0 18px 42px rgba(35,31,24,.06);
    transition:transform .28s ease, box-shadow .28s ease;
}
.sg-atlas-promise__items article:hover{
    transform:translateY(-4px);
    box-shadow:0 24px 56px rgba(35,31,24,.10);
}
.sg-atlas-promise__items article span{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#eef0e7;
    color:#324634;
    font-size:22px;
    margin-bottom:18px;
}
.sg-atlas-promise__items h3,
.sg-atlas-room-card h3,
.sg-atlas-experience-grid h3{
    margin:0 0 9px;
    color:var(--sg-ink);
    font-size:16px;
}
.sg-atlas-promise__items p,
.sg-atlas-experience-grid p,
.sg-atlas-room-card p,
.sg-atlas-story__content p,
.sg-atlas-breakfast__content p,
.sg-atlas-gallery__intro p,
.sg-atlas-seo p{
    margin:0;
    color:var(--sg-muted);
    font-size:14px;
    line-height:1.72;
}

/* Odalar */
.sg-atlas-rooms{
    padding:78px clamp(28px, 6vw, 92px);
    background:#fff;
    border-top:1px solid var(--sg-line);
    border-bottom:1px solid var(--sg-line);
}
.sg-atlas-room-grid{
    display:grid;
    grid-template-columns:1.15fr .92fr .92fr;
    gap:20px;
}
.sg-atlas-room-card{
    position:relative;
    overflow:hidden;
    border-radius:32px;
    background:#f7f1e7;
    border:1px solid var(--sg-line);
    box-shadow:0 18px 52px rgba(31,29,22,.08);
}
.sg-atlas-room-card__image{
    display:block;
    height:260px;
    overflow:hidden;
}
.sg-atlas-room-card.is-featured .sg-atlas-room-card__image{height:380px}
.sg-atlas-room-card__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .75s ease;
}
.sg-atlas-room-card:hover .sg-atlas-room-card__image img{transform:scale(1.045)}
.sg-atlas-room-card__body{
    padding:24px 24px 26px;
}
.sg-atlas-room-card__body > span{
    display:block;
    margin-bottom:8px;
    color:#66705f;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:.16em;
    font-weight:900;
}
.sg-atlas-room-card h3{
    font-family:var(--sg-serif);
    font-size:30px;
    font-weight:400;
    letter-spacing:-.035em;
}
.sg-atlas-room-card__meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:18px 0;
}
.sg-atlas-room-card__meta b{
    display:inline-flex;
    align-items:center;
    min-height:32px;
    border-radius:999px;
    padding:0 12px;
    background:#fff;
    border:1px solid var(--sg-line);
    color:#4e584b;
    font-size:12px;
}

/* Hikaye */
.sg-atlas-story{
    padding:86px clamp(28px, 6vw, 92px);
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:46px;
    align-items:center;
    background:
        radial-gradient(circle at 100% 0%, rgba(200,178,127,.14), transparent 30%),
        var(--sg-paper);
}
.sg-atlas-story__image{
    position:relative;
    border-radius:38px;
    overflow:hidden;
    min-height:520px;
    box-shadow:0 28px 72px rgba(24,24,18,.14);
}
.sg-atlas-story__image img{
    width:100%;
    height:100%;
    min-height:520px;
    object-fit:cover;
    display:block;
}
.sg-atlas-story__image::after{
    content:"";
    position:absolute;
    inset:24px;
    border:1px solid rgba(255,255,255,.30);
    border-radius:28px;
    pointer-events:none;
}
.sg-atlas-story__content{
    padding:42px;
    border-radius:38px;
    background:rgba(255,255,255,.64);
    border:1px solid rgba(35,35,28,.10);
    box-shadow:0 22px 58px rgba(33,30,22,.07);
}
.sg-atlas-story__content h2,
.sg-atlas-gallery__intro h2,
.sg-atlas-breakfast__content h2{
    font-size:clamp(38px, 4.5vw, 66px);
    margin-bottom:22px;
}
.sg-atlas-story__content p{
    max-width:620px;
    margin-bottom:24px;
}
.sg-atlas-story__mini{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin:28px 0 30px;
}
.sg-atlas-story__mini div{
    background:#fff;
    border:1px solid var(--sg-line);
    border-radius:20px;
    padding:17px 16px;
}
.sg-atlas-story__mini strong{
    display:block;
    color:#213122;
    font-family:var(--sg-serif);
    font-size:24px;
    font-weight:400;
    margin-bottom:3px;
}
.sg-atlas-story__mini span{
    color:#736c60;
    font-size:12px;
    line-height:1.5;
}

/* Deneyimler */
.sg-atlas-experiences{
    padding:72px clamp(28px, 6vw, 92px);
    background:#fff;
}
.sg-atlas-experience-grid{
    margin-top:36px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}
.sg-atlas-experience-grid article{
    min-height:220px;
    padding:28px 24px;
    border-radius:30px;
    background:
        linear-gradient(180deg,rgba(247,243,234,1),rgba(255,255,255,1));
    border:1px solid var(--sg-line);
    position:relative;
    overflow:hidden;
}
.sg-atlas-experience-grid article::after{
    content:"";
    position:absolute;
    right:-42px;
    bottom:-42px;
    width:120px;
    height:120px;
    border-radius:50%;
    background:rgba(200,178,127,.12);
}
.sg-atlas-experience-grid article > span{
    display:block;
    font-size:30px;
    margin-bottom:22px;
}

/* Galeri */
.sg-atlas-gallery{
    padding:86px clamp(28px, 6vw, 92px);
    display:grid;
    grid-template-columns:minmax(260px, 380px) 1fr;
    gap:34px;
    background:
        linear-gradient(180deg,#f7f1e8,#eee4d6);
    border-top:1px solid var(--sg-line);
    border-bottom:1px solid var(--sg-line);
}
.sg-atlas-gallery__intro{
    align-self:center;
}
.sg-atlas-gallery__intro p{
    margin:0 0 24px;
}
.sg-atlas-gallery__grid{
    display:grid;
    grid-template-columns:1.2fr .8fr .8fr;
    grid-auto-rows:180px;
    gap:14px;
}
.sg-atlas-gallery__grid a{
    display:block;
    border-radius:26px;
    overflow:hidden;
    background:#ded7c9;
    position:relative;
    box-shadow:0 16px 42px rgba(31,29,22,.08);
}
.sg-atlas-gallery__grid a::after{
    content:"Büyüt";
    position:absolute;
    right:14px;
    bottom:14px;
    min-height:34px;
    padding:0 13px;
    border-radius:999px;
    display:flex;
    align-items:center;
    color:#fff;
    background:rgba(18,21,16,.62);
    font-size:10px;
    letter-spacing:.13em;
    text-transform:uppercase;
    font-weight:900;
    opacity:0;
    transform:translateY(8px);
    transition:opacity .25s ease, transform .25s ease;
}
.sg-atlas-gallery__grid a:hover::after{
    opacity:1;
    transform:translateY(0);
}
.sg-atlas-gallery__grid a.is-large{
    grid-row:span 2;
}
.sg-atlas-gallery__grid img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .65s ease, filter .65s ease;
}
.sg-atlas-gallery__grid a:hover img{
    transform:scale(1.045);
    filter:saturate(1.06) contrast(1.02);
}

/* Kahvaltı */
.sg-atlas-breakfast{
    padding:84px clamp(28px, 6vw, 92px);
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:0;
    align-items:stretch;
    background:#fff;
}
.sg-atlas-breakfast__image{
    border-radius:36px 0 0 36px;
    overflow:hidden;
    min-height:420px;
}
.sg-atlas-breakfast__image img{
    width:100%;
    height:100%;
    min-height:420px;
    object-fit:cover;
    display:block;
}
.sg-atlas-breakfast__content{
    padding:48px;
    border-radius:0 36px 36px 0;
    background:
        radial-gradient(circle at 100% 0%, rgba(200,178,127,.12), transparent 35%),
        #f6f1e8;
    border:1px solid var(--sg-line);
    border-left:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* Alt grid */
.sg-atlas-bottom{
    padding:80px clamp(28px, 6vw, 92px);
    display:grid;
    grid-template-columns:.86fr 1.08fr .86fr;
    gap:18px;
    background:var(--sg-paper);
}
.sg-atlas-bottom article{
    background:#fff;
    border:1px solid var(--sg-line);
    border-radius:32px;
    padding:30px;
    box-shadow:0 16px 42px rgba(33,30,22,.05);
}
.sg-atlas-review__quote{
    font-family:var(--sg-serif);
    font-size:82px;
    line-height:.7;
    color:#d6c390;
    margin:14px 0 2px;
}
.sg-atlas-review p{
    color:#504f48;
    line-height:1.72;
}
.sg-atlas-review h3{
    margin:18px 0 4px;
    color:var(--sg-ink);
}
.sg-atlas-review small{
    color:#7a756b;
}
.sg-atlas-review a{
    margin-top:20px;
}
.sg-atlas-faq details{
    border-bottom:1px solid var(--sg-line);
    padding:16px 0;
}
.sg-atlas-faq details:first-of-type{
    border-top:1px solid var(--sg-line);
}
.sg-atlas-faq summary{
    cursor:pointer;
    color:#1f211c;
    font-weight:700;
    list-style:none;
    display:flex;
    justify-content:space-between;
    gap:18px;
}
.sg-atlas-faq summary::after{
    content:"+";
    color:#5b644f;
}
.sg-atlas-faq details[open] summary::after{
    content:"–";
}
.sg-atlas-faq p{
    color:var(--sg-muted);
    line-height:1.7;
    margin:12px 0 0;
}
.sg-atlas-contact{
    background:
        linear-gradient(180deg, #182418, #10150f) !important;
    color:#fff;
}
.sg-atlas-contact .sg-atlas-kicker,
.sg-atlas-contact .sg-atlas-kicker::after{
    color:#d8c591;
}
.sg-atlas-contact h2{
    color:#fff;
    font-size:36px;
    margin:10px 0 18px;
}
.sg-atlas-contact p{
    color:rgba(255,255,255,.76);
    line-height:1.7;
}
.sg-atlas-contact a{
    color:#fff;
    width:100%;
    min-height:44px;
    border-top:1px solid rgba(255,255,255,.12);
    justify-content:space-between;
}

/* SEO */
.sg-atlas-seo{
    padding:54px clamp(28px, 6vw, 92px) 72px;
    background:#fff;
    border-top:1px solid var(--sg-line);
}
.sg-atlas-seo h2{
    font-size:clamp(30px, 3.2vw, 48px);
    max-width:980px;
    margin-bottom:18px;
}
.sg-atlas-seo p{
    max-width:1040px;
}
.sg-atlas-seo div{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:22px;
}
.sg-atlas-seo span{
    display:inline-flex;
    min-height:32px;
    padding:0 12px;
    border-radius:999px;
    align-items:center;
    background:#f4efe5;
    border:1px solid var(--sg-line);
    color:#596052;
    font-size:12px;
}

/* Animasyonlar */
[data-sg-reveal]{
    opacity:0;
    transform:translateY(24px);
    transition:opacity .7s ease, transform .7s ease;
}
[data-sg-reveal].is-visible{
    opacity:1;
    transform:none;
}

@media (max-width:1280px){
    .sg-atlas-hero{
        min-height:620px;
        height:78svh;
    }
    .sg-atlas-hero__content{
        grid-template-columns:minmax(0, 1fr) 320px;
        padding-left:46px;
        padding-right:46px;
    }
    .sg-atlas-hero__title span{
        font-size:clamp(54px, 6vw, 82px);
    }
    .sg-atlas-booking{
        margin-left:26px;
        margin-right:26px;
        grid-template-columns:200px 1fr;
    }
    .sg-atlas-booking__form{
        grid-template-columns:repeat(4, minmax(92px, 1fr)) 145px;
    }
    .sg-atlas-promise,
    .sg-atlas-gallery,
    .sg-atlas-story,
    .sg-atlas-breakfast,
    .sg-atlas-bottom{
        padding-left:42px;
        padding-right:42px;
    }
}

@media (max-width:1080px){
    .sg-atlas-hero__content{
        grid-template-columns:1fr;
    }
    .sg-atlas-hero__concierge{
        display:none;
    }
    .sg-atlas-booking{
        grid-template-columns:1fr;
        margin-top:-30px;
    }
    .sg-atlas-booking__form{
        grid-template-columns:repeat(2,1fr);
    }
    .sg-atlas-booking__form button{
        grid-column:1/-1;
    }
    .sg-atlas-promise,
    .sg-atlas-story,
    .sg-atlas-gallery,
    .sg-atlas-breakfast,
    .sg-atlas-bottom{
        grid-template-columns:1fr;
    }
    .sg-atlas-promise__items,
    .sg-atlas-experience-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .sg-atlas-room-grid{
        grid-template-columns:1fr;
    }
    .sg-atlas-room-card.is-featured .sg-atlas-room-card__image,
    .sg-atlas-room-card__image{
        height:300px;
    }
    .sg-atlas-breakfast__image,
    .sg-atlas-breakfast__content{
        border-radius:32px;
        border:1px solid var(--sg-line);
    }
    .sg-atlas-breakfast__content{
        border-top:0;
        border-radius:0 0 32px 32px;
    }
    .sg-atlas-breakfast__image{
        border-radius:32px 32px 0 0;
    }
}

@media (max-width:760px){
    .sg-atlas-hero{
        min-height:76svh;
        height:76svh;
    }
    .sg-atlas-hero__media img{
        object-position:center center;
    }
    .sg-atlas-hero__veil{
        background:
            linear-gradient(180deg, rgba(8,10,8,.18) 0%, rgba(8,10,8,.16) 42%, rgba(8,10,8,.72) 100%);
    }
    .sg-atlas-hero__frame{
        inset:14px;
    }
    .sg-atlas-hero__frame::before,
    .sg-atlas-hero__frame::after{
        width:54px;
        left:24px;
    }
    .sg-atlas-hero__frame::before{top:28px}
    .sg-atlas-hero__frame::after{bottom:28px}
    .sg-atlas-hero__content{
        padding:110px 18px 38px;
        align-items:end;
    }
    .sg-atlas-hero__micro{
        font-size:9px;
        padding:8px 11px;
        gap:9px;
        margin-bottom:18px;
    }
    .sg-atlas-hero__micro span:last-child{
        display:none;
    }
    .sg-atlas-hero__kicker{
        font-size:10px;
        letter-spacing:.14em;
    }
    .sg-atlas-hero__title span{
        font-size:clamp(46px, 15vw, 72px);
    }
    .sg-atlas-hero__title em{
        font-size:clamp(40px, 13vw, 62px);
    }
    .sg-atlas-hero__text{
        font-size:14px;
        line-height:1.6;
        margin-top:18px;
    }
    .sg-atlas-hero__actions{
        margin-top:20px;
        gap:9px;
    }
    .sg-atlas-btn{
        min-height:46px;
        padding:0 17px;
        font-size:9.5px;
    }
    .sg-atlas-booking{
        margin:0 14px 34px;
        transform:translateY(-22px);
        padding:16px;
        border-radius:24px;
        gap:14px;
    }
    .sg-atlas-booking__title strong{
        font-size:24px;
    }
    .sg-atlas-booking__form{
        grid-template-columns:1fr;
    }
    .sg-atlas-booking__form button{
        height:52px;
    }
    .sg-atlas-promise,
    .sg-atlas-rooms,
    .sg-atlas-story,
    .sg-atlas-experiences,
    .sg-atlas-gallery,
    .sg-atlas-breakfast,
    .sg-atlas-bottom,
    .sg-atlas-seo{
        padding-left:18px;
        padding-right:18px;
    }
    .sg-atlas-promise{
        padding-top:10px;
        padding-bottom:52px;
    }
    .sg-atlas-promise__items,
    .sg-atlas-experience-grid{
        grid-template-columns:1fr;
    }
    .sg-atlas-section-head{
        display:block;
    }
    .sg-atlas-section-head h2{
        margin:12px 0 16px;
    }
    .sg-atlas-gallery__grid{
        grid-template-columns:1fr 1fr;
        grid-auto-rows:150px;
    }
    .sg-atlas-gallery__grid a.is-large{
        grid-column:1/-1;
        grid-row:span 2;
    }
    .sg-atlas-story__image,
    .sg-atlas-story__image img{
        min-height:360px;
    }
    .sg-atlas-story__content{
        padding:28px 22px;
        border-radius:28px;
    }
    .sg-atlas-story__mini{
        grid-template-columns:1fr;
    }
    .sg-atlas-room-card__image,
    .sg-atlas-room-card.is-featured .sg-atlas-room-card__image{
        height:260px;
    }
    .sg-atlas-breakfast__image,
    .sg-atlas-breakfast__image img{
        min-height:300px;
    }
    .sg-atlas-breakfast__content{
        padding:28px 22px;
    }
    .sg-atlas-bottom article{
        padding:24px 20px;
        border-radius:26px;
    }
}

@media (prefers-reduced-motion: reduce){
    .sg-atlas-hero__media img,
    .sg-atlas-room-card__image img,
    .sg-atlas-gallery__grid img,
    [data-sg-reveal]{
        transition:none !important;
        transform:none !important;
    }
}

/* SAYGIN-V30-SAFE-HEADING-MENU-FIX
   Bu blok sadece public görünümde başlıkları kibarlaştırır ve mobil menüyü garanti açılır hale getirir.
*/
body:not(.admin-page) .site-main h1,
body:not(.admin-page) main h1,
body:not(.admin-page) .inner-hero h1,
body:not(.admin-page) .inner-hero-v13 h1,
body:not(.admin-page) .page-hero h1,
body:not(.admin-page) .sg-v18-page-intro h1 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(30px, 3vw, 48px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.022em !important;
  font-weight: 500 !important;
  text-wrap: balance;
}

body:not(.admin-page) .site-main h2,
body:not(.admin-page) main h2,
body:not(.admin-page) .section-intro h2,
body:not(.admin-page) .section-title h2,
body:not(.admin-page) .inner-heading h2,
body:not(.admin-page) .content-split h2,
body:not(.admin-page) .footer-cta h2,
body:not(.admin-page) .sg-atlas-section-head h2,
body:not(.admin-page) .sg-v17-section-head h2,
body:not(.admin-page) .sg-v18-section-head h2,
body:not(.admin-page) .sg-v18-page-intro h2 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(23px, 2vw, 34px) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.016em !important;
  font-weight: 500 !important;
  text-wrap: balance;
}

body:not(.admin-page) .site-main h3,
body:not(.admin-page) main h3,
body:not(.admin-page) .room-card h3,
body:not(.admin-page) .listing-card h3,
body:not(.admin-page) .sg-v18-places-page-grid h3,
body:not(.admin-page) .sg-v18-policy-grid h3 {
  font-size: clamp(18px, 1.25vw, 22px) !important;
  line-height: 1.25 !important;
  letter-spacing: -0.006em !important;
  font-weight: 600 !important;
}

body:not(.admin-page) .hero h1,
body:not(.admin-page) .sg-atlas-hero__title {
  font-size: clamp(38px, 4.2vw, 66px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em !important;
  font-weight: 500 !important;
}

body:not(.admin-page) .hero h1 em,
body:not(.admin-page) .sg-atlas-hero__title em,
body:not(.admin-page) .sg-atlas-hero__title span {
  font-size: clamp(34px, 3.8vw, 58px) !important;
  line-height: 1 !important;
}

body:not(.admin-page) .section-kicker,
body:not(.admin-page) .sg-v18-kicker,
body:not(.admin-page) .sg-atlas-hero__kicker,
body:not(.admin-page) [class*="kicker"],
body:not(.admin-page) [class*="eyebrow"] {
  font-size: 10.5px !important;
  letter-spacing: .15em !important;
  line-height: 1.5 !important;
}

/* Desktop/mobil başlık span çakışması: aynı başlığın iki kez görünmesini engeller */
@media (min-width: 768px) {
  body:not(.admin-page) .inner-hero-v13__mobile-title,
  body:not(.admin-page) .inner-hero-v13__mobile-lead,
  body:not(.admin-page) .mobile-title,
  body:not(.admin-page) [data-mobile-title],
  body:not(.admin-page) [class*="mobile-title"],
  body:not(.admin-page) [class*="mobile-lead"] {
    display: none !important;
  }
  body:not(.admin-page) .inner-hero-v13__desktop-title,
  body:not(.admin-page) .inner-hero-v13__desktop-lead,
  body:not(.admin-page) .desktop-title,
  body:not(.admin-page) [data-desktop-title],
  body:not(.admin-page) [class*="desktop-title"],
  body:not(.admin-page) [class*="desktop-lead"] {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  body:not(.admin-page) .inner-hero-v13__desktop-title,
  body:not(.admin-page) .inner-hero-v13__desktop-lead,
  body:not(.admin-page) .desktop-title,
  body:not(.admin-page) [data-desktop-title],
  body:not(.admin-page) [class*="desktop-title"],
  body:not(.admin-page) [class*="desktop-lead"] {
    display: none !important;
  }
  body:not(.admin-page) .inner-hero-v13__mobile-title,
  body:not(.admin-page) .inner-hero-v13__mobile-lead,
  body:not(.admin-page) .mobile-title,
  body:not(.admin-page) [data-mobile-title],
  body:not(.admin-page) [class*="mobile-title"],
  body:not(.admin-page) [class*="mobile-lead"] {
    display: inline !important;
  }
}

/* İç sayfa hero alanları daha sakin */
body:not(.admin-page) .inner-hero,
body:not(.admin-page) .inner-hero-v13,
body:not(.admin-page) .page-hero {
  min-height: min(50vh, 500px) !important;
}

body:not(.admin-page) .inner-hero__content,
body:not(.admin-page) .inner-hero-v13__content,
body:not(.admin-page) .page-hero__content {
  max-width: 760px !important;
}

body:not(.admin-page) .inner-hero__content p,
body:not(.admin-page) .inner-hero-v13__content p,
body:not(.admin-page) .page-hero__content p,
body:not(.admin-page) .sg-v18-page-intro p {
  font-size: clamp(15px, 1.05vw, 17px) !important;
  line-height: 1.72 !important;
}

/* Gezilecek Yerler web görselleri kare ve daha şık */
@media (min-width: 992px) {
  body:not(.admin-page) .sg-v18-places-page-grid,
  body:not(.admin-page) .places-grid,
  body:not(.admin-page) .route-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  body:not(.admin-page) .sg-v18-place-card,
  body:not(.admin-page) .sg-v18-places-page-grid article,
  body:not(.admin-page) .places-grid article,
  body:not(.admin-page) .route-card {
    border-radius: 24px !important;
    overflow: hidden !important;
  }

  body:not(.admin-page) .sg-v18-place-card img,
  body:not(.admin-page) .sg-v18-places-page-grid article img,
  body:not(.admin-page) .places-grid article img,
  body:not(.admin-page) .route-card img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
  }
}

/* Sol menüde uzun kelimelerin taşmasını engeller */
body:not(.admin-page) .side-nav__menu a,
body:not(.admin-page) .side-nav__menu a span {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

body:not(.admin-page) .side-nav__menu a span {
  display: block !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  line-height: 1.18 !important;
  font-size: clamp(9.5px, .68vw, 11px) !important;
  letter-spacing: .08em !important;
}

/* Mobil üst menü butonu: küçük, elit ve tıklanabilir */
@media (max-width: 991px) {
  body:not(.admin-page) .mobile-head {
    z-index: 10020 !important;
  }

  body:not(.admin-page) .mobile-head__toggle,
  body:not(.admin-page) [data-menu-toggle],
  body:not(.admin-page) .menu-toggle,
  body:not(.admin-page) .hamburger,
  body:not(.admin-page) .mobile-menu-toggle {
    position: relative !important;
    z-index: 10030 !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    border-radius: 999px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  body:not(.admin-page) .mobile-head__toggle span,
  body:not(.admin-page) [data-menu-toggle] span {
    width: 17px !important;
    height: 1.5px !important;
    margin: 2.5px 0 !important;
    display: block !important;
  }

  body:not(.admin-page) .mobile-menu,
  body:not(.admin-page) [data-mobile-menu] {
    z-index: 10025 !important;
  }

  body:not(.admin-page) .mobile-menu.is-open,
  body:not(.admin-page) .mobile-menu.is-active,
  body:not(.admin-page) .mobile-menu.open,
  body:not(.admin-page) [data-mobile-menu].is-open,
  body:not(.admin-page) [data-mobile-menu].is-active,
  body:not(.admin-page) [data-mobile-menu].open {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  body.saygin-v30-menu-open,
  html.saygin-v30-menu-open {
    overflow: hidden !important;
  }

  body:not(.admin-page) .site-main h1,
  body:not(.admin-page) main h1,
  body:not(.admin-page) .inner-hero h1,
  body:not(.admin-page) .inner-hero-v13 h1,
  body:not(.admin-page) .page-hero h1 {
    font-size: clamp(27px, 8vw, 38px) !important;
    line-height: 1.12 !important;
  }

  body:not(.admin-page) .site-main h2,
  body:not(.admin-page) main h2,
  body:not(.admin-page) .section-intro h2,
  body:not(.admin-page) .section-title h2,
  body:not(.admin-page) .sg-v18-page-intro h2 {
    font-size: clamp(23px, 6.8vw, 31px) !important;
    line-height: 1.18 !important;
  }
}

[data-saygin-v30-duplicate-hidden="true"] {
  display: none !important;
}
/* /SAYGIN-V30-SAFE-HEADING-MENU-FIX */

/* SAYGIN-V32-MOBILE-MENU-ROOT-FIX */
@media (max-width: 900px){

  html body:not(.admin-page) .mobile-head{
    display:flex !important;
    position:fixed !important;
    top:max(12px, env(safe-area-inset-top)) !important;
    left:14px !important;
    right:14px !important;
    width:auto !important;
    height:64px !important;
    min-height:64px !important;
    max-height:64px !important;
    padding:0 72px !important;
    margin:0 !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:visible !important;
    border-radius:999px !important;
    background:rgba(250,247,239,.97) !important;
    border:1px solid rgba(17,48,33,.12) !important;
    box-shadow:0 16px 36px rgba(7,22,14,.15) !important;
    backdrop-filter:blur(16px) saturate(1.06) !important;
    -webkit-backdrop-filter:blur(16px) saturate(1.06) !important;
    z-index:2147483000 !important;
    transform:none !important;
  }

  html body:not(.admin-page) .mobile-head__logo{
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    right:auto !important;
    bottom:auto !important;
    transform:translate(-50%,-50%) !important;
    width:132px !important;
    max-width:42vw !important;
    height:48px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 !important;
    padding:0 !important;
    z-index:1 !important;
    pointer-events:auto !important;
  }

  html body:not(.admin-page) .mobile-head__logo img{
    width:auto !important;
    max-width:100% !important;
    height:auto !important;
    max-height:42px !important;
    object-fit:contain !important;
    margin:0 !important;
    padding:0 !important;
    opacity:.96 !important;
    filter:none !important;
    transform:none !important;
  }

  html body:not(.admin-page) .mobile-head__toggle,
  html body:not(.admin-page) [data-menu-toggle],
  html body:not(.admin-page) button.mobile-head__toggle{
    position:absolute !important;
    left:auto !important;
    right:8px !important;
    top:50% !important;
    bottom:auto !important;
    transform:translateY(-50%) !important;
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;
    max-width:48px !important;
    max-height:48px !important;
    margin:0 !important;
    padding:0 !important;
    border-radius:999px !important;
    border:1px solid rgba(255,255,255,.22) !important;
    background:linear-gradient(180deg,#0d5a3a 0%,#062014 100%) !important;
    box-shadow:0 12px 26px rgba(7,42,26,.25), inset 0 1px 0 rgba(255,255,255,.16) !important;
    display:block !important;
    overflow:hidden !important;
    pointer-events:auto !important;
    cursor:pointer !important;
    z-index:5 !important;
    appearance:none !important;
    -webkit-appearance:none !important;
    font-size:0 !important;
    line-height:0 !important;
    color:transparent !important;
    text-indent:-9999px !important;
    outline:none !important;
  }

  html body:not(.admin-page) .mobile-head__toggle span,
  html body:not(.admin-page) [data-menu-toggle] span,
  html body:not(.admin-page) button.mobile-head__toggle span{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    width:0 !important;
    height:0 !important;
    margin:0 !important;
    padding:0 !important;
    transform:none !important;
  }

  html body:not(.admin-page) .mobile-head__toggle::before,
  html body:not(.admin-page) [data-menu-toggle]::before,
  html body:not(.admin-page) button.mobile-head__toggle::before{
    content:"" !important;
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    width:20px !important;
    height:2px !important;
    min-width:20px !important;
    max-width:20px !important;
    min-height:2px !important;
    max-height:2px !important;
    border-radius:999px !important;
    background:#fff !important;
    transform:translate(-50%,-50%) !important;
    box-shadow:0 -6px 0 #fff, 0 6px 0 #fff !important;
    opacity:1 !important;
    display:block !important;
  }

  html body:not(.admin-page) .mobile-head__toggle::after,
  html body:not(.admin-page) [data-menu-toggle]::after,
  html body:not(.admin-page) button.mobile-head__toggle::after{
    content:none !important;
    display:none !important;
  }

  html body:not(.admin-page) .mobile-head__toggle:focus-visible{
    box-shadow:0 12px 26px rgba(7,42,26,.25), 0 0 0 4px rgba(199,178,126,.28) !important;
  }

  html.saygin-v32-menu-open body:not(.admin-page) .mobile-head,
  body.saygin-v32-menu-open:not(.admin-page) .mobile-head{
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }

  html body:not(.admin-page) .mobile-menu,
  html body:not(.admin-page) [data-mobile-menu]{
    display:flex !important;
    position:fixed !important;
    inset:0 !important;
    width:100vw !important;
    height:100dvh !important;
    min-height:100dvh !important;
    max-width:none !important;
    max-height:none !important;
    margin:0 !important;
    padding:72px 26px 34px !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    overscroll-behavior:contain !important;
    background:
      radial-gradient(circle at 10% 35%, rgba(196,176,126,.10), transparent 34%),
      linear-gradient(180deg,#06100b 0%,#07150d 52%,#030705 100%) !important;
    color:#fff !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    z-index:2147482900 !important;
    transform:translate3d(105%,0,0) !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transition:transform .32s cubic-bezier(.22,.8,.22,1), opacity .22s ease, visibility .22s ease !important;
  }

  html body:not(.admin-page) .mobile-menu.is-open,
  html body:not(.admin-page) .mobile-menu.is-active,
  html body:not(.admin-page) .mobile-menu.open,
  html body:not(.admin-page) [data-mobile-menu].is-open,
  html body:not(.admin-page) [data-mobile-menu].is-active,
  html body:not(.admin-page) [data-mobile-menu].open{
    transform:translate3d(0,0,0) !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }

  html body:not(.admin-page) .mobile-menu__close,
  html body:not(.admin-page) [data-menu-close]{
    position:absolute !important;
    top:max(18px, env(safe-area-inset-top)) !important;
    right:22px !important;
    left:auto !important;
    bottom:auto !important;
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    min-height:44px !important;
    margin:0 !important;
    padding:0 !important;
    border:1px solid rgba(255,255,255,.14) !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.07) !important;
    color:transparent !important;
    font-size:0 !important;
    line-height:0 !important;
    z-index:5 !important;
    cursor:pointer !important;
    overflow:hidden !important;
  }

  html body:not(.admin-page) .mobile-menu__close::before,
  html body:not(.admin-page) .mobile-menu__close::after,
  html body:not(.admin-page) [data-menu-close]::before,
  html body:not(.admin-page) [data-menu-close]::after{
    content:"" !important;
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    width:22px !important;
    height:2px !important;
    background:#fff !important;
    border-radius:999px !important;
    transform-origin:center !important;
    display:block !important;
  }

  html body:not(.admin-page) .mobile-menu__close::before,
  html body:not(.admin-page) [data-menu-close]::before{
    transform:translate(-50%,-50%) rotate(45deg) !important;
  }
  html body:not(.admin-page) .mobile-menu__close::after,
  html body:not(.admin-page) [data-menu-close]::after{
    transform:translate(-50%,-50%) rotate(-45deg) !important;
  }

  html body:not(.admin-page) .mobile-menu > img,
  html body:not(.admin-page) [data-mobile-menu] > img{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    display:block !important;
    width:104px !important;
    max-width:34vw !important;
    height:auto !important;
    max-height:76px !important;
    object-fit:contain !important;
    margin:0 auto 26px !important;
    padding:0 !important;
    opacity:.82 !important;
    filter:none !important;
    transform:none !important;
    z-index:1 !important;
  }

  html body:not(.admin-page) .mobile-menu nav,
  html body:not(.admin-page) [data-mobile-menu] nav{
    width:min(100%, 440px) !important;
    max-width:440px !important;
    margin:0 auto !important;
    padding:0 2px 36px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:0 !important;
    position:relative !important;
    z-index:2 !important;
  }

  html body:not(.admin-page) .mobile-menu nav a,
  html body:not(.admin-page) [data-mobile-menu] nav a{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    width:100% !important;
    min-height:48px !important;
    padding:13px 0 !important;
    margin:0 !important;
    border:0 !important;
    border-bottom:1px solid rgba(255,255,255,.10) !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    color:rgba(255,255,255,.94) !important;
    font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size:clamp(17px, 4.8vw, 21px) !important;
    line-height:1.2 !important;
    font-weight:500 !important;
    letter-spacing:.002em !important;
    text-transform:none !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    text-align:left !important;
  }

  html body:not(.admin-page) .mobile-menu nav a:hover,
  html body:not(.admin-page) [data-mobile-menu] nav a:hover{
    color:#f4e6bd !important;
  }

  html body:not(.admin-page) .mobile-menu nav a.mobile-reservation-link,
  html body:not(.admin-page) [data-mobile-menu] nav a.mobile-reservation-link{
    justify-content:center !important;
    min-height:50px !important;
    margin-top:20px !important;
    padding:0 18px !important;
    border:1px solid rgba(255,255,255,.12) !important;
    border-radius:999px !important;
    background:linear-gradient(180deg,#f7f1df 0%,#e8dcc1 100%) !important;
    color:#07150d !important;
    font-size:12px !important;
    line-height:1 !important;
    font-weight:800 !important;
    letter-spacing:.12em !important;
    text-transform:uppercase !important;
    box-shadow:0 18px 38px rgba(0,0,0,.22) !important;
  }

  html.saygin-v32-menu-open,
  body.saygin-v32-menu-open{
    overflow:hidden !important;
    touch-action:none !important;
  }

  html.saygin-v32-menu-open body .whatsapp-mini,
  html.saygin-v32-menu-open body .whatsapp-float,
  html.saygin-v32-menu-open body .floating-whatsapp,
  html.saygin-v32-menu-open body .sg-whatsapp-float,
  html.saygin-v32-menu-open body .saygin-whatsapp,
  html.saygin-v32-menu-open body .saygin-v27-whatsapp,
  html.saygin-v32-menu-open body .saygin-v27-whatsapp-button,
  html.saygin-v32-menu-open body .saygin-v17-concierge,
  html.saygin-v32-menu-open body .saygin-v27-wa-button,
  html.saygin-v32-menu-open body a[href*="wa.me"][style*="fixed"]{
    display:none !important;
  }
}

@media (max-width: 420px){
  html body:not(.admin-page) .mobile-head{
    left:12px !important;
    right:12px !important;
    height:60px !important;
    min-height:60px !important;
    max-height:60px !important;
    padding:0 64px !important;
  }
  html body:not(.admin-page) .mobile-head__logo{
    width:116px !important;
    height:42px !important;
  }
  html body:not(.admin-page) .mobile-head__logo img{
    max-height:38px !important;
  }
  html body:not(.admin-page) .mobile-head__toggle,
  html body:not(.admin-page) [data-menu-toggle],
  html body:not(.admin-page) button.mobile-head__toggle{
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    min-height:44px !important;
    max-width:44px !important;
    max-height:44px !important;
    right:8px !important;
  }
  html body:not(.admin-page) .mobile-head__toggle::before,
  html body:not(.admin-page) [data-menu-toggle]::before,
  html body:not(.admin-page) button.mobile-head__toggle::before{
    width:18px !important;
    min-width:18px !important;
    max-width:18px !important;
    box-shadow:0 -5.5px 0 #fff, 0 5.5px 0 #fff !important;
  }
  html body:not(.admin-page) .mobile-menu,
  html body:not(.admin-page) [data-mobile-menu]{
    padding-left:24px !important;
    padding-right:24px !important;
  }
  html body:not(.admin-page) .mobile-menu nav a,
  html body:not(.admin-page) [data-mobile-menu] nav a{
    font-size:18px !important;
    min-height:47px !important;
    padding:12px 0 !important;
  }
}
/* /SAYGIN-V32-MOBILE-MENU-ROOT-FIX */
