:root {
    --bg-soft: #f4efe6;
    --bg-strong: #d8c3a5;
    --text-main: #1f2933;
    --text-muted: #52606d;
    --card-bg: rgba(255, 255, 255, 0.85);
    --border-soft: rgba(31, 41, 51, 0.08);
    --metal-brown: #bc6a17;
    --metal-brown-dark: #8c4b0d;
    --metal-accent: #e0b15f;
    --nav-black: #0f0c09;
    --nav-black-soft: #18120d;
    --gold-soft: #f0c777;
    --slider-header-offset: 132px;
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-main);
    overflow-x: hidden;
    background:
        radial-gradient(circle at top right, rgba(216, 195, 165, 0.55), transparent 30%),
        linear-gradient(180deg, #fcfaf7 0%, #f7f1e8 100%);
}

.top-bar {
    background:
        linear-gradient(135deg, #9e560f 0%, var(--metal-brown) 48%, #d98225 100%);
    color: #f5ede5;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.top-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #f5ede5;
    text-decoration: none;
    font-size: 0.96rem;
}

.top-link:hover,
.top-link:focus {
    color: #fff8e8;
}

.social-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.45rem;
    background-color: rgba(255, 248, 232, 0.16);
    color: #fff7f0;
    text-decoration: none;
    overflow: hidden;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.social-links a::before,
.courier-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.22) 50%, transparent 100%);
    transform: translateX(-140%);
    transition: transform 0.45s ease;
    pointer-events: none;
}

.social-links a:hover,
.social-links a:focus {
    background-color: rgba(255, 248, 232, 0.26);
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 0.75rem 1.25rem rgba(70, 35, 0, 0.22);
}

.social-links a:hover::before,
.social-links a:focus::before,
.courier-button:hover::before,
.courier-button:focus::before {
    transform: translateX(140%);
}

.main-header {
    padding-top: 1rem;
}

.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-slider .carousel-item {
    position: relative;
    height: 690px;
    min-height: 690px;
    overflow: hidden;
}

.slider-base-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
}

.slider-action {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.slider-action .container {
    height: 100%;
}

.slider-action-inner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    padding: 0 0 2.25rem;
}

.slider-link-button {
    position: relative;
    pointer-events: auto;
    padding: 0.9rem 1.45rem;
    border-radius: 0.6rem;
    background: linear-gradient(135deg, var(--metal-brown-dark) 0%, var(--metal-brown) 55%, #d27b1f 100%);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.03em;
    border: 1px solid rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
    overflow: hidden;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.slider-link-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.22) 50%, transparent 100%);
    transform: translateX(-140%);
    transition: transform 0.45s ease;
    pointer-events: none;
}

.slider-link-button:hover,
.slider-link-button:focus {
    background: linear-gradient(135deg, #9e560f 0%, #bc6a17 55%, #de8321 100%);
    color: #ffffff;
    box-shadow: 0 1rem 1.8rem rgba(0, 0, 0, 0.28);
}

.slider-link-button:hover::before,
.slider-link-button:focus::before {
    transform: translateX(140%);
}

.hero-slider .carousel-indicators {
    right: auto;
    bottom: 1.8rem;
    left: 50%;
    z-index: 3;
    margin: 0;
    transform: translateX(-50%);
}

.hero-slider .carousel-indicators [data-bs-target] {
    width: 0.9rem;
    height: 0.9rem;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.4);
}

.hero-slider .carousel-indicators .active {
    background-color: #ffffff;
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    width: 7%;
    z-index: 3;
}

.hero-slider .carousel-item.active .slider-base-image {
    animation: sliderSoftReveal 1.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.courier-strip {
    position: relative;
    height: 105px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(15, 12, 9, 0.08) 0%, rgba(15, 12, 9, 0) 18%),
        url("../images/kurye-bg.png") center / cover no-repeat;
    border-top: 1px solid rgba(224, 177, 95, 0.1);
    border-bottom: 1px solid rgba(224, 177, 95, 0.1);
}

.courier-strip-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.courier-strip-rider {
    position: absolute;
    bottom: 6px;
    left: -320px;
    width: min(220px, 21vw);
    max-width: none;
    height: auto;
    animation: courierRideAcross 16s linear infinite;
    will-change: transform;
}

