/* CSS Document created by Abdulkadir Mohammed Tue 15 June 2021*/
/*Google font import */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
 * Site theme tokens — shared palette for consistency.
 * Values match the existing dark portfolio look (no visual redesign).
 * Project inventory / counter: js/site-projects.js
 * Animate.css is loaded via CDN in the HTML, not here.
 */
:root {
    --site-font: 'Roboto', 'Lato', 'Open Sans', 'Montserrat', sans-serif;
    --site-font-display: 'Lato', 'Noto Sans', 'Open Sans', sans-serif;
    --site-text: #D9D9D9;
    --site-text-muted: #8c8b8b;
    --site-text-soft: gray;
    --site-text-inverse: #000000;
    --site-text-bright: #ffffff;
    --site-surface: #212121;
    --site-surface-raised: #1F2124;
    --site-tag-border: rgba(145, 145, 145, 0.35);
    --site-rule: rgb(216, 216, 216);
    --site-letter-spacing: 0.5px;
    --site-section-gap: 6rem;
    --site-radius-tag: 25px;
    --site-thanks-bg: #ffffff;
    --site-thanks-text: #1a1a1a;
    --site-accent-mark: #b87a20;
    --site-border-soft: rgba(255, 255, 255, 0.12);
}

/*Body*/
body {
    font-family: var(--site-font, 'Roboto', 'Lato', sans-serif);
    color: var(--site-text, #D9D9D9) !important;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: var(--site-letter-spacing, 0.5px);
    font-style: normal;
}
/* Remove padding and margin to make it fill the screen.*/
.container-fluid {
    padding: 0px !important;
    margin: 0px !important;

}

/*Body */
.heading {
    font-weight: 300;
    font-size: 1.5rem;
    padding-left: 10px;
    padding-right: 10xp;
}

.heading-p {
    font-weight: 100;
    color: var(--site-text-soft);
    padding-left: 10px;
    padding-right: 10xp;
}

/* project */

.p-tittle {
    font-weight: 300;
    font-size: 2.5rem;
}

p {
    font-weight: 100;
    line-height: 1.6 !important;
}

.italic {
    font-weight: 100;
    letter-spacing: 0.03rem;
    font-size: 0.9rem;
}

h2 {
    font-weight: 300;
}

.story {
    margin: auto;
    width: 50%;
    padding-top: 20px;
}

.tiny-description {
    color: var(--site-text-inverse) !important;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    /*put a space between both items to move them each to the extreme end.*/
    justify-content: space-between;
}

i {
    font-size: 1.5rem;
}

/*Card */
.card {
    background: var(--site-surface) !important;
    padding-top: 20px;
}

/* Featured / Dev list cards use Bootstrap bg-light + text-dark; keep that readable */
.card.bg-light {
    background-color: #f8f9fa !important;
}

.card.bg-dark {
    background-color: var(--site-surface) !important;
}

.card-body {
    padding: 2px !important;
}

/* Featured project copy on light panels */
.card.bg-light .p-tittle,
.card .bg-light .p-tittle {
    color: #1a1a1a !important;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.2;
}

.card.bg-light .card-body > p,
.card.bg-light .card-body > h6,
.card .bg-light .card-body > p,
.card .bg-light .card-body > h6 {
    color: #1a1a1a !important;
    font-weight: 300;
    font-size: 1.05rem;
    line-height: 1.55 !important;
}

.align-extreme-end {
    margin-left: 70% !important;
}

/*Vertical Rule*/
.vl {
    border-left: 2px dashed var(--site-rule);
    height: 0.2em;
    margin: 0px 2px 0px 4px;
}

/*Tag Section — used on list cards + opened project pages (dates, roles, platforms) */
.bd-highlight {
    border: 2px dashed var(--site-tag-border, rgba(145, 145, 145, 0.35));
    border-radius: var(--site-radius-tag, 25px);
    color: #ffffff !important;
    font-weight: 500;
    background: #1F2124 !important;
    text-transform: uppercase;
    font-size: clamp(0.85rem, 1.35vw, 1rem);
    text-align: center;
    white-space: nowrap;
    padding: 0.45rem 0.85rem;
    line-height: 1.3;
}

/* Tag rows inside project cards should wrap instead of shrinking unreadably */
.card .d-flex.flex-row {
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}
/* SPAN FOR GOOGLE FONTS AND ICONS */
span.size-48 {
  font-size: 48px;
  font-variation-settings: 'OPSZ' 48;
}
.unavailable-image {
    width: 600px;
}
/*buttons*/
.btn-warning {
    background-color: #FEB960 !important;
    color: #515050 !important;
    padding: 40px 30px 40px 30px !important;
    text-align: center;

}

/*Dividers are for making spaces inbetween divs*/
.divider-small {
    padding: 15px;
}

.divider-medium {
    padding: 30px;
}

.divider-large {
    padding: 50px;
}
/* Navbar: brand + counter scale; hamburger never overlays the counter */
#header .navbar {
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
}

