:root {
    --deep-navy: #0B1D3A;
    --electric-blue: #1E5FFF;
    --warm-white: #F7F8FC;
    --primary-dark: #111827;
    --primary-blue: #1E3A8A;
    --accent-purple: #4F2DE0;
    --accent-cyan: #18C7C9;
    --light-bg: #F8FAFC;
    --white: #FFFFFF;
    --text-dark: #1F2937;
    --text-muted: #6B7280;
    --border-light: #E5E7EB;
}

body {
    color: var(--text-dark);
    background: var(--white);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1, h2, h3, h4 {
    color: var(--primary-dark);
    font-weight: 750;
    letter-spacing: 0;
}

p {
    color: var(--text-muted);
    line-height: 1.75;
}

.navbar {
    box-shadow: 0 8px 24px rgba(17, 24, 39, .05);
}

.main-nav-collapse {
    position: relative;
}

.brand-logo {
    display: block;
    height: 46px;
    object-fit: contain;
    width: auto;
}

.nav-balance {
    flex: 0 0 130px;
}

.footer-logo {
    background: #fff;
    border-radius: 8px;
    display: block;
    height: auto;
    max-width: 190px;
    padding: 8px 10px;
}

.nav-link {
    color: var(--primary-dark);
    font-weight: 600;
}

.nav-link:hover, .nav-link.active {
    color: var(--accent-purple);
}

.nav-link.active {
    position: relative;
}

.nav-link.active::after {
    background: linear-gradient(135deg, var(--accent-purple), var(--accent-cyan));
    border-radius: 999px;
    bottom: 2px;
    content: "";
    height: 3px;
    left: .5rem;
    position: absolute;
    right: .5rem;
}

.btn {
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .08);
    position: relative;
    transition: transform .22s ease, box-shadow .22s ease, background-position .35s ease, border-color .22s ease, color .22s ease;
}

.btn:hover {
    box-shadow: 0 16px 34px rgba(17, 24, 39, .14);
    transform: translateY(-2px);
}

.btn:active {
    box-shadow: 0 8px 18px rgba(17, 24, 39, .12);
    transform: translateY(0) scale(.98);
}

.btn i {
    transition: transform .22s ease;
}

.btn:hover i {
    transform: translateX(3px);
}

.cta-band .btn.btn-light,
.presentation-cta .btn.btn-light,
.service-cta-inner .btn.btn-light,
.lab-final-cta .btn.btn-light {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(238, 248, 255, .92)),
        radial-gradient(circle at 18% 20%, rgba(24,199,201,.25), transparent 26%);
    border: 1px solid rgba(255,255,255,.62);
    box-shadow:
        0 18px 42px rgba(24,199,201,.24),
        0 0 0 1px rgba(255,255,255,.34) inset;
    color: var(--deep-navy);
    display: inline-flex;
    font-weight: 850;
    gap: .55rem;
    overflow: hidden;
    padding: .9rem 1.35rem;
    position: relative;
}

.cta-band .btn.btn-light::before,
.presentation-cta .btn.btn-light::before,
.service-cta-inner .btn.btn-light::before,
.lab-final-cta .btn.btn-light::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.78), transparent);
    content: "";
    inset: 0;
    position: absolute;
    transform: translateX(-130%) skewX(-18deg);
    transition: transform .62s ease;
}

.cta-band .btn.btn-light::after,
.presentation-cta .btn.btn-light::after,
.service-cta-inner .btn.btn-light::after,
.lab-final-cta .btn.btn-light::after {
    content: "\F138";
    font-family: "bootstrap-icons";
    font-size: 1rem;
    line-height: 1;
    position: relative;
    transition: transform .22s ease;
}

.cta-band .btn.btn-light:hover,
.presentation-cta .btn.btn-light:hover,
.service-cta-inner .btn.btn-light:hover,
.lab-final-cta .btn.btn-light:hover {
    background:
        linear-gradient(135deg, #fff, #EAF8FF),
        radial-gradient(circle at 84% 50%, rgba(30,95,255,.18), transparent 34%);
    box-shadow:
        0 24px 56px rgba(24,199,201,.34),
        0 0 32px rgba(30,95,255,.18),
        0 0 0 1px rgba(255,255,255,.56) inset;
    color: var(--primary-blue);
}

.cta-band .btn.btn-light:hover::before,
.presentation-cta .btn.btn-light:hover::before,
.service-cta-inner .btn.btn-light:hover::before,
.lab-final-cta .btn.btn-light:hover::before {
    transform: translateX(130%) skewX(-18deg);
}

.cta-band .btn.btn-light:hover::after,
.presentation-cta .btn.btn-light:hover::after,
.service-cta-inner .btn.btn-light:hover::after,
.lab-final-cta .btn.btn-light:hover::after {
    transform: translateX(4px);
}

.hero-section {
    background: #07152c;
    overflow: hidden;
    padding: clamp(86px, 10vw, 132px) 0 clamp(82px, 9vw, 118px);
    position: relative;
}

.hero-section::before {
    background: url("../images/home/hero-lab-background-upscaled.jpeg") center / cover no-repeat;
    content: "";
    filter: brightness(.94) contrast(1.04) saturate(1.04);
    inset: 0;
    position: absolute;
    transform: scale(1.012);
    transform-origin: center;
}

.hero-section::after {
    background:
        linear-gradient(90deg, rgba(7, 21, 44, .92) 0%, rgba(11, 29, 58, .76) 42%, rgba(11, 29, 58, .33) 72%, rgba(11, 29, 58, .1) 100%),
        linear-gradient(180deg, rgba(7, 21, 44, .18), rgba(7, 21, 44, .46)),
        radial-gradient(circle at 12% 28%, rgba(24, 199, 201, .25), transparent 28%),
        repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 8px);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-section h1 {
    color: #fff;
    font-size: clamp(2.1rem, 4.15vw, 3.65rem);
    line-height: 1.08;
    max-width: 940px;
}

.hero-overline {
    align-items: center;
    color: #BFF7F8;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 850;
    letter-spacing: .11em;
    margin-bottom: 1.1rem;
    text-transform: uppercase;
}

.hero-overline::before {
    background: var(--accent-cyan);
    content: "";
    height: 1px;
    margin-right: .85rem;
    width: 46px;
}

.hero-subtitle {
    color: rgba(255,255,255,.86);
    font-size: 1.2rem;
    max-width: 660px;
}

.hero-section .btn-outline-accent {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.48);
    color: #fff;
}

.hero-section .btn-outline-accent:hover {
    background: rgba(255,255,255,.16);
    border-color: rgba(24,199,201,.82);
    color: #fff;
}

.hero-gallery {
    min-height: 430px;
    position: relative;
    transform: translateX(-18px);
}

.hero-gallery-main {
    aspect-ratio: 4 / 5;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(17, 24, 39, .16);
    display: block;
    height: 430px;
    margin-left: auto;
    object-fit: cover;
    width: min(80%, 430px);
}

.hero-gallery-small {
    border: 6px solid #fff;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(17, 24, 39, .18);
    object-fit: cover;
    position: absolute;
    width: 190px;
}

.hero-gallery-small.top {
    aspect-ratio: 4 / 3;
    left: -6px;
    top: 34px;
}

.hero-gallery-small.bottom {
    aspect-ratio: 16 / 11;
    bottom: 38px;
    left: 18px;
    width: 220px;
}

.hero-proof {
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    bottom: 0;
    box-shadow: 0 18px 44px rgba(17, 24, 39, .15);
    color: var(--primary-dark);
    display: flex;
    font-weight: 800;
    gap: .75rem;
    max-width: 330px;
    padding: 1rem 1.1rem;
    position: absolute;
    right: 18px;
}

.hero-proof i {
    color: var(--accent-cyan);
    font-size: 1.35rem;
}

.section-padding {
    padding: 84px 0;
}

.bg-soft {
    background: var(--light-bg);
}

.section-heading {
    margin-bottom: 36px;
    max-width: 760px;
}

.polished-heading {
    position: relative;
}

.polished-heading h2,
.section-heading h2 {
    line-height: 1.15;
}

.section-heading p {
    margin-top: .9rem;
    max-width: 680px;
}

.section-kicker {
    color: var(--primary-blue);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: .8rem;
    text-transform: uppercase;
}

.section-kicker::before {
    background: var(--accent-cyan);
    border-radius: 999px;
    content: "";
    height: 1px;
    margin: .55rem .75rem 0 0;
    width: 38px;
}

.section-badge, .category-badge {
    align-items: center;
    background: rgba(24, 199, 201, .12);
    border: 1px solid rgba(24, 199, 201, .25);
    border-radius: 999px;
    color: var(--primary-blue);
    display: inline-flex;
    font-size: .82rem;
    font-weight: 700;
    padding: .45rem .8rem;
}

.btn-gradient {
    background: linear-gradient(120deg, var(--accent-purple), var(--electric-blue), var(--accent-cyan));
    background-size: 180% 100%;
    border: 0;
    color: #fff;
    font-weight: 700;
    padding: .82rem 1.25rem;
}

.btn-gradient:hover {
    background-position: 100% 0;
    box-shadow: 0 18px 36px rgba(30, 95, 255, .26);
    color: #fff;
}

.btn-outline-accent {
    border: 1px solid rgba(79, 45, 224, .35);
    color: var(--accent-purple);
    font-weight: 700;
    padding: .78rem 1.2rem;
}

.btn-outline-accent:hover {
    background: rgba(79, 45, 224, .08);
    border-color: var(--accent-purple);
    box-shadow: 0 15px 30px rgba(79, 45, 224, .14);
    color: var(--accent-purple);
}

.hero-visual {
    min-height: 390px;
    position: relative;
}

.visual-panel {
    background:
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.65)),
        repeating-linear-gradient(90deg, rgba(79,45,224,.12) 0 1px, transparent 1px 54px),
        repeating-linear-gradient(0deg, rgba(24,199,201,.13) 0 1px, transparent 1px 54px);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(17, 24, 39, .12);
    height: 330px;
}

.visual-card {
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 16px 50px rgba(17, 24, 39, .12);
    color: var(--primary-dark);
    display: flex;
    font-weight: 700;
    gap: .65rem;
    padding: 1rem 1.1rem;
    position: absolute;
}

.visual-card i {
    color: var(--accent-purple);
}

.visual-card.top {
    right: 18px;
    top: 34px;
}

.visual-card.bottom {
    bottom: 45px;
    left: 18px;
}

