@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");

.logo-black-text {
    color: #787878;
    font-size: 1em;
    font-weight: 900;
    font-stretch: ultra-expanded;
    line-height: 1em;
    letter-spacing: 0.05em;
}

.logo-orange-text {
    color: #FF5500;
    font-size: 1em;
    font-weight: 900;
    font-stretch: ultra-expanded;
    line-height: 1em;
    letter-spacing: 0.05em;
}

.logo-bracket {
    color: #363636;
    font-weight: 900;
    font-stretch: ultra-expanded;
    letter-spacing: 0.05em;
}

.logo-colon {
    color: white;
    font-weight: 900;
    font-stretch: ultra-expanded;
    letter-spacing: 0.05em;
}

.logo-solutions-text {
    color: #ffffff;
    font-size: 0.25em;
    font-weight: 900;
    line-height: 1em;
    display: block;
    margin-top: 0.2em;
    text-align: right;
    letter-spacing: 0.15em;
    padding-right: 110px;
}

/* Article Styles */
.article-summary {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.article-summary:last-child {
    border-bottom: none;
}

.article-header {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 0.5em;
}

.article-header .icon {
    color: #ff5500;
    font-size: 1.2em;
    width: 1.2em;
    text-align: center;
}

.article-header h4 {
    margin: 0;
    flex: 1;
}

.article-header h4 a {
    color: inherit;
    text-decoration: none;
}

.article-header h4 a:hover {
    color: #ff5500;
}

.article-summary p {
    margin: 0 0 0.5em 0;
    font-size: 0.9em;
}

.article-summary small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em;
}

.article-body {
    margin-top: 2em;
}

.article-body .section {
    margin-bottom: 1.5em;
}

.article-body .section:last-child {
    margin-bottom: 0;
}

.article-body pre {
    background: rgba(0, 0, 0, 0.2);
    padding: 1em;
    border-radius: 4px;
    overflow-x: auto;
}

