:root {
    --ink: #15181E;
    --ink-2: #20242C;
    --steel: #4A5262;
    --rust: #D5451B;
    --rust-dark: #B23913;
    --amber: #F2A93B;
    --paper: #F3F1EA;
    --paper-dim: #EAE6D9;
    --card: #FFFFFF;
    --muted: #6B7280;
    --line: #DDD7C6;
    --radius: 6px;
    --shadow-sm: 0 3px 12px rgba(21, 24, 30, .08);
    --shadow-md: 0 14px 34px rgba(21, 24, 30, .14);
    --shadow-lg: 0 26px 60px rgba(21, 24, 30, .22);
    --hazard: repeating-linear-gradient(135deg, var(--amber) 0 14px, var(--ink) 14px 28px);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--ink);
    background: var(--paper);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: .01em;
    text-transform: uppercase;
}

a {
    text-decoration: none;
}

.mono {
    font-family: 'IBM Plex Mono', monospace;
}

.text-muted-c {
    color: var(--muted);
}

.section-pad {
    /* padding: 110px 0; */
    padding: 60px;
}

@media(max-width:767px) {
    .section-pad {
        padding: 64px 0;
    }
}

.container-xl {
    max-width: 1280px;
}

.bg-paper-dim {
    background: var(--paper-dim);
}

.bg-ink {
    background: var(--ink);
    color: #EDEBE3;
}

.hazard-bar {
    height: 8px;
    background: var(--hazard);
    width: 100%;
}

.hazard-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--rust);
    margin-bottom: 16px;
}

.hazard-tag::before {
    content: '';
    width: 22px;
    height: 10px;
    background: var(--hazard);
    display: inline-block;
    flex-shrink: 0;
}

.section-title {
    font-size: clamp(30px, 4.4vw, 50px);
    line-height: 1.05;
    margin-bottom: 16px;
    color: var(--ink);
}

.section-title em {
    font-style: normal;
    color: var(--rust);
}

.section-sub {
    color: var(--muted);
    font-size: 16.5px;
    max-width: 600px;
    font-family: 'Inter', sans-serif;
    text-transform: none;
}

.on-dark .section-title {
    color: #fff;
}

.on-dark .section-sub {
    color: #A9AFBC;
}

section {
    overflow: hidden;
}

/* Buttons */
.btn-rust {
    background: var(--rust);
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 16px 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 14px;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 24px rgba(213, 69, 27, .35);
}

.btn-rust:hover {
    background: var(--rust-dark);
    color: #fff;
    transform: translateY(-3px);
}

.btn-outline-dark2 {
    border: 2px solid var(--ink);
    color: var(--ink);
    border-radius: 3px;
    background: transparent;
    padding: 14px 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 14px;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-outline-dark2:hover {
    background: var(--ink);
    color: #fff;
    transform: translateY(-3px);
}

.btn-outline-light2 {
    border: 2px solid rgba(255, 255, 255, .35);
    color: #fff;
    border-radius: 3px;
    background: transparent;
    padding: 14px 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 14px;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-outline-light2:hover {
    background: #fff;
    color: var(--ink);
}

.btn-whatsapp2 {
    background: #25D366;
    color: #fff;
    border-radius: 3px;
    padding: 16px 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 10px 24px rgba(37, 211, 102, .3);
    transition: .3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-whatsapp2:hover {
    transform: translateY(-3px);
    color: #fff;
}

/* ===== HEADER ===== */
#mainHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(21, 24, 30, .92);
    backdrop-filter: blur(10px);
    transition: .3s;
    padding: 16px 0;
}

#mainHeader.scrolled {
    padding: 9px 0;
    box-shadow: var(--shadow-md);
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    width: 48px;
    height: 48px;
    background: var(--rust);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 22px;
    flex-shrink: 0;
    clip-path: polygon(0 0, 100% 0, 100% 78%, 78% 100%, 0 100%);
}

.brand-text {
    line-height: 1.1;
}

.brand-text .t1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    letter-spacing: .05em;
}

.brand-text .t2 {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 600;
    font-size: 10.5px;
    color: var(--amber);
    letter-spacing: .2em;
}

.nav-link-c {
    color: #C7CBD4 !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 13.5px;
    letter-spacing: .03em;
    text-transform: uppercase;
    padding: 8px 14px !important;
    transition: .25s;
    position: relative;
}

