:root{
    --sg-cream:#F3EEE3;
    --sg-paper:#FBF8F1;
    --sg-forest:#29352B;
    --sg-forest-soft:#536051;
    --sg-rust:#B7582E;
    --sg-rust-dark:#8F3E22;
    --sg-wood:#7B5B43;
    --sg-ink:#25251F;
    --sg-mist:#DCD4C4;
    --sg-border:rgba(41,53,43,.16);
    --sg-shadow:0 20px 50px rgba(34,31,25,.12);
    --sg-wide:min(1180px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    background:var(--sg-cream);
    color:var(--sg-ink);
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    line-height:1.65;
}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
.sg-shell{width:var(--sg-wide);margin-inline:auto}
.sg-section{padding:clamp(64px,8vw,112px) 0}
.sg-section--paper{background:var(--sg-paper)}
.sg-section--forest{background:var(--sg-forest);color:#fff}
.sg-section-title{
    margin:0 0 14px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(2.2rem,5vw,4.7rem);
    line-height:.98;
    font-weight:500;
    color:var(--sg-forest);
}
.sg-eyebrow{
    margin:0 0 10px;
    text-transform:uppercase;
    letter-spacing:.16em;
    font-size:.75rem;
    font-weight:800;
    color:var(--sg-rust-dark);
}
.sg-lead{
    max-width:720px;
    margin:0;
    font-size:clamp(1.05rem,1.8vw,1.35rem);
    color:#555047;
}
.sg-center{text-align:center}
.sg-center .sg-lead{margin-inline:auto}
.sg-btn,
.wp-block-button__link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:12px 18px;
    border:0;
    border-radius:3px;
    background:var(--sg-rust);
    color:#fff!important;
    font-weight:800;
    font-size:.9rem;
    letter-spacing:.01em;
    text-decoration:none;
    transition:transform .16s ease,background .16s ease;
}
.sg-btn:hover,.wp-block-button__link:hover{background:var(--sg-rust-dark);transform:translateY(-1px)}
.sg-btn--ghost{background:transparent;border:1px solid rgba(255,255,255,.68)}
.sg-btn--ghost:hover{background:rgba(255,255,255,.1)}
.sg-text-link{
    display:inline-block;
    margin-top:18px;
    font-weight:800;
    color:var(--sg-rust-dark);
    text-decoration:none;
}
.sg-text-link::after{content:" →"}

/* Header */
.sg-header{
    position:absolute;
    z-index:20;
    top:0;left:0;right:0;
    color:#fff;
}
.sg-header::after{
    content:"";
    position:absolute;inset:0;
    background:linear-gradient(to bottom,rgba(18,24,20,.55),transparent);
    pointer-events:none;
}
.sg-header-inner{
    position:relative;
    z-index:2;
    min-height:90px;
    display:flex;
    align-items:center;
    gap:28px;
}
.sg-brand{
    margin-right:auto;
    font-family:Georgia,"Times New Roman",serif;
    font-size:1.55rem;
    font-weight:700;
    text-decoration:none;
    white-space:nowrap;
}
.sg-nav ul{
    display:flex;align-items:center;gap:26px;
    margin:0;padding:0;list-style:none;
}
.sg-nav a{text-decoration:none;font-size:.92rem;font-weight:700}
.sg-header-book{margin-left:6px}
.sg-menu-toggle{
    display:none;
    border:1px solid rgba(255,255,255,.55);
    background:rgba(0,0,0,.18);
    color:#fff;
    border-radius:3px;
    width:44px;height:44px;
    font-size:1.35rem;
}

/* Hero */
.sg-hero{
    position:relative;
    min-height:min(850px,92vh);
    display:grid;
    align-items:end;
    color:#fff;
    background:#222;
    overflow:hidden;
}
.sg-hero-media{
    position:absolute;inset:0;
}
.sg-hero-media img{
    width:100%;height:100%;object-fit:cover;
    object-position:center 50%;
}
.sg-hero::after{
    content:"";
    position:absolute;inset:0;
    background:
        linear-gradient(to top,rgba(18,24,20,.78) 2%,rgba(18,24,20,.18) 56%,rgba(18,24,20,.30) 100%),
        linear-gradient(to right,rgba(18,24,20,.30),transparent 60%);
}
.sg-hero-content{
    position:relative;z-index:2;
    padding:180px 0 86px;
}
.sg-hero h1{
    max-width:760px;
    margin:0;
    color:#fff;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(3.4rem,7.2vw,7rem);
    line-height:.86;
    letter-spacing:-.035em;
    font-weight:500;
}
.sg-hero p{
    max-width:580px;
    margin:25px 0 28px;
    font-size:clamp(1.1rem,2vw,1.45rem);
    color:rgba(255,255,255,.94);
}
.sg-hero-actions{display:flex;flex-wrap:wrap;gap:12px}

/* Intro */
.sg-intro{padding:72px 0}
.sg-intro-inner{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
    gap:80px;align-items:center;
}
.sg-intro-copy h2{
    margin:0 0 18px;
    font-family:Georgia,"Times New Roman",serif;
    color:var(--sg-forest);
    font-size:clamp(2.2rem,4vw,4rem);
    font-weight:500;
    line-height:1;
}
.sg-facts{
    display:grid;grid-template-columns:repeat(2,1fr);
    gap:18px;
}
.sg-fact{
    padding:18px 0;
    border-top:1px solid var(--sg-border);
}
.sg-fact strong{display:block;color:var(--sg-forest);font-size:1.12rem}
.sg-fact span{font-size:.9rem;color:#6b665d}

/* Booking */
.sg-booking-wrap{
    background:var(--sg-paper);
    border:1px solid var(--sg-border);
    border-radius:5px;
    box-shadow:var(--sg-shadow);
    padding:clamp(24px,4vw,48px);
}
.sg-booking-head{
    display:flex;justify-content:space-between;gap:24px;align-items:end;
    margin-bottom:28px;
}
.sg-booking-head h2{
    margin:0;color:var(--sg-forest);
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(2rem,4vw,3.5rem);font-weight:500;
}
.sg-booking-head p{margin:0;color:#6a665d}
.sg-booking-placeholder{
    min-height:148px;
    display:flex;flex-direction:column;gap:8px;
    align-items:center;justify-content:center;
    border:1px dashed rgba(41,53,43,.35);
    background:#fff;
    color:var(--sg-forest);
    text-align:center;
    border-radius:4px;
    padding:25px;
}
.sg-booking-placeholder span{color:#6a665d;font-size:.92rem}

/* Moments */
.sg-moment-grid{
    margin-top:40px;
    display:grid;
    grid-template-columns:1fr 1.24fr .92fr;
    grid-auto-rows:205px;
    gap:12px;
}
.sg-moment{
    position:relative;overflow:hidden;
    border-radius:4px;background:#ddd;
}
.sg-moment:nth-child(2),.sg-moment:nth-child(5){grid-row:span 1}
.sg-moment img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.sg-moment:hover img{transform:scale(1.025)}
.sg-moment::after{
    content:"";position:absolute;inset:0;
    background:linear-gradient(to top,rgba(20,25,21,.68),transparent 60%);
}
.sg-moment span{
    position:absolute;z-index:2;left:18px;bottom:16px;right:18px;
    color:#fff;font-family:Georgia,"Times New Roman",serif;
    font-size:1.32rem;
}

/* Hosting */
.sg-hosting-grid{
    margin-top:38px;
    display:grid;grid-template-columns:1fr 1fr;gap:18px;
}
.sg-hosting-card{
    position:relative;min-height:420px;overflow:hidden;border-radius:4px;
    color:#fff;display:flex;align-items:end;
}
.sg-hosting-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.sg-hosting-card::after{
    content:"";position:absolute;inset:0;
    background:linear-gradient(to top,rgba(20,25,21,.86),rgba(20,25,21,.06) 75%);
}
.sg-hosting-copy{position:relative;z-index:2;padding:30px;max-width:520px}
.sg-hosting-copy h3{
    margin:0 0 8px;color:#fff;font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(1.8rem,3vw,2.8rem);font-weight:500;
}
.sg-hosting-copy p{margin:0;color:rgba(255,255,255,.9)}

/* Activities */
.sg-activity-grid{
    display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:40px
}
.sg-activity{
    position:relative;min-height:300px;border-radius:4px;overflow:hidden;text-decoration:none;color:#fff
}
.sg-activity img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.sg-activity::after{
    content:"";position:absolute;inset:0;
    background:linear-gradient(to top,rgba(17,23,19,.72),transparent 62%);
}
.sg-activity span{
    position:absolute;z-index:2;left:18px;bottom:16px;
    font-family:Georgia,"Times New Roman",serif;font-size:1.45rem
}

/* House */
.sg-house-layout{
    display:grid;grid-template-columns:1.5fr .72fr;gap:14px;margin-top:38px
}
.sg-house-main,.sg-house-side figure{margin:0;overflow:hidden;border-radius:4px}
.sg-house-main img{width:100%;height:520px;object-fit:cover}
.sg-house-side{display:grid;grid-template-rows:1fr 1fr;gap:14px}
.sg-house-side img{width:100%;height:253px;object-fit:cover}
.sg-house-facts{
    display:grid;grid-template-columns:repeat(4,1fr);
    margin-top:24px;border-top:1px solid var(--sg-border);border-bottom:1px solid var(--sg-border)
}
.sg-house-facts div{padding:18px;text-align:center;border-right:1px solid var(--sg-border)}
.sg-house-facts div:last-child{border-right:0}
.sg-house-facts strong{display:block;color:var(--sg-forest);font-size:1.1rem}
.sg-house-facts span{font-size:.84rem;color:#6a665d}

/* History */
.sg-history{
    display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:70px;align-items:center
}
.sg-history-photo{
    background:#ded8ca;padding:10px;border:1px solid rgba(41,53,43,.16);
    transform:rotate(-1deg);box-shadow:0 12px 28px rgba(0,0,0,.12)
}
.sg-history-photo img{width:100%;filter:grayscale(1) sepia(.25);display:block}
.sg-history h2{
    margin:0 0 16px;color:var(--sg-forest);
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(2.4rem,5vw,4.7rem);font-weight:500;line-height:.98
}

/* Final CTA */
.sg-final-cta{
    position:relative;min-height:520px;display:grid;place-items:center;color:#fff;text-align:center;overflow:hidden
}
.sg-final-cta img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.sg-final-cta::after{content:"";position:absolute;inset:0;background:rgba(22,28,23,.55)}
.sg-final-inner{position:relative;z-index:2;width:min(850px,calc(100% - 40px))}
.sg-final-cta h2{
    margin:0 0 24px;color:#fff;font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(2.8rem,6vw,5.6rem);font-weight:500;line-height:.95
}

/* Footer */
.sg-footer{background:var(--sg-forest);color:rgba(255,255,255,.88);padding:64px 0 28px}
.sg-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:40px}
.sg-footer h3,.sg-footer h4{font-family:Georgia,"Times New Roman",serif;color:#fff;margin-top:0}
.sg-footer h3{font-size:1.6rem}
.sg-footer ul{list-style:none;margin:0;padding:0}
.sg-footer li{margin:8px 0}
.sg-footer a{text-decoration:none}
.sg-footer-bottom{margin-top:48px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);font-size:.82rem;color:rgba(255,255,255,.65)}

/* Normal content templates */
.sg-content-wrap{width:min(860px,calc(100% - 40px));margin:0 auto;padding:150px 0 90px}
.sg-content-wrap h1{
    font-family:Georgia,"Times New Roman",serif;color:var(--sg-forest);
    font-size:clamp(2.6rem,6vw,5rem);line-height:1;font-weight:500
}
.sg-inner-header{position:relative;background:var(--sg-forest)}
.sg-inner-header .sg-header{position:relative}
.sg-post-list{display:grid;gap:32px}
.sg-post-card{padding-bottom:28px;border-bottom:1px solid var(--sg-border)}
.sg-post-card h2{font-family:Georgia,"Times New Roman",serif;color:var(--sg-forest);font-size:2rem;margin-bottom:6px}

/* Accessibility */
:focus-visible{outline:3px solid #fff;outline-offset:3px}
.sg-section :focus-visible{outline-color:var(--sg-rust)}
.screen-reader-text{
    position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;
    overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0
}

/* Responsive */
@media (max-width: 940px){
    .sg-nav{
        display:none;position:absolute;top:78px;left:20px;right:20px;
        background:var(--sg-forest);padding:22px;border-radius:4px;box-shadow:var(--sg-shadow)
    }
    .sg-nav.is-open{display:block}
    .sg-nav ul{display:grid;gap:14px}
    .sg-menu-toggle{display:block}
    .sg-header-book{margin-left:0}
    .sg-intro-inner,.sg-history{grid-template-columns:1fr;gap:36px}
    .sg-activity-grid{grid-template-columns:1fr 1fr}
    .sg-house-layout{grid-template-columns:1fr}
    .sg-house-main img{height:430px}
    .sg-house-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}
    .sg-house-side img{height:270px}
    .sg-footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 680px){
    :root{--sg-wide:min(100% - 28px,1180px)}
    .sg-header-inner{min-height:76px;gap:10px}
    .sg-brand{font-size:1.25rem}
    .sg-header-book{min-height:42px;padding:9px 12px;font-size:.78rem}
    .sg-hero{min-height:760px}
    .sg-hero-content{padding:150px 0 66px}
    .sg-hero h1{font-size:clamp(3.1rem,15vw,5rem)}
    .sg-hero-actions{display:grid;grid-template-columns:1fr}
    .sg-btn{width:100%}
    .sg-facts{grid-template-columns:1fr 1fr}
    .sg-booking-head{display:block}
    .sg-moment-grid{grid-template-columns:1fr 1fr;grid-auto-rows:180px}
    .sg-moment:nth-child(2){grid-column:span 2}
    .sg-hosting-grid{grid-template-columns:1fr}
    .sg-hosting-card{min-height:360px}
    .sg-activity-grid{grid-template-columns:1fr 1fr}
    .sg-activity{min-height:230px}
    .sg-house-main img{height:360px}
    .sg-house-side{grid-template-columns:1fr}
    .sg-house-side img{height:280px}
    .sg-house-facts{grid-template-columns:1fr 1fr}
    .sg-house-facts div:nth-child(2){border-right:0}
    .sg-house-facts div:nth-child(-n+2){border-bottom:1px solid var(--sg-border)}
    .sg-footer-grid{grid-template-columns:1fr}
    .sg-final-cta{min-height:440px}
}


/* ==========================================================
   0.1.1 – header, dropdowns and hero refinements
   ========================================================== */

.sg-header{
    position:absolute;
    z-index:30;
    top:0;left:0;right:0;
    color:#fff;
}
.sg-header::after{
    content:"";
    position:absolute;
    inset:0;
    height:150px;
    background:linear-gradient(
        to bottom,
        rgba(17,23,20,.78) 0%,
        rgba(17,23,20,.47) 45%,
        rgba(17,23,20,0) 100%
    );
    pointer-events:none;
}
.sg-header-inner{
    position:relative;
    z-index:2;
    min-height:86px;
    display:flex;
    align-items:center;
    gap:22px;
}
.sg-brand{
    flex:0 0 auto;
    margin-right:auto;
    font-size:1.45rem;
    letter-spacing:-.01em;
}
.sg-nav{
    flex:0 1 auto;
}
.sg-nav .sg-menu,
.sg-nav > ul{
    display:flex;
    align-items:center;
    gap:clamp(16px,1.65vw,28px);
    margin:0;
    padding:0;
    list-style:none;
}
.sg-nav .sg-menu > li,
.sg-nav > ul > li{
    position:relative;
    margin:0;
}
.sg-nav .sg-menu > li > a,
.sg-nav > ul > li > a{
    display:flex;
    align-items:center;
    min-height:86px;
    color:#fff;
    font-size:.88rem;
    line-height:1.2;
    font-weight:700;
    text-decoration:none;
    white-space:nowrap;
}
.sg-nav .menu-item-has-children > a::after{
    content:"";
    width:6px;
    height:6px;
    margin-left:7px;
    border-right:1.5px solid currentColor;
    border-bottom:1.5px solid currentColor;
    transform:rotate(45deg) translateY(-2px);
    opacity:.8;
}
.sg-nav .sub-menu{
    position:absolute;
    z-index:40;
    top:calc(100% - 12px);
    left:50%;
    transform:translate(-50%,8px);
    min-width:210px;
    margin:0;
    padding:9px;
    list-style:none;
    border:1px solid rgba(255,255,255,.10);
    border-radius:5px;
    background:rgba(31,42,34,.97);
    box-shadow:0 18px 45px rgba(0,0,0,.25);
    opacity:0;
    visibility:hidden;
    transition:opacity .16s ease,transform .16s ease,visibility .16s ease;
}
.sg-nav .sub-menu::before{
    content:"";
    position:absolute;
    left:0;right:0;
    top:-16px;
    height:16px;
}
.sg-nav .sub-menu li{margin:0}
.sg-nav .sub-menu a{
    display:block;
    padding:10px 12px;
    border-radius:3px;
    color:#fff;
    text-decoration:none;
    font-size:.88rem;
    font-weight:650;
    white-space:nowrap;
}
.sg-nav .sub-menu a:hover,
.sg-nav .sub-menu a:focus-visible{
    background:rgba(255,255,255,.10);
}
.sg-nav .menu-item-has-children:hover > .sub-menu,
.sg-nav .menu-item-has-children:focus-within > .sub-menu{
    opacity:1;
    visibility:visible;
    transform:translate(-50%,0);
}
.sg-language-slot{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    min-width:0;
}
.sg-language-slot:empty{display:none}
.sg-header-book{
    flex:0 0 auto;
    margin-left:2px;
    padding-left:20px;
    padding-right:20px;
}
.sg-menu-toggle{
    flex:0 0 auto;
}

/* Hero 0.1.1 */
.sg-hero{
    min-height:min(810px,91vh);
}
.sg-hero::after{
    background:
        linear-gradient(to top,rgba(18,24,20,.76) 0%,rgba(18,24,20,.16) 57%,rgba(18,24,20,.23) 100%),
        linear-gradient(to right,rgba(18,24,20,.42) 0%,rgba(18,24,20,.20) 38%,transparent 67%);
}
.sg-hero-content{
    padding:175px 0 76px;
}
.sg-hero h1{
    max-width:660px;
    font-size:clamp(3.5rem,5.5vw,5.6rem);
    line-height:.93;
    letter-spacing:-.035em;
}
.sg-hero p:not(.sg-eyebrow){
    max-width:600px;
    margin-top:24px;
    font-size:clamp(1.06rem,1.45vw,1.28rem);
    line-height:1.55;
}
.sg-hero .sg-eyebrow{
    letter-spacing:.19em;
    font-size:.82rem;
}

/* Medium desktop: preserve clean header before mobile layout */
@media (max-width: 1120px){
    .sg-header-inner{gap:15px}
    .sg-nav .sg-menu,
    .sg-nav > ul{gap:15px}
    .sg-nav .sg-menu > li > a,
    .sg-nav > ul > li > a{font-size:.83rem}
    .sg-header-book{padding-left:15px;padding-right:15px}
    .sg-hero h1{font-size:clamp(3.4rem,5.8vw,5rem);max-width:600px}
}

/* Mobile/tablet menu */
@media (max-width: 940px){
    .sg-header::after{height:120px}
    .sg-header-inner{min-height:76px}
    .sg-nav{
        display:none;
        position:absolute;
        top:72px;
        left:0;
        right:0;
        width:100%;
        max-height:calc(100vh - 92px);
        overflow:auto;
        background:rgba(31,42,34,.985);
        padding:14px;
        border:1px solid rgba(255,255,255,.1);
        border-radius:5px;
        box-shadow:var(--sg-shadow);
    }
    .sg-nav.is-open{display:block}
    .sg-nav .sg-menu,
    .sg-nav > ul{
        display:block;
    }
    .sg-nav .sg-menu > li > a,
    .sg-nav > ul > li > a{
        min-height:auto;
        padding:12px 10px;
        font-size:1rem;
        white-space:normal;
    }
    .sg-nav .menu-item-has-children > a::after{display:none}
    .sg-nav .sub-menu{
        position:static;
        min-width:0;
        margin:0 0 5px 14px;
        padding:0 0 4px 11px;
        border:0;
        border-left:1px solid rgba(255,255,255,.18);
        border-radius:0;
        background:transparent;
        box-shadow:none;
        opacity:1;
        visibility:visible;
        transform:none;
    }
    .sg-nav .sub-menu a{
        padding:8px 10px;
        color:rgba(255,255,255,.78);
        font-size:.92rem;
        font-weight:550;
    }
    .sg-nav .sub-menu::before{display:none}
    .sg-language-slot{display:none}
    .sg-menu-toggle{display:block}
    .sg-header-book{
        margin-left:auto;
        min-height:42px;
        padding:9px 14px;
    }
    .sg-hero-content{padding-top:145px}
    .sg-hero h1{
        max-width:580px;
        font-size:clamp(3.2rem,9vw,4.8rem);
    }
}

@media (max-width: 680px){
    .sg-brand{font-size:1.2rem}
    .sg-header-book{font-size:.76rem;padding:8px 10px}
    .sg-hero{min-height:720px}
    .sg-hero-content{padding:132px 0 58px}
    .sg-hero h1{
        max-width:100%;
        font-size:clamp(3rem,14vw,4.35rem);
        line-height:.94;
    }
    .sg-hero p:not(.sg-eyebrow){
        font-size:1.04rem;
        max-width:94%;
    }
}


/* ==========================================================
   0.1.2 – hero composition closer to the approved mockup
   ========================================================== */

/* Let the hero copy live further left than the normal page grid.
   This gives the building more visual breathing room. */
.sg-hero .sg-hero-content{
    width:calc(100% - clamp(48px,7vw,104px));
    margin-left:clamp(24px,3.4vw,52px);
    margin-right:auto;
    padding-top:195px;
    padding-bottom:82px;
}

/* Keep the headline compact so it reads as a left-hand composition,
   rather than spreading across the façade. */
.sg-hero h1{
    max-width:590px;
    font-size:clamp(3.45rem,5.25vw,5.25rem);
    line-height:.94;
    letter-spacing:-.038em;
}
.sg-hero h1 > span{
    display:block;
}
.sg-hero h1 .sg-hero-accent{
    color:#d9b77a;
}

/* Darker only where the copy needs contrast; preserve more warmth
   and detail across the main façade on the right. */
.sg-hero::after{
    background:
        linear-gradient(to top,
            rgba(18,24,20,.67) 0%,
            rgba(18,24,20,.11) 53%,
            rgba(18,24,20,.22) 100%),
        linear-gradient(to right,
            rgba(14,20,17,.72) 0%,
            rgba(14,20,17,.56) 24%,
            rgba(14,20,17,.22) 43%,
            rgba(14,20,17,.05) 67%,
            rgba(14,20,17,0) 82%);
}
.sg-hero p:not(.sg-eyebrow){
    max-width:535px;
}

/* Keep the eyebrow visually tied to the warm accent palette. */
.sg-hero .sg-eyebrow{
    color:#e2c48d !important;
}

@media (max-width:1120px){
    .sg-hero .sg-hero-content{
        width:calc(100% - 48px);
        margin-left:24px;
    }
    .sg-hero h1{
        max-width:540px;
        font-size:clamp(3.25rem,6vw,4.7rem);
    }
}

@media (max-width:940px){
    .sg-hero .sg-hero-content{
        width:var(--sg-wide);
        margin-inline:auto;
        padding-top:155px;
    }
    .sg-hero h1{
        max-width:560px;
        font-size:clamp(3.15rem,9vw,4.65rem);
    }
}

@media (max-width:680px){
    .sg-hero .sg-hero-content{
        width:var(--sg-wide);
        margin-inline:auto;
        padding-top:136px;
        padding-bottom:58px;
    }
    .sg-hero h1{
        max-width:100%;
        font-size:clamp(2.85rem,13vw,4.05rem);
        line-height:.96;
    }
    .sg-hero::after{
        background:
            linear-gradient(to top,rgba(18,24,20,.75),rgba(18,24,20,.18) 60%,rgba(18,24,20,.28)),
            linear-gradient(to right,rgba(14,20,17,.65),rgba(14,20,17,.18) 78%);
    }
}


/* ==========================================================
   0.1.3 – integrated booking presentation
   Theme owns the setting; booking plugin owns its UI.
   ========================================================== */

.sg-booking-section{
    position:relative;
    isolation:isolate;
    padding:clamp(76px,8vw,122px) 0;
    overflow:hidden;
    background:#e8dfcf;
}
.sg-booking-atmosphere{
    position:absolute;
    z-index:-2;
    inset:0;
    background:
        linear-gradient(90deg,rgba(34,42,34,.44),rgba(34,42,34,.13) 24%,rgba(34,42,34,.08) 76%,rgba(34,42,34,.42)),
        linear-gradient(180deg,rgba(53,38,25,.20),rgba(53,38,25,.08));
}
.sg-booking-atmosphere::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(90,58,34,.20) 0%,
        rgba(246,239,226,.28) 18%,
        rgba(246,239,226,.48) 50%,
        rgba(246,239,226,.28) 82%,
        rgba(90,58,34,.20) 100%
    );
}
.sg-booking-card{
    width:min(1180px,100%);
    margin-inline:auto;
    padding:clamp(38px,4vw,62px);
    border:1px solid rgba(45,61,49,.16);
    border-radius:7px;
    background:rgba(249,246,238,.96);
    box-shadow:0 24px 58px rgba(42,35,26,.14);
}
.sg-booking-heading{
    margin-bottom:30px;
}
.sg-booking-heading .sg-eyebrow{
    margin:0 0 8px;
    color:#a5361d;
}
.sg-booking-title-row{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);
    align-items:end;
    gap:40px;
}
.sg-booking-title-row h2{
    margin:0;
    color:#243c2e;
    font-size:clamp(2.8rem,4.4vw,4.45rem);
    line-height:1;
    letter-spacing:-.03em;
}
.sg-booking-title-row p{
    max-width:390px;
    margin:0 0 6px auto;
    color:#675c4d;
    font-size:1rem;
    line-height:1.55;
}
.sg-booking-plugin{
    position:relative;
    margin-top:28px;
    min-height:150px;
}

/* Keep fallback quiet and useful; disappears when shortcode is configured. */
.sg-booking-placeholder{
    min-height:150px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:30px;
    border:1px dashed rgba(36,60,46,.28);
    background:rgba(255,255,255,.48);
    color:#243c2e;
    text-align:center;
}
.sg-booking-placeholder span{
    color:#675c4d;
    font-size:.95rem;
}

.sg-booking-facts{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:18px 30px;
    margin-top:28px;
    padding-top:22px;
    border-top:1px solid rgba(45,61,49,.13);
    color:#4f493f;
    font-size:.91rem;
}
.sg-booking-facts > span{
    display:inline-flex;
    align-items:center;
    gap:8px;
}
.sg-booking-fact-icon{
    display:inline-grid;
    place-items:center;
    width:26px;
    height:26px;
    color:#a5361d;
    font-size:1.1rem;
}

/* Neutralize only legacy theme wrapper visuals if present.
   Do not style calendar fields/buttons belonging to the plugin. */
.sg-booking-plugin > .sg-booking-placeholder{
    width:100%;
}

@media (max-width:800px){
    .sg-booking-section{
        padding:64px 0;
    }
    .sg-booking-card{
        padding:32px 24px;
    }
    .sg-booking-title-row{
        grid-template-columns:1fr;
        gap:14px;
    }
    .sg-booking-title-row p{
        margin:0;
    }
    .sg-booking-facts{
        display:grid;
        grid-template-columns:1fr;
        gap:12px;
    }
}

@media (max-width:520px){
    .sg-booking-card{
        padding:28px 18px;
    }
    .sg-booking-title-row h2{
        font-size:clamp(2.55rem,12vw,3.45rem);
    }
}


/* ==========================================================
   0.1.4 – Ögonblick
   Editorial rather than catalogue-like; image content can be
   replaced iteratively without rebuilding the layout.
   ========================================================== */
.sg-moments{
    padding:clamp(82px,9vw,138px) 0;
    background:#f2ede1;
}
.sg-moments-heading{
    max-width:920px;
    margin:0 auto clamp(42px,5vw,68px);
    text-align:center;
}
.sg-moments-heading .sg-eyebrow{
    margin-bottom:10px;
    color:#a5361d;
}
.sg-moments-heading h2{
    margin:0;
    color:#243c2e;
    font-size:clamp(3rem,5.5vw,5.25rem);
    line-height:.98;
    letter-spacing:-.035em;
}
.sg-moments-heading > p:last-child{
    margin:18px 0 0;
    color:#625848;
    font-size:clamp(1.1rem,1.5vw,1.35rem);
}
.sg-moments-grid{
    display:grid;
    grid-template-columns:1.25fr .85fr .85fr;
    grid-template-rows:330px 250px;
    gap:14px;
}
.sg-moment{
    position:relative;
    overflow:hidden;
    margin:0;
    min-height:0;
    border-radius:5px;
    background:#d8d0c1;
}
.sg-moment--hero{
    grid-column:1 / 2;
    grid-row:1 / 3;
}
.sg-moment--meal{
    grid-column:2 / 4;
}
.sg-moment img,
.sg-moment-empty{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.sg-moment-empty{
    background:
        linear-gradient(135deg,rgba(36,60,46,.08),rgba(165,54,29,.06)),
        #e4ddcf;
}
.sg-moment::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(17,24,20,.66) 0%,rgba(17,24,20,.10) 48%,rgba(17,24,20,0) 72%);
    pointer-events:none;
}
.sg-moment figcaption{
    position:absolute;
    z-index:2;
    left:24px;
    right:20px;
    bottom:20px;
    color:#fffaf0;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(1.25rem,1.8vw,1.65rem);
    line-height:1.08;
    text-shadow:0 1px 5px rgba(0,0,0,.35);
}
.sg-moment--hero figcaption{
    font-size:clamp(1.6rem,2.3vw,2.2rem);
}
@media (max-width:900px){
    .sg-moments-grid{
        grid-template-columns:1fr 1fr;
        grid-template-rows:420px 240px 240px;
    }
    .sg-moment--hero{grid-column:1 / 3;grid-row:auto}
    .sg-moment--meal{grid-column:auto}
}
@media (max-width:620px){
    .sg-moments{
        padding:68px 0;
    }
    .sg-moments-heading{
        text-align:left;
        margin-bottom:34px;
    }
    .sg-moments-grid{
        display:grid;
        grid-template-columns:1fr;
        grid-template-rows:none;
        gap:10px;
    }
    .sg-moment,
    .sg-moment--hero,
    .sg-moment--meal{
        grid-column:auto;
        grid-row:auto;
        min-height:230px;
        aspect-ratio:4/3;
    }
    .sg-moment--hero{
        aspect-ratio:3/4;
    }
}


