/* CSS Stylesheet for Atelier of Axom */

:root {
    --primary-gold: #C5A880;
    --accent-gold-dark: #8A6E45;
    --deep-green: #1C3322;
    --cream-light: #F7F4EF;
    --cream-dark: #F0EAE1;
    --text-dark: #2B2A27;
    --text-muted: #6A6864;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Jost', sans-serif;
}

body {
    font-family: var(--font-body);
    color: var(--text-dark);
    background-color: var(--cream-light);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.brand-logo-img{
  height: 40px;     
  width: auto; 
  display: inline-block;
  object-fit: contain;
}


/* Navbar & Header Custom Design */
.header-nav {
    background-color: rgba(247, 244, 239, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(197, 168, 128, 0.2);
    padding: 12px 0;
    transition: all 0.3s ease;
}

.brand-text-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-title {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--text-dark);
}

.brand-subtitle {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 3px;
    color: var(--accent-gold-dark);
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 0;
    position: relative;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--accent-gold-dark);
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
}

.navbar-nav .nav-link.active {
    color: var(--accent-gold-dark) !important;
}

.nav-icon-link {
    color: var(--text-dark);
    font-size: 18px;
    transition: color 0.2s ease;
}

.nav-icon-link:hover {
    color: var(--accent-gold-dark);
}

/* Hero Section Design */
.hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.3)), url('../../resources/background_photos/bg1.png');
    height: 90vh;
    min-height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 80px;
}

.hero-content-box {
    color: #ffffff;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(32px, 5vw, 54px);
    color: white;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.hero-divider {
    width: 60px;
    height: 2px;
    background-color: var(--primary-gold);
    margin-bottom: 25px;
}

.hero-text {
    font-size: clamp(18px, 5vw, 20px);
    font-weight: 300;
    line-height: 1.6;
    max-width: 480px;
    text-decoration: ;
    color: rgba(255, 255, 255, 0.9);
}

/* Movement & About Section */
.bg-cream-light {
    background-color: var(--cream-light);
}

.section-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--accent-gold-dark);
    text-transform: uppercase;
    display: inline-block;
}

.section-heading {
    font-family: var(--font-heading);
    font-size: clamp(26px, 4vw, 38px);
    color: var(--text-dark);
    line-height: 1.3;
}

.section-desc {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-muted);
}

.movement-img-card {
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.card-tall {
    height: 380px;
}

/* Philosophy Cards Section */
.bg-cream-dark {
    background-color: var(--cream-dark);
}

.philosophy-col {
    padding: 20px;
}

.philosophy-title {
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.philosophy-text {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 260px;
    margin: 0 auto;
}

/* Commitment Section (Deep Green Background) */
.bg-deep-green {
    background-color: var(--deep-green);
}

.commitment-main-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 500;
}

.commitment-divider {
    width: 40px;
    height: 1.5px;
    background-color: var(--primary-gold);
    margin: 15px 0 20px 0;
}

.commitment-main-desc {
    font-size: 14px;
    line-height: 1.6;
}

.commitment-pillar-card {
    padding: 15px 10px;
}

.pillar-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--primary-gold);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pillar-text {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

/* Impact Counters Section */
.impact-section-title {
    font-family: var(--font-heading);
    font-size: clamp(26px, 4vw, 34px);
    position: relative;
    display: inline-block;
    color: var(--text-dark);
}

.impact-section-title::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1.5px;
    background-color: var(--accent-gold-dark);
    bottom: -10px;
    left: 25%;
}

.stat-counter-box {
    padding: 10px;
}

.stat-icon {
    font-size: 20px;
    color: var(--accent-gold-dark);
}

.stat-number {
    font-family: var(--font-heading);
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 400;
    color: var(--text-dark);
    margin-bottom: 2px;
}

.stat-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-muted);
}

/* Decorative side elements */
.decor-pattern {
    position: absolute;
    width: 140px;
    height: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.15;
}

.left-decor {
    left: -20px;
    bottom: -20px;
    transform: rotate(45deg);
}

.right-decor {
    right: -20px;
    top: -20px;
}

/* Footer CTA Banner Call to Action */
.cta-banner {
    height: 40vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-image{
    max-width: 100vw;
    max-width: 60vw
}
.cta-left-block {
    background-color: rgba(247, 244, 239, 0.70);
    backdrop-filter: blur(0px);
}

.cta-title {
    font-family: var(--font-heading);
    font-size: clamp(22px, 3vw, 30px);
    color: var(--text-dark);
    line-height: 1.3;
}

.btn-meet {
    background-color: var(--deep-green);
    border: none;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 24px;
    border-radius: 4px;
    align-self: flex-start;
    transition: background-color 0.2s ease;
}

.btn-meet:hover {
    background-color: #112015;
}

/* Main Footer styling */
.footer-heading {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.footer-links-list li {
    margin-bottom: 10px;
}

.footer-links-list a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-links-list a:hover {
    color: var(--accent-gold-dark);
}

.footer-socials a {
    color: var(--text-dark);
    font-size: 16px;
    margin-right: 18px;
    transition: color 0.2s ease;
}

.footer-socials a:hover {
    color: var(--accent-gold-dark);
}

.footer-email-text {
    font-size: 14px;
    color: var(--text-muted);
}

.footer-promise-text {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--text-muted);
}

.copyright-text {
    font-size: 12px;
    color: var(--text-muted);
    letter-spacing: 0.5px;
}

/* Precise Responsive Adjustments */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: var(--cream-light);
        padding: 20px;
        border-radius: 8px;
        margin-top: 10px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    }
    .hero-section {
        height: 75vh;
    }
    .card-tall {
        height: 260px;
    }
}

