/* ==========================================================================
   1. Shared & Global Layout Variables
   ========================================================================== */

.fg-organic-wrapper,
.fg-order-wrapper,
.fg-contact-wrapper {
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    line-height: 1.8;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    box-sizing: border-box;
}


/* ==========================================================================
   Shared Content Headers
   ========================================================================== */

.fg-organic-header,
.fg-order-header,
.fg-contact-header {
    text-align: center;
    margin-bottom: 70px;
    padding: 0 40px;
}

.fg-organic-header h2,
.fg-order-header h2,
.fg-contact-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    color: #1a1a1a;
    line-height: 1.2;
}

.fg-organic-header p,
.fg-order-header p,
.fg-contact-header p {
    font-size: 1.1rem;
    color: #4a4a4a;
    max-width: 800px;
    margin: 0 auto 20px;
    font-weight: 400;
    line-height: 1.7;
}


/* Contact Main Header */

.fg-contact-main-header {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 40px 20px 0px;
}

.fg-contact-main-header h2 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 20px;
}


/* ==========================================================================
   Signature Display Numbers
   ========================================================================== */

.fg-organic-num,
.fg-order-num,
.fg-contact-num {
    font-size: 4rem;
    font-weight: 300;
    color: #806792;
    line-height: 1;
    margin-bottom: -10px;
    letter-spacing: -0.05em;
}


/* ==========================================================================
   Shared Content Chunks / Cards
   ========================================================================== */

.fg-organic-chunk,
.fg-order-card,
.fg-contact-card {
    position: relative;
    padding: 20px 0;
}

.fg-organic-chunk h3,
.fg-order-card h3,
.fg-contact-card h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #000000;
    letter-spacing: -0.01em;
    line-height: 1.3;
}


/* Shared paragraph styling */

.fg-organic-chunk p,
.fg-order-card p {
    color: #4a4a4a;
    font-size: 1rem;
}

.fg-organic-chunk p {
    margin: 0;
}

.fg-order-card p {
    margin: 0 0 25px;
}


/* ==========================================================================
   2. Home / Organic Framework
   ========================================================================== */

.fg-organic-row {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 100px;
}

.fg-organic-row.fg-reverse {
    grid-template-columns: 0.9fr 1.1fr;
}


/* Organic Shapes */

.fg-organic-shape {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f3f3f3;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.02);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.fg-shape-1 {
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
}

.fg-shape-2 {
    border-radius: 40% 60% 35% 65% / 50% 40% 60% 50%;
}

.fg-shape-3 {
    border-radius: 55% 45% 40% 60% / 60% 35% 65% 40%;
}

.fg-shape-4 {
    border-radius: 45% 55% 65% 35% / 40% 55% 45% 60%;
}


/* Organic Shape Hover */

.fg-organic-row:hover .fg-organic-shape {
    transform: scale(1.02) rotate(1deg);
}

.fg-organic-row.fg-reverse:hover .fg-organic-shape {
    transform: scale(1.02) rotate(-1deg);
}


/* Organic Images */

.fg-organic-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Organic Footer */

.fg-organic-footer {
    text-align: center;
    margin-top: 80px;
    padding: 60px 40px 0;
    border-top: 1px solid #eeeeee;
    color: #555555;
    font-size: 1.15rem;
}


/* ==========================================================================
   3. Order & Contact Framework
   ========================================================================== */

.fg-order-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
    margin-bottom: 40px;
}


/* Order Headings */

.fg-order-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 30px 0 15px;
    letter-spacing: -0.01em;
    color: #000000;
}


/* Lists */

.fg-order-list,
.fg-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fg-order-list li,
.fg-contact-list li {
    margin-bottom: 18px;
    font-size: 1.05rem;
    color: #4a4a4a;
    line-height: 1.7;
}

.fg-contact-list li {
    margin-bottom: 25px;
}

.fg-order-list li:last-child {
    margin-bottom: 0;
}


/* Strong Text */

.fg-order-list strong,
.fg-contact-list strong {
    color: #000000;
    font-weight: 700;
}

.fg-contact-list strong {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 5px;
}


/* ==========================================================================
   Systembolaget Privatimport Data Blocks
   ========================================================================== */

.fg-meta-box {
    background: #fcfcfc;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 10px 0;
}

.fg-meta-line {
    font-size: 0.95rem;
    margin-bottom: 6px;
    color: #333333;
}

.fg-meta-line:last-child {
    margin-bottom: 0;
}

.fg-meta-label {
    font-weight: 600;
    color: #666666;
    display: inline-block;
    width: 140px;
}


/* ==========================================================================
   Links
   ========================================================================== */

.fg-order-link,
.fg-contact-link {
    color: #1a1a1a;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s ease;
}

.fg-order-link:hover,
.fg-contact-link:hover {
    color: #666666;
}


/* ==========================================================================
   4. Responsive Layout
   ========================================================================== */

@media (max-width: 992px) {

    /* Headers */

    .fg-organic-header h2,
    .fg-order-header h2,
    .fg-contact-header h2 {
        font-size: 2.4rem;
    }

    .fg-organic-header,
    .fg-order-header,
    .fg-contact-header,
    .fg-contact-main-header {
        padding: 0;
        margin-bottom: 50px;
    }


    /* Convert grids to single-column layout */

    .fg-organic-row,
    .fg-organic-row.fg-reverse,
    .fg-order-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .fg-organic-row,
    .fg-organic-row.fg-reverse {
        margin-bottom: 70px;
    }

    .fg-order-grid {
        gap: 60px;
    }


    /* Organic Shape */

    .fg-organic-shape {
        aspect-ratio: 16 / 10;
        max-width: 550px;
        margin: 0 auto;
    }


    /* Mobile Ordering */

    .fg-mob-text {
        order: 1;
    }

    .fg-mob-img {
        order: 2;
    }
}


/* ==========================================================================
   Mobile
   ========================================================================== */

@media (max-width: 768px) {

    /* Headers */

    .fg-organic-header h2,
    .fg-order-header h2,
    .fg-contact-header h2 {
        font-size: 2rem;
    }

    .fg-contact-main-header h2 {
        font-size: 2.2rem;
    }


    /* Card Headings */

    .fg-organic-chunk h3,
    .fg-order-card h3,
    .fg-contact-card h3 {
        font-size: 1.4rem;
    }


    /* Body Text */

    .fg-organic-chunk p,
    .fg-order-card p,
    .fg-order-list li,
    .fg-contact-list li {
        font-size: 0.98rem;
    }


    /* Meta Labels */

    .fg-meta-label {
        display: block;
        width: auto;
        margin-bottom: 2px;
    }


    /* Footer */

    .fg-organic-footer {
        padding: 40px 0 0;
        font-size: 1rem;
    }
}