:root {
    --forest: #555849;
    --gold: #e6d8a8;
    --cream: #f7f5ef;
    --white: #fff;
    --ink: #31332b;
    --line: rgba(85, 88, 73, .18)
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #efede6;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .08);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg,
            #d4b48c 0%,
            #bd9873 40%,
            #555849 100%);
    border-radius: 30px;
    border: 2px solid #efede6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 0 0 12px rgba(189, 152, 115, .6);
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--forest);
    font-family: 'DM Sans', sans-serif;
    line-height: 1.7;
    overflow-x: hidden
}

img {
    max-width: 100%;
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

h1,
h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -.045em
}

.navbar {
    padding: 1.1rem 0;
    transition: all .3s
}

.navbar.scrolled {
    padding: .7rem 0;
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(18px);
    box-shadow: 0 8px 28px rgba(41, 43, 35, .1)
}

.navbar-brand {
    display: flex;
    align-items: center;
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    line-height: .9;
}

.navbar-brand>span {
    display: inline-flex;
    flex-direction: column;
    width: max-content;
}

.navbar-brand small {
    display: block;
    width: 100%;
    font: 600 .5rem;
    letter-spacing: .2em;
    margin-bottom: .22rem;
    text-align: center;
    text-align-last: center;
    font-size: small;
}

.brand-mark {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 50%;
    background: var(--white);
    padding: 3px;
    margin-right: .65rem
}

.nav-link {
    color: var(--white);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .11em;
    padding: .6rem .9rem !important
}

.nav-link:hover {
    color: var(--gold)
}

.nav-link--cta {
    border: 1px solid rgba(255, 255, 255, .65)
}

.navbar.scrolled .navbar-brand,
.navbar.scrolled .nav-link {
    color: var(--forest)
}

.navbar.scrolled .nav-link--cta {
    border-color: var(--forest)
}

.navbar-toggler {
    border: 0;
    padding: 0;
    color: var(--white);
    font-size: 1.7rem
}

.navbar.scrolled .navbar-toggler {
    color: var(--forest)
}

.navbar-toggler:focus {
    box-shadow: none
}

.hero {
    min-height: 100svh;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(rgba(21, 29, 20, .1), rgba(21, 29, 20, .12)), url('../images/tea.jpg') center/cover
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(32, 36, 29, .77), rgba(32, 36, 29, .3))
}

/* .hero-content {
    position: relative;
    color: var(--white);
    padding-top: 4rem;
    padding-right: clamp(230px, 25vw, 390px)
} */
.hero-content em {
    font: 600 .5rem;
    margin-bottom: .22rem;
    text-align: center;
    text-align-last: center;

}

.gslide-title {
    color: #bd9873 !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    font-family: "Playfair Display", serif !important;
    text-align: center;
}

.eyebrow {
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .2em;
    margin-bottom: 1.1rem
}

.hero h1 {
    color: var(--white);
    font-size: clamp(3.7rem, 8vw, 7rem);
    margin: 0 0 1.45rem
}

.hero-heading {
    margin-bottom: 1.45rem
}

.hero-heading h1 {
    margin: 0
}


