
html, body, #main-wrapper {
    max-width: 100%;
    overflow-x: clip;
}

/* Redesigned Content Styles */
.the-content {
    line-height: 1.8;
    font-size: 1.1rem;
}

.the-content ul {
    background-color: #F7F9FC;
    padding: 30px;
    border-radius: 1.5rem;
    list-style-type: none;
    border: 2px dashed #E2E8F0;
    margin: 2rem 0;
}

.the-content ul li {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23FF6B6B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: top right;
    background-repeat: no-repeat;
    padding: 0 35px 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #edf2f7;
}

.the-content ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.the-content a {
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px wavy;
    transition: all 0.3s ease;
}

.the-content a:nth-of-type(5n+1) { color: #1D4ED8; border-bottom-color: #BFDBFE; }
.the-content a:nth-of-type(5n+2) { color: #15803D; border-bottom-color: #BBF7D0; }
.the-content a:nth-of-type(5n+3) { color: #A16207; border-bottom-color: #FEF08A; }
.the-content a:nth-of-type(5n+4) { color: #7E22CE; border-bottom-color: #E9D5FF; }
.the-content a:nth-of-type(5n+5) { color: #BE123C; border-bottom-color: #FECDD3; }

.the-content a:hover {
    opacity: 0.8;
    border-bottom-style: solid;
}

.the-content h2 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 800;
    padding: 0.75rem 1.5rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    font-family: var(--font-family-display);
    transition: all 0.3s ease;
}

@media (min-width: 768px) {
    .the-content h2 {
        font-size: 2.25rem;
    }
}

.the-content h2:nth-of-type(5n+1) { background-color: #DBEAFE; color: #1D4ED8; }
.the-content h2:nth-of-type(5n+2) { background-color: #DCFCE7; color: #15803D; }
.the-content h2:nth-of-type(5n+3) { background-color: #FEF9C3; color: #A16207; }
.the-content h2:nth-of-type(5n+4) { background-color: #F3E8FF; color: #7E22CE; }
.the-content h2:nth-of-type(5n+5) { background-color: #FFE4E6; color: #BE123C; }

/* Responsive Adjustments */
@media (max-width: 768px) {
    h1 { font-size: 2.5rem !important; line-height: 1.2 !important; }
    h2 { font-size: 2rem !important; }
    h3 { font-size: 1.75rem !important; }
    .the-content { font-size: 1rem; }
    .the-content ul { padding: 20px; }
    
    .font-display.text-9xl { font-size: 4rem !important; }
    .font-display.text-8xl { font-size: 3.5rem !important; }
    .font-display.text-7xl { font-size: 3rem !important; }
    .font-display.text-6xl { font-size: 2.5rem !important; }
}

/* Design 6 Patterns & Components */
.bg-pattern-food {
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-pattern-utensils {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20l-20 20M40 40V20L20 40'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.workshop-tile-hover .workshop-icon {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.workshop-tile-hover:hover .workshop-icon {
    transform: scale(1.2) rotate(12deg);
}

.workshop-tile-hover:hover .workshop-img {
    transform: scale(1.1) rotate(-5deg);
}

.symmetrical-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .symmetrical-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .symmetrical-gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1280px) {
    .symmetrical-gallery-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.gallery-item {
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.15);
    filter: brightness(1.05);
}

.wavy-bottom {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,64L48,69.3C96,75,192,85,288,80C384,75,480,53,576,48C672,43,768,53,864,64C960,75,1056,85,1152,80C1248,75,1344,53,1392,42.7L1440,32L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z' fill='black'/%3E%3C/svg%3E");
    mask-size: cover;
    mask-position: bottom;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,64L48,69.3C96,75,192,85,288,80C384,75,480,53,576,48C672,43,768,53,864,64C960,75,1056,85,1152,80C1248,75,1344,53,1392,42.7L1440,32L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
}

.animate-blob {
    animation: blob 7s infinite;
}

.animation-delay-2000 {
    animation-delay: 2s;
}

@keyframes blob {
    0% { transform: translate(0px, 0px) scale(1); }
    33% { transform: translate(30px, -50px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.9); }
    100% { transform: translate(0px, 0px) scale(1); }
}