:root {
    --driccher-red: #8C0000;
    --driccher-gray: #868786;
    --driccher-dark: #171717;
    --driccher-ink: #2b2b2b;
    --driccher-muted: #696a6c;
    --driccher-line: #e4e4e4;
    --driccher-soft: #f6f6f4;
    --driccher-white: #ffffff;
    --driccher-teal: #009a9d;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--driccher-ink);
    font-family: "Open Sans", Arial, sans-serif;
    letter-spacing: 0;
    background: var(--driccher-white);
}

::selection {
    background: var(--driccher-red);
    color: var(--driccher-white);
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
    color: var(--driccher-dark);
    font-family: "Roboto", Arial, sans-serif;
    letter-spacing: 0;
}

a {
    color: var(--driccher-red);
}

a:hover {
    color: var(--driccher-dark);
}

.text-primary {
    color: var(--driccher-red) !important;
}

.bg-primary {
    background-color: var(--driccher-red) !important;
}

.bg-dark {
    background-color: var(--driccher-dark) !important;
}

.btn {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.btn.btn-primary {
    background: var(--driccher-red) !important;
    border: 1px solid var(--driccher-red) !important;
    color: var(--driccher-white) !important;
}

.btn.btn-primary:hover {
    background: #6f0000 !important;
    border-color: #6f0000 !important;
}

.btn.btn-light {
    background: var(--driccher-white) !important;
    border: 1px solid var(--driccher-white) !important;
    color: var(--driccher-red) !important;
}

.btn.btn-light:hover {
    background: var(--driccher-soft) !important;
    color: var(--driccher-dark) !important;
}

.btn.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.75);
    color: var(--driccher-white);
}

.btn.btn-outline-light:hover {
    background: var(--driccher-white);
    color: var(--driccher-red);
}

.site-topbar {
    background: var(--driccher-dark);
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.site-topbar a {
    color: rgba(255, 255, 255, 0.82);
}

.site-topbar a:hover {
    color: var(--driccher-white);
}

.site-navbar {
    background: var(--driccher-white);
    border-bottom: 1px solid var(--driccher-line);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(14px);
}

.site-navbar .navbar-nav .nav-link {
    color: var(--driccher-dark) !important;
    font-weight: 700;
    padding: 14px 12px;
}

.site-navbar .navbar-nav .nav-link.active,
.site-navbar .navbar-nav .nav-link:hover {
    color: var(--driccher-red) !important;
}

.site-navbar .navbar-nav .nav-item::before,
.site-navbar .navbar-nav .nav-item::after {
    display: none;
}

.site-navbar .dropdown-menu {
    border: 1px solid var(--driccher-line);
    border-radius: 8px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.brand-lockup {
    align-items: center;
    display: flex;
}

.brand-logo {
    height: 58px;
    width: 212px;
    object-fit: contain;
    object-position: left center;
}

.brand-logo-sm {
    height: 54px;
    width: 210px;
    object-fit: contain;
}

.site-main {
    overflow: hidden;
}

.hero-home,
.page-hero,
.cta-band {
    position: relative;
    background-color: var(--driccher-dark);
    background-position: center;
    background-size: cover;
    color: var(--driccher-white);
}

.hero-home {
    min-height: 620px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.52)), url("../Driccher Nigeria Ltd img/Corporate Bg.fw.png");
}

.hero-slider {
    min-height: 690px;
    overflow: hidden;
}

.hero-slider::before {
    background: linear-gradient(90deg, rgba(140, 0, 0, 0.52), rgba(140, 0, 0, 0.02) 34%, rgba(0, 0, 0, 0));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 3;
}

.hero-slider::after {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    content: "";
    height: 560px;
    pointer-events: none;
    position: absolute;
    right: -180px;
    top: 80px;
    width: 560px;
    z-index: 3;
}