.hero-content {
    position: relative;
    color: var(--white);
    padding-top: 4rem;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.hero-text {
    flex: 1;
}

.hero-logo {
    position: static;
    /* Remove absolute positioning */
    width: clamp(220px, 25vw, 360px);
    height: auto;
    object-fit: contain;
    display: block;
    flex-shrink: 0;

    padding: 50px 0;
    border: 1px solid rgba(230, 216, 168, .4);
    border-radius: 60%;
    background: rgba(255, 255, 255, .4);
    box-shadow: 0 50px 50px rgba(0, 0, 0, .4);
}

/* .hero-logo {
    position: absolute;
    top: 4rem;
    right: clamp(.85rem, 3vw, 3rem);
    bottom: 0;
    width: auto;
    height: calc(100% - 4em);
    aspect-ratio: 0;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
    padding: 50px 0px;
    border: 1px solid rgba(230, 216, 168, .4);
    border-radius: 60%;

    background: rgba(255, 255, 255, .4);
    box-shadow: 0 50px 50px rgba(0, 0, 0, .4)
} */

.hero h1 em {
    color: var(--gold)
}

.hero-intro {
    max-width: 540px;
    font-size: 1.08rem;
    color: rgba(255, 255, 255, .92);
    margin-bottom: 2rem
}

.btn-gold {
    background: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 0;
    color: var(--ink);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .12em;
    padding: .9rem 1.3rem;
    text-transform: uppercase
}

.btn-gold:hover {
    background: transparent;
    color: var(--gold)
}

.section {
    padding: 8rem 0
}

.estate-section {
    background: var(--white)
}

h2 {
    font-size: clamp(2.65rem, 5vw, 4.6rem);
    margin: 0
}

.section-copy {
    font-size: 1rem;
    line-height: 1.85;
    color: #62645b;
    margin-top: 1.3rem;
    text-align: justify;
}

.image-frame img {
    height: 560px;
    width: 100%;
    object-fit: cover
}

.history-section {
    background: #eae5d5
}

.gallery-section {
    background: var(--white)
}

.gallery-masonry {
    columns: 3 260px;
    column-gap: 1rem
}

.gallery-item {
    position: relative;
    display: block;
    break-inside: avoid;
    margin-bottom: 1rem;
    overflow: hidden;
    background: var(--forest)
}

.gallery-item:after {
    content: '+';
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(54, 59, 47, .35);
    color: var(--white);
    font-size: 2rem;
    opacity: 0;
    transition: .25s
}

.gallery-item:hover:after {
    opacity: 1
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform .5s
}

.gallery-item--tall img {
    height: 430px
}

.gallery-item--wide img {
    height: 320px
}

.gallery-item:hover img {
    transform: scale(1.05)
}

@media (max-width:575.98px) {
    .hero-heading {
        align-items: flex-start;
        gap: .75rem
    }

    .hero-heading h1 {
        font-size: clamp(2.65rem, 12vw, 3.5rem)
    }

    .hero-content {
        position: relative;
        color: var(--white);
        padding-top: 4rem;
        justify-items: center;
        display: block;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

    .hero-logo {
        padding: 0px;
        height: 160px;
        width: 120px;
        border: 1px solid rgba(230, 216, 168, .4);
        border-radius: 60%;
        background: rgba(255, 255, 255, .9);
        box-shadow: 0 60px 50px rgba(0, 0, 0, .56);
        display: block;
        margin: 0 auto;
    }


}

.gclose,
.gnext,
.gprev {
    color: var(--white) !important
}

@media(max-width:991.98px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        background: rgba(52, 55, 45, .97)
    }

    .navbar-collapse .nav-link {
        color: var(--white) !important
    }

    .nav-link--cta {
        display: inline-block
    }

    .section {
        padding: 6rem 0
    }

    .image-frame img {
        height: 460px
    }
}

@media(max-width:575.98px) {
    .navbar {
        padding: .8rem 0
    }

    .brand-mark {
        width: 50px;
        height: 50px;
        display: none;
    }

    .hero h1 {
        font-size: 3.5rem
    }

    .section {
        padding: 4.8rem 0
    }

    .image-frame img {
        height: 360px
    }

    .gallery-masonry {
        columns: 2 140px;
        column-gap: .7rem
    }

    .gallery-item {
        margin-bottom: .7rem
    }

    .gallery-item img,
    .gallery-item--wide img {
        height: 180px
    }

    .gallery-item--tall img {
        height: 280px
    }
}

.scroll-cue {
    position: absolute;
    bottom: 2.5rem;
    right: max(1.5rem, calc((100vw - 1320px)/2 + .75rem));
    display: flex;
    align-items: center;
    gap: .7rem;
    color: rgba(255, 255, 255, .86);
    font-size: .58rem;
    font-weight: 600;
    letter-spacing: .2em
}

.scroll-cue span {
    width: 42px;
    height: 1px;
    background: var(--gold)
}

.intro-band {
    background: var(--forest);
    color: var(--gold);
    padding: 3.1rem 0;

}

.intro-band p {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    line-height: 1.3;
    text-align: justify;
}

.image-frame--offset {
    position: relative
}

.image-frame--offset:after {
    content: '';
    position: absolute;
    left: -1.5rem;
    bottom: -1.5rem;
    width: 72%;
    height: 76%;
    border: 1px solid var(--gold);
    z-index: 0;
    pointer-events: none
}

.image-frame--offset img {
    position: relative;
    z-index: 1
}

.history-image {
    margin-top: 2.3rem;
    max-width: 390px;
    overflow: hidden
}

.history-image img {
    width: 100%;
    height: 280px;
    object-fit: cover
}

.history-section {
    background: var(--cream);
    position: relative
}

.history-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 7px;
    background: var(--gold)
}

