* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

p a {
    color: #472A21;
    text-decoration: underline;
    font-weight: 500;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #2c2c2c;
    background: #f5f5f5;
    min-height: 100vh;
    padding:0;
}

h1, h2, h3 {
    font-family: 'Tiro Bangla', 'Times New Roman', serif;
    text-transform: uppercase;
    line-height: 1.2;
}

strong {
    font-family: 'Tiro Bangla', 'Times New Roman', serif;
    font-size: 2.625em; /* 42px at 16px base */
    font-weight: 400;
}

.container {
    width:100%;
    background: #ffffff;
    padding:0;
    margin:0;
    position: relative;
}

/* Generic inner wrapper for section content: centered, max 984px */
.section-inner {
    width: 100%;
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.top-bar {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 2rem;
    background: #9B7765F5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-toggle__input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #fff;
    margin-left: auto;
}

.menu-toggle__line {
    display: block;
    width: 24px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
    transition: transform 0.25s ease, opacity 0.2s ease;
}

#menu-toggle:checked ~ .menu-toggle .menu-toggle__line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

#menu-toggle:checked ~ .menu-toggle .menu-toggle__line:nth-child(2) {
    opacity: 0;
}

#menu-toggle:checked ~ .menu-toggle .menu-toggle__line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.site-brand {
    text-transform: uppercase;
    color: #fff;
    font-size: 31px;
    position: relative;
    top:3px;
    line-height: 1;
    font-family: 'Tiro Bangla', 'Times New Roman', serif;
    font-weight: 400;
    text-decoration: none;
}
.site-brand:hover,
.site-brand:focus {
    color: #fff;
    text-decoration: none;
}

.site-nav {
    margin-left:auto;
}

.site-nav__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0 1.8rem;
    margin: 0;
}

.site-nav__link {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    transition: color 0.2s ease;
}

.site-nav__link:hover {
    color: rgba(255, 255, 255, 0.85);
}

.lang-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 0.4rem 2rem;
    background: #9B7765F5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lang-bar__icon {
    display: inline-flex;
    align-items: center;
    color: #fff;
}

.lang-bar__icon svg {
    display: block;
}

.lang-bar__link {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    opacity: 0.75;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.lang-bar__link:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 0.85);
}

.lang-bar__link--active {
    opacity: 1;
}

header {
    position: relative;
    width: 100%;
    height: max(500px, 75vh);
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(29, 18, 14, 0.51);
    z-index: 1;
    pointer-events: none;
}

header .header__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

header .header__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.header__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFE9DC;
    padding: 0 40px;
}

header h1 {
    margin: 0 0 0px;
    color: #FFE9DC;
    font-size: clamp(28px, 6.5vw + 1.5rem, 80px);
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Tiro Bangla', 'Times New Roman', serif;
}

.header__tagline {
    margin: 0;
    font-size: clamp(16px, 2vw + 0.9rem, 21px);
    font-weight: 500;
    line-height: 1.6;
    color: #FFF7F2;
}

/* Call to action - shared style */
.cta,
.header__cta {
    display: inline-block;
    padding: 0.3em 1.2em;
    border-radius: 7px;
    background: #587267;
    color: #F5F1E8;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: clamp(16px, 1.5vw + 0.8rem, 20px);
    transition: background 0.2s ease;
}

.cta:hover,
.header__cta:hover {
    background: #E8C0AD; /* #E1B39C lightened 10% */
}

.header__cta {
    margin-top: 1.5em;
}

main {
    
}

/* Section defaults */
main > section {
    
    margin-left: auto;
    margin-right: auto;
    padding-top: 68px;
    padding-bottom: 68px;
    padding-left: 68px;
    padding-right: 68px;
    
    box-sizing: border-box;
}

section .section__headline {
    margin:0 auto 0rem auto;
    line-height: 1;
}
section .section__subtitle {
    margin:0 auto 32px auto;
    
}

/* Introduction section */
.text-section {
    background: #FBE4D7;
}

.text-section__headline {
    color: #663E3E;
    font-size: 2.2em;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0px;
    font-family: 'Tiro Bangla', 'Times New Roman', serif;
    margin-bottom: 0.5em;
}

