.gbh-section-head {
    position: relative;
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}

.gbh-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--gbh-cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.gbh-section-kicker::before,
.gbh-section-kicker::after {
    content: "";
    width: 28px;
    height: 2px;
    background-image: radial-gradient(circle, rgba(15,23,42,.5) 1px, transparent 1.5px);
    background-size: 7px 2px;
}

.gbh-section-head h2 {
    margin: 0;
    color: var(--gbh-navy);
    font-size: 32px;
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: 0;
}

.gbh-section-head p {
    margin: 14px auto 0;
    color: var(--gbh-muted);
    font-size: 14.5px;
    line-height: 1.85;
}

.home-projects-section {
    position: relative;
    padding: 58px 0 52px;
    background:
        radial-gradient(circle, rgba(15,23,42,.24) 1.15px, transparent 1.7px) right max(22px, calc((100vw - 1180px) / 2)) top 34px / 12px 12px no-repeat,
        radial-gradient(circle, rgba(18,184,215,.13) 1.1px, transparent 1.6px) left max(22px, calc((100vw - 1180px) / 2)) bottom 34px / 12px 12px no-repeat,
        linear-gradient(180deg, #f4fafc, #eef7fb);
}

.home-projects-section::before {
    content: "";
    position: absolute;
    inset: 22px max(16px, calc((100vw - 1180px) / 2)) 20px;
    border: 1px dotted rgba(15,23,42,.22);
    border-radius: 8px;
    pointer-events: none;
}

.home-projects-section > .gbh-container {
    position: relative;
    z-index: 1;
}

.gbh-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.home-projects-section .gbh-project-grid {
    gap: 20px;
}

.gbh-project-card {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px dotted rgba(18,184,215,.44);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(23,36,58,.07);
    color: inherit;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-projects-section .gbh-project-card {
    border-color: rgba(15,23,42,.36);
    background:
        linear-gradient(180deg, rgba(255,255,255,.58), rgba(255,255,255,.2)),
        radial-gradient(circle, rgba(15,23,42,.15) 1px, transparent 1.5px) right 14px top 14px / 10px 10px no-repeat;
    box-shadow: 0 14px 30px rgba(23,36,58,.055);
}

.home-projects-section .gbh-project-card::before {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: 1;
    border: 1px dotted rgba(15,23,42,.22);
    border-radius: 6px;
    pointer-events: none;
}

.gbh-project-card::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 14px;
    width: 58px;
    height: 42px;
    background-image: radial-gradient(circle, rgba(15,23,42,.34) 1.1px, transparent 1.6px);
    background-size: 10px 10px;
    pointer-events: none;
    opacity: .36;
}

.gbh-project-card:hover,
.gbh-project-card:focus {
    border-color: rgba(18,184,215,.78);
    box-shadow: 0 24px 46px rgba(23,36,58,.13);
    transform: translateY(-6px);
    outline: 0;
}

.project-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #eef8fc;
    border-bottom: 1px dotted rgba(18,184,215,.36);
    overflow: hidden;
}

.home-projects-section .project-card-media {
    background:
        radial-gradient(circle, rgba(18,184,215,.16) 1.05px, transparent 1.55px) right 12px top 12px / 10px 10px no-repeat,
        rgba(248,253,255,.38);
    border-bottom-color: rgba(15,23,42,.22);
}

.project-card-browser {
    position: absolute;
    inset: 12px;
    overflow: hidden;
    border: 1px dotted rgba(15,23,42,.34);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(23,36,58,.08);
}

.home-projects-section .project-card-browser {
    inset: 10px;
    border-color: rgba(15,23,42,.32);
    background: rgba(255,255,255,.34);
    box-shadow: none;
}