.article-body code {
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.tags {
    margin: 1em 0;
}

.tag {
    display: inline-block;
    background: rgba(255, 85, 0, 0.2);
    color: #ff5500;
    padding: 0.2em 0.6em;
    border-radius: 3px;
    margin-right: 0.5em;
    font-size: 0.8em;
}

.article-summary .actions {
    margin: 1em 0 0 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.article-summary .actions li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.article-summary .button.read-more {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
    color: #ffffff;
    min-width: 8em;
    padding: 0 1em;
    font-size: 0.8em;
    text-align: center;
}

.article-summary .button.read-more:hover {
    background-color: rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.article-summary .button.read-more:active {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

/* Responsive adjustments */
@media screen and (max-width: 736px) {
    .article-summary {
        margin-bottom: 1.5em;
    }
    
    .article-body {
        margin-top: 1.5em;
    }

    .article-summary .button.read-more {
        width: auto;
        min-width: 6em;
    }
}

#sidebar {
    min-height: 300px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding-right: 1em;
    position: sticky;
    top: 100px;
}

#sidebar::-webkit-scrollbar {
    width: 6px;
}

#sidebar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

#sidebar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

#sidebar::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Responsive adjustments */
@media screen and (max-width: 736px) {
    #sidebar {
        position: relative;
        top: 0;
        min-height: auto;
        max-height: 300px;
        overflow-y: auto;
    }
}

.error {
    color: #ff4444;
    padding: 20px;
    background-color: #fff0f0;
    border: 1px solid #ffdddd;
    border-radius: 4px;
    margin: 10px 0;
    text-align: center;
}

.wide-btn {
    min-width: 220px;
    max-width: 350px;
    width: 100%;
    font-size: 1.1em;
    padding-left: 2em;
    padding-right: 2em;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 736px) {
    .wide-btn {
        max-width: 100%;
        min-width: 0;
        font-size: 1em;
        padding-left: 1em;
        padding-right: 1em;
    }
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100% !important;
    box-sizing: border-box !important;
    background: #111 !important;
    color: #fff !important;
    border: 1px solid #333 !important;
    padding: 0.75em 1em !important;
    font-size: 1em !important;
    height: 48px !important;
    line-height: 1.2 !important;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
    color: #888 !important;
}

textarea {
    width: 100% !important;
    box-sizing: border-box !important;
    background: #111 !important;
    color: #fff !important;
    border: 1px solid #333 !important;
    padding: 0.75em 1em !important;
    font-size: 1em !important;
    line-height: 1.2 !important;
    height: auto !important;
    min-height: 120px !important;
}

select {
    width: 100% !important;
    box-sizing: border-box !important;
    background: #111 !important;
    color: #fff !important;
    border: 1px solid #333 !important;
    padding: 0.75em 1em !important;
    font-size: 1em !important;
    line-height: 1.2 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #111 inset !important;
    box-shadow: 0 0 0 1000px #111 inset !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
    caret-color: #fff !important;
    border: 1px solid #333 !important;
}

.banner-quote {
    display: block;
    margin-top: 2em;
    margin-bottom: 0;
    font-style: italic;
    font-size: 1.1em;
    font-weight: bold;
}

/* Navigation dropdown whitespace preservation */
.dropotron > li a, 
.dropotron > li span {
    white-space: pre;
    font-family: monospace;
}

/* Reduce spacing in spotlight sections for better space utilization */
.spotlight.right .content {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.spotlight.left .content {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.spotlight.bottom .content {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
}

.banner-statement {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

.banner-quote {
    position: relative;
    padding: 0 2em;
}

.banner-quote::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -0.2em;
    font-size: 3em;
    color: #ff5500;
    font-weight: bold;
    line-height: 1;
}

.banner-quote::after {
    content: '"';
    position: absolute;
    right: 0;
    bottom: -0.5em;
    font-size: 3em;
    color: #ff5500;
    font-weight: bold;
    line-height: 1;
}

.banner-attribution {
    font-size: 0.75em;
    margin-top: 0.5em;
    color: rgba(255, 255, 255, 0.8);
}

.banner-attribution.orange-text {
    color: #FF5500 !important;
}

.banner-attribution.orange-text strong {
    color: #FF5500 !important;
}

.banner-attribution.orange-text a {
    color: #FF5500 !important;
    text-decoration: none;
}

.banner-attribution.orange-text a:hover {
    color: #FF7700 !important;
    text-decoration: underline;
}

.banner-attribution.orange-text p {
    margin: 0.25em 0;
}

@media screen and (max-width: 736px) {
    .banner-statement {
        font-size: 0.8em;
        line-height: 1.4em;
    }
}

.founder-story-image {
    width: 100%;
    aspect-ratio: 3 / 1; /* Ensures 3:1 landscape ratio */
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-bottom: 2em; /* Added spacing between image and text */
}

/* Fallback for browsers that don't support aspect-ratio */
@supports not (aspect-ratio: 3 / 1) {
    .founder-story-image {
        height: 0;
        padding-bottom: 33.33%; /* 1/3 = 33.33% for 3:1 ratio */
    }
}

.founder-story-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.origin-story-title {
    color: #FF5500;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 0.5em;
    margin-top: 2em;
}

/* Founder Story Quote Styles */
.founder-story-quote {
    background: rgba(255, 85, 0, 0.1);
    border-left: 4px solid #FF5500;
    margin: 2em 0;
    padding: 1.5em 2em;
    text-align: center;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(255, 85, 0, 0.15);
}

.founder-story-quote blockquote {
    font-size: 1.3em;
    line-height: 1.5;
    color: #787878;
    font-style: italic;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    font-weight: 300;
    letter-spacing: 0.01em;
}

.founder-story-quote blockquote::before {
    content: "\201C";
    font-size: 3em;
    color: #FF5500;
    position: absolute;
    top: -0.2em;
    left: -0.5em;
    font-family: serif;
    line-height: 1;
}

.founder-story-quote blockquote::after {
    content: "\201D";
    font-size: 3em;
    color: #FF5500;
    position: absolute;
    bottom: -0.5em;
    right: -0.5em;
    font-family: serif;
    line-height: 1;
}

@media screen and (max-width: 980px) {
    .founder-story-quote {
        padding: 1.2em 1.5em;
    }
    
    .founder-story-quote blockquote {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 736px) {
    .founder-story-quote {
        padding: 1em;
        margin: 1.5em 0;
    }
    
    .founder-story-quote blockquote {
        font-size: 1.1em;
    }
    
    .founder-story-quote blockquote::before {
        font-size: 2.5em;
        top: -0.1em;
        left: -0.3em;
    }
    
    .founder-story-quote blockquote::after {
        font-size: 2.5em;
        bottom: -0.4em;
        right: -0.3em;
    }
}

/* Sidebar image styling for 3:1 landscape aspect ratio */
.sidebar-image-container {
    width: 100%;
    aspect-ratio: 3 / 1; /* Ensures 3:1 landscape ratio */
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-bottom: 1em;
}

/* Fallback for browsers that don't support aspect-ratio */
@supports not (aspect-ratio: 3 / 1) {
    .sidebar-image-container {
        height: 0;
        padding-bottom: 33.33%; /* 1/3 = 33.33% for 3:1 ratio */
    }
}

.sidebar-image-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

/* Reduce dead space above Technical Excellence section */
.wrapper.style1 {
    padding: 2em 0 4em 0;
}