:root {
    --text-main: #ffffff;
    --text-muted: #b3b3b3;
    --border-color: #ffffff1c;

    --player-accent: #dcf80c;
    --track-base: #4d4d4d;
    --text-bright: #ffffff;
    --text-dim: #7a7a7a;

    --nav-logo: #ff4757;

    --founder: #00000038;
    --storage: #0103304a;

    --gradient: linear-gradient(45deg, #000714, #001f34);
}

.about-canvas {
    width: 100%;
    max-width: 1400px;
    margin: 40px auto 10px auto;
    padding: 0 20px;
    box-sizing: border-box;
}
/* ==========================================
   NAVBAR BASE SHELL
   ========================================== */
.navbar {
    background-color: var(--bg-base);
    border-bottom: 1px solid  var(--border-color);
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.nav-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: #00000fed;
}
.nav-auth-btns{
    display: flex;
    gap: 15px;
 }
.nav-logo {
    color: var(--text-main);
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.nav-logo:hover {
    color: var(--nav-logo);
}
/* ==========================================================
   PREMIUM NAV-LINK LINK TEXT BUTTON CONSTRAINTS
   ========================================================== */

.nav-auth-btns{
    display: flex;
    gap: 15px;
 }
.nav-link-btn {
    color: var(--nav-logo);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.5px;
}

/* 🌟 Interactive Hover States */
.nav-link-btn:hover {
    color: var(--text-main);
}

/* Active pressed state interaction tracking */
.nav-link-btn:active {
    transform: scale(0.96);
}

.story-header {
    justify-content: center;
    padding-top: 4em;
    padding-bottom: 4em;

}

/* Flex container to hold image and text side-by-side */
.story-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;

}

.story-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    object-fit: cover;
    box-shadow: 0 8px 32px 0 #0000005e;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.story-image:hover {
    transform: scale(1.02) translateY(-2px);

    border-color: rgba(255, 255, 255, 0.25);

    box-shadow: 0 16px 40px rgba(155, 39, 0, 0.5),
                0 0 0 1px rgba(255, 255, 255, 0.2);
}

/* Right Column: Text configuration */
.story-text-block {
    flex: 1;
    text-align: start;
    padding-top: 20px;
}

.story-subtitle {
    color:  var(--player-accent);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    margin-top: 0;
}

.story-title {
    font-size: 42px;
    margin: 0;
    font-weight: 800;
    letter-spacing: -1px;
    color:  var(--text-main);
    line-height: 1.1;
}

.story-description {
    color:  var(--text-muted);
    margin: 16px 0 0 0;
    font-size: 16px;
    line-height: 1.6;
}
/* Align the two buttons nicely next to each other */
.story_container_btn {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
    flex-wrap: wrap;
}
.story_container_btn a {
    flex: 1;
    min-width: 160px;
    max-width: 220px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;

}

/* High-priority solid neon-yellow CTA button layout */
.story-primary-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background:  var(--player-accent);
    color: #0d0d11;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid  var(--player-accent);
}

.story-primary-btn:hover {
    background: transparent;
    color:  var(--player-accent);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px  var(--player-accent);
}
.story-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background:  rgb(163, 0, 0);
    color: var(--text-main);
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid   rgb(163, 0, 0);

}
.story-btn:hover {
    background: transparent;
    color:  var(--player-accent);
    border: 1px solid   var(--player-accent);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px  var(--player-accent);
}
/* Ensure your YouTube pill handles scaling perfectly next to it */
.story_container_btn .social-pill {
    margin: 0; /* Clear out old individual margins if any existed */
}

/* Styled Nav Arrow Buttons */
.scroll-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--founder);
    border: 1px solid var(--border-color);
    color: var(--text-main);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    flex-shrink: 0;
    z-index: 5;
}

.scroll-nav-btn:hover {
    background: #222227;
    color:  var(--player-accent);
    border-color:  var(--player-accent);
    transform: scale(1.05);
}

