/* Delivery Page Brutalist Styling */

.delivery-hero {
    height: 25vh;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 6px solid #d32f2f;
}

.delivery-hero-content {
    text-align: center;
    padding: 20px;
}

.delivery-title {
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 4px 4px 0 #d32f2f;
    letter-spacing: 4px;
    line-height: 0.9;
    margin: 0;
    transform: rotate(-1deg);
    border: 4px solid #fff;
    padding: 15px 30px;
    margin-bottom: 10px;
    background: #000;
}

.delivery-subtitle {
    font-size: 1.2rem;
    font-weight: 800;
    color: #d32f2f;
    letter-spacing: 2px;
    background: #fff;
    border: 3px solid #d32f2f;
    padding: 10px 20px;
    display: inline-block;
    transform: rotate(1deg);
    margin-top: 20px;
    text-shadow: 1px 1px 0 #000;
}

.delivery-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 40px 20px;
}

.delivery-section,
.takeout-section {
    margin-bottom: 60px;
    border: 4px solid #000;
    background: #fff;
    padding: 40px;
    transform: rotate(-0.5deg);
    box-shadow: 8px 8px 0 #d32f2f;
}

.takeout-section {
    transform: rotate(0.5deg);
    box-shadow: -8px 8px 0 #d32f2f;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #000;
    text-shadow: 3px 3px 0 #d32f2f;
    letter-spacing: 3px;
    border: 4px solid #000;
    padding: 20px 40px;
    background: #fff;
    display: inline-block;
    transform: rotate(-1deg);
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.info-card {
    border: 3px solid #000;
    padding: 30px;
    background: #f8f8f8;
    transform: rotate(0.5deg);
    box-shadow: 4px 4px 0 #d32f2f;
}

.info-card:nth-child(even) {
    transform: rotate(-0.5deg);
    box-shadow: -4px 4px 0 #d32f2f;
}

.card-title {
    font-size: 2rem;
    font-weight: 900;
    color: #000;
    text-shadow: 2px 2px 0 #d32f2f;
    letter-spacing: 2px;
    margin-bottom: 20px;
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
}

.hours-list {
    font-family: 'Courier New', monospace;
    font-weight: 800;
}

.hour-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #000;
}

.day {
    font-weight: 900;
    color: #d32f2f;
    min-width: 120px;
}

.dots {
    flex-grow: 1;
    color: #666;
    margin: 0 10px;
    overflow: hidden;
}

.time {
    font-weight: 900;
    color: #000;
    text-shadow: 1px 1px 0 #d32f2f;
}

.contact-info {
    text-align: center;
}

.phone-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: #d32f2f;
    text-shadow: 2px 2px 0 #000;
    letter-spacing: 2px;
    margin-bottom: 10px;
    border: 3px solid #d32f2f;
    padding: 15px;
    background: #fff;
    transform: rotate(-1deg);
}

.phone-alt {
    font-size: 1.3rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.minimum-order {
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    background: #d32f2f;
    border: 3px solid #000;
    padding: 10px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 0 #000;
    letter-spacing: 1px;
}

.exception {
    font-size: 0.9rem;
    font-weight: 700;
    color: #666;
    font-style: italic;
}

.address {
    font-size: 1.3rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.delivery-notes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.note-card {
    border: 2px solid #000;
    padding: 25px;
    background: #fff;
    transform: rotate(-0.3deg);
    box-shadow: 3px 3px 0 #d32f2f;
}

.note-card:nth-child(even) {
    transform: rotate(0.3deg);
    box-shadow: -3px 3px 0 #d32f2f;
}

.note-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: #d32f2f;
    text-shadow: 1px 1px 0 #000;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border-bottom: 2px solid #d32f2f;
    padding-bottom: 8px;
}

.note-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    margin-bottom: 12px;
    font-weight: 600;
}

.delivery-area-section {
    border: 4px solid #000;
    background: #fff;
    padding: 40px;
    transform: rotate(-0.3deg);
    box-shadow: 8px 8px 0 #d32f2f;
}

.delivery-area-content {
    text-align: center;
}

.area-description {
    margin-bottom: 30px;
}

