@font-face{
    font-family:Montserrat;
    font-style:normal;
    font-weight:400;
    src:url(/css/montserrat-v31-latin-regular.woff2) format('woff2');
    font-display:optional
}
@font-face{
    font-family:Montserrat;
    font-style:normal;
    font-weight:700;
    src:url(/css/montserrat-v31-latin-700.woff2) format('woff2');
    font-display:optional
}
@font-face{
    font-family:Cinzel;
    font-style:normal;
    font-weight:400;
    src:url(/css/cinzel-v26-latin-regular.woff2) format('woff2');
    font-display:optional
}
@font-face{
    font-family:Cinzel;
    font-style:normal;
    font-weight:700;
    src:url(/css/cinzel-v26-latin-700.woff2) format('woff2');
    font-display:optional
}
@font-face{
    font-family:'Clicker Script';
    font-style:normal;
    font-weight:400;
    src:url(/css/clicker-script-v14-latin-regular.woff2) format('woff2');
    font-display:optional
}
@font-face {
  font-family: 'Shadows Into Light Two';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/css/shadowsintolighttwo1.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Shadows Into Light Two';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/css/shadowsintolighttwo2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{
    font-family:Arial,sans-serif;
    margin:0;
    padding:0;
    background-color:#f9f3ec;
    overflow-x:hidden
}
.navbar{
    background-color:rgba(33,33,33,.55);
    position:fixed;
    top:0;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:24;
    font-weight:700;
    font-family:Montserrat,sans-serif;
    padding:10px 20px
}
#top-left-item-blank{
    position:fixed;
    top:0;
    left:0;
    width:50px;
    height:50px;
    z-index:26;
    opacity:0
}
.top-left-item{
    position:absolute;
    display:flex;
    align-items:center;
    gap:10px;
    left:0;
    top:0;
    padding:12px 12px;
    margin:0;
    text-decoration:none;
    color:#fff;
    align-content:center;
    font-size:12px
}
.top-left-item img{
    border-radius:50%;
    margin:5
}
.nav-menu{
    list-style-type:none;
    display:flex;
    flex-direction:row;
    padding:0;
    margin:0
}
.nav-menu li{
    margin:0;
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:center;
    position:relative
}
.nav-menu li a{
    text-decoration:none;
    color:#fff;
    padding:10px 35px;
    display:block;
    text-transform:uppercase;
    transition:color 1.5s ease
}
.nav-menu li a:hover{
    color:#4b9b5e
}
.nav-menu > li:not(:last-child){
    border-right:1px solid #fff
}
.dropdown-toggle{
    text-decoration:none;
    color:#fff;
    padding:10px 35px;
    display:block;
    text-transform:uppercase;
    transition:color 1.5s ease;
    cursor:pointer;
    user-select:none
}
.dropdown-toggle::after{
    content:'';
    display:inline-block;
    width:7px;
    height:7px;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(45deg);
    margin-left:8px;
    margin-bottom:3px;
    transition:transform 0.3s ease, border-color 1.5s ease
}
.dropdown-toggle:hover{
    color:#4b9b5e
}
.dropdown-toggle:hover::after{
    border-color:#4b9b5e
}
.has-dropdown:hover .dropdown-toggle::after{
    transform:rotate(-135deg);
    margin-bottom:-1px
}
.has-dropdown{
    position:relative
}
.nav-submenu{
    list-style-type:none;
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    background-color:rgba(33,33,33,.55);
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
    display:none;
    padding:8px 0;
    padding-top:18px;
    margin:0;
    min-width:280px;
    box-shadow:0 8px 24px rgba(0,0,0,0.25);
    border-radius:0 0 8px 8px;
    z-index:25;
    background-clip:padding-box;
    border-top:none
}
.nav-submenu li{
    border-right:none;
    display:block;
    position:relative
}
.nav-submenu li:not(:last-child)::after{
    content:'';
    display:block;
    width:60%;
    height:1px;
    background:linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    margin:0 auto
}
.nav-submenu li a{
    padding:14px 28px;
    white-space:nowrap;
    font-size:0.9em;
    letter-spacing:0.5px;
    transition:color 0.3s ease, background-color 0.3s ease
}
.nav-submenu li a:hover{
    background-color:rgba(255,255,255,0.08)
}
.has-dropdown:hover .nav-submenu{
    display:block
}
.hamburger{
    display:none;
    cursor:pointer
}
.hamburger div{
    width:25px;
    height:3px;
    background-color:#fff;
    margin:5px 40px
}
#desktop-content{
    display:block
}
#mobile-content{
    display:none
}
#mobile-background-container{
    position:relative;
    width:100%;
    height:100vh;
    background-image:url(/images/background.webp);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
