/* =========================================
   CSS Variables for Editorial V2 Design
   ========================================= */
:root {
    --bg-cream: #f4f2ee;
    --text-dark: #121212;
    --text-secondary: #555555;
    
    --accent-brown: #2b1410;
    --accent-red: #e62812;
    --accent-terracotta: #d84315;
    --gold-primary: #c39b32;
    
    --bento-olive: #9b926d;
    --bento-terra: #b47b62;
    --bento-cream: #e0dacc;
    
    --font-serif: 'Instrument Serif', serif;
    --font-sans: 'Manrope', sans-serif;
    
    /* 8px Grid Spacing Tokens */
    --space-8: 8px;
    --space-16: 16px;
    --space-24: 24px;
    --space-32: 32px;
    --space-40: 40px;
    --space-48: 48px;
    --space-64: 64px;
    --space-80: 80px;
    --space-96: 96px;
    --space-128: 128px;
    
    /* Section-level spacing */
    --section-padding: 96px;
    
    /* Modular Typography Scale */
    --text-md: clamp(1rem, 1.2vw, 1.1rem);
    --text-lg: clamp(1.2rem, 1.5vw, 1.5rem);
    --text-xl: clamp(1.5rem, 2vw, 2rem);
    --text-2xl: clamp(2rem, 3vw, 2.5rem);
    --text-3xl: clamp(2.5rem, 4vw, 3rem);
    --text-4xl: clamp(3rem, 5vw, 4rem);
    --text-5xl: clamp(2rem, 8vw, 72px);
}

/* =========================================
   Reset & Base Styles
   ========================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.editorial-theme {
    font-family: var(--font-sans);
    background-color: var(--bg-cream);
    color: var(--text-dark);
    line-height: 1.5;
    letter-spacing: -0.04em;
    overflow-x: hidden;
    /* Smooth scrolling base */
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif);
    font-weight: 400; /* Instrument Serif looks best at normal weight */
    color: var(--text-dark);
}

h1 { font-size: var(--text-5xl); line-height: 0.9; text-transform: uppercase; letter-spacing: -2px; }
h2 { font-size: var(--text-5xl); line-height: 0.9; text-transform: uppercase; font-family: var(--font-serif); letter-spacing: -2px; margin-bottom: var(--space-32); }
h3 { font-size: var(--text-3xl); line-height: 1.2; margin-bottom: var(--space-16); }
h4 { font-size: var(--text-2xl); line-height: 1.3; margin-bottom: var(--space-8); }
h5 { font-size: var(--text-xl); line-height: 1.4; }
h6 { font-size: var(--text-lg); line-height: 1.4; }
p { font-size: var(--text-md); margin-bottom: var(--space-16); color: var(--text-secondary); font-family: var(--font-sans); }

i, em {
    font-style: italic;
    color: var(--accent-terracotta);
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =========================================
   Minimal Header
   ========================================= */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: var(--space-32) 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    mix-blend-mode: difference; /* Makes text visible on varied backgrounds */
    color: #fff;
}