#header .navbar > .navbar-brand {
    order: 1;
    flex: 0 1 auto;
    min-width: 0;
    max-width: min(28rem, calc(100% - 9rem));
    width: max-content;
    margin: 0;
    padding: 0.55rem 0.7rem;
    height: auto;
    min-height: 4.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.15rem;
    color: #d1d1d1 !important;
    font-size: clamp(0.62rem, 1.55vw, 0.95rem);
    line-height: 1.25;
    white-space: normal;
    background-image:
        repeating-linear-gradient(-60deg, #515050, #515050 20px, transparent 20px, transparent 30px, #515050 30px),
        repeating-linear-gradient(30deg, #515050, #515050 20px, transparent 20px, transparent 30px, #515050 15px),
        repeating-linear-gradient(120deg, #515050, #515050 10px, transparent 20px, transparent 30px, #515050 30px),
        repeating-linear-gradient(210deg, #515050, #515050 20px, transparent 20px, transparent 30px, #d1d1d1 30px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}

#header .navbar .brand-name {
    display: block;
    font-weight: 500;
    /* Exact width matched to .jobtitle by js/brand-fit.js */
    font-size: 1em;
    line-height: 1.2;
    white-space: nowrap;
}

#header .navbar .jobtitle {
    display: block;
    font-weight: 200;
    font-size: 1em;
    letter-spacing: normal;
    line-height: 1.3;
    white-space: nowrap;
}

#header .navbar > .navbar-collapse {
    order: 2;
}

#header .navbar > .navbar-end {
    order: 3;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 1.25rem;
    margin-left: auto;
    padding-left: 0.25rem;
}

#header .navbar .navbar-project-counter {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
}

#header .navbar .navbar-toggler {
    flex: 0 0 auto;
    margin: 0;
    padding: 0.4rem 0.55rem;
    border-color: rgba(255, 255, 255, 0.35);
    position: relative;
    z-index: 2;
}

#header .navbar .project_counter {
    margin: 0;
    height: auto;
    min-height: 4.25rem;
    min-width: 5.5rem;
    padding: 0.45rem 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image:
        repeating-linear-gradient(-60deg, #515050, #515050 20px, transparent 20px, transparent 30px, #515050 30px),
        repeating-linear-gradient(30deg, #515050, #515050 20px, transparent 20px, transparent 30px, #515050 15px),
        repeating-linear-gradient(120deg, #515050, #515050 10px, transparent 20px, transparent 30px, #515050 30px),
        repeating-linear-gradient(210deg, #515050, #515050 20px, transparent 20px, transparent 30px, #d1d1d1 30px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}

#header .navbar .project-counter-body {
    text-align: center;
    width: 100%;
}

#header .navbar .counter {
    margin: 0;
    font-size: clamp(1.15rem, 3.2vw, 2rem);
    font-family: var(--site-font-display);
    font-weight: 600;
    line-height: 1.1;
}

#header .navbar .project-counter-caption {
    margin: 0.15rem 0 0;
    font-size: clamp(0.5rem, 1.2vw, 0.78rem);
    letter-spacing: clamp(0.2px, 0.15vw, 1px);
    color: var(--site-text-muted);
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
}

#header .navbar .nav-a {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#header .navbar .nav-link {
    margin: 10px;
    width: 100%;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .navbar .navbar-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    height: 77px;
    padding: 0.5rem 0.75rem;
    font-size: 1.75rem;
    line-height: 1;
    user-select: none;
}

@media (max-width: 991.98px) {
    #header .navbar > .navbar-brand {
        max-width: min(18rem, calc(100% - 10.5rem));
    }

    #header .navbar > .navbar-end {
        order: 2;
    }

    #header .navbar > .navbar-collapse {
        order: 3;
        flex-basis: 100%;
    }
}