#mobile-overlay{
    position:absolute;
    inset:0
}
#banner-container,.banner-image,.banner-overlay,.banners,.teaser-statement{
    width:100%;
    height:50vh
}
.banner-image{
    background-size:cover;
    background-position:center
}
#video-container{
    position:relative;
    width:100vw;
    height:100vh;
    overflow:hidden;
    background-color:#000
}
#bg-video{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:0
}
#video-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
    z-index:1
}
#banner-content,#desktop-content,#video-container .content{
    position:relative;
    z-index:2;
    color:#fff
}
@media (max-width:600px){
    #desktop-content{
        display:none
    }
    #mobile-content{
        display:block
    }
    .nav-menu{
        display:none;
        flex-direction:column;
        width:100%;
        position:absolute;
        top:55px;
        left:0;
        background-color:rgba(33,33,33,.75)
    }
    .nav-menu li{
        display:block;
        border-right:none
    }
    .nav-menu li a{
        padding:15px;
        border-bottom:1px solid #444
    }
    .dropdown-toggle{
        padding:15px;
        border-bottom:1px solid #444;
        display:block
    }
    .nav-submenu{
        position:static;
        display:none;
        background-color:rgba(50,50,50,0.95);
        box-shadow:none;
        width:100%;
        min-width:0;
        left:auto;
        transform:none;
        border-radius:0;
        padding:0;
        backdrop-filter:none;
        -webkit-backdrop-filter:none
    }
    .has-dropdown.dropdown-open .nav-submenu{
        display:block
    }
    .nav-submenu li a{
        padding:12px 15px 12px 40px;
        font-size:0.85em
    }
    .hamburger{
        display:block
    }
    .navbar{
        justify-content:flex-end
    }
}
@media (min-width:601px) and (max-width:800px){
    .nav-menu li a{
        padding:10px 5px;
        font-size:15px
    }
    .nav-menu{
        flex-direction:row
    }
}
@media (min-width:801px) and (max-width:1100px){
    .nav-menu li a{
        padding:10px 10px
    }
    .nav-menu{
        flex-direction:row
    }
}
@media (min-width:1101px){
    .nav-menu li a{
        padding:10px 35px
    }
    .nav-menu{
        flex-direction:row
    }
}
.header-section{
    display:none;
    margin:0
}
#banner-overlay,#mobile-overlay{
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.5);
    z-index:0
}
.banners{
    position:absolute;
    overflow:hidden
}
.banner-image{
    position:absolute;
    background-size:cover;
    background-repeat:no-repeat;
    animation:slideBackground 30s linear infinite;
    opacity:0;
    transition:opacity 3s ease
}
@keyframes slideBackground{
    0%{
        background-position:0 40%
    }
    50%{
        background-position:100% 60%
    }
    100%{
        background-position:0 40%
    }
}
.banner-image:first-child{
    display:block
}
.teaser-statement{
    position:absolute;
    display:flex;
    flex-direction:column;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
    text-align:center;
    box-sizing:border-box;
    z-index:3
}
.teaser-statement .logo{
    display:block;
    margin:0;
    padding:0;
    color:#fff;
    margin-bottom:30px
}
.logo img{
    max-width:150px;
    width:100%;
    height:auto
}
.teaser-statement .intro{
    display:block;
    margin:0;
    padding:0;
    color:#fff;
    font-size:20px;
    font-family:Cinzel,sans-serif;
    width:85%
}
.teaser-statement .quote{
    display:block;
    margin:30px 0;
    padding:0;
    color:#fff;
    line-height:130%;
    font-family:'Shadows Into Light Two',sans-serif;
    width:85%
}
.slide .signature,.teaser-statement .signature{
    display:block;
    margin:0;
    padding:0;
    color:#fff;
    line-height:60%;
    font-family:'Shadows Into Light Two',sans-serif
}
@media (max-width:600px){
    .teaser-statement .quote{
        font-size:34px
    }
    .teaser-statement .signature{
        font-size:23px
    }
}
@media (min-width:601px) and (max-width:800px){
    .teaser-statement .quote{
        font-size:41px
    }
    .teaser-statement .signature{
        font-size:23px
    }
}
@media (min-width:801px) and (max-width:1100px){
    .teaser-statement .quote{
        font-size:47px
    }
    .teaser-statement .signature{
        font-size:26px
    }
}
@media (min-width:1101px){
    .teaser-statement .quote{
        font-size:47px
    }
    .teaser-statement .signature{
        font-size:26px
    }
}
.explore-cta{
    position:absolute;
    width:100%;
    text-align:center;
    color:#fff;
    bottom:10px;
    left:0;
    z-index:3;
    font-family:Montserrat,sans-serif;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px
}
.explore-cta p{
    margin:0;
    padding:0;
    color:#fff;
    font-size:15px;
    font-weight:700;
    font-family:Montserrat,sans-serif
}
.down-arrow{
    font-size:24px;
    color:#fff;
    text-align:center;
    line-height:40px;
    animation:arrowBounce 1.8s ease-in-out infinite
}
@keyframes arrowBounce{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(8px)}
}
.main-content-1{
    position:relative;
    margin-top:0;
    padding:32px 20px 16px;
    text-align:center;
    background:linear-gradient(180deg,#f9f3ec 0%,#f0e8d9 100%)
}
.footer{
    position:relative;
    margin-top:0;
    padding:32px 20px;
    text-align:center;
    background-color:#f9f9f9
}
.main-content-2{
    position:relative;
    margin-top:0;
    padding:12px 20px 16px;
    text-align:center;
    background:linear-gradient(180deg,#e8d5b5 0%,#dbc19a 100%)
}
.main-content-3{
    position:relative;
    margin-top:0;
    padding:12px 20px 16px;
    text-align:center;
    background:linear-gradient(180deg,#d2ae7a 0%,#c8a26e 100%)
}
/* Wave dividers between sections */
.section-wave{
    line-height:0;
    margin-top:-1px;
    margin-bottom:-1px;
    overflow:hidden
}
.section-wave svg{
    display:block;
    width:100%;
    height:70px
}
@media(max-width:600px){
    .section-wave svg{height:40px}
}
.main-content-4{
    position:relative;
    margin-top:0;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    background-color:#fff
}
.main-content-5{
    position:relative;
    margin-top:0;
    padding-left:0;
    padding-right:0;
    background-color:#fff
}
.main-content-6{
    position:relative;
    margin-top:0;
    padding:10%;
    text-align:center;
    background-image:url(/images/japan.webp);
    background-size:cover;
    background-position:center;
    box-sizing:border-box
}
.main-content-6-container{
    background-color:#ecdcc6;
    padding:20px;
    height:auto;
    width:auto
}
.main-content-form{
    position:relative;
    margin-top:0;
    padding:50px;
    padding-left:0;
    padding-right:0;
    background-color:#e2cba9;
    box-sizing:border-box
}
.main-content-form-container{
    border:10px solid #1b3822;
    background-color:#ecdcc6;
    padding:20px;
    height:auto;
    text-align:left;
    width:80%;
    margin-left:auto;
    margin-right:auto
}
h1{
    font-weight:700;
    font-family:Cinzel,Arial,Georgia,sans-serif;
    font-size:42px;
    line-height:1.1;
    margin:0 0 4px
}
h2{
    font-weight:700;
    font-family:Montserrat,Arial,Georgia,sans-serif;
    font-size:36px;
    line-height:1.1;
    margin:0 0 4px
}
h3{
    font-weight:700;
    font-family:Montserrat,Arial,Georgia,sans-serif;
    font-size:24px;
    line-height:1.1
}
/* ── Contact cards ── */
.contact-cards{
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    gap:20px;
    max-width:900px;
    margin:0 auto;
    padding:10px 0;
}
.contact-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;
    width:170px;
    padding:28px 18px 22px;
    border:1.5px solid rgba(27,56,34,0.15);
    border-radius:16px;
    background:#fff;
    text-decoration:none;
    color:#1b3822;
    transition:all 0.3s ease;
    cursor:pointer;
}
.contact-card:hover{
    background:#1b3822;
    color:#fff;
    border-color:#1b3822;
    transform:translateY(-4px);
    box-shadow:0 8px 24px rgba(27,56,34,0.25);
}
.contact-card-icon{
    width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#1b3822;
    transition:color 0.3s ease;
}
.contact-card-icon svg{
    width:40px;
    height:40px;
}
.contact-card:hover .contact-card-icon{
    color:#fff;
}
.contact-card-label{
    font-family:'Montserrat',sans-serif;
    font-size:0.7em;
    font-weight:600;
    letter-spacing:1.5px;
    text-transform:uppercase;
    opacity:0.7;
    transition:opacity 0.3s ease;
}
.contact-card:hover .contact-card-label{
    opacity:1;
}
.contact-card-value{
    font-family:'Montserrat',sans-serif;
    font-size:0.85em;
    font-weight:600;
    white-space:nowrap;
}
.contact-toast{
    position:fixed;
    bottom:30px;
    left:50%;
    transform:translateX(-50%) translateY(20px);
    background:#1b3822;
    color:#fff;
    font-family:'Montserrat',sans-serif;
    font-size:0.85em;
    font-weight:600;
    padding:12px 28px;
    border-radius:50px;
    box-shadow:0 4px 20px rgba(27,56,34,0.35);
    opacity:0;
    pointer-events:none;
    transition:opacity 0.3s ease, transform 0.3s ease;
    z-index:9999;
}
.contact-toast.show{
    opacity:1;
    transform:translateX(-50%) translateY(0);
}
@media (max-width:600px){
    .contact-cards{
        gap:14px;
    }
    .contact-card{
        width:calc(50% - 14px);
        min-width:140px;
        padding:22px 12px 18px;
    }
}
.modal{
    display:none;
    position:fixed;
    z-index:30;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    align-items:center;
    justify-content:center;
    background-color:rgba(0,0,0,.5)
}
.modal-content{
    background-color:#fff;
    margin:0 auto;
    padding:32px 28px 24px;
    border:none;
    width:90%;
    max-width:480px;
    border-radius:16px;
    box-shadow:0 12px 40px rgba(0,0,0,.2);
    position:relative;
    top:50%;
    transform:translateY(-50%);
    font-family:'Montserrat',sans-serif;
    font-size:15px;
    color:#333;
    text-align:center;
    line-height:1.5
}
.modal-close-x{
    position:absolute;
    top:12px;
    right:16px;
    width:32px;
    height:32px;
    border:none;
    background:#f0ede8;
    border-radius:50%;
    font-size:18px;
    color:#555;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:background .2s,color .2s;
    line-height:1;
    padding:0
}
.modal-close-x:hover{
    background:#e2cba9;
    color:#1b3822
}
.modal-title{
    font-family:'Cinzel',serif;
    font-size:20px;
    font-weight:700;
    color:#1b3822;
    margin:0 0 12px
}
.modal-text{
    margin:0 0 20px;
    color:#555;
    font-size:14px
}
.modal-actions{
    display:flex;
    gap:10px;
    justify-content:center;
    flex-wrap:wrap;
    margin-top:16px
}
.modal-btn{
    padding:10px 28px;
    border:none;
    border-radius:24px;
    font-family:'Montserrat',sans-serif;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    transition:background .2s,transform .15s
}
.modal-btn-primary{
    background:#1b3822;
    color:#fff
}
.modal-btn-primary:hover{
    background:#2a5c36;
    transform:translateY(-1px)
}
.modal-btn-secondary{
    background:#f0ede8;
    color:#333
}
.modal-btn-secondary:hover{
    background:#e2cba9
}
.modal-btn-danger{
    background:#c44536;
    color:#fff
}
.modal-btn-danger:hover{
    background:#a33528;
    transform:translateY(-1px)
}
.close2:focus,.close2:hover,.close:focus,.close:hover{
    color:#000;
    text-decoration:none;
    cursor:pointer
}
.modal-content ul{
    list-style-type:none;
    margin:0 auto;
    padding:0;
    text-align:center;
    width:70%
}
.modal-content li{
    display:inline-block;
    margin-right:20px;
    padding-bottom:10px
}
.modal-content li:last-child{
    margin-right:0
}
.divider{
    height:2px;
    width:200px;
    background:linear-gradient(90deg,transparent,#d4a853 25%,#1b3822 50%,#d4a853 75%,transparent);
    margin:10px auto;
    border-radius:2px;
    border:none
}
@media (max-width:1100px){
    .divider{
        margin:15px auto
    }
}
@media (max-width:800px){
    .divider{
        margin:10px auto
    }
}
.emphasis{
    width:60%;
    margin:0 auto;
    text-align:center;
    font-weight:400;
    font-family:Montserrat,sans-serif;
    font-size:22px
}
.emphasis-small{
    width:90%;
    margin:0 auto;
    margin-top:10px;
    text-align:center;
    font-family:Montserrat,sans-serif;
    font-size:20px
}
@media (max-width:800px){
    .emphasis,.emphasis-small{
        width:80%;
        font-size:18px
    }
}
@media (max-width:600px){
    .emphasis,.emphasis-small{
        width:90%;
        font-size:15px
    }
}
.emphasis{
    width:60%;
    margin:0 auto;
    text-align:center;
    font-family:Montserrat,sans-serif;
    font-size:16px
}
.tagline{
    text-align:center;
    color:#1b3822;
    font-weight:700;
    font-size:52px;
    font-family:Cinzel,sans-serif;
    line-height:130%;
    margin:12px 0 0
}
.tagline-handwritten{
    text-align:center;
    color:#1b3822;
    font-weight:400;
    font-size:32px;
    font-family:'Shadows Into Light Two',cursive;
    line-height:140%;
    margin:12px 0 0
}
@media (max-width:800px){
    .tagline{
        font-size:41px
    }
    .tagline-handwritten{
        font-size:26px
    }
}
.footer{
    background-color:#f9f9f9;
    color:#444;
    font-family:Montserrat,sans-serif;
    font-size:14px;
    line-height:1.5;
    border-top:1px solid #ddd
}
.footer-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:20px;
    max-width:1100px;
    margin:0 auto
}
.footer-col{
    flex:1 1 120px;
    min-width:200px
}
.footer-col.contact{
    text-align:center
}
.footer-col h3,.footer-col h4{
    font-family:Cinzel,serif;
    font-size:16px;
    font-weight:700;
    color:#222;
    margin:0 0 6px
}
.footer-col p,.footer-col ul{
    margin:0;
    padding:0;
    color:#555
}
.footer-col ul{
    list-style:none
}
.footer-col a{
    color:#004080;
    text-decoration:none
}
.footer-col a:hover{
    text-decoration:underline;
    color:#0074cc
}
.footer-col.areas p{
    font-size:13px;
    line-height:1.4;
    color:#555
}
.social-icons{
    display:flex;
    gap:8px;
    margin-top:8px;
    justify-content:center
}
.social-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    border-radius:50%;
    transition:background .3s ease;
    text-decoration:none
}
.social-icon:hover{
    background:#1b3822!important;
    color:#fff!important
}
.social-icon.facebook{
    background-color:#3b5998;
    color:#fff
}
.social-icon.instagram{
    background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color:#fff
}
.social-icon svg{
    width:18px;
    height:18px
}
.footer-small{
    font-family:Montserrat,sans-serif;
    font-size:13px;
    color:#555;
    line-height:1.4;
    margin:4px 0;
    font-weight:400
}
.footer-small a{
    color:#004080;
}
.footer-small a:hover{
    text-decoration:underline;
    color:#0074cc
}
@media (max-width:768px){
    .footer-wrap{
        flex-direction:column;
        text-align:center;
        gap:15px
    }
    .footer-col{
        min-width:100%
    }
    .footer-col h3,.footer-col h4{
        margin-top:10px
    }
    .footer-col p,.footer-col.areas p{
        font-size:14px
    }
}
.sst-form-question,label{
    display:block;
    max-width:100%;
    margin-top:10px;
    margin-bottom:3px;
    font-size:14px;
    font-weight:700;
    font-family:Montserrat,sans-serif;
    text-align:left
}
.sst-required{
    color:#a00000
}
.subscription_form{
    text-align:center
}
.newsletter-card{
    max-width:560px;
    margin:30px auto 0;
    background:rgba(255,255,255,.22);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border-radius:24px;
    padding:40px 36px;
    box-shadow:0 4px 24px rgba(0,0,0,.08);
    border:1px solid rgba(255,255,255,.3)
}
.newsletter-card .subscription_form{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px
}
@media(max-width:600px){
    .newsletter-card{
        padding:28px 20px;
        margin:20px 16px 0
    }
    .newsletter-card .sst-input,
    .newsletter-card .sst-btn{
        width:100%
    }
}
/* Scroll fade-in animation */
.fade-in-section{
    opacity:0;
    transform:translateY(30px);
    transition:opacity .8s ease,transform .8s ease
}
.fade-in-section.is-visible{
    opacity:1;
    transform:translateY(0)
}
.close,.close2,.sst-btn{
    width:250px;
    height:50px;
    background-color:#1b3822;
    color:#fff;
    border:none;
    font-size:16px;
    font-family:Montserrat,sans-serif;
    cursor:pointer;
    text-align:center;
    line-height:50px;
    display:inline-block;
    border-radius:28px;
    transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;
    letter-spacing:.5px
}
.sst-btn:hover{
    background-color:#2a5c36;
    transform:translateY(-2px);
    box-shadow:0 6px 20px rgba(27,56,34,.3)
}
.sst-btn:active{
    transform:translateY(0);
    box-shadow:0 2px 8px rgba(27,56,34,.2)
}
.sst-btn.g-recaptcha{
    margin:5px
}
.grecaptcha-badge { visibility: hidden; }
.spinner{
    border:4px solid rgba(27,56,34,.3);
    border-top:4px solid #1b3822;
    border-radius:50%;
    width:20px;
    height:20px;
    animation:spin 1s linear infinite;
    display:inline-block;
    margin-left:10px;
    vertical-align:middle
}
.spinner-white{
    border:4px solid rgba(255,255,255,.3);
    border-top:4px solid #a5a5a5;
    border-radius:50%;
    width:12px;
    height:12px;
    animation:spin 1s linear infinite;
    display:inline-block;
    margin-left:10px;
    vertical-align:middle
}
.spinner-white[hidden],.spinner[hidden]{
    display:none!important
}
@keyframes spin{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
.sst-input,.sst-input-wide{
    background-color:transparent;
    color:#1b3822;
    font-size:16px!important;
    font-family:Montserrat,sans-serif!important;
    padding-left:10px;
    border-radius:0;
    box-sizing:border-box
}
.sst-input{
    height:50px;
    line-height:46px;
    width:250px;
    border:2px solid #1b3822
}
.newsletter-card .sst-input{
    border-radius:28px;
    padding-left:20px;
    transition:border-color .3s ease,box-shadow .3s ease
}
.newsletter-card .sst-input:focus{
    outline:none;
    border-color:#2a5c36;
    box-shadow:0 0 0 3px rgba(27,56,34,.12)
}
.sst-input-wide{
    height:40px;
    line-height:36px;
    width:100%;
    border:1px solid #1b3822
}
.sst-radio-input{
    display:none
}
.sst-radio-label{
    display:inline-block;
    background-color:#e2cba9;
    color:#1b3822;
    font-size:14px;
    font-family:Montserrat,sans-serif;
    margin:5px 0;
    padding:10px;
    border:1px solid #1b3822;
    border-radius:0;
    cursor:pointer
}
.sst-radio-input:checked+.sst-radio-label{
    background-color:#1b3822;
    color:#e2cba9
}
.sst-checkbox{
    display:none
}
.checkbox-label{
    display:inline-block;
    background-color:#e2cba9;
    color:#1b3822;
    font-size:14px;
    font-family:Montserrat,sans-serif;
    margin:5px 0;
    padding:10px;
    border:1px solid #1b3822;
    border-radius:0;
    cursor:pointer
}
.sst-checkbox:checked+.checkbox-label{
    background-color:#1b3822;
    color:#e2cba9
}
.sst-slider{
    -webkit-appearance: none;  /* Chrome/Safari */
    appearance: none;          /* modern */
    background: transparent;   /* so the track styles show cleanly */
    width:450px;
    max-width:60%;
    margin:15px 0;
    outline:0
}
.sst-slider::-webkit-slider-runnable-track{
    width:100%;
    height:8.4px;
    cursor:pointer;
    background:#e2cba9;
    border-radius:1.3px;
    border:.2px solid #010101
}
.sst-slider::-webkit-slider-thumb{
    box-shadow:1px 1px 1px #000;
    border:1px solid #000;
    height:36px;
    width:16px;
    border-radius:3px;
    background:#1b3822;
    cursor:pointer;
    -webkit-appearance:none;
    margin-top:-14px
}
.sst-slider::-moz-range-track{
    height: 8.4px;
    background:#e2cba9;
    border-radius:1.3px;
    border:.2px solid #010101
}
.sst-slider::-moz-range-thumb{
    box-shadow:1px 1px 1px #000;
    border:1px solid #000;
    height:36px;
    width:16px;
    border-radius:3px;
    background:#1b3822;
    cursor:pointer
}
.sst-slider::-ms-thumb{
    box-shadow:1px 1px 1px #000;
    border:1px solid #000;
    height:36px;
    width:16px;
    border-radius:3px;
    background:#1b3822;
    cursor:pointer
}
.sst-slider::-ms-track{
    background:0 0;
    border-color:transparent;
    color:transparent
}
.sst-slider-display-value{
    display:inline;
    margin-left:10px;
    font-weight:700
}
.sst-textarea{
    width:100%;
    padding:10px;
    margin-top:8px;
    margin-bottom:16px;
    border:1px solid #1b3822;
    border-radius:4px;
    box-sizing:border-box;
    font-family:Montserrat,sans-serif;
    font-size:16px;
    color:#1b3822;
    background-color:#e2cba9;
    resize:vertical
}
.services{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
    gap:28px;
    max-width:1200px;
    margin:30px auto 0;
    padding:0 20px;
    box-sizing:border-box
}
.services-box{
    position:relative;
    border-radius:16px;
    aspect-ratio:4/3;
    overflow:hidden;
    box-shadow:0 4px 16px rgba(0,0,0,.1);
    transition:transform .35s ease,box-shadow .35s ease
}
.services-box:hover{
    transform:translateY(-6px);
    box-shadow:0 14px 36px rgba(0,0,0,.18)
}
.services-box-wide{
    position:relative;
    border-top:12px solid #1b3822
}
.service-image-container{
    position:relative;
    display:inline-block
}
.services-box img,.services-box-wide img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover
}
.services-title-top{
    position:absolute;
    top:0;
    left:0;
    right:0;
    text-align:center;
    color:#fff;
    background-color:rgba(0,0,0,.5);
    padding:5px 0;
    font-size:16px;
    font-weight:700;
    font-family:Montserrat,sans-serif
}
.services-title,.services-title-bottom{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    text-align:center;
    color:#fff;
    background:linear-gradient(transparent,rgba(0,0,0,.6));
    padding:20px 10px 12px;
    font-size:16px;
    font-family:Montserrat,sans-serif;
    z-index:2
}
.services-overlay{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
    background:rgba(0,0,0,.55);
    opacity:0;
    transition:opacity .4s ease;
    display:flex;
    justify-content:center;
    align-items:flex-start;
    padding-top:15px;
    border-radius:16px
}
.services-overlay-text{
    color:#fff;
    text-align:left;
    padding:clamp(8px, 2vw, 20px);
    display:none;
    font-size:clamp(9px, 1.2vw, 13px);
    line-height:1.35;
    font-weight:400;
    font-family:Montserrat,sans-serif;
    width:100%;
    box-sizing:border-box;
    overflow:hidden
}
.services-overlay-text ul,.services-overlay-text ol{
    margin:clamp(2px, 0.5vw, 8px) 0;
    padding-left:clamp(14px, 2vw, 24px)
}
.services-overlay-text li{
    display:list-item;
    list-style:disc;
    margin-bottom:clamp(1px, 0.3vw, 4px)
}
.services-overlay-text p{
    margin:clamp(2px, 0.4vw, 6px) 0
}
.services-learn-more{
    display:block;
    text-decoration:underline;
    text-align:center;
    margin-bottom:8px;
    font-size:clamp(10px, 1.1vw, 13px)
}
.services-box:hover .services-overlay,.sst-promo-graphic-box:hover .services-overlay{
    opacity:1
}
.services-box:hover .services-overlay-text,.sst-promo-graphic-box:hover .services-overlay-text{
    display:block
}
@media (max-width:600px){
    .about-left,.about-right,.services-box-wide{
        width:80%;
        margin:2px auto;
        padding:0
    }
    .services{
        grid-template-columns:1fr;
        padding:0 16px
    }
    .services-overlay-text{
        font-size:11px;
        padding:10px;
        line-height:1.3
    }
    .services-overlay-text ul,.services-overlay-text ol{
        margin:4px 0;
        padding-left:16px
    }
    .services-overlay-text li{
        margin-bottom:2px
    }
}
@media (min-width:601px) and (max-width:900px){
    .services{
        grid-template-columns:repeat(2,1fr)
    }
    .services-box-wide{
        width:42%;
        margin:4%
    }
}
@media (min-width:901px){
    .services-box-wide{
        width:42%;
        margin:4%
    }
    .about-right{
        width:56%;
        margin:2%;
        padding:5px
    }
    .about-left{
        width:40%;
        margin:0;
        text-align:right;
        padding:5px
    }
}
#sst-promo-detail-image{
    height:auto;
    max-width:100%
}
@media (max-width:600px){
    #sst-promo-detail-image{
        width:100%
    }
}
.about-container{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    text-align:center
}
.about-left,.about-right{
    box-sizing:border-box;
    padding:10px
}
.about-right{
    align-items:center;
    justify-content:center;
    text-align:center
}