/* ==========================================================
   0.1.4.2 – Ögonblick layout correction
   ========================================================== */
.sg-moments-grid--balanced{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    grid-template-rows:360px 245px;
    gap:14px;
}
.sg-moments-grid--balanced .sg-moment{
    grid-column:auto;
    grid-row:auto;
    min-height:0;
    aspect-ratio:auto;
}
.sg-moments-grid--balanced .sg-moment--wide{
    grid-column:span 3;
}
.sg-moments-grid--balanced .sg-moment--small{
    grid-column:span 2;
}
.sg-moments-grid--balanced .sg-moment img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.sg-moments-grid--balanced .sg-moment figcaption,
.sg-moments-grid--balanced .sg-moment--hero figcaption{
    left:22px;
    right:18px;
    bottom:18px;
    font-size:clamp(1.18rem,1.55vw,1.48rem);
    font-weight:400;
    line-height:1.1;
}
@media (max-width:900px){
    .sg-moments-grid--balanced{
        grid-template-columns:repeat(2,minmax(0,1fr));
        grid-template-rows:none;
    }
    .sg-moments-grid--balanced .sg-moment--wide,
    .sg-moments-grid--balanced .sg-moment--small{
        grid-column:span 1;
        min-height:260px;
        aspect-ratio:4/3;
    }
    .sg-moments-grid--balanced .sg-moment:first-child{
        grid-column:1 / -1;
        aspect-ratio:16/9;
    }
}
@media (max-width:620px){
    .sg-moments-grid--balanced{
        grid-template-columns:1fr;
    }
    .sg-moments-grid--balanced .sg-moment,
    .sg-moments-grid--balanced .sg-moment--wide,
    .sg-moments-grid--balanced .sg-moment--small,
    .sg-moments-grid--balanced .sg-moment:first-child{
        grid-column:1;
        min-height:0;
        aspect-ratio:4/3;
    }
}