.logo {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.menu-toggle { display: none; }

.main-nav {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.nav-link {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.nav-btn {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    transition: background 0.3s, color 0.3s;
}

.nav-btn:hover {
    background: #fff;
    color: #000;
}

/* =========================================
   Editorial Hero Section
   ========================================= */
.hero-editorial {
    position: relative;
    min-height: 100vh;
    padding: 15vh 5% var(--space-80);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
}

/* Massive Typography */
.massive-title {
    font-size: clamp(3.5rem, 10vw, 160px); /* Locked to exactly 160px max on desktop */
    line-height: 0.85;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--font-serif);
    letter-spacing: -4px;
    position: relative;
    z-index: 5;
}

.title-line {
    overflow: hidden; /* For GSAP reveal */
    display: flex;
    align-items: center;
    margin-bottom: -1%; /* Tighter vertical rhythm */
}

.indent-1 { padding-left: 10%; }
.indent-2 { padding-left: 25%; }

.reveal-text {
    display: inline-block;
    transform: translateY(110%); /* Hidden initially */
}

/* Inline imagery mixed with text */
.inline-img {
    display: inline-block;
    width: clamp(80px, 15vw, 200px);
    height: clamp(60px, 10vw, 130px);
    margin: 0 2vw;
    border-radius: 100px; /* Pill shape */
    overflow: hidden;
    vertical-align: middle;
}

.inline-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Floating Images (Scattered around) */
.floating-art {
    position: absolute;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    z-index: 1;
    opacity: 0; /* Hidden for GSAP */
}

.art-1 {
    top: 5%;
    right: 15%;
    width: 18vw;
    max-width: 300px;
    transform: rotate(3deg);
}

.art-2 {
    bottom: -10%;
    left: 10%;
    width: 25vw;
    max-width: 400px;
    transform: rotate(-2deg);
}

.floating-art img {
    border: 10px solid #fff; /* Museum frame style */
}

/* Hero Description (Asymmetrical placement) */
.hero-description {
    max-width: 400px;
    margin-top: clamp(48px, 10vh, 96px);
    margin-left: auto; /* Push to right */
    padding-right: 5vw;
    opacity: 0; /* Hidden for GSAP */
}

.hero-description p {
    font-size: 1.1rem;
    margin-bottom: var(--space-16);
}

.hero-description p.small-text {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.explore-link {
    display: inline-block;
    margin-top: var(--space-16);
    font-family: var(--font-serif);
    font-size: 1.25rem;
    border-bottom: 1px solid var(--text-dark);
    padding-bottom: var(--space-8);
    transition: opacity 0.3s;
}

.explore-link:hover {
    opacity: 0.6;
}

.scroll-down-indicator {
    position: absolute;
    bottom: var(--space-32);
    left: 5%;
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.2rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(10px); }
}

/* =========================================
   About & Setup / Editorial Layouts
   ========================================= */
.editorial-section {
    padding: var(--section-padding) 5%;
    position: relative;
    z-index: 10;
}

.dark-bg {
    background-color: var(--accent-brown);
    color: #fff;
}

.section-title,
.title-massive {
    font-size: var(--text-5xl);
    line-height: 0.9;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--font-serif);
    letter-spacing: -2px;
    margin-bottom: var(--space-32);
    position: relative;
    z-index: 5;
    color: var(--text-dark);
}

.text-overlap-left {
    margin-left: -5vw;
}

.text-overlap-bottom {
    margin-bottom: -80px;
}

.text-center-large {
    text-align: center;
    font-size: clamp(3rem, 7vw, 6rem);
    margin-bottom: var(--space-80);
}

.split-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-80);
    max-width: 1400px;
    margin: 0 auto;
}

.large-body {
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    line-height: 1.4;
    color: var(--gold-primary);
}

.split-right p {
    font-size: 1.1rem;
    margin-bottom: var(--space-24);
    color: var(--text-secondary);
}

/* =========================================
   Founder Overview (Asymmetrical)
   ========================================= */
.tradition-box {
    background: var(--accent-red);
    padding: var(--space-64);
    border-radius: 12px;
    color: #fff;
}
.founder-highlight {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
    min-height: auto;
}

.founder-img {
    width: 50%;
    height: 550px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.founder-img img, .founder-img .placeholder-founder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1); /* For GSAP parallax */
}

/* Placeholder gradient since image quota used */
.bg-dark-gradient {
    background: linear-gradient(45deg, var(--text-dark), var(--accent-brown));
}

.founder-card {
    background: var(--bg-cream);
    color: var(--text-dark);
    padding: var(--space-48) var(--space-64);
    width: 50%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.founder-card h3 {
    font-family: var(--font-sans);
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
    color: var(--accent-terracotta);
    margin-bottom: var(--space-16);
}

.founder-card h4 {
    font-size: 2.5rem;
    margin-bottom: var(--space-24);
}

.founder-card p {
    margin-bottom: var(--space-16);
    color: var(--text-secondary);
}

/* =========================================
   Mission Grid
   ========================================= */
.mission-section {
    padding: var(--section-padding) 5%;
    background: var(--bg-cream);
}

/* === Strict Monolithic Cards Implementation === */
.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1px; /* border effect */
    background: var(--text-dark);
    border: 1px solid var(--text-dark);
    max-width: 1400px;
    margin: 0 auto;
}

.bento-grid {
    display: grid;
    background-color: var(--text-dark);
    gap: 1px; /* strict geometric borders */
    border: 1px solid var(--text-dark);
    padding: 0;
    border-radius: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(250px, auto);
}