/* ── About Page (abt-) ── */
.abt-section{
    position:relative;
    padding:50px 20px;
    text-align:center;
    box-sizing:border-box
}
.abt-gradient-1{
    background:linear-gradient(180deg, #f9f3ec, #ecdcc6)
}
.abt-gradient-2{
    background:linear-gradient(180deg, #ecdcc6, #f9f3ec)
}
.abt-gradient-3{
    background:linear-gradient(180deg, #f9f3ec, #e2cba9)
}
.abt-profile{
    display:flex;
    flex-direction:column;
    align-items:center;
    max-width:900px;
    margin:30px auto 0;
    gap:30px
}
.abt-profile-photo-wrap{
    width:100%;
    max-width:520px;
    overflow:hidden;
    border-radius:14px;
    box-shadow:0 6px 24px rgba(0,0,0,0.15)
}
.abt-profile-photo{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover
}
.abt-profile-text{
    text-align:center;
    font-family:'Montserrat', sans-serif;
    font-size:17px;
    line-height:1.8;
    color:#333;
    max-width:700px
}
.abt-profile-text p{
    margin-bottom:1em
}
.abt-intro{
    font-family:'Montserrat', sans-serif;
    font-size:18px;
    color:#444;
    max-width:700px;
    margin:0 auto 40px;
    line-height:1.6
}
.abt-steps{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:30px;
    max-width:1100px;
    margin:0 auto
}
.abt-step{
    flex:0 0 280px;
    background:#fff;
    border-radius:12px;
    padding:30px 25px;
    box-shadow:0 4px 18px rgba(0,0,0,0.1);
    transition:transform 0.3s ease, box-shadow 0.3s ease;
    text-align:center
}
.abt-step:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 28px rgba(0,0,0,0.16)
}
.abt-step-number{
    width:44px;
    height:44px;
    border-radius:50%;
    border:2px solid #1b3822;
    color:#1b3822;
    font-family:'Cinzel', serif;
    font-size:1.2em;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 15px
}
.abt-step-title{
    font-family:'Cinzel', serif;
    font-size:1em;
    color:#1b3822;
    margin-bottom:10px;
    letter-spacing:0.3px
}
.abt-step-desc{
    font-family:'Montserrat', sans-serif;
    font-size:0.9em;
    color:#555;
    line-height:1.6;
    margin:0
}
.abt-body{
    max-width:800px;
    margin:20px auto 0;
    font-family:'Montserrat', sans-serif;
    font-size:17px;
    line-height:1.8;
    color:#333;
    text-align:center
}
.abt-body p{
    margin-bottom:1em
}
.abt-philosophy{
    max-width:750px;
    margin:20px auto 0;
    text-align:left;
    font-family:'Montserrat', sans-serif;
    font-size:16px;
    line-height:1.9;
    color:#444
}
.abt-philosophy p{
    margin-bottom:1.2em
}

/* Philosophy offset overlap layout */
.abt-philo-section{
    background:linear-gradient(180deg, #e2cba9, #d2ae7a);
    padding:60px 5%;
    overflow:hidden
}
.abt-philo-layout{
    display:flex;
    align-items:center;
    max-width:1100px;
    margin:0 auto;
    position:relative
}
.abt-philo-image-wrap{
    flex:0 0 45%;
    position:relative;
    z-index:2
}
.abt-philo-image{
    width:100%;
    height:auto;
    display:block;
    border-radius:12px;
    box-shadow:0 10px 40px rgba(0,0,0,0.25)
}
.abt-philo-textbox{
    flex:1;
    background-color:#ecdcc6;
    padding:50px 45px 45px 65px;
    margin-left:-40px;
    border-radius:0 12px 12px 0;
    box-shadow:0 6px 30px rgba(0,0,0,0.1);
    position:relative;
    z-index:1
}
.abt-philo-textbox .tagline{
    font-size:38px;
    margin:0 0 15px
}
.abt-philo-textbox .abt-philosophy{
    text-align:left;
    max-width:none;
    margin:15px 0 0
}
@media (max-width:900px){
    .abt-philo-section{
        padding:40px 5%
    }
    .abt-philo-image-wrap{
        flex:0 0 40%
    }
    .abt-philo-textbox{
        padding:35px 30px 30px;
        margin-left:-30px
    }
    .abt-philo-textbox .tagline{
        font-size:32px
    }
}
@media (max-width:600px){
    .abt-philo-layout{
        flex-direction:column
    }
    .abt-philo-image-wrap{
        flex:none;
        width:85%;
        margin-bottom:-25px;
        z-index:2
    }
    .abt-philo-textbox{
        margin-left:0;
        border-radius:12px;
        padding:40px 25px 30px;
        text-align:center
    }
    .abt-philo-textbox .abt-philosophy{
        text-align:center;
        font-size:14px
    }
    .abt-philo-textbox .tagline{
        font-size:28px
    }
}

.abt-timeline{
    max-width:700px;
    margin:0 auto;
    position:relative;
    padding-left:40px
}
.abt-timeline::before{
    content:'';
    position:absolute;
    left:14px;
    top:8px;
    bottom:8px;
    width:2px;
    background:linear-gradient(180deg, #d2ae7a, #1b3822, #d2ae7a)
}
.abt-timeline-item{
    position:relative;
    padding-bottom:35px;
    padding-left:0
}
.abt-timeline-item:last-child{
    padding-bottom:0
}
.abt-timeline-marker{
    position:absolute;
    left:-34px;
    top:6px;
    width:12px;
    height:12px;
    border-radius:50%;
    background:#1b3822;
    border:3px solid #d2ae7a;
    box-shadow:0 0 0 4px rgba(210,174,122,0.2);
    z-index:1
}
.abt-timeline-content{
    text-align:left;
    font-family:'Montserrat', sans-serif;
    font-size:16px;
    line-height:1.7;
    color:#444
}
.abt-timeline-title{
    font-family:'Cinzel', serif;
    font-size:1.1em;
    color:#1b3822;
    margin:0 0 8px;
    letter-spacing:0.3px
}
.abt-timeline-content p{
    margin:0
}
@media (max-width:900px){
    .abt-profile{
        gap:25px
    }
    .abt-profile-photo-wrap{
        max-width:440px
    }
}
@media (max-width:600px){
    .abt-section{
        padding:35px 15px
    }
    .abt-profile{
        gap:15px
    }
    .abt-profile-photo-wrap{
        max-width:100%
    }
    .abt-profile-text{
        font-size:15px
    }
    .abt-intro{
        font-size:15px;
        padding:0 10px
    }
    .abt-philosophy{
        font-size:14px;
        padding:0 5px;
        text-align:center
    }
    .abt-timeline{
        padding-left:30px
    }
    .abt-timeline::before{
        left:9px
    }
    .abt-timeline-marker{
        left:-28px;
        width:10px;
        height:10px
    }
    .abt-timeline-content{
        font-size:14px
    }
    .abt-body{
        font-size:15px;
        padding:0 10px
    }
}

.slider{
    position:relative;
    width:100%;
    overflow:hidden
}
.slides{
    display:flex;
    transition:transform 1.5s ease
}
.slide{
    min-width:100%;
    position:relative;
    background-size:cover;
    background-position:center;
    width:100%;
    height:700px
}
@media (min-width:601px) and (max-width:800px){
    .slide{
        height:550px
    }
}
@media (min-width:801px) and (max-width:1200px){
    .slide{
        height:450px
    }
}
@media (min-width:1201px){
    .slide{
        height:350px
    }
}
.slide-overlay{
    position:absolute;
    top:0;
    background:rgba(0,0,0,.5);
    color:#fff;
    height:100%;
    width:100%;
    text-align:center;
    padding:20px;
    font-size:16px;
    font-weight:400;
    font-family:Montserrat,sans-serif
}
.left-arrow,.right-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background-color:#fff;
    color:#000;
    border:3px solid #000;
    border-radius:50%;
    cursor:pointer;
    font-size:30px;
    z-index:10;
    width:60px;
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px
}
.left-arrow:before,.right-arrow:before{
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle
}
.left-arrow{
    left:10px
}
.right-arrow{
    right:10px
}
#current-year{
    display:inline
}
.sst-promo{
    width:95%;
    margin:0 auto;
    background-color:#fff;
    border-collapse:collapse;
    font-size:12px;
    table-layout:fixed
}
.sst-promo,.sst-promo th{
    border:2px solid #f9f3ec;
    padding:8px
}
.sst-promo th:nth-child(1){
    width:80px
}
.sst-promo tr:nth-child(even){
    background-color:#e2cba9
}
.sst-promo tr:nth-child(odd){
    background-color:#fff
}
.sst-promo th{
    text-align:left
}
.sst-promo thead tr:first-child th{
    background-color:#1b3822;
    color:#fff
}
.sst-promo thead tr:nth-child(2) th{
    width:100%;
    box-sizing:border-box;
    border:0;
    padding:0;
    background-color:#f2f2f2;
    height:auto
}
.sst-promo thead tr:nth-child(2) th input{
    border:0;
    width:100%;
    font-size:12px;
    line-height:normal;
    height:auto;
    padding:4px;
    box-sizing:border-box
}
.sst-promo thead tr:nth-child(2) th select{
    border:0;
    width:100%;
    font-size:12px;
    line-height:normal;
    height:auto;
    padding:4px;
    box-sizing:border-box;
    background-color:#f2f2f2;
    color:#000;
    margin:0
}
.sst-proposal-view{
    background-color:#1b3822;
    color:#fff;
    border:none;
    font-family:Montserrat,sans-serif!important;
    cursor:pointer;
    text-align:center;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:0;
    width:auto;
    padding:0 20px;
    height:25px;
    font-size:12px!important;
    font-weight:700
}
.sst-proposal-view{
    padding:2px
}
.sst-promo-graphic-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:10px;
    justify-items:center;
    width:100%;
    margin:0 auto;
    box-sizing:border-box
}
.sst-promo-graphic-box{
    flex:0 0 300px;
    width:300px;
    min-height:200px;
    cursor:pointer;
    background-color:#7c7975;
    border-top:12px solid #1b3822;
    border-bottom:12px solid #1b3822;
    position:relative
}
.drop-zone{
    border:2px dashed #000;
    padding:20px;
    text-align:center;
    cursor:pointer;
    justify-content:center;
    align-items:center;
    text-align:center;
    overflow:hidden
}
.drop-zone p{
    margin:0
}
.drop-zone.dragover {
    border-color: #1B3822;
    color: #1b3822;
}
.card-input-container{
    display:flex;
    justify-content:space-between;
    margin:0!important;
    padding:0!important;
    margin-bottom:10px
}
.card-type{
    display:flex;
    align-items:center
}
.card-type img{
    width:30px;
    height:auto
}
.button-container{
    position:relative;
    display:inline-block
}
/* ── Review Form (popup) ── */
.review-form-group{
    margin-bottom:8px;
    text-align:left
}
.review-form-group .review-field{
    margin-bottom:10px
}
.review-form-group .review-field-label{
    display:block;
    font-family:'Montserrat',sans-serif;
    font-size:.85rem;
    font-weight:600;
    color:#1b3822;
    margin-bottom:4px
}
.review-form-group .review-field-hint{
    display:block;
    font-size:.75rem;
    color:#888;
    margin-top:2px
}
.review-close-link{
    background:none!important;
    width:auto!important;
    height:auto!important;
    line-height:normal!important;
    color:#1b3822!important;
    font-size:.88rem;
    font-weight:400;
    text-decoration:underline;
    cursor:pointer;
    opacity:.7;
    transition:opacity .2s
}
.review-close-link:hover{
    opacity:1
}
.star-rating{
    display:inline-flex;
    flex-direction:row-reverse;
    gap:3px
}
.star-rating input{
    display:none
}
.star-rating label{
    font-size:1.6rem;
    color:#d9d3c7;
    cursor:pointer;
    user-select:none;
    line-height:1;
    transition:color .15s ease,transform .15s ease
}
.star-rating label:hover,.star-rating label:hover~label{
    color:#d4a853;
    transform:scale(1.15)
}
.star-rating input:checked~label{
    color:#d4a853
}

/* ── Review Card Grid ── */
.sst-review-graphic-container{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(340px,1fr));
    gap:24px;
    width:100%;
    margin:0 auto;
    box-sizing:border-box
}
@media(max-width:420px){
    .sst-review-graphic-container{
        grid-template-columns:1fr
    }
}