@media(max-width:991.98px) {
    .scroll-cue {
        bottom: 1.7rem
    }

    .image-frame--offset:after {
        display: none
    }

    .history-image {
        max-width: none
    }
}

@media(max-width:575.98px) {
    .intro-band {
        padding: 2.4rem 0
    }

    .scroll-cue {
        font-size: .5rem
    }

    .history-image img {
        height: 230px
    }
}

/* ==========================
   Mission & Vision Section
========================== */

.mission-vision-section {
    background: var(--white);
    padding: 8rem 0;
}

.mv-title {
    text-align: center;
    margin-bottom: 4rem;
}

.mv-title h2 {
    margin-bottom: 1rem;
}

.mv-title p {
    max-width: 700px;
    margin: auto;
    color: #666;
    line-height: 1.8;
}

.mv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.mv-card {
    background: var(--cream);
    border: 1px solid var(--line);
    padding: 3rem;
    position: relative;
    transition: .35s ease;
    overflow: hidden;
}

.mv-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: var(--gold);
}

.mv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
}

.mv-icon {
    width: 72px;
    height: 72px;
    background: var(--forest);
    color: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    margin-bottom: 1.7rem;
}

.mv-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--forest);
    margin-bottom: 1rem;
}

.mv-card p {
    color: #666;
    line-height: 1.9;
    margin: 0;
}

.mv-card ul {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.mv-card ul li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: .8rem;
    color: #666;
}

.mv-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .75rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
}

/* Decorative watermark */

.mv-card::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -45px;
    bottom: -45px;
    border: 1px solid rgba(230, 216, 168, .35);
    border-radius: 50%;
}

/* Responsive */

@media (max-width:991.98px) {

    .mv-grid {
        grid-template-columns: 1fr;
    }

    .mv-card {
        padding: 2.4rem;
    }

}

@media (max-width:575.98px) {

    .mission-vision-section {
        padding: 5rem 0;
    }

    .mv-card {
        padding: 2rem;
    }

    .mv-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .mv-card h3 {
        font-size: 1.7rem;
    }

    .mv-card::after {
        display: none;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 0rem;
    }

}

/*==========================
  Things To Experience
==========================*/

.experience-section {
    background: var(--cream);
    padding: 8rem 0;
    position: relative;
}

.experience-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--gold);
}

.experience-header {
    text-align: center;
    margin-bottom: 4rem;
}

.experience-header h2 {
    margin-bottom: 1rem;
}

.experience-header p {
    max-width: 820px;
    margin: auto;
    color: #666;
    line-height: 1.9;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.experience-card {
    background: var(--white);
    border: 1px solid var(--line);
    padding: 2.5rem;
    transition: .35s ease;
    position: relative;
}

.experience-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.experience-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--forest);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.experience-card h3 {
    font-family: 'Playfair Display', serif;
    color: var(--forest);
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
}

.experience-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.experience-card li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: .9rem;
    color: #666;
    line-height: 1.7;
}

.experience-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .75rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
}

@media (max-width:991.98px) {

    .experience-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width:575.98px) {

    .experience-section {
        padding: 5rem 0;
    }

    .experience-card {
        padding: 2rem;
    }

    .experience-icon {
        width: 52px;
        height: 52px;
        font-size: 1.3rem;
    }

    .experience-card h3 {
        font-size: 1.5rem;
    }

}

/*==========================
  Contact Section
==========================*/

.contact-section {
    background: var(--forest);
    color: var(--white);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--gold);
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info h2 {
    color: var(--white);
    margin-bottom: 1rem;
}

.contact-info>p {
    color: rgba(255, 255, 255, .8);
    margin-bottom: 2.5rem;
    line-height: 1.9;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.contact-icon {
    width: 58px;
    height: 58px;
    background: rgba(230, 216, 168, .12);
    border: 1px solid rgba(230, 216, 168, .35);
    border-radius: 50%;
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.contact-item h5 {
    margin: 0 0 .3rem;
    font-size: 1rem;
    color: var(--gold);
}

.contact-item p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    line-height: 1.7;
}

.contact-card {
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 3rem;
}

.contact-card h3 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 2rem;
    color: var(--white);
}