.hero-slide {
    align-items: center;
    background-position: center;
    background-size: cover;
    display: flex;
    inset: 0;
    min-height: 690px;
    opacity: 0;
    position: absolute;
    transform: translateX(48px) scale(1.035);
    transition: opacity 1s ease, transform 1.25s ease;
    visibility: hidden;
    width: 100%;
}

.hero-slide.active {
    opacity: 1;
    position: relative;
    transform: translateX(0) scale(1);
    visibility: visible;
    z-index: 2;
}

.hero-slide .eyebrow,
.hero-slide .hero-title,
.hero-slide .hero-copy,
.hero-slide .hero-actions,
.hero-slide .hero-meta {
    opacity: 0;
    transform: translateY(30px);
}

.hero-slide.active .eyebrow {
    animation: heroTextUp 0.7s ease forwards 0.1s;
}

.hero-slide.active .hero-title {
    animation: heroTextUp 0.8s ease forwards 0.24s;
}

.hero-slide.active .hero-copy {
    animation: heroTextUp 0.8s ease forwards 0.38s;
}

.hero-slide.active .hero-actions {
    animation: heroTextUp 0.8s ease forwards 0.52s;
}

.hero-slide.active .hero-meta {
    animation: heroTextUp 0.8s ease forwards 0.66s;
}

@keyframes heroTextUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-slider-controls {
    align-items: center;
    bottom: 34px;
    display: flex;
    gap: 16px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 6;
}

.hero-arrow,
.hero-dots button {
    border: 0;
    cursor: pointer;
}

.hero-arrow {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    color: var(--driccher-white);
    display: inline-flex;
    height: 46px;
    justify-content: center;
    transition: background 0.25s ease, transform 0.25s ease;
    width: 46px;
}

.hero-arrow:hover {
    background: var(--driccher-red);
    transform: translateY(-2px);
}

.hero-dots {
    align-items: center;
    background: rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    display: flex;
    gap: 8px;
    padding: 10px 12px;
}

.hero-dots button {
    background: rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    height: 8px;
    transition: background 0.25s ease, width 0.25s ease;
    width: 22px;
}

.hero-dots button.active {
    background: var(--driccher-white);
    width: 46px;
}

.hero-home .container,
.page-hero .container,
.cta-band .container {
    position: relative;
    z-index: 2;
}

.hero-inner {
    max-width: 850px;
    padding: 105px 0 95px;
}

.eyebrow {
    color: var(--driccher-white);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.eyebrow::before {
    background: var(--driccher-red);
    content: "";
    display: block;
    height: 3px;
    width: 46px;
}

.kicker {
    color: var(--driccher-red);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.kicker::before {
    background: var(--driccher-red);
    content: "";
    display: block;
    height: 3px;
    width: 38px;
}

.hero-title {
    color: var(--driccher-white);
    font-size: 64px;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 24px;
}

.hero-copy {
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 780px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-meta {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    display: flex;
    flex-wrap: wrap;
    gap: 18px 34px;
    margin-top: 42px;
    padding-top: 26px;
}

.hero-meta span {
    color: rgba(255, 255, 255, 0.82);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.page-hero {
    min-height: 360px;
}

.page-hero .container {
    padding-bottom: 86px;
    padding-top: 92px;
}

.page-hero h1 {
    color: var(--driccher-white);
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 14px;
}

.page-hero p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    max-width: 820px;
}

.page-hero .eyebrow,
.page-hero h1,
.page-hero p {
    animation: pageHeroLift 0.8s ease both;
}

.page-hero h1 {
    animation-delay: 0.12s;
}

.page-hero p {
    animation-delay: 0.24s;
}

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

.page-hero.about-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.48)), url("../Driccher Nigeria Ltd img/Office.fw.png");
}

.page-hero.services-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.48)), url("../Driccher Nigeria Ltd img/Warehousing.jpg");
}

.page-hero.cooperative-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.50)), url("../Driccher Cooporative img/Driccher Cooporative Office building (3).jpeg");
}

.page-hero.portfolio-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.48)), url("../Driccher Nigeria Ltd img/Estate.jpg");
}