/* ==========================================================
   0.1.5 – "Gör det till ert eget" rebuilt to match mockup
   ========================================================== */
.sg-hosting-choice{
    padding:clamp(70px,8vw,108px) 0;
    background:#eee6d8;
}
.sg-hosting-choice-grid{
    display:grid;
    grid-template-columns:minmax(240px,.78fr) minmax(0,1fr) minmax(0,1fr);
    gap:18px;
    align-items:stretch;
}
.sg-hosting-intro{
    padding:12px 26px 12px 0;
    align-self:center;
}
.sg-hosting-intro .sg-eyebrow{
    margin-bottom:10px;
    color:#9c4b2f;
}
.sg-hosting-intro h2{
    margin:0 0 14px;
    color:#2b352b;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(2rem,3vw,3.25rem);
    line-height:1.02;
    font-weight:500;
}
.sg-hosting-intro > p:not(.sg-eyebrow):not(.sg-hosting-note){
    margin:0;
    max-width:360px;
    color:#5d554b;
    font-size:1rem;
    line-height:1.55;
}
.sg-hosting-note{
    margin:24px 0 0;
    color:#a25334;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(1.2rem,1.55vw,1.5rem);
    font-style:italic;
}
.sg-hosting-option{
    overflow:hidden;
    border:1px solid rgba(43,53,43,.13);
    border-radius:5px;
    background:#f6f1e7;
    box-shadow:0 10px 28px rgba(49,41,31,.05);
}
.sg-hosting-image-wrap{
    position:relative;
    height:250px;
    overflow:hidden;
    background:#d9d0c0;
}
.sg-hosting-image-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.sg-hosting-badge{
    position:absolute;
    left:18px;
    top:0;
    transform:translateY(-10%);
    width:58px;
    height:58px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#445442;
    color:#fff;
    box-shadow:0 6px 18px rgba(0,0,0,.18);
}
.sg-hosting-badge--rust{
    background:#ad5b34;
}
.sg-hosting-badge svg{
    width:34px;
    height:34px;
}
.sg-hosting-option-body{
    padding:18px 20px 22px;
}
.sg-hosting-option-body h3{
    margin:0 0 6px;
    color:#9c4b2f;
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:.93rem;
    text-transform:uppercase;
    letter-spacing:.045em;
    font-weight:800;
}
.sg-hosting-option-body p{
    margin:0;
    color:#4f493f;
    line-height:1.5;
    font-size:.96rem;
}