.why-us-section {
    background:
        radial-gradient(circle at top center, rgba(240, 199, 119, 0.18), transparent 28%),
        linear-gradient(180deg, #fffdf9 0%, #f8f2e8 100%);
}

.section-heading {
    max-width: 42rem;
}

.section-badge {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.7rem 1rem;
    border-radius: 0.65rem;
    background: linear-gradient(135deg, #9e560f 0%, #bc6a17 55%, #d98225 100%);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.section-heading h2 {
    margin-bottom: 1rem;
    color: #15120f;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
}

.section-heading p {
    margin-bottom: 0;
    color: #5f554b;
    font-size: 1.05rem;
}

.why-card {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 1.6rem;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(188, 106, 23, 0.08);
    border-radius: 1.2rem;
    box-shadow: 0 1rem 2.5rem rgba(64, 42, 18, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.why-card:hover,
.why-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(188, 106, 23, 0.18);
    box-shadow: 0 1.25rem 2.8rem rgba(64, 42, 18, 0.12);
}

.why-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    background: rgba(188, 106, 23, 0.08);
    color: var(--metal-brown);
    font-size: 1.7rem;
}

.why-card h3 {
    margin-bottom: 0.65rem;
    color: #15120f;
    font-size: 1.45rem;
    font-weight: 700;
}

.why-card p {
    margin-bottom: 0;
    color: #5f554b;
    line-height: 1.65;
}

.services-section {
    background: linear-gradient(180deg, #fffaf2 0%, #f8f0e3 100%);
}

.service-card {
    position: relative;
    padding: 1.75rem 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 248, 240, 0.92) 100%);
    border: 1px solid rgba(188, 106, 23, 0.09);
    border-radius: 1.2rem;
    box-shadow: 0 1rem 2.4rem rgba(78, 47, 15, 0.08);
    overflow: hidden;
}

.service-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--metal-brown) 50%, transparent 100%);
}