.page-hero.contact-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.50)), url("../Driccher Nigeria Ltd img/Morden Building.jpg");
}

.section {
    padding: 92px 0;
}

.structure-section {
    background:
        radial-gradient(circle at 15% 20%, rgba(140, 0, 0, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7f7f5 100%);
    position: relative;
}

.premium-structure-wrap {
    align-items: stretch;
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 1fr) 260px minmax(0, 1fr);
}

.structure-card,
.structure-spine,
.premium-mini-stat {
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.08);
}

.structure-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(140, 0, 0, 0.12);
    overflow: hidden;
    padding: 34px;
    position: relative;
}

.structure-card::before {
    background: linear-gradient(90deg, var(--driccher-red), rgba(140, 0, 0, 0.10));
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.structure-card-head {
    align-items: center;
    border-bottom: 1px solid var(--driccher-line);
    display: flex;
    gap: 18px;
    margin-bottom: 26px;
    padding-bottom: 24px;
}

.structure-card-head img {
    background: var(--driccher-white);
    border-radius: 8px;
    height: 74px;
    object-fit: contain;
    object-position: left center;
    padding: 6px;
    width: 190px;
}

.structure-card-head span,
.premium-mini-stat span {
    color: var(--driccher-red);
    display: block;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.structure-card h3 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 14px;
}

.structure-card p {
    color: var(--driccher-muted);
    line-height: 1.75;
}

.structure-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.structure-tags span {
    background: rgba(140, 0, 0, 0.08);
    border: 1px solid rgba(140, 0, 0, 0.12);
    border-radius: 999px;
    color: var(--driccher-red);
    font-size: 13px;
    font-weight: 800;
    padding: 8px 12px;
}

.structure-spine {
    align-items: center;
    background:
        linear-gradient(rgba(23, 23, 23, 0.86), rgba(23, 23, 23, 0.86)),
        url("../Driccher Nigeria Ltd img/Office.fw.png");
    background-position: center;
    background-size: cover;
    color: rgba(255, 255, 255, 0.78);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
    text-align: center;
}

.spine-ring {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    display: flex;
    height: 118px;
    justify-content: center;
    margin-bottom: 22px;
    outline: 12px solid rgba(140, 0, 0, 0.26);
    width: 118px;
}

.spine-ring span {
    color: var(--driccher-white);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 54px;
    font-weight: 900;
}

.premium-mini-stat {
    background: var(--driccher-white);
    border: 1px solid var(--driccher-line);
    color: var(--driccher-muted);
    height: 100%;
    line-height: 1.65;
    padding: 24px;
}

.premium-mini-stat span {
    color: var(--driccher-dark);
    font-size: 20px;
    margin-bottom: 8px;
    text-transform: none;
}

.section-tight {
    padding: 68px 0;
}

.section-muted {
    background: var(--driccher-soft);
}

.section-dark {
    background: var(--driccher-dark);
    color: rgba(255, 255, 255, 0.84);
}

.section-dark h2,
.section-dark h3,
.section-dark h4 {
    color: var(--driccher-white);
}

.section-header {
    max-width: 820px;
    margin-bottom: 42px;
}

.section-header.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 16px;
}

.lead-text {
    color: var(--driccher-muted);
    font-size: 18px;
    line-height: 1.75;
}

.section-dark .lead-text {
    color: rgba(255, 255, 255, 0.76);
}

.service-card,
.value-card,
.portfolio-card,
.contact-card,
.info-panel,
.metric-card,
.logo-panel {
    background: var(--driccher-white);
    border: 1px solid var(--driccher-line);
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card::before,
.value-card::before,
.portfolio-card::before,
.contact-card::before,
.info-panel::before {
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.55), transparent);
    content: "";
    height: 100%;
    left: -120%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: skewX(-18deg);
    transition: left 0.85s ease;
    width: 70%;
    z-index: 2;
}