/* ── Review Card ── */
.sst-review-graphic-box{
    background:#fff;
    border-radius:14px;
    box-shadow:0 2px 12px rgba(27,56,34,.08);
    padding:28px 24px 22px;
    display:flex;
    flex-direction:column;
    position:relative;
    transition:box-shadow .25s ease,transform .25s ease;
    overflow:hidden;
    opacity:0;
    animation:rvCardIn .45s ease forwards
}
.sst-review-graphic-box:hover{
    box-shadow:0 6px 24px rgba(27,56,34,.14);
    transform:translateY(-3px)
}
@keyframes rvCardIn{
    from{opacity:0;transform:translateY(18px)}
    to{opacity:1;transform:translateY(0)}
}

/* Stars row */
.sst-review-stars{
    display:flex;
    gap:2px;
    font-size:1.25rem;
    color:#d4a853;
    margin-bottom:14px
}
.sst-review-stars .star-empty{
    color:#d9d3c7
}

/* Decorative quote mark */
.sst-review-quote-mark{
    font-family:'Cinzel',serif;
    font-size:3rem;
    line-height:1;
    color:rgba(27,56,34,.08);
    position:absolute;
    top:14px;
    right:20px;
    pointer-events:none
}

/* Comment text */
.sst-review-comment{
    font-family:'Montserrat',sans-serif;
    font-size:.95rem;
    line-height:1.65;
    color:#333;
    text-align:left;
    flex:1;
    margin-bottom:12px
}
.sst-review-comment .review-read-more{
    display:inline;
    color:#1b3822;
    font-weight:600;
    cursor:pointer;
    border:none;
    background:none;
    padding:0;
    font-size:.95rem;
    font-family:'Montserrat',sans-serif
}
.sst-review-comment .review-read-more:hover{
    text-decoration:underline
}

/* Jenny's feedback */
.sst-review-feedback{
    background:#f5f0e8;
    border-left:3px solid #1b3822;
    border-radius:0 8px 8px 0;
    padding:10px 14px;
    margin-bottom:14px;
    font-family:'Montserrat',sans-serif;
    font-size:.88rem;
    line-height:1.55;
    color:#444;
    text-align:left
}
.sst-review-feedback strong{
    color:#1b3822
}