.contact-form .form-control,
.contact-form textarea {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 0;
    color: var(--white);
    padding: .9rem 1rem;
    margin-bottom: 1.25rem;
}

.contact-form .form-control::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, .55);
}

.contact-form .form-control:focus,
.contact-form textarea:focus {
    background: transparent;
    color: var(--white);
    border-color: var(--gold);
    box-shadow: none;
}

.contact-form textarea {
    min-height: 160px;
    resize: vertical;
}

.contact-form .btn-gold {
    width: 100%;
    margin-top: .5rem;
}

.contact-map {
    margin-top: 5rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
}

.contact-map iframe {
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
}

@media (max-width:991.98px) {

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .contact-card {
        padding: 2.2rem;
    }

}

@media (max-width:575.98px) {

    .contact-section {
        padding: 5rem 0;
    }

    .contact-card {
        padding: 1.8rem;
    }

    .contact-map iframe {
        height: 300px;
    }

}

/*==========================
  Footer
==========================*/

.site-footer {
    background: #2d3027;
    color: rgba(255, 255, 255, .75);
    padding: 4rem 0 2rem;
    border-top: 5px solid var(--gold);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr .8fr;
    gap: 3rem;
    align-items: flex-start;
}

.footer-brand-wrap {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.footer-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    flex-shrink: 0;
}

.footer-brand {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #fff;
    line-height: 1;
    margin-bottom: .8rem;
}

.footer-brand span {
    color: var(--gold);
    font-style: italic;
}

.footer-tagline {
    max-width: 320px;
    line-height: 1.8;
    margin: 0;
}

.footer-column h5 {
    color: var(--gold);
    font-size: .9rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    gap: .9rem;
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

.footer-contact i {
    color: var(--gold);
    font-size: 1.15rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.footer-end {
    text-align: right;
}

.footer-end p {
    margin-bottom: 1.2rem;
    line-height: 1.8;
}

.developer a {
    color: var(--gold);
    font-weight: 600;
    transition: .3s;
}

.developer a:hover {
    color: #fff;
}

.site-footer a {
    text-decoration: none;
}

@media(max-width:991.98px) {

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .footer-end {
        text-align: left;
    }

}

@media(max-width:575.98px) {

    .site-footer {
        padding: 3rem 0 2rem;
    }

    .footer-brand {
        font-size: 1.7rem;
    }

    .footer-logo {
        width: 60px;
        height: 60px;
    }

}

/* PRELOADER */

#preloader {
    position: fixed;
    inset: 0;
    background: #f7f5ef;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.leaf-loader {
    position: relative;
    width: 120px;
    height: 120px;
}

/* Leaf */

.leaf {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 55px;
    height: 80px;
    transform: translate(-50%, -50%) rotate(-45deg);
    background: linear-gradient(180deg, #b7df8a, #4b7a34);
    border-radius: 0 100% 0 100%;
    box-shadow:
        inset 0 0 12px rgba(255, 255, 255, .35),
        0 10px 20px rgba(0, 0, 0, .18);
    animation: growLeaf 2.2s infinite ease-in-out;
}

.leaf::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 70%;
    background: rgba(255, 255, 255, .6);
    left: 50%;
    top: 15%;
}

/* Ripples */

.ripple {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(85, 88, 73, .3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 2.2s infinite;
}

.ripple2 {
    animation-delay: 1.1s;
}

/* Text */

#preloader h4 {
    margin-top: 35px;
    font-family: serif;
    letter-spacing: 3px;
    color: #555849;
    font-weight: 500;
    animation: fadeText 2.2s infinite;
}

/* Animations */

@keyframes growLeaf {

    0% {
        transform: translate(-50%, -50%) rotate(-45deg) scale(.2);
        opacity: 0;
        filter: brightness(.6);
    }

    25% {
        transform: translate(-50%, -50%) rotate(-45deg) scale(1.15);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) rotate(-45deg) scale(1);
        filter: brightness(1.2);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-45deg) scale(1);
    }

}

@keyframes ripple {

    0% {
        width: 20px;
        height: 20px;
        opacity: .6;
    }

    100% {
        width: 120px;
        height: 120px;
        opacity: 0;
    }

}

@keyframes fadeText {

    0%,
    100% {
        opacity: .4;
    }

    50% {
        opacity: 1;
    }

}