.mission-card {
    background: var(--bg-cream);
    padding: var(--space-48) var(--space-32);
    transition: background 0.2s, color 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.mission-card:hover {
    background: var(--accent-red);
}
.mission-card:hover p, .mission-card:hover h3, .mission-card:hover .card-footer-link {
    color: #fff !important; 
}

/* Bento Styling overriden for clean monochromatic look */
.bento-grid .card-1 { grid-column: span 1; grid-row: span 2; }
.bento-grid .card-2 { grid-column: span 2; grid-row: span 1; }
.bento-grid .card-3 { grid-column: span 1; grid-row: span 1; }
.bento-grid .card-4 { grid-column: span 1; grid-row: span 1; }

.card-number {
    font-family: var(--font-sans);
    font-size: 3rem;
    font-weight: 700;
    color: rgba(0,0,0,0.1);
    margin-bottom: var(--space-16);
}

.mission-card h3 {
    margin-bottom: var(--space-16);
    color: var(--text-dark);
    transition: color 0.2s;
}

.mission-card p {
    color: var(--text-secondary);
    transition: color 0.2s;
}

.card-footer-link {
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: var(--space-32);
    display: inline-block;
}

/* =========================================
   Craftsmanship (Sticky Scroll Layout)
   ========================================= */
.craftsmanship-section {
    padding: var(--section-padding) 5%;
    background-color: var(--bg-cream); /* Light base like Van Gogh ref */
    color: var(--text-dark);
}

.align-top {
    align-items: start;
}

.craft-sticky-heading {
    position: sticky;
    top: 15vh;
}

.craft-materials-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.material-content {
    display: flex;
    align-items: flex-start;
    gap: var(--space-24);
    flex-wrap: wrap; /* allow wrapping to fix overlap */
}

.material-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* top align instead of center for wrap */
    padding: var(--space-32) 0;
    border-bottom: 1px solid var(--text-dark);
    transition: background 0.3s, padding-left 0.3s;
}

.material-item:hover {
    background: rgba(0,0,0,0.03);
    padding-left: 1rem;
}

.material-item h3 {
    margin-bottom: 0;
    width: auto;
    min-width: 200px;
    flex: 1 1 250px;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem); /* prevent huge text on small columns */
}

.material-item p {
    flex: 2 1 300px;
}

.material-num {
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-family: var(--font-sans);
    font-weight: 600;
    color: var(--text-dark);
}

/* =========================================
   Collection Gallery (Masonry Grid)
   ========================================= */
.collection-section {
    padding: var(--section-padding) 5% 0 5%;
}

.section-header.center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto var(--space-80);
}

.section-header.center h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: var(--space-24);
    font-family: var(--font-serif);
    font-style: italic;
}

.gallery-slider {
    display: flex;
    gap: var(--space-32);
    overflow-x: auto;
    padding: 1rem 5vw;
    margin: 0 -5vw;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
}

.gallery-slider::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.gallery-slider .gallery-item {
    flex: 0 0 85%;
    max-width: 600px;
    scroll-snap-align: center;
    margin: 0 !important;
}

.gallery-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--space-64);
    align-items: start;
    max-width: 1400px;
    margin: 0 auto;
}

.gallery-item.large {
    grid-column: span 2;
}

.gallery-item.push-down {
    margin-top: 5vw; /* Asymmetrical look */
}



.gallery-img-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: var(--space-24);
    background: #eae8e1; /* Image placeholder color */
}

.gallery-img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.gallery-img-wrap:hover img {
    transform: scale(1.05); /* Smooth zoom */
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
    backdrop-filter: blur(1px);
}

.gallery-img-wrap:hover .hover-overlay {
    opacity: 1;
}

.gallery-meta {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid var(--text-dark);
    padding-bottom: var(--space-16);
}