.scroll-nav-btn:active {
    transform: scale(0.95);
}


/* ==========================================================
   NOLL STUDIO - CREATIVE ABOUT CANVAS PAGE STYLES
   ========================================================== */
.story-tabs-section {
    margin: 40px auto;

}

/* Nav track layout similar to your genre selector row */
.story-tabs-nav {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 8px;
}

.story-tab-btn {
    background: none;
    border: none;
    color:  var(--text-muted);
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 8px;
}

.story-tab-btn:hover {
    color:  var(--text-main);
}

/* Highlighted state matching neon-yellow design aesthetic */
.story-tab-btn.active {
    color:  var(--player-accent);
    background: #ffffff13;
}

/* Core display layers state configurations */
.story-pane {
    display: none;
    background: #00001c53;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    animation: fadeInStory 0.3s ease-in-out;
}

.story-pane.active {
    display: block;
}

.story-pane h2 {
    margin-top: 0;
    font-size: 24px;
    color: var(--text-main);
    margin-bottom: 16px;
}

.story-pane p {
    color: var(--text-muted);
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
}

/* Smooth content presentation switch animation */
@keyframes fadeInStory {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}
/* Story Typography Structural Alignment */
.story-section h2 {
    font-size: 25px;
    color: var(--player-accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.story-section p {
    color:  var(--text-muted);
    font-size: 16px;
    line-height: 25px;
}

/* Feature Flash/Storage Grid Matrix */
.storage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.storage-card {
    background: var(--storage);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: transform 0.2s, border-color 0.2s;
}

.storage-card:hover {
    transform: translateY(-2px);
    border-color: var(--border-color);
}

.storage-card .icon {
    font-size: 24px;
    background: #222227;
    padding: 10px;
    border-radius: 12px;
    color: var(--player-accent);
    flex-shrink: 0;
}

.storage-card h4 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: var(--text-main);
}

.storage-card p {
    margin: 0;
    font-size: 14px;
    color:  var(--text-muted);
    line-height: 1.5;
}
.Founders {
    margin: 60px 0;
    padding: 0 20px;

}

.founders-header {
    margin-bottom: 32px;
}

.founders-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--text-main);
    margin-bottom: 8px;
}

.founders-header p {
    color:  var(--text-muted);
    font-size: 16px;
}