.project-card-browser::before,
.project-browser-frame::before {
    content: "";
    display: block;
    height: 24px;
    border-bottom: 1px dotted rgba(18,184,215,.34);
    background:
        radial-gradient(circle, #ff7f50 3px, transparent 3.5px) 12px 50% / 12px 12px no-repeat,
        radial-gradient(circle, #f5a623 3px, transparent 3.5px) 28px 50% / 12px 12px no-repeat,
        radial-gradient(circle, #8cc63e 3px, transparent 3.5px) 44px 50% / 12px 12px no-repeat,
        #f8fdff;
}

.home-projects-section .project-card-browser::before {
    background:
        radial-gradient(circle, rgba(15,23,42,.36) 1px, transparent 1.5px) 14px 50% / 9px 9px repeat-x,
        rgba(248,253,255,.58);
}

.project-card-browser img,
.project-browser-frame img {
    width: 100%;
    height: calc(100% - 24px);
    object-fit: cover;
    object-position: center top;
    transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .24s ease;
}

.gbh-project-card:hover .project-card-browser img,
.gbh-project-card:focus .project-card-browser img {
    transform: scale(1.045);
    filter: saturate(1.04) contrast(1.02);
}

.project-card-placeholder {
    height: calc(100% - 24px);
    display: grid;
    place-items: center;
    color: var(--gbh-cyan);
    font-size: 34px;
    font-weight: 900;
    background:
        radial-gradient(circle, rgba(18,184,215,.2) 1.1px, transparent 1.6px) center / 12px 12px,
        #f7fcff;
}

.project-card-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    padding: 20px 20px 18px;
}

.home-projects-section .project-card-body {
    gap: 9px;
    padding: 17px 18px 16px;
}

.project-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--gbh-muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.project-card-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--gbh-cyan);
}

.project-card-title {
    margin: 0;
    color: var(--gbh-navy);
    font-size: 18px;
    line-height: 1.32;
    font-weight: 900;
    letter-spacing: 0;
}

.project-card-desc {
    margin: 0;
    color: var(--gbh-muted);
    font-size: 13px;
    line-height: 1.72;
}

.home-projects-section .project-card-desc {
    display: none;
}

.technology-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.technology-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 26px;
    padding: 0 10px;
    border: 1px dotted rgba(18,184,215,.42);
    border-radius: 999px;
    background: #f8fdff;
    color: #52606e;
    font-size: 11px;
    font-weight: 800;
}

.technology-badge i {
    color: var(--gbh-cyan);
    font-size: 11px;
}

.technology-badge img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.project-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 2px;
    color: var(--gbh-navy);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.project-card-cta i {
    color: var(--gbh-cyan);
    transition: transform .2s ease;
}

.gbh-project-card:hover .project-card-cta i,
.gbh-project-card:focus .project-card-cta i {
    transform: translateX(3px);
}

.project-section-actions,
.offer-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.gbh-ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 22px;
    border: 1px dotted rgba(18,184,215,.58);
    border-radius: 999px;
    background: #fff;
    color: var(--gbh-navy);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(23,36,58,.05);
    transition: transform .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.gbh-ghost-btn:hover,
.gbh-ghost-btn:focus {
    color: var(--gbh-cyan);
    border-color: rgba(18,184,215,.82);
    box-shadow: 0 14px 28px rgba(18,184,215,.12);
    transform: translateY(-2px);
    outline: 0;
}

.gbh-empty-state {
    grid-column: 1 / -1;
    padding: 34px;
    border: 1px dotted rgba(18,184,215,.42);
    border-radius: 8px;
    background: #fff;
    color: var(--gbh-muted);
    text-align: center;
    box-shadow: 0 12px 26px rgba(23,36,58,.045);
}