.service-card, .project-card, .form-card, .info-box, .stat-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(17, 24, 39, .06);
}

.service-card {
    padding: 28px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.service-card:hover, .project-card:hover {
    box-shadow: 0 20px 45px rgba(17, 24, 39, .1);
    transform: translateY(-3px);
}

.service-card i {
    color: var(--accent-cyan);
    font-size: 2rem;
}

.service-card h2, .service-card h3 {
    font-size: 1.25rem;
    margin-top: 1rem;
}

.service-card a, .text-link {
    color: var(--accent-purple);
    font-weight: 700;
    text-decoration: none;
}

.domain-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(17, 24, 39, .07);
    overflow: hidden;
    position: relative;
    transition: transform .18s ease, box-shadow .18s ease;
}

.domain-card:hover {
    box-shadow: 0 24px 55px rgba(17, 24, 39, .12);
    transform: translateY(-4px);
}

.domain-card img {
    aspect-ratio: 16 / 11;
    display: block;
    object-fit: cover;
    width: 100%;
}

.domain-card-body {
    padding: 26px;
}

.domain-card-body h3 {
    font-size: 1.35rem;
    margin-bottom: .7rem;
}

.domain-card .domain-card-body p,
.domain-card .domain-card-body p.text-muted {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box !important;
    line-clamp: 2;
    min-height: 3.35rem;
    overflow: hidden;
}

.domain-card-body a {
    align-items: center;
    color: var(--accent-purple);
    display: inline-flex;
    font-weight: 800;
    gap: .45rem;
    text-decoration: none;
}

.domain-card-body a i {
    transition: transform .22s ease;
}

.domain-card:hover .domain-card-body a i,
.domain-card-body a:hover i {
    transform: translateX(6px);
}

.feature-list i {
    color: var(--accent-cyan);
}

.method-card {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(79, 45, 224, .32), rgba(24, 199, 201, .32)) border-box;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(17, 24, 39, .06);
    padding: 26px;
    position: relative;
    transition: transform .18s ease, box-shadow .18s ease;
}

.method-card:hover {
    box-shadow: 0 24px 55px rgba(17, 24, 39, .11);
    transform: translateY(-3px);
}

.method-card span {
    color: rgba(79, 45, 224, .18);
    display: block;
    font-size: 2.7rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1rem;
}

.method-card h3 {
    font-size: 1.12rem;
    margin-bottom: .65rem;
}

.method-card p {
    margin-bottom: 0;
}

.engagement-panel {
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 16px 44px rgba(17, 24, 39, .07);
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    overflow: hidden;
}

.engagement-copy {
    padding: clamp(28px, 5vw, 56px);
}

.engagement-copy h2 {
    font-size: clamp(1.85rem, 3vw, 2.6rem);
    margin-bottom: 1rem;
}

.engagement-focus {
    background: var(--light-bg);
    border-left: 1px solid var(--border-light);
    display: grid;
}

.engagement-focus div {
    border-bottom: 1px solid var(--border-light);
    padding: 28px;
}

.engagement-focus div:last-child {
    border-bottom: 0;
}

.engagement-focus strong {
    color: var(--primary-dark);
    display: block;
    font-size: 1.05rem;
    margin-bottom: .45rem;
}

.engagement-focus span {
    color: var(--text-muted);
    line-height: 1.65;
}

.engagement-story {
    align-items: center;
    display: grid;
    gap: clamp(30px, 6vw, 76px);
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
}

.engagement-story-copy {
    max-width: 720px;
}

.engagement-story-copy h2 {
    font-size: clamp(1.9rem, 3.3vw, 2.8rem);
    line-height: 1.12;
    margin-bottom: 1.2rem;
}

.engagement-story-copy p {
    font-size: 1.02rem;
    margin-bottom: 1rem;
}

.engagement-story-media {
    min-height: 430px;
    position: relative;
}

.engagement-story-media::before {
    background:
        linear-gradient(135deg, rgba(24, 199, 201, .2), rgba(30, 95, 255, .08)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .45) 0 1px, transparent 1px 14px);
    border: 1px solid rgba(24, 199, 201, .26);
    border-radius: 8px;
    content: "";
    height: 74%;
    position: absolute;
    right: 32px;
    top: 42px;
    width: 76%;
    z-index: 0;
}

.story-photo-main,
.story-photo-secondary {
    border-radius: 8px;
    box-shadow: 0 20px 55px rgba(17, 24, 39, .13);
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.story-photo-main {
    aspect-ratio: 16 / 11;
    right: 0;
    top: 0;
    width: 78%;
}

.story-photo-secondary {
    aspect-ratio: 16 / 11;
    border: 6px solid #fff;
    bottom: 18px;
    left: 0;
    width: 54%;
}

.home-photo-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
}

.home-photo-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(17, 24, 39, .07);
    margin: 0;
    overflow: hidden;
    position: relative;
}

.home-photo-card.large {
    grid-column: span 2;
    grid-row: span 2;
}

.home-photo-card img {
    display: block;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    width: 100%;
}

.home-photo-card.large img {
    min-height: 498px;
}

.home-photo-card figcaption {
    background: linear-gradient(180deg, rgba(17, 24, 39, 0), rgba(17, 24, 39, .78));
    bottom: 0;
    color: #fff;
    font-weight: 800;
    left: 0;
    padding: 52px 18px 16px;
    position: absolute;
    right: 0;
}

.project-card {
    overflow: hidden;
    position: relative;
    transition: transform .18s ease, box-shadow .18s ease;
}

.project-card img, .detail-main-image {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    width: 100%;
}

.project-card h3 {
    font-size: 1.2rem;
    margin-top: .9rem;
}

.polished-project-card {
    border: 1px solid var(--border-light);
    box-shadow: 0 10px 28px rgba(17, 24, 39, .06);
}

.polished-project-card img {
    aspect-ratio: 16 / 10;
    transition: transform .25s ease;
}

.polished-project-card:hover img {
    transform: scale(1.02);
}

.polished-project-card h3 {
    font-size: 1.28rem;
    line-height: 1.25;
}

.project-card-body {
    display: flex;
    flex-direction: column;
    min-height: 245px;
    padding: 24px;
}

.project-card-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    margin-bottom: 1rem;
}

.project-category {
    color: var(--text-muted);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .08em;
    margin-bottom: .8rem;
    text-transform: uppercase;
}

.project-action {
    align-items: center;
    align-self: flex-start;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--primary-blue);
    display: inline-flex;
    font-weight: 800;
    gap: .45rem;
    margin-top: auto;
    padding: 0;
    position: relative;
    text-decoration: none;
    z-index: 2;
    width: fit-content;
}

.project-action:hover {
    color: var(--accent-purple);
}

.project-action i {
    transition: transform .22s ease;
}

.project-card:hover .project-action i,
.project-action:hover i {
    transform: translateX(6px);
}

.project-meta {
    color: var(--text-muted);
    font-size: .92rem;
    font-weight: 600;
}

.image-placeholder {
    align-items: center;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, rgba(79, 45, 224, .08), rgba(24, 199, 201, .12));
    color: var(--accent-purple);
    display: flex;
    font-size: 2.2rem;
    justify-content: center;
    width: 100%;
}

.image-placeholder.large {
    min-height: 360px;
}

.cta-band {
    background:
        radial-gradient(circle at 12% 20%, rgba(24, 199, 201, .22), transparent 30%),
        linear-gradient(135deg, var(--primary-dark), #172554);
    color: #fff;
    overflow: hidden;
    padding: 54px 0;
    position: relative;
}

.cta-band::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
    background-size: 36px 36px;
    content: "";
    inset: 0;
    opacity: .58;
    position: absolute;
}

.cta-band::after {
    background: linear-gradient(115deg, transparent 0 54%, rgba(24, 199, 201, .16) 54% 56%, transparent 56% 100%);
    content: "";
    inset: -30%;
    opacity: .75;
    position: absolute;
    transform: rotate(-3deg);
}

.cta-band .container {
    position: relative;
    z-index: 1;
}

.cta-band h2 {
    color: #fff;
    font-size: 1.65rem;
    max-width: 820px;
}