/* Viewport masking the overflow container */
.founders-scroll-viewport {
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    border-radius: 15px;
    padding: 5px 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/* Hide default ugly scrollbars for a clean look, or style them */
.founders-scroll-viewport::-webkit-scrollbar {
    height: 6px;
}
.founders-scroll-viewport::-webkit-scrollbar-track {
    background: #18181c;
    border-radius: 10px;
}
.founders-scroll-viewport::-webkit-scrollbar-thumb {
    background: #3a3a44;
    border-radius: 10px;
}
.founders-scroll-viewport::-webkit-scrollbar-thumb:hover {
    background: var(--player-accent);
}

/* Flex track handling left alignment row layout */
.founders-scroll-track {
    display: flex;
    gap: 16px;

}

/* Individual card structures */
.founder-card {
    flex: 0 0 320px;
    background: var(--founder);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    border: 1px solid var(--border-color);
    transition: transform 0.2s ease, border-color 0.2s;
}

.founder-card:hover {
    transform: translateY(-4px);
    border-color: var(--player-accent);
}

.founder-image-wrapper {
    width: 100%;
    height: 240px;
    background: #2b2b36;
}

.founder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

.founder-meta {
    padding: 20px;
}

.founder-meta h4 {
    margin: 0 0 4px 0;
    font-size: 18px;
    color: var(--text-main);
    font-weight: 700;
}

.founder-role {
    display: block;
    color: var(--player-accent);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.founder-meta p {
    color:  var(--text-muted);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
/* Container to orchestrate side-by-side positioning */
.founders-slider-deck {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}
/* --- Navigation Dots Layout Track --- */
.slider-dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    width: 100%;
}

.slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    border: none;
    padding: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-dot:hover {
    background: rgba(255, 255, 255, 0.4);
}
/* Update your existing class to look like this */
.founders-scroll-viewport {
    flex: 1;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
    cursor: grab; /* Shows user they can grab the track */
}

.founders-scroll-viewport:active {
    cursor: grabbing; /* Flips cursor style during a live drag session */
}

/* Active neon highlight state morphs beautifully into an accent pill shape */
.slider-dot.active {
    background: var(--player-accent, #dcf80c);
    width: 20px;
    border-radius: 4px;
}
/* Optimize the viewport to hide scrollbars cleanly while allowing script actions */
.founders-scroll-viewport {
    flex: 1;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.founders-scroll-viewport::-webkit-scrollbar {
    display: none;
}
/* Brand Philosophy Identity Callout */
.noll-philosophy-box {
    background: linear-gradient(35deg, #212121, #7a7aff1a);
    border-left: 4px solid var(--player-accent);
    padding: 32px;
    border-radius: 16px;
    margin: 50px;
}

.noll-philosophy-box h3 {
    margin: 0 0 12px 0;
    font-size: 22px;
    color: var(--text-main);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.noll-philosophy-box p {
    color: var(--text-muted);
    font-size: 16px;
}

.quote-banner {
    text-align: center;
    font-size: 22px;
    font-style: italic;
    color: var(--text-main);
    margin: 40px 0;
    font-weight: 600;
    letter-spacing: -0.5px;
}

/* Catchy Slogans Display Deck */
.slogans-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.slogan-pill {
    background: #18181c;
    border: 1px solid var(--border-color);
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    font-weight: 500;
    color: var(--text-main);
    font-size: 14px;
}

.logo-portfolio-section {
    margin: 60px 0;
    padding: 0 20px;
}

.logo-portfolio-header {
    margin-bottom: 28px;
}

.logo-portfolio-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--text-main);
    margin-bottom: 6px;
}

.logo-portfolio-header p {
    color:  var(--text-muted);
    font-size: 15px;
}

/* Deck and layout alignment constraints */
.logo-slider-deck {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    background: transparent;
}

.logo-scroll-viewport {
    flex: 1;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.logo-scroll-viewport::-webkit-scrollbar {
    display: none;
}

.logo-scroll-track {
    display: flex;
    gap: 20px;
    padding: 0 10px;
    width: max-content;
}

/* Individual Slide Card blocks */
.logo-slide-card {
    flex: 0 0 280px;
    background: #00001c;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    transition: all 0.2s ease;
}

.logo-slide-card:hover {
    border-color: var(--player-accent);
    transform: translateY(-2px);
}

.logo-img-frame {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    background: #2a2a2a;
}

.logo-portfolio-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-slide-meta {
    padding: 14px;
}

.logo-slide-meta h5 {
    margin: 0 0 4px 0;
    font-size: 16px;
    color: var(--text-main);
}

.logo-slide-meta span {
    color:  var(--text-muted);
    font-size: 12px;
}

/* Slider button configurations */
.logo-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00001c;
    border: 1px solid var(--border-color);
    color: var(--text-main);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.logo-nav-btn:hover {
    background: #00001c;
    color: var(--player-accent);
    border-color: var(--player-accent);
}

.software-suite-section {
    margin: 60px 0;
    padding: 0 20px;
}

.suite-header {
    margin-bottom: 32px;
}

.suite-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--text-main);
    margin-bottom: 8px;
}

.suite-header p {
    color:  var(--text-muted);
    font-size: 15px;
    max-width: 700px;
}

/* Auto-wrapping grid array */
.suite-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}

/* Software Display Card */
.suite-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--storage);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 16px;
    transition: all 0.2s ease-in-out;
}

.suite-card:hover {
    border-color: var(--player-accent);
    transform: translateY(-2px);
    background: #1e1e24;
}