@media (max-width:980px){
    .sg-hosting-choice-grid{
        grid-template-columns:1fr 1fr;
    }
    .sg-hosting-intro{
        grid-column:1 / -1;
        padding-right:0;
        max-width:680px;
    }
}
@media (max-width:660px){
    .sg-hosting-choice{
        padding:64px 0;
    }
    .sg-hosting-choice-grid{
        grid-template-columns:1fr;
        gap:14px;
    }
    .sg-hosting-intro{
        grid-column:auto;
        margin-bottom:10px;
    }
    .sg-hosting-image-wrap{
        height:auto;
        aspect-ratio:16/10;
    }
}


/* ==========================================================
   0.1.6 – activities section
   ========================================================== */
.sg-activities{
    padding:clamp(74px,8vw,112px) 0;
    background:#f2ede1;
}
.sg-activities-heading{
    max-width:860px;
    margin:0 auto 38px;
    text-align:center;
}
.sg-activities-heading .sg-eyebrow{
    margin-bottom:10px;
    color:#a5361d;
}
.sg-activities-heading h2{
    margin:0;
    color:#243c2e;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(2.8rem,5vw,4.8rem);
    line-height:1;
    font-weight:500;
    letter-spacing:-.03em;
}
.sg-activities-heading > p:last-child{
    margin:16px 0 0;
    color:#675c4d;
    font-size:1.05rem;
}
.sg-activities-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}
.sg-activity-card{
    position:relative;
    min-height:290px;
    overflow:hidden;
    border-radius:5px;
    text-decoration:none;
    background:#d6cebf;
}
.sg-activity-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .28s ease;
}
.sg-activity-card:hover img,
.sg-activity-card:focus-visible img{
    transform:scale(1.025);
}
.sg-activity-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(18,25,20,.78) 0%,rgba(18,25,20,.18) 58%,rgba(18,25,20,.03) 100%);
}
.sg-activity-copy{
    position:absolute;
    z-index:2;
    left:18px;
    right:18px;
    bottom:16px;
    color:#fff;
}
.sg-activity-copy strong{
    display:block;
    font-family:Georgia,"Times New Roman",serif;
    font-size:1.55rem;
    line-height:1.05;
    font-weight:500;
}
.sg-activity-copy small{
    display:block;
    margin-top:4px;
    color:rgba(255,255,255,.84);
    font-size:.86rem;
}
@media (max-width:900px){
    .sg-activities-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (max-width:560px){
    .sg-activities-heading{
        text-align:left;
    }
    .sg-activities-grid{
        grid-template-columns:1fr;
    }
    .sg-activity-card{
        min-height:240px;
        aspect-ratio:16/10;
    }
}


/* ==========================================================
   0.1.6.1 – approved activity imagery + headline refinement
   ========================================================== */
@media (min-width:1100px){
    .sg-activities-heading{
        max-width:1040px;
    }
    .sg-activities-heading h2{
        font-size:clamp(2.7rem,4.2vw,4.15rem);
        white-space:nowrap;
    }
}


/* ==========================================================
   0.1.6.2 – compact editorial activities layout
   ========================================================== */
.sg-activities{
    padding:clamp(68px,7vw,96px) 0;
}
.sg-activities-layout{
    display:grid;
    grid-template-columns:minmax(230px,.72fr) minmax(0,2.15fr);
    gap:clamp(34px,4.5vw,72px);
    align-items:center;
}
.sg-activities-heading{
    max-width:none;
    margin:0;
    text-align:left;
}
.sg-activities-heading h2{
    margin:0;
    font-size:clamp(2.45rem,3.9vw,4.1rem);
    line-height:.98;
    white-space:normal;
}
.sg-activities-heading > p:last-child{
    max-width:320px;
    margin:18px 0 0;
    line-height:1.55;
}
.sg-activities-grid--compact{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.sg-activities-grid--compact .sg-activity-card{
    min-height:0;
    aspect-ratio:16 / 9;
    border-radius:5px;
}
.sg-activities-grid--compact .sg-activity-copy{
    left:17px;
    right:17px;
    bottom:14px;
}
.sg-activities-grid--compact .sg-activity-copy strong{
    font-size:1.35rem;
}
.sg-activities-grid--compact .sg-activity-copy small{
    font-size:.82rem;
}
@media (max-width:900px){
    .sg-activities-layout{
        grid-template-columns:1fr;
        gap:30px;
    }
    .sg-activities-heading{
        max-width:720px;
    }
    .sg-activities-heading > p:last-child{
        max-width:620px;
    }
}
@media (max-width:600px){
    .sg-activities-grid--compact{
        grid-template-columns:1fr;
    }
    .sg-activities-grid--compact .sg-activity-card{
        aspect-ratio:16 / 10;
    }
}


/* ==========================================================
   0.1.7.1 – safe rebuild of "Plats för stora stunder"
   Based directly on 0.1.6.2; only this section is changed.
   ========================================================== */
.sg-house-feature{
    padding:clamp(76px,8vw,116px) 0;
    background:#f8f5ed;
}
.sg-house-feature-grid{
    display:grid;
    grid-template-columns:minmax(0,1.18fr) minmax(300px,.92fr) minmax(0,.92fr);
    gap:18px;
    align-items:stretch;
}
.sg-house-feature-main{
    margin:0;
    min-height:520px;
    overflow:hidden;
    border-radius:5px;
    background:#d8d0c1;
}
.sg-house-feature-main img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.sg-house-feature-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:22px 20px;
}
.sg-house-feature-copy .sg-eyebrow{
    color:#a5361d;
    margin-bottom:9px;
}
.sg-house-feature-copy h2{
    margin:0 0 16px;
    color:#243c2e;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(2.65rem,4vw,4.15rem);
    line-height:.98;
    font-weight:500;
    letter-spacing:-.03em;
}
.sg-house-feature-copy > p:not(.sg-eyebrow){
    margin:0;
    color:#61584b;
    font-size:1rem;
    line-height:1.6;
}
.sg-house-feature-facts{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px 16px;
    margin:28px 0 8px;
}
.sg-house-fact{
    display:grid;
    grid-template-columns:44px 1fr;
    align-items:center;
    gap:10px;
    min-width:0;
}
.sg-house-fact-mark{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    color:#536051;
}
.sg-house-fact-mark svg{
    width:32px;
    height:32px;
}
.sg-house-fact-number{
    font-family:Georgia,"Times New Roman",serif;
    font-size:2rem;
    line-height:1;
    color:#536051;
}
.sg-house-fact strong{
    color:#28362d;
    font-size:.88rem;
    line-height:1.2;
}
.sg-house-feature-copy .sg-text-link{
    margin-top:20px;
}
.sg-house-feature-gallery{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:repeat(2,minmax(0,1fr));
    gap:10px;
}
.sg-house-feature-gallery figure{
    margin:0;
    min-height:0;
    overflow:hidden;
    border-radius:5px;
    background:#d8d0c1;
}
.sg-house-feature-gallery img{
    width:100%;
    height:100%;
    object-fit:cover;
}
@media (max-width:1050px){
    .sg-house-feature-grid{
        grid-template-columns:1.1fr .9fr;
    }
    .sg-house-feature-copy{
        order:2;
    }
    .sg-house-feature-gallery{
        grid-column:1 / -1;
        grid-template-columns:repeat(4,minmax(0,1fr));
        grid-template-rows:none;
    }
    .sg-house-feature-gallery figure{
        aspect-ratio:4/3;
    }
}
@media (max-width:720px){
    .sg-house-feature-grid{
        grid-template-columns:1fr;
    }
    .sg-house-feature-main{
        min-height:0;
        aspect-ratio:4/3;
    }
    .sg-house-feature-copy{
        padding:18px 0;
    }
    .sg-house-feature-gallery{
        grid-column:auto;
        grid-template-columns:1fr 1fr;
    }
}
@media (max-width:480px){
    .sg-house-feature-facts{
        grid-template-columns:1fr;
    }
    .sg-house-feature-gallery{
        grid-template-columns:1fr;
    }
}


/* ==========================================================
   0.1.8 – compact final booking CTA
   ========================================================== */
.sg-final-cta--compact{
    min-height:0;
    height:clamp(280px,26vw,360px);
    display:grid;
    place-items:center;
    overflow:hidden;
}
.sg-final-cta--compact img{
    object-position:center 58%;
}
.sg-final-cta--compact::after{
    background:
        linear-gradient(to right,rgba(21,28,23,.62),rgba(21,28,23,.42) 50%,rgba(21,28,23,.62)),
        rgba(21,28,23,.22);
}
.sg-final-cta--compact .sg-final-inner{
    width:min(720px,calc(100% - 40px));
}
.sg-final-cta--compact .sg-eyebrow{
    margin-bottom:8px;
    color:#f0dfbd !important;
    letter-spacing:.16em;
    font-size:.72rem;
}
.sg-final-cta--compact h2{
    margin:0 0 20px;
    color:#fff;
    font-size:clamp(2.35rem,4vw,3.9rem);
    line-height:.98;
    font-weight:500;
}
.sg-final-cta--compact .sg-btn{
    min-height:44px;
    padding:10px 17px;
    font-size:.86rem;
}
@media (max-width:680px){
    .sg-final-cta--compact{
        height:auto;
        min-height:300px;
        padding:54px 0;
    }
    .sg-final-cta--compact .sg-final-inner{
        width:min(100% - 28px,720px);
    }
}


/* ==========================================================
   0.1.8.1 – quieter final CTA with forest background
   ========================================================== */
.sg-final-cta--compact{
    height:clamp(145px,13vw,180px);
    min-height:145px;
}
.sg-final-cta--compact img{
    object-position:center 50%;
    filter:saturate(.72) sepia(.18) brightness(.76);
}
.sg-final-cta--compact::after{
    background:rgba(29,20,13,.42);
}
.sg-final-cta--compact .sg-final-inner{
    width:min(620px,calc(100% - 36px));
}
.sg-final-cta--compact .sg-eyebrow{
    margin-bottom:5px;
    font-size:.62rem;
    letter-spacing:.16em;
}
.sg-final-cta--compact h2{
    margin:0 0 12px;
    font-size:clamp(1.55rem,2.35vw,2.3rem);
    line-height:1;
}
.sg-final-cta--compact .sg-btn{
    min-height:36px;
    padding:8px 14px;
    font-size:.74rem;
}
@media (max-width:680px){
    .sg-final-cta--compact{
        min-height:190px;
        height:auto;
        padding:34px 0;
    }
    .sg-final-cta--compact h2{
        font-size:clamp(1.7rem,8vw,2.2rem);
    }
}


/* ==========================================================
   0.1.9 – logo in header + compact footer
   ========================================================== */

/* Header logo */
.sg-brand--logo{
    display:flex;
    align-items:center;
    width:auto;
    max-width:220px;
    padding:0;
    line-height:1;
}
.sg-brand--logo img{
    display:block;
    width:auto;
    height:48px;
    max-width:210px;
    object-fit:contain;
    mix-blend-mode:normal;
    border-radius:2px;
}
@media (max-width:940px){
    .sg-brand--logo img{
        height:42px;
        max-width:180px;
    }
}
@media (max-width:560px){
    .sg-brand--logo img{
        height:36px;
        max-width:150px;
    }
}

/* Footer: lower and more compact */
.sg-footer{
    padding-top:30px !important;
    padding-bottom:24px !important;
}
.sg-footer-inner,
.sg-footer .sg-shell{
    row-gap:20px;
}
.sg-footer-logo,
.sg-footer-logo-wrap{
    display:block;
}
.sg-footer-logo img{
    display:block;
    width:auto;
    height:78px;
    max-width:250px;
    object-fit:contain;
    border-radius:3px;
}
.sg-footer-brand{
    display:flex;
    align-items:flex-start;
}
.sg-footer-brand > *{
    margin-top:0;
    margin-bottom:0;
}
.sg-footer h3,
.sg-footer h4{
    margin-top:0;
    margin-bottom:8px;
}
.sg-footer p,
.sg-footer li,
.sg-footer a{
    line-height:1.4;
}
.sg-footer ul{
    margin-top:6px;
    margin-bottom:0;
}
.sg-footer-bottom{
    margin-top:20px !important;
    padding-top:14px !important;
}
@media (max-width:800px){
    .sg-footer{
        padding-top:26px !important;
        padding-bottom:20px !important;
    }
    .sg-footer-logo img{
        height:66px;
        max-width:220px;
    }
}
@media (max-width:560px){
    .sg-footer-logo img{
        height:58px;
        max-width:190px;
    }
}


/* ==========================================================
   0.1.10 – revised authentic logo + genuinely compact footer
   ========================================================== */

/* New, tighter-cropped logo in the header */
.sg-brand--logo{
    max-width:190px;
    overflow:visible;
}
.sg-brand--logo img{
    height:44px;
    width:auto;
    max-width:185px;
    object-fit:contain;
}
@media (max-width:940px){
    .sg-brand--logo img{
        height:40px;
        max-width:168px;
    }
}
@media (max-width:560px){
    .sg-brand--logo img{
        height:34px;
        max-width:145px;
    }
}

/* Footer should read as a compact closing strip, not another content block */
.sg-footer{
    padding-top:16px !important;
    padding-bottom:12px !important;
}
.sg-footer .sg-shell,
.sg-footer-inner{
    row-gap:10px !important;
    column-gap:28px;
}
.sg-footer-logo img{
    height:54px !important;
    width:auto;
    max-width:185px !important;
    object-fit:contain;
}
.sg-footer-brand{
    align-items:center;
}
.sg-footer h3,
.sg-footer h4{
    margin:0 0 4px !important;
    font-size:.9rem;
    line-height:1.15;
}
.sg-footer p,
.sg-footer li,
.sg-footer a{
    font-size:.78rem;
    line-height:1.28;
}
.sg-footer p{
    margin-top:0;
    margin-bottom:4px;
}
.sg-footer ul{
    margin-top:2px !important;
    margin-bottom:0 !important;
}
.sg-footer-bottom{
    margin-top:10px !important;
    padding-top:8px !important;
    font-size:.72rem;
}
@media (max-width:800px){
    .sg-footer{
        padding-top:18px !important;
        padding-bottom:14px !important;
    }
    .sg-footer-logo img{
        height:50px !important;
        max-width:175px !important;
    }
}
@media (max-width:560px){
    .sg-footer{
        padding-top:16px !important;
        padding-bottom:12px !important;
    }
    .sg-footer-logo img{
        height:46px !important;
        max-width:160px !important;
    }
}


/* ==========================================================
   0.2.0 – density & intimacy pass
   Structure unchanged. This version tightens the whole homepage
   to better match the compact, editorial feel of the mockup.
   ========================================================== */

:root{
    --sg-wide: min(1320px, calc(100% - 56px));
    --sg-section-tight: clamp(52px, 5.5vw, 78px);
    --sg-gap-tight: 10px;
}

/* Global section rhythm */
.sg-section,
.sg-moments,
.sg-hosting-choice,
.sg-activities,
.sg-house-feature,
.sg-booking-section{
    padding-top:var(--sg-section-tight) !important;
    padding-bottom:var(--sg-section-tight) !important;
}

/* Slightly warmer, more intimate page fields */
.sg-section,
.sg-moments,
.sg-activities{
    background:#efe8da;
}
.sg-hosting-choice{
    background:#ece1d1;
}
.sg-house-feature{
    background:#f5f0e6;
}

/* Headings: keep presence, reduce domination */
.sg-section h2,
.sg-moments-heading h2,
.sg-activities-heading h2,
.sg-house-feature-copy h2,
.sg-booking-title-row h2{
    letter-spacing:-.025em;
}
.sg-moments-heading h2{
    font-size:clamp(2.7rem,4.8vw,4.65rem);
}
.sg-booking-title-row h2{
    font-size:clamp(2.55rem,3.9vw,3.9rem);
}
.sg-house-feature-copy h2{
    font-size:clamp(2.4rem,3.5vw,3.65rem);
}

/* Hero: retain composition but slightly compact vertically */
.sg-hero{
    min-height:min(735px,84vh);
}
.sg-hero .sg-hero-content{
    padding-top:170px;
    padding-bottom:62px;
}
.sg-hero h1{
    font-size:clamp(3.2rem,4.9vw,4.95rem);
    max-width:560px;
}
.sg-hero p:not(.sg-eyebrow){
    margin-top:18px;
    line-height:1.48;
}
.sg-hero .sg-actions{
    margin-top:22px;
}

/* Intro block: reduce empty space */
.sg-section .sg-shell{
    row-gap:22px;
}
.sg-section .sg-eyebrow{
    margin-bottom:8px;
}

/* Booking: less "card in a field", more integrated */
.sg-booking-card{
    padding:clamp(28px,3vw,44px);
    box-shadow:0 16px 36px rgba(42,35,26,.10);
}
.sg-booking-heading{
    margin-bottom:20px;
}
.sg-booking-plugin{
    margin-top:20px;
}
.sg-booking-facts{
    margin-top:20px;
    padding-top:16px;
}

/* Moments: tighter editorial mosaic */
.sg-moments-heading{
    margin-bottom:clamp(28px,3.5vw,46px);
}
.sg-moments-heading > p:last-child{
    margin-top:12px;
}
.sg-moments-grid--balanced{
    gap:var(--sg-gap-tight);
    grid-template-rows:330px 220px;
}
.sg-moment figcaption{
    left:18px;
    right:16px;
    bottom:15px;
}

/* Hosting choice */
.sg-hosting-choice-grid{
    gap:12px;
}
.sg-hosting-intro{
    padding-right:18px;
}
.sg-hosting-intro h2{
    font-size:clamp(1.9rem,2.6vw,2.9rem);
    margin-bottom:10px;
}
.sg-hosting-note{
    margin-top:18px;
}
.sg-hosting-image-wrap{
    height:220px;
}
.sg-hosting-option-body{
    padding:14px 16px 16px;
}

/* Activities: more compact, closer to the mockup rhythm */
.sg-activities-layout{
    gap:clamp(26px,3vw,48px);
}
.sg-activities-heading h2{
    font-size:clamp(2.2rem,3.2vw,3.45rem);
}
.sg-activities-heading > p:last-child{
    margin-top:12px;
}
.sg-activities-grid--compact{
    gap:10px;
}
.sg-activities-grid--compact .sg-activity-card{
    aspect-ratio:1.9 / 1;
}
.sg-activities-grid--compact .sg-activity-copy{
    left:14px;
    right:14px;
    bottom:11px;
}
.sg-activities-grid--compact .sg-activity-copy strong{
    font-size:1.18rem;
}
.sg-activities-grid--compact .sg-activity-copy small{
    margin-top:2px;
}

/* House section: keep asymmetry but tighten it */
.sg-house-feature-grid{
    gap:12px;
}
.sg-house-feature-main{
    min-height:455px;
}
.sg-house-feature-copy{
    padding:14px 14px;
}
.sg-house-feature-copy > p:not(.sg-eyebrow){
    line-height:1.5;
}
.sg-house-feature-facts{
    gap:14px 12px;
    margin:22px 0 6px;
}
.sg-house-feature-copy .sg-text-link{
    margin-top:14px;
}
.sg-house-feature-gallery{
    gap:8px;
}

/* Final CTA: keep current compact treatment */
.sg-final-cta--compact{
    margin-top:0;
}

/* Footer: even tighter relationship to final CTA */
.sg-footer{
    margin-top:0 !important;
}

/* Desktop: allow content to breathe horizontally, not vertically */
@media (min-width:1180px){
    .sg-shell{
        width:var(--sg-wide);
    }
}

/* Tablet/mobile: compact, but avoid cramped reading */
@media (max-width:900px){
    :root{
        --sg-wide:min(100% - 36px, 1180px);
        --sg-section-tight:clamp(46px,7vw,64px);
    }
    .sg-hero{
        min-height:680px;
    }
    .sg-hero .sg-hero-content{
        padding-top:145px;
        padding-bottom:48px;
    }
    .sg-hosting-image-wrap{
        height:auto;
        aspect-ratio:16/9;
    }
    .sg-house-feature-main{
        min-height:0;
        aspect-ratio:16/10;
    }
}
@media (max-width:620px){
    :root{
        --sg-wide:min(100% - 28px, 1180px);
        --sg-section-tight:42px;
    }
    .sg-hero{
        min-height:640px;
    }
    .sg-moments-heading,
    .sg-activities-heading{
        margin-bottom:24px;
    }
    .sg-booking-card{
        padding:24px 18px;
    }
}


/* ==========================================================
   0.2.1 – desktop composition pass
   Wider editorial compositions, less centre-axis stacking.
   Content/order/functionality unchanged.
   ========================================================== */

@media (min-width: 1100px){

    :root{
        --sg-editorial-wide: min(1420px, calc(100% - 72px));
        --sg-editorial-medium: min(1320px, calc(100% - 96px));
        --sg-section-compact: 46px;
    }

    /* Use more of the viewport on desktop */
    .sg-shell{
        width:var(--sg-editorial-wide) !important;
        max-width:none !important;
    }

    .sg-section,
    .sg-moments,
    .sg-hosting-choice,
    .sg-activities,
    .sg-house-feature,
    .sg-booking-section{
        padding-top:var(--sg-section-compact) !important;
        padding-bottom:var(--sg-section-compact) !important;
    }

    /* Intro: editorial left/right balance instead of centred island */
    .sg-section .sg-shell{
        display:grid;
        grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);
        column-gap:clamp(56px,7vw,120px);
        align-items:center;
    }

    /* Booking: broader and shallower */
    .sg-booking-section .sg-shell{
        width:var(--sg-editorial-medium) !important;
    }
    .sg-booking-card{
        width:100%;
        max-width:none;
        padding:30px 38px;
    }
    .sg-booking-heading{
        display:grid;
        grid-template-columns:minmax(0,1fr) auto;
        align-items:end;
        gap:40px;
    }
    .sg-booking-title-row h2{
        font-size:clamp(2.45rem,3.1vw,3.55rem);
    }

    /* Moments: wide, low mosaic */
    .sg-moments .sg-shell{
        width:var(--sg-editorial-medium) !important;
    }
    .sg-moments-heading{
        text-align:left;
        max-width:760px;
        margin:0 0 26px 0;
    }
    .sg-moments-heading h2{
        font-size:clamp(2.8rem,3.8vw,4.15rem);
    }
    .sg-moments-grid--balanced{
        grid-template-rows:300px 190px;
        gap:9px;
    }

    /* Hosting: stronger horizontal composition */
    .sg-hosting-choice .sg-shell{
        width:var(--sg-editorial-medium) !important;
    }
    .sg-hosting-choice-grid{
        grid-template-columns:minmax(250px,.72fr) minmax(0,1fr) minmax(0,1fr);
        gap:14px;
        align-items:stretch;
    }
    .sg-hosting-intro{
        align-self:center;
        padding:0 28px 0 0;
    }

    /* Activities: intro left, cards across right */
    .sg-activities .sg-shell{
        width:var(--sg-editorial-medium) !important;
    }
    .sg-activities-layout{
        display:grid;
        grid-template-columns:minmax(250px,.68fr) minmax(0,2.32fr);
        gap:42px;
        align-items:center;
    }
    .sg-activities-heading{
        text-align:left;
        margin:0;
        max-width:320px;
    }
    .sg-activities-heading h2{
        font-size:clamp(2.25rem,3vw,3.25rem);
        line-height:.98;
    }
    .sg-activities-grid--compact{
        grid-template-columns:repeat(4,minmax(0,1fr));
        gap:9px;
    }
    .sg-activities-grid--compact .sg-activity-card{
        aspect-ratio:1.48/1;
    }

    /* House: broad asymmetrical editorial block */
    .sg-house-feature .sg-shell{
        width:var(--sg-editorial-medium) !important;
    }
    .sg-house-feature-grid{
        grid-template-columns:minmax(0,1.35fr) minmax(340px,.88fr) minmax(0,1fr);
        gap:10px;
        align-items:stretch;
    }
    .sg-house-feature-main{
        min-height:410px;
    }
    .sg-house-feature-copy{
        display:flex;
        flex-direction:column;
        justify-content:center;
        padding:20px 24px;
    }
    .sg-house-feature-copy h2{
        font-size:clamp(2.35rem,3vw,3.35rem);
        line-height:1;
    }
    .sg-house-feature-gallery{
        gap:7px;
    }

    /* History: stop it becoming another centred island */
    .sg-history .sg-shell,
    .sg-history-section .sg-shell{
        width:var(--sg-editorial-medium) !important;
    }
    .sg-history-grid{
        grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);
        gap:34px;
        align-items:center;
    }

    /* Reduce visual dead zones between consecutive sections */
    .sg-moments + .sg-hosting-choice,
    .sg-hosting-choice + .sg-activities,
    .sg-activities + .sg-house-feature{
        border-top:1px solid rgba(63,55,43,.055);
    }
}