.service-number {
    display: inline-block;
    margin-bottom: 1rem;
    color: rgba(188, 106, 23, 0.42);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.service-card h3 {
    margin-bottom: 0.8rem;
    color: #17120d;
    font-size: 1.35rem;
    font-weight: 700;
}

.service-card p {
    margin-bottom: 0;
    color: #5f554b;
    line-height: 1.7;
}

.process-section {
    background: linear-gradient(180deg, #14100c 0%, #0d0a08 100%);
    color: #fff8ee;
}

.process-title {
    margin: 1rem 0 1rem;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.08;
}

.process-text {
    color: rgba(255, 244, 230, 0.76);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.process-button {
    min-width: 220px;
}

.process-steps {
    display: grid;
    gap: 1rem;
}

.process-step {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    padding: 1.4rem 1.4rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(224, 177, 95, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 0.8rem;
    background: linear-gradient(135deg, #9e560f 0%, #bc6a17 55%, #d98225 100%);
    color: #fff8ef;
    font-weight: 800;
}

.process-step h3 {
    margin-bottom: 0.45rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.process-step p {
    margin-bottom: 0;
    color: rgba(255, 244, 230, 0.72);
    line-height: 1.7;
}

.cta-section {
    background: linear-gradient(180deg, #fffaf2 0%, #f5ebdc 100%);
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
    border-radius: 1.4rem;
    background: linear-gradient(135deg, rgba(20, 16, 12, 0.96) 0%, rgba(39, 28, 19, 0.94) 100%);
    color: #fff8ee;
    box-shadow: 0 1.25rem 3rem rgba(42, 26, 8, 0.18);
}

.cta-panel h2 {
    margin: 1rem 0 0.8rem;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
}

.cta-panel p {
    margin-bottom: 0;
    color: rgba(255, 244, 230, 0.76);
    line-height: 1.8;
    max-width: 40rem;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.site-footer {
    background: #12100e;
    color: #fff8ee;
}

.footer-top {
    padding: 2rem 0;
    background: linear-gradient(135deg, #9e560f 0%, #bc6a17 50%, #d98225 100%);
}

.footer-top h2 {
    margin-bottom: 0.4rem;
    font-size: 2rem;
    font-weight: 800;
}

.footer-top p {
    margin-bottom: 0;
    color: rgba(255, 248, 238, 0.88);
}

.footer-socials {
    display: flex;
    gap: 0.85rem;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.14);
    color: #fff8ef;
    text-decoration: none;
    transition: background-color 0.25s ease;
}

.footer-socials a:hover,
.footer-socials a:focus {
    background: rgba(0, 0, 0, 0.28);
    color: #ffffff;
}

.footer-main {
    background: linear-gradient(180deg, #171411 0%, #12100e 100%);
}

.footer-main h3 {
    margin-bottom: 1.2rem;
    color: #fff8ef;
    font-size: 1.6rem;
    font-weight: 700;
}

.footer-main p {
    color: rgba(255, 244, 230, 0.72);
    line-height: 1.85;
}

.footer-links,
.footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li + li,
.footer-contact li + li {
    margin-top: 0.85rem;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
    color: rgba(255, 244, 230, 0.76);
    text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-contact a:hover,
.footer-contact a:focus {
    color: var(--gold-soft);
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-contact i {
    color: var(--metal-brown);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.25rem 0;
    color: rgba(255, 244, 230, 0.62);
}

html {
    overflow-x: hidden;
}

.whatsapp-float {
    position: fixed;
    left: 1.25rem;
    bottom: 1.25rem;
    z-index: 1100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.9rem;
    height: 3.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #25d366 0%, #128c4a 100%);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 1rem 2rem rgba(18, 140, 74, 0.34);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.whatsapp-float i {
    font-size: 2rem;
    line-height: 1;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    color: #ffffff;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 1.1rem 2.2rem rgba(18, 140, 74, 0.42);
    filter: brightness(1.04);
}

.nav-band {
    background: linear-gradient(180deg, var(--nav-black) 0%, #080604 100%);
    border-top: 1px solid rgba(224, 177, 95, 0.08);
    border-bottom: 1px solid rgba(224, 177, 95, 0.12);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.03);
    transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

body.nav-fixed {
    padding-top: var(--fixed-nav-height, 0px);
}

body.nav-fixed .nav-band {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    box-shadow: 0 0.9rem 2rem rgba(0, 0, 0, 0.24);
}

.nav-shell {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nav-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}

.brand-logo {
    display: block;
    height: 56px;
    width: auto;
    object-fit: contain;
}

.menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.9rem;
    height: 2.9rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 1.5rem;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

.nav-panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1.75rem;
}

.main-nav a {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus {
    color: var(--gold-soft);
}

.main-nav .nav-current,
.main-nav .nav-current:hover,
.main-nav .nav-current:focus {
    color: var(--gold-soft);
}

.nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.nav-dropdown-toggle::after {
    content: "\F282";
    font-family: "bootstrap-icons";
    font-size: 0.72rem;
    transition: transform 0.2s ease;
}

.nav-dropdown-menu {
    display: none;
    min-width: 12rem;
    padding: 0.6rem 0;
    border: 1px solid rgba(224, 177, 95, 0.14);
    border-radius: 0.7rem;
    background: linear-gradient(180deg, rgba(24, 18, 13, 0.98) 0%, rgba(12, 9, 7, 0.98) 100%);
    box-shadow: 0 1.1rem 2rem rgba(0, 0, 0, 0.34);
    z-index: 20;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.nav-dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.45rem;
    height: 0.45rem;
}

.nav-dropdown-menu a {
    display: block;
    padding: 0.6rem 1rem;
    white-space: nowrap;
    color: rgba(255, 248, 232, 0.92);
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus {
    background: rgba(224, 177, 95, 0.1);
    color: var(--gold-soft);
}

.courier-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.5rem;
    border-radius: 0.6rem;
    background: linear-gradient(135deg, var(--metal-brown-dark) 0%, var(--metal-brown) 55%, #d27b1f 100%);
    color: #ffffff;
    font-weight: 700;
    border: 1px solid rgba(255, 248, 232, 0.08);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.courier-button:hover,
.courier-button:focus {
    background: linear-gradient(135deg, #9e560f 0%, #bc6a17 55%, #de8321 100%);
    color: #ffffff;
    box-shadow: 0 1rem 1.8rem rgba(120, 63, 8, 0.28);
}

.courier-button:active,
.social-links a:active {
    transform: translateY(0) scale(0.98);
}

.nav-action {
    display: flex;
    justify-content: flex-start;
}

.mobile-top-apply {
    display: none;
}

.hero-section {
    min-height: 42vh;
}

.about-hero {
    position: relative;
    overflow: hidden;
    padding: 4.75rem 0 5rem;
    background:
        radial-gradient(circle at top right, rgba(240, 199, 119, 0.18), transparent 28%),
        linear-gradient(135deg, #17120e 0%, #0c0907 100%);
    color: #fff8ee;
}

.services-hero {
    position: relative;
    overflow: hidden;
    padding: 4.75rem 0 5rem;
    background:
        radial-gradient(circle at top left, rgba(224, 177, 95, 0.16), transparent 30%),
        linear-gradient(135deg, #17120e 0%, #0c0907 100%);
    color: #fff8ee;
}

.references-hero {
    position: relative;
    overflow: hidden;
    padding: 4.75rem 0 5rem;
    background:
        radial-gradient(circle at top right, rgba(224, 177, 95, 0.14), transparent 28%),
        linear-gradient(135deg, #17120e 0%, #0c0907 100%);
    color: #fff8ee;
}

.contact-hero {
    position: relative;
    overflow: hidden;
    padding: 4.75rem 0 5rem;
    background:
        radial-gradient(circle at top left, rgba(224, 177, 95, 0.14), transparent 28%),
        linear-gradient(135deg, #17120e 0%, #0c0907 100%);
    color: #fff8ee;
}

.contact-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(224, 177, 95, 0.5) 50%, transparent 100%);
}

.contact-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.9fr);
    gap: 2rem;
    align-items: center;
}

.contact-hero-copy h1 {
    margin: 0 0 1.2rem;
    font-size: clamp(2.4rem, 4.7vw, 4.3rem);
    font-weight: 800;
    line-height: 1.08;
    max-width: 13ch;
    overflow-wrap: anywhere;
}

.contact-hero-copy p {
    max-width: 42rem;
    margin-bottom: 0;
    color: rgba(255, 244, 230, 0.76);
    font-size: 1.08rem;
    line-height: 1.9;
}

.contact-hero-panel,
.contact-hero-mini-grid {
    display: grid;
    gap: 1rem;
}

.contact-hero-card,
.contact-hero-mini-grid article,
.contact-card,
.contact-map-copy,
.contact-map-frame {
    border: 1px solid rgba(188, 106, 23, 0.12);
    border-radius: 1.35rem;
}

.contact-hero-copy,
.contact-hero-panel,
.contact-hero-card,
.contact-hero-mini-grid article,
.contact-card,
.contact-map-copy,
.contact-map-frame {
    min-width: 0;
}

.contact-hero-card {
    padding: 1.7rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
    box-shadow: 0 1.25rem 2.8rem rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.contact-hero-card strong {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.45rem;
    line-height: 1.35;
}

.contact-hero-card p {
    margin-bottom: 0;
    color: rgba(255, 244, 230, 0.74);
    line-height: 1.8;
}

.contact-hero-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-hero-mini-grid article {
    padding: 1.2rem 1.35rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.contact-hero-mini-grid strong {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.3rem;
    font-weight: 800;
}

.contact-hero-mini-grid span {
    color: rgba(255, 244, 230, 0.74);
    line-height: 1.6;
}

.contact-info-section {
    background:
        radial-gradient(circle at top center, rgba(240, 199, 119, 0.16), transparent 28%),
        linear-gradient(180deg, #fffdf9 0%, #f7f0e5 100%);
}

.contact-card {
    height: 100%;
    padding: 1.7rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 249, 241, 0.93) 100%);
    box-shadow: 0 1rem 2.4rem rgba(78, 47, 15, 0.08);
}

.contact-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.8rem;
    height: 3.8rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    background: rgba(188, 106, 23, 0.08);
    color: var(--metal-brown);
    font-size: 1.45rem;
}

.contact-card h3 {
    margin-bottom: 0.8rem;
    color: #17120d;
    font-size: 1.4rem;
    font-weight: 700;
}

.contact-card p {
    margin-bottom: 0.55rem;
    color: #5f554b;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.contact-card p:last-child {
    margin-bottom: 0;
}

.contact-card a {
    color: #5f554b;
    text-decoration: none;
}

.contact-card a:hover,
.contact-card a:focus {
    color: var(--metal-brown);
}

.contact-map-section {
    background: linear-gradient(180deg, #fffaf3 0%, #f3eadc 100%);
}

.contact-map-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.5rem;
    align-items: stretch;
}

.contact-map-copy {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 249, 241, 0.93) 100%);
    box-shadow: 0 1rem 2.4rem rgba(78, 47, 15, 0.08);
}

.contact-map-copy h2 {
    margin: 1rem 0 0.9rem;
    color: #17120d;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
}

.contact-map-copy p {
    margin-bottom: 0;
    color: #5f554b;
    line-height: 1.85;
}

.contact-detail-list {
    display: grid;
    gap: 0.9rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.contact-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    color: #4d3a29;
}

.contact-detail-list i {
    color: var(--metal-brown);
    line-height: 1.5;
}

.contact-detail-list a,
.contact-detail-list span {
    color: #5f554b;
    text-decoration: none;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.contact-map-frame {
    overflow: hidden;
    min-height: 460px;
    box-shadow: 0 1rem 2.4rem rgba(78, 47, 15, 0.1);
}

.contact-map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 460px;
    border: 0;
}

.references-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(224, 177, 95, 0.5) 50%, transparent 100%);
}

.references-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.9fr);
    gap: 2rem;
    align-items: center;
}

.references-hero-copy h1 {
    margin: 0 0 1.2rem;
    font-size: clamp(2.4rem, 4.8vw, 4.3rem);
    font-weight: 800;
    line-height: 1.08;
    max-width: 14ch;
    overflow-wrap: normal;
    word-break: normal;
}

.references-hero-copy p {
    max-width: 42rem;
    margin-bottom: 0;
    color: rgba(255, 244, 230, 0.76);
    font-size: 1.08rem;
    line-height: 1.9;
}

.references-hero-panel,
.reference-mini-grid {
    display: grid;
    gap: 1rem;
}

.references-hero-copy,
.references-hero-panel,
.reference-stat-card,
.reference-mini-grid article,
.reference-card,
.references-band-panel > div,
.references-band-points article {
    min-width: 0;
}

.reference-stat-card,
.reference-mini-grid article,
.reference-card,
.references-band-panel,
.references-band-points article {
    border: 1px solid rgba(188, 106, 23, 0.12);
    border-radius: 1.3rem;
}

.reference-stat-card {
    padding: 1.7rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
    box-shadow: 0 1.25rem 2.8rem rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.reference-stat-card strong {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.45rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.reference-stat-card p {
    margin-bottom: 0;
    color: rgba(255, 244, 230, 0.74);
    line-height: 1.8;
}

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

.reference-mini-grid article {
    padding: 1.2rem 1.35rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.reference-mini-grid strong {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.3rem;
    font-weight: 800;
}

.reference-mini-grid span {
    color: rgba(255, 244, 230, 0.74);
    line-height: 1.6;
}

.references-section {
    background:
        radial-gradient(circle at top center, rgba(240, 199, 119, 0.18), transparent 26%),
        linear-gradient(180deg, #fffdf9 0%, #f7f0e5 100%);
}

.reference-map-section {
    background: linear-gradient(180deg, #fffaf3 0%, #f3eadc 100%);
}

.reference-map-copy {
    height: 100%;
    padding: 2rem;
    border: 1px solid rgba(188, 106, 23, 0.12);
    border-radius: 1.35rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 249, 241, 0.92) 100%);
    box-shadow: 0 1rem 2.4rem rgba(78, 47, 15, 0.08);
}

.reference-map-copy h2 {
    margin: 1rem 0 0.9rem;
    color: #17120d;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
}

.reference-map-copy p {
    margin-bottom: 0;
    color: #5f554b;
    line-height: 1.85;
}

.reference-map-note {
    display: grid;
    gap: 0.45rem;
    margin-top: 1.4rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(188, 106, 23, 0.07);
    color: #4d3a29;
}

.reference-map-note strong {
    color: #9e560f;
}

.reference-map-frame {
    height: 100%;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(188, 106, 23, 0.12);
    border-radius: 1.35rem;
    box-shadow: 0 1rem 2.4rem rgba(78, 47, 15, 0.1);
    background: linear-gradient(180deg, rgba(24, 18, 13, 0.98) 0%, rgba(12, 9, 7, 0.98) 100%);
}

.reference-map-frame-wide {
    min-height: 620px;
}

.reference-map-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
    padding: 1.1rem 1.25rem;
    border-bottom: 1px solid rgba(224, 177, 95, 0.12);
    color: #fff8ee;
}

.reference-map-toolbar strong {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.25rem;
}

.reference-map-toolbar p {
    max-width: 32rem;
    margin-bottom: 0;
    color: rgba(255, 244, 230, 0.72);
    line-height: 1.7;
}

.reference-map-label {
    display: inline-flex;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    background: rgba(188, 106, 23, 0.18);
    color: var(--gold-soft);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.reference-map-canvas {
    width: 100%;
    height: 100%;
    min-height: 540px;
}

.reference-map-frame-wide .reference-map-canvas {
    min-height: 620px;
}

.leaflet-container {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #1b1510;
    color: #fff8ee;
}

.leaflet-popup-content {
    margin: 0.85rem 1rem;
    line-height: 1.55;
}

.leaflet-control-attribution {
    background: rgba(18, 16, 14, 0.72) !important;
    color: rgba(255, 244, 230, 0.74) !important;
}

.leaflet-control-attribution a {
    color: var(--gold-soft) !important;
}

.reference-card {
    position: relative;
    height: 100%;
    padding: 1.8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 249, 241, 0.93) 100%);
    box-shadow: 0 1rem 2.4rem rgba(78, 47, 15, 0.08);
}

.reference-card-featured {
    background: linear-gradient(180deg, rgba(255, 251, 245, 1) 0%, rgba(249, 240, 225, 0.98) 100%);
}

.reference-index {
    display: inline-block;
    margin-bottom: 1rem;
    color: rgba(188, 106, 23, 0.42);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

.reference-card h3 {
    margin-bottom: 0.8rem;
    color: #17120d;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.reference-card p {
    margin-bottom: 0;
    color: #5f554b;
    line-height: 1.8;
}

.reference-city-block + .reference-city-block {
    margin-top: 4rem;
}

.reference-city-heading {
    margin-bottom: 1.75rem;
}

.reference-city-heading h3 {
    margin: 0;
    color: #17120d;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
}

.references-band {
    background: linear-gradient(180deg, #15100c 0%, #0e0a08 100%);
}

.references-band-panel {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.03) 100%);
    color: #fff8ee;
    box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.18);
}

.references-band-panel h2 {
    margin: 1rem 0 0.9rem;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    font-weight: 800;
}

.references-band-panel p {
    max-width: 42rem;
    margin-bottom: 0;
    color: rgba(255, 244, 230, 0.76);
    line-height: 1.8;
}

.references-band-points {
    display: grid;
    gap: 1rem;
    min-width: min(100%, 24rem);
}

.references-band-points article {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.15rem;
    background: rgba(255, 255, 255, 0.04);
}

.references-band-points i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 0.9rem;
    background: rgba(188, 106, 23, 0.18);
    color: var(--gold-soft);
    font-size: 1.2rem;
    flex: 0 0 2.9rem;
}

.references-band-points span {
    color: #fff8ee;
    line-height: 1.6;
}

.services-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(224, 177, 95, 0.5) 50%, transparent 100%);
}

.services-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
    gap: 2rem;
    align-items: center;
}

.services-hero-copy h1 {
    margin: 0 0 1.2rem;
    font-size: clamp(2.4rem, 4.7vw, 4.4rem);
    font-weight: 800;
    line-height: 1.08;
    max-width: 12ch;
    overflow-wrap: anywhere;
}

.services-hero-copy p {
    max-width: 42rem;
    margin-bottom: 0;
    color: rgba(255, 244, 230, 0.76);
    font-size: 1.08rem;
    line-height: 1.9;
}

.services-hero-panel {
    display: grid;
    gap: 1rem;
}

.service-highlight-card,
.service-detail-card {
    border: 1px solid rgba(188, 106, 23, 0.12);
    border-radius: 1.3rem;
}

.service-highlight-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 1.25rem 2.8rem rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.service-highlight-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1rem;
    background: rgba(224, 177, 95, 0.1);
    color: var(--gold-soft);
    font-size: 1.35rem;
    flex: 0 0 3.4rem;
}

.service-highlight-card strong {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 1.25rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.service-highlight-card p {
    margin-bottom: 0;
    color: rgba(255, 244, 230, 0.74);
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.service-highlight-card > div {
    min-width: 0;
}

.services-detail-section {
    background:
        radial-gradient(circle at top center, rgba(240, 199, 119, 0.16), transparent 26%),
        linear-gradient(180deg, #fffdf9 0%, #f7f0e5 100%);
}

.service-detail-card {
    height: 100%;
    padding: 1.8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 249, 241, 0.93) 100%);
    box-shadow: 0 1rem 2.4rem rgba(78, 47, 15, 0.08);
}

.service-detail-card h3 {
    margin-bottom: 0.8rem;
    color: #17120d;
    font-size: 1.45rem;
    font-weight: 700;
}

.service-detail-card p {
    margin-bottom: 0;
    color: #5f554b;
    line-height: 1.8;
}

.about-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(224, 177, 95, 0.5) 50%, transparent 100%);
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
    gap: 2rem;
    align-items: center;
}

.about-hero-copy h1 {
    margin: 0 0 1.2rem;
    font-size: clamp(2.5rem, 5vw, 4.6rem);
    font-weight: 800;
    line-height: 1.05;
    max-width: 13ch;
    overflow-wrap: anywhere;
}

.about-hero-copy p {
    max-width: 42rem;
    margin-bottom: 0;
    color: rgba(255, 244, 230, 0.76);
    font-size: 1.08rem;
    line-height: 1.9;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.8rem;
}

.about-hero-panel {
    display: grid;
    gap: 1rem;
}

.hero-panel-card,
.hero-panel-metrics article,
.about-story-card,
.about-check-card,
.mission-card {
    border: 1px solid rgba(188, 106, 23, 0.12);
    border-radius: 1.3rem;
    backdrop-filter: blur(10px);
}

.hero-panel-card {
    padding: 1.6rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
    box-shadow: 0 1.25rem 2.8rem rgba(0, 0, 0, 0.2);
}

.hero-panel-label,
.mission-label {
    display: inline-flex;
    margin-bottom: 0.9rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(224, 177, 95, 0.12);
    color: var(--gold-soft);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-panel-card strong {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.35;
}

.hero-panel-card p {
    margin-bottom: 0;
    color: rgba(255, 244, 230, 0.72);
    line-height: 1.8;
}

.hero-panel-metrics {
    display: grid;
    gap: 1rem;
}

.hero-panel-metrics article {
    padding: 1.2rem 1.35rem;
    background: rgba(255, 255, 255, 0.06);
}

.hero-panel-metrics strong {
    display: block;
    margin-bottom: 0.3rem;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
}

.hero-panel-metrics span {
    color: rgba(255, 244, 230, 0.74);
    line-height: 1.6;
}

.about-story-section {
    background:
        radial-gradient(circle at left top, rgba(224, 177, 95, 0.16), transparent 32%),
        linear-gradient(180deg, #fffdf9 0%, #f6efe5 100%);
}

.about-story-card {
    padding: clamp(1.6rem, 3vw, 2.4rem);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 1.2rem 2.8rem rgba(64, 42, 18, 0.08);
}

.about-story-card h2 {
    margin: 0 0 1rem;
    color: #15120f;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
}

.about-story-card p {
    margin-bottom: 1rem;
    color: #5f554b;
    line-height: 1.9;
}

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

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

.about-check-card {
    height: 100%;
    padding: 1.45rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 249, 241, 0.92) 100%);
    box-shadow: 0 1rem 2.4rem rgba(78, 47, 15, 0.08);
}

.about-check-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    background: rgba(188, 106, 23, 0.08);
    color: var(--metal-brown);
    font-size: 1.4rem;
}

.about-check-card h3 {
    margin-bottom: 0.7rem;
    color: #17120d;
    font-size: 1.25rem;
    font-weight: 700;
}

.about-check-card p {
    margin-bottom: 0;
    color: #5f554b;
    line-height: 1.75;
}

.mission-vision-section {
    background: linear-gradient(180deg, #18120e 0%, #0f0b08 100%);
}

.mission-vision-section .section-heading h2 {
    color: #fff8ee;
}

.mission-vision-section .section-heading p {
    color: rgba(255, 244, 230, 0.76);
}

.mission-card {
    height: 100%;
    padding: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
    color: #fff8ee;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mission-card h3 {
    margin-bottom: 1rem;
    font-size: clamp(1.5rem, 2.4vw, 2.1rem);
    font-weight: 800;
    line-height: 1.25;
}

.mission-card p {
    margin-bottom: 0;
    color: rgba(255, 244, 230, 0.74);
    line-height: 1.85;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--metal-brown);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.info-card,
.feature-box,
.highlight-card {
    background: var(--card-bg);
    border: 1px solid var(--border-soft);
    border-radius: 1.25rem;
    padding: 1.5rem;
    backdrop-filter: blur(8px);
}

.info-card {
    box-shadow: 0 1rem 3rem rgba(31, 41, 51, 0.08);
}

.highlight-card {
    box-shadow: 0 1rem 3rem rgba(75, 53, 40, 0.12);
}

.info-card .list-group-item {
    background: transparent;
    border-color: var(--border-soft);
    color: var(--text-muted);
}

.feature-box h3 {
    margin-bottom: 0.75rem;
}

.feature-box p {
    color: var(--text-muted);
}

@media (max-width: 767.98px) {
    :root {
        --slider-header-offset: 188px;
    }

    .top-bar {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .top-bar .d-flex.flex-column.flex-md-row {
        align-items: center;
        text-align: center;
    }

    .top-bar .d-flex.flex-column.flex-sm-row {
        flex-direction: row !important;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .top-link {
        justify-content: center;
        font-size: 0.92rem;
    }

    .social-links {
        justify-content: center;
        width: 100%;
    }

    .mobile-top-apply {
        display: inline-flex;
        width: min(100%, 18rem);
        margin-top: 0.35rem;
        background: linear-gradient(135deg, #1a140f 0%, #0f0c09 100%);
        border-color: rgba(255, 248, 232, 0.12);
    }

    .brand-logo {
        height: 48px;
    }

    .courier-button {
        width: 100%;
        padding: 0.9rem 1.2rem;
    }

    .hero-slider .carousel-item {
        height: calc(100svh - var(--slider-header-offset));
        min-height: 300px;
    }

    .courier-strip {
        height: 76px;
        background-position: center;
    }

    .courier-strip-rider {
        bottom: 4px;
        left: -150px;
        width: min(128px, 36vw);
        animation-duration: 12s;
    }

    .why-card {
        padding: 1.35rem;
    }

    .why-card h3 {
        font-size: 1.25rem;
    }

    .why-icon {
        flex-basis: 3.4rem;
        width: 3.4rem;
        height: 3.4rem;
        font-size: 1.4rem;
    }

    .service-card {
        padding: 1.4rem 1.25rem;
    }

    .process-button,
    .cta-actions .courier-button,
    .cta-actions .slider-link-button {
        width: 100%;
    }

    .cta-panel {
        padding: 1.5rem;
    }

    .footer-top {
        text-align: center;
    }

    .footer-socials {
        justify-content: center;
    }

    .slider-action-inner {
        justify-content: center;
        padding: 0 0 1.5rem;
    }

    .slider-link-button {
        width: min(100%, 18rem);
    }

    .hero-section {
        min-height: auto;
    }

    .about-hero {
        padding: 3rem 0 3.25rem;
    }

    .services-hero {
        padding: 3rem 0 3.25rem;
    }

    .references-hero {
        padding: 3rem 0 3.25rem;
    }

    .contact-hero {
        padding: 3rem 0 3.25rem;
    }

    .about-hero-copy h1 {
        max-width: none;
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .services-hero-copy h1 {
        max-width: none;
        font-size: clamp(1.85rem, 7.4vw, 2.7rem);
    }

    .references-hero-copy h1 {
        max-width: none;
        font-size: clamp(1.65rem, 6.9vw, 2.35rem);
        overflow-wrap: anywhere;
    }

    .contact-hero-copy h1 {
        max-width: none;
        font-size: clamp(1.85rem, 7.4vw, 2.7rem);
    }

    .references-section .section-heading h2 {
        font-size: clamp(1.9rem, 7vw, 2.5rem);
    }

    .reference-card h3 {
        font-size: 1.18rem;
    }

    .reference-card p {
        font-size: 0.98rem;
        line-height: 1.7;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .courier-button,
    .hero-actions .slider-link-button {
        width: 100%;
    }

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

    .reference-mini-grid {
        grid-template-columns: 1fr;
    }

    .contact-hero-mini-grid {
        grid-template-columns: 1fr;
    }

    .references-band-panel {
        padding: 1.5rem;
    }

    .reference-map-copy {
        padding: 1.5rem;
    }

    .reference-map-frame,
    .reference-map-canvas {
        min-height: 320px;
    }

    .reference-map-frame-wide,
    .reference-map-frame-wide .reference-map-canvas {
        min-height: 420px;
    }

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

    .contact-map-copy {
        padding: 1.5rem;
    }

    .contact-map-frame,
    .contact-map-frame iframe {
        min-height: 320px;
    }

    .whatsapp-float {
        left: 1rem;
        bottom: 1rem;
        width: 3.5rem;
        height: 3.5rem;
    }

    .whatsapp-float i {
        font-size: 1.8rem;
    }
}

@media (max-width: 991.98px) {
    .nav-panel {
        display: none;
        padding-top: 0.25rem;
    }

    .nav-panel.is-open {
        display: flex;
    }

    .main-nav {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem 1.25rem;
    }

    .main-nav a {
        width: 100%;
        padding-bottom: 0.15rem;
    }

    .nav-dropdown {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6rem;
    }

    .nav-dropdown-toggle::after {
        margin-left: auto;
    }

    .nav-dropdown-menu {
        display: flex;
        width: 100%;
        flex-direction: column;
        padding: 0.35rem 0 0 0.85rem;
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        min-width: 0;
        opacity: 1;
        transform: none;
    }

    .nav-dropdown-menu a {
        padding: 0.35rem 0;
    }

    .nav-dropdown-menu a:hover,
    .nav-dropdown-menu a:focus {
        background: transparent;
    }

    .cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }

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

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

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

    .contact-hero-grid,
    .contact-map-shell {
        grid-template-columns: 1fr;
    }

    .references-band-panel {
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .menu-toggle {
        display: none;
    }

    .nav-shell {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
    }

    .nav-top-row {
        flex: 0 0 auto;
    }

    .nav-panel {
        flex: 1 1 auto;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
    }

    .main-nav {
        justify-content: center;
        flex: 1 1 auto;
    }

    .nav-action {
        flex: 0 0 auto;
        justify-content: flex-end;
    }

    .nav-dropdown:hover .nav-dropdown-menu,
    .nav-dropdown:focus-within .nav-dropdown-menu {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 0;
        opacity: 1;
        transform: translateY(0);
    }

    .nav-dropdown:hover .nav-dropdown-toggle::after,
    .nav-dropdown:focus-within .nav-dropdown-toggle::after {
        transform: rotate(180deg);
    }
}

@keyframes sliderSoftReveal {
    from {
        opacity: 0.25;
        transform: scale(1.08);
        filter: blur(10px);
    }

    to {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

@keyframes courierRideAcross {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(100vw + 520px));
    }
}