.nav-link-c:hover,
.nav-link-c.active {
    color: #fff !important;
}

.nav-link-c.active::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 14px;
    right: 14px;
    height: 2px;
    background: var(--rust);
}

.hamburger {
    width: 44px;
    height: 44px;
    background: var(--rust);
    border: none;
    position: relative;
    flex-shrink: 0;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 22px;
    background: #fff;
    left: 11px;
    transition: .3s;
}

.hamburger span:nth-child(1) {
    top: 16px;
}

.hamburger span:nth-child(2) {
    top: 22px;
}

.hamburger span:nth-child(3) {
    top: 28px;
}

.hamburger.open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

#mobileNav {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    background: var(--ink-2);
}

#mobileNav.open {
    max-height: 640px;
}

#mobileNav a {
    display: block;
    padding: 15px 26px;
    color: #EDEBE3;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: .03em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: 14px;
}

#mobileNav a:hover {
    color: var(--amber);
}

body.no-scroll {
    overflow: hidden;
}

/* ===== HERO ===== */
.hero {
    position: relative;
    background: var(--ink);
    color: #fff;
    padding: 150px 0 0;
    overflow: hidden;
}

.hero-grid {
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 44px 44px;
    position: absolute;
    inset: 0;
    opacity: .5;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
}

.hero h1 {
    font-size: clamp(36px, 5.4vw, 64px);
    line-height: 1;
    margin: 18px 0 22px;
    color: #fff;
}

.hero h1 .hl {
    color: var(--amber);
}

.hero h1 .hl2 {
    -webkit-text-stroke: 1.5px var(--rust);
    color: transparent;
}

.hero-sub {
    font-size: 16.5px;
    color: #A9AFBC;
    max-width: 540px;
    margin-bottom: 26px;
    font-family: 'Inter', sans-serif;
}

.hero-bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 10px;
    margin-bottom: 32px;
}

.hero-bullets span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 600;
    color: #EDEBE3;
    font-family: 'IBM Plex Mono', monospace;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .14);
    padding: 7px 12px;
}

.hero-bullets i {
    color: var(--amber);
    font-size: 10px;
}

.hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-visual {
    position: relative;
    z-index: 1;
}

.hero-img-main {
    width: 100%;
    height: 420px;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
    box-shadow: var(--shadow-lg);
}

.hero-img-tag {
    position: absolute;
    top: 22px;
    left: -16px;
    background: var(--rust);
    color: #fff;
    padding: 10px 18px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    box-shadow: var(--shadow-md);
    z-index: 2;
}

.hero-stat-rail {
    display: flex;
    gap: 0;
    margin-top: -1px;
    position: relative;
    z-index: 1;
}

.hero-stat-rail .hs {
    flex: 1;
    background: var(--ink-2);
    border: 1px solid rgba(255, 255, 255, .08);
    border-top: 3px solid var(--amber);
    padding: 16px 14px;
    text-align: center;
}

.hero-stat-rail .hs .n {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}

.hero-stat-rail .hs .l {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 9.5px;
    color: #8A90A0;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 2px;
}

@media(max-width:991px) {
    .hero-visual {
        margin-top: 50px;
    }
}

/* ===== ABOUT ===== */
.about-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
}

.about-tag {
    position: absolute;
    bottom: 26px;
    left: -1px;
    background: var(--rust);
    color: #fff;
    padding: 20px 26px;
    font-family: 'Oswald', sans-serif;
}

.about-tag .num {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.about-tag .lbl {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 2px;
}

.ticket-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.ticket-row:first-child {
    border-top: 1px solid var(--line);
}

.ticket-row .ic {
    width: 42px;
    height: 42px;
    background: var(--ink);
    color: var(--amber);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 17px;
}

.ticket-row h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.ticket-row p {
    font-size: 13px;
    color: var(--muted);
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.counters-strip {
    background: var(--ink);
    position: relative;
    margin-top: 70px;
    border-top: 4px solid var(--rust);
}

.counter-item {
    text-align: center;
    color: #fff;
    padding: 38px 10px;
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.counter-item:last-child {
    border-right: none;
}

.counter-item .num {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(30px, 3.6vw, 44px);
    font-weight: 600;
    color: var(--amber);
}

.counter-item .lbl {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    color: #9AA0AD;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 6px;
}

/* ===== SERVICES ===== */
.service-card {
    position: relative;
    background: var(--ink);
    overflow: hidden;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.service-img-wrap {
    position: relative;
    height: 170px;
}

.service-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.service-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(21, 24, 30, 0) 30%, rgba(21, 24, 30, .9) 100%);
}

.service-card:hover .service-img-wrap img {
    transform: scale(1.1);
}

.service-num {
    position: absolute;
    top: 12px;
    left: 0;
    background: var(--rust);
    color: #fff;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 600;
    font-size: 11px;
    padding: 5px 10px;
    z-index: 2;
}

.service-body {
    padding: 22px 20px 24px;
    position: relative;
}

.service-body h5 {
    color: #fff;
    font-size: 15.5px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: .01em;
}

.service-body p {
    font-size: 12.5px;
    color: #9AA0AD;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
    text-transform: none;
    line-height: 1.6;
}

.service-link {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--amber);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.service-link i {
    transition: .3s;
}

.service-card:hover .service-link i {
    transform: translateX(5px);
}

.service-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--rust);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: .4s;
}