/* Keep smaller desktops from becoming cramped */
@media (min-width:1100px) and (max-width:1280px){
    :root{
        --sg-editorial-wide:calc(100% - 48px);
        --sg-editorial-medium:calc(100% - 64px);
    }
    .sg-house-feature-grid{
        grid-template-columns:1.2fr .9fr 1fr;
    }
    .sg-activities-layout{
        grid-template-columns:260px minmax(0,1fr);
        gap:30px;
    }
}


/* ==========================================================
   0.2.2 – smaller hero + booking in the hero/intro transition
   ========================================================== */

/* Hero becomes a strong opening image, but no longer dominates the page. */
.sg-hero{
    min-height:clamp(500px,58vh,610px) !important;
    overflow:hidden;
}

/* Use a darkened copy of the same photo behind the main image so the
   foreground photo can be rendered slightly narrower, creating a subtle
   "zoomed out" impression without inventing surroundings. */
.sg-hero-media{
    overflow:hidden;
    background:
        linear-gradient(rgba(18,24,20,.30),rgba(18,24,20,.30)),
        url("../images/sanninggarden-hero.jpg") center center / cover no-repeat;
}
.sg-hero-media img{
    width:92% !important;
    height:100% !important;
    margin:0 auto;
    object-fit:cover !important;
    object-position:center center !important;
    display:block;
}