.service-card:hover::before,
.value-card:hover::before,
.portfolio-card:hover::before,
.contact-card:hover::before,
.info-panel:hover::before {
    left: 130%;
}

.service-card:hover,
.portfolio-card:hover,
.contact-card:hover,
.value-card:hover {
    border-color: rgba(140, 0, 0, 0.22);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.service-card img,
.portfolio-card img,
.gallery-tile img {
    aspect-ratio: 4 / 3;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.service-card-body,
.portfolio-card-body,
.value-card,
.contact-card,
.info-panel,
.metric-card,
.logo-panel {
    padding: 28px;
}

.icon-badge {
    align-items: center;
    background: rgba(140, 0, 0, 0.09);
    border-radius: 8px;
    color: var(--driccher-red);
    display: inline-flex;
    height: 48px;
    justify-content: center;
    margin-bottom: 18px;
    width: 48px;
}

.service-card h3,
.portfolio-card h3,
.value-card h3,
.contact-card h3,
.info-panel h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
}

.detail-list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.detail-list li {
    color: var(--driccher-muted);
    display: flex;
    gap: 10px;
    line-height: 1.65;
    margin-bottom: 10px;
}

.detail-list i {
    color: var(--driccher-red);
    margin-top: 6px;
}

.split-media {
    border-radius: 8px;
    min-height: 470px;
    object-fit: cover;
    width: 100%;
}

.split-panel {
    padding-left: 30px;
}

.brand-number {
    color: var(--driccher-red);
    display: block;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.metric-card {
    background: var(--driccher-dark);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.78);
}

.metric-card span {
    color: var(--driccher-white);
    display: block;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 8px;
}

.metric-card.accent {
    background: var(--driccher-red);
}

.logo-grid {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.logo-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo-panel img {
    height: 84px;
    object-fit: contain;
    object-position: left center;
    width: 100%;
}

.logo-panel p {
    color: var(--driccher-muted);
    margin: 18px 0 0;
}

.cooperative-purpose-row {
    align-items: stretch;
}

.purpose-panel {
    gap: 24px;
    justify-content: flex-start;
    width: 100%;
}

.purpose-panel img {
    height: 96px;
}

.purpose-panel p {
    font-size: 16px;
    line-height: 1.75;
}

.purpose-highlights {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: auto;
}

.purpose-highlights span {
    align-items: center;
    background: rgba(140, 0, 0, 0.07);
    border: 1px solid rgba(140, 0, 0, 0.10);
    border-radius: 8px;
    color: var(--driccher-ink);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    min-height: 52px;
    padding: 12px;
}

.purpose-highlights i {
    color: var(--driccher-red);
}

.purpose-content-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    width: 100%;
}

.purpose-metrics {
    margin-top: 26px;
}

.purpose-metrics .metric-card {
    min-height: 160px;
}

.purpose-metrics .metric-card span {
    font-size: 27px;
}

.cooperative-values-section {
    background:
        radial-gradient(circle at 8% 18%, rgba(140, 0, 0, 0.07), transparent 28%),
        var(--driccher-white);
}

.cooperative-values-grid {
    display: grid;
    gap: 24px;
    grid-auto-rows: minmax(185px, auto);
    grid-template-columns: 1.05fr 1fr 1fr;
}

.values-intro-card {
    background:
        linear-gradient(rgba(23, 23, 23, 0.88), rgba(23, 23, 23, 0.86)),
        url("../Driccher Cooporative img/Driccher Cooporative Office building (3).jpeg");
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.78);
    display: flex;
    flex-direction: column;
    grid-row: span 3;
    min-height: 100%;
    overflow: hidden;
    padding: 34px;
    position: relative;
}

.values-intro-card::before {
    background: linear-gradient(90deg, var(--driccher-red), rgba(255, 255, 255, 0));
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.values-intro-card .section-title {
    color: var(--driccher-white);
}

.values-intro-card .lead-text {
    color: rgba(255, 255, 255, 0.82);
}

.values-intro-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 26px;
}