.service-card:hover::before {
    transform: scaleY(1);
}

/* ===== WHY CHOOSE US ===== */
.why-section {
    background: var(--ink);
    color: #fff;
    position: relative;
}

.why-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    clip-path: polygon(0 0, 90% 0, 100% 12%, 100% 100%, 0 100%);
}

.why-box {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.why-box .ic {
    width: 44px;
    height: 44px;
    background: var(--rust);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
}

.why-box h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 14.5px;
}

.why-box p {
    font-size: 12.5px;
    color: #9AA0AD;
    margin: 0;
    font-family: 'Inter', sans-serif;
    text-transform: none;
}

/* ===== PROCESS ===== */
.process-track {
    position: relative;
}

.process-track::before {
    content: '';
    position: absolute;
    left: 29px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: var(--line);
}

.process-fill-v {
    position: absolute;
    left: 29px;
    top: 10px;
    width: 2px;
    background: var(--rust);
    height: 0;
    transition: height 1.8s ease;
}

.process-item {
    position: relative;
    display: flex;
    gap: 26px;
    padding-bottom: 44px;
}

.process-item:last-child {
    padding-bottom: 0;
}

.process-num2 {
    width: 60px;
    height: 60px;
    background: var(--ink);
    color: var(--amber);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 22px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    border: 2px solid var(--rust);
}

.process-item-body {
    padding-top: 10px;
}

.process-item-body h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 6px;
    letter-spacing: .02em;
}

.process-item-body p {
    font-size: 13.5px;
    color: var(--muted);
    margin: 0;
    font-family: 'Inter', sans-serif;
    text-transform: none;
}

/* ===== GALLERY ===== */
.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 36px;
}

.gfilter {
    border: none;
    background: var(--ink);
    color: #C7CBD4;
    padding: 10px 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 12.5px;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: .25s;
    cursor: pointer;
}

.gfilter.active,
.gfilter:hover {
    background: var(--rust);
    color: #fff;
}

.masonry {
    column-count: 4;
    column-gap: 14px;
}

@media(max-width:991px) {
    .masonry {
        column-count: 3;
    }
}

@media(max-width:767px) {
    .masonry {
        column-count: 2;
    }
}

.gallery-item {
    position: relative;
    display: block;
    margin-bottom: 14px;
    break-inside: avoid;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    display: block;
    transition: .5s;
}

.gallery-item .g-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(21, 24, 30, 0) 45%, rgba(21, 24, 30, .85) 100%);
    display: flex;
    align-items: flex-end;
    padding: 14px;
    opacity: 0;
    transition: .4s;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .g-overlay {
    opacity: 1;
}

.gallery-item .zoom-ic {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: var(--rust);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: .4s;
    font-size: 12px;
}

.gallery-item:hover .zoom-ic {
    opacity: 1;
}

/* ===== TESTIMONIALS ===== */
.test-card {
    background: var(--card);
    border: 1px solid var(--line);
    padding: 30px 26px;
    height: 100%;
    margin: 8px;
    position: relative;
}

.test-card::before {
    content: '\201C';
    position: absolute;
    top: 6px;
    right: 20px;
    font-family: Georgia, serif;
    font-size: 60px;
    color: var(--paper-dim);
    line-height: 1;
    z-index: 0;
}

.test-stars i {
    color: var(--amber);
    font-size: 12px;
}