@media (max-width: 575.98px) {
    .card-tall {
        height: 150px;
    }
    .philosophy-col {
        border-bottom: 1px solid rgba(138, 110, 69, 0.1);
    }
    .philosophy-col:last-child {
        border-bottom: none;
    }
}

.contact-form-section {
    position: relative;
    background-color: var(--cream-light);
    padding-bottom: 5rem !important;
}

.form-embed-container {
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(197, 168, 128, 0.25); /* Light primary gold accent border */
    box-shadow: 0 15px 40px rgba(43, 42, 39, 0.04); /* Soft premium shadow */
    overflow: hidden;
    transition: transform 0.3s ease;
}

.form-embed-container:hover {
    transform: translateY(-2px);
}


.form-toggle-wrapper {
    position: relative;
    display: flex;
    background-color: var(--cream-dark);
    border: 1px solid rgba(197, 168, 128, 0.3);
    border-radius: 30px;
    padding: 4px;
    width: 320px;
    max-width: 100%;
}

.toggle-btn {
    position: relative;
    flex: 1;
    background: none;
    border: none;
    outline: none;
    font-family: var(--font-body);
    font-size: 13.5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
    padding: 10px 0;
    z-index: 2;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.toggle-btn.active {
    color: #ffffff !important;
}

.toggle-slider {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background-color: var(--deep-green);
    border-radius: 26px;
    z-index: 1;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-toggle-wrapper.vendor-active .toggle-slider {
    transform: translateX(100%);
}

.form-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.form-pane.active {
    display: block;
    opacity: 1;
}

.form-embed-container {
    background: #ffffff;
    padding: 15px;
    border-radius: 16px;
    border: 1px solid rgba(197, 168, 128, 0.2);
    box-shadow: 0 15px 40px rgba(43, 42, 39, 0.03);
}
.hero-premium-box {
    background: rgba(28, 51, 34, 0.45); 
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(1px); 
    padding: 10px 10px;
    border-radius: 16px;
    border: 1px solid rgba(197, 168, 128, 0.25);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease;
}



/* Custom Fonts and Typography Hooks */
.serif-font {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-weight: 400;
    color: #1c221e; /* Sophisticated deep dark green-black */
}

/* Base Section Styling */
.premium-story-section {
    background-color: #F4F3F0; /* Soft, upscale linen/cream background color */
}

/* The Main Background Container Box */
.story-canvas-box {
    background: #EAE8E3; /* Slightly darker cream to frame the white text area */
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Left Sidebar Pillar Box */
.story-sidebar {
    background-color: #EAE8E3; /* Seamlessly blends into container background */
    border-right: 1px solid rgba(0, 0, 0, 0.04);
}

.story-meta-tag {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    color: #8A857C;
    font-weight: 600;
}

.story-main-title {
    font-size: 1.85rem;
    line-height: 1.35;
}

/* Right Content Area Box */
.story-content-body {
    background-color: #FFFFFF !important;
}

/* Long Text Formatting for Maximum Readability */
.story-lead {
    font-size: 1.130rem;
    line-height: 2;
    color: #2c3531;
    font-weight: 400;
}

.story-paragraph {
    font-size: 0.975rem;
    line-height: 1.9;
    color: grey;
    text-align: justify; /* Gives it that high-end textbook/magazine feel */
    text-justify: inter-word;
}



@media (max-width: 767.98px) {
    .cta-banner{
        background-size: 100% 80% !important;
    }
    .story-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 40px; /* Text stays neatly tracked as you scroll down long paragraphs */
        height: max-content;
    }
    .story-lead{
        padding-top: 50px;
        text-align: justify;
    }

    .story-main-title {
        font-size: 2.2rem;
    }
    .hero-title {
        line-height: 1.6;
    }
    .form-embed-container {
        padding: 10px;
        border-radius: 12px;
    }
    .hero-content-box {
         background: transparent !important;
         margin-top: 0 !important;
         padding: 0 !important;
    }
     .hero-section {
        background-size: 100% 100% !important;
        background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.3)), url('../../resources/background_photos/bg1_mobile.png') !important;
    }
    .hero-premium-box {
        background: rgba(24, 43, 29, 0.65) !important;
        backdrop-filter: blur(1px) !important;
        padding: 10px 25px !important;
        border-radius: 16px !important;
    }
}