.text-section__content {
    display: flex;
    align-items: center;
    gap: 48px;
    margin: 0 auto;
    color:#7E6B59;
}

.text-section__text {
    flex: 2;
    min-width: 0;
}

.text-section__text p {
    color: #7E6B59;
    font-size: 1.05em;
    line-height: 1.8;
    margin-bottom: 1.2em;
    font-weight:400;
    max-width:50em;
}

.text-section__text p:last-child {
    margin-bottom: 0;
}

.text-section__image-wrap {
    flex: 1;
    min-width: 0;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.text-section__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: right center;
    border-radius:55px;
}

@media (max-width: 768px) {
    main > section {
        padding:48px 20px;
    }

    section .section__headline, 
    section .section__subtitle {
        text-align: center;
    }

    .text-section__content {
        flex-direction: column;
        gap: 48px;
    }

    .text-section__image-wrap {
        width: 200px;
        margin: 0 auto;
        order: -1;
    }

    .text-section__headline {
        font-size: 1.6em;
        text-align: center;
    }
}

.contact-section h2 {
    color: #1a1a1a;
    margin-bottom: 40px;
    font-size: 2.2em;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    font-family: 'Tiro Bangla', 'Times New Roman', serif;
}

/* Map section */
.map-section {
    background: #fafafa;
}

.map-section__title {
    color: #663E3E;
    
    font-size: 2.2em;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Tiro Bangla', 'Times New Roman', serif;
}

.map-section__subtitle {
    color: #7E6B59;
}

.map-section__link {
    display: block;
    
    margin: 0 auto;
    border: 0px solid #e8e8e8;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.map-section__link:hover {
    border-color: #1a1a1a;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.map-section__image {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1.5rem;
}

.contact-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e8e8e8;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item__content {
    flex: 1;
    min-width: 0;
}
.contact-item__content a:hover,
.contact-item__content a:focus,
.contact-item__content a:active {
    text-decoration: underline;
}
.contact-item__content h3 {
    color: #1a1a1a;
    margin-bottom: 0.35rem;
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    font-family: 'Inter', sans-serif;
}

.contact-item p {
    color: #555;
    line-height: 1.6;
    font-size: 0.95em;
    margin: 0;
}

.contact-item a {
/*     color: #472A21;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s ease; */
    text-decoration:none;
}

.contact-item a:hover {
    color: #1a1a1a;
}

footer {
    background: #7E6B59;
    color: #F5F1E8;
    text-align: center;
    padding: 30px;
    font-size: 0.85em;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
footer strong {
    text-transform: uppercase;
    line-height: 1.2;
}
footer a {
    color: #F5F1E8;
    text-decoration: none;
    outline: none;
}

footer a:hover,
footer a:focus {
    text-decoration: underline;
}

@media (max-width: 768px) {
    body {
        padding:0;
    }

    .top-bar {
        padding: 0.75rem 1.25rem;
    }

    .menu-toggle {
        display: flex;
    }

    .site-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        margin: 0;
        padding: 1rem 1.25rem;
        background: #9B7765;
        border-bottom-left-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        display: none;
        min-width: 0;
        width: auto;
    }

    #menu-toggle:checked ~ .site-nav {
        display: block;
    }

    .site-nav__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .site-nav__list li {
        width: auto;
    }

    .site-nav__link {
        display: block;
        padding: 0.5rem 0;
        font-size: 1rem;
    }

    .lang-bar {
        padding: 0.4rem 1.25rem;
    }

    .lang-bar__link {
        font-size: 1rem;
    }
    
    header {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: max(500px, 67vh);
        padding: 0;
    }
    
    main {
        padding: 0;
    }
    
    .contact-list {
        margin-top: 1rem;
    }
    
    .contact-section h2 {
        font-size: 1.6em;
    }


    .map-section__title {
        font-size: 1.6em;
    }
}
@media (max-width: 1024px) {
.site-brand {
    display: none;
}
}

/* Scroll-triggered animations (Animate.css) - hidden until animation runs */
[data-scroll-animate] {
    --animate-duration: 1.2s;
    opacity: 0;
}
[data-scroll-animate].animate__animated {
    --animate-duration: 1.2s;
}