.test-card p.quote {
    font-size: 14px;
    color: var(--ink);
    margin: 16px 0 22px;
    line-height: 1.75;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 1;
}

.test-user {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px dashed var(--line);
    padding-top: 16px;
}

.test-user img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border: 2px solid var(--rust);
}

.test-user h6 {
    margin: 0;
    font-weight: 600;
    font-size: 13.5px;
}

.test-user span {
    font-size: 11px;
    color: var(--muted);
    font-family: 'IBM Plex Mono', monospace;
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* ===== FAQ ===== */
.accordion-item {
    border: 1px solid var(--line) !important;
    border-radius: 0 !important;
    margin-bottom: 12px;
    background: #fff;
}

.accordion-button {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .01em;
    text-transform: uppercase;
    padding: 20px 24px;
    background: #fff;
    color: var(--ink);
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    background: var(--ink);
    color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    filter: none;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-body {
    padding: 20px 24px;
    font-size: 14px;
    color: var(--muted);
    background: #fff;
    font-family: 'Inter', sans-serif;
}

/* ===== CTA ===== */
.cta-section {
    background: var(--ink);
    position: relative;
    overflow: hidden;
    padding: 64px 40px;
}

.cta-hazard-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: var(--hazard);
}

.cta-hazard-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: var(--hazard);
}

.cta-section h2 {
    color: #fff;
    margin-bottom: 10px;
}

.cta-section p {
    color: #A9AFBC;
    font-family: 'Inter', sans-serif;
    text-transform: none;
    font-size: 16px;
}

/* ===== CONTACT ===== */
.contact-info-card {
    background: var(--ink);
    color: #fff;
    padding: 38px;
    height: 100%;
}

.contact-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.contact-row .ic {
    width: 42px;
    height: 42px;
    background: var(--rust);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-row h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 14px;
}

.contact-row p,
.contact-row a {
    font-size: 13px;
    color: #A9AFBC;
    margin: 0;
    display: block;
    font-family: 'Inter', sans-serif;
}

.contact-row a:hover {
    color: var(--amber);
}

.map-placeholder {
    overflow: hidden;
    height: 220px;
    margin-top: 8px;
    filter: grayscale(.3);
}

.contact-form-card {
    background: #fff;
    border: 1px solid var(--line);
    padding: 38px;
}

.form-control,
.form-select {
    border-radius: 2px;
    border: 1px solid var(--line);
    padding: 13px 16px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--rust);
    box-shadow: 0 0 0 3px rgba(213, 69, 27, .12);
}

.form-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11.5px;
    font-weight: 600;
    margin-bottom: 7px;
    color: var(--ink);
    text-transform: uppercase;
    letter-spacing: .06em;
}

/* ===== FOOTER ===== */
footer {
    background: var(--ink-2);
    color: #9AA0AD;
    position: relative;
    border-top: 6px solid var(--rust);
}

footer h6 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 14.5px;
    margin-bottom: 20px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

footer a.f-link {
    color: #8A90A0;
    font-size: 13px;
    display: block;
    margin-bottom: 11px;
    transition: .25s;
    font-family: 'Inter', sans-serif;
}

footer a.f-link:hover {
    color: var(--amber);
    padding-left: 4px;
}

.f-social {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.f-social:hover {
    background: var(--rust);
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 20px 0;
    font-size: 12.5px;
    color: #7A808E;
    font-family: 'IBM Plex Mono', monospace;
}

#backToTop {
    position: fixed;
    bottom: 26px;
    right: 26px;
    width: 48px;
    height: 48px;
    background: var(--rust);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: .35s;
    border: none;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

.footer-call-fab {
    position: fixed;
    bottom: 26px;
    left: 26px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    z-index: 999;
    font-size: 22px;
    animation: pulse 2.2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .5);
    }

    70% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}








/* ============================================================
   ABOUT PAGE SPECIFIC STYLES
   ============================================================ */

/* Breadcrumb */
.breadcrumb-section {
    background: var(--ink);
    padding: 120px 0 20px;
    border-bottom: 3px solid var(--rust);
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.breadcrumb-item {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8A90A0;
}

.breadcrumb-item a {
    color: var(--amber);
    transition: 0.3s;
}

.breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-item.active {
    color: #C7CBD4;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #4A5262;
    content: "›";
    font-size: 16px;
}

/* About Hero Image */
.about-hero-img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
    box-shadow: var(--shadow-lg);
}