.page-hero, .project-hero {
    background: linear-gradient(135deg, var(--light-bg), #eefbfc);
    padding: 78px 0;
}

.presentation-hero {
    background:
        radial-gradient(circle at 14% 18%, rgba(24, 199, 201, .09), transparent 28%),
        linear-gradient(135deg, #fff 0%, var(--light-bg) 64%, #effdff 100%);
    overflow: hidden;
    padding: 82px 0;
}

.presentation-hero,
.presentation-hero + .section-padding,
.presentation-hero + .section-padding + .section-padding,
.presentation-hero + .section-padding + .section-padding + .section-padding {
    overflow: hidden;
}

.presentation-hero h1 {
    font-size: clamp(2.25rem, 4.6vw, 4rem);
    line-height: 1.06;
}

.presentation-hero p {
    font-size: 1.14rem;
    max-width: 660px;
}

.presentation-hero-image {
    aspect-ratio: 16 / 11;
    border-radius: 8px;
    box-shadow: 0 24px 62px rgba(17, 24, 39, .14);
    object-fit: cover;
    width: 100%;
}

.textured-section,
.textured-soft {
    position: relative;
}

.textured-section::after,
.textured-soft::after {
    background-image:
        linear-gradient(rgba(17, 24, 39, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 24, 39, .035) 1px, transparent 1px);
    background-size: 34px 34px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.textured-section > .container,
.textured-soft > .container {
    position: relative;
    z-index: 1;
}

.presentation-hero-media {
    position: relative;
}

.media-caption {
    background: rgba(17, 24, 39, .9);
    border-left: 3px solid var(--accent-cyan);
    border-radius: 8px;
    bottom: -20px;
    color: rgba(255, 255, 255, .86);
    font-size: .92rem;
    font-weight: 650;
    line-height: 1.55;
    max-width: 420px;
    padding: 1rem 1.1rem;
    position: absolute;
    right: 24px;
}

.presentation-story {
    display: grid;
    gap: clamp(28px, 5vw, 72px);
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
}

.presentation-story h2,
.presentation-closing h2 {
    font-size: clamp(1.85rem, 3vw, 2.65rem);
    line-height: 1.12;
}

.story-text {
    border-left: 1px solid var(--border-light);
    padding-left: clamp(24px, 4vw, 44px);
}

.story-text p {
    font-size: 1.03rem;
}

.story-text-split {
    display: grid;
    gap: 1rem;
}

.story-text-split p {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    margin: 0;
    padding: 1rem 1.1rem;
}

.concept-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.4rem;
}

.concept-badges span {
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 999px;
    color: var(--primary-dark);
    display: inline-flex;
    font-weight: 750;
    gap: .45rem;
    padding: .62rem .85rem;
}

.concept-badges i {
    color: var(--accent-cyan);
}

.furniture-details-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: 1.15fr .85fr .85fr;
}

.furniture-details-grid figure {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(17, 24, 39, .06);
    margin: 0;
    overflow: hidden;
}

.furniture-details-grid img {
    aspect-ratio: 16 / 11;
    display: block;
    object-fit: cover;
    width: 100%;
}

.furniture-details-grid figcaption {
    color: var(--primary-dark);
    font-weight: 800;
    padding: 1rem 1.1rem;
}

.presentation-photo-stack {
    min-height: 430px;
    position: relative;
}

.photo-stack-main,
.photo-stack-small {
    border-radius: 8px;
    box-shadow: 0 20px 55px rgba(17, 24, 39, .13);
    object-fit: cover;
    position: absolute;
}

.photo-stack-main {
    aspect-ratio: 4 / 3;
    left: 0;
    top: 0;
    width: 82%;
}

.photo-stack-small {
    aspect-ratio: 4 / 3;
    border: 6px solid #fff;
    bottom: 0;
    right: 0;
    width: 48%;
}

.expertise-strip {
    border-top: 1px solid var(--border-light);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.expertise-strip div {
    border-right: 1px solid var(--border-light);
    padding: 28px 28px 6px 0;
}

.expertise-strip div + div {
    padding-left: 28px;
}

.expertise-strip div:last-child {
    border-right: 0;
}

.expertise-strip h3 {
    font-size: 1.15rem;
}

.presentation-closing {
    background: var(--primary-dark);
    padding: 72px 0;
}

.closing-inner {
    align-items: start;
    display: grid;
    gap: clamp(26px, 5vw, 70px);
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
}

.presentation-closing h2 {
    color: #fff;
}

.presentation-closing .section-kicker {
    color: var(--accent-cyan);
}

.presentation-closing p {
    color: rgba(255, 255, 255, .72);
    font-size: 1.06rem;
}

.graphite-band {
    background:
        linear-gradient(135deg, rgba(17, 24, 39, .97), rgba(31, 41, 55, .96)),
        repeating-linear-gradient(45deg, rgba(255,255,255,.04) 0 1px, transparent 1px 16px);
}

.graphite-band h2,
.graphite-band h3 {
    color: #fff;
    font-weight: 800;
}

.graphite-band p {
    color: #D1D5DB;
}

.graphite-band .section-kicker {
    color: var(--accent-cyan);
}

.graphite-expertise {
    border-color: rgba(255,255,255,.14);
}

.graphite-expertise div {
    border-color: rgba(255,255,255,.14);
}

.presentation-cta {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
    padding: 68px 0;
}

.presentation-stats {
    background:
        linear-gradient(135deg, #f8fafc, #ffffff),
        repeating-linear-gradient(45deg, rgba(30, 58, 138, .04) 0 1px, transparent 1px 18px);
    border-top: 1px solid var(--border-light);
    padding: 52px 0;
}

.stats-grid {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(17, 24, 39, .07);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}

.stat-item {
    border-right: 1px solid var(--border-light);
    padding: 30px 24px;
}

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

.stat-item strong {
    color: var(--primary-blue);
    display: block;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    font-weight: 900;
    line-height: 1;
    margin-bottom: .65rem;
}

.stat-item span {
    color: var(--text-muted);
    display: block;
    font-weight: 750;
}

.presentation-cta-inner {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.presentation-cta h2 {
    color: #fff;
    font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.presentation-cta p {
    color: rgba(255,255,255,.72);
    margin-bottom: 0;
    max-width: 720px;
}

.presentation-cta .section-kicker {
    color: var(--accent-cyan);
}

.services-hero {
    background: var(--primary-dark);
    min-height: 500px;
    overflow: hidden;
    padding: 82px 0;
    position: relative;
}

.services-hero::after {
    display: none;
}

.services-hero-bg {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center right;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.services-hero-overlay {
    background:
        linear-gradient(90deg, rgba(17,24,39,.95) 0%, rgba(17,24,39,.84) 42%, rgba(17,24,39,.38) 72%, rgba(17,24,39,.1) 100%),
        linear-gradient(180deg, rgba(17,24,39,.18), rgba(17,24,39,.12));
    inset: 0;
    position: absolute;
    z-index: 1;
}

.services-hero-overlay::after {
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 38px 38px;
    content: "";
    inset: 0;
    position: absolute;
}

.services-hero-content {
    max-width: 660px;
    position: relative;
    z-index: 3;
}

.services-hero-label {
    align-items: center;
    border: 1px solid rgba(24, 199, 201, .58);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 850;
    letter-spacing: .12em;
    margin-bottom: 1.1rem;
    padding: .58rem .9rem;
    text-transform: uppercase;
}

.services-hero-label::before {
    background: var(--accent-cyan);
    border-radius: 999px;
    content: "";
    height: 8px;
    margin-right: .65rem;
    width: 8px;
}

.services-hero-content h1 {
    color: #fff;
    font-size: clamp(2.1rem, 4.35vw, 3.75rem);
    line-height: 1.06;
    max-width: 720px;
}

.services-hero-content p {
    color: #E5E7EB;
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.65;
    max-width: 610px;
}

.btn-hero-outline {
    border: 1px solid rgba(255,255,255,.42);
    color: #fff;
    font-weight: 800;
    padding: .78rem 1.2rem;
}

.btn-hero-outline:hover {
    background: rgba(255,255,255,.1);
    border-color: #fff;
    color: #fff;
}

.service-showcase {
    display: grid;
    gap: 34px;
}

.service-showcase-row {
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--border-light);
    border-left: 5px solid var(--electric-blue);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(11, 29, 58, .08);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    overflow: hidden;
    padding: 12px;
    position: relative;
    text-decoration: none;
    color: inherit;
    transform: translateY(22px);
    opacity: 0;
    transition: opacity .55s ease, transform .55s ease, box-shadow .22s ease, border-color .22s ease;
}

.service-showcase-row::before {
    background: var(--electric-blue);
    border-radius: 0 999px 999px 0;
    content: "";
    left: 0;
    position: absolute;
    top: 30px;
    height: 58px;
    width: 6px;
    transition: height .28s ease, top .28s ease;
}

.service-showcase-row.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.service-showcase-row:hover {
    color: inherit;
    border-color: rgba(30, 95, 255, .26);
    box-shadow: 0 26px 62px rgba(11, 29, 58, .14);
    transform: translateY(-3px);
}

.service-showcase-row:hover::before {
    height: calc(100% - 24px);
    top: 12px;
}

.service-showcase-row.reverse {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
}

.service-showcase-row.reverse .service-showcase-image {
    order: 2;
}

.service-showcase-image {
    border-radius: 6px;
    overflow: hidden;
}

.service-showcase-image img {
    border-radius: 6px;
    display: block;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    width: 100%;
    transition: transform .3s ease;
}

.service-showcase-content {
    align-self: center;
    padding: clamp(30px, 5vw, 58px);
}

.service-showcase-eyebrow {
    color: var(--electric-blue);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: .9rem;
    text-transform: uppercase;
}

.service-showcase-content span {
    color: #475569;
    display: block;
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: .45rem 0 1rem;
    text-transform: none;
}

.service-showcase-content h2 {
    font-size: clamp(2.25rem, 4vw, 3.55rem);
    line-height: 1.04;
    margin-bottom: 0;
}

.service-showcase-content p {
    font-size: 1.08rem;
    line-height: 1.75;
    max-width: 620px;
}

.service-showcase-action {
    align-items: center;
    border-top: 1px solid var(--border-light);
    color: var(--deep-navy);
    display: inline-flex;
    font-weight: 800;
    gap: .45rem;
    margin-top: .6rem;
    padding-top: 1rem;
    text-decoration: none;
    width: min(100%, 330px);
    transition: color .2s ease, gap .2s ease;
}

.service-showcase-row:hover .service-showcase-action {
    color: var(--electric-blue);
    gap: .72rem;
}

.service-showcase-row:hover .service-showcase-image img {
    transform: scale(1.03);
}

.service-cta-band {
    background:
        linear-gradient(128deg, rgba(17, 24, 39, .98) 0%, rgba(30, 58, 138, .95) 52%, rgba(24, 199, 201, .72) 135%);
    overflow: hidden;
    padding: 62px 0;
    position: relative;
}

.service-cta-band::before {
    background-image:
        linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    inset: 0;
    opacity: .24;
    position: absolute;
}

.service-cta-band::after {
    background:
        linear-gradient(120deg, transparent 0 48%, rgba(255,255,255,.12) 49%, transparent 51% 100%),
        radial-gradient(circle at 82% 24%, rgba(24,199,201,.28), transparent 30%);
    content: "";
    inset: 0;
    opacity: .72;
    position: absolute;
}

.service-cta-inner {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) auto;
    position: relative;
    z-index: 1;
}

.service-cta-inner h2 {
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    margin: 0;
    max-width: 820px;
}

.service-cta-inner .section-kicker {
    color: var(--accent-cyan);
}

.service-cta-inner .btn {
    border: 0;
    box-shadow:
        0 0 0 1px rgba(255,255,255,.34),
        0 18px 42px rgba(24, 199, 201, .24);
    color: var(--primary-dark);
    font-weight: 800;
    padding: .82rem 1.3rem;
    transition: box-shadow .2s ease, transform .2s ease;
}

.service-cta-inner .btn:hover {
    box-shadow:
        0 0 0 1px rgba(255,255,255,.55),
        0 20px 52px rgba(24, 199, 201, .38);
    transform: translateY(-2px);
}

.service-suite-section {
    background: #fff;
}

.service-suite-heading {
    align-items: end;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
    margin-bottom: 36px;
}

.service-suite-heading h2 {
    font-size: clamp(1.9rem, 3.4vw, 3rem);
    line-height: 1.12;
    margin: 0;
}

.service-suite-heading p {
    margin: 0;
}

.service-suite {
    border-top: 1px solid var(--border-light);
}

.service-suite-item {
    align-items: center;
    border-bottom: 1px solid var(--border-light);
    color: inherit;
    display: grid;
    gap: 28px;
    grid-template-columns: 72px minmax(0, 1fr) 260px 132px;
    min-height: 188px;
    padding: 22px 0;
    text-decoration: none;
    transition: background-color .18s ease, padding-left .18s ease;
}

.service-suite-item:hover {
    background: linear-gradient(90deg, rgba(24,199,201,.08), transparent 42%);
    color: inherit;
    padding-left: 16px;
}

.service-suite-number {
    color: rgba(30, 58, 138, .28);
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
}

.service-suite-copy h3 {
    color: var(--primary-dark);
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1;
    margin-bottom: .75rem;
}

.service-suite-copy p {
    font-size: 1.02rem;
    margin: 0;
    max-width: 620px;
}

.service-suite-image {
    border-radius: 8px;
    height: 142px;
    overflow: hidden;
}

.service-suite-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease;
    width: 100%;
}

.service-suite-item:hover .service-suite-image img {
    transform: scale(1.04);
}

.service-suite-action {
    align-items: center;
    color: var(--accent-purple);
    display: inline-flex;
    font-weight: 850;
    gap: .45rem;
    justify-content: flex-end;
}

.service-process-band {
    background:
        linear-gradient(135deg, rgba(17, 24, 39, .98), rgba(30, 58, 138, .95)),
        repeating-linear-gradient(45deg, rgba(255,255,255,.04) 0 1px, transparent 1px 16px);
    padding: 62px 0;
}

.service-process-inner {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1fr) auto;
}

.service-process-inner h2 {
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    margin: 0;
}

.service-process-inner p {
    color: #D1D5DB;
    margin: 0;
}

.service-process-inner .section-kicker {
    color: var(--accent-cyan);
}

.page-hero h1, .project-hero h1 {
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    margin-top: 1rem;
}

.page-hero p {
    font-size: 1.15rem;
    max-width: 760px;
}

.project-hero {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-blue));
}