@media (max-width: 575.98px) {
    #header .navbar {
        gap: 0.4rem 0.55rem;
    }

    #header .navbar > .navbar-brand {
        max-width: min(14rem, calc(100% - 9rem));
        min-height: 3.6rem;
        padding: 0.4rem 0.5rem;
        font-size: clamp(0.55rem, 2.5vw, 0.72rem);
    }

    #header .navbar .brand-name {
        font-size: 1em;
        white-space: nowrap;
    }

    #header .navbar .jobtitle {
        white-space: normal;
    }

    #header .navbar > .navbar-end {
        gap: 1rem;
    }

    #header .navbar .project_counter {
        min-width: 4.75rem;
        min-height: 3.6rem;
        padding: 0.35rem 0.45rem;
    }

    #header .navbar .counter {
        font-size: clamp(1.05rem, 5vw, 1.45rem);
    }

    #header .navbar .project-counter-caption {
        font-size: clamp(0.45rem, 2.4vw, 0.58rem);
    }
}

@media (min-width: 992px) {
    #header .navbar > .navbar-brand {
        max-width: 26rem;
        min-height: 5.5rem;
        padding: 0.75rem 0.9rem;
    }

    #header .navbar .project_counter {
        min-width: 7.5rem;
        min-height: 5.5rem;
        padding: 0.65rem 0.85rem;
    }
}

/* Slower, smoother mobile navbar open/close (override Bootstrap 0.35s) */
.navbar-collapse.collapsing,
.collapsing {
    transition: height 0.85s ease-in-out !important;
}

/* Smooth nav link hover — height/padding/letter-spacing must all animate */
.navbar .nav-a.nav-link {
    letter-spacing: 0;
    height: 77px;
    padding: 0.5rem 1rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        background-color 0.7s ease-in-out,
        color 0.7s ease-in-out,
        letter-spacing 0.7s ease-in-out,
        height 0.7s ease-in-out,
        padding 0.7s ease-in-out,
        box-shadow 0.7s ease-in-out,
        border-color 0.7s ease-in-out;
}

.navbar .nav-a.nav-link:hover,
.navbar .nav-a.nav-link:focus,
.navbar .nav-a.nav-link.active,
.navbar .nav-a.nav-link:active {
    letter-spacing: 1px;
    padding: 5px;
    text-decoration: none;
    background-color: #FEB960 !important;
    color: #000000 !important;
    height: 100px;
}

/*Project*/
.projects {
    text-decoration: none;
    color: inherit;
    transition: box-shadow .3s;
}

.projects:hover {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    /*Animate css*/
    display: block;
    animation: pulse;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 20s;
    /* don't forget to set a duration! */
}

/*
 * Project media column — must NOT force width:100% or it breaks
 * Bootstrap col-md-7 | col-md-5 and stacks all copy left under the image.
 */
.project-intro-img {
    max-width: 100%;
    min-width: 0;
}

.project-intro-img > img.img-fluid,
.project-intro-img > .bg-white {
    width: 100%;
    height: 100%;
}

.project-intro-img > img.img-fluid {
    object-fit: cover;
    display: block;
}

/* Featured / Dev project rows: image and copy share the card width */
.projects .card > .row {
    align-items: stretch;
}

@media (min-width: 768px) {
    .projects .card > .row > [class*="col-md-5"] {
        display: flex;
        align-items: center;
    }

    .projects .card > .row > [class*="col-md-5"] > .card-body {
        width: 100%;
    }
}

/*More than one project image should be in a row with a margin of two pixels*/
.project-img-md {
    width: 30% !important;
    margin-left: 5px !important;
}

/*Project-site elements*/
.project-site {
    color: #ffffff;
    padding-right: 50px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 300;
}

/*On hover, change the color of the project-site to Yellow Orange*/
.project-site:hover {
    color: #FEB960 !important;
}
/*
Give it a width of 100% so as you add other projects it will shrink to desired size.
Remove the blue text and underline.
*/
.old-project {
    width: 100%;
}

.old-project-link {
    display: block;
    color: inherit;
    text-decoration: none !important;
}

.old-project-link:hover,
.old-project-link:focus,
.old-project-link:visited {
    color: inherit;
    text-decoration: none !important;
}

.old-project-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.old-project-card .img-fluid {
    width: 100%;
    height: auto;
    display: block;
}