.gallery-meta h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.gallery-meta span {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

/* =========================================
   Full Catalog List
   ========================================= */
.full-catalog {
    max-width: 1000px;
    margin: var(--space-128) auto 0;
    padding-top: var(--space-64);
    border-top: 1px solid rgba(0,0,0,0.1);
}

.catalog-header {
    text-align: center;
    margin-bottom: var(--space-48);
}

.catalog-header h3 {
    font-size: var(--text-5xl); /* Ensure consistent massive sizing */
    line-height: 0.9;
    font-family: var(--font-serif);
    margin-bottom: var(--space-16);
}

.catalog-header .title-line {
    justify-content: center;
}

/* Infinite Marquee Slider */
.marquee-container {
    width: 100vw;
    margin-left: calc(-50vw + 50%); /* Break out of container to full screen width */
    overflow: hidden;
    position: relative;
    padding: var(--space-48) 0;
    background-color: var(--accent-brown);
    color: #fff;
    cursor: grab;
}

.marquee-container:active {
    cursor: grabbing;
}

.marquee-track {
    display: flex;
    width: fit-content;
    /* GSAP will handle the animation now */
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: var(--space-48);
    padding-right: var(--space-48);
}

.marquee-item {
    position: relative;
    flex: 0 0 350px;
    width: 350px;
    padding: var(--space-24);
    background: rgba(255,255,255,0.05); /* very faint glass box */
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px;
    transition: transform 0.3s;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee-img-wrap {
    width: 100%;
    height: 250px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: var(--space-24);
    position: relative;
    display: block;
}

.marquee-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.marquee-item:hover {
    transform: translateY(-10px);
    background: rgba(212, 175, 55, 0.1); /* gold tint on hover */
}

.marquee-item strong {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    display: block;
    color: var(--gold-light);
    margin-bottom: 0.5rem;
}

.catalog-reveal-text {
    display: inline-block;
}

/* =========================================
   Editorial Footer
   ========================================= */
.editorial-footer {
    background-color: var(--text-dark);
    color: #fff;
    padding: var(--section-padding) 5% var(--space-32);
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: var(--space-80);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: var(--space-64);
}

.footer-title {
    margin: 0;
    line-height: 0.85;
    color: var(--gold-primary);
}

.footer-cta p {
    font-size: 1.25rem;
    margin-bottom: var(--space-24);
    font-family: var(--font-serif);
    font-style: italic;
}

.nav-btn.inverted {
    border-color: var(--gold-primary);
    color: var(--gold-primary);
}

.nav-btn.inverted:hover {
    background: var(--gold-primary);
    color: var(--text-dark);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
}

.footer-links {
    display: flex;
    gap: var(--space-32);
}

.footer-links a:hover {
    color: #fff;
}

/* Utilities */
.delay {
    transition-delay: 0.2s;
}

/* =========================================
   New Content Component Styles
   ========================================= */
:root {
    --accent-gold: var(--gold-primary);
    --color-bg-alt: #fff;
}

.mt-4 { margin-top: var(--space-24); }
.mt-8 { margin-top: var(--space-48); }
.mt-12 { margin-top: var(--space-80); }
.mb-2 { margin-bottom: var(--space-8); }
.p-8 { padding: var(--space-32); }
.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-3xl { max-width: 48rem; }
.text-muted { color: rgba(255,255,255,0.7); }
.italic { font-style: italic; }
.align-center { align-items: center; }

/* Minimalist Table Lists */
.elegant-list {
    list-style: none;
    padding: 0;
    border-top: 1px solid var(--text-dark);
}
.elegant-list li {
    position: relative;
    padding: var(--space-24) 0;
    font-size: 1.1rem;
    border-bottom: 1px solid var(--text-dark);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inline-block-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-16);
}
.inline-block-list li {
    padding-left: 0;
    margin: 0;
    background: rgba(0,0,0,0.05);
    padding: var(--space-8) var(--space-16);
    border-radius: 4px;
}
.inline-block-list li::before {
    display: none;
}

/* Dimensions & Values Blocks */
.dimension-block h4, .value-item h4 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--accent-terracotta);
    margin-bottom: 0.2rem;
}

/* Identity Grid */
.identity-grid .mission-card {
    padding: var(--space-48) var(--space-32);
}

/* Vision / Mission */
.vision-mission-container {
    background: rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    padding: var(--space-80);
    border-radius: 4px;
}

/* Impact Section */
.impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--space-48);
    margin-top: var(--space-32);
}
.impact-item h3 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    margin-bottom: var(--space-16);
    color: var(--accent-terracotta);
}

/* Quote Block */
.quote-block {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: left;
    font-size: 1.2rem;
}

/* =========================================
   Mobile Responsiveness Overrides
   ========================================= */