.project-hero h1 {
    color: #fff;
}

.feature-list {
    background: var(--light-bg);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 24px;
}

.feature-list div {
    align-items: center;
    display: flex;
    font-weight: 700;
    gap: .75rem;
    padding: .8rem 0;
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.filter-bar a {
    border: 1px solid var(--border-light);
    border-radius: 999px;
    color: var(--primary-dark);
    font-weight: 700;
    padding: .55rem .95rem;
    text-decoration: none;
}

.filter-bar a.active, .filter-bar a:hover {
    background: rgba(79, 45, 224, .08);
    border-color: var(--accent-purple);
    color: var(--accent-purple);
}

.realisations-hero {
    background:
        linear-gradient(100deg, rgba(11,29,58,.98), rgba(11,29,58,.86) 56%, rgba(11,29,58,.66)),
        radial-gradient(circle at 82% 18%, rgba(24,199,201,.24), transparent 26%),
        linear-gradient(135deg, var(--primary-dark), #13284b);
    color: #fff;
    overflow: hidden;
    padding: clamp(86px, 12vw, 150px) 0 clamp(70px, 10vw, 116px);
    position: relative;
}

.realisations-hero::before {
    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 34px 34px;
    content: "";
    inset: 0;
    opacity: .28;
    position: absolute;
}

.realisations-hero::after {
    background: linear-gradient(90deg, var(--accent-cyan), var(--accent-purple));
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: min(420px, 42vw);
}

.realisations-hero-inner {
    max-width: 880px;
    position: relative;
}

.realisations-hero .section-kicker {
    color: var(--accent-cyan);
}

.realisations-hero h1 {
    color: #fff;
    font-size: clamp(3.1rem, 7vw, 7rem);
    font-weight: 700;
    line-height: .98;
    margin: 1rem 0 1.3rem;
}

.realisations-hero p {
    color: #D1D5DB;
    font-size: clamp(1.05rem, 1.7vw, 1.28rem);
    line-height: 1.85;
    max-width: 760px;
}

.realisations-page {
    background:
        radial-gradient(circle at 12% 10%, rgba(24,199,201,.05), transparent 22%),
        linear-gradient(#F8FBFF, #fff 34%, #F8FBFF);
}

.realisations-toolbar {
    align-items: end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 28px;
}

.realisations-toolbar h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 650;
    line-height: 1.08;
    margin: .5rem 0 0;
}

.realisations-count {
    background: #fff;
    border: 1px solid var(--border-light);
    border-left: 3px solid var(--accent-cyan);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(17,24,39,.07);
    color: var(--primary-dark);
    flex: 0 0 auto;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    padding: 13px 16px;
    text-transform: uppercase;
}

.realisations-filter {
    align-items: center;
    background: rgba(255,255,255,.84);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 16px 44px rgba(17,24,39,.06);
    justify-content: center;
    padding: 10px;
}

.realisations-filter a {
    background: transparent;
    border: 0;
    overflow: hidden;
    position: relative;
    transition: color .2s ease, background .2s ease, transform .2s ease;
    z-index: 1;
}

.realisations-filter a::before {
    background: linear-gradient(90deg, rgba(30,95,255,.12), rgba(24,199,201,.16));
    border-radius: inherit;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(.2);
    transform-origin: left;
    transition: transform .25s ease, opacity .25s ease;
    z-index: -1;
}

.realisations-filter a.active,
.realisations-filter a:hover {
    background: transparent;
    color: var(--primary-blue);
    transform: translateY(-1px);
}

.realisations-filter a.active::before,
.realisations-filter a:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.portfolio-card {
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(17,24,39,.075);
    isolation: isolate;
    overflow: hidden;
    transform: translateZ(0);
    transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.portfolio-card::before {
    content: "";
    display: none;
}

.portfolio-card:hover {
    border-color: rgba(30,95,255,.25);
    box-shadow:
        0 26px 60px rgba(17,24,39,.12),
        0 0 0 1px rgba(24,199,201,.18),
        0 0 42px rgba(24,199,201,.22),
        0 0 70px rgba(30,95,255,.12);
    transform: translateY(-6px);
}

.portfolio-card-media {
    background: var(--light-bg);
    overflow: hidden;
    position: relative;
}

.portfolio-card-media::after {
    background: linear-gradient(180deg, transparent 44%, rgba(11,29,58,.66));
    content: "";
    inset: 0;
    opacity: .78;
    position: absolute;
    transition: opacity .24s ease;
}

.portfolio-card:hover .portfolio-card-media::after {
    opacity: .9;
}

.portfolio-card-media img,
.portfolio-card-media .image-placeholder {
    aspect-ratio: 16 / 11;
    display: block;
    height: auto;
    object-fit: cover;
    transition: transform .42s ease, filter .42s ease;
    width: 100%;
}

.portfolio-card:hover .portfolio-card-media img {
    filter: saturate(1.04) contrast(1.03);
    transform: scale(1.045);
}

.portfolio-card-category {
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(255,255,255,.68);
    border-radius: 999px;
    bottom: 16px;
    box-shadow: 0 12px 28px rgba(17,24,39,.16);
    color: var(--primary-dark);
    font-size: .72rem;
    font-weight: 800;
    left: 18px;
    letter-spacing: .11em;
    max-width: calc(100% - 36px);
    overflow: hidden;
    padding: .52rem .72rem;
    position: absolute;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 3;
}

.portfolio-card-body {
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.98)),
        radial-gradient(circle at 100% 0%, rgba(24,199,201,.08), transparent 28%);
    min-height: 278px;
    padding: 26px 26px 24px;
}

.portfolio-card-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 26px;
}

.portfolio-card-topline span {
    background: #EEF6FF;
    border: 1px solid rgba(30,95,255,.12);
    border-radius: 999px;
    color: #315071;
    font-size: .76rem;
    font-weight: 700;
    padding: .28rem .56rem;
}

.portfolio-card h3 {
    color: var(--primary-dark);
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.22;
    margin: .85rem 0 .7rem;
}

.portfolio-card-body p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #64748B;
    display: -webkit-box;
    line-clamp: 3;
    line-height: 1.75;
    overflow: hidden;
}

.portfolio-card-action {
    align-items: center;
    color: var(--primary-blue);
    display: inline-flex;
    font-weight: 800;
    gap: .45rem;
    margin-top: auto;
    position: relative;
    text-decoration: none;
    width: fit-content;
    z-index: 4;
}

.portfolio-card-action i {
    color: currentColor;
    display: inline-block;
    transition: transform .22s ease;
}

.portfolio-card:hover .portfolio-card-action i,
.portfolio-card-action:hover i {
    transform: translateX(6px);
}

.portfolio-reveal {
    opacity: 1;
    transform: translateY(0);
    transition: transform .24s ease;
}

.portfolio-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

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

.portfolio-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: clamp(38px, 6vw, 70px);
}

.portfolio-pagination a,
.portfolio-pagination span {
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(17,24,39,.06);
    color: var(--primary-dark);
    display: inline-flex;
    font-size: .9rem;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    padding: 0 13px;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.portfolio-pagination a:hover,
.portfolio-pagination .active {
    background: linear-gradient(135deg, var(--primary-blue), var(--accent-cyan));
    border-color: transparent;
    color: #fff;
    transform: translateY(-2px);
}

.portfolio-pagination .portfolio-page-control {
    min-width: 108px;
}

.portfolio-pagination .disabled {
    box-shadow: none;
    color: #94A3B8;
    opacity: .72;
    pointer-events: none;
}

.portfolio-pagination .portfolio-page-dots {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    min-width: 26px;
    padding: 0;
}

.project-detail-hero {
    background:
        radial-gradient(ellipse at 78% 16%, rgba(24,199,201,.2), transparent 36%),
        radial-gradient(ellipse at 14% 88%, rgba(79,45,224,.18), transparent 40%),
        radial-gradient(ellipse at 62% 112%, rgba(30,95,255,.16), transparent 38%),
        linear-gradient(105deg, rgba(7,21,44,.99), rgba(11,29,58,.92) 46%, rgba(14,42,76,.82)),
        linear-gradient(135deg, #061225, #102444 52%, #07172f);
    color: #fff;
    overflow: hidden;
    padding: clamp(76px, 10vw, 130px) 0 clamp(62px, 8vw, 96px);
    position: relative;
}

.project-detail-hero::before {
    background:
        linear-gradient(118deg, transparent 0 15%, rgba(255,255,255,.06) 15.2% 15.55%, transparent 15.8% 100%),
        linear-gradient(118deg, transparent 0 63%, rgba(24,199,201,.11) 63.2% 63.65%, transparent 63.9% 100%),
        linear-gradient(24deg, transparent 0 54%, rgba(255,255,255,.045) 54.2% 54.45%, transparent 54.7% 100%),
        radial-gradient(circle at 70% 34%, rgba(255,255,255,.08), transparent 18%),
        repeating-linear-gradient(0deg, rgba(255,255,255,.026) 0 1px, transparent 1px 9px);
    content: "";
    inset: 0;
    opacity: .32;
    position: absolute;
}

.project-detail-hero::after {
    background:
        linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.018)),
        linear-gradient(90deg, rgba(24,199,201,.32), rgba(79,45,224,.18));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(0,0,0,.12);
    content: "";
    height: 210px;
    right: max(24px, calc((100vw - 1116px) / 2));
    top: 50%;
    transform: translateY(-50%) rotate(-7deg);
    position: absolute;
    width: min(34vw, 430px);
}