/* Thumbnail image strip */
.sst-review-images{
    display:flex;
    gap:8px;
    margin-bottom:14px;
    flex-wrap:wrap
}
.sst-review-images img{
    width:72px;
    height:72px;
    object-fit:cover;
    border-radius:8px;
    cursor:pointer;
    border:2px solid #e2cba9;
    transition:transform .2s ease,border-color .2s ease
}
.sst-review-images img:hover{
    transform:scale(1.08);
    border-color:#1b3822
}

/* Reviewer name */
.sst-review-author{
    font-family:'Montserrat',sans-serif;
    font-size:.85rem;
    color:#1b3822;
    font-weight:600;
    padding-top:10px;
    border-top:1px solid #eae3d7;
    text-align:left
}
.sst-review-date{
    display:block;
    font-weight:400;
    font-size:.78rem;
    color:#9a8e7f;
    margin-top:3px
}

/* Image lightbox */
.review-lightbox{
    position:fixed;
    inset:0;
    z-index:10000;
    background:rgba(0,0,0,.85);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:zoom-out;
    animation:rvLbIn .25s ease
}
@keyframes rvLbIn{
    from{opacity:0}
    to{opacity:1}
}
.review-lightbox img{
    max-width:90vw;
    max-height:88vh;
    border-radius:8px;
    box-shadow:0 8px 40px rgba(0,0,0,.5);
    object-fit:contain
}

/* Review form drop zone */
.drop-zone{
    border:2px dashed #1b3822;
    border-radius:10px;
    padding:14px 16px;
    text-align:center;
    color:#1b3822;
    cursor:pointer;
    transition:border .2s ease,background .2s ease;
    display:block;
    font-size:.85rem;
    background:#faf7f2
}
.drop-zone:hover,.drop-zone.dragover{
    background:#f0ebdf;
    border-color:#2a5c36
}

/* Image preview grid in review form */
.review-preview-grid{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-top:10px
}
.review-preview-item{
    position:relative;
    display:inline-block
}
.review-preview-item img{
    width:72px;
    height:72px;
    object-fit:cover;
    border-radius:8px;
    border:2px solid #e2cba9
}
.review-preview-item .review-remove-img{
    position:absolute;
    top:-6px;
    right:-6px;
    width:20px;
    height:20px;
    background:#c44536;
    color:#fff;
    border:none;
    border-radius:50%;
    font-size:12px;
    line-height:20px;
    text-align:center;
    cursor:pointer;
    padding:0
}

/* Review success state in modal */
.review-success{
    text-align:center;
    padding:30px 20px
}
.review-success .review-success-icon{
    font-size:3.5rem;
    margin-bottom:10px
}
.review-success h3{
    font-family:'Cinzel',serif;
    color:#1b3822;
    margin-bottom:8px
}
.review-success p{
    font-family:'Montserrat',sans-serif;
    color:#555;
    font-size:.95rem
}

.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.blog-header {
    text-align: center;
    margin-bottom: 40px;
}

.blog-header h1 {
    font-family: 'Cinzel', serif;
    color: #1b3822;
    font-size: 2.5em;
    margin-bottom: 10px;
}

.blog-header p {
    font-family: 'Montserrat', sans-serif;
    color: #666;
    font-size: 1.1em;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 900px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

.blog-card {
    position: relative;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.blog-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background-color: #e0e0e0;
}

.blog-card-content {
    padding: 20px;
}

.blog-card-title {
    font-family: 'Cinzel', serif;
    font-size: 1.3em;
    color: #1b3822;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.blog-card-excerpt {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95em;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
}

.blog-card-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85em;
    color: #888;
    margin-bottom: 10px;
}

.blog-card-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    color: #1b3822;
    text-decoration: none;
    font-weight: 600;
}

.blog-card-link:hover {
    text-decoration: underline;
}

/* Full post modal/view */
.blog-full-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
    overflow-y: auto;
}

.blog-full-container {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.blog-full-header-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.blog-full-content {
    padding: 40px;
}

.blog-full-title {
    font-family: 'Cinzel', serif;
    font-size: 2.2em;
    color: #1b3822;
    margin: 0 0 15px 0;
}

.blog-full-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    color: #888;
    margin-bottom: 25px;
}

.blog-full-body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
}

.blog-full-body h1, .blog-full-body h2, .blog-full-body h3 {
    font-family: 'Cinzel', serif;
    color: #1b3822;
    margin-top: 30px;
}

.blog-full-body img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 4px;
}

.blog-full-body p {
    margin-bottom: 1em;
}

.blog-full-close {
    position: fixed;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 1001;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.blog-full-close:hover {
    color: #ddd;
}

.blog-empty {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
}

        .blog-empty h2 {
            font-family: 'Cinzel', serif;
            color: #1b3822;
            margin-bottom: 15px;
        }

/* ============================================================
   EXPERIENCES PAGE
   ============================================================ */
.exp-container{
    max-width:1200px;
    margin:0 auto;
    padding:12px 30px 40px;
}
.exp-header{
    text-align:center;
    margin-bottom:14px;
}
.exp-header h1{
    font-family:'Cinzel',serif;
    color:#1b3822;
    font-size:2.4em;
    margin-bottom:6px;
}
.exp-header p{
    font-family:'Montserrat',sans-serif;
    font-size:1.1em;
    color:#555;
}
.exp-intro{
    text-align:center;
    margin-bottom:18px;
}

/* ---------- Tour Package Callout ---------- */
.exp-tour-callout{
    text-align:center;
    border:2px solid #e2cba9;
    border-radius:12px;
    padding:18px 28px;
    margin-bottom:18px;
    background:#fff;
}
.exp-tour-callout h3{
    font-family:'Cinzel',serif;
    color:#1b3822;
    font-size:1.35em;
    margin:0 0 8px;
}
.exp-tour-callout p{
    font-family:'Montserrat',sans-serif;
    font-size:.95em;
    color:#555;
    line-height:1.6;
    margin:0 0 8px;
    max-width:640px;
    margin-left:auto;
    margin-right:auto;
}
.exp-tour-callout p:last-child{
    margin-bottom:0;
}

.exp-tour-callout a{
    color:#1b6b3a;
    text-decoration:underline;
    font-weight:600;
}
.exp-tour-callout a:hover{
    color:#143d1e;
}

/* ---------- Filter Hub ---------- */
.filter-hub{
    background:#fff;
    border-radius:8px;
    padding:18px 22px;
    margin-bottom:24px;
    box-shadow:0 2px 12px rgba(0,0,0,0.08);
}
.filter-hub-title{
    font-family:'Cinzel',serif;
    color:#1b3822;
    font-size:1.3em;
    margin:0 0 4px;
    text-align:center;
}
.filter-hub-subtitle{
    font-family:'Montserrat',sans-serif;
    font-size:.85em;
    color:#888;
    text-align:center;
    margin-bottom:10px;
}
.filter-categories{
    display:flex;
    flex-direction:column;
    gap:5px;
}
.filter-category{
    display:flex;
    align-items:center;
    gap:8px;
}
.filter-category-label{
    font-family:'Montserrat',sans-serif;
    font-weight:600;
    font-size:.85em;
    color:#1b3822;
    min-width:125px;
    flex-shrink:0;
    text-align:left;
    white-space:nowrap;
}
.filter-chips{
    display:flex;
    flex-wrap:wrap;
    gap:4px;
    align-items:center;
}
.filter-chip{
    font-family:'Montserrat',sans-serif;
    font-size:.82em;
    padding:3px 10px;
    border:1px solid #ccc;
    border-radius:14px;
    background:#fff;
    color:#444;
    cursor:pointer;
    transition:all .2s ease;
    white-space:nowrap;
}
.filter-chip:hover{
    border-color:#4b9b5e;
    color:#1b3822;
    background:#f0f9f2;
}
.filter-chip.active{
    background:#1b3822;
    color:#fff;
    border-color:#1b3822;
}

/* Active filter bar */
.filter-active-bar{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:10px;
    padding-top:8px;
    border-top:1px solid #e0e0e0;
    flex-wrap:wrap;
}
.filter-active-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    flex:1;
}
.filter-active-tag{
    font-family:'Montserrat',sans-serif;
    font-size:.8em;
    padding:4px 12px;
    background:#e8f5e9;
    color:#1b3822;
    border-radius:14px;
    display:inline-flex;
    align-items:center;
    gap:6px;
}
.filter-tag-remove{
    cursor:pointer;
    font-size:.9em;
    opacity:.6;
}
.filter-tag-remove:hover{
    opacity:1;
}
.filter-clear-btn{
    font-family:'Montserrat',sans-serif;
    font-size:.82em;
    padding:5px 14px;
    border:none;
    background:#c44536;
    color:#fff;
    border-radius:16px;
    cursor:pointer;
    transition:background .2s;
    white-space:nowrap;
}
.filter-clear-btn:hover{
    background:#a33528;
}

/* ---------- Experience Card Grid ---------- */
.exp-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}
@media (max-width:900px){
    .exp-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .filter-categories{
        gap:4px;
    }
    .filter-category-label{
        min-width:95px;
    }
}
@media (max-width:600px){
    .exp-grid{
        grid-template-columns:1fr;
    }
    .filter-hub{
        padding:14px 12px;
    }
    .filter-category{
        flex-wrap:wrap;
    }
    .filter-category-label{
        min-width:100%;
        margin-bottom:2px;
    }
}
.exp-card-link{
    text-decoration:none;
    color:inherit;
    display:block;
}
.exp-card{
    position:relative;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
    transition:transform .3s ease,box-shadow .3s ease;
    cursor:pointer;
}
.exp-card:hover{
    transform:translateY(-5px);
    box-shadow:0 8px 24px rgba(0,0,0,0.15);
}
.exp-card-image{
    width:100%;
    height:220px;
    object-fit:cover;
    background-color:#e0e0e0;
}
.exp-card-placeholder{
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#e2cba9 0%,#f9f3ec 100%);
}
.exp-card-placeholder .fi{
    border-radius:5px;
    box-shadow:0 4px 12px rgba(0,0,0,0.3), 0 0 0 1px rgba(0,0,0,0.08);
    transform:rotate(-3deg);
}
.exp-card:hover .exp-card-placeholder .fi{
    transform:rotate(0deg) scale(1.05);
    transition:transform .3s ease;
}
.exp-card-body{
    padding:18px 20px 20px;
}
.exp-card-flag{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:8px;
}
.exp-card-flag .fi{
    font-size:24px;
    width:1.333em;
    line-height:1em;
    border-radius:3px;
    box-shadow:0 2px 6px rgba(0,0,0,0.25), 0 0 0 1px rgba(0,0,0,0.08);
    transform:rotate(-2deg);
    transition:transform .2s ease;
}
.exp-card:hover .exp-card-flag .fi{
    transform:rotate(0deg) scale(1.08);
}
.exp-card-country{
    font-family:'Montserrat',sans-serif;
    font-size:.82em;
    color:#888;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.exp-card-title{
    font-family:'Cinzel',serif;
    font-size:1.25em;
    color:#1b3822;
    margin:0 0 6px;
    line-height:1.3;
}
.exp-card-subtitle{
    font-family:'Montserrat',sans-serif;
    font-size:.9em;
    color:#555;
    line-height:1.5;
    margin:0 0 14px;
}
.exp-card-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.exp-card-duration{
    font-family:'Montserrat',sans-serif;
    font-size:.82em;
    color:#888;
}
.exp-card-cta{
    font-family:'Montserrat',sans-serif;
    font-size:.88em;
    color:#1b3822;
    font-weight:600;
}
.exp-card-hidden{
    display:none !important;
}