/* Keep the copy compact and lower in visual weight. */
.sg-hero .sg-hero-content{
    padding-top:138px !important;
    padding-bottom:92px !important;
}
.sg-hero h1{
    max-width:500px !important;
    font-size:clamp(2.85rem,4.25vw,4.35rem) !important;
    line-height:.95 !important;
}
.sg-hero p:not(.sg-eyebrow){
    max-width:500px;
    margin-top:15px !important;
    font-size:clamp(1rem,1.18vw,1.12rem);
}
.sg-hero-actions{
    margin-top:18px !important;
}

/* Booking now bridges hero and the following intro section. */
.sg-booking-section{
    position:relative;
    z-index:12;
    margin-top:-58px !important;
    padding:0 0 10px !important;
    background:transparent !important;
    overflow:visible !important;
}
.sg-booking-atmosphere{
    display:none !important;
}
.sg-booking-section .sg-shell{
    width:min(1340px,calc(100% - 80px)) !important;
}
.sg-booking-card{
    width:100% !important;
    padding:20px 26px !important;
    border:1px solid rgba(45,61,49,.15);
    background:rgba(249,246,238,.985) !important;
    box-shadow:0 14px 34px rgba(34,29,22,.15) !important;
}
.sg-booking-heading{
    margin-bottom:13px !important;
}
.sg-booking-heading .sg-eyebrow{
    margin-bottom:4px !important;
}
.sg-booking-title-row{
    grid-template-columns:minmax(0,1fr) auto !important;
    gap:24px !important;
}
.sg-booking-title-row h2{
    font-size:clamp(2rem,2.7vw,3rem) !important;
}
.sg-booking-title-row p{
    font-size:.9rem !important;
    margin-bottom:3px !important;
}
.sg-booking-plugin{
    margin-top:12px !important;
    min-height:0 !important;
}
.sg-booking-facts{
    margin-top:12px !important;
    padding-top:11px !important;
    gap:12px 24px !important;
    font-size:.82rem !important;
}