.project-detail-hero-inner::after {
    background:
        radial-gradient(circle at 30% 28%, rgba(24,199,201,.12), transparent 20%),
        linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.012));
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 8px;
    content: "";
    height: 120px;
    left: min(62vw, 760px);
    opacity: .58;
    position: absolute;
    top: 10px;
    transform: rotate(8deg);
    width: 210px;
    z-index: -1;
}

.project-detail-hero-inner {
    max-width: 940px;
    position: relative;
    z-index: 2;
}

.project-detail-hero .section-kicker {
    color: var(--accent-cyan);
}

.project-detail-hero h1 {
    color: #fff;
    font-size: clamp(2.7rem, 6vw, 5.8rem);
    font-weight: 700;
    line-height: 1.02;
    margin: 1rem 0 1.2rem;
}

.project-detail-hero p {
    color: #D1D5DB;
    font-size: clamp(1.02rem, 1.55vw, 1.22rem);
    line-height: 1.8;
    max-width: 760px;
}

.project-detail-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.project-detail-hero-meta span {
    align-items: center;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: #E5E7EB;
    display: inline-flex;
    font-weight: 700;
    gap: .45rem;
    padding: .58rem .8rem;
}

.project-detail-page,
.related-projects-section {
    background:
        radial-gradient(circle at 10% 12%, rgba(24,199,201,.05), transparent 24%),
        linear-gradient(#F8FBFF, #fff);
}

.project-detail-layout {
    align-items: start;
    display: grid;
    gap: clamp(28px, 5vw, 58px);
    grid-template-columns: minmax(0, 1.9fr) minmax(300px, 1fr);
}

.project-detail-main-image {
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(17,24,39,.13);
    display: block;
    margin-bottom: clamp(34px, 5vw, 54px);
}

.project-description-block,
.project-gallery-block {
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 8px;
    box-shadow: 0 20px 54px rgba(17,24,39,.07);
    padding: clamp(28px, 4vw, 44px);
}

.project-gallery-block {
    margin-top: clamp(34px, 5vw, 54px);
}

.project-description-block h2,
.project-gallery-block h2,
.project-info-card h2,
.related-projects-heading h2 {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 650;
    line-height: 1.12;
    margin: .55rem 0 1.2rem;
}

.project-description-block .content-body {
    color: #475569;
    font-size: 1.02rem;
    line-height: 1.9;
}

.project-detail-sidebar {
    position: sticky;
    top: 104px;
}

.project-info-card {
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.98)),
        radial-gradient(circle at 100% 0%, rgba(24,199,201,.1), transparent 30%);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 28px 72px rgba(17,24,39,.13);
    padding: clamp(24px, 3vw, 34px);
}

.project-info-row {
    align-items: start;
    border-top: 1px solid rgba(226,232,240,.95);
    display: grid;
    gap: 14px;
    grid-template-columns: 42px 1fr;
    padding: 18px 0;
}

.project-info-row > i {
    align-items: center;
    background: linear-gradient(135deg, rgba(30,95,255,.12), rgba(24,199,201,.18));
    border-radius: 8px;
    color: var(--primary-blue);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.project-info-row span {
    color: #64748B;
    display: block;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.project-info-row strong {
    color: var(--primary-dark);
    font-size: 1.02rem;
    line-height: 1.35;
}

.project-info-card .btn {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    transition: box-shadow .24s ease, transform .24s ease;
    z-index: 1;
}

.project-info-card .btn::after {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.36), transparent);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-120%);
    transition: transform .5s ease;
    z-index: 1;
}

.project-info-card .btn:hover {
    box-shadow: 0 16px 34px rgba(30,95,255,.28);
    transform: translateY(-2px);
}

.project-info-card .btn:hover::after {
    transform: translateX(120%);
}

.project-gallery-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-gallery-item {
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(17,24,39,.09);
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.project-gallery-item.featured {
    grid-column: span 2;
}

.project-gallery-item.featured + .project-gallery-item {
    grid-column: 1;
}

.project-gallery-item img {
    display: block;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    transition: transform .42s ease, filter .42s ease;
    width: 100%;
}

.project-gallery-item.featured img {
    aspect-ratio: 16 / 9;
    min-height: 330px;
}

.project-gallery-item::after {
    background: linear-gradient(180deg, transparent, rgba(11,29,58,.62));
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .26s ease;
}

.project-gallery-item span {
    align-items: center;
    background: rgba(255,255,255,.94);
    border-radius: 999px;
    color: var(--primary-blue);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(.86);
    transition: opacity .26s ease, transform .26s ease;
    width: 44px;
    z-index: 2;
}

.project-gallery-item:hover img {
    filter: saturate(1.06) contrast(1.04);
    transform: scale(1.045);
}

.project-gallery-item:hover::after,
.project-gallery-item:hover span {
    opacity: 1;
}

.project-gallery-item:hover span {
    transform: translate(-50%, -50%) scale(1);
}

.related-projects-heading {
    margin-bottom: 28px;
    max-width: 760px;
}

.related-project-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(17,24,39,.075);
    color: inherit;
    display: block;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.related-project-card:hover {
    border-color: rgba(30,95,255,.25);
    box-shadow: 0 28px 72px rgba(17,24,39,.13);
    transform: translateY(-6px);
}

.related-project-image {
    align-items: center;
    aspect-ratio: 16 / 10;
    background:
        linear-gradient(135deg, rgba(11,29,58,.92), rgba(30,95,255,.62)),
        radial-gradient(circle at 80% 18%, rgba(24,199,201,.28), transparent 28%);
    color: rgba(255,255,255,.78);
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.related-project-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .36s ease;
    width: 100%;
}

.related-project-card:hover .related-project-image img {
    transform: scale(1.04);
}

.related-project-image > i {
    font-size: 2.4rem;
}

.related-project-image span {
    background: rgba(255,255,255,.94);
    border-radius: 999px;
    bottom: 14px;
    color: var(--primary-dark);
    font-size: .72rem;
    font-weight: 800;
    left: 14px;
    letter-spacing: .1em;
    padding: .48rem .68rem;
    position: absolute;
    text-transform: uppercase;
}

.related-project-body {
    padding: 24px;
}

.related-project-body h3 {
    color: var(--primary-dark);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 12px;
}

.related-project-body p {
    align-items: center;
    color: #64748B;
    display: flex;
    font-size: .92rem;
    font-weight: 700;
    gap: .42rem;
    margin-bottom: 0;
}

.related-projects-empty {
    align-items: center;
    background: rgba(255,255,255,.86);
    border: 1px dashed #CBD5E1;
    border-radius: 8px;
    color: #64748B;
    display: flex;
    gap: 12px;
    justify-content: center;
    min-height: 150px;
    padding: 28px;
    text-align: center;
}

.related-projects-empty i {
    color: var(--primary-blue);
    font-size: 1.6rem;
}

.related-projects-empty p {
    font-weight: 700;
    margin: 0;
}

.contact-hero {
    background:
        radial-gradient(ellipse at 78% 16%, rgba(24,199,201,.2), transparent 36%),
        radial-gradient(ellipse at 14% 88%, rgba(79,45,224,.18), transparent 40%),
        linear-gradient(105deg, rgba(7,21,44,.99), rgba(11,29,58,.92) 48%, rgba(14,42,76,.84)),
        linear-gradient(135deg, #061225, #102444 52%, #07172f);
    color: #fff;
    overflow: hidden;
    padding: clamp(32px, 4vw, 48px) 0 clamp(26px, 3vw, 38px);
    position: relative;
}

.contact-hero::before {
    background:
        linear-gradient(118deg, transparent 0 20%, rgba(255,255,255,.06) 20.2% 20.55%, transparent 20.8% 100%),
        linear-gradient(118deg, transparent 0 72%, rgba(24,199,201,.11) 72.2% 72.65%, transparent 72.9% 100%),
        repeating-linear-gradient(0deg, rgba(255,255,255,.026) 0 1px, transparent 1px 9px);
    content: "";
    inset: 0;
    opacity: .32;
    position: absolute;
}

.contact-hero-grid {
    align-items: center;
    display: block;
    position: relative;
    z-index: 2;
}

.contact-hero-copy {
    max-width: 760px;
}

.contact-hero .section-kicker {
    color: var(--accent-cyan);
}

.contact-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 3vw, 2.85rem);
    font-weight: 700;
    line-height: 1.02;
    margin: .85rem 0 1rem;
}

.contact-hero p {
    color: #D1D5DB;
    font-size: 1.02rem;
    line-height: 1.62;
    max-width: 650px;
}

.contact-hero-panel {
    background:
        linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.025)),
        radial-gradient(circle at 100% 0%, rgba(24,199,201,.18), transparent 32%);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0,0,0,.16);
    padding: 12px;
}

.contact-hero-panel div {
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 18px;
}

.contact-hero-panel div:last-child {
    border-bottom: 0;
}