@media (max-width: 1024px) {
    /* Prevent any horizontal overflow */
    html, body { overflow-x: hidden; }

    /* Reduce section padding on mobile */
    .editorial-section,
    .craftsmanship-section,
    .mission-section { padding: var(--space-64) 5%; }
    .collection-section { padding: var(--space-64) 5% 0 5%; }

    /* Header & Nav */
    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 20px;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 1000;
    }
    .menu-toggle span {
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: all 0.3s ease;
    }
    
    .logo { z-index: 1000; position: relative; }

    /* Open State for Burger */
    .menu-toggle.toggle-active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
    .menu-toggle.toggle-active span:nth-child(2) { opacity: 0; }
    .menu-toggle.toggle-active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100vw;
        height: 100vh;
        background-color: var(--text-dark);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: var(--space-40);
        transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        z-index: 999;
    }
    .main-nav.nav-active {
        right: 0;
    }
    
    /* Override display: none for links */
    .site-header .main-nav .nav-link { 
        display: block; 
        font-size: 2rem;
        font-family: var(--font-serif);
        font-style: italic;
        color: #fff;
    }
    .site-header .main-nav .nav-btn {
        margin-top: var(--space-16);
        font-size: 1.2rem;
        padding: var(--space-16) var(--space-40);
        border-color: var(--gold-primary);
        color: var(--gold-primary);
    }
    
    /* Standardize mobile body size to 16px exclusively */
    p, .large-body, .small-text, li, body {
        font-size: 16px !important;
    }

    /* Header - keep it sleek and compact to not block view */
    .site-header { 
        padding: var(--space-16) 5%; 
        flex-direction: row; 
        justify-content: space-between; 
        background: rgba(0,0,0,0.5);
        backdrop-filter: blur(5px);
        mix-blend-mode: normal;
    }
    
    /* Hero */
    .hero-editorial { padding-top: 15vh; min-height: 85vh; justify-content: center; }
    .massive-title { font-size: clamp(2.2rem, 12vw, 6rem); line-height: 0.95; letter-spacing: -1px; word-wrap: break-word; hyphens: auto; } 
    .hero-description { margin-left: 0; max-width: 100%; padding-right: 0; margin-top: var(--space-48); }
    .indent-1 { padding-left: 0; }
    .indent-2 { padding-left: 0; }
    .inline-img { width: 64px; height: 48px; margin: 0 var(--space-8); }
    
    /* Tradition & Component Padding */
    .tradition-box { padding: var(--space-32) var(--space-24); }
    
    /* Grid & Cards */
    .gallery-slider { margin: 0 -5vw; padding: var(--space-16) 5vw; }
    .gallery-item.large { grid-column: span 1; }
    
    .bento-grid { grid-template-columns: 1fr; gap: var(--space-8); border: none; background: transparent; }
    .bento-grid .mission-card { grid-column: span 1 !important; grid-row: auto !important; padding: var(--space-32) var(--space-24); border: 1px solid var(--text-dark); }
    
    .split-container { grid-template-columns: 1fr; gap: var(--space-48); }
    
    /* Founder Section */
    .founder-highlight { flex-direction: column; min-height: auto; margin-top: var(--space-48); }
    .founder-img { width: 100%; height: 350px; }
    .founder-card {
        width: 100%;
        padding: var(--space-32);
        margin-top: 0;
    }
    .craft-sticky-heading { position: relative; top: 0; margin-bottom: var(--space-32); }
    
    /* Marquee */
    .marquee-container {
        width: 100vw;
        margin-left: -5vw;
        padding: var(--space-32) 0;
    }
    .marquee-item {
        flex: 0 0 260px;
        width: 260px;
        padding: var(--space-16);
    }
    .marquee-img-wrap {
        height: 180px;
    }
    .marquee-content {
        gap: var(--space-16);
        padding-right: var(--space-16);
    }
    
    /* Footer */
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-32);
        padding-bottom: var(--space-32);
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: var(--space-24);
    }
    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .massive-title {
        font-size: clamp(2rem, 10vw, 3rem);
        letter-spacing: -1px;
    }
    .title-massive,
    .section-title,
    .catalog-header h3 {
        font-size: clamp(2rem, 10vw, 3rem);
        letter-spacing: -1px;
    }
    /* Let the inline image scale with the letters */
    .inline-img { 
        width: 48px; 
        height: 36px; 
        margin: 0 var(--space-8); 
    }
}

/* =========================================
   Slider Controls
   ========================================= */
.divine-collection-slider {
    position: relative;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: 1px solid rgba(212, 175, 55, 0.3);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

.slider-arrow:hover {
    background: var(--gold-primary);
    color: var(--text-dark);
    transform: translateY(-50%) scale(1.1);
}

.prev-arrow {
    left: 10px;
}

.next-arrow {
    right: 10px;
}

@media (max-width: 768px) {
    .slider-arrow {
        width: 40px;
        height: 40px;
        display: none; /* Can just rely on touch swipe on small mobile, mostly to save space */
    }
    
    /* Fix overlap on mobile hero section */
    .art-1 {
        top: 2%;
        right: -10%;
        width: 35vw;
        opacity: 0.3 !important; /* Make less distracting */
    }
    
    .art-2 {
        bottom: 5%;
        left: -10%;
        width: 40vw;
        opacity: 0.3 !important; /* Make less distracting */
    }
    
    .hero-editorial {
        /* Give text more breathing room from the header so images clear it slightly */
        padding-top: 20vh;
    }
}
