/*
Theme Name:   Signum
Theme URI:    https://signummead.com/
Description:  Signum theme
Author:       Signum 
Author URI:   https://signummead.com/
Template:     twentytwentyfive
Version:      1.3.1
Text Domain:  signum
*/
/* Import fonts */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Hurricane&display=swap');

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Crimson Pro', serif;
}

html, body {
    overflow-x: hidden;
}

.no-scroll {
    overflow: hidden;
}

/* Navigation Bar Styles */
.navbar {
    background-color: #f2eee5;
    padding: 15px 100px;
    border-bottom: 2px solid #491111;
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
}

.navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.nav-item span {
    font-family: 'Crimson Pro', serif;
    font-weight: 500;
    font-size: 20px;
    color: #491111;
    text-align: center;
    white-space: nowrap;
    line-height: 24px;
}

.nav-brand {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-brand span {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 24px;
    color: #491111;
    text-align: center;
    white-space: nowrap;
    line-height: 24px;
    letter-spacing: 0.5px;
}

/* Hover effects */
.nav-item:hover {
    cursor: pointer;
}

.nav-item:hover span {
    opacity: 0.8;
}

/* Navigation Actions */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Language Switcher */
.language-switcher {
    display: flex;
    align-items: center;
}

.lang-toggle {
    background: transparent;
    border: none;
    font-family: 'Crimson Pro', serif;
    font-weight: 500;
    font-size: 16px;
    color: #491111;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    padding: 4px 0;
}

.lang-toggle:hover {
    color: #93240a;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

/* Hero Section Styles */
.hero {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 123px;
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero.align-items-baseline {
    align-items: baseline;
    transition: align-items 0.5s ease-in-out;
}


.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url('../assets/hero-background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.39;
    z-index: -1;
    height: 100%;
}

/* Hero Image Group - Left Side */
.hero-image-group {
    position: relative;
    width: clamp(400px, 50vw, 660px);
    aspect-ratio: 660 / 896;
    flex-shrink: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    place-items: start;
}

.symbol-background {
    grid-area: 1 / 1;
    background-image: url('../assets/symbol.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    z-index: 1;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}

.old-photo-container {
    grid-area: 1 / 1;
    width: 63.6%; /* 420/660 */
    height: 56.2%; /* 503/896 */
    position: absolute;
    left: 44%; /* 290/660 */
    top: 27.4%; /* 245/896 */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.1s ease-out;
    /* Dynamic final transform variables with sensible fallbacks */
    --final-scale: 5.5;
    --final-translate-x: 20%;
}

.old-photo {
    background-image: url('../assets/old-photo.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 87.2%; /* 366/420 */
    height: 91.8%; /* 462/503 */
    transform: rotate(353deg);
    transition: transform 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: center;
    position: relative;
}

.old-photo-content {
    display: none;
}

.bottle-image {
    grid-area: 1 / 1;
    background-image: url('../assets/bottle.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 79.3%; /* 523/660 */
    height: 89.9%; /* 805/896 */
    position: absolute;
    left: 5.5%; /* 36/660 */
    top: 6.1%; /* 54/896 */
    z-index: 3;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}

/* Hero Text - Right Side */
.hero-text {
    flex: 1;
    min-width: 320px;
    max-width: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 4vw, 40px);
    align-items: flex-start;
    justify-content: flex-start;
    color: #491111;
    margin-bottom: clamp(30px, 6vw, 54px);
}

.hero-title {
    font-family: 'Crimson Pro', serif;
    font-weight: 700;
    font-size: clamp(32px, 5.5vw, 68px);
    line-height: 1.06;
    width: 100%;
    margin: 0;
}

.hero-subtitle {
    font-family: 'Hurricane', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(36px, 6vw, 70px);
    line-height: 0.71;
    width: 100%;
    margin: 0;
}

/* Hero Button - consolidated with main button styles */



/* Responsive design */

/* Tablet and smaller screens */
@media (max-width: 968px) {
    .navbar {
        padding: 15px clamp(20px, 4vw, 40px);
    }
    
    .nav-item span {
        font-size: clamp(16px, 2vw, 18px);
    }
    
    .nav-brand span {
        font-size: clamp(20px, 2.5vw, 22px);
    }
    
    .nav-actions {
        gap: 15px;
    }
    
    .lang-toggle {
        font-size: 14px;
    }
    
    .hero {
        gap: clamp(40px, 8vw, 80px);
        padding: clamp(20px, 4vw, 40px);
        min-height: 80vh;
    }
    
}

/* Mobile layout */
@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: clamp(30px, 6vw, 50px);
        min-height: auto;
        padding: clamp(20px, 5vw, 40px);
    }
    
    
    .hero-text {
        order: 1;
        max-width: 100%;
        align-items: center;
        margin-bottom: 0;
    }
    
    .hero-image-group {
        order: 2;
        width: clamp(300px, 70vw, 500px);
    }
    
    .hero-content {
        align-items: center;
        text-align: center;
        margin-bottom: clamp(20px, 4vw, 30px);
    }
    
    .hero-button {
        align-self: center;
        margin-bottom: clamp(20px, 4vw, 30px);
    }
}


/* Smartphone layout - matching Figma mobile design */
@media (max-width: 480px) {
    .navbar {
        padding: 10px 15px;
    }
    
    .nav-actions {
        flex-direction: column;
        gap: 10px;
        align-items: flex-end;
    }
    
    .language-switcher {
        order: 2;
    }
    
    .lang-toggle {
        font-size: 12px;
    }
    
    .hero {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: clamp(40px, 8vw, 70px) 16px clamp(30px, 6vw, 42px);
        gap: clamp(25px, 5vw, 40px);
        min-height: auto !important; /* prevent dynamic JS min-height from creating gap */
        margin-bottom: 0;
    }
    
    
    .hero-text {
        order: 1;
        width: 100%;
        max-width: none;
        align-items: flex-start;
    }
    
    .hero-content {
        align-items: flex-start;
        text-align: left;
        gap: clamp(8px, 2vw, 11px);
        margin-bottom: clamp(25px, 5vw, 39px);
    }
    
    .hero-title {
        font-size: clamp(32px, 8vw, 48px);
        line-height: normal;
        font-weight: 700;
    }
    
    .hero-subtitle {
        font-size: clamp(28px, 7vw, 42px);
        line-height: 1.25;
    }
    
    .hero-button {
        display: none !important;
    }
    
    .hero-image-group {
        order: 2;
        width: 100%;
        max-width: 390px;
        height: 624px;
        aspect-ratio: unset;
        align-self: center;
        position: relative;
    }
    
    /* Mobile image stacking - matching Figma layout */
    .symbol-background {
        position: absolute;
        width: 401px;
        height: 544px;
        left: -32px;
        top: -98px;
        opacity: 0.35;
    }
    
    .old-photo-container {
        position: absolute;
        width: 356px;
        height: 427px;
        left: 5px;
        top: 79px;
        transform-origin: top center;
        z-index: 2;
    }
    
    .old-photo {
        width: 311px;
        height: 392px;
        transform: rotate(353deg);
    }
    
    .bottle-image {
        position: absolute;
        width: 406px;
        height: 624px;
        left: -16px;
        top: 0;
        z-index: 3;
    }
    /* Exact spacing between navbar and title on mobile */
    .hero {
        padding-top: 36px;
    }

    /* Mobile subtitle typography per spec */
    .hero-subtitle {
        font-size: 40px;
        line-height: 50px;
    }

    /* Hide arrow icon button on mobile */
    .arrow-icon-button {
        display: none;
    }
}

.section-one-disabled {
    display: none;
}

/* Section One Styles */
.section-one {
    position:absolute;
    top: 0;
    width: 100%;
    min-height: 100vh;
    /* background-image: url('../assets/forest-background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    align-items: center;
    justify-content: center;
    padding: 80px 100px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 2; 
}


.section-one-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 65px;
    width: 100%;
    /* max-width: 1429px; */
    text-align: center;
    padding-top: 250px;
    padding-bottom: 250px;
}

/* Section 1 Elements Overlay Styles */
.section-one-content.overlay-on-old-photo {
    
    animation: fadeInOverlay 1s ease-in-out forwards;
}

@keyframes fadeInOverlay {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Symbol */
.section-symbol {
    width: 71px;
    height: 97px;
    flex-shrink: 0;
}

.section-symbol img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Main Text */
.section-text {
    max-width: 820px;
    width: 100%;
}

.section-text p {
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
    font-size: 24px;
    color: #f2eee5;
    line-height: 30px;
    text-align: center;
    margin: 0;
}

/* Main Heading */
.section-heading {
    font-family: 'Hurricane', cursive;
    font-weight: 400;
    font-size: 96px;
    color: #f2eee5;
    line-height: 80px;
    text-align: center;
    margin: 0;
    width: 100%;
    max-width: 1429px;
    position: relative;
}

/* Background Text Container */
.section-bg-container {
    height: 180px;
    width: 100%;
    position: relative;
    overflow: visible;
    flex-shrink: 0;
}

/* Background Text */
.section-bg-text {
    position: absolute;
    left: 50%;
    top: 87.5px;
    transform: translateX(-50%);
    width: 100vw;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 0;
}

.section-bg-text span {
    font-family: 'Hurricane', cursive;
    font-weight: 400;
    font-size: 200px;
    color: #f2eee5;
    opacity: 0.1;
    line-height: 80px;
    text-align: center;
    white-space: nowrap;
}

/* Section One Responsive Design */
@media (max-width: 1200px) {
    .section-one {
        padding: 60px clamp(40px, 6vw, 80px);
    }
    
    .section-heading {
        font-size: clamp(60px, 8vw, 80px);
        line-height: 1.2;
    }
    
    .section-bg-text {
        left: 50%;
        width: clamp(1500px, 150vw, 2071px);
    }
    
    .section-bg-text span {
        font-size: clamp(120px, 16vw, 160px);
    }
}

@media (max-width: 968px) {
    .section-one {
        padding: 50px clamp(30px, 5vw, 60px);
        min-height: 80vh;
    }
    
    .section-one-content {
        gap: clamp(40px, 6vw, 50px);
    }
    
    .section-text {
        max-width: 600px;
    }
    
    .section-text p {
        font-size: clamp(20px, 3vw, 22px);
        line-height: 1.4;
    }
    
    .section-heading {
        font-size: clamp(50px, 7vw, 70px);
    }
    
    .section-bg-text {
        left: 50%;
        width: clamp(1200px, 140vw, 1800px);
    }
    
    .section-bg-text span {
        font-size: clamp(100px, 14vw, 140px);
    }
}

@media (max-width: 768px) {
    .section-one {
        padding: 40px clamp(20px, 4vw, 40px);
        min-height: 70vh;
    }
    
    .section-one-content {
        gap: clamp(30px, 5vw, 40px);
    }
    
    .section-symbol {
        width: clamp(50px, 8vw, 60px);
        height: clamp(65px, 10vw, 80px);
    }
    
    .section-text {
        max-width: 100%;
    }
    
    .section-text p {
        font-size: clamp(18px, 3.5vw, 20px);
        line-height: 1.5;
    }
    
    .section-heading {
        font-size: clamp(40px, 8vw, 55px);
        line-height: 1.3;
    }
    
    .section-bg-text {
        left: 50%;
        width: clamp(1000px, 130vw, 1500px);
    }
    
    .section-bg-text span {
        font-size: clamp(80px, 15vw, 120px);
    }
}

@media (max-width: 480px) {
    .section-one {
        padding: 30px 16px;
        min-height: 60vh;
    }
    
    .section-one-content {
        gap: clamp(25px, 5vw, 35px);
    }
    
    .section-symbol {
        width: clamp(40px, 8vw, 50px);
        height: clamp(55px, 10vw, 70px);
    }
    
    .section-text p {
        font-size: clamp(16px, 4vw, 18px);
        line-height: 1.6;
        margin-bottom: 0.8em;
    }
    
    .section-heading {
        font-size: clamp(32px, 8vw, 44px);
        line-height: 1.4;
    }
    
    .section-bg-text {
        left: 50%;
        width: clamp(800px, 120vw, 1200px);
    }
    
    .section-bg-text span {
        font-size: clamp(60px, 12vw, 100px);
    }
}

/* Section One heading exact sizing */
.section-one .section-heading {
    font-size: 64px;
    line-height: 80px;
}

/* Section Two Styles */
.section-two {
    display: flex;
    width: 100%;
    height: 870px;
    background: transparent;
}

/* Left side - Photo */
.section-two-photo {
    flex: 0 0 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.section-two-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Right side - Content */
.section-two-content {
    flex: 0 0 50%;
    width: 50%;
    height: 100%;
    background-image: url('../assets/section-two-bg.webp');
    background-size: 99.97% 111.38%;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #4b4422;
    padding: 100px 100px 100px 114px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}

.section-two-text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

/* Subtitle */
.section-two-subtitle {
    font-family: 'Crimson Pro', serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #f2eee5;
    margin: 0;
    white-space: nowrap;
}

/* Main content area */
.section-two-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Heading with underline */
.section-two-heading-container {
    position: relative;
    height: auto;
    border-bottom: 1.5px solid #f2eee5;
    padding-bottom: 14px;
}

.section-two-heading {
    font-family: 'Crimson Pro', serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 38px;
    color: #f2eee5;
    margin: 0;
    width: 518.5px;
    display: flex;
    align-items: flex-start;
    padding-top: 14px;
}

/* Description text */
.section-two-description {
    width: 100%;
}

.section-two-description p {
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #f2eee5;
    margin: 0;
}

/* Button */
/* Section two button - left aligned */
.section-two-button {
    align-self: flex-start;
}

/* Section two button hover styles now unified */

/* Section Two Responsive Design */
/* @media (max-width: 1200px) {
    .section-two {
        height: auto;
        min-height: 700px;
    }
    
    .section-two-content {
        padding: 80px 60px 80px 80px;
    }
    
    .section-two-heading {
        font-size: clamp(32px, 4vw, 38px);
        width: auto;
        max-width: 100%;
        line-height: 1.2;
    }
    
    .section-two-description p {
        font-size: clamp(16px, 2vw, 18px);
    }
} */

@media (max-width: 968px) {
    .section-two {
        flex-direction: column;
        height: auto;
    }
    
    /* Ensure full-width blocks in column layout */
    .section-two-photo,
    .section-two-content {
        width: 100%;
        flex: none;
    }
    
    .section-two-photo {
        height: 400px;
        order: 1;
    }
    
    .section-two-content {
        order: 2;
        padding: clamp(60px, 8vw, 80px) clamp(40px, 6vw, 60px);
        background-size: cover;
    }
    
    .section-two-text {
        gap: clamp(30px, 5vw, 40px);
        justify-content: flex-start;
    }
    
    .section-two-main {
        gap: clamp(20px, 4vw, 25px);
    }
    
    .section-two-subtitle {
        font-size: clamp(14px, 2vw, 16px);
    }
    
    .section-two-heading {
        font-size: clamp(28px, 5vw, 36px);
        line-height: 1.2;
    }
    
    .section-two-description p {
        font-size: clamp(16px, 2.5vw, 18px);
        line-height: 1.5;
    }
    
    .section-two-button span {
        font-size: clamp(20px, 3vw, 22px);
    }
}

@media (max-width: 768px) {
    .section-two-content {
        padding: clamp(40px, 6vw, 60px) clamp(30px, 5vw, 40px);
    }
    
    .section-two-photo {
        height: 300px;
    }
    
    .section-two-text {
        gap: clamp(25px, 4vw, 35px);
    }
    
    .section-two-heading-container {
        height: auto;
        padding-bottom: 10px;
    }

    .section-two-heading {
        width: 100%;
        max-width: none;
        padding-top: 0;
        align-items: flex-start;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .section-two-content {
        padding: 32px 16px;
    }

    .section-two-photo {
        height: 345px;
    }

    .section-two-text {
        gap: 84px;
    }

    .section-two-main {
        gap: 28px;
    }

    .section-two-subtitle {
        font-size: 16px;
    }

    .section-two-heading {
        font-size: 36px;
        line-height: 1.5;
    }

    .section-two-description p {
        font-size: 18px;
        line-height: 1.6;
    }

    /* Section two button responsive styles now unified */
}

/* Remove any unexpected spacing before section two */
.section-two {
    margin-top: 0;
}

/* Section Three Styles */
.section-three {
    background-color: #f2eee5;
    width: 100%;
    padding: 100px 211px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}

.section-three-content {
    display: flex;
    flex-direction: column;
    gap: 100px;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

/* Main text block */
.section-three-text {
    height: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-three-text p {
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #93240a;
    margin: 0;
    text-align: center;
}

.section-three-text strong {
    font-family: 'Crimson Pro', serif;
    font-weight: 700;
    color: #93240a;
}

/* Decorative text */
.section-three-decorative {
    width: 100%;
}

.section-three-decorative p {
    font-family: 'Hurricane', cursive;
    font-weight: 400;
    font-size: 96px;
    line-height: 100px;
    color: #93240a;
    margin: 0;
    text-align: center;
    letter-spacing: 0.96px;
}

/* Section Three Responsive Design */
@media (max-width: 1200px) {
    .section-three {
        padding: 80px clamp(100px, 15vw, 150px);
    }
    
    .section-three-content {
        gap: clamp(60px, 8vw, 80px);
    }
    
    .section-three-text p {
        font-size: clamp(28px, 4vw, 32px);
        line-height: 1.3;
    }
    
    .section-three-decorative p {
        font-size: clamp(60px, 8vw, 80px);
        line-height: 1.2;
    }
}

@media (max-width: 968px) {
    .section-three {
        padding: 60px clamp(60px, 10vw, 100px);
        min-height: 50vh;
    }
    
    .section-three-content {
        gap: clamp(50px, 7vw, 70px);
    }
    
    .section-three-text {
        height: auto;
    }
    
    .section-three-text p {
        font-size: clamp(24px, 4vw, 28px);
        line-height: 1.4;
    }
    
    .section-three-decorative p {
        font-size: clamp(50px, 7vw, 70px);
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .section-three {
        padding: 50px clamp(40px, 8vw, 60px);
    }
    
    .section-three-content {
        gap: clamp(40px, 6vw, 60px);
    }
    
    .section-three-text p {
        font-size: clamp(20px, 4vw, 24px);
        line-height: 1.5;
    }
    
    .section-three-decorative p {
        font-size: clamp(40px, 8vw, 60px);
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .section-three {
        padding: 40px 16px;
    }

    .section-three-content {
        gap: 30px;
    }

    .section-three-text {
        margin: 80px 0;
    }

    .section-three-text p {
        font-size: 24px;
        line-height: 1.6;
    }

    .section-three-decorative p {
        font-size: 64px;
        line-height: 1.5;
        letter-spacing: 0.64px;
    }
}

/* Section Four Styles */
.section-four {
    background-color: #f2eee5;
    width: 100%;
    padding: 100px 100px 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-four-content {
    display: flex;
    flex-direction: column;
    gap: 136px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Map section */
.section-four-map {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 862px;
    max-width: 100%;
}

.map-container {
    width: 100%;
    aspect-ratio: 4096 / 3443;
    overflow: hidden;
    border-radius: 4px;
}

.map-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.map-caption {
    font-family: 'Crimson Pro', serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 12px;
    color: #4b4422;
    text-align: center;
    margin: 0;
    width: 100%;
}

/* Info section */
.section-four-info {
    display: flex;
    flex-direction: column;
    gap: 143px;
    align-items: center;
    width: 100%;
    max-width: 1225px;
    padding: 10px;
    box-sizing: border-box;
}

/* Header text */
.section-four-header {
    width: 100%;
    text-align: center;
}

.section-four-header p {
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #4b4422;
    margin: 0;
}

.section-four-header strong {
    font-family: 'Crimson Pro', serif;
    font-weight: 700;
    color: #4b4422;
}

/* Three column table */
.section-four-table {
    display: flex;
    gap: 8px;
    width: 100%;
    align-items: flex-start;
}

.table-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 26px;
    text-align: center;
    color: #4b4422;
}

.table-column-middle {
    border-left: 2px solid #4b4422;
    border-right: 2px solid #4b4422;
    padding: 0 20px;
}

.table-column h3 {
    font-family: 'Crimson Pro', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #4b4422;
    margin: 0;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-column p {
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #4b4422;
    margin: 0;
}

/* Section Four Responsive Design */
@media (max-width: 1200px) {
    .section-four {
        padding: 80px clamp(60px, 8vw, 80px) 80px;
    }
    
    .section-four-content {
        gap: clamp(80px, 10vw, 120px);
    }
    
    .section-four-map {
        width: 100%;
        max-width: 700px;
    }
    
    .section-four-info {
        gap: clamp(80px, 12vw, 120px);
        max-width: 1000px;
    }
    
    .section-four-header p {
        font-size: clamp(28px, 4vw, 32px);
        line-height: 1.3;
    }
    
    .table-column h3 {
        font-size: clamp(20px, 3vw, 22px);
    }
    
    .table-column p {
        font-size: clamp(20px, 3vw, 22px);
        line-height: 1.4;
    }
}

@media (max-width: 968px) {
    .section-four {
        padding: 60px clamp(40px, 6vw, 60px) 60px;
    }
    
    .section-four-content {
        gap: clamp(60px, 8vw, 100px);
    }
    
    .section-four-info {
        gap: clamp(60px, 10vw, 100px);
    }
    
    .section-four-header p {
        font-size: clamp(24px, 4vw, 28px);
        line-height: 1.4;
    }
    
    .section-four-table {
        flex-direction: row;
        gap: clamp(4px, 1vw, 8px);
    }
    
    .table-column-middle {
        border-left: 2px solid #4b4422;
        border-right: 2px solid #4b4422;
        border-top: none;
        border-bottom: none;
        padding: 0 clamp(10px, 2vw, 20px);
    }
    
    .table-column h3 {
        font-size: clamp(18px, 3vw, 20px);
    }
    
    .table-column p {
        font-size: clamp(16px, 2.5vw, 18px);
        line-height: 1.5;
    }
    
    .map-caption {
        font-size: clamp(14px, 2.5vw, 16px);
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .section-four {
        padding: 50px clamp(20px, 4vw, 30px) 50px;
    }
    
    .section-four-content {
        gap: clamp(40px, 6vw, 60px);
    }
    
    .section-four-map {
        width: 100%;
        max-width: 100%;
    }
    
    .map-caption {
        font-size: clamp(13px, 2vw, 15px);
        line-height: 1.4;
        padding: 0 4px;
    }
    
    .section-four-info {
        gap: clamp(40px, 6vw, 60px);
        padding: 0;
        width: 100%;
    }
    
    .section-four-header {
        width: 100%;
        padding: 0 4px;
    }
    
    .section-four-header p {
        font-size: clamp(20px, 4vw, 24px);
        line-height: 1.5;
    }
    
    .section-four-table {
        flex-direction: row;
        gap: clamp(4px, 1vw, 8px);
        width: 100%;
    }
    
    .table-column {
        gap: clamp(14px, 3vw, 18px);
        flex: 1;
    }
    
    .table-column-middle {
        border-left: 1.5px solid #4b4422;
        border-right: 1.5px solid #4b4422;
        border-top: none;
        border-bottom: none;
        padding: 0 clamp(8px, 1.5vw, 16px);
    }
    
    .table-column h3 {
        font-size: clamp(16px, 2.5vw, 18px);
        height: auto;
    }
    
    .table-column p {
        font-size: clamp(14px, 2.5vw, 16px);
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .section-four {
        padding: 40px 16px 64px;
    }

    .section-four-content {
        gap: 0px;
    }

    .section-four-map {
        width: 100%;
        gap: 12px;
        margin-bottom: 130px;
    }
    
    .map-container {
        width: 100%;
        border-radius: 2px;
    }
    
    .map-caption {
        font-size: 13px;
        line-height: 18px;
        padding: 0 8px;
    }
    
    .section-four-info {
        gap: 80px;
        padding: 0;
        width: 100%;
    }
    
    .section-four-header {
        width: 100%;
        padding: 0 8px;
    }
    
    .section-four-header p {
        font-size: 18px;
        line-height: 24px;
    }
    
    .section-four-table {
        flex-direction: row;
        gap: 4px;
        width: 100%;
    }
    
    .table-column {
        gap: 26px;
        flex: 1;
    }
    
    .table-column-middle {
        border-left: 1.5px solid #4b4422;
        border-right: 1.5px solid #4b4422;
        border-top: none;
        border-bottom: none;
        padding: 0 8px;
    }
    
    .table-column h3 {
        font-size: 14px;
        line-height: 18px;
        height: auto;
    }
    
    .table-column p {
        font-size: 12px;
        line-height: 18px;
    }
}

/* Section Five Styles */
.section-five {
    background-image: url('../assets/section-five-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 138px 418px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
}

.section-five-content {
    display: flex;
    flex-direction: column;
    gap: 73px;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
}

/* Text content */
.section-five-text {
    color: #f2eee5;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-five-text p {
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #f2eee5;
    margin: 0;
    text-align: center;
}

.section-five-text strong {
    font-family: 'Crimson Pro', serif;
    font-weight: 700;
    color: #f2eee5;
}

/* Button */
/* Section five button styles now unified with other buttons */

/* Section five button hover styles now unified */

/* Section Five Responsive Design */
@media (max-width: 1200px) {
    .section-five {
        padding: 64px;
        min-height: 80vh;
    }
    
    .section-five-content {
        gap: 60px;
        width: 60%;
    }
    
    .section-five-text p {
        font-size: 20px;
        line-height: 28px;
    }
    
    .section-five-button span {
        font-size: clamp(20px, 3vw, 22px);
    }
}

@media (max-width: 968px) {
    .section-five {
        padding: 80px clamp(100px, 15vw, 150px);
        min-height: 70vh;
    }
    
    .section-five-content {
        gap: clamp(40px, 5vw, 50px);
    }
    
    .section-five-text {
        gap: 15px;
    }
    
    .section-five-text p {
        font-size: clamp(18px, 3vw, 20px);
        line-height: 1.5;
    }
    
    /* Section five button responsive styles now unified */
}

@media (max-width: 768px) {
    .section-five {
        padding: 60px clamp(60px, 10vw, 100px);
        min-height: 60vh;
    }
    
    .section-five-content {
        gap: clamp(35px, 5vw, 45px);
    }
    
    .section-five-text {
        gap: 12px;
    }
    
    .section-five-text p {
        font-size: clamp(16px, 3.5vw, 18px);
        line-height: 1.6;
    }
    
    /* Section five button responsive styles now unified */
}

@media (max-width: 480px) {
    .section-five {
        padding: 138px 16px;
        min-height: 50vh;
    }
    
    .section-five-content {
        gap: 72px;
    }
    
    .section-five-text {
        gap: 20px;
    }
    
    .section-five-text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    /* Section five button responsive styles now unified */
}

/* Section Six Styles */
.section-six {
    background-color: #f2eee5;
    width: 100%;
    padding: 100px 204px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}

.section-six-content {
    display: flex;
    flex-direction: column;
    gap: 100px;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

/* Main text block */
.section-six-text {
    height: 148px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-six-text p {
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #93240a;
    margin: 0;
    text-align: center;
}

.section-six-text strong {
    font-family: 'Crimson Pro', serif;
    font-weight: 700;
    color: #93240a;
}

/* Decorative text */
.section-six-decorative {
    width: 100%;
}

.section-six-decorative p {
    font-family: 'Hurricane', cursive;
    font-weight: 400;
    font-size: 96px;
    line-height: 100px;
    color: #93240a;
    margin: 0;
    text-align: center;
    letter-spacing: 0.96px;
}

/* Section Six Responsive Design */
@media (max-width: 1200px) {
    .section-six {
        padding: 80px clamp(120px, 15vw, 160px);
    }
    
    .section-six-content {
        gap: clamp(60px, 8vw, 80px);
    }
    
    .section-six-text p {
        font-size: clamp(28px, 4vw, 32px);
        line-height: 1.3;
    }
    
    .section-six-decorative p {
        font-size: clamp(60px, 8vw, 80px);
        line-height: 1.2;
    }
}

@media (max-width: 968px) {
    .section-six {
        padding: 60px clamp(80px, 12vw, 120px);
        min-height: 50vh;
    }
    
    .section-six-content {
        gap: clamp(50px, 7vw, 70px);
    }
    
    .section-six-text {
        height: auto;
    }
    
    .section-six-text p {
        font-size: clamp(24px, 4vw, 28px);
        line-height: 1.4;
    }
    
    .section-six-decorative p {
        font-size: clamp(50px, 7vw, 70px);
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .section-six {
        padding: 50px clamp(40px, 8vw, 60px);
    }
    
    .section-six-content {
        gap: clamp(40px, 6vw, 60px);
    }
    
    .section-six-text p {
        font-size: clamp(20px, 4vw, 24px);
        line-height: 1.5;
    }
    
    .section-six-decorative p {
        font-size: clamp(40px, 8vw, 60px);
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .section-six {
        padding: 120px 16px;
    }
    
    .section-six-content {
        gap: 80px;
    }
    
    .section-six-text p {
        font-size: clamp(18px, 4vw, 20px);
        line-height: 1.6;
    }
    
    .section-six-decorative p {
        font-size: 64px;
        line-height: 80px;
    }
}

/* Section Seven Styles */
.section-seven {
    display: flex;
    width: 100%;
    height: 100vh;
    min-height: 600px;
}

/* Left side - Forest photo */
.section-seven-photo {
    flex: 0 0 50%;
    width: 50%;
    background-image: url('../assets/section-seven-forest.webp');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 600px;
}

/* Right side - Content area */
.section-seven-content {
    flex: 0 0 50%;
    width: 50%;
    background-image: url('../assets/section-seven-bg.webp');
    background-size: 99.97% 111.38%;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 100px 100px 100px 116px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
}

/* Text container */
.section-seven-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

/* Subtitle */
.section-seven-subtitle {
    flex-shrink: 0;
}

.section-seven-subtitle p {
    font-family: 'Crimson Pro', serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #f2eee5;
    margin: 0;
    letter-spacing: 0.5px;
}

/* Main content area */
.section-seven-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin: 40px 0;
}

/* Heading with underline */
.section-seven-heading-container {
    height: 55px;
    width: 100%;
    position: relative;
    border-bottom: 1.5px solid #f2eee5;
}

.section-seven-heading {
    font-family: 'Crimson Pro', serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 30px;
    color: #f2eee5;
    margin: 0;
    width: 520px;
    height: 55px;
    display: flex;
    align-items: center;
}

/* Description text */
.section-seven-description {
    width: 100%;
}

.section-seven-description p {
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #f2eee5;
    margin: 0;
}

/* Call to action button */
/* Section seven button - left aligned */
.section-seven-button {
    align-self: flex-start;
}

/* Section Seven Responsive Design */
@media (max-width: 1200px) {
    .section-seven {
        height: auto;
        min-height: 70vh;
    }
    
    /* .section-seven-content {
        flex: 0 0 60%;
        width: 60%;
        padding: 80px clamp(60px, 8vw, 100px) 80px clamp(80px, 10vw, 116px);
    } */
    
    .section-seven-heading {
        font-size: 36px;
        line-height: 30px;
        width: 100%;
    }
    
    .section-seven-description p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .section-seven-button span {
        font-size: clamp(20px, 2.5vw, 22px);
    }
}

@media (max-width: 968px) {
    .section-seven {
        flex-direction: column;
        height: auto;
    }
    
    .section-seven-photo {
        flex: none;
        width: 100%;
        height: 50vh;
        min-height: 300px;
        background-size: cover;
        background-position: center;
    }
    
    .section-seven-content {
        flex: none;
        width: 100%;
        padding: 60px clamp(40px, 8vw, 80px);
    }
    
    .section-seven-text {
        min-height: auto;
        gap: 30px;
    }
    
    .section-seven-main {
        margin: 0;
        gap: 24px;
    }
    
    .section-seven-heading-container {
        height: auto;
        padding-bottom: 10px;
    }
    
    .section-seven-heading {
        height: auto;
        font-size: clamp(28px, 5vw, 36px);
        line-height: 1.2;
    }
    
    .section-seven-description p {
        font-size: clamp(16px, 2.5vw, 18px);
        line-height: 1.6;
    }
}

@media (max-width: 768px) {
    .section-seven-photo {
        height: 444px;
        background-position: left center;
    }
    
    .section-seven-content {
        padding: 50px clamp(24px, 6vw, 40px);
    }
    
    .section-seven-subtitle p {
        font-size: 14px;
    }
    
    .section-seven-heading {
        font-size: clamp(24px, 5vw, 32px);
    }
    
    .section-seven-description p {
        font-size: 16px;
        line-height: 1.7;
    }
    
    /* Section seven button responsive styles now unified */
}

@media (max-width: 480px) {
    .section-seven-content {
        padding: 40px 16px;
    }
    
    .section-seven-text {
        gap: 80px;
    }
    
    .section-seven-main {
        gap: 20px;
    }
    
    .section-seven-subtitle p {
        font-size: 12px;
    }
    
    .section-seven-heading {
        font-size: clamp(20px, 6vw, 28px);
    }
    
    .section-seven-description p {
        font-size: 14px;
        line-height: 1.8;
    }
    
    /* Section seven button responsive styles now unified */
}

/* Section Eight Styles */
.section-eight {
    /* background-color: #f2eee5; */
    width: 100%;
    min-height: 100vh;
    padding: 80px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Background overlay for section eight - matches section nine */
.section-eight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    pointer-events: none;
    z-index: 1;
}

.section-eight-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 900px;
    margin: 0 auto;
    z-index: 2;
}

/* Historical Photos - Artistic Positioning */

/* Photo 1 - Left, no rotation */
.archive-photo-1 {
    position: absolute;
    left: 96px;
    top: 162px;
    width: 323px;
    height: 497px;
    background-image: url('../assets/archive-photo-1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Photo 2 - Center top, rotated right */
.archive-photo-2-wrapper {
    position: absolute;
    left: 465px;
    top: 89px;
    width: 383.748px;
    height: 521.005px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive-photo-2 {
    width: 347.135px;
    height: 496.115px;
    background-image: url('../assets/archive-photo-2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(4.349deg);
}

/* Photo 3 - Center bottom, rotated left */
.archive-photo-3-wrapper {
    position: absolute;
    left: 294px;
    top: 350px;
    width: 353.315px;
    height: 516.633px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive-photo-3 {
    width: 320.088px;
    height: 495.87px;
    background-image: url('../assets/archive-photo-3.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-3.931deg);
}

/* Golden Content Card */
.section-eight-content {
    position: absolute;
    left: 764px;
    top: 268px;
    width: 580px;
    height: 517px;
    background-color: #e7cd8b;
    padding: 60px 47px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Heading */
.section-eight-heading {
    width: 486px;
    height: 49px;
    flex-shrink: 0;
}

.section-eight-heading h2 {
    font-family: 'Hurricane', cursive;
    font-weight: 400;
    font-size: 64px;
    line-height: 30px;
    color: #491111;
    margin: 0;
    text-align: left;
}

/* Description text */
.section-eight-description {
    width: 486px;
    flex-shrink: 0;
}

.section-eight-description p {
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #491111;
    margin-bottom: 0;
    text-align: left;
}

.section-eight-description strong {
    font-family: 'Crimson Pro', serif;
    font-weight: 700;
    color: #491111;
}

/* Section Eight Responsive Design */
@media (max-width: 1400px) {
    .section-eight-container {
        width: 90%;
        height: 800px;
        transform: scale(0.9);
        transform-origin: center;
    }
}

@media (max-width: 1200px) {
    .section-eight-container {
        height: 700px;
        transform: scale(0.8);
        transform-origin: left;
    }
    
    .section-eight-content {
        padding: 50px 40px;
    }

    .section-eight-heading {
        width: 45vw;
    }
    
    .section-eight-heading h2 {
        font-size: 56px;
    }
    
    .section-eight-description {
        width: 45vw;
    }

    .section-eight-description p {
        font-size: 18px;
        line-height: 24px;
    }

    .archive-photo-1 {
        left: 0px;
    }

    .archive-photo-2-wrapper {
        left: 364px;
    }

    .archive-photo-3-wrapper {
        left: 200px;
    }

    .section-eight-content {
        left: 670px;
        width: 50vw;
    }
}

@media (max-width: 968px) {
    .section-eight {
        padding: 60px 20px;
    }

    .section-eight-container {
        position: static;
        width: 100%;
        height: auto;
        transform: none;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    /* Show all three photos at 40% width on mobile */
    .archive-photo-1,
    .archive-photo-2-wrapper {
        position: static;
        width: 40%;
        height: 400px;
        margin: 0 auto;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
        order: 1;
    }

    .archive-photo-1 {
        order: 1;
    }

    .archive-photo-2-wrapper {
        order: 2;
    }

    .archive-photo-3-wrapper {
        position: relative;
        width: 40%;
        height: 400px;
        margin: 0 auto;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
        order: 4;
        left: 40%; /* Align top-left corner with center of content */
    }

    .archive-photo-2,
    .archive-photo-3 {
        width: 100%;
        height: 100%;
    }

    .section-eight-content {
        position: static;
        width: 60%;
        height: auto;
        padding: 40px 30px;
        margin-left: auto;
        margin-right: 16px;
        order: 3;
    }
    
    .section-eight-heading,
    .section-eight-description {
        width: 100%;
    }
    
    .section-eight-heading h2 {
        font-size: clamp(40px, 6vw, 56px);
        line-height: 1.2;
        text-align: left;
    }

    .section-eight-description p {
        font-size: clamp(16px, 2.5vw, 18px);
        line-height: 1.6;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .section-eight {
        padding: 50px 16px;
    }

    .archive-photo-1,
    .archive-photo-2-wrapper,
    .archive-photo-3-wrapper {
        height: 300px;
    }

    .archive-photo-3-wrapper {
        left: 40%; /* Maintain alignment */
    }
    
    .section-eight-content {
        padding: 30px 20px;
    }
    
    .section-eight-heading h2 {
        font-size: clamp(32px, 6vw, 48px);
    }
    
    .section-eight-description p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .section-eight {
        padding: 40px 16px;
    }

    .archive-photo-1,
    .archive-photo-2-wrapper,
    .archive-photo-3-wrapper {
        height: 250px;
    }

    .archive-photo-3-wrapper {
        left: 40%; /* Maintain alignment */
    }
    
    .section-eight-content {
        padding: 24px 16px;
    }
    
    .section-eight-heading h2 {
        font-size: clamp(28px, 6vw, 40px);
    }
    
    .section-eight-description p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 0;
    }
}

.eight-nine-bg {
    background-image: url('../assets/section-nine-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Section eight mobile exact layout (Figma 390x691) */
@media (max-width: 480px) {
    .section-eight {
        padding: 24px 0;
    }
    
    .section-eight-container {
        position: relative;
        width: 390px;
        height: 691px;
        margin: 0 auto;
        transform: scale(calc(100vw / 390));
        transform-origin: top center;
    }
    
    .archive-photo-1,
    .archive-photo-2-wrapper,
    .archive-photo-3-wrapper,
    .section-eight-content {
        position: absolute;
        box-shadow: none;
    }
    
    /* Photo 2 - top (rotated right) */
    .archive-photo-2-wrapper {
        left: 29px;
        top: 442.493px;
        width: 186.592px;
        height: 247.392px;
        z-index: 1;
    }
    .archive-photo-2 {
        width: 100%;
        height: 100%;
        transform: rotate(-3.931deg);
    }
    
    /* Photo 1 - middle (no rotation) */
    .archive-photo-1 {
        left: 15px;
        top: 200px;
        width: 156px;
        height: 248px;
        z-index: 2;
    }
    
    /* Photo 3 - bottom (rotated left) */
    .archive-photo-3-wrapper {
        left: 67.827px;
        top: 0;
        width: 173.296px;
        height: 259.336px;
        z-index: 1;
    }
    .archive-photo-3 {
        width: 100%;
        height: 100%;
        transform: rotate(4.349deg);
    }
    
    /* Golden content card */
    .section-eight-content {
        left: 131px;
        top: 152px;
        width: 244px;
        height: 450px;
        padding: 24px 16px;
        gap: 16px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        z-index: 3;
    }
    .section-eight-heading {
        width: auto;
        height: auto;
    }
    .section-eight-heading h2 {
        font-size: 32px;
        line-height: 30px;
    }
    .section-eight-description {
        width: auto;
    }
    .section-eight-description p {
        font-size: 14px;
        line-height: 22px;
    }
}

/* Section Nine Styles */
.section-nine {
    width: 100%;
    padding: 80px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
}

/* Background overlay */
.section-nine::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    pointer-events: none;
    z-index: 1;
}

/* Symbol background */
.section-nine::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background-image: url('../assets/symbol.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
    pointer-events: none;
    z-index: 2;
}

.section-nine-content {
    display: flex;
    flex-direction: column;
    gap: 53px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 3;
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
}

/* Main heading */
.section-nine-heading {
    width: 100%;
    max-width: 906px;
}

.section-nine-heading h2 {
    font-family: 'Crimson Pro', serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    color: #491111;
    margin: 0;
    text-align: center;
}

/* Description text */
.section-nine-description {
    width: 100%;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-nine-description p {
    font-family: 'Crimson Pro', serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    color: #491111;
    margin: 0;
    text-align: center;
}

/* Section nine button styles now unified with other buttons */

/* Section Nine Responsive Design */
@media (max-width: 1200px) {
    .section-nine {
        padding: 80px 0;
        min-height: 100vh;
    }
    
    .section-nine::after {
        width: 350px;
        height: 350px;
    }
    
    .section-nine-content {
        gap: clamp(40px, 5vw, 50px);
    }
    
    .section-nine-heading h2 {
        font-size: clamp(36px, 4.5vw, 48px);
        line-height: 1.2;
    }
    
    .section-nine-description {
        height: auto;
    }
    
    .section-nine-description p {
        font-size: clamp(24px, 3vw, 28px);
        line-height: 1.4;
    }
    
    .hero-button span,
    .section-two-button span,
    .section-five-button span,
    .section-seven-button span,
    .section-nine-button span {
        font-size: clamp(20px, 2.5vw, 22px);
        width: auto;
    }
}

@media (max-width: 968px) {
    .section-nine {
        padding: 60px 20px;
        min-height: 100vh;
    }
    
    .section-nine::after {
        width: 600px;
        height: 600px;
        opacity: 0.35;
    }
    
    .section-nine-content {
        gap: clamp(30px, 4vw, 40px);
        padding: 0 16px;
    }
    
    .section-nine-heading h2 {
        font-size: clamp(28px, 5vw, 36px);
        line-height: 1.3;
    }
    
    .section-nine-description p {
        font-size: clamp(20px, 3vw, 24px);
        line-height: 1.5;
    }
    
    .hero-button,
    .section-two-button,
    .section-five-button,
    .section-seven-button,
    .section-nine-button {
        padding: 14px 28px;
    }
    
    .hero-button span,
    .section-two-button span,
    .section-five-button span,
    .section-seven-button span,
    .section-nine-button span {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .section-nine {
        padding: 50px 16px;
        min-height: 100vh;
    }
    
    .section-nine::after {
        width: 500px;
        height: 500px;
        opacity: 0.3;
    }
    
    .section-nine-content {
        gap: 24px;
    }
    
    .section-nine-heading h2 {
        font-size: clamp(24px, 5vw, 32px);
        line-height: 1.4;
    }
    
    .section-nine-description p {
        font-size: clamp(18px, 3vw, 22px);
        line-height: 1.6;
    }
    
    .hero-button,
    .section-two-button,
    .section-five-button,
    .section-seven-button,
    .section-nine-button {
        padding: 12px 24px;
    }
    
    .hero-button span,
    .section-two-button span,
    .section-five-button span,
    .section-seven-button span,
    .section-nine-button span {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .section-nine {
        padding: 64px 16px;
        min-height: 50vh;
    }
    
    .section-nine::after {
        width: 400px;
        height: 400px;
        opacity: 0.25;
    }
    
    .section-nine-content {
        gap: 52px;
        padding: 0 12px;
    }
    
    .section-nine-heading h2 {
        font-size: 32px;
        line-height: 40px;
        line-height: 1.5;
    }
    
    .section-nine-description p {
        font-size: 24px;
        line-height: 30px;
    }
    
    .hero-button,
    .section-two-button,
    .section-five-button,
    .section-seven-button,
    .section-nine-button {
        padding: 10px 20px;
    }
    
    .hero-button span,
    .section-two-button span,
    .section-five-button span,
    .section-seven-button span,
    .section-nine-button span {
        font-size: 14px;
    }
}

/* Hero Scroll Out Animations */
@keyframes scrollOutToTop {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh);
        opacity: 0;
    }
}

.scroll-out-animation {
    animation: scrollOutToTop 1s ease-in-out forwards;
}

/* Old Photo Zoom and Center Animation */
@keyframes zoomAndCenter {
    from {
        transform: translateX(0) scale(1);
    }
    to {
        transform: translate(35%, 15%) scale(2.5);
    }
}

/* Straighten and Fill Screen Animation */
@keyframes straightenAndFill {
    from {
        transform: translate(35%, 15%) scale(2.5);
     } 
    to {
        transform:  translate(var(--final-translate-x, 20%), var(--final-translate-y, 50%)) scale(var(--final-scale, 5.5)); 
    }
}

@keyframes rotate {
    from {
        transform: rotate(353deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes scaleContent {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0.2);
    }
}

.old-photo-content.scale-content-animation {
    animation: scaleContent 1s ease-in-out forwards;
}

.old-photo-container.zoom-center-animation {
    animation: zoomAndCenter 1s ease-in-out forwards;
}

.old-photo-container.straighten-fill-animation {
    animation: straightenAndFill 1s ease-in-out forwards;
}

.old-photo-container.straighten-fill-animation .old-photo {
    animation: rotate 1s ease-in-out forwards;
}

/* Black overlay during final step of old-photo animation */
.old-photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 5;
    pointer-events: none;
}

.old-photo-container.straighten-fill-animation .old-photo::after {
    opacity: 1;
}

/* Forest Image Section */
.forest-image-section {
    width: 100%;
    height: 50vh;
    min-height: 400px;
    background-image: url('../assets/signum-forest-bottle.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

/* Forest Image Responsive Design */
@media (max-width: 1200px) {
    .forest-image-section {
        height: 45vh;
        min-height: 350px;
    }
}

@media (max-width: 968px) {
    .forest-image-section {
        height: 40vh;
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .forest-image-section {
        height: 35vh;
        min-height: 250px;
    }
}

@media (max-width: 480px) {
    .forest-image-section {
        height: 30vh;
        min-height: 200px;
    }
}

/* Navigation Link Styles */
.nav-item a {
    color: inherit;
    text-decoration: none;
    display: block;
}

/* Base Button Styles */
.hero-button,
.section-five-button,
.section-nine-button {
    background-color: #f2eee5;
    border: 1.5px solid #491111;
    border-radius: 8px;
    padding: 16px 32px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
}

/* Center section five and nine buttons */
.section-five-button,
.section-nine-button {
    align-self: center;
}

.hero-button:hover,
.section-five-button:hover,
.section-nine-button:hover {
    background-color: #93240A;
    border: 1.5px solid #491111;
    text-decoration: none;
}

.hero-button:active,
.hero-button:focus {
    background-color: #93240A;
    border: 1.5px solid #491111;
    text-decoration: none;
}

.hero-button:visited,
.section-five-button:visited,
.section-nine-button:visited {
    color: inherit;
    text-decoration: none;
}

.hero-button span,
.section-five-button span,
.section-nine-button span {
    font-family: 'Crimson Pro', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    color: #491111;
    transition: color 0.3s ease;
    display: block;
    text-align: center;
    white-space: nowrap;
}

.hero-button:hover span,
.section-five-button:hover span,
.section-nine-button:hover span {
    color: #f2eee5;
}

.hero-button:active span,
.hero-button:focus span {
    color: #f2eee5;
}

/* Dark Theme Button Styles - Sections Two and Seven */
.section-two-button,
.section-seven-button {
    background-color: transparent;
    border: 1.5px solid #f2eee5;
    border-radius: 8px;
    padding: 16px 32px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none !important;
    display: inline-block;
}

.section-two-button:hover {
    background-color: rgba(75, 68, 34, 0.8);
    text-decoration: none;
}

.section-seven-button:hover {
    background-color: rgba(147, 36, 10, 0.8);
    text-decoration: none;
}

.section-two-button:visited,
.section-seven-button:visited {
    color: inherit;
    text-decoration: none;
}

.section-two-button span,
.section-seven-button span {
    font-family: 'Crimson Pro', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    color: #f2eee5;
    transition: color 0.3s ease;
    display: block;
    text-align: center;
    white-space: nowrap;
}

.section-two-button:hover span,
.section-seven-button:hover span {
    color: #f2eee5;
}

/* Footer Styles */
.footer {
    background-color: #4b4422;
    width: 100%;
    padding: 48px 100px;
    box-sizing: border-box;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}

/* Contact Information Section */
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 17px;
    align-items: flex-start;
    width: 372px;
    flex-shrink: 0;
}

.footer-title {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 32px;
    color: #f2eee5;
    line-height: 30px;
    margin: 0;
    width: min-content;
    white-space: nowrap;
}

.footer-divider {
    width: 365px;
    height: 1.5px;
    background-color: #f2eee5;
    opacity: 0.6;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    text-align: left;
}

.footer-info p {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 20px;
    color: #f2eee5;
    line-height: 30px;
    margin: 0;
}

/* Footer link styles - inherit color, remove underline */
.footer a,
.footer a:hover,
.footer a:focus,
.footer a:active,
.footer a:visited {
    color: inherit;
    text-decoration: none;
}

/* Logo Section */
.footer-logo {
    height: 162px;
    width: 160px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Social Media Section */
.footer-social {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    width: 370px;
    flex-shrink: 0;
}

.social-item {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 10px 10px 10px 0px;
}

.social-icon {
    width: 31px;
    height: 31px;
    flex-shrink: 0;
}

.social-item span {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 20px;
    color: #f2eee5;
    line-height: 30px;
    white-space: nowrap;
}

.footer-copyright {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-size: 14px;
    color: #f2eee5;
    line-height: 20px;
    margin: 0;
    width: 310px;
}

@media (max-width: 1200px) {
    .footer {
        padding: 40px 64px;
    }

    .footer-contact {
        width: auto;
        min-width: 280px;
    }

    .footer-social {
        width: auto;
        min-width: 280px;
    }
}

/* Footer Responsive Design */
@media (max-width: 968px) {
    .footer {
        padding: 40px clamp(20px, 4vw, 40px);
    }
    
    .footer-content {
        gap: clamp(20px, 4vw, 30px);
    }
    
    .footer-contact {
        width: auto;
        min-width: 280px;
    }
    
    .footer-divider {
        width: 100%;
        max-width: 300px;
    }
    
    .footer-social {
        width: auto;
        min-width: 280px;
    }
    
    .footer-copyright {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }
    
    .footer-contact,
    .footer-social {
        width: 100%;
        max-width: 400px;
        align-items: center;
    }
    
    .footer-title {
        white-space: nowrap;
    }
    
    .footer-divider {
        width: 100%;
        max-width: 400px;
    }
    
    .social-item {
        justify-content: center;
    }
    
    .footer-copyright {
        text-align: center;
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 30px 16px;
    }
    
    .footer-title {
        font-size: clamp(24px, 6vw, 28px);
    }
    
    .footer-info p {
        font-size: clamp(16px, 4vw, 18px);
        line-height: 24px;
    }
    
    .social-item span {
        font-size: clamp(16px, 4vw, 18px);
        line-height: 24px;
    }
    
    .footer-copyright {
        font-size: clamp(12px, 3vw, 13px);
        line-height: 18px;
    }
    
    .footer-logo {
        height: 120px;
        width: 120px;
    }
    
    .social-icon {
        width: 24px;
        height: 24px;
    }
}

/* Scroll Trigger Icon Styles */
.scroll-trigger {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
}

.scroll-trigger:hover {
    transform: translateX(-50%) translateY(-2px);
}

.scroll-trigger svg {
    width: 33px;
    height: 33px;
    color: #491111;
    transition: all 0.3s ease;
}

.scroll-trigger:hover svg {
    color: #93240a;
    transform: translateY(1px);
}

/* Scroll trigger animation */
.scroll-trigger.animate {
    animation: scrollPulse 2s infinite;
}

@keyframes scrollPulse {
    0%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(-5px);
        opacity: 0.7;
    }
}

/* Scroll trigger responsive design */
@media (max-width: 768px) {
    .scroll-trigger {
        bottom: 40px;
        width: 50px;
        height: 50px;
    }
    
    .scroll-trigger svg {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 480px) {
    .scroll-trigger {
        bottom: 30px;
        width: 45px;
        height: 45px;
    }
    
    .scroll-trigger svg {
        width: 25px;
        height: 25px;
    }
}
