/* Wanu Organics — shared design system. Edit here; all pages link this file. */

        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
        :root {
            --black: #0D0D0D;
            --dark-gray: #1A1A1A;
            --green-dark: #2C3E2D;
            --blue: #2A5280;
            --gold: #B8892E;
            --gold-light: #D4A84B;
            --gold-pale: #F5EDD8;
            --off-white: #F7F5F0;
            --white: #FFFFFF;
            --text: #1E1E1E;
            --text-muted: #666;
            --border: #E0D8CC;
        }
        html { scroll-behavior: smooth; }
        body { font-family: 'Lato', sans-serif; color: var(--text); background: var(--white); line-height: 1.65; }

        /* NAV */
        header { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,0.97); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }
        header nav { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 68px; }
        .logo img { height: 46px; width: auto; display: block; }
        .logo-fallback { font-size: 1.3rem; font-weight: 900; color: var(--black); text-decoration: none; }
        .nav-links { display: flex; gap: 0; list-style: none; align-items: center; }
        .nav-links a { display: block; padding: 0.4rem 1rem; font-size: 0.88rem; font-weight: 700; letter-spacing: 0.5px; text-decoration: none; color: var(--text); text-transform: uppercase; transition: color 0.2s; }
        .nav-links a:hover { color: var(--gold); }
        .nav-links .nav-external a { color: var(--text-muted); font-size: 0.82rem; font-weight: 400; text-transform: none; letter-spacing: 0; }
        .nav-links .nav-external a::after { content: ' \2197'; font-size: 0.75rem; }
        .nav-links .nav-external a:hover { color: var(--gold); }
        .nav-divider { width: 1px; height: 20px; background: var(--border); margin: 0 0.5rem; flex-shrink: 0; }
        .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
        .hamburger span { display: block; width: 24px; height: 2px; background: var(--text); transition: all 0.3s; }

        /* HERO */
        .hero { background: var(--dark-gray); min-height: 500px; display: flex; align-items: center; position: relative; overflow: hidden; background-image: url('images/hero.jpg'); background-size: cover; background-position: center 75%; background-attachment: fixed; }
        .hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(13,13,13,0.88) 0%, rgba(13,13,13,0.7) 50%, rgba(13,13,13,0.35) 100%); pointer-events: none; }
        .hero::after { content: ''; position: absolute; right: -80px; top: 50%; transform: translateY(-50%); width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(184,137,46,0.15); pointer-events: none; }
        .hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 5rem 24px; }
        .hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 0.72rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.4rem; }
        .hero-eyebrow::before { content: ''; display: block; width: 28px; height: 2px; background: var(--gold-light); }
        .hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 900; color: white; line-height: 1.1; max-width: 720px; margin-bottom: 1.5rem; letter-spacing: -0.5px; }
        .hero h1 em { font-style: normal; color: var(--gold-light); }
        .hero p.hero-tagline { font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 400; color: var(--gold-light); line-height: 1.2; margin-bottom: 0.9rem; letter-spacing: -0.3px; }
        .hero p { font-size: 1.05rem; color: rgba(255,255,255,0.95); max-width: 580px; margin-bottom: 0.5rem; line-height: 1.8; font-weight: 300; }
        .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
        .hero-gold { font-size: 1.15rem; color: var(--gold-light); max-width: 580px; margin-bottom: 2.5rem; line-height: 1.8; font-weight: 400; }

        /* BUTTONS */
        .btn { display: inline-block; padding: 0.78rem 1.8rem; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; border-radius: 3px; border: none; cursor: pointer; transition: all 0.25s; }
        .btn-primary { background: var(--gold); color: white; }
        .btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.2); }
        .btn-outline { background: transparent; color: white; border: 1.5px solid rgba(255,255,255,0.45); }
        .btn-outline:hover { border-color: white; background: rgba(255,255,255,0.08); }
        .btn-dark { background: var(--black); color: white; }
        .btn-dark:hover { background: var(--blue); transform: translateY(-2px); }
        .btn-ghost { background: transparent; color: var(--text); border: 1.5px solid var(--border); }
        .btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

        /* LAYOUT */
        .section { padding: 5rem 0; }
        .section-alt { background: var(--off-white); }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
        .section-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
        .section-title { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; color: var(--black); margin-bottom: 1rem; letter-spacing: -0.3px; }
        .section-subtitle { font-size: 1rem; color: var(--text-muted); max-width: 600px; margin-bottom: 3rem; line-height: 1.75; font-weight: 300; }
        .divider { width: 40px; height: 3px; background: var(--gold); margin-bottom: 2rem; }

        /* CLIENTS */
        .clients-section { padding: 2.5rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
        .clients-label { text-align: center; font-size: 0.68rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 1.8rem; }
        .clients-grid { overflow: hidden; position: relative; mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent); }
        .clients-track { display: flex; gap: 3rem; animation: scroll 32s linear infinite; width: fit-content; }
        .clients-track:hover { animation-play-state: paused; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .client-logo-wrapper { flex-shrink: 0; width: 130px; height: 78px; display: flex; align-items: center; justify-content: center; }
        .client-logo { max-width: 110px; max-height: 62px; object-fit: contain; filter: grayscale(100%); opacity: 0.5; transition: all 0.3s; }
        .client-logo:hover { filter: grayscale(0%); opacity: 1; transform: scale(1.08); }

        /* SERVICES */
        .services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
        .service-card { background: white; border: 1px solid var(--border); border-top: 3px solid var(--gold); padding: 2rem; transition: box-shadow 0.3s, transform 0.3s; }
        .service-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.09); transform: translateY(-3px); }
        .service-card h3 { font-size: 0.92rem; font-weight: 700; color: var(--black); margin-bottom: 0.7rem; text-transform: uppercase; letter-spacing: 0.5px; }
        .service-card p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.7; font-weight: 300; }
        .service-link { display: inline-block; margin-top: 1rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--gold); text-decoration: none; transition: color 0.2s; }
        .service-link:hover { color: var(--gold-light); }

        /* CLIENT TYPES */
        .client-types { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2.5rem; }
        .client-type-tag { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.5px; padding: 0.4rem 0.9rem; border: 1px solid var(--border); color: var(--text-muted); background: white; }

        /* ABOUT */
        .about-intro { max-width: 760px; margin-bottom: 3rem; }
        .about-intro p { font-size: 1.05rem; line-height: 1.8; color: var(--text); font-weight: 300; }
        .about-grid { display: grid; grid-template-columns: 220px 1fr; gap: 3.5rem; align-items: start; }
        .about-photo-carousel { width: 100%; aspect-ratio: 3/4; overflow: hidden; border-radius: 3px; box-shadow: 0 8px 32px rgba(0,0,0,0.14); position: relative; }
        .about-photo-track { display: flex; height: 100%; transition: transform 0.6s ease; }
        .about-photo-track img { width: 100%; height: 100%; object-fit: cover; flex-shrink: 0; }
        .about-photo-dots { display: flex; justify-content: center; gap: 6px; margin-top: 0.7rem; }
        .about-photo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--border); border: none; cursor: pointer; padding: 0; transition: background 0.3s; }
        .about-photo-dot.active { background: var(--gold); }
        .about-name { font-size: 1.3rem; font-weight: 900; color: var(--black); margin-bottom: 0.2rem; }
        .about-title { font-size: 0.82rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
        .about-text p { margin-bottom: 1rem; line-height: 1.8; font-weight: 300; font-size: 0.97rem; }
        .about-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }

        /* WANU MEANING */
        .wanu-meaning { background: var(--dark-gray); color: white; padding: 2.5rem 0; text-align: center; }
        .wanu-meaning h3 { color: var(--gold-light); font-size: 0.7rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 0.7rem; }
        .wanu-meaning p { font-size: 1rem; opacity: 0.75; max-width: 620px; margin: 0 auto; font-style: italic; line-height: 1.75; font-weight: 300; }

        /* ASSESSMENT CALL-OUT BAND */
        .assess-band { background: var(--dark-gray); color: white; padding: 3rem 0; text-align: center; }
        .assess-band .assess-eyebrow { color: var(--gold-light); font-size: 0.85rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 0.8rem; }
        .assess-band h2 { color: white; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 900; letter-spacing: -0.3px; line-height: 1.2; max-width: 620px; margin: 0 auto 0.8rem; }
        .assess-band p { font-size: 1rem; opacity: 0.85; max-width: 560px; margin: 0 auto 1.8rem; line-height: 1.7; font-weight: 300; }

        /* PRESENTATIONS */
        .presentations-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); border: 1px solid var(--border); overflow: hidden; }
        .presentation-item { padding: 0.85rem 1.2rem; border-bottom: 1px solid var(--border); font-size: 0.88rem; display: flex; align-items: baseline; gap: 0.8rem; transition: background 0.2s; }
        .presentation-item:hover { background: var(--gold-pale); }
        .pres-date { font-size: 0.72rem; font-weight: 700; color: var(--gold); white-space: nowrap; flex-shrink: 0; }

        /* TESTIMONIALS */
        .testimonials-carousel { position: relative; }
        .testimonials-track-wrap { overflow: hidden; }
        .testimonials-track { display: flex; transition: transform 0.4s ease; }
        .testimonial { background: white; padding: 2rem; border-left: 3px solid var(--gold); box-shadow: 0 2px 12px rgba(0,0,0,0.06); min-width: 100%; box-sizing: border-box; }
        .testimonial > p { font-style: italic; line-height: 1.8; margin-bottom: 1.2rem; font-weight: 300; }
        .testimonial-author { font-style: normal; font-weight: 700; font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; }
        .testimonials-nav { display: flex; align-items: center; justify-content: flex-end; gap: 0.5rem; margin-top: 1rem; }
        .testimonials-count { font-size: 0.8rem; color: var(--text-muted); margin-right: auto; }
        .testimonial-btn { background: none; border: 1px solid var(--border); width: 36px; height: 36px; cursor: pointer; font-size: 1rem; color: var(--text-muted); display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
        .testimonial-btn:hover { border-color: var(--gold); color: var(--gold); }

        /* RESOURCES */
        .resources-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; margin-bottom: 3rem; }
        .resource-card { background: white; border: 1px solid var(--border); padding: 1.6rem; text-decoration: none; color: var(--text); transition: all 0.25s; display: flex; flex-direction: column; gap: 0.4rem; }
        .resource-card:hover { border-color: var(--gold); box-shadow: 0 4px 16px rgba(0,0,0,0.09); transform: translateY(-2px); }
        .resource-card-icon { font-size: 1.4rem; margin-bottom: 0.3rem; }
        .resource-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--black); }
        .resource-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; font-weight: 300; }
        .resource-tag { font-size: 0.68rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-top: auto; padding-top: 0.6rem; }
        .map-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.6rem; }
        .map-label::before { content: ''; display: block; width: 20px; height: 2px; background: var(--gold); }
        .map-container { border: 1px solid var(--border); overflow: hidden; height: 480px; }
        .map-container iframe { width: 100%; height: 100%; border: none; display: block; }

        /* WRITING */
        .writing-links { border: 1px solid var(--border); overflow: hidden; }
        .writing-link { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.4rem; border-bottom: 1px solid var(--border); text-decoration: none; color: var(--text); font-size: 0.9rem; font-weight: 400; transition: background 0.2s; gap: 1rem; }
        .writing-link:last-child { border-bottom: none; }
        .writing-link:hover { background: var(--gold-pale); }
        .writing-link-pub { font-size: 0.7rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); flex-shrink: 0; }
        .writing-link-arrow { color: var(--text-muted); font-size: 0.85rem; flex-shrink: 0; }

        /* CONTACT */
        .contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 4rem; align-items: start; }
        .contact-info p { color: var(--text-muted); line-height: 1.8; margin-bottom: 1.5rem; font-size: 0.95rem; font-weight: 300; }
        .contact-detail { display: flex; align-items: center; gap: 0.6rem; font-size: 0.9rem; margin-bottom: 0.6rem; font-weight: 700; }
        .contact-detail a { color: var(--blue); text-decoration: none; font-weight: 400; }
        .contact-detail a:hover { text-decoration: underline; }
        .contact-form { background: white; border: 1px solid var(--border); padding: 2rem; }
        .form-group { margin-bottom: 1.2rem; }
        .form-group label { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.4rem; }
        .form-group input, .form-group textarea { width: 100%; padding: 0.7rem 1rem; border: 1px solid var(--border); font-family: 'Lato', sans-serif; font-size: 0.95rem; color: var(--text); background: var(--off-white); transition: border-color 0.2s, background 0.2s; }
        .form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); background: white; }
        .form-group textarea { min-height: 130px; resize: vertical; }
        .btn-submit { width: 100%; padding: 0.85rem; background: var(--gold); color: white; font-family: 'Lato', sans-serif; font-size: 0.88rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.25s; }
        .btn-submit:hover { background: var(--green-dark); transform: translateY(-1px); }
        .form-success { display: none; text-align: center; padding: 2rem; background: var(--gold-pale); border: 1px solid var(--gold); }
        .form-success p { font-size: 1rem; color: var(--text); font-weight: 400; }

        /* FOOTER */
        footer { background: var(--black); color: rgba(255,255,255,0.5); padding: 2.5rem 0; }
        .footer-inner { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
        .footer-brand { font-size: 0.88rem; }
        .footer-brand strong { color: white; font-weight: 700; }
        .footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
        .footer-links a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 0.82rem; transition: color 0.2s; }
        .footer-links a:hover { color: var(--gold-light); }
        .footer-nav { display: flex; gap: 3rem; flex-wrap: wrap; }
        .footer-col { display: flex; flex-direction: column; gap: 0.55rem; }
        .footer-col-title { color: rgba(255,255,255,0.85); font-weight: 700; font-size: 0.68rem; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 0.15rem; }
        .footer-col a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 0.82rem; transition: color 0.2s; }
        .footer-col a:hover { color: var(--gold-light); }
        .footer-copy { width: 100%; font-size: 0.78rem; margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.08); text-align: center; }

        /* RESPONSIVE */
        @media (max-width: 900px) {
            .about-grid { grid-template-columns: 1fr; }
            .about-grid > div:first-child { order: 2; max-width: 220px; margin: 0 auto; }
            .about-text { order: 1; }
            .contact-grid { grid-template-columns: 1fr; }
        }
        @media (max-width: 768px) {
            .services-grid { grid-template-columns: 1fr; }
            .nav-links { display: none; position: absolute; top: 68px; left: 0; right: 0; background: white; border-bottom: 1px solid var(--border); flex-direction: column; padding: 1rem 24px 1.5rem; gap: 0.2rem; align-items: flex-start; }
            .nav-links.open { display: flex; }
            .nav-links a { padding: 0.6rem 0; font-size: 0.95rem; }
            .nav-divider { display: none; }
            .hamburger { display: flex; }
            .hero h1 { font-size: 1.9rem; }
            .hero { background-attachment: scroll; }
            .section { padding: 3.5rem 0; }
            .presentations-list { grid-template-columns: 1fr; }
        }
    
        /* PAGE HERO (subpages) */
        .page-hero { background: var(--dark-gray); position: relative; overflow: hidden; background-image: url('images/hero.jpg'); background-size: cover; background-position: center 75%; }
        .page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(13,13,13,0.9) 0%, rgba(13,13,13,0.72) 55%, rgba(13,13,13,0.4) 100%); pointer-events: none; }
        .page-hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 4.5rem 24px; }
        .breadcrumb { font-size: 0.78rem; color: rgba(255,255,255,0.7); margin-bottom: 1.2rem; letter-spacing: 0.3px; }
        .breadcrumb a { color: var(--gold-light); text-decoration: none; }
        .breadcrumb a:hover { text-decoration: underline; }
        .page-hero h1 { font-size: clamp(2rem, 4.2vw, 3rem); font-weight: 900; color: white; line-height: 1.12; max-width: 780px; margin-bottom: 1.2rem; letter-spacing: -0.5px; }
        .page-hero p { font-size: 1.08rem; color: rgba(255,255,255,0.95); max-width: 620px; line-height: 1.75; font-weight: 300; margin-bottom: 2rem; }
        .page-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

        /* PROSE (subpage body copy) */
        .prose { max-width: 760px; }
        .prose h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-weight: 900; color: var(--black); margin: 2.6rem 0 0.9rem; letter-spacing: -0.3px; }
        .prose h2:first-child { margin-top: 0; }
        .prose h3 { font-size: 1.1rem; font-weight: 700; color: var(--black); margin: 1.8rem 0 0.6rem; }
        .prose p { font-size: 1rem; color: var(--text); line-height: 1.8; font-weight: 300; margin-bottom: 1.1rem; }
        .prose ul { margin: 0 0 1.3rem 1.2rem; }
        .prose li { font-size: 1rem; color: var(--text); line-height: 1.75; font-weight: 300; margin-bottom: 0.5rem; }
        .prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
        .prose a:hover { color: var(--gold); }
        .lead { font-size: 1.12rem !important; color: var(--text) !important; font-weight: 400 !important; }

        /* RELATED CARD (subpage sibling links) */
        .related { margin-top: 3rem; padding: 1.8rem; background: var(--off-white); border: 1px solid var(--border); border-left: 3px solid var(--gold); max-width: 760px; }
        .related h2 { margin-top: 0 !important; font-size: 1rem !important; text-transform: uppercase; letter-spacing: 0.5px; }
        .related ul { list-style: none; margin: 0.6rem 0 0; }
        .related li { margin-bottom: 0.5rem; }

        /* ARTICLE BYLINE + INSIGHTS HUB */
        .byline { font-size: 0.9rem !important; color: rgba(255,255,255,0.8) !important; font-weight: 400 !important; margin-bottom: 0 !important; }
        .byline a { color: var(--gold-light); text-decoration: none; }
        .byline a:hover { text-decoration: underline; }
        .prose hr { border: none; border-top: 1px solid var(--border); margin: 2.4rem 0; }
        .insights-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.5rem; }
        .insight-card { background: white; border: 1px solid var(--border); border-top: 3px solid var(--gold); padding: 1.8rem; display: flex; flex-direction: column; transition: box-shadow 0.3s, transform 0.3s; }
        .insight-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.09); transform: translateY(-3px); }
        .insight-meta { font-size: 0.68rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.7rem; }
        .insight-card h2 { font-size: 1.12rem; font-weight: 700; color: var(--black); line-height: 1.3; margin-bottom: 0.7rem; }
        .insight-card h2 a { color: inherit; text-decoration: none; }
        .insight-card h2 a:hover { color: var(--gold); }
        .insight-desc { font-size: 0.92rem; color: var(--text-muted); line-height: 1.65; font-weight: 300; margin-bottom: 1.2rem; }
        .insight-readmore { margin-top: auto; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--gold); text-decoration: none; }
        .insight-readmore:hover { color: var(--gold-light); }