.home-offer-section {
    position: relative;
    padding: 54px 0;
    background:
        radial-gradient(circle, rgba(15,23,42,.24) 1.15px, transparent 1.7px) left max(18px, calc((100vw - 1180px) / 2)) bottom 34px / 12px 12px no-repeat,
        radial-gradient(circle, rgba(18,184,215,.14) 1.1px, transparent 1.6px) right max(18px, calc((100vw - 1180px) / 2)) top 36px / 12px 12px no-repeat,
        linear-gradient(180deg, #eef7fb, #f5fbfd);
}

.home-offer-section::before {
    content: "";
    position: absolute;
    inset: 24px max(16px, calc((100vw - 1180px) / 2));
    border: 1px dotted rgba(15,23,42,.2);
    border-radius: 8px;
    pointer-events: none;
}

.home-offer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 30px;
    align-items: center;
}

.home-offer-stack {
    display: grid;
    gap: 18px;
}

.offer-home-copy h2 {
    margin: 0 0 14px;
    color: var(--gbh-navy);
    font-size: 30px;
    line-height: 1.18;
    font-weight: 900;
}

.offer-home-copy p {
    margin: 0;
    color: var(--gbh-muted);
    font-size: 14.5px;
    line-height: 1.85;
}

.gbh-offer-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 22px;
    align-items: center;
    padding: 28px;
    border: 1px dotted rgba(15,23,42,.42);
    border-radius: 8px;
    background:
        radial-gradient(circle, rgba(15,23,42,.32) 1.1px, transparent 1.65px) right 18px top 18px / 12px 12px no-repeat,
        linear-gradient(180deg, rgba(255,255,255,.44), rgba(255,255,255,.1));
    box-shadow: 0 16px 34px rgba(23,36,58,.045);
}

.gbh-offer-card::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px dotted rgba(15,23,42,.28);
    border-radius: 6px;
    pointer-events: none;
}

.gbh-offer-card::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 18px;
    width: 96px;
    height: 22px;
    background-image: radial-gradient(circle, rgba(15,23,42,.28) 1.1px, transparent 1.65px);
    background-size: 10px 10px;
    pointer-events: none;
}

.gbh-offer-card > div {
    position: relative;
    z-index: 1;
}

.offer-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px dotted rgba(18,184,215,.42);
    background: rgba(239,251,255,.68);
    color: var(--gbh-cyan);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.gbh-offer-card h3 {
    position: relative;
    margin: 14px 0 8px;
    color: var(--gbh-navy);
    font-size: 24px;
    line-height: 1.22;
    font-weight: 900;
}

.gbh-offer-card p {
    position: relative;
    margin: 0;
    color: var(--gbh-muted);
    font-size: 14px;
    line-height: 1.78;
}

.offer-price-stack {
    position: relative;
    z-index: 2;
    min-width: 170px;
    text-align: right;
}