/* ---------- No Results ---------- */
.exp-no-results,.exp-empty{
    text-align:center;
    padding:60px 20px;
    color:#666;
    font-family:'Montserrat',sans-serif;
}
.exp-no-results h2,.exp-empty h2{
    font-family:'Cinzel',serif;
    color:#1b3822;
    margin-bottom:15px;
}
.exp-no-results a{
    color:#1b3822;
    font-weight:600;
}

/* ---------- CTA Button ---------- */
.exp-cta-btn{
    display:inline-block;
    padding:14px 36px;
    background:#1b3822;
    color:#fff;
    font-family:'Montserrat',sans-serif;
    font-size:1em;
    font-weight:600;
    text-decoration:none;
    border-radius:6px;
    transition:background .3s ease;
}
.exp-cta-btn:hover{
    background:#4b9b5e;
    color:#fff;
}

/* ---------- Full Experience Overlay ---------- */
.exp-full-overlay{
    display:none;
    position:fixed;
    top:0;left:0;
    width:100%;height:100%;
    background:rgba(0,0,0,0.8);
    z-index:1000;
    overflow-y:auto;
}
.exp-full-container{
    max-width:900px;
    margin:40px auto;
    background:#fff;
    border-radius:8px;
    overflow:hidden;
}
.exp-full-header-image{
    width:100%;
    max-height:400px;
    object-fit:cover;
}
.exp-full-content{
    padding:40px;
}
.exp-full-flag{
    font-family:'Montserrat',sans-serif;
    font-size:1em;
    color:#555;
    margin-bottom:10px;
    display:flex;
    align-items:center;
}
.exp-full-title{
    font-family:'Cinzel',serif;
    font-size:2.2em;
    color:#1b3822;
    margin:0 0 10px;
}
.exp-full-subtitle{
    font-family:'Montserrat',sans-serif;
    font-size:1.15em;
    color:#555;
    margin:0 0 20px;
    line-height:1.5;
}
.exp-full-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:28px;
}
.exp-meta-chip{
    font-family:'Montserrat',sans-serif;
    font-size:.82em;
    padding:4px 12px;
    background:#f0f9f2;
    color:#1b3822;
    border-radius:14px;
    border:1px solid #c8e6c9;
}
.exp-full-body{
    font-family:'Montserrat',sans-serif;
    font-size:1.05em;
    line-height:1.8;
    color:#333;
}
.exp-full-body h1,.exp-full-body h2,.exp-full-body h3{
    font-family:'Cinzel',serif;
    color:#1b3822;
    margin-top:28px;
}
.exp-full-body p{
    margin-bottom:1em;
}
.exp-full-body ul,.exp-full-body ol{
    margin-bottom:1em;
    padding-left:20px;
}
.exp-full-body li{
    margin-bottom:.4em;
}
.exp-full-close{
    position:fixed;
    top:20px;right:30px;
    font-size:40px;
    color:#fff;
    cursor:pointer;
    z-index:1001;
    text-shadow:0 2px 4px rgba(0,0,0,0.5);
}
.exp-full-close:hover{
    color:#ddd;
}

/* ---------- Inline Inquiry Form ---------- */
.exp-inquiry-section{
    margin-top:40px;
    padding-top:30px;
    border-top:2px solid #e2cba9;
}
.exp-inquiry-section h3{
    font-family:'Cinzel',serif;
    color:#1b3822;
    font-size:1.3em;
    margin:0 0 8px;
}
.exp-inquiry-section p{
    font-family:'Montserrat',sans-serif;
    font-size:.95em;
    color:#555;
    margin:0 0 18px;
}
.exp-inquiry-fields{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    align-items:flex-start;
}
.exp-inquiry-input{
    font-family:'Montserrat',sans-serif;
    font-size:.95em;
    padding:10px 14px;
    border:1.5px solid #ccc;
    border-radius:6px;
    flex:1 1 180px;
    min-width:160px;
    transition:border-color .2s;
}
.exp-inquiry-input:focus{
    outline:none;
    border-color:#1b3822;
}
.exp-inquiry-btn{
    font-family:'Montserrat',sans-serif;
    font-size:.95em;
    font-weight:600;
    padding:10px 24px;
    background:#1b3822;
    color:#fff;
    border:none;
    border-radius:6px;
    cursor:pointer;
    transition:background .3s;
    position:relative;
    white-space:nowrap;
}
.exp-inquiry-btn:hover{
    background:#4b9b5e;
}
.exp-inquiry-btn:disabled{
    opacity:.6;
    cursor:not-allowed;
}
.exp-inquiry-msg{
    font-family:'Montserrat',sans-serif;
    font-size:.9em;
    margin-top:12px;
    display:none;
}

@media (max-width:600px){
    .exp-full-content{
        padding:25px 20px;
    }
    .exp-full-title{
        font-size:1.6em;
    }
    .exp-inquiry-fields{
        flex-direction:column;
    }
    .exp-inquiry-input{
        flex:1 1 100%;
    }
    .exp-container{
        padding:20px 15px 40px;
    }
}

/* ============================================================
   SERVICES PAGE — .svc-* classes
   ============================================================ */

/* Banner */
.svc-banner{
    position:relative;
    width:100%;
    height:60vh;
    min-height:380px;
    max-height:600px;
    overflow:hidden;
    background:linear-gradient(135deg, #1b3822 0%, #2d5a3a 50%, #1b3822 100%);
}
.svc-banner-img{
    position:absolute;
    top:0;left:0;
    width:100%;height:100%;
    object-fit:cover;
    opacity:0;
    transition:opacity 1.5s ease-in-out;
}
.svc-banner-img.active{
    opacity:1;
}
.svc-banner-overlay{
    position:absolute;
    top:0;left:0;
    width:100%;height:100%;
    background:linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.45) 100%);
    z-index:2;
}
.svc-banner-content{
    position:absolute;
    top:50%;left:50%;
    transform:translate(-50%,-50%);
    z-index:3;
    text-align:center;
    padding:0 20px;
    color:#fff;
    width:100%;
    box-sizing:border-box;
}
.svc-banner-title{
    font-family:'Cinzel', serif;
    font-size:2.8em;
    font-weight:700;
    letter-spacing:3px;
    text-shadow:0 2px 12px rgba(0,0,0,0.8), 0 0 40px rgba(0,0,0,0.5);
    margin-bottom:10px;
}
.svc-banner-subtitle{
    font-family:'Montserrat', sans-serif;
    font-size:1.05em;
    font-weight:400;
    max-width:700px;
    margin:0 auto 18px;
    text-shadow:0 2px 8px rgba(0,0,0,0.8), 0 0 30px rgba(0,0,0,0.5);
    line-height:1.5;
}
.svc-banner-btn{
    display:inline-block;
    width:auto;
    height:auto;
    line-height:1.4;
    padding:14px 60px;
    border:2px solid #fff;
    color:#fff;
    font-family:'Montserrat', sans-serif;
    font-size:0.85em;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    text-decoration:none;
    border-radius:50px;
    transition:all 0.3s ease;
    cursor:pointer;
    background:transparent;
    margin-bottom:10px;
    white-space:nowrap;
    text-shadow:0 2px 8px rgba(0,0,0,0.6), 0 0 20px rgba(0,0,0,0.4);
    box-shadow:0 2px 15px rgba(0,0,0,0.3);
}
.svc-banner-btn:hover{
    background:#fff;
    color:#1b3822;
}
.svc-banner-link{
    display:block;
    color:#fff;
    font-family:'Montserrat', sans-serif;
    font-size:0.85em;
    font-weight:500;
    text-decoration:none;
    letter-spacing:1px;
    text-shadow:0 1px 6px rgba(0,0,0,0.6);
    margin-top:6px;
    transition:opacity 0.3s ease;
}
.svc-banner-link:hover{
    opacity:0.8;
    text-decoration:underline;
}

/* Wave decoration */
.svc-wave-container{
    position:relative;
    margin-top:-150px;
    z-index:4;
    pointer-events:none;
    overflow:hidden;
    height:150px;
}
.svc-wave{
    position:absolute;
    bottom:0;
    width:200%;
}
.svc-wave:nth-child(1){
    height:100%;
    animation:wave-drift 12s linear infinite;
    opacity:0.3;
}
.svc-wave:nth-child(2){
    height:71%;
    animation:wave-drift 8s linear infinite reverse;
    opacity:0.6;
}
.svc-wave:nth-child(3){
    height:43%;
    animation:wave-drift 15s linear infinite;
    opacity:1;
}
@keyframes wave-drift{
    0%{transform:translateX(0);}
    100%{transform:translateX(-50%);}
}

/* Section wave dividers */
.svc-section-wave{
    position:relative;
    height:50px;
    overflow:hidden;
    pointer-events:none;
    z-index:2;
    margin:0;
    line-height:0;
}
.svc-section-wave svg{
    position:absolute;
    bottom:0;
    width:200%;
    height:100%;
}
.svc-section-wave svg:nth-child(1){
    height:100%;
    animation:wave-drift 35s linear infinite;
    opacity:0.3;
}
.svc-section-wave svg:nth-child(2){
    height:65%;
    animation:wave-drift 25s linear infinite reverse;
    opacity:0.5;
}
.svc-section-wave svg:nth-child(3){
    height:35%;
    animation:wave-drift 45s linear infinite;
    opacity:1;
}
.svc-section-wave-flip{
    transform:scaleY(-1);
}

/* Body / Description */
.svc-body{
    max-width:900px;
    margin:0 auto;
    padding:25px 20px 15px;
    font-family:'Montserrat', sans-serif;
    font-size:1.05em;
    line-height:1.8;
    color:#333;
}
.svc-body p{
    margin-bottom:1em;
}

/* Sections */
.svc-section{
    padding:5px 20px;
    position:relative;
}
.svc-section-inner{
    max-width:1100px;
    margin:0 auto;
}
.svc-section-heading,
.svc-section-title{
    font-family:'Cinzel', serif;
    font-size:1.8em;
    color:#1b3822;
    text-align:center;
    margin-bottom:10px;
    letter-spacing:1px;
}
.svc-section-divider{
    width:80px;
    height:3px;
    background:linear-gradient(to right, #d2ae7a, #e2cba9);
    margin:0 auto 35px;
    border-radius:3px;
}

/* Options Grid */
.svc-options-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
}
.svc-option-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 18px rgba(0,0,0,0.15);
    transition:transform 0.3s ease, box-shadow 0.3s ease;
    width:182px;
}
.svc-option-card:hover{
    transform:translateY(-5px);
    box-shadow:0 8px 28px rgba(0,0,0,0.22);
}
.svc-option-img-wrap{
    width:100%;
    aspect-ratio:1/1;
    overflow:hidden;
}
.svc-option-img-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.svc-option-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f0ebe4;
    color:#1b3822;
}
.svc-option-placeholder svg{
    width:40%;
    height:40%;
}
.svc-option-card-img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.svc-option-title{
    font-family:'Cinzel', serif;
    font-size:0.8em;
    color:#1b3822;
    text-align:center;
    padding:8px 6px;
    letter-spacing:0.3px;
}
.svc-option-card-title{
    font-family:'Cinzel', serif;
    font-size:0.8em;
    color:#1b3822;
    text-align:center;
    padding:8px 6px;
    letter-spacing:0.3px;
}
.svc-option-note{
    text-align:center;
    font-family:'Montserrat', sans-serif;
    font-size:0.85em;
    color:#666;
    margin-top:20px;
}