.area-text {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.delivery-map {
    margin: 40px 0;
    border: 4px solid #000;
    display: inline-block;
    transform: rotate(0.5deg);
    box-shadow: 6px 6px 0 #d32f2f;
}

.map-image {
    display: block;
    max-width: 100%;
    height: auto;
    background: #fff;
}

.order-button-container {
    margin-top: 40px;
}

.order-button {
    display: inline-block;
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    background: #d32f2f;
    border: 4px solid #000;
    padding: 20px 40px;
    text-decoration: none;
    letter-spacing: 2px;
    text-shadow: 2px 2px 0 #000;
    transform: rotate(-1deg);
    transition: all 0.3s ease;
    box-shadow: 6px 6px 0 #000;
}

.order-button:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 8px 8px 0 #000;
    background: #fff;
    color: #d32f2f;
    text-shadow: 2px 2px 0 #d32f2f;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
    .delivery-hero {
        height: 25vh;
        padding: 15px 10px;
        display: flex;
        align-items: center;
    }
    
    .delivery-title {
        font-size: 2.2rem;
        letter-spacing: 1px;
        padding: 12px 20px;
        border-width: 3px;
        line-height: 1.1;
    }
    
    .delivery-subtitle {
        font-size: 0.9rem;
        letter-spacing: 1px;
        padding: 10px 15px;
        border-width: 2px;
        line-height: 1.3;
    }
    
    .delivery-container {
        padding: 25px 15px;
    }
    
    .delivery-section,
    .takeout-section {
        padding: 25px 20px;
        margin-bottom: 35px;
        transform: rotate(0deg);
        box-shadow: 4px 4px 0 #d32f2f;
        border-radius: 0;
    }
    
    .section-title {
        font-size: 2.2rem;
        letter-spacing: 1px;
        padding: 15px 20px;
        transform: rotate(0deg);
        line-height: 1.2;
        word-break: break-word;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 25px;
    }
    
    .info-card {
        padding: 20px 15px;
        transform: rotate(0deg);
        box-shadow: 3px 3px 0 #d32f2f;
        border-radius: 0;
    }
    
    .card-title {
        font-size: 1.4rem;
        letter-spacing: 1px;
        margin-bottom: 15px;
        text-align: center;
        word-break: break-word;
    }
    
    .hour-item {
        font-size: 0.95rem;
        margin-bottom: 12px;
        flex-wrap: wrap;
        gap: 5px;
    }
    
    .day {
        min-width: 85px;
        font-size: 0.9rem;
    }
    
    .dots {
        display: none;
    }
    
    .time {
        font-size: 0.95rem;
        margin-left: auto;
    }
    
    .phone-number {
        font-size: 1.6rem;
        letter-spacing: 1px;
        padding: 12px 15px;
        transform: rotate(0deg);
        margin-bottom: 15px;
        word-break: break-all;
        line-height: 1.3;
    }
    
    .phone-alt {
        font-size: 1rem;
        margin-bottom: 15px;
        line-height: 1.4;
        text-align: center;
    }
    
    .minimum-order {
        font-size: 1rem;
        padding: 10px 12px;
        margin-bottom: 8px;
        line-height: 1.4;
        text-align: center;
    }
    
    .exception {
        font-size: 0.85rem;
        text-align: center;
        line-height: 1.3;
    }
    
    .address {
        font-size: 1.1rem;
        margin-bottom: 8px;
        text-align: center;
    }
    
    .delivery-notes {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .note-card {
        padding: 18px 15px;
        transform: rotate(0deg);
        box-shadow: 2px 2px 0 #d32f2f;
        border-radius: 0;
    }
    
    .note-title {
        font-size: 1.2rem;
        margin-bottom: 12px;
        text-align: center;
        word-break: break-word;
    }
    
    .note-card p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 10px;
        text-align: left;
    }
    
    .delivery-area-section {
        padding: 25px 15px;
        transform: rotate(0deg);
        box-shadow: 4px 4px 0 #d32f2f;
        border-radius: 0;
    }
    
    .area-text {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 15px;
        text-align: left;
        padding: 0 10px;
    }
    
    .delivery-map {
        transform: rotate(0deg);
        box-shadow: 3px 3px 0 #d32f2f;
        margin: 25px 0;
        max-width: 100%;
        overflow: hidden;
    }
    
    .map-image {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    
    .order-button {
        font-size: 1.3rem;
        letter-spacing: 1px;
        padding: 15px 25px;
        transform: rotate(0deg);
        box-shadow: 4px 4px 0 #000;
        margin: 20px 10px;
        display: inline-block;
        text-align: center;
        line-height: 1.3;
        word-break: break-word;
    }
    
    .order-button:hover {
        transform: scale(1.02);
        box-shadow: 5px 5px 0 #000;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .delivery-hero {
        height: 22vh;
        padding: 10px 8px;
    }
    
    .delivery-title {
        font-size: 1.8rem;
        padding: 10px 15px;
        letter-spacing: 0.5px;
        line-height: 1.1;
    }
    
    .delivery-subtitle {
        font-size: 0.75rem;
        padding: 8px 12px;
        line-height: 1.2;
        letter-spacing: 0.5px;
    }
    
    .delivery-container {
        padding: 20px 10px;
    }
    
    .section-title {
        font-size: 1.8rem;
        padding: 12px 15px;
        letter-spacing: 0.5px;
        line-height: 1.1;
    }
    
    .info-card {
        padding: 15px 12px;
    }
    
    .card-title {
        font-size: 1.2rem;
        letter-spacing: 0.5px;
    }
    
    .hour-item {
        font-size: 0.85rem;
    }
    
    .day {
        min-width: 75px;
        font-size: 0.8rem;
    }
    
    .time {
        font-size: 0.85rem;
    }
    
    .phone-number {
        font-size: 1.3rem;
        padding: 10px 12px;
        line-height: 1.2;
    }
    
    .phone-alt {
        font-size: 0.9rem;
    }
    
    .minimum-order {
        font-size: 0.9rem;
        padding: 8px 10px;
    }
    
    .exception {
        font-size: 0.75rem;
    }
    
    .address {
        font-size: 1rem;
    }
    
    .note-card {
        padding: 15px 12px;
    }
    
    .note-title {
        font-size: 1.1rem;
    }
    
    .note-card p {
        font-size: 0.85rem;
        line-height: 1.4;
    }
    
    .delivery-area-section {
        padding: 20px 12px;
    }
    
    .area-text {
        font-size: 0.9rem;
        padding: 0 5px;
    }
    
    .order-button {
        font-size: 1.1rem;
        padding: 12px 20px;
        margin: 15px 5px;
    }
}