.about-hero-tag {
    position: absolute;
    bottom: 30px;
    left: -8px;
    background: var(--rust);
    color: #fff;
    padding: 18px 24px;
    font-family: 'Oswald', sans-serif;
    box-shadow: var(--shadow-md);
    z-index: 2;
}

.about-hero-tag .num {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.about-hero-tag .lbl {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 2px;
}

.about-hero-stats {
    display: flex;
    gap: 0;
    margin-top: -1px;
    position: relative;
    z-index: 1;
}

.about-hero-stats div {
    flex: 1;
    background: var(--ink-2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 3px solid var(--amber);
    padding: 14px 10px;
    text-align: center;
    color: #fff;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8A90A0;
}

.about-hero-stats div span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

/* Story Timeline */
.story-timeline {
    position: relative;
    padding: 20px 0 10px 40px;
}

.story-timeline::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: var(--line);
    border-radius: 10px;
}

.story-item {
    position: relative;
    padding: 0 0 40px 30px;
}

.story-item:last-child {
    padding-bottom: 0;
}

.story-year {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--rust);
    margin-bottom: 4px;
}

.story-dot {
    position: absolute;
    left: -36px;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--rust);
    border: 3px solid var(--paper);
    box-shadow: 0 0 0 3px var(--rust);
}

.story-content h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
    color: var(--ink);
}

.story-content p {
    font-size: 14px;
    color: var(--muted);
    margin: 0;
    font-family: 'Inter', sans-serif;
    text-transform: none;
    line-height: 1.6;
}

/* Vision & Mission Cards */
.vm-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-top: 6px solid var(--amber);
    padding: 40px 32px 36px;
    height: 100%;
    transition: 0.3s;
}

.vm-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.vm-icon {
    width: 64px;
    height: 64px;
    background: var(--amber);
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.vm-card h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 12px;
    color: var(--ink);
}

.vm-card h3 em {
    font-style: normal;
    color: var(--rust);
}

.vm-card p {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.7;
    font-family: 'Inter', sans-serif;
    text-transform: none;
    margin-bottom: 20px;
}

.vm-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vm-list li {
    font-size: 14px;
    color: var(--ink);
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.vm-list li:last-child {
    border-bottom: none;
}

.vm-list li i {
    color: var(--rust);
    font-size: 14px;
    flex-shrink: 0;
}

/* Why Choose Detail Cards (on dark bg) */
.why-detail-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 32px 24px;
    height: 100%;
    transition: 0.3s;
}

.why-detail-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-4px);
    border-color: var(--amber);
}

.why-detail-icon {
    width: 54px;
    height: 54px;
    background: var(--rust);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}

.why-detail-card h5 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 8px;
}

.why-detail-card p {
    color: #9AA0AD;
    font-size: 13.5px;
    line-height: 1.7;
    margin: 0;
    font-family: 'Inter', sans-serif;
    text-transform: none;
}

/* Team Cards */
.team-card {
    background: var(--card);
    border: 1px solid var(--line);
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
}

.team-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.team-img-wrap {
    height: 240px;
    overflow: hidden;
}

.team-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.team-card:hover .team-img-wrap img {
    transform: scale(1.05);
}

.team-body {
    padding: 22px 24px 26px;
}

.team-body h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 2px;
    color: var(--ink);
}