/* Why Choose Us Grid */
.svc-why-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:25px;
}
.svc-why-card{
    background:#fff;
    border-radius:12px;
    padding:20px 16px;
    box-sizing:border-box;
    box-shadow:0 3px 15px rgba(0,0,0,0.12);
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    width:182px;
    transition:transform 0.3s ease, box-shadow 0.3s ease;
}
.svc-why-card:hover{
    transform:translateY(-4px);
    box-shadow:0 6px 24px rgba(0,0,0,0.18);
}
.svc-why-icon{
    flex-shrink:0;
    width:40px;
    height:40px;
    color:#1b3822;
    margin-bottom:10px;
}
.svc-why-icon svg{
    width:100%;
    height:100%;
}
.svc-why-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.svc-why-title{
    font-family:'Cinzel', serif;
    font-size:0.8em;
    color:#1b3822;
    margin-bottom:8px;
    letter-spacing:0.3px;
}
.svc-why-desc{
    font-family:'Montserrat', sans-serif;
    font-size:0.8em;
    color:#555;
    line-height:1.4;
}

/* Ideal For Grid */
.svc-idealfor-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:25px;
}
.svc-idealfor-card{
    background:#fff;
    border-radius:12px;
    padding:20px 16px;
    box-sizing:border-box;
    box-shadow:0 3px 15px rgba(0,0,0,0.12);
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    width:182px;
    transition:transform 0.3s ease, box-shadow 0.3s ease;
}
.svc-idealfor-card:hover{
    transform:translateY(-4px);
    box-shadow:0 6px 24px rgba(0,0,0,0.18);
}
.svc-idealfor-card.svc-idealfor-optional{
    border:1px dashed #d2ae7a;
    background:#fffdf9;
}
.svc-idealfor-icon{
    flex-shrink:0;
    width:40px;
    height:40px;
    color:#1b3822;
    margin-bottom:10px;
}
.svc-idealfor-icon svg{
    width:100%;height:100%;
}
.svc-idealfor-icon img{
    width:100%;height:100%;object-fit:contain;
}
.svc-idealfor-title{
    font-family:'Cinzel', serif;
    font-size:0.8em;
    color:#1b3822;
    margin-bottom:8px;
    letter-spacing:0.3px;
}
.svc-idealfor-desc{
    font-family:'Montserrat', sans-serif;
    font-size:0.8em;
    color:#555;
    line-height:1.4;
}

/* How It Works */
.svc-howitworks-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
    max-width:900px;
    margin:10px auto 0;
}
.svc-howitworks-step{
    flex:0 0 240px;
    text-align:center;
    padding:10px 15px;
}
.svc-howitworks-number{
    width:38px;
    height:38px;
    border-radius:50%;
    border:2px solid #d2ae7a;
    color:#d2ae7a;
    font-family:'Cinzel', serif;
    font-size:1.1em;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 10px;
}
.svc-howitworks-title{
    font-family:'Cinzel', serif;
    font-size:0.95em;
    color:#1b3822;
    margin-bottom:6px;
    letter-spacing:0.3px;
}
.svc-howitworks-desc{
    font-family:'Montserrat', sans-serif;
    font-size:0.85em;
    color:#555;
    line-height:1.5;
}