.contact-hero-panel span {
    color: rgba(255,255,255,.58);
    display: block;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.contact-hero-panel strong {
    color: #fff;
    font-size: 1.04rem;
}

.contact-page {
    background:
        radial-gradient(circle at 12% 10%, rgba(24,199,201,.05), transparent 24%),
        linear-gradient(#F8FBFF, #fff 36%, #F8FBFF);
    padding: 46px 0 62px;
}

.contact-layout {
    align-items: start;
    display: grid;
    gap: clamp(28px, 5vw, 58px);
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, .9fr);
}

.contact-section-heading {
    border-bottom: 1px solid rgba(226,232,240,.95);
    margin: 0 auto 24px;
    max-width: 760px;
    padding-bottom: 18px;
    text-align: center;
}

.contact-section-heading h2 {
    font-size: clamp(1.75rem, 3vw, 2.65rem);
    font-weight: 650;
    line-height: 1.1;
    margin: .5rem 0 0;
}

.contact-section-heading p {
    color: #475569;
    font-size: 1.04rem;
    line-height: 1.65;
    margin: 12px auto 0;
    max-width: 620px;
}

.contact-form-card,
.contact-info-card,
.contact-map-card {
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.98)),
        radial-gradient(circle at 100% 0%, rgba(24,199,201,.08), transparent 30%);
    border: 1px solid var(--border-light);
    border-radius: 18px;
    box-shadow: 0 24px 68px rgba(17,24,39,.1);
}

.contact-form-card {
    box-shadow: 0 24px 64px rgba(17,24,39,.08);
    padding: clamp(26px, 4vw, 42px);
}

.contact-form-card .form-label {
    color: var(--primary-dark);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-form-card .form-control {
    background: rgba(248,251,255,.78);
    border: 1px solid #D8E1EE;
    border-radius: 13px;
    min-height: 48px;
    padding-left: 18px;
    padding-right: 18px;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.contact-form-card textarea.form-control {
    min-height: 132px;
    padding-top: 16px;
}

.contact-form-card .form-control:focus {
    background: #fff;
    border-color: rgba(30,95,255,.45);
    box-shadow: 0 0 0 .22rem rgba(30,95,255,.11);
}

.contact-submit {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    gap: .7rem;
    overflow: hidden;
    padding: .88rem 2.45rem;
    position: relative;
    transition: box-shadow .24s ease, transform .24s ease;
}

.contact-submit-wrap {
    display: flex;
    justify-content: center;
}

.contact-submit::after {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.36), transparent);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-120%);
    transition: transform .5s ease;
}

.contact-submit:hover {
    box-shadow: 0 16px 34px rgba(30,95,255,.28);
    transform: translateY(-2px);
}

.contact-submit:hover::after {
    transform: translateX(120%);
}

.contact-submit i {
    transition: transform .22s ease;
}

.contact-submit:hover i {
    transform: translate(3px, -3px);
}

.contact-alert {
    border: 1px solid rgba(25,135,84,.22);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(25,135,84,.08);
}

.contact-side {
    display: grid;
    gap: 20px;
    position: sticky;
    top: 104px;
}

.contact-info-card {
    padding: clamp(24px, 3vw, 34px);
}

.contact-info-card h2 {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 650;
    margin-bottom: 18px;
}

.contact-info-row {
    align-items: start;
    border-top: 1px solid rgba(226,232,240,.95);
    display: grid;
    gap: 14px;
    grid-template-columns: 42px 1fr;
    padding: 18px 0;
}