.old-project-link:hover .old-project-card {
    border-color: rgba(254, 185, 96, 0.45);
    transform: translateY(-2px);
}

.old-project-label {
    color: #FEB960 !important;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
}

.old-project-copy {
    color: #e8e8e8 !important;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.45;
    margin: 0;
    text-decoration: none !important;
}

/*Floating back button: the button id designed to stay untop of everything and in one place with alignment top of 30 and bottom of 70,*/
.back-btn {
    background: #FEB960 !important;
    position: absolute;
    top: 500px;
    left: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 500;
    /*Collapsed: show arrow + "Go"; hover expands to full "Go back"*/
    height: 40px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    max-width: 62px;
    /** I'm animating max-width because width needs to be auto, and auto can't be animated **/
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;

}

/*back button that hovers and is in a permanent position on the left*/
.back-btn:hover {
    max-width: 300px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    -webkit-transition: max-width 2s;
    transition: max-width 2s;
}

/* change the display to a flex and align it to the center*/
.material-symbols-outlined {
    display: flex;
    align-items: center;
}

/*Hide the whittespace*/
.go-back {
    white-space: nowrap;
}
/*Stop leaving white space when browser is adjusted*/
.img-fluid {
    max-width: 100%;
}
/* ——— Closing band: thanks, certifications, footer ——— */
.site-thanks-band {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: var(--site-thanks-bg);
    color: var(--site-thanks-text);
    margin-top: 3rem;
    margin-bottom: var(--site-section-gap);
    padding: 4.5rem 1.5rem;
    box-sizing: border-box;
}

.site-thanks {
    display: grid;
    gap: 1.25rem;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 768px) {
    .site-thanks {
        grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.7fr);
        gap: 2rem;
        align-items: center;
    }
}

.thanks-h,
.Thanks-h {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 0 0.75rem;
    color: #121212;
}

.thanks-p {
    font-size: 1.05rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.65;
    color: #444444;
    margin: 0 0 0.65rem;
}

.thanks-note {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.5;
}

.thanks-note mark {
    background: transparent;
    color: var(--site-accent-mark);
    padding: 0;
}

.site-thanks-badge {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media (min-width: 768px) {
    .site-thanks-badge {
        justify-content: flex-end;
    }
}

.thanks-linkedin {
    white-space: nowrap;
}

.site-closing-wrap {
    padding-top: 1rem;
}

.site-closing {
    padding-bottom: 0;
}

.site-certs {
    margin-bottom: var(--site-section-gap);
}

.site-closing-title {
    font-weight: 300;
    font-size: 1.35rem;
    letter-spacing: -0.01em;
    margin: 0 0 1.25rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid var(--site-border-soft);
}

.certs-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem 1.5rem;
    grid-template-columns: 1fr;
}