.team-body span {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    color: var(--rust);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.team-body p {
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
    font-family: 'Inter', sans-serif;
    text-transform: none;
}

/* Responsive */
@media (max-width: 991px) {
    .about-hero-img {
        height: 320px;
    }

    .about-hero-stats div {
        padding: 10px 8px;
        font-size: 9px;
    }

    .about-hero-stats div span {
        font-size: 16px;
    }

    .about-hero-tag {
        padding: 14px 18px;
        bottom: 20px;
    }

    .about-hero-tag .num {
        font-size: 26px;
    }

    .story-timeline {
        padding-left: 30px;
    }

    .story-item {
        padding-left: 20px;
    }

    .story-dot {
        left: -28px;
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-section {
        padding: 110px 0 16px;
    }

    .about-hero-img {
        height: 240px;
    }

    .about-hero-tag {
        padding: 10px 14px;
        bottom: 14px;
        left: -4px;
    }

    .about-hero-tag .num {
        font-size: 20px;
    }

    .about-hero-tag .lbl {
        font-size: 8px;
    }

    .about-hero-stats div {
        padding: 8px 6px;
        font-size: 8px;
    }

    .about-hero-stats div span {
        font-size: 13px;
    }

    .story-timeline {
        padding-left: 20px;
    }

    .story-item {
        padding-left: 14px;
        padding-bottom: 28px;
    }

    .story-dot {
        left: -20px;
        width: 12px;
        height: 12px;
    }

    .story-year {
        font-size: 15px;
    }

    .vm-card {
        padding: 28px 20px 24px;
    }

    .vm-card h3 {
        font-size: 22px;
    }

    .why-detail-card {
        padding: 24px 18px;
    }

    .team-img-wrap {
        height: 180px;
    }
}



/* ============================================================
   BREADCRUMB BANNER — LARGE HERO-STYLE
   ============================================================ */

.breadcrumb-banner {
    position: relative;
    padding: 160px 0 80px;
    overflow: hidden;
    background: var(--ink);
    margin-top: 0;
}

.breadcrumb-banner-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.breadcrumb-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

.breadcrumb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(21, 24, 30, 0.92) 0%, rgba(21, 24, 30, 0.70) 50%, rgba(21, 24, 30, 0.85) 100%);
    z-index: 1;
}

.breadcrumb-banner-content {
    position: relative;
    z-index: 2;
}

.banner-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 16px;
    background: rgba(242, 169, 59, 0.10);
    padding: 6px 18px 6px 14px;
    border-left: 3px solid var(--rust);
}

.banner-tag::before {
    content: '';
    width: 22px;
    height: 10px;
    background: var(--hazard);
    display: inline-block;
    flex-shrink: 0;
}

.banner-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: clamp(40px, 5.4vw, 68px);
    line-height: 1.05;
    color: #fff;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}

.banner-title .hl {
    color: var(--amber);
}

.banner-title .hl2 {
    -webkit-text-stroke: 1.5px var(--rust);
    color: transparent;
}

.banner-sub {
    font-size: 18px;
    color: #A9AFBC;
    max-width: 580px;
    line-height: 1.8;
    font-family: 'Inter', sans-serif;
    margin-bottom: 24px;
}

.banner-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.06);
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: inline-flex;
}

.banner-breadcrumb .breadcrumb-item {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8A90A0;
}

.banner-breadcrumb .breadcrumb-item a {
    color: var(--amber);
    transition: 0.3s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.banner-breadcrumb .breadcrumb-item a:hover {
    color: #fff;
}

.banner-breadcrumb .breadcrumb-item.active {
    color: #C7CBD4;
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #4A5262;
    content: "›";
    font-size: 18px;
    padding: 0 4px;
}

.banner-breadcrumb .breadcrumb-item i {
    font-size: 12px;
}

/* Responsive */
@media (max-width: 991px) {
    .breadcrumb-banner {
        padding: 130px 0 60px;
    }

    .banner-title {
        font-size: clamp(32px, 4.2vw, 44px);
    }

    .banner-sub {
        font-size: 16px;
        max-width: 100%;
    }

    .banner-breadcrumb {
        padding: 10px 18px;
        font-size: 12px;
    }

    .banner-breadcrumb .breadcrumb-item {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-banner {
        padding: 110px 0 50px;
    }

    .banner-title {
        font-size: 28px;
    }

    .banner-sub {
        font-size: 14px;
    }

    .banner-tag {
        font-size: 11px;
        padding: 4px 14px 4px 10px;
    }

    .banner-breadcrumb {
        padding: 8px 14px;
        flex-wrap: wrap;
    }

    .banner-breadcrumb .breadcrumb-item {
        font-size: 10px;
    }

    .banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px;
    }
}



/* ============================================================
   SERVICES PAGE — PREMIUM CARDS
   ============================================================ */

.service-premium-card {
    background: var(--card);
    border-radius: var(--radius);
    padding: 32px 24px 28px;
    text-align: center;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.service-premium-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--rust), var(--amber), var(--rust));
    opacity: 0;
    transition: var(--transition);
}

.service-premium-card:hover::before {
    opacity: 1;
}

.service-premium-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(213, 69, 27, 0.15);
}

.service-premium-card .service-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(213, 69, 27, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: var(--rust);
    margin: 0 auto 16px;
    transition: var(--transition);
}

.service-premium-card:hover .service-icon {
    background: var(--rust);
    color: #fff;
    transform: scale(1.08);
}