.offer-thumb {
    width: 168px;
    aspect-ratio: 16 / 10;
    margin: 0 0 14px auto;
    border: 1px dotted rgba(18,184,215,.42);
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.offer-old-price {
    display: block;
    color: #8b98a5;
    font-size: 13px;
    font-weight: 800;
    text-decoration: line-through;
}

.offer-price {
    display: block;
    color: var(--gbh-orange);
    font-size: 34px;
    line-height: 1.05;
    font-weight: 900;
}

.offer-discount {
    display: block;
    color: var(--gbh-green);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.gbh-offer-card .offer-actions {
    justify-content: flex-end;
    margin-top: 16px;
}

.project-list-hero,
.project-detail-hero {
    position: relative;
    padding: 58px 0 54px;
    background:
        radial-gradient(circle, rgba(18,184,215,.18) 1.15px, transparent 1.7px) right max(20px, calc((100vw - 1180px) / 2)) top 30px / 12px 12px no-repeat,
        linear-gradient(180deg, #f7fbfd, #ffffff);
    overflow: hidden;
}

.project-list-hero::before,
.project-detail-hero::before {
    content: "";
    position: absolute;
    left: max(18px, calc((100vw - 1180px) / 2));
    bottom: 24px;
    width: 120px;
    height: 70px;
    background-image: radial-gradient(circle, rgba(15,23,42,.24) 1.15px, transparent 1.7px);
    background-size: 12px 12px;
    opacity: .55;
}

.project-list-hero-copy,
.project-detail-hero-copy,
.project-detail-hero-media {
    position: relative;
    z-index: 1;
}

.project-list-hero h1,
.project-detail-hero h1 {
    max-width: 780px;
    margin: 0;
    color: var(--gbh-navy);
    font-size: 40px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0;
}

.project-list-hero p,
.project-detail-hero p {
    max-width: 720px;
    margin: 16px 0 0;
    color: var(--gbh-muted);
    font-size: 15px;
    line-height: 1.85;
}

.project-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #596675;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.project-breadcrumb a:hover {
    color: var(--gbh-cyan);
}

.project-filter-section {
    padding: 32px 0 54px;
    background: #fff;
}

.project-filter-panel {
    margin-bottom: 26px;
    padding: 22px;
    border: 1px dotted rgba(18,184,215,.38);
    border-radius: 8px;
    background: #fbfdfe;
    box-shadow: 0 12px 28px rgba(23,36,58,.045);
}

.project-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    margin-bottom: 18px;
}

.project-search-form input {
    min-height: 44px;
    width: 100%;
    border: 1px dotted rgba(18,184,215,.48);
    border-radius: 999px;
    background: #fff;
    padding: 0 18px;
    color: var(--gbh-text);
    font-size: 13px;
    outline: 0;
}

.project-search-form input:focus {
    border-color: var(--gbh-cyan);
    box-shadow: 0 0 0 4px rgba(18,184,215,.11);
}

.filter-group {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.filter-group-title {
    color: var(--gbh-navy);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 13px;
    border: 1px dotted rgba(18,184,215,.42);
    border-radius: 999px;
    background: #fff;
    color: #52606e;
    font-size: 12px;
    font-weight: 800;
    transition: transform .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}

.filter-chip:hover,
.filter-chip:focus,
.filter-chip.is-active {
    background: var(--gbh-cyan);
    border-color: var(--gbh-cyan);
    color: #fff;
    transform: translateY(-1px);
    outline: 0;
}

.project-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.project-page-link {
    min-width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px dotted rgba(18,184,215,.42);
    border-radius: 999px;
    background: #fff;
    color: var(--gbh-navy);
    font-size: 12px;
    font-weight: 900;
}

.project-page-link:hover,
.project-page-link.is-active {
    background: var(--gbh-cyan);
    color: #fff;
    border-color: var(--gbh-cyan);
}

.gbh-project-page .project-list-hero {
    padding: 30px 0 24px;
    background:
        radial-gradient(circle, rgba(18,184,215,.13) 1px, transparent 1.5px) right max(18px, calc((100vw - 1180px) / 2)) top 22px / 11px 11px no-repeat,
        linear-gradient(180deg, #f8fcfd, #ffffff);
}

.gbh-project-page .project-list-hero::before {
    bottom: 16px;
    width: 90px;
    height: 52px;
    opacity: .34;
}

.gbh-project-page .project-breadcrumb {
    margin-bottom: 8px;
    font-size: 10.5px;
    font-weight: 600;
    text-transform: none;
}

.gbh-project-page .gbh-section-kicker {
    gap: 6px;
    margin-bottom: 6px;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0;
}

.gbh-project-page .gbh-section-kicker::before,
.gbh-project-page .gbh-section-kicker::after {
    width: 18px;
}

.gbh-project-page .project-list-hero h1 {
    max-width: 620px;
    font-size: clamp(22px, 2.6vw, 30px);
    line-height: 1.18;
    font-weight: 700;
}

.gbh-project-page .project-list-hero p {
    max-width: 620px;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.55;
}

.gbh-project-page .project-filter-section {
    padding: 18px 0 40px;
}

.gbh-project-page .project-filter-panel {
    margin-bottom: 18px;
    padding: 12px 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(23,36,58,.035);
}

.gbh-project-page .filter-group {
    gap: 7px;
    margin-top: 0;
}

.gbh-project-page .filter-group + .filter-group {
    margin-top: 10px;
}

.gbh-project-page .filter-group-title {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.gbh-project-page .filter-chips {
    gap: 6px;
}

.gbh-project-page .filter-chip {
    min-height: 28px;
    gap: 5px;
    padding: 0 10px;
    font-size: 11.5px;
    font-weight: 600;
    transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.gbh-project-page .filter-chip:hover,
.gbh-project-page .filter-chip:focus,
.gbh-project-page .filter-chip.is-active {
    transform: none;
    box-shadow: 0 6px 14px rgba(18,184,215,.12);
}

.gbh-project-page .gbh-project-grid {
    gap: 16px;
}

.gbh-project-page .gbh-project-card {
    box-shadow: 0 10px 22px rgba(23,36,58,.05);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gbh-project-page .gbh-project-card::after {
    right: 10px;
    top: 10px;
    width: 42px;
    height: 30px;
    opacity: .24;
}

.gbh-project-page .gbh-project-card:hover,
.gbh-project-page .gbh-project-card:focus {
    box-shadow: 0 14px 28px rgba(23,36,58,.085);
    transform: translateY(-3px);
}

.gbh-project-page .project-card-media {
    aspect-ratio: 16 / 9;
}

.gbh-project-page .project-card-browser {
    inset: 8px;
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(23,36,58,.055);
}

.gbh-project-page .project-card-browser::before {
    height: 20px;
}

.gbh-project-page .project-card-browser img {
    height: calc(100% - 20px);
    transition: transform .28s ease, filter .2s ease;
}

.gbh-project-page .gbh-project-card:hover .project-card-browser img,
.gbh-project-page .gbh-project-card:focus .project-card-browser img {
    transform: scale(1.025);
}

.gbh-project-page .project-card-body {
    gap: 8px;
    padding: 13px 14px 14px;
}

.gbh-project-page .project-card-meta {
    gap: 8px;
    font-size: 10px;
    font-weight: 600;
    text-transform: none;
}

.gbh-project-page .project-card-title {
    font-size: 15px;
    line-height: 1.28;
    font-weight: 700;
}

.gbh-project-page .project-card-desc {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gbh-project-page .technology-row {
    gap: 5px;
    margin-top: 0;
}

.gbh-project-page .technology-badge {
    min-height: 22px;
    gap: 5px;
    padding: 0 8px;
    font-size: 10.5px;
    font-weight: 600;
}

.gbh-project-page .technology-badge img {
    width: 14px;
    height: 14px;
}

.gbh-project-page .project-card-cta {
    margin-top: auto;
    font-size: 10.5px;
    font-weight: 700;
}

.gbh-project-page .project-pagination {
    margin-top: 22px;
}

.gbh-project-page .project-page-link {
    min-width: 32px;
    height: 32px;
    font-weight: 700;
}

.project-detail-hero-grid {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: 44px;
    align-items: center;
}

.project-detail-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.project-browser-frame {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border: 1px dotted rgba(15,23,42,.36);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 48px rgba(23,36,58,.13);
}

.project-browser-frame img {
    object-fit: cover;
    object-position: center top;
}

.project-meta-strip {
    padding: 26px 0;
    background: #fff;
}

.project-meta-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border: 1px dotted rgba(18,184,215,.42);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 26px rgba(23,36,58,.05);
}

.project-meta-item {
    min-height: 88px;
    padding: 14px;
    border-right: 1px dotted rgba(18,184,215,.34);
    display: grid;
    align-content: center;
    gap: 4px;
}

.project-meta-item:last-child {
    border-right: 0;
}

.project-meta-item span {
    color: var(--gbh-muted);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.project-meta-item strong {
    color: var(--gbh-navy);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 900;
}

.project-detail-section {
    position: relative;
    padding: 54px 0;
    background: #fff;
}

.project-detail-section.soft {
    background: #f3f8fb;
}

.project-section-grid {
    display: grid;
    grid-template-columns: .3fr .7fr;
    gap: 42px;
    align-items: start;
}

.project-section-number {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 1px dotted rgba(15,23,42,.38);
    border-radius: 8px;
    background: #fff;
    color: var(--gbh-cyan);
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 12px 26px rgba(23,36,58,.05);
}

.project-section-copy h2,
.project-content-copy h2 {
    margin: 0 0 16px;
    color: var(--gbh-navy);
    font-size: 30px;
    line-height: 1.18;
    font-weight: 900;
}

.project-section-copy p,
.project-content-copy p {
    color: var(--gbh-muted);
    font-size: 14.5px;
    line-height: 1.9;
}

.challenge-solution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.challenge-solution-card {
    min-height: 250px;
    padding: 30px;
    border: 1px dotted rgba(18,184,215,.42);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(23,36,58,.055);
}

.challenge-solution-card:nth-child(2) {
    background: #f7fcff;
}

.challenge-solution-card h2 {
    margin: 0 0 14px;
    color: var(--gbh-navy);
    font-size: 24px;
    font-weight: 900;
}

.challenge-solution-card p {
    margin: 0;
    color: var(--gbh-muted);
    font-size: 14px;
    line-height: 1.86;
}

.project-showcase-image {
    position: relative;
    overflow: hidden;
    border: 1px dotted rgba(18,184,215,.42);
    border-radius: 8px;
    background: #eef8fc;
    box-shadow: 0 18px 38px rgba(23,36,58,.08);
}

.project-showcase-image img {
    width: 100%;
    max-height: 680px;
    object-fit: cover;
    object-position: center top;
}

.project-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.project-feature-card {
    padding: 24px;
    border: 1px dotted rgba(18,184,215,.4);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(23,36,58,.055);
}

.project-feature-card i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border: 1px dotted rgba(18,184,215,.5);
    border-radius: 8px;
    background: #f8fdff;
    color: var(--gbh-cyan);
    font-size: 18px;
}

.project-feature-card h3 {
    margin: 0 0 8px;
    color: var(--gbh-navy);
    font-size: 16px;
    font-weight: 900;
}

.project-feature-card p {
    margin: 0;
    color: var(--gbh-muted);
    font-size: 13px;
    line-height: 1.74;
}

.project-tech-panel {
    padding: 24px;
    border: 1px dotted rgba(18,184,215,.4);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(23,36,58,.05);
}

.project-gallery-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    grid-auto-rows: 210px;
    gap: 18px;
}

.project-gallery-item {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 1px dotted rgba(18,184,215,.42);
    border-radius: 8px;
    background: #eef8fc;
    box-shadow: 0 12px 26px rgba(23,36,58,.045);
    cursor: zoom-in;
    text-align: left;
}

.project-gallery-item:first-child {
    grid-row: span 2;
}

.project-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .28s ease;
}

.project-gallery-item:hover img,
.project-gallery-item:focus img {
    transform: scale(1.035);
}

.project-content-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
    margin-top: 28px;
}

.project-content-section.is-text,
.project-content-section.is-highlight {
    display: block;
}

.project-content-section.is-highlight {
    padding: 28px;
    border: 1px dotted rgba(18,184,215,.42);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(23,36,58,.05);
}

.project-content-image {
    overflow: hidden;
    border: 1px dotted rgba(18,184,215,.42);
    border-radius: 8px;
    background: #eef8fc;
}

.project-content-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
}

.project-testimonial {
    padding: 30px;
    border: 1px dotted rgba(18,184,215,.42);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(23,36,58,.055);
}

.project-testimonial blockquote {
    margin: 0;
    color: var(--gbh-navy);
    font-size: 20px;
    line-height: 1.62;
    font-weight: 800;
}

.project-testimonial footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    color: var(--gbh-muted);
    font-size: 13px;
    font-weight: 800;
}

.project-testimonial img {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    object-fit: cover;
}

.project-prev-next {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 34px;
}

.project-nav-card {
    min-height: 86px;
    padding: 18px;
    border: 1px dotted rgba(18,184,215,.42);
    border-radius: 8px;
    background: #fff;
    color: var(--gbh-navy);
    box-shadow: 0 10px 22px rgba(23,36,58,.045);
    font-size: 13px;
    font-weight: 900;
}

.project-nav-card.next {
    text-align: right;
}

.project-final-cta {
    padding: 48px 0;
    background: #f3f8fb;
    text-align: center;
}

.project-final-cta h2 {
    margin: 0;
    color: var(--gbh-navy);
    font-size: 30px;
    font-weight: 900;
}

.project-final-cta p {
    max-width: 660px;
    margin: 12px auto 24px;
    color: var(--gbh-muted);
    font-size: 14.5px;
    line-height: 1.8;
}

.project-lightbox {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(13,42,92,.84);
}

.project-lightbox[hidden] {
    display: none;
}

.project-lightbox img {
    max-width: min(100%, 1100px);
    max-height: 82vh;
    border: 1px dotted rgba(255,255,255,.45);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(0,0,0,.24);
}

.project-lightbox button {
    position: absolute;
    width: 44px;
    height: 44px;
    border: 1px dotted rgba(255,255,255,.55);
    border-radius: 999px;
    background: #fff;
    color: var(--gbh-navy);
    cursor: pointer;
    font-size: 16px;
}

.project-lightbox-close {
    right: 22px;
    top: 22px;
}

.project-lightbox-prev {
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.project-lightbox-next {
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

body.project-lightbox-open {
    overflow: hidden;
}

@media (max-width: 1080px) {
    .gbh-project-grid,
    .project-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-offer-grid,
    .project-detail-hero-grid,
    .project-section-grid {
        grid-template-columns: 1fr;
    }

    .project-meta-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .project-meta-item:nth-child(3n) {
        border-right: 0;
    }
}

@media (max-width: 820px) {
    .gbh-section-head h2,
    .project-list-hero h1,
    .project-detail-hero h1 {
        font-size: 30px;
    }

    .home-projects-section,
    .home-offer-section,
    .project-list-hero,
    .project-detail-hero,
    .project-detail-section {
        padding-block: 42px;
    }

    .project-search-form,
    .challenge-solution-grid,
    .project-content-section,
    .project-prev-next {
        grid-template-columns: 1fr;
    }

    .project-meta-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-meta-item,
    .project-meta-item:nth-child(3n) {
        border-right: 1px dotted rgba(18,184,215,.34);
    }

    .project-meta-item:nth-child(2n) {
        border-right: 0;
    }

    .project-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
    }

    .project-gallery-item:first-child {
        grid-row: span 1;
    }

    .gbh-offer-card {
        grid-template-columns: 1fr;
    }

    .offer-price-stack {
        text-align: left;
    }

    .offer-thumb {
        margin-left: 0;
    }

    .gbh-offer-card .offer-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .gbh-project-grid,
    .project-feature-grid,
    .project-meta-grid {
        grid-template-columns: 1fr;
    }

    .project-meta-item,
    .project-meta-item:nth-child(2n),
    .project-meta-item:nth-child(3n) {
        border-right: 0;
        border-bottom: 1px dotted rgba(18,184,215,.34);
    }

    .project-meta-item:last-child {
        border-bottom: 0;
    }

    .project-filter-panel,
    .challenge-solution-card,
    .project-tech-panel,
    .project-testimonial,
    .gbh-offer-card {
        padding: 20px;
    }

    .project-browser-frame {
        aspect-ratio: 4 / 3;
    }

    .project-card-title {
        font-size: 16px;
    }

    .project-lightbox {
        padding: 14px;
    }

    .project-lightbox-prev {
        left: 12px;
    }

    .project-lightbox-next {
        right: 12px;
    }
}