/* CTA Section */
.svc-cta-section{
    background:linear-gradient(180deg, #1b3822, #2d5a3a);
    color:#fff;
    text-align:center;
    padding:35px 20px;
}
.svc-cta-title{
    font-family:'Cinzel', serif;
    font-size:1.8em;
    margin-bottom:10px;
    letter-spacing:1px;
}
.svc-cta-text{
    font-family:'Montserrat', sans-serif;
    font-size:0.95em;
    font-weight:400;
    max-width:600px;
    margin:0 auto 25px;
    line-height:1.6;
}
.svc-cta-buttons{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px;
}
.svc-cta-primary{
    display:inline-block;
    width:auto;
    height:auto;
    line-height:1.4;
    padding:14px 60px;
    background:#d2ae7a;
    color:#1b3822;
    font-family:'Montserrat', sans-serif;
    font-size:0.85em;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    text-decoration:none;
    border-radius:50px;
    border:none;
    cursor:pointer;
    transition:all 0.3s ease;
    white-space:nowrap;
    box-shadow:0 4px 15px rgba(0,0,0,0.15);
}
.svc-cta-primary:hover{
    background:#e2cba9;
    transform:translateY(-2px);
    box-shadow:0 4px 15px rgba(0,0,0,0.2);
}
.svc-cta-secondary{
    display:inline-block;
    color:rgba(255,255,255,0.8);
    font-family:'Montserrat', sans-serif;
    font-size:0.85em;
    font-weight:400;
    letter-spacing:0.5px;
    text-decoration:none;
    transition:all 0.3s ease;
    white-space:nowrap;
}
.svc-cta-secondary:hover{
    color:#fff;
    text-decoration:underline;
}

/* Responsive — Services page */
@media (max-width:900px){
    .svc-banner{
        height:45vh;
        min-height:300px;
    }
    .svc-banner-title{
        font-size:2.2em;
    }
    .svc-banner-subtitle{
        font-size:1em;
    }
    .svc-options-grid{
        gap:15px;
    }
    .svc-why-grid{
        gap:18px;
    }
    .svc-idealfor-grid{
        gap:18px;
    }
    .svc-section{
        padding:5px 15px;
    }
    .svc-section-wave{
        height:35px;
    }
}
@media (max-width:600px){
    .svc-banner{
        height:35vh;
        min-height:250px;
    }
    .svc-banner-title{
        font-size:1.6em;
        letter-spacing:1px;
    }
    .svc-banner-subtitle{
        font-size:0.9em;
    }
    .svc-banner-content{
        padding:0 15px;
    }
    .svc-banner-btn{
        padding:10px 35px;
        font-size:0.75em;
        white-space:normal;
        max-width:90vw;
        text-align:center;
        box-sizing:border-box
    }
    .svc-wave-container{
        height:100px;
        margin-top:-100px;
    }
    .svc-body{
        padding:15px 15px 10px;
        font-size:0.95em;
    }
    .svc-section-heading{
        font-size:1.4em;
    }
    .svc-options-grid{
        gap:12px;
    }
    .svc-howitworks-step{
        flex:0 0 100%;
        max-width:320px;
    }
    .svc-cta-title{
        font-size:1.5em;
    }
    .svc-cta-text{
        font-size:0.95em;
    }
    .svc-cta-primary{
        white-space:normal;
        max-width:90vw;
        text-align:center;
        box-sizing:border-box;
        padding:12px 30px
    }
    .svc-cta-secondary{
        white-space:normal
    }
    .svc-section-wave{
        height:28px;
    }
}

/* ==============================================
   Contact Form Wizard (cfw-*)
   ============================================== */

/* Progress Bar */
.cfw-progress{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 35px;
    max-width:500px;
    gap:0
}
.cfw-progress-step{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:6px;
    flex-shrink:0
}
.cfw-step-circle{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#e2cba9;
    color:#1b3822;
    font-family:Montserrat,sans-serif;
    font-weight:700;
    font-size:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:2px solid #d2ae7a;
    transition:all .3s ease
}
.cfw-progress-step.cfw-active .cfw-step-circle,
.cfw-progress-step.cfw-done .cfw-step-circle{
    background:#1b3822;
    color:#fff;
    border-color:#1b3822
}
.cfw-progress-step.cfw-done .cfw-step-circle::after{
    content:'\2713';
    font-size:16px
}
.cfw-progress-step.cfw-done .cfw-step-circle{
    font-size:0
}
.cfw-step-label{
    font-family:Montserrat,sans-serif;
    font-size:11px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
    color:#888;
    transition:color .3s ease
}
.cfw-progress-step.cfw-active .cfw-step-label,
.cfw-progress-step.cfw-done .cfw-step-label{
    color:#1b3822
}
.cfw-progress-line{
    flex:1;
    height:3px;
    background:#e2cba9;
    margin:0 8px;
    border-radius:2px;
    position:relative;
    align-self:flex-start;
    margin-top:19px
}
.cfw-progress-fill{
    position:absolute;
    top:0;left:0;
    height:100%;
    width:0;
    background:linear-gradient(90deg,#1b3822,#d2ae7a);
    border-radius:2px;
    transition:width .4s ease
}

/* Steps */
.cfw-step{
    display:none;
    animation:cfwFadeIn .35s ease
}
.cfw-step.cfw-active{
    display:block
}
@keyframes cfwFadeIn{
    from{opacity:0;transform:translateY(12px)}
    to{opacity:1;transform:translateY(0)}
}

/* Typography */
.cfw-title{
    font-family:Cinzel,serif;
    font-size:1.6em;
    color:#1b3822;
    text-align:center;
    margin:0 0 6px
}
.cfw-subtitle{
    font-family:Montserrat,sans-serif;
    font-size:0.95em;
    color:#666;
    text-align:center;
    margin:0 0 28px
}
.cfw-hint{
    font-family:Montserrat,sans-serif;
    font-size:0.82em;
    color:#999;
    text-align:center;
    margin:-8px 0 10px;
    font-style:italic
}

/* Fields */
.cfw-field{
    margin-bottom:18px
}
.cfw-field label{
    display:block;
    font-family:Montserrat,sans-serif;
    font-size:13px;
    font-weight:600;
    color:#1b3822;
    margin-bottom:5px
}
.cfw-input,
.cfw-textarea{
    width:100%;
    padding:12px 14px;
    font-family:Montserrat,sans-serif;
    font-size:15px;
    color:#1b3822;
    background:#f9f3ec;
    border:1.5px solid #d2ae7a;
    border-radius:8px;
    outline:none;
    transition:border-color .2s ease, box-shadow .2s ease;
    box-sizing:border-box
}
.cfw-input:focus,
.cfw-textarea:focus{
    border-color:#1b3822;
    box-shadow:0 0 0 3px rgba(27,56,34,0.1)
}
.cfw-input.cfw-invalid{
    border-color:#c0392b;
    box-shadow:0 0 0 3px rgba(192,57,43,0.12)
}
.cfw-textarea{
    resize:vertical;
    min-height:90px
}
.cfw-row{
    display:flex;
    gap:16px
}
.cfw-half{
    flex:1
}

/* Chip Grid (Travel Style / Priorities) */
.cfw-card-section{
    margin:16px 0
}
.cfw-card-label{
    font-family:Montserrat,sans-serif;
    font-size:14px;
    font-weight:600;
    color:#1b3822;
    margin:0 0 8px
}
.cfw-optional{
    font-weight:400;
    font-size:12px;
    color:#999;
    margin-left:4px
}
.cfw-chip-grid{
    display:flex;
    flex-wrap:wrap;
    gap:8px
}
.cfw-chip{
    cursor:pointer;
    position:relative
}
.cfw-chip input[type="checkbox"]{
    position:absolute;
    opacity:0;
    width:0;height:0
}
.cfw-chip-inner{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:7px 14px;
    background:#f9f3ec;
    border:1.5px solid #e2cba9;
    border-radius:20px;
    transition:all .2s ease;
    white-space:nowrap
}
.cfw-chip:hover .cfw-chip-inner{
    border-color:#d2ae7a;
    box-shadow:0 2px 8px rgba(0,0,0,0.06)
}
.cfw-chip input:checked + .cfw-chip-inner{
    background:#1b3822;
    border-color:#1b3822;
    color:#fff;
    box-shadow:0 2px 10px rgba(27,56,34,0.2)
}
.cfw-chip-emoji{
    font-size:16px;
    line-height:1
}
.cfw-chip-text{
    font-family:Montserrat,sans-serif;
    font-size:13px;
    font-weight:600;
    letter-spacing:.2px
}

/* Chip pop + burst */
.cfw-chip-pop{
    animation:cfwPop .3s ease
}
@keyframes cfwPop{
    0%{transform:scale(1)}
    40%{transform:scale(1.15)}
    100%{transform:scale(1)}
}
.cfw-burst{
    position:fixed;
    width:6px;height:6px;
    border-radius:50%;
    background:#d2ae7a;
    pointer-events:none;
    z-index:9999;
    animation:cfwBurst .45s ease-out forwards
}
@keyframes cfwBurst{
    0%{opacity:1;transform:translate(0,0) scale(1)}
    100%{opacity:0;transform:translate(var(--bx),var(--by)) scale(0)}
}

/* Sent confirmation (replaces submit button) */
.cfw-sent-msg{
    font-family:Montserrat,sans-serif;
    font-weight:700;
    font-size:15px;
    color:#1b3822;
    text-align:center;
    padding:14px 40px
}

/* Tooltip */
.cfw-tooltip{
    position:relative;
    display:inline-block;
    cursor:help;
    margin-left:4px;
    vertical-align:middle
}
.cfw-tooltip-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:16px;
    height:16px;
    border-radius:50%;
    background:#d2ae7a;
    color:#1b3822;
    font-family:Montserrat,sans-serif;
    font-size:11px;
    font-weight:700;
    line-height:1
}
.cfw-tooltip-text{
    visibility:hidden;
    opacity:0;
    position:absolute;
    bottom:calc(100% + 8px);
    left:50%;
    transform:translateX(-50%);
    background:#1b3822;
    color:#fff;
    padding:8px 12px;
    border-radius:8px;
    font-family:Montserrat,sans-serif;
    font-size:12px;
    font-weight:400;
    white-space:nowrap;
    z-index:10;
    transition:opacity .2s ease;
    pointer-events:none
}
.cfw-tooltip-text::after{
    content:'';
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    border:6px solid transparent;
    border-top-color:#1b3822
}
.cfw-tooltip:hover .cfw-tooltip-text{
    visibility:visible;
    opacity:1
}

/* Pills (Yes/No) */
.cfw-pills{
    display:flex;
    gap:8px
}
.cfw-pill-input{
    position:absolute;
    opacity:0;
    width:0;height:0
}
.cfw-pill{
    padding:8px 28px;
    font-family:Montserrat,sans-serif;
    font-size:14px;
    font-weight:600;
    color:#1b3822;
    background:#f9f3ec;
    border:2px solid #e2cba9;
    border-radius:20px;
    cursor:pointer;
    transition:all .2s ease
}
.cfw-pill:hover{
    border-color:#d2ae7a
}
.cfw-pill-input:checked + .cfw-pill{
    background:#1b3822;
    color:#fff;
    border-color:#1b3822
}

/* Navigation Buttons */
.cfw-nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid rgba(210,174,122,0.3)
}
.cfw-btn-next,
.cfw-btn-back,
.cfw-btn-submit{
    font-family:Montserrat,sans-serif;
    font-weight:700;
    font-size:15px;
    padding:12px 32px;
    border-radius:8px;
    border:none;
    cursor:pointer;
    transition:all .2s ease
}
.cfw-btn-next{
    background:#1b3822;
    color:#fff
}
.cfw-btn-next:hover{
    background:#2a5435;
    transform:translateY(-1px);
    box-shadow:0 4px 12px rgba(27,56,34,0.3)
}
.cfw-btn-back{
    background:transparent;
    color:#1b3822;
    border:1.5px solid #d2ae7a
}
.cfw-btn-back:hover{
    background:#f9f3ec
}
.cfw-btn-submit{
    background:linear-gradient(135deg,#1b3822,#2a5435);
    color:#fff;
    padding:14px 40px;
    font-size:16px;
    position:relative
}
.cfw-btn-submit:hover{
    transform:translateY(-1px);
    box-shadow:0 6px 20px rgba(27,56,34,0.35)
}

/* Summary Card (Step 3) */
.cfw-summary{
    background:#f9f3ec;
    border:1.5px solid #e2cba9;
    border-radius:12px;
    padding:24px 28px;
    margin:0 0 20px
}
.cfw-summary-row{
    display:flex;
    padding:8px 0;
    border-bottom:1px solid rgba(210,174,122,0.2);
    font-family:Montserrat,sans-serif;
    font-size:14px
}
.cfw-summary-row:last-child{
    border-bottom:none
}
.cfw-summary-label{
    flex:0 0 140px;
    font-weight:600;
    color:#1b3822
}
.cfw-summary-value{
    flex:1;
    color:#444
}
.cfw-summary-tags{
    display:flex;
    flex-wrap:wrap;
    gap:4px
}
.cfw-summary-tag{
    display:inline-block;
    background:#1b3822;
    color:#fff;
    padding:2px 10px;
    border-radius:12px;
    font-size:12px;
    font-weight:600
}

/* Legal */
.cfw-legal{
    font-family:Montserrat,sans-serif;
    font-size:12px;
    color:#999;
    text-align:center;
    margin:0 0 10px
}
.cfw-legal a{
    color:#1b3822;
    text-decoration:underline
}

/* Error */
.cfw-error{
    background:#fef2f2;
    color:#c0392b;
    font-family:Montserrat,sans-serif;
    font-size:13px;
    font-weight:500;
    padding:10px 14px;
    border-radius:8px;
    border:1px solid rgba(192,57,43,0.2);
    margin:12px 0;
    text-align:center
}

/* ---- Responsive ---- */
@media(max-width:600px){
    .cfw-chip-grid{
        gap:6px
    }
    .cfw-chip-inner{
        padding:5px 10px
    }
    .cfw-chip-emoji{
        font-size:14px
    }
    .cfw-chip-text{
        font-size:11px
    }
    .cfw-tooltip-text{
        font-size:11px;
        white-space:normal;
        width:200px;
        text-align:center
    }
    .cfw-row{
        flex-direction:column;
        gap:0
    }
    .cfw-title{
        font-size:1.3em
    }
    .cfw-btn-next,
    .cfw-btn-back,
    .cfw-btn-submit{
        padding:10px 22px;
        font-size:14px
    }
    .cfw-summary-row{
        flex-direction:column;
        gap:2px
    }
    .cfw-summary-label{
        flex:none
    }
    .cfw-progress{
        gap:0;
        margin-bottom:24px
    }
    .cfw-step-circle{
        width:32px;
        height:32px;
        font-size:13px
    }
    .cfw-step-label{
        font-size:9px
    }
    .cfw-progress-line{
        margin-top:16px
    }
}

/* ── Share popup ── */
.share-popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    z-index:10000;
    display:flex;
    align-items:center;
    justify-content:center;
    animation:fadeIn .2s ease
}
.share-popup{
    background:#fff;
    border-radius:16px;
    padding:24px 28px;
    min-width:280px;
    max-width:340px;
    box-shadow:0 16px 48px rgba(0,0,0,.2)
}
.share-popup-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:18px
}
.share-popup-title{
    font-family:Montserrat,sans-serif;
    font-weight:700;
    font-size:18px;
    color:#1b3822
}
.share-popup-close{
    font-size:24px;
    cursor:pointer;
    color:#999;
    line-height:1;
    transition:color .2s
}
.share-popup-close:hover{
    color:#333
}
.share-popup-links{
    display:flex;
    flex-direction:column;
    gap:4px
}
.share-link{
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px 14px;
    border-radius:10px;
    text-decoration:none;
    color:#333;
    font-family:Montserrat,sans-serif;
    font-size:14px;
    transition:background .2s
}
.share-link:hover{
    background:#f4f0ea
}
.share-facebook{color:#1877F2}
.share-twitter{color:#000}
.share-whatsapp{color:#25D366}
.share-email{color:#1b3822}
.share-copy{color:#666}

/* Share button (detail overlays) */
.share-detail-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:8px 18px;
    border:1.5px solid #1b3822;
    border-radius:28px;
    background:transparent;
    color:#1b3822;
    font-family:Montserrat,sans-serif;
    font-size:13px;
    font-weight:600;
    letter-spacing:.3px;
    cursor:pointer;
    transition:all .25s ease
}
.share-detail-btn:hover{
    background:#1b3822;
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 4px 12px rgba(27,56,34,.25)
}
.share-detail-btn svg{
    width:16px;
    height:16px
}

/* Share icon on cards */
.share-card-btn{
    position:absolute;
    top:10px;
    right:10px;
    width:34px;
    height:34px;
    border-radius:50%;
    background:rgba(255,255,255,.85);
    backdrop-filter:blur(4px);
    border:none;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:all .25s ease;
    z-index:2;
    box-shadow:0 2px 8px rgba(0,0,0,.15)
}
.share-card-btn:hover{
    background:#fff;
    transform:scale(1.1);
    box-shadow:0 4px 14px rgba(0,0,0,.2)
}
.share-card-btn svg{
    width:16px;
    height:16px;
    color:#1b3822
}
.exp-card:hover .share-card-btn,
.blog-card:hover .share-card-btn{
    opacity:1
}
@media(max-width:600px){
    .share-card-btn{
        opacity:1
    }
}

/* Google review CTA */
.google-review-cta{
    display:flex;
    align-items:center;
    gap:8px;
    margin-top:10px;
    padding:10px 16px;
    background:linear-gradient(135deg,#f8f9fa,#e8f5e9);
    border-radius:12px;
    border:1px solid #c8e6c9;
    font-family:Montserrat,sans-serif;
    font-size:13px;
    color:#333
}
.google-review-cta a{
    color:#1b3822;
    font-weight:600;
    text-decoration:underline;
    text-underline-offset:2px
}
.google-review-cta a:hover{
    color:#2a5c36
}
.google-review-cta-big{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:16px;
    padding:12px 24px;
    background:linear-gradient(135deg,#1b3822,#2a5c36);
    border-radius:28px;
    font-family:Montserrat,sans-serif;
    font-size:14px;
    font-weight:600;
    color:#fff;
    text-decoration:none;
    transition:all .25s ease;
    letter-spacing:.3px
}
.google-review-cta-big:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 20px rgba(27,56,34,.35);
    color:#fff
}
.google-review-cta-big svg{
    width:20px;
    height:20px
}