.values-intro-footer span {
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: var(--driccher-white);
    font-size: 13px;
    font-weight: 800;
    padding: 8px 12px;
}

.cooperative-values-grid .value-card {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 185px;
}

.cooperative-values-grid .value-card h3 {
    font-size: 24px;
}

.cooperative-values-grid .empowerment-card {
    grid-column: span 2;
}

.teal-note {
    color: var(--driccher-teal);
    font-weight: 800;
}

.cta-band {
    background-image: linear-gradient(rgba(23, 23, 23, 0.84), rgba(23, 23, 23, 0.84)), url("../Driccher Nigeria Ltd img/Morden Building.jpg");
    padding: 78px 0;
}

.cta-band h2 {
    color: var(--driccher-white);
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 12px;
}

.cta-band p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 0;
}

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

.gallery-tile {
    border-radius: 8px;
    overflow: hidden;
}

.gallery-tile img,
.split-media,
.service-card img,
.portfolio-card img {
    transition: transform 0.8s ease, filter 0.8s ease;
}

.gallery-tile:hover img,
.service-card:hover img,
.portfolio-card:hover img {
    filter: saturate(1.05) contrast(1.03);
    transform: scale(1.055);
}

.premium-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.home-faq-section {
    background:
        linear-gradient(90deg, rgba(23, 23, 23, 0.96), rgba(23, 23, 23, 0.88)),
        url("../Driccher Nigeria Ltd img/Corporate Bg.fw.png");
    background-position: center;
    background-size: cover;
    color: rgba(255, 255, 255, 0.78);
}

.home-faq-section .section-title,
.home-faq-section h2,
.home-faq-section .kicker {
    color: var(--driccher-white);
}

.home-faq-section .lead-text {
    color: rgba(255, 255, 255, 0.72);
}

.faq-side-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    margin-top: 28px;
    padding: 28px;
}

.faq-side-panel span {
    color: var(--driccher-white);
    display: block;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 12px;
}

.premium-faq {
    display: grid;
    gap: 14px;
}

.premium-faq .accordion-item {
    background: rgba(255, 255, 255, 0.96);
    border: 0;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.premium-faq .accordion-button {
    background: var(--driccher-white);
    box-shadow: none;
    color: var(--driccher-dark);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.45;
    padding: 22px 24px;
}

.premium-faq .accordion-button:not(.collapsed) {
    background: var(--driccher-red);
    color: var(--driccher-white);
}

.premium-faq .accordion-button::after {
    filter: grayscale(1);
}

.premium-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.premium-faq .accordion-body {
    color: var(--driccher-muted);
    line-height: 1.75;
    padding: 22px 24px 26px;
}

.about-premium-section {
    background: var(--driccher-dark);
    color: rgba(255, 255, 255, 0.78);
}

.premium-about-shell {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.76) 43%, rgba(0, 0, 0, 0.58) 100%),
        url("../Driccher Nigeria Ltd img/Corporate Bg.fw.png");
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    overflow: hidden;
    padding: 56px;
    position: relative;
}

.premium-about-shell::before {
    background: linear-gradient(90deg, var(--driccher-red), rgba(255, 255, 255, 0));
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.premium-about-shell h2,
.premium-about-shell h3 {
    color: var(--driccher-white);
}

.premium-about-shell h2 {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.16;
    margin-bottom: 18px;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.premium-about-shell p {
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.40);
}

.premium-about-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-about-card {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 8px;
    color: var(--driccher-muted);
    min-height: 230px;
    padding: 26px;
}

.premium-about-card span {
    color: var(--driccher-red);
    display: block;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 18px;
}

.premium-about-card h3 {
    color: var(--driccher-dark);
    font-size: 21px;
}

.premium-about-card p {
    color: var(--driccher-muted);
    text-shadow: none;
}

.gallery-tile.large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-tile.large img {
    aspect-ratio: 4 / 3;
}

.process-step {
    border-left: 3px solid var(--driccher-red);
    padding: 0 0 28px 24px;
    position: relative;
}

.process-step:last-child {
    padding-bottom: 0;
}

.process-step::before {
    background: var(--driccher-red);
    border: 4px solid var(--driccher-white);
    border-radius: 50%;
    content: "";
    height: 18px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 18px;
}

.process-step h3 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 8px;
}