.service-premium-card .service-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: var(--ink);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.service-premium-card .service-desc {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 18px;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
    text-transform: none;
}

.service-premium-card .service-link {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--rust);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: var(--transition);
    text-decoration: none;
}

.service-premium-card .service-link i {
    transition: var(--transition);
}

.service-premium-card:hover .service-link i {
    transform: translateX(6px);
}

/* Responsive */
@media (max-width: 767px) {
    .service-premium-card {
        padding: 24px 18px 22px;
    }

    .service-premium-card .service-icon {
        width: 56px;
        height: 56px;
        font-size: 20px;
    }

    .service-premium-card .service-title {
        font-size: 15px;
    }
}


/* ============================================================
   GALLERY PAGE — MASONRY GRID
   ============================================================ */

.masonry {
    column-count: 4;
    column-gap: 16px;
}

@media (max-width: 991px) {
    .masonry {
        column-count: 3;
        column-gap: 14px;
    }
}

@media (max-width: 767px) {
    .masonry {
        column-count: 2;
        column-gap: 12px;
    }
}

@media (max-width: 480px) {
    .masonry {
        column-count: 2;
        column-gap: 10px;
    }
}

/* Gallery Item */
.gallery-item {
    position: relative;
    display: block;
    margin-bottom: 16px;
    break-inside: avoid;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    background: var(--ink);
}

.gallery-item:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.gallery-item img {
    width: 100%;
    display: block;
    transition: var(--transition);
    aspect-ratio: auto;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Overlay */
.gallery-item .g-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(21, 24, 30, 0) 40%, rgba(21, 24, 30, 0.85) 100%);
    display: flex;
    align-items: flex-end;
    padding: 16px 18px;
    opacity: 0;
    transition: var(--transition);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    pointer-events: none;
}

.gallery-item:hover .g-overlay {
    opacity: 1;
}

/* Zoom Icon */
.gallery-item .zoom-ic {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    background: var(--rust);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: var(--transition);
    font-size: 14px;
    border-radius: 4px;
    pointer-events: none;
}

.gallery-item:hover .zoom-ic {
    opacity: 1;
    transform: scale(1.05);
}

/* Gallery Filters */
.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px;
}

.gfilter {
    border: none;
    background: var(--ink);
    color: #C7CBD4;
    padding: 10px 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: var(--transition);
    cursor: pointer;
    border-radius: 4px;
}

.gfilter:hover {
    background: var(--rust);
    color: #fff;
}

.gfilter.active {
    background: var(--rust);
    color: #fff;
    box-shadow: 0 4px 16px rgba(213, 69, 27, 0.30);
}

/* Responsive Filters */
@media (max-width: 575px) {
    .gfilter {
        padding: 8px 14px;
        font-size: 11px;
    }

    .gallery-filters {
        gap: 6px;
    }
}

/* GLightbox Override */
.glightbox-clean .gslide-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.glightbox-clean .gdesc-inner {
    font-family: 'Inter', sans-serif;
}

/* ============================================================
   GALLERY PAGE — UNIFORM GRID
   ============================================================ */

.gallery-item {
    text-decoration: none;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    background: var(--ink);
}

.gallery-item:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-6px);
}

.gallery-img-wrap {
    position: relative;
    overflow: hidden;
    height: 240px;
    /* Fixed height for uniform size */
    width: 100%;
}

.gallery-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures all images fill the box perfectly */
    display: block;
    transition: var(--transition);
}

.gallery-item:hover .gallery-img-wrap img {
    transform: scale(1.06);
}

/* Overlay */
.gallery-img-wrap .g-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(21, 24, 30, 0) 40%, rgba(21, 24, 30, 0.85) 100%);
    display: flex;
    align-items: flex-end;
    padding: 16px 18px;
    opacity: 0;
    transition: var(--transition);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    pointer-events: none;
}

.gallery-item:hover .g-overlay {
    opacity: 1;
}

/* Zoom Icon */
.gallery-img-wrap .zoom-ic {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    background: var(--rust);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: var(--transition);
    font-size: 15px;
    border-radius: 4px;
    pointer-events: none;
}

.gallery-item:hover .zoom-ic {
    opacity: 1;
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .gallery-img-wrap {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .gallery-img-wrap {
        height: 160px;
    }
}

/* ============================================================
   GALLERY GRID — UNIFORM SIZE
   ============================================================ */

.gallery-item {
    text-decoration: none;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    background: var(--ink);
}

.gallery-item:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-6px);
}