.contact-info-row > i {
    align-items: center;
    background: linear-gradient(135deg, rgba(30,95,255,.12), rgba(24,199,201,.18));
    border-radius: 8px;
    color: var(--primary-blue);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.contact-info-row span {
    color: #64748B;
    display: block;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.contact-info-row strong {
    color: var(--primary-dark);
    font-size: 1.02rem;
    line-height: 1.35;
}

.contact-call {
    align-items: center;
    display: inline-flex;
    gap: .55rem;
    justify-content: center;
    margin-top: 10px;
}

.contact-map-card {
    display: grid;
    gap: 12px;
    overflow: hidden;
    padding: 12px;
    position: relative;
}

.contact-map-card::before {
    background: linear-gradient(135deg, rgba(24,199,201,.08), rgba(30,95,255,.06));
    content: "";
    inset: 0;
    position: absolute;
}

.contact-map-card iframe {
    aspect-ratio: 16 / 11;
    border: 0;
    border-radius: 12px;
    min-height: 230px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.contact-map-card a {
    align-items: center;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 999px;
    color: inherit;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    padding: 13px 16px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.contact-map-card i {
    color: var(--primary-blue);
}

.contact-map-card span {
    color: var(--primary-dark);
    font-weight: 800;
}

.gallery-lightbox {
    align-items: center;
    background: rgba(7,21,44,.86);
    backdrop-filter: blur(10px);
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: clamp(18px, 4vw, 54px);
    pointer-events: none;
    position: fixed;
    transition: opacity .22s ease;
    z-index: 1080;
}

.gallery-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}

.gallery-lightbox img {
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    box-shadow: 0 34px 90px rgba(0,0,0,.42);
    max-height: min(82vh, 820px);
    max-width: min(92vw, 1120px);
    object-fit: contain;
    transform: scale(.96);
    transition: transform .24s ease;
    width: auto;
}

.gallery-lightbox.is-open img {
    transform: scale(1);
}

.gallery-lightbox-close {
    align-items: center;
    background: rgba(255,255,255,.95);
    border: 0;
    border-radius: 999px;
    color: var(--primary-dark);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    position: fixed;
    right: clamp(16px, 3vw, 34px);
    top: clamp(16px, 3vw, 34px);
    transition: background .2s ease, transform .2s ease;
    width: 44px;
    z-index: 1081;
}

.gallery-lightbox-close:hover {
    background: #fff;
    transform: rotate(90deg);
}

.content-body {
    color: var(--text-muted);
    line-height: 1.85;
}

.lab-detail-hero {
    align-items: center;
    background: #F0F7FF;
    display: flex;
    min-height: 620px;
    overflow: hidden;
    padding: 86px 0;
    position: relative;
}

.lab-detail-hero > img {
    filter: grayscale(18%);
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    opacity: .34;
    position: absolute;
    width: 100%;
}

.lab-detail-hero-overlay {
    background:
        linear-gradient(90deg, rgba(240,247,255,.98), rgba(240,247,255,.76) 52%, rgba(240,247,255,.28)),
        radial-gradient(circle at 76% 24%, rgba(24,199,201,.16), transparent 26%);
    inset: 0;
    position: absolute;
}

.lab-hero-layout {
    align-items: end;
    display: grid;
    gap: clamp(30px, 5vw, 70px);
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
}

.lab-hero-copy {
    animation: labTextReveal .72s ease both;
    border-left: 5px solid var(--accent-cyan);
    padding-left: clamp(20px, 3vw, 34px);
}

.lab-detail-hero h1 {
    color: var(--primary-dark);
    font-size: clamp(2.65rem, 5.4vw, 5.4rem);
    font-weight: 700;
    line-height: 1.05;
    max-width: 820px;
}

.lab-detail-hero p {
    color: #374151;
    font-size: 1.12rem;
    line-height: 1.85;
    max-width: 680px;
}

.lab-hero-frame {
    border: 1px solid rgba(30,58,138,.16);
    border-radius: 8px;
    box-shadow: 0 30px 72px rgba(17,24,39,.18);
    overflow: hidden;
    padding: 12px;
    position: relative;
}

.lab-hero-frame::before {
    background: linear-gradient(180deg, var(--accent-cyan), var(--accent-purple));
    content: "";
    inset: 26px auto 26px -1px;
    position: absolute;
    width: 5px;
    z-index: 2;
}

.lab-hero-frame img {
    aspect-ratio: 4 / 5;
    border-radius: 6px;
    display: block;
    object-fit: cover;
    width: 100%;
}

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

.lab-sticky-nav {
    background: #F0F7FF;
    border-bottom: 1px solid rgba(30,58,138,.08);
    border-top: 1px solid rgba(30,58,138,.08);
    box-shadow: none;
    position: sticky;
    top: 72px;
    z-index: 20;
}

.lab-sticky-nav .container {
    display: flex;
    gap: 10px;
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 12px;
    padding-top: 12px;
    scrollbar-width: thin;
}

.lab-sticky-nav a {
    background: #fff;
    border: 1px solid rgba(30,58,138,.12);
    border-radius: 999px;
    color: var(--primary-blue);
    flex: 0 0 auto;
    font-size: .86rem;
    font-weight: 800;
    overflow: hidden;
    padding: .55rem .9rem;
    position: relative;
    text-decoration: none;
    transition: border-color .22s ease, box-shadow .22s ease, color .22s ease, transform .22s ease;
    z-index: 0;
}

.lab-sticky-nav a::before {
    background: linear-gradient(135deg, rgba(79,45,224,.12), rgba(24,199,201,.22));
    border-radius: inherit;
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .28s ease;
    z-index: -1;
}

.lab-sticky-nav a::after {
    background: linear-gradient(90deg, var(--accent-purple), var(--accent-cyan));
    border-radius: 999px;
    bottom: 5px;
    content: "";
    height: 2px;
    left: 16px;
    position: absolute;
    right: 16px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .28s ease;
}

.lab-sticky-nav a:hover {
    border-color: rgba(30,58,138,.3);
    box-shadow: 0 10px 24px rgba(30,58,138,.1);
    color: var(--accent-purple);
    transform: translateY(-2px);
}

.lab-sticky-nav a:hover::before,
.lab-sticky-nav a:hover::after {
    transform: scaleX(1);
}

.lab-catalog-intro {
    background: #fff;
    overflow: hidden;
}

.lab-project-strip {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr;
}

.lab-project-strip figure {
    background: var(--light-bg);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    margin: 0;
    overflow: hidden;
}

.lab-project-strip figure:first-child {
    grid-row: span 2;
}

.lab-project-strip img {
    display: block;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    width: 100%;
}

.lab-project-strip figcaption {
    background: #fff;
    color: var(--primary-dark);
    font-size: .86rem;
    font-weight: 800;
    padding: .85rem 1rem;
}

.lab-band,
.lab-band-light {
    background: #F0F7FF;
    border-bottom: 1px solid rgba(30,58,138,.08);
    border-top: 1px solid rgba(30,58,138,.08);
    padding: 46px 0;
    scroll-margin-top: 118px;
}

.lab-band span,
.lab-dark-strip span {
    align-items: center;
    color: var(--accent-purple);
    display: flex;
    font-size: .8rem;
    font-weight: 850;
    gap: .85rem;
    letter-spacing: .14em;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.lab-band span::after,
.lab-dark-strip span::after {
    background: rgba(30,58,138,.22);
    content: "";
    flex: 1 1 auto;
    height: 1px;
    max-width: 220px;
}

.lab-band h2,
.lab-dark-strip h2 {
    font-size: clamp(1.9rem, 3.4vw, 3.15rem);
    font-weight: 650;
    line-height: 1.12;
    margin: 0 0 .85rem;
    max-width: 900px;
}

.lab-band p {
    color: #475569;
    line-height: 1.85;
    margin: 0;
    max-width: 920px;
}

.lab-dark-strip {
    background: #F0F7FF;
    border-bottom: 1px solid rgba(30,58,138,.08);
    border-top: 1px solid rgba(30,58,138,.08);
    padding: 46px 0;
    scroll-margin-top: 118px;
}

.lab-dark-strip h2,
.lab-dark-strip p {
    color: var(--primary-dark);
}

.lab-dark-strip span {
    color: var(--accent-purple);
}

.lab-dark-strip p {
    color: #475569;
    line-height: 1.85;
    margin: 0;
    max-width: 760px;
}

.lab-product-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lab-product-grid-wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lab-product-grid-featured .lab-product-card {
    display: grid;
    grid-template-rows: 260px auto;
}

.lab-product-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(17,24,39,.07);
    overflow: hidden;
    transition: opacity .5s ease, transform .5s ease;
}

.lab-product-card img {
    background: #f8fafc;
    display: block;
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.lab-product-card.product-shot img,
.lab-product-card.compact.product-shot img {
    object-fit: contain;
    padding: 18px;
}

.lab-product-card div,
.lab-product-card.compact {
    padding: 22px;
}

.lab-product-card.compact {
    display: flex;
    flex-direction: column;
}

.lab-product-card.compact img {
    margin: -22px -22px 18px;
    width: calc(100% + 44px);
}

.lab-product-card h3 {
    font-size: 1.1rem;
    margin-bottom: .55rem;
}

.lab-product-card p {
    font-size: .95rem;
    line-height: 1.76;
    margin: 0;
}

.lab-reveal {
    opacity: 0;
    transform: translateY(24px);
}

.lab-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lab-image-title {
    align-items: center;
    background: #F0F7FF;
    border-bottom: 1px solid rgba(30,58,138,.08);
    border-top: 1px solid rgba(30,58,138,.08);
    display: grid;
    min-height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.lab-image-title img {
    display: none;
}

.lab-image-title > div {
    background: transparent;
    padding: 62px 20px;
    position: relative;
}

.lab-image-title h2 {
    font-size: clamp(1.8rem, 3.6vw, 3rem);
    margin: 0;
}

.lab-catalog-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lab-catalog-grid-wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lab-catalog-item {
    display: grid;
    gap: 14px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .5s ease, transform .5s ease;
}

.lab-catalog-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lab-catalog-item img {
    background: #F7F8FC;
    border: 1px solid rgba(30,58,138,.08);
    border-radius: 8px;
    display: block;
    height: 245px;
    object-fit: contain;
    padding: 18px;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
    width: 100%;
}

.lab-catalog-item h3 {
    color: var(--primary-dark);
    font-size: 1.02rem;
    font-weight: 800;
    margin: 0;
    text-align: center;
}

.lab-catalog-item:hover img {
    border-color: rgba(30,58,138,.2);
    box-shadow: 0 18px 38px rgba(17,24,39,.09);
    transform: translateY(-4px);
}

.lab-split-gallery {
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
}

.lab-split-main,
.lab-split-products article {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    overflow: hidden;
}

.lab-split-main img {
    display: block;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    width: 100%;
}

.lab-split-products {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
}

.lab-split-products article {
    box-shadow: 0 14px 34px rgba(17,24,39,.06);
    transition: box-shadow .2s ease, opacity .5s ease, transform .5s ease;
}

.lab-split-products article:hover {
    box-shadow: 0 22px 48px rgba(17,24,39,.12);
    transform: translateY(-3px);
}

.lab-split-products img {
    background: #f8fafc;
    display: block;
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.lab-split-products div {
    padding: 18px;
}

.lab-split-products h3 {
    font-size: 1rem;
    margin-bottom: .45rem;
}

.lab-split-products p {
    font-size: .9rem;
    line-height: 1.55;
    margin: 0;
}

.lab-final-cta {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(17,24,39,.98), rgba(30,58,138,.93)),
        repeating-linear-gradient(45deg, rgba(255,255,255,.05) 0 1px, transparent 1px 18px);
    border-radius: 8px;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: clamp(28px, 5vw, 46px);
}

.lab-final-cta h2,
.lab-final-cta p {
    color: #fff;
}

.lab-final-cta p {
    color: #D1D5DB;
    margin-bottom: 0;
    max-width: 720px;
}

.clinic-hero {
    align-items: center;
    background: var(--primary-dark);
    display: flex;
    min-height: 680px;
    overflow: hidden;
    padding: 96px 0;
    position: relative;
}

.clinic-hero > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    opacity: .78;
    position: absolute;
    width: 100%;
}

.clinic-hero-overlay {
    background:
        linear-gradient(90deg, rgba(11,29,58,.96), rgba(11,29,58,.82) 46%, rgba(11,29,58,.38)),
        radial-gradient(circle at 78% 24%, rgba(24,199,201,.22), transparent 25%);
    inset: 0;
    position: absolute;
}

.clinic-hero-layout {
    align-items: end;
    display: grid;
    gap: clamp(30px, 5vw, 70px);
    grid-template-columns: minmax(0, 1fr) minmax(320px, 490px);
}

.clinic-hero-content {
    animation: labTextReveal .72s ease both;
    max-width: 780px;
    padding-bottom: 10px;
    position: relative;
}

.clinic-hero-content::before {
    background: linear-gradient(180deg, var(--accent-cyan), var(--accent-purple));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 6px;
    width: 5px;
}

.clinic-hero-content .section-kicker {
    color: var(--accent-cyan);
    margin-left: clamp(20px, 3vw, 34px);
}

.clinic-hero h1 {
    color: #fff;
    font-size: clamp(3rem, 6vw, 6.2rem);
    font-weight: 700;
    line-height: 1.05;
    margin-left: clamp(20px, 3vw, 34px);
}

.clinic-hero p {
    color: #D1D5DB;
    font-size: 1.12rem;
    line-height: 1.85;
    margin-left: clamp(20px, 3vw, 34px);
    max-width: 680px;
}

.clinic-hero .btn {
    margin-left: clamp(20px, 3vw, 34px);
}

.clinic-hero-frame {
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    box-shadow: 0 30px 76px rgba(0,0,0,.34);
    overflow: hidden;
    padding: 12px;
    position: relative;
}

.clinic-hero-frame::before {
    background: linear-gradient(180deg, var(--accent-cyan), var(--accent-purple));
    content: "";
    inset: 26px -1px 26px auto;
    position: absolute;
    width: 5px;
    z-index: 2;
}

.clinic-hero-frame img {
    aspect-ratio: 4 / 5;
    border-radius: 6px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.clinic-intro {
    background: #fff;
    overflow: hidden;
}

.clinic-intro-grid {
    align-items: center;
    display: grid;
    gap: clamp(28px, 5vw, 64px);
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1fr);
}

.clinic-intro-image {
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(17,24,39,.1);
    overflow: hidden;
}

.clinic-intro-image img {
    display: block;
    height: 430px;
    object-fit: cover;
    width: 100%;
}

.clinic-intro h2 {
    font-size: clamp(1.9rem, 3.5vw, 3rem);
    line-height: 1.12;
}

.clinic-intro p,
.clinic-detail-copy p {
    line-height: 1.85;
}

.clinic-detail-section {
    background:
        radial-gradient(circle at 12% 20%, rgba(24,199,201,.05), transparent 24%),
        linear-gradient(#fff, #fff);
    scroll-margin-top: 96px;
}

.clinic-detail-row {
    align-items: center;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1.16fr) minmax(280px, .92fr);
    position: relative;
}

.clinic-detail-row.reverse {
    grid-template-columns: minmax(280px, .92fr) minmax(0, 1.16fr);
}

.clinic-detail-row.reverse .clinic-detail-media {
    order: 2;
}

.clinic-detail-media {
    display: grid;
    gap: 16px;
    position: relative;
    z-index: 2;
}

.clinic-detail-media img {
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 28px 68px rgba(17,24,39,.16);
    display: block;
    max-height: 560px;
    object-fit: cover;
    width: 100%;
}

.clinic-detail-media img + img {
    max-height: 260px;
}

.clinic-detail-copy {
    background:
        linear-gradient(180deg, rgba(240,247,255,.94), rgba(255,255,255,.98)),
        radial-gradient(circle at 100% 0%, rgba(24,199,201,.1), transparent 30%);
    border-left: 4px solid var(--accent-cyan);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(17,24,39,.07);
    margin-left: -44px;
    padding: clamp(28px, 5vw, 56px);
    position: relative;
    z-index: 3;
}

.clinic-detail-row.reverse .clinic-detail-copy {
    margin-left: 0;
    margin-right: -44px;
}

.clinic-detail-copy span {
    align-items: center;
    color: var(--accent-purple);
    display: flex;
    font-size: .78rem;
    font-weight: 850;
    gap: .75rem;
    letter-spacing: .14em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.clinic-detail-copy span::after {
    background: rgba(30,58,138,.22);
    content: "";
    flex: 1 1 auto;
    height: 1px;
    max-width: 170px;
}

.clinic-detail-copy h3 {
    font-size: clamp(2.1rem, 4vw, 3.45rem);
    font-weight: 650;
    line-height: 1.15;
}

.clinic-final-cta {
    align-items: stretch;
    background: #fff7ed;
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(17,24,39,.1);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1fr) auto;
    overflow: hidden;
}

.clinic-final-cta h2,
.clinic-final-cta p {
    color: var(--primary-dark);
}

.clinic-final-cta p {
    color: #64748B;
    margin-bottom: 0;
    max-width: 720px;
}

.clinic-final-cta > div:not(.clinic-final-cta-image) {
    align-self: center;
    padding: clamp(28px, 5vw, 46px);
}

.clinic-final-cta .btn {
    align-self: center;
    margin-right: clamp(24px, 4vw, 42px);
}

.clinic-final-cta-image img {
    display: block;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    width: 100%;
}

.campus-hero > img {
    object-position: center 58%;
}

.campus-hero-frame img {
    object-position: center;
}

.campus-intro .clinic-intro-image img,
.campus-detail-section .clinic-detail-media img {
    object-position: center;
}

.campus-detail-section:nth-of-type(4n) {
    background:
        radial-gradient(circle at 85% 18%, rgba(30,95,255,.055), transparent 24%),
        linear-gradient(#F8FBFF, #F8FBFF);
}

.campus-final-cta {
    background: #F7F8FC;
}

.campus-final-cta .clinic-final-cta-image img {
    object-position: center;
}

.clinic-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .55s ease, transform .55s ease;
}

.clinic-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.info-box, .form-card {
    padding: 28px;
}

.gallery-image, .gallery-admin-image {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.map-placeholder, .empty-state {
    align-items: center;
    background: var(--light-bg);
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    color: var(--text-muted);
    display: flex;
    font-weight: 700;
    justify-content: center;
    min-height: 230px;
}

.site-footer {
    background: var(--primary-dark);
}

.site-footer a {
    color: rgba(255,255,255,.68);
    display: block;
    margin-bottom: .55rem;
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--accent-cyan);
}

.footer-title {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.55);
}

.admin-body {
    background: var(--light-bg);
}

.admin-nav {
    background: var(--primary-dark);
}

.admin-logo {
    background: #fff;
    border-radius: 6px;
    height: 34px;
    object-fit: contain;
    padding: 4px 6px;
    width: auto;
}

.admin-login {
    margin: 48px auto;
    max-width: 460px;
}

.stat-card {
    padding: 24px;
}

.stat-card span {
    color: var(--text-muted);
    display: block;
    font-weight: 700;
}

.stat-card strong {
    color: var(--primary-dark);
    display: block;
    font-size: 2.4rem;
}

.admin-table {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(17,24,39,.05);
    padding: 12px;
}

.admin-thumb {
    border-radius: 6px;
    height: 52px;
    object-fit: cover;
    width: 72px;
}

.admin-preview {
    border-radius: 6px;
    max-height: 120px;
}

@media (max-width: 991px) {
    .hero-section {
        padding: 72px 0 78px;
    }

    .hero-gallery {
        transform: none;
    }

    .hero-gallery-main {
        margin-left: auto;
        margin-right: auto;
        width: min(78%, 420px);
    }

    .hero-gallery-small.top {
        left: 5%;
    }

    .hero-gallery-small.bottom {
        left: 8%;
    }

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

    .engagement-panel {
        grid-template-columns: 1fr;
    }

    .engagement-focus {
        border-left: 0;
        border-top: 1px solid var(--border-light);
    }

    .engagement-story {
        grid-template-columns: 1fr;
    }

    .engagement-story-media {
        min-height: 390px;
    }

    .presentation-story,
    .closing-inner {
        grid-template-columns: 1fr;
    }

    .story-text {
        border-left: 0;
        padding-left: 0;
    }

    .expertise-strip {
        grid-template-columns: 1fr;
    }

    .expertise-strip div,
    .expertise-strip div + div {
        border-bottom: 1px solid var(--border-light);
        border-right: 0;
        padding: 24px 0;
    }

    .expertise-strip div:last-child {
        border-bottom: 0;
    }

    .furniture-details-grid,
    .presentation-cta-inner,
    .stats-grid,
    .service-showcase-row,
    .service-showcase-row.reverse,
    .service-cta-inner,
    .lab-split-gallery,
    .lab-final-cta,
    .clinic-intro-grid,
    .clinic-detail-row,
    .clinic-detail-row.reverse,
    .clinic-final-cta,
    .project-detail-layout,
    .contact-hero-grid,
    .contact-layout,
    .service-suite-heading,
    .service-process-inner {
        grid-template-columns: 1fr;
    }

    .clinic-hero {
        min-height: 0;
        padding: 72px 0;
    }

    .clinic-hero-layout {
        grid-template-columns: 1fr;
    }

    .clinic-hero-frame {
        max-width: 520px;
    }

    .clinic-detail-row.reverse .clinic-detail-media {
        order: 0;
    }

    .clinic-detail-copy,
    .clinic-detail-row.reverse .clinic-detail-copy {
        margin-left: 0;
        margin-right: 0;
    }

    .project-detail-sidebar {
        position: static;
    }

    .contact-side {
        position: static;
    }

    .contact-hero-panel {
        max-width: 560px;
    }

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

    .clinic-intro-image img {
        height: 360px;
    }

    .lab-product-grid,
    .lab-product-grid-wide,
    .lab-catalog-grid,
    .lab-catalog-grid-wide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lab-detail-hero {
        min-height: 0;
        padding: 72px 0;
    }

    .lab-hero-layout {
        grid-template-columns: 1fr;
    }

    .lab-hero-frame {
        max-width: 520px;
    }

    .lab-detail-hero-overlay {
        background:
            linear-gradient(90deg, rgba(255,255,255,.86), rgba(255,255,255,.56)),
            linear-gradient(180deg, rgba(17,24,39,.08), rgba(17,24,39,.12));
    }

    .lab-split-main img {
        min-height: 360px;
    }

    .service-suite-item {
        align-items: start;
        gap: 16px;
        grid-template-columns: 52px minmax(0, 1fr);
        padding: 24px 0;
    }

    .service-suite-image,
    .service-suite-action {
        grid-column: 2;
    }

    .service-suite-image {
        height: 210px;
        width: 100%;
    }

    .service-suite-action {
        justify-content: flex-start;
    }

    .service-showcase-row.reverse .service-showcase-image {
        order: 0;
    }

    .service-showcase-row {
        border-left-width: 4px;
    }

    .service-showcase-image img {
        min-height: 280px;
    }

    .services-hero {
        min-height: 0;
        padding: 68px 0;
    }

    .services-hero-bg {
        object-position: center;
    }

    .services-hero-overlay {
        background:
            linear-gradient(90deg, rgba(17,24,39,.96), rgba(17,24,39,.78)),
            linear-gradient(180deg, rgba(17,24,39,.4), rgba(17,24,39,.2));
    }

    .stat-item {
        border-bottom: 1px solid var(--border-light);
        border-right: 0;
        text-align: center;
    }

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

    .media-caption {
        bottom: 16px;
        left: 16px;
        right: 16px;
    }

    .nav-link.active::after {
        display: none;
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding: 56px 0;
    }

    .hero-gallery {
        display: grid;
        gap: 12px;
        min-height: 0;
    }

    .hero-gallery-main,
    .hero-gallery-small,
    .hero-gallery-small.top,
    .hero-gallery-small.bottom,
    .hero-proof {
        height: auto;
        margin: 0;
        max-width: none;
        position: static;
        width: 100%;
    }

    .hero-gallery-main {
        aspect-ratio: 4 / 3;
    }

    .hero-gallery-small {
        border-width: 0;
    }

    .home-photo-grid {
        grid-template-columns: 1fr;
    }

    .home-photo-card.large {
        grid-column: auto;
        grid-row: auto;
    }

    .home-photo-card img,
    .home-photo-card.large img {
        min-height: 245px;
    }

    .engagement-story-media {
        display: grid;
        gap: 12px;
        min-height: 0;
    }

    .engagement-story-media::before {
        display: none;
    }

    .story-photo-main,
    .story-photo-secondary {
        border: 0;
        position: static;
        width: 100%;
    }

    .presentation-photo-stack {
        display: grid;
        gap: 12px;
        min-height: 0;
    }

    .photo-stack-main,
    .photo-stack-small {
        border: 0;
        position: static;
        width: 100%;
    }

    .media-caption {
        position: static;
        margin-top: 12px;
        max-width: none;
    }

    .concept-badges span {
        width: 100%;
    }

    .services-hero-label {
        border-radius: 8px;
        line-height: 1.45;
    }

    .lab-product-grid,
    .lab-product-grid-wide,
    .lab-catalog-grid,
    .lab-catalog-grid-wide,
    .lab-split-products,
    .lab-project-strip {
        grid-template-columns: 1fr;
    }

    .lab-project-strip figure:first-child {
        grid-row: auto;
    }

    .lab-sticky-nav {
        top: 64px;
    }

    .lab-band,
    .lab-dark-strip {
        padding: 30px 0;
    }

    .lab-product-card img,
    .lab-product-grid-featured .lab-product-card {
        grid-template-rows: auto;
    }

    .lab-product-card img,
    .lab-product-card.compact img {
        height: 220px;
    }

    .lab-product-card.product-shot img,
    .lab-product-card.compact.product-shot img {
        height: 240px;
    }

    .lab-catalog-item img {
        height: 230px;
    }

    .lab-final-cta {
        text-align: left;
    }

    .clinic-intro-image img,
    .clinic-detail-media img {
        max-height: none;
        height: 260px;
    }

    .clinic-final-cta {
        text-align: left;
    }

    .clinic-final-cta .btn {
        margin: 0 clamp(24px, 6vw, 42px) clamp(28px, 5vw, 46px);
        width: fit-content;
    }

    .clinic-final-cta-image img {
        min-height: 240px;
    }

    .realisations-hero {
        padding: 72px 0 58px;
    }

    .realisations-toolbar {
        align-items: start;
        flex-direction: column;
    }

    .realisations-count {
        width: 100%;
    }

    .realisations-filter {
        justify-content: start;
        overflow-x: auto;
        padding: 8px;
        scrollbar-width: none;
    }

    .realisations-filter::-webkit-scrollbar {
        display: none;
    }

    .realisations-filter a {
        flex: 0 0 auto;
    }

    .portfolio-card-body {
        min-height: 0;
        padding: 22px;
    }

    .portfolio-pagination {
        gap: 8px;
    }

    .portfolio-pagination a,
    .portfolio-pagination span {
        height: 40px;
        min-width: 40px;
    }

    .portfolio-pagination .portfolio-page-control {
        flex: 1 1 130px;
        min-width: 0;
    }

    .project-detail-hero {
        padding: 72px 0 58px;
    }

    .project-detail-hero-meta {
        align-items: stretch;
        flex-direction: column;
    }

    .project-description-block,
    .project-gallery-block,
    .project-info-card {
        padding: 22px;
    }

    .project-gallery-grid {
        grid-template-columns: 1fr;
    }

    .project-gallery-item.featured {
        grid-column: auto;
    }

    .project-gallery-item.featured img,
    .project-gallery-item img {
        min-height: 240px;
    }

    .contact-hero {
        padding: 34px 0 28px;
    }

    .contact-hero-panel div {
        padding: 15px;
    }

    .contact-form-card,
    .contact-info-card {
        padding: 22px;
    }

    .contact-submit {
        justify-content: center;
        width: 100%;
    }
}