.contact-link {
    color: var(--driccher-ink);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1.5;
}

.contact-link:hover {
    color: var(--driccher-red);
}

.contact-form .form-control,
.contact-form .form-select {
    border: 1px solid var(--driccher-line);
    border-radius: 8px;
    min-height: 54px;
}

.contact-form textarea.form-control {
    min-height: 156px;
}

.map-frame {
    border: 0;
    border-radius: 8px;
    height: 420px;
    width: 100%;
}

.site-footer {
    background: var(--driccher-dark);
    color: rgba(255, 255, 255, 0.76);
}

.site-footer h4 {
    color: var(--driccher-white);
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 20px;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.76);
}

.site-footer a:hover {
    color: var(--driccher-white);
}

.footer-logo {
    background: var(--driccher-white);
    border-radius: 8px;
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 10px;
}

.footer-logo img {
    height: 52px;
    object-fit: contain;
    width: 190px;
}

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

.footer-list li {
    margin-bottom: 10px;
}

.copyright {
    background: #101010 !important;
    color: rgba(255, 255, 255, 0.66);
}

.copyright a {
    color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1199px) {
    .brand-logo {
        width: 190px;
    }

    .site-navbar .navbar-nav .nav-link {
        padding: 11px 0;
    }

    .hero-title {
        font-size: 54px;
    }

    .section-title {
        font-size: 38px;
    }

    .premium-structure-wrap {
        grid-template-columns: 1fr;
    }

    .structure-spine {
        min-height: 260px;
    }
}

@media (max-width: 991px) {
    .hero-home {
        min-height: 560px;
    }

    .hero-inner {
        padding: 78px 0 70px;
    }

    .hero-title {
        font-size: 44px;
    }

    .page-hero h1 {
        font-size: 42px;
    }

    .section {
        padding: 72px 0;
    }

    .split-panel {
        padding-left: 0;
    }

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

    .hero-slider,
    .hero-slide {
        min-height: 640px;
    }

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

    .premium-about-shell {
        padding: 34px;
    }

    .premium-about-grid {
        grid-template-columns: 1fr;
    }

    .cooperative-values-grid {
        grid-template-columns: 1fr;
    }

    .values-intro-card,
    .cooperative-values-grid .empowerment-card {
        grid-column: auto;
        grid-row: auto;
    }

    .purpose-content-panel {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .brand-logo {
        height: 50px;
        width: 170px;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-copy,
    .lead-text,
    .cta-band p,
    .page-hero p {
        font-size: 16px;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-slider,
    .hero-slide {
        min-height: 720px;
    }

    .hero-slider-controls {
        bottom: 18px;
        gap: 10px;
    }

    .hero-arrow {
        height: 40px;
        width: 40px;
    }

    .hero-meta {
        gap: 14px;
    }

    .page-hero h1 {
        font-size: 34px;
    }

    .section-title {
        font-size: 31px;
    }

    .service-card-body,
    .portfolio-card-body,
    .value-card,
    .contact-card,
    .info-panel,
    .metric-card,
    .logo-panel {
        padding: 22px;
    }

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

    .purpose-highlights {
        grid-template-columns: 1fr;
    }

    .purpose-metrics .metric-card {
        min-height: 130px;
    }

    .purpose-metrics .metric-card span {
        font-size: 24px;
    }

    .gallery-tile.large {
        grid-column: auto;
        grid-row: auto;
    }

    .cta-band h2 {
        font-size: 30px;
    }

    .structure-card,
    .premium-about-shell {
        padding: 24px;
    }

    .structure-card-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .structure-card-head img {
        width: 100%;
    }
}