.gallery-img-wrap {
    position: relative;
    overflow: hidden;
    height: 240px;
    width: 100%;
}

.gallery-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: var(--transition);
}

.gallery-item:hover .gallery-img-wrap img {
    transform: scale(1.06);
}

.gallery-img-wrap .g-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(21, 24, 30, 0) 40%, rgba(21, 24, 30, 0.85) 100%);
    display: flex;
    align-items: flex-end;
    padding: 16px 18px;
    opacity: 0;
    transition: var(--transition);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    pointer-events: none;
}

.gallery-item:hover .g-overlay {
    opacity: 1;
}

.gallery-img-wrap .zoom-ic {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    background: var(--rust);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: var(--transition);
    font-size: 15px;
    border-radius: 4px;
    pointer-events: none;
}

.gallery-item:hover .zoom-ic {
    opacity: 1;
    transform: scale(1.05);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 767px) {
    .gallery-img-wrap {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .gallery-img-wrap {
        height: 160px;
    }
}

/* ============================================================
   GLIGHTBOX OVERRIDES — to ensure navigation buttons are visible
   ============================================================ */

.glightbox-clean .gslide-description {
    background: rgba(21, 24, 30, 0.85) !important;
}

.glightbox-clean .gslide-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 18px;
}

.glightbox-clean .gbtn-close {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glightbox-clean .gbtn-close:hover {
    background: var(--rust);
}

/* Next/Prev buttons in GLightbox are already visible by default */
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    backdrop-filter: blur(4px);
    transition: var(--transition);
}

.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover {
    background: var(--rust) !important;
    transform: scale(1.05);
}

/* ============================================================
   CONTACT PAGE STYLES
   ============================================================ */

/* Contact Info Card */
.contact-info-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 36px 30px 32px;
    height: 100%;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.contact-info-card:hover {
    box-shadow: var(--shadow-md);
}

.contact-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}

.contact-row:last-child {
    border-bottom: none;
}

.contact-row .contact-icon {
    width: 44px;
    height: 44px;
    background: rgba(213, 69, 27, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rust);
    font-size: 18px;
    flex-shrink: 0;
    border-radius: 4px;
    margin-top: 2px;
}

.contact-row h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ink);
    margin-bottom: 2px;
}

.contact-row p,
.contact-row a {
    font-size: 14px;
    color: var(--muted);
    margin: 0;
    font-family: 'Inter', sans-serif;
    display: block;
    line-height: 1.5;
}

.contact-row a:hover {
    color: var(--rust);
}

/* Map Placeholder */
.map-placeholder {
    overflow: hidden;
    height: 200px;
    margin-top: 18px;
    border-radius: 4px;
    border: 1px solid var(--line);
    background: var(--paper-dim);
}

.map-placeholder iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(0.2);
}

/* Contact Form Card */
.contact-form-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 40px 36px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.contact-form-card:hover {
    box-shadow: var(--shadow-md);
}

.contact-form-card .form-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ink);
    margin-bottom: 6px;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 13px 16px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    transition: var(--transition);
    background: var(--paper);
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: var(--rust);
    box-shadow: 0 0 0 3px rgba(213, 69, 27, 0.10);
    background: var(--white);
}

.contact-form-card .form-control::placeholder {
    color: var(--muted);
    font-size: 13px;
}

.contact-form-card .btn-submit {
    width: 100%;
    padding: 16px;
    background: var(--rust);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(213, 69, 27, 0.30);
}

.contact-form-card .btn-submit:hover {
    background: var(--rust-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(213, 69, 27, 0.45);
}

/* Alert Styles */
.contact-form-card .alert {
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 14px 18px;
}

.contact-form-card .alert-success {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #166534;
}

.contact-form-card .alert-danger {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 991px) {
    .contact-info-card {
        margin-bottom: 0;
    }

    .contact-form-card {
        padding: 30px 24px;
    }
}

@media (max-width: 767px) {
    .contact-info-card {
        padding: 26px 20px;
    }

    .contact-form-card {
        padding: 24px 18px;
    }

    .contact-row {
        padding: 12px 0;
    }

    .contact-row .contact-icon {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .map-placeholder {
        height: 160px;
    }
}

@media (max-width: 480px) {
    .contact-form-card .btn-submit {
        font-size: 13px;
        padding: 14px;
    }
}