/* Pull the next section up so the booking card clearly belongs to the
   transition rather than becoming its own visual block. */
.sg-intro{
    padding-top:clamp(40px,4.5vw,62px) !important;
}

/* Desktop: slightly wider composition around the opening. */
@media (min-width:1100px){
    .sg-hero .sg-shell{
        width:min(1420px,calc(100% - 72px)) !important;
    }
}

/* Medium screens: avoid the narrower foreground photo looking framed. */
@media (max-width:1050px){
    .sg-hero-media img{
        width:100% !important;
    }
    .sg-booking-section{
        margin-top:-42px !important;
    }
    .sg-booking-section .sg-shell{
        width:min(100% - 36px,1180px) !important;
    }
}

/* Mobile: booking still overlaps slightly, but remains readable. */
@media (max-width:680px){
    .sg-hero{
        min-height:560px !important;
    }
    .sg-hero .sg-hero-content{
        padding-top:128px !important;
        padding-bottom:76px !important;
    }
    .sg-hero h1{
        font-size:clamp(2.65rem,12vw,3.75rem) !important;
    }
    .sg-booking-section{
        margin-top:-30px !important;
        padding-bottom:6px !important;
    }
    .sg-booking-card{
        padding:18px 16px !important;
    }
    .sg-booking-title-row{
        grid-template-columns:1fr !important;
        gap:6px !important;
    }
    .sg-booking-title-row p{
        margin:0 !important;
    }
}


/* ==========================================================
   0.2.3 – new Sånninggården logo
   ========================================================== */
.sg-brand--logo{
    max-width:210px;
}
.sg-brand--logo img{
    height:46px !important;
    width:auto !important;
    max-width:205px !important;
    object-fit:contain;
    background:transparent;
    border-radius:0;
}
.sg-footer-logo img{
    height:52px !important;
    width:auto !important;
    max-width:195px !important;
    object-fit:contain;
    background:transparent;
    border-radius:0;
}
@media (max-width:940px){
    .sg-brand--logo img{
        height:41px !important;
        max-width:180px !important;
    }
}
@media (max-width:560px){
    .sg-brand--logo img{
        height:35px !important;
        max-width:155px !important;
    }
    .sg-footer-logo img{
        height:46px !important;
        max-width:170px !important;
    }
}


/* ==========================================================
   0.2.4 – remove temporary logo
   ========================================================== */
.sg-brand{
    display:inline-flex;
    align-items:center;
    width:auto;
    max-width:none;
    padding:0;
    color:#fff;
    font-family:Georgia,"Times New Roman",serif;
    font-size:1.35rem;
    font-weight:600;
    line-height:1;
    text-decoration:none;
    letter-spacing:-.01em;
}
.sg-footer-wordmark{
    color:#f5ead7;
    font-family:Georgia,"Times New Roman",serif;
    font-size:1.35rem;
    line-height:1;
    font-weight:600;
}
@media (max-width:560px){
    .sg-brand{
        font-size:1.15rem;
    }
    .sg-footer-wordmark{
        font-size:1.2rem;
    }
}


/* ==========================================================
   1.0.1 – compact homepage booking handoff
   ========================================================== */
.sg-booking-handoff{
    display:grid;
    grid-template-columns:minmax(170px,1fr) minmax(170px,1fr) minmax(110px,.55fr) auto;
    gap:10px;
    align-items:end;
    margin-top:12px;
}
.sg-booking-field{
    display:grid;
    gap:5px;
    min-width:0;
}
.sg-booking-field > span{
    color:#5d5549;
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
}
.sg-booking-field input{
    width:100%;
    min-height:44px;
    padding:9px 11px;
    border:1px solid rgba(43,56,46,.22);
    border-radius:4px;
    background:#fffdf8;
    color:#29372e;
    font:inherit;
    font-size:.92rem;
    box-sizing:border-box;
}
.sg-booking-field input:focus{
    outline:2px solid rgba(165,54,29,.22);
    outline-offset:1px;
    border-color:#a5361d;
}
.sg-booking-submit{
    min-height:44px;
    white-space:nowrap;
    border:0;
    cursor:pointer;
}
@media (max-width:900px){
    .sg-booking-handoff{
        grid-template-columns:1fr 1fr;
    }
    .sg-booking-submit{
        width:100%;
    }
}
@media (max-width:560px){
    .sg-booking-handoff{
        grid-template-columns:1fr;
    }
}