/* Icon Frame Boundary Boxes */
.tool-icon-frame {
    width: 52px;
    height: 52px;
    background: #01154c;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Optional: If you use real PNG icon files */
.tool-icon-frame img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

/* Stand-in internal graphic look */
.fallback-icon-graphic {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-main);
}

.tool-info {
    min-width: 0;
}

.tool-info h4 {
    margin: 0 0 2px 0;
    font-size: 16px;
    color: var(--text-main);
    font-weight: 600;
}

.tool-info span {
    color:  var(--text-muted);
    font-size: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dev-services-section {
    margin: 60px 0;
    padding: 0 20px;
}

.services-header {
    margin-bottom: 36px;
}

.services-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--text-main);
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.services-header p {
    color:  var(--text-muted);
    font-size: 15px;
    max-width: 650px;
}

/* Services auto-fitting columns matrix */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}

/* Panel Structural Layout Cards */
.service-panel-card {
    background: #121215;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Top thin aesthetic styling rule indicator */
.service-accent-bar {
    height: 3px;
    width: 100%;
    background: #ff8247;
    transition: background 0.25s ease;
}

.service-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-icon-box {
    font-size: 28px;
    margin-bottom: 16px;
    background: #222227;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: background 0.2s;
}

.service-body h3 {
    margin: 0 0 10px 0;
    font-size: 19px;
    font-weight: 700;
    color: var(--text-main);
}

.service-body p {
    color:  var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.service-tech-tag {
    font-size: 11px;
    font-weight: 600;
    color:  var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-top: 1px solid var(--border-color);
    padding-top: 12px;
}

/* Hover Interactive Enhancements */
.service-panel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.service-panel-card:hover .service-accent-bar {
    background: var(--player-accent);
}

.service-panel-card:hover .service-icon-box {
    background: #2b2b36;
}

.social-links-section {
    margin: 60px 0;
    text-align: center;
    padding: 0 20px;
}

.social-links-section h2 {
    font-size: 28px;
    font-weight: 800;
    color: var(--text-main);
    margin-bottom: 24px;
}

/* Flexbox wrapper to lay pills side-by-side or wrapped neatly */
.social-links-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

/* Base style configuration for social link targets */
.social-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #000027;
    border: 1px solid var(--border-color);
    padding: 12px 24px;
    border-radius: 30px;
    color:  var(--text-muted);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.25s ease-in-out;
}

/* Hover Accent Configurations */
.social-pill:hover {
    transform: translateY(-2px);
    color: var(--text-main);
}

/* Custom individual system highlights */
.social-pill.youtube:hover {
    border-color: #ff0000;
    color: #ff0000;
    box-shadow: 0 0 12px rgba(255, 0, 0, 0.2);
}

.social-pill.facebook:hover {
    border-color: #1877f2;
    color: #1877f2;
    box-shadow: 0 0 12px rgba(24, 119, 242, 0.2);
}

.social-pill.whatsapp:hover {
    border-color: #25d366;
    color: #25d366;
    box-shadow: 0 0 12px rgba(37, 211, 102, 0.2);
}

.social-pill.instagram:hover {
    border-color: #f77737;
    color: #f77737;
    box-shadow: 0 0 12px rgba(247, 119, 55, 0.2);
}
.social-pill.artstation:hover {
    border-color: #13aff0;
    color: #13aff0;
    box-shadow: 0 0 12px rgba(19, 175, 240, 0.2);
}
/* ==========================================================================
   TESTIMONIAL & CAPTION TEMPLATE SECTION
   ========================================================================== */

.caption-templates-section {
    margin: 40px auto;
    padding: 0 20px;

}

.templates-header h3 {
    margin: 0 0 6px 0;
    font-size: 20px;
    color: var(--text-main);
    font-weight: 700;
}

.templates-header p {
    margin: 0 0 20px 0;
    color: var(--text-muted);
    font-size: 14px;
}

/* --- Navigation Pill Selector Track --- */
.template-nav-row {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}
.template-nav-row::-webkit-scrollbar { 
    display: none; 
}

.template-nav-btn {
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 6px;
    white-space: nowrap;
}

.template-nav-btn:hover {
    color: var(--text-main);
}

.template-nav-btn.active {
    color: var(--player-accent);
    background: #18181c;
}

/* --- Display Pane Cards Layout (Glassmorphism Style) --- */
.template-pane-card {
    display: none; /* Mask cards by default */
    background: rgba(24, 24, 28, 0.45);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.3);
    animation: slideUpTemplate 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Change layout direction to block grid internally when selected active */
.template-pane-card.active {
    display: block; 
}

/* --- Two-Column Structural Testimonial Grid --- */
.testimonial-grid {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 28px;
    align-items: center;
}

/* Circular Avatar Frame With Gloss Highlights */
.testimonial-avatar-wrapper {
    width: 160px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #18181c;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.testimonial-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Content Text Layout --- */
.testimonial-content-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.template-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 16px;
}

.template-card-header h5 {
    margin: 0;
    font-size: 16px;
    color: var(--text-main);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.template-body-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    user-select: all; /* Easy cursor highlighting */
}

/* --- Action Button Styling --- */
.copy-template-btn {
    background: #222227;
    border: 1px solid var(--border-color);
    color: var(--text-main);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.copy-template-btn:hover {
    background: var(--player-accent);
    color: #0d0d11;
    border-color: var(--player-accent);
}


@keyframes slideUpTemplate {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   STUDIO & FOOTER SECTION
   ========================================================================== */

.studio-footer {
    background: #0d0d11;
    border-top: 1px solid var(--border-color);
    padding: 60px 20px 20px 20px;
    border-radius: 10px;
    margin-top: 80px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.footer-container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
}

.footer-column h3 {
    color: var(--text-main);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 0 16px 0;
}

.footer-column h4 {
    color: var(--text-main);
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 16px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Warm Concluding Text Formatting */
.footer-conclusion-text {
    color:  var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* Lists Configurations */
.footer-links, .footer-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li, .footer-contact-info li {
    font-size: 14px;
    color:  var(--text-muted);
    margin-bottom: 12px;
    line-height: 1.4;
}

/* Link Actions Interactivity */
.footer-links a {
    color:  var(--text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: var(--player-accent);
}

/* Lower Sub-bar Area */
.footer-bottom-bar {
    margin: 0 auto;
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
    text-align: center;
}

.footer-bottom-bar p {
    font-size: 12px;
    color:  var(--text-muted);
    margin: 0;
}
.nav-logo-group {
    display: flex;
    align-items: center;
    gap: 8px;
}
/* ==========================================================
   RESPONSIVE NAVBAR & HAMBURGER STYLES
   ========================================================== */

/* Hide toggle element entirely on desktop viewport grids */
.nav-menu-toggle {
    display: none;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2100;
}
.nav-menu-toggle {
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.nav-menu-toggle svg {
    width: 100%;
    height: 100%;
    display: block;
}
/* ==========================================================
   ✨ ADDITION: LOGO DECK NATIVE HORIZONTAL SCROLL SLIDER
   ========================================================== */
.logo-slider-deck {
    width: 100%;
    box-sizing: border-box;
}

.logo-scroll-viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Hides horizontal track bounds on Firefox */
}

.logo-scroll-viewport::-webkit-scrollbar {
    display: none; /* Hides scrollbar on Chrome, Safari, and Opera */
}

.logo-scroll-track {
    display: flex;
    flex-wrap: nowrap;
}

.logo-slide-card {
    scroll-snap-align: start;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.logo-img-frame {
    width: 100%;
    overflow: hidden;
}

.logo-portfolio-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.logo-slide-meta {
    width: 100%;
}

/* ==========================================================================
   GLOBAL RESPONSIVE BREAKPOINTS (ADD TO BOTTOM OF CSS FILE)
   ========================================================================== */

/* ==========================================================
   ✨ LAYER 1: LAPTOPS / SMALL DESKTOPS (Max 992px)
   ========================================================== */
/* ==========================================================
   ✨ LAYER 1: LAPTOPS / SMALL DESKTOPS (Max 992px)
   ========================================================== */
@media (max-width: 992px) {
    .story-title {
        font-size: 34px;
    }
    .footer-container {
        grid-template-columns: 1fr 1fr;
    }
    .footer-column:first-child {
        grid-column: span 2;
    }
    .story-image {
        width: 100%;
        max-width: 400px;
    }
    .storage-card {
        gap: 1px;
    }
}

/* ==========================================================
   ✨ LAYER 2: TABLETS & HORIZONTAL SCROLL DECK ENTRY (Max 834px)
   ========================================================== */
@media (max-width: 834px) {
    .founder {
        margin: 0;
        padding: 0;
    }
    /* Fluid width mapping prevents the layout from snapping sharply between 834px and 768px */
    .founder-card,
    .logo-slide-card {
        flex: 0 0 calc(280px + (360 - 280) * ((100vw - 768px) / (834 - 768)));
    }
}

/* ==========================================================
   ✨ LAYER 3: TABLETS PORTRAIT & MAINSTREAM MOBILE (Max 768px)
   ========================================================== */
@media (max-width: 768px) {
    /* Navbar Mobile Layout Adjustments */
    .nav-container {
        padding: 12px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-logo {
        font-size: 16px;
        letter-spacing: 0.5px;
        justify-content: start;
    }
    .nav-menu-toggle {
        display: flex;
    }
    .nav-auth-btns {
        position: absolute;
        top: 60px;
        left: 50%;
        width: 90%;
        border-radius: 10px;
        transform: translateX(-50%);
        background-color: #00000fed;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    }
    .nav-auth-btns .nav-link-btn {
        width: 100%;
        text-align: center;
        padding: 16px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        box-sizing: border-box;
        font-size: 16px;
    }
    .nav-auth-btns.active {
        max-height: 160px;
        padding-bottom: 8px;
    }

    /* Core Content Block Stacking Frameworks */
    .story-container {
        flex-direction: column !important;
        text-align: center;
        gap: 32px;
    }
    .story-text-block {
        text-align: center;
        padding-top: 0;
    }
    .story-title {
        font-size: 28px;
    }
    .story_container_btn {
        justify-content: center;
    }
    .story-description {
        max-width: 500px;
        font-size: 16px;
    }
    .story_container_btn a {
        max-width: 80%;
    }

    /* Tabs Navigation */
    .story-tabs-nav {
        border-bottom: none;
        margin: 0;
    }
    .story-tabs-nav::-webkit-scrollbar {
        display: none;
    }
    .story-pane {
        padding: 20px;
    }
    .story-pane h2 {
        font-size: 20px;
    }

    /* Grid Restructuring & Utility Rescaling */
    .story-section h2 {
        font-size: 16px;
        text-align: center;
    }
    .story-section p,
    .founders-header p,
    .suite-header p,
    .services-header p,
    .logo-portfolio-header p {
        text-align: center;
    }
    .logo-portfolio-header p {
        margin: 2px;
    }
    .storage-grid,
    .storage-card,
    .founders-scroll-track,
    .logo-scroll-track,
    .services-grid {
        gap: 10px;
    }
    .storage-card {
        padding: 10px;
    }
    .storage-card h4 {
        font-size: 14px;
    }
    .storage-card p {
        font-size: 13px;
        text-align: start;
    }
    .footer-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .founders-header,
    .logo-portfolio-header {
        margin-bottom: 10px;
    }
    .founders-header h2,
    .logo-portfolio-header h2,
    .suite-header h2,
    .services-header h2 {
        font-size: 25px;
        text-align: center;
    }
    .founders-header h2 {
        margin-bottom: 0;
    }
    .noll-philosophy-box h3 {
        font-size: 20px;
    }
    .noll-philosophy-box p {
        font-size: 15px;
    }
    .suite-grid {
        gap: 7px;
    }
    .quote-banner {
        font-size: 18px;
    }
    .social-links-section {
        margin: 0;
    }
    .social-links-section h2 {
        font-size: 25px;
    }
    .social-links-container {
        gap: 5px;
        max-width: 500px;
    }
    .social-pill {
        gap: 5px;
        padding: 10px 20px;
    }
    .templates-header h3, 
    .templates-header p {
        text-align: center;
    }
    .template-nav-row {
        justify-content: center;
        border: none;
        margin-top: 40px;
        margin-bottom: 0;
    }
    .copy-template-btn {
       display: none;
    }
    .template-pane-card {
        padding: 20px;
    }

    /* Deck Fallback Width Targets */
    .founder-card,
    .logo-slide-card {
        flex: 0 0 280px;
    }

    /* Menu Toggle Interactions */
    .nav-menu-toggle svg {
        width: 100%;
        height: 100%;
        display: block;
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: center;
    }
    .nav-menu-toggle.active svg {
        transform: rotate(180deg) scale(0.9);
    }
    .nav-menu-toggle.active svg #Vector {
        stroke: #ff4a5a;
        transition: stroke 0.3s ease;
    }
    
    /* Legacy element base settings */
    .noll-philosophy-box {
        margin: 0;
    }
    .noll-philosophy-box h3 {
        font-size: 1.1em;
    }
    .noll-philosophy-box p {
        font-size: 0.9em;
    }
    #spark-pane h2 {
        font-size: 1.3em;
    }
    #spark-pane p {
        font-size: 0.9em;
    }
    .story-tabs-nav button {
        font-size: 0.9em;
    }
}

/* ==========================================================
   ✨ LAYER 4: COMPACT SMARTPHONES (Max 414px down to 310px)
   ========================================================== */
@media (max-width: 414px) {
    /* Smooth scaling fluid formulas for the specific elements requested */
    #spark-pane h2 {
        font-size: calc(0.8em + (1.3 - 0.8) * ((100vw - 310px) / (414 - 310)));
    }
    #spark-pane p {
        font-size: calc(0.7em + (0.9 - 0.7) * ((100vw - 310px) / (414 - 310)));
    }
    .story-section p {
        font-size: calc(13px + (14 - 13) * ((100vw - 310px) / (414 - 310)));
    }
    .story-tabs-nav button {
        font-size: calc(0.6em + (0.9 - 0.6) * ((100vw - 310px) / (414 - 310)));
    }
    .noll-philosophy-box h3 {
        font-size: calc(15px + (20 - 15) * ((100vw - 310px) / (414 - 310)));
    }
    .noll-philosophy-box p {
        font-size: calc(10px + (15 - 10) * ((100vw - 310px) / (414 - 310)));
    }

    .story-header {
        padding-top: 0;
        padding-bottom: 0;
    }
    .story-image {
        max-width: 90%;
    }
    .story-subtitle {
        font-size: 12px;
    }
    .story-title {
        font-size: 25px;
    }
    .story-description {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.7;
        margin-top: 4px;
        margin-bottom: 15px;
    }

    /* Action Framework Elements */
    .story_container_btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 90%;
        gap: 10px;
        margin: 0 auto;
    }
    .story_container_btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 16px;
        text-align: center;
        box-sizing: border-box;
    }

    /* Feature Tabs Nav Rows */
    .story-tabs-nav {
        display: inline-flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        background-color: #00001b83;
        border-radius: 10px;
        margin: 0 0 3px 0;
        padding: 6px 10px;
        box-sizing: border-box;
    }
    .story-tab-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 13px;
        padding: 10px 16px;
        margin: 0;
        background: transparent;
        border: none;
        color: #ffffff;
        cursor: pointer;
        border-radius: 6px;
        transition: background-color 0.2s ease;
    }
    .templates-header h3 {
        margin-top: 25px;
    }
    .templates-header p {
        margin: 0;
        padding: 0;
    }
    .story-pane {
        padding: 14px;
    }
    .story-pane h2 {
        text-align: center;
    }
    .story-pane p {
        line-height: 1.4;
    }
    .story-section h2 {
        letter-spacing: 0;
    }

    /* Reset Spacing Wrappers */
    .dev-services-section,
    .caption-templates-section,
    .software-suite-section,
    .logo-portfolio-section,
    .social-links-section,
    .Founders {
        margin: 0;
        padding: 0;
    }
    .dev-services-section {
        margin-bottom: 20px;
    }

    /* Cards & Deck Architectures (Using fluid math to morph down gracefully) */
    .storage-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .storage-card p {
        text-align: center;
    }
    .founder-card,
    .logo-slide-card {
        flex: 0 0 calc(265px + (365 - 265) * ((100vw - 310px) / (414 - 310)));
    }
    .founder-image-wrapper {
        height: calc(220px + (350 - 220) * ((100vw - 310px) / (414 - 310)));
    }
    .logo-img-frame {
        height: calc(200px + (300 - 200) * ((100vw - 310px) / (414 - 310)));
    }
    .logo-portfolio-header h2 {
        font-size: 20px;
    }
    .suite-header h2 {
        font-size: 22px;
    }
    .suite-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 5px;
    }
    .suite-card {
        padding: 5px;
    }
    .quote-banner {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        text-align: center;
        font-size: 15px;
        box-sizing: border-box;
    }

    /* Social Links Box elements */
    .social-links-container {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .social-links-container, .suite-grid {
        gap: 2px;
    }
    .social-pill {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
    }

    /* Horizontal Nav Pill Sliders */
    .template-nav-row {
        display: flex;
        margin-top: 20px;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        gap: 0px;
        padding: 6px 12px;
        width: 100%;
        box-sizing: border-box;
        background-color: #00001b83;
        border-radius: 8px;
    }
    .template-nav-row::-webkit-scrollbar {
        display: none;
    }
    .template-nav-btn {
        flex: 0 0 auto;
        scroll-snap-align: start;
        white-space: nowrap;
        border-radius: 6px;
        font-size: calc(11px + (13 - 11) * ((100vw - 310px) / (414 - 310)));
    }

    /* Grids & Typography */
    .testimonial-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        width: 100%;
    }
    .testimonial-avatar-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
        height: calc(250px + (300 - 250) * ((100vw - 310px) / (414 - 310)));
    }
    .template-card-header h5 {
        display: block;
        text-align: center;
        font-size: 14px;
        margin: 0;
        line-height: 1.3;
        color: #ffffff;
        width: 100%;
    }
    .template-body-text {
        font-size: 12.5px;
        line-height: 1.5;
        margin: 0;
        word-break: break-word;
    }
    .studio-footer {
        justify-content: center;
        text-align: center;
    }
}

/* ==========================================================
   ✨ LAYER 5: MICRO PLATFORMS / MINI SMARTPHONES (Max 360px)
   ========================================================== */
@media (max-width: 360px) {
    .founders-header h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 2px;
    }
    .founder-meta span {
        font-size: 10px;
        font-weight: 700;
    }
    .founder-meta p {
        font-size: 12px;
    }
}

/* ==========================================================
   ✨ LAYER 6: ULTRA RETRO/COMPACT VIEWS (Max 310px)
   ========================================================== */
@media (max-width: 310px) {
    .founder-meta p {
        font-size: 10px;
    }
    .noll-philosophy-box h3 {
        font-size: 15px;
    }
    .noll-philosophy-box p {
        font-size: 10px;
    }
    #spark-pane p,
    .story-section p {
        font-size: 13px;
    }
    #spark-pane h2 {
        font-size: 0.8em;
    }
    #spark-pane p {
        font-size: 0.7em;
    }
    .story-tabs-nav button {
        font-size: 0.6em;
    }
}
