@media (max-width:900px) {

    .about-grid,
    .venue-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .steps3 {
        grid-template-columns: 1fr;
    }

    .steps3.steps2 {
        grid-template-columns: 1fr;
    }

    .speaker-grid {
        grid-template-columns: 1fr 1fr;
    }

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

    .section {
        padding: 64px 0;
    }

    .venue-img {
        min-height: 220px;
    }

    .mapembed iframe {
        height: 260px;
    }

    .stats-row {
        flex-wrap: wrap;
    }

    .stats-row .stat {
        flex: 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .brochure {
        top: 10px;
        left: calc(100% - 225px);
    }
    .brochure .btn-gold{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* ---- Stepper stacks vertically on narrow screens ---- */
@media (max-width:640px) {
    .stepper {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .stepdot {
        padding: 8px 0;
    }

    .steplink {
        display: none;
    }

    .section-head {
        text-align: left !important;
    }

    #register .section-head p {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* ---- General small-screen tuning ---- */
@media (max-width:560px) {
    .section {
        padding: 52px 0;
    }

    .section-head {
        margin-bottom: 34px;
    }

    .section-head h2 {
        font-size: 26px;
    }

    #hero h1 {
        font-size: clamp(28px, 8vw, 40px);
    }

    #hero .subline {
        font-size: 15.5px;
    }

    .datestamp {
        font-size: 11px;
        padding: 7px 7px 7px 14px;
    }

    .herobtns {
        flex-direction: column;
        align-items: stretch;
    }

    .herobtns .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .heroorgs {
        gap: 10px;
    }

    .heroorgs .chip {
        height: 36px;
        padding: 6px 12px;
    }

    .welcome-card {
        padding: 26px 22px;
    }

    .stats-row {
        flex-direction: column;
        gap: 0;
    }

    .stat {
        width: 100%;
        flex: none;
        padding-right: 0;
        padding: 14px 0;
    }

    .stat:last-child {
        border-bottom: none;
    }

    .daytabs {
        gap: 8px;
    }

    .daytab {
        padding: 10px 15px;
        font-size: 12px;
    }

    .schedule .srow {
        padding: 13px 16px;
    }

    .speaker-grid {
        grid-template-columns: 1fr;
    }

    .feepanel.active {
        grid-template-columns: 1fr;
    }

    .feecard {
        padding: 20px 20px;
    }

    .feeline {
        flex-wrap: wrap;
    }

    .feeline .amt {
        text-align: left;
    }

    .stepcard {
        padding: 26px 22px;
    }

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

    .bankrow {
        flex-wrap: wrap;
    }

    .bankrow .v {
        text-align: left;
    }

    .modal {
        padding: 26px 20px;
        border-radius: 18px;
    }

    .venue-info {
        padding: 30px 26px;
    }

    .explore-card .img {
        height: 150px;
    }

    .contact-card {
        padding: 22px 20px;
    }

    footer {
        font-size: 11px;
        padding: 34px 10px 24px;
    }
}

@media (max-width:380px) {
    #hero h1 {
        font-size: 26px;
    }

    .datestamp b {
        padding: 5px 9px;
    }

    .brochure {
        top: 14px;
        left: calc(100% - 190px);
    }
    .brochure .btn-gold{
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 12px;
        padding-right: 12px;
    }
}