@media (min-width: 576px) {
    .certs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .certs-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.cert-item {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cert-org {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FEB960;
    line-height: 1.3;
}

.cert-name {
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.4;
    color: #e0e0e0;
}

.site-footer {
    margin-top: 0;
    padding-top: 5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-skills {
    display: grid;
    gap: 1.25rem 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 2.75rem;
}

@media (min-width: 768px) {
    .footer-skills {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem 1.75rem;
    }
}

.footer-skill-col h3 {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
    color: #f0f0f0;
}

.footer-skill-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-skill-col li {
    margin: 0;
    padding: 0.2rem 0;
    line-height: 1.35;
}

.footer-skill-col a {
    color: #9a9a9a;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 300;
}

.footer-skill-col a:hover,
.footer-skill-col a:focus {
    color: #FEB960;
}

.footer-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    min-height: 4.5rem;
    margin-top: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-social {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
}

.footer-credit {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 300;
    color: #9a9a9a;
}

.footer-chat-clearance {
    min-height: 4.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* ——— About page ——— */
.about-page {
    padding: 2.5rem 0 1rem;
}

.about-wrap {
    max-width: 920px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.about-hero {
    display: grid;
    gap: 2rem;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(254, 185, 96, 0.25);
}

@media (min-width: 768px) {
    .about-hero {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 3rem;
        align-items: start;
    }
}

.about-portrait-col {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.about-portrait-frame {
    margin: 0;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border: 1px solid rgba(254, 185, 96, 0.35);
    background:
        linear-gradient(135deg, rgba(254, 185, 96, 0.08), transparent 55%),
        #1a1a1a;
}

.about-portrait-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.about-quote {
    margin: 0;
    padding: 0;
    border: 0;
}

.about-quote-text {
    margin: 0 0 0.65rem;
    font-family: 'Lato', 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.05rem;
    line-height: 1.75;
    letter-spacing: normal;
    color: #FEB960;
}

.about-quote-signature {
    display: block;
    width: min(100%, 18rem);
    height: auto;
    margin-top: 0.35rem;
    margin-left: 0;
    margin-right: auto;
    /* Force signature strokes to white on the dark page */
    filter: brightness(0) invert(1);
}

.about-title {
    font-weight: 300;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    letter-spacing: -0.02em;
    margin: 0 0 1.25rem;
}

.about-lede p {
    font-weight: 300;
    font-size: 1.05rem;
    line-height: 1.75 !important;
    color: #c8c8c8;
    margin-bottom: 1.15rem;
}

.about-lede p:last-child {
    margin-bottom: 0;
}

.about-section {
    margin-bottom: 3.75rem;
}

.about-section--last {
    margin-bottom: 1.5rem;
}

.about-section-title {
    font-weight: 300;
    font-size: 1.65rem;
    letter-spacing: -0.01em;
    margin: 0 0 1.75rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.about-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.about-chapter {
    display: grid;
    gap: 0.75rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.about-chapter:first-child {
    padding-top: 0.25rem;
}

.about-chapter:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .about-chapter {
        grid-template-columns: minmax(200px, 0.38fr) minmax(0, 0.62fr);
        gap: 2rem;
        align-items: start;
        padding: 1.75rem 0;
    }
}

.about-year {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FEB960;
    margin-bottom: 0.4rem;
}

.about-chapter-title {
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.35;
    margin: 0;
    color: #f0f0f0;
}

.about-chapter-body {
    margin: 0;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.7 !important;
    color: #bdbdbd;
}

.about-split {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .about-split {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

.about-split-pane {
    padding: 1.5rem 1.35rem;
    background: rgba(255, 255, 255, 0.03);
    border-left: 2px solid rgba(255, 255, 255, 0.14);
}

.about-split-pane--accent {
    border-left-color: #FEB960;
}

.about-split-pane p {
    margin: 0;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.7 !important;
    color: #c4c4c4;
}

.about-pane-label {
    font-weight: 500;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FEB960;
    margin: 0 0 0.85rem;
}

.about-process-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.45rem;
    margin-top: 1.1rem !important;
    font-weight: 400 !important;
    font-size: 0.92rem !important;
    color: #e8e8e8 !important;
    line-height: 1.5 !important;
}

.about-flow-arrow {
    color: #FEB960;
    opacity: 0.85;
}

.about-capabilities {
    display: grid;
    gap: 1.75rem;
}

@media (min-width: 768px) {
    .about-capabilities {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

.about-capability ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-capability li {
    font-weight: 300;
    font-size: 0.98rem;
    line-height: 1.55;
    color: #c4c4c4;
    padding: 0.45rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.about-capability li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

/* Project thumbs up / thumbs down */
.project-votes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
}

.project-votes.is-busy {
    opacity: 0.7;
    pointer-events: none;
}

.project-votes.has-error .project-vote-btn {
    outline: 2px solid #ff6b6b;
}

.project-vote-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 5.5rem;
}

.project-vote-btn .vote-count {
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    min-width: 1.25rem;
}

.project-vote-btn.is-selected {
    box-shadow: 0 0 0 2px #feb960;
    transform: translateY(-1px);
}

.project-votes.has-voted .project-vote-btn:not(.is-selected) {
    opacity: 0.55;
}

.project-votes--card {
    margin-top: 1rem;
    position: relative;
    z-index: 2;
}

.project-votes--card .project-vote-btn {
    min-width: 0;
    padding: 0.35rem 0.7rem;
    font-size: 0.85rem;
}

.project-votes--card .vote-label {
    display: none;
}

.project-votes--footer {
    margin-left: 30px;
}

@media (max-width: 576px) {
    .project-votes--footer {
        margin-left: 0;
    }
}

/* Local organic search — human-facing location signals */
.seo-page-title {
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.25;
    margin: 0.75rem 0 0.5rem;
    color: #f5f5f5;
}

.seo-local-links {
    font-size: 0.92rem;
    color: #bdbdbd;
    margin-top: 0.35rem;
}

.seo-local-links a {
    color: #feb960;
    text-decoration: none;
}

.seo-local-links a:hover,
.seo-local-links a:focus {
    color: #ffd08a;
    text-decoration: underline;
}

.seo-local-band {
    margin: 3rem auto 1rem;
    padding: 1.75rem 0 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.seo-local-band-title {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #f5f5f5;
}

.seo-local-band-copy {
    color: #cfcfcf;
    max-width: 46rem;
    line-height: 1.6;
    margin-bottom: 0.85rem;
}

.seo-local-band-list {
    padding-left: 1.15rem;
    color: #bdbdbd;
    max-width: 40rem;
}

.seo-local-band-list li {
    margin-bottom: 0.35rem;
}

.about-location-line {
    color: #feb960;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}

.footer-location {
    color: #9a9a9a;
    font-size: 0.85rem;
    margin: 0.75rem 0 0.35rem;
    text-align: center;
}

.footer-location a {
    color: #cfcfcf;
    text-decoration: none;
}

.footer-location a:hover,
.footer-location a:focus {
    color: #feb960;
    text-decoration: underline;
}

.seo-landing {
    max-width: 46rem;
    padding: 1.5rem 1rem 3rem;
}

.seo-breadcrumb {
    font-size: 0.85rem;
    color: #9a9a9a;
    margin-bottom: 1.25rem;
}

.seo-breadcrumb a {
    color: #feb960;
    text-decoration: none;
}

.seo-eyebrow {
    color: #feb960;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    margin-bottom: 0.65rem;
}

.seo-landing-title {
    font-size: clamp(1.6rem, 3.2vw, 2.35rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.seo-landing-lede {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #d6d6d6;
    margin-bottom: 1.35rem;
}

.seo-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 2.5rem;
}

.seo-landing-section {
    margin-bottom: 2rem;
}

.seo-landing-section h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.65rem;
}

.seo-landing-section p,
.seo-service-list,
.seo-work-list {
    color: #cfcfcf;
    line-height: 1.65;
}

.seo-service-list,
.seo-work-list {
    padding-left: 1.15rem;
}

.seo-service-list li,
.seo-work-list li {
    margin-bottom: 0.45rem;
}

.seo-work-list a {
    color: #feb960;
    text-decoration: none;
}

.seo-work-list a:hover,
.seo-work-list a:focus {
    text-decoration: underline;
}

.seo-keyword-cloud {
    font-size: 0.92rem;
    color: #a8a8a8;
    line-height: 1.7;
}

.seo-geo-grid {
    display: grid;
    gap: 1.35rem;
}

@media (min-width: 768px) {
    .seo-geo-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

.seo-geo-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #feb960;
    margin-bottom: 0.45rem;
}

.seo-faq-q {
    font-size: 1.02rem;
    font-weight: 600;
    color: #f0f0f0;
    margin: 1rem 0 0.35rem;
}

/* Cookie consent + legal */
.cookie-consent {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1080;
    max-width: 42rem;
    margin: 0 auto;
    padding: 1.15rem 1.25rem;
    background: #1a1d21;
    border: 1px solid rgba(254, 185, 96, 0.35);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.cookie-consent[hidden] {
    display: none !important;
}

.cookie-consent-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.45rem;
    color: #f5f5f5;
}

.cookie-consent-text {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #cfcfcf;
    margin: 0;
}

.cookie-consent-text a {
    color: #feb960;
}

.cookie-consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.95rem;
}

.footer-legal {
    text-align: center;
    margin: 0.65rem 0 0.25rem;
    font-size: 0.85rem;
}

.footer-legal a {
    color: #cfcfcf;
    text-decoration: none;
}

.footer-legal a:hover,
.footer-legal a:focus {
    color: #feb960;
    text-decoration: underline;
}

.legal-page {
    max-width: 46rem;
    padding: 1.75rem 1rem 3rem;
}

.legal-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.legal-updated {
    color: #9a9a9a;
    font-size: 0.9rem;
    margin-bottom: 1.75rem;
}

.legal-section {
    margin-bottom: 1.6rem;
}

.legal-section h2 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.55rem;
}

.legal-section p,
.legal-section li {
    color: #cfcfcf;
    line-height: 1.65;
}

.legal-section a {
    color: #feb960;
}

.legal-section ul {
    padding-left: 1.15rem;
}

.legal-section li {
    margin-bottom: 0.35rem;
}
