/* Pasha - anpassade logostorlekar */

/* ============================================
   Webbläsaroptimering – Chrome, Firefox, Safari, Edge
   ============================================ */

/* Färgschema – formulär och scrollbars anpassar sig till mörkt tema */
:root {
    color-scheme: dark;
}

/* Smooth scroll för stödjande webbläsare */
@supports (scroll-behavior: smooth) {
    html {
        scroll-behavior: smooth;
    }
}

/* object-fit med vendor-prefix för Safari (iOS), Edge, Opera */
.ak-hero-video,
.fest-hero-bg,
.lunch-hero-bg,
.student-hero-bg,
.minnesstund-hero-bg {
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.catering-offer-image img,
.opening-bg-img {
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Öppettider (kop.png) – hel bild på mobil/tablet (≤992px, inkl. 768px & 480px) */
@media screen and (max-width: 992px) {
    .opening-hour .opening-hour-img-section.opening-hour-kop {
        height: auto !important;
        min-height: 0;
        max-height: none;
        overflow: visible;
    }

    .opening-hour .opening-hour-img-section.opening-hour-kop .overlap-opening-img {
        height: 100%;
    }

    img[src*="kop.png"],
    .opening-hour .opening-hour-img-section img.opening-bg-img[src*="kop.png"] {
        position: relative !important;
        width: 100%;
        max-width: 100%;
        height: auto !important;
        -webkit-object-fit: contain;
        -o-object-fit: contain;
        object-fit: contain;
        object-position: center;
        display: block;
    }
}

/* Flexbox med vendor-prefixes för bred kompatibilitet */
.ak-section-heading,
.testimonial-section-wrap,
.specialiteter-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Transition-prefixer för Safari & Firefox */
.ak-hero-video,
.specialiteter-toggle,
.ak-btn {
    -webkit-transition: opacity 0.3s ease, transform 0.2s ease, background-color 0.3s ease;
    -moz-transition: opacity 0.3s ease, transform 0.2s ease, background-color 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.2s ease, background-color 0.3s ease;
    transition: opacity 0.3s ease, transform 0.2s ease, background-color 0.3s ease;
}

/* Användarvänlig textrendering i alla webbläsare */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Förhindra blå highlight på touch (Safari/Chrome) */
a, button, .ak-btn, .specialiteter-toggle {
    -webkit-tap-highlight-color: rgba(255, 210, 141, 0.2);
    tap-highlight-color: rgba(255, 210, 141, 0.2);
}

/* Stöd för prefers-reduced-motion (tillgänglighet) */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-transition-duration: 0.01ms !important;
        -moz-transition-duration: 0.01ms !important;
        -o-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/* Stöd för mörkt tema – sidan har redan mörk bakgrund */

/* Utskriftsoptimering */
@media print {
    .ak-preloader, .ak-scrollup, .ak-menu-toggle, .header-top, .ak-nav, #preloader {
        display: none !important;
    }
    body {
        background: #fff;
        color: #000;
    }
}

/* ============================================ */

/* Mobil/touch: samma färg som dator – Safari, Edge, Chrome */
@media (max-width: 1280px) {
    html, body {
        background-color: #0f2832 !important;
    }
}
@media (max-width: 991px) {
    html, body {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: none;
    }
}


/* Touch-enheter (Edge, Safari mobil): tvinga rätt bakgrund – Edge använder annars svart */
@media (hover: none) and (pointer: coarse) {
    html, body {
        background-color: #0f2832 !important;
    }
}

/* anim-title: overflow visible så SplitText-animationen inte klipps */
@media (max-width: 1280px) {
    .ak-section-heading,
    #foodItems .ak-section-heading {
        overflow: visible !important;
    }
}

/* Hero-video på startsidan */
.ak-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Logo i header (center-log) - ny logotyp med tagline */
.ak-site_header .center-log img,
.center-log img {
    max-width: 220px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .ak-site_header .center-log img,
    .center-log img {
        max-width: 160px;
        max-height: 55px;
    }
}

/* Navigationsfält – anpassad färg (#0f2832) istället för svart */
.ak-site_header.ak-style1 .header-top .top-main-menu {
    background-color: rgba(15, 40, 50, 0.96);
}
.ak-site_header.ak-style1.ak-sticky-active {
    background-color: rgba(15, 40, 50, 0.96);
}
.ak-gescout_sticky {
    background-color: rgba(15, 40, 50, 0.96);
}

/* Logo i navigationsfältet */
.ak-site_branding img {
    max-height: 45px;
    max-width: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Footer-logotyp */
.ak-braner-logo.footer-logo img {
    max-width: 200px;
    max-height: 65px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Testimonial – citationstecken under texten, pilar (nav) under */
.testimonial-section-wrap .ak-slider-3 {
    position: relative;
    display: flex;
    flex-direction: column;
}
.testimonial-section-wrap .ak-slider-3 .swiper-wrapper {
    order: 1;
}
.testimonial-section-wrap .ak-swiper-controll-3.testimonial-nav {
    order: 2;
    position: static;
    margin-top: 2rem;
    transform: none;
    z-index: 10;
}

/* Testimonial – luft på mobil mellan kockbild (föregående sektion), namn, citat och pilar */
@media screen and (max-width: 768px) {
    .testimonial-section-wrap .ak-slider-3 {
        padding-top: 2.5rem;
    }

    .testimonial-section-wrap .testimonial-section {
        align-items: center;
    }

    .testimonial-section-wrap .testimonial-section .testimonial-info-section {
        padding-top: 0.75rem;
    }

    .testimonial-section-wrap .testimonial-section .testimonial-info-title {
        margin-top: 2rem;
    }

    .testimonial-section-wrap .testimonial-section .testimonial-info-section .testimonial-info-subtitle {
        margin-top: 1.25rem;
    }

    .testimonial-section-wrap .ak-swiper-controll-3.testimonial-nav {
        margin-top: 3rem;
    }
}

/* Testimonial-sektionen – tydlig avgränsning från Öppettider */
.testimonial-section-wrap {
    padding-bottom: 2rem;
    margin-bottom: 0;
}
.testimonial-section-wrap + section {
    margin-top: 0;
}

/* Vi specialiserar oss på - collapsible knapp med animation */
.specialiteter-collapse {
    margin-top: 0;
}
.specialiteter-toggle {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background-color: transparent;
    border: 1px solid #FFD28D;
    color: #FFD28D;
    font-family: inherit;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, transform 0.2s;
}
.specialiteter-toggle:hover {
    background-color: #FFD28D;
    color: #0f2832;
}
.specialiteter-toggle::before {
    content: "+ ";
    margin-right: 0.25rem;
    transition: transform 0.3s ease;
}
.specialiteter-toggle.is-open::before {
    content: "− ";
}
.specialiteter-list-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.specialiteter-list-wrap.is-open {
    max-height: 500px;
}
.specialiteter-list {
    list-style: none;
    padding: 1.25rem 0 0 0;
    margin: 0;
}
.specialiteter-list li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transform: translateY(-15px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.specialiteter-list-wrap.is-open .specialiteter-list li {
    opacity: 1;
    transform: translateY(0);
}
.specialiteter-list-wrap.is-open .specialiteter-list li:nth-child(1) { transition-delay: 0.05s; }
.specialiteter-list-wrap.is-open .specialiteter-list li:nth-child(2) { transition-delay: 0.1s; }
.specialiteter-list-wrap.is-open .specialiteter-list li:nth-child(3) { transition-delay: 0.15s; }
.specialiteter-list-wrap.is-open .specialiteter-list li:nth-child(4) { transition-delay: 0.2s; }
.specialiteter-list-wrap:not(.is-open) .specialiteter-list li:nth-child(1) { transition-delay: 0.15s; }
.specialiteter-list-wrap:not(.is-open) .specialiteter-list li:nth-child(2) { transition-delay: 0.1s; }
.specialiteter-list-wrap:not(.is-open) .specialiteter-list li:nth-child(3) { transition-delay: 0.05s; }
.specialiteter-list-wrap:not(.is-open) .specialiteter-list li:nth-child(4) { transition-delay: 0s; }
.specialiteter-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #FFD28D;
}
.specialiteter-outro {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 0;
}

/* Våra specialiteter: luft mellan text (inkl. outro) och kockbild – endast ≤768px, desktop oförändrad */
@media screen and (max-width: 768px) {
    .ak-best-item {
        row-gap: 2rem;
        column-gap: 2rem;
    }

    /* Undvik överlapp mellan "Vår matfilosofi" och h2 (SplitText/positionering) – bara mobil */
    .best-item-section-1 .ak-section-heading .ak-section-subtitle {
        display: none;
    }
}

/* Veckans Meny – elegant layout (Måndag överst, Fredag underst) */
#veckans-meny .veckans-meny-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 700px;
    margin: 0 auto;
}
#veckans-meny .veckans-meny-dag {
    padding: 1rem 0;
}
#veckans-meny .veckans-meny-dagnamn {
    font-family: Baskervville, serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #FFD28D;
    margin: 0 0 1rem 0;
    padding-bottom: 0.75rem;
    letter-spacing: 0.02em;
    position: relative;
    display: block;
}
/* Lyxig animerad understreck */
#veckans-meny .veckans-meny-dagnamn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(255, 210, 141, 0.3) 20%,
        #FFD28D 50%,
        rgba(255, 210, 141, 0.3) 80%,
        transparent 100%);
    background-size: 200% 100%;
    transform-origin: left;
    animation: veckans-line-draw 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards,
               veckans-line-shimmer 4s ease-in-out 1.5s infinite;
    box-shadow: 0 0 12px rgba(255, 210, 141, 0.4);
}
#veckans-meny .veckans-meny-dag:nth-child(1) .veckans-meny-dagnamn::after { animation-delay: 0.1s, 1.6s; }
#veckans-meny .veckans-meny-dag:nth-child(2) .veckans-meny-dagnamn::after { animation-delay: 0.25s, 1.75s; }
#veckans-meny .veckans-meny-dag:nth-child(3) .veckans-meny-dagnamn::after { animation-delay: 0.4s, 1.9s; }
#veckans-meny .veckans-meny-dag:nth-child(4) .veckans-meny-dagnamn::after { animation-delay: 0.55s, 2.05s; }
#veckans-meny .veckans-meny-dag:nth-child(5) .veckans-meny-dagnamn::after { animation-delay: 0.7s, 2.2s; }

@keyframes veckans-line-draw {
    from {
        transform: scaleX(0);
        opacity: 0;
    }
    to {
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes veckans-line-shimmer {
    0%, 100% {
        background-position: 100% 0;
        box-shadow: 0 0 12px rgba(255, 210, 141, 0.4);
    }
    50% {
        background-position: 0% 0;
        box-shadow: 0 0 20px rgba(255, 210, 141, 0.6);
    }
}
#veckans-meny .veckans-meny-dag ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#veckans-meny .veckans-meny-dag li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}
#veckans-meny .veckans-meny-dag li:last-child {
    margin-bottom: 0;
}
#veckans-meny .veckans-meny-dag li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 5px;
    height: 5px;
    background: #FFD28D;
    border-radius: 50%;
    opacity: 0.8;
}
@media screen and (min-width: 992px) {
    #veckans-meny .veckans-meny-list {
        gap: 1.75rem;
    }
}

/* Catering menyer-sidan */
.catering-menyer-page {
    color: rgba(255, 255, 255, 0.9);
}
.catering-bestall-cta-top {
    margin-top: 16px;
    margin-bottom: 32px;
}
.catering-bestall-cta-top > a {
    display: inline-block;
}
.catering-intro p,
.catering-outro p {
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 800px;
}
.catering-section-title {
    font-family: Baskervville, serif;
    font-size: 1.5rem;
    color: #FFD28D;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 210, 141, 0.3);
}
.catering-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.catering-lead {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.catering-menu-item {
    margin-bottom: 2rem;
}
.catering-menu-name {
    font-size: 1.15rem;
    color: #FFD28D;
    margin-bottom: 0.75rem;
}
.catering-menu-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.catering-menu-list li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}
.catering-menu-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #FFD28D;
}
.catering-menu-list li.no-dash::before {
    content: none;
}
.catering-menu-list li.no-dash {
    padding-left: 0;
}
.catering-menu-note {
    font-style: italic;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}
.catering-highlight {
    font-style: italic;
    margin-bottom: 0.5rem;
}
.catering-link {
    color: #FFD28D;
    text-decoration: none;
    transition: opacity 0.2s;
}
.catering-link:hover {
    opacity: 0.85;
    color: #FFD28D;
}
.catering-outro > a {
    display: inline-block;
}
.catering-outro a[href^="mailto"] {
    color: #FFD28D;
}

/* Catering erbjudanden med bild */
.catering-offer {
    display: flex;
    align-items: stretch;
    gap: 2rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}
.catering-offer-reverse {
    flex-direction: row-reverse;
}
.catering-offer-image {
    flex: 0 0 320px;
    width: 320px;
    height: 213px;
    min-width: 280px;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 210, 141, 0.08);
}
.catering-offer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.catering-offer-content {
    flex: 1;
    min-width: 280px;
}
@media screen and (max-width: 768px) {
    .catering-offer,
    .catering-offer-reverse {
        flex-direction: column;
    }
    .catering-offer-image {
        flex: 0 0 auto;
        width: 100%;
        aspect-ratio: 4/3;
        height: auto;
    }
    .catering-offer-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* Student-sidan */
.student-hero-section {
    position: relative;
    min-height: 65vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.student-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #0f2832;
}
.student-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(15, 40, 50, 0.5) 0%, rgba(15, 40, 50, 0.85) 100%);
}
.student-hero-content {
    position: relative;
    z-index: 2;
    padding: 4rem 0;
    max-width: 800px;
}
.student-hero-title {
    font-family: Baskervville, serif;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.student-hero-ingress {
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
}
.student-page {
    color: rgba(255, 255, 255, 0.9);
}
.student-section-title {
    font-family: Baskervville, serif;
    font-size: 1.75rem;
    color: #FFD28D;
    margin-bottom: 1rem;
}
.student-ingress {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0;
}
.catering-menu-price {
    color: #FFD28D;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}
.student-closing {
    font-style: italic;
    margin-top: 1rem;
}
.student-cta {
    text-align: center;
}
.student-cta a {
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .student-hero-title {
        font-size: 1.75rem;
    }
}

/* Lunchcatering-sidan */
.lunch-hero-section {
    position: relative;
    min-height: 65vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.lunch-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #0f2832;
}
.lunch-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(15, 40, 50, 0.5) 0%, rgba(15, 40, 50, 0.85) 100%);
}
.lunch-hero-content {
    position: relative;
    z-index: 2;
    padding: 4rem 0;
    max-width: 800px;
}
.lunch-hero-title {
    font-family: Baskervville, serif;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.lunch-hero-ingress {
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
}
.lunch-page {
    color: rgba(255, 255, 255, 0.9);
}
.lunch-intro-text {
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 700px;
    margin-bottom: 1rem;
}
.lunch-intro-text:last-child {
    margin-bottom: 0;
}
.lunch-section-title {
    font-family: Baskervville, serif;
    font-size: 1.5rem;
    color: #FFD28D;
    margin-bottom: 1rem;
}
.lunch-cta {
    text-align: center;
}
.lunch-cta a {
    display: inline-block;
}
.lunch-cta .lunch-section-title {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .lunch-hero-title {
        font-size: 1.75rem;
    }
}

/* Minnesstund-sidan – varsam och värdig ton */
.minnesstund-hero-section {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.minnesstund-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #0f2832;
}
.minnesstund-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(15, 40, 50, 0.55) 0%, rgba(15, 40, 50, 0.9) 100%);
}
.minnesstund-hero-content {
    position: relative;
    z-index: 2;
    padding: 4rem 0;
    max-width: 700px;
}
.minnesstund-hero-title {
    font-family: Baskervville, serif;
    font-size: 2.25rem;
    color: rgba(255, 255, 255, 0.98);
    margin-bottom: 1.25rem;
    line-height: 1.3;
    font-weight: 400;
}
.minnesstund-hero-ingress {
    font-size: 1.1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
}
.minnesstund-page {
    color: rgba(255, 255, 255, 0.88);
}
.minnesstund-section-title {
    font-family: Baskervville, serif;
    font-size: 1.45rem;
    color: rgba(255, 210, 141, 0.95);
    margin-bottom: 1rem;
    font-weight: 400;
}
.minnesstund-price-note {
    margin-top: 1rem;
    font-style: italic;
    opacity: 0.95;
}
.minnesstund-table-wrap {
    overflow-x: auto;
    margin-top: 1rem;
}
.minnesstund-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.minnesstund-table th,
.minnesstund-table td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 210, 141, 0.2);
}
.minnesstund-table th {
    color: rgba(255, 210, 141, 0.9);
    font-weight: 500;
}
.minnesstund-table tbody tr:last-child td {
    border-bottom: none;
}
.minnesstund-cta {
    text-align: center;
    padding: 2rem 0;
}
.minnesstund-cta a {
    display: inline-block;
}
.minnesstund-cta .minnesstund-section-title {
    margin-bottom: 0;
}
.minnesstund-cta-btn {
    padding: 14px 32px !important;
}
@media screen and (max-width: 768px) {
    .minnesstund-hero-title {
        font-size: 1.65rem;
    }
}

/* Fest & Bröllop - Våra Koncept */
.fest-hero-section {
    position: relative;
    min-height: 65vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.fest-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #0f2832;
}
.fest-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(15, 40, 50, 0.45) 0%, rgba(15, 40, 50, 0.88) 100%);
}
.fest-hero-content {
    position: relative;
    z-index: 2;
    padding: 4rem 0;
    max-width: 800px;
}
.fest-hero-title {
    font-family: Baskervville, serif;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.fest-hero-ingress {
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
}
.fest-page {
    color: rgba(255, 255, 255, 0.9);
}
.fest-section-title {
    font-family: Baskervville, serif;
    font-size: 1.6rem;
    color: #FFD28D;
    margin-bottom: 1rem;
}
.fest-koncept-title {
    font-family: Baskervville, serif;
    font-size: 1.35rem;
    color: #FFD28D;
    margin-bottom: 0.75rem;
}
.fest-gardar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fest-gardar-list li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.6rem;
    line-height: 1.6;
}
.fest-gardar-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #FFD28D;
}
.fest-lokaler-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fest-lokaler-list li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.6rem;
    line-height: 1.6;
}
.fest-lokaler-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #FFD28D;
}
.fest-pdf-note {
    margin-top: 1rem;
    font-style: italic;
    opacity: 0.95;
}
.fest-cta {
    text-align: center;
}
.fest-cta a {
    display: inline-block;
}
.fest-cta .fest-section-title {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .fest-hero-title {
        font-size: 1.75rem;
    }
}

/* About-sidan – historik */
.about-history-block {
    margin-bottom: 2rem;
}
.about-history-block:last-child {
    margin-bottom: 0;
}
.about-history-year {
    font-family: Baskervville, serif;
    font-size: 1.2rem;
    color: #FFD28D;
    margin-bottom: 0.5rem;
}
.about-values-list {
    margin-top: 0.5rem;
}

/* Historia-sidan – tidslinje */
.historia-timeline {
    position: relative;
    max-width: 600px;
}
.historia-timeline::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 210, 141, 0.4);
    border-radius: 1px;
}
.historia-timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}
.historia-timeline-item:last-child {
    margin-bottom: 0;
}
.historia-timeline-dot {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background: #FFD28D;
    border-radius: 50%;
    margin-right: 1.5rem;
    margin-top: 2px;
    z-index: 1;
}
.historia-timeline-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.historia-timeline-year {
    font-family: Baskervville, serif;
    font-size: 1.15rem;
    color: #FFD28D;
    font-weight: 600;
}
.historia-timeline-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

/* Hitta oss – centrera adresskortet med guldlinjer på sidorna */
.location-card {
    justify-content: center;
    position: relative;
    padding: 0 3rem;
}
.location-card::before,
.location-card::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #FFD28D;
    opacity: 0.9;
}
.location-card::before {
    left: 0;
}
.location-card::after {
    right: 0;
}
.location-card .location-card-item.style-1 {
    border-right: none;
}
.location-card .location-card-item {
    flex-basis: auto;
    text-align: center;
}
.location-card .location-card-item .card-icon {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-card .location-card-item .card-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .location-card {
        padding: 0 1.5rem;
    }
}

/* Footer – snygg layout, tydlig hierarki och jämn spridning */
.ak-footer.ak-style-1 {
    color: rgba(255, 255, 255, 0.95);
}
.ak-footer.ak-style-1.color-1 {
    background-color: #0c1e26;
}
.footer-main {
    max-width: 900px;
    margin: 0 auto;
}
.footer-main .footer-eamil-menu {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
}
.footer-main .footer-eamil-menu .footer-email a {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    transition: color 0.2s ease;
}
.footer-main .footer-eamil-menu .footer-email a:hover {
    color: #FFD28D;
}
.footer-main .footer-eamil-menu .footer-menu ul {
    gap: 2rem 2.5rem;
    justify-content: center;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
}
.footer-main .footer-eamil-menu .footer-menu ul a {
    color: inherit;
    transition: color 0.2s ease;
}
.footer-main .footer-eamil-menu .footer-menu ul a:hover {
    color: #FFD28D;
}
.footer-main .footer-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    align-items: start;
    text-align: center;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
}
.footer-main .footer-info .fooer-phn a,
.footer-main .footer-info .footer-address a {
    color: inherit;
    transition: color 0.2s ease;
}
.footer-main .footer-info .fooer-phn a:hover,
.footer-main .footer-info .footer-address a:hover {
    color: #FFD28D;
}
.footer-main .footer-info .footer-time {
    text-align: center;
}
.footer-main .footer-info .footer-time p {
    margin: 0;
    padding: 0.5rem 0;
    line-height: 1.5;
    border-top: 1px solid rgba(255, 210, 141, 0.2);
}
.footer-main .footer-info .footer-time p:first-child {
    border-top: none;
    padding-top: 0;
}
.footer-main .footer-info .footer-time .footer-time-border {
    display: none;
}
@media screen and (max-width: 991px) {
    .footer-main .footer-info {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .footer-main .footer-eamil-menu .footer-menu ul {
        gap: 1.25rem 2rem;
    }
}

/* ===== Cuper & matlådor – snygg layout ===== */
.cuper-simple .cuper-offer {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    gap: 2.5rem;
}
.cuper-offer-image {
    flex: 0 0 380px;
    width: 380px;
    height: 280px;
    min-width: 280px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.cuper-offer-content {
    flex: 1;
    min-width: 0;
}
.cuper-lead {
    font-size: 1.2rem;
    line-height: 1.65;
    font-weight: 500;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.95);
}
.cuper-offer-content p {
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.85);
}
.cuper-offer-content p:last-of-type {
    margin-bottom: 1.5rem;
}
.cuper-cta {
    margin-top: 1.5rem;
}
.cuper-cta .ak-btn {
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .cuper-offer-image {
        flex: 0 0 auto;
        width: 100%;
        min-width: 100%;
        height: auto;
        aspect-ratio: 4/3;
    }
}

/* ===== FAQ-sida ===== */
.faq-intro {
    max-width: 700px;
}
.faq-lead {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}
.faq-lead a {
    color: #ffd28d;
    text-decoration: underline;
}
.faq-lead a:hover {
    opacity: 0.9;
}
.faq-list {
    max-width: 800px;
}
.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.faq-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.faq-question {
    padding: 1.25rem 2.5rem 1.25rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    color: #fff;
    position: relative;
    transition: color 0.2s ease;
}
.faq-question::-webkit-details-marker {
    display: none;
}
.faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 300;
    opacity: 0.7;
    transition: transform 0.2s ease;
}
.faq-item[open] .faq-question::after {
    content: '−';
}
.faq-question:hover {
    color: #ffd28d;
}
.faq-answer {
    padding: 0 0 1.25rem;
}
.faq-answer p {
    margin: 0;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}
.faq-answer a {
    color: #ffd28d;
    text-decoration: underline;
}
.faq-cta p {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.contact-content .contact-form .from-input label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.95rem;
}

/* Beställningsformulär: meny som öppnas vid klick */
.contact-content .contact-form .from-input:has(.order-menu-wrap) {
    overflow: visible;
    position: relative;
    z-index: 4;
}
.contact-content .contact-form .order-menu-wrap {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.contact-content .contact-form .order-menu-wrap.is-dropdown-open {
    z-index: 50;
}
.contact-content .contact-form .order-menu-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.75rem;
    text-align: left;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid #5c5442;
    padding: 12px 14px;
    margin: 0;
    color: inherit;
    font: inherit;
    line-height: 1.35;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.contact-content .contact-form .order-menu-trigger:hover {
    border-color: #8a8068;
    background: rgba(0, 0, 0, 0.26);
}
.contact-content .contact-form .order-menu-trigger:focus {
    outline: none;
    border-color: #c9a962;
    box-shadow: 0 0 0 2px rgba(201, 169, 98, 0.2);
}
.contact-content .contact-form .order-menu-trigger.is-open {
    border-color: #c9a962;
    box-shadow: 0 0 0 2px rgba(201, 169, 98, 0.15);
}
.contact-content .contact-form .order-menu-trigger-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contact-content .contact-form .order-menu-trigger-text--placeholder {
    opacity: 0.55;
}
.contact-content .contact-form .order-menu-trigger-chevron {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    opacity: 0.88;
    transition: transform 0.25s ease;
}
.contact-content .contact-form .order-menu-trigger.is-open .order-menu-trigger-chevron {
    transform: rotate(180deg);
}
.contact-content .contact-form .order-menu-dropdown {
    position: absolute;
    z-index: 80;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    border-radius: 8px;
    border: 1px solid rgba(139, 122, 88, 0.5);
    background: linear-gradient(165deg, rgba(22, 48, 54, 0.98) 0%, rgba(10, 28, 34, 0.99) 100%);
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    overflow: hidden;
}
.contact-content .contact-form .order-menu-scroll {
    max-height: min(20rem, 55vh);
    overflow-y: auto;
    padding: 0.35rem 0 0.65rem;
    -webkit-overflow-scrolling: touch;
}
.contact-content .contact-form .order-menu-group-heading {
    margin: 0.75rem 0.9rem 0.4rem;
    padding-bottom: 0.35rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 210, 141, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.contact-content .contact-form .order-menu-group-heading:first-child {
    margin-top: 0.35rem;
}
.contact-content .contact-form .order-menu-option {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0;
    padding: 0.55rem 0.9rem;
    cursor: pointer;
    transition: background 0.15s ease;
}
.contact-content .contact-form .order-menu-option:hover {
    background: rgba(255, 255, 255, 0.06);
}
.contact-content .contact-form .order-menu-option input {
    margin: 0.2rem 0 0;
    flex-shrink: 0;
    width: 1.05rem;
    height: 1.05rem;
    cursor: pointer;
    accent-color: #d4a84b;
}
.contact-content .contact-form .order-menu-option span {
    flex: 1;
    line-height: 1.45;
    font-size: 0.94rem;
}
.contact-content .contact-form .order-menu-error {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
    color: #ffcdd2;
}
.contact-content .contact-form .order-menu-trigger[data-fs-field][aria-invalid="true"] {
    border-color: rgba(239, 83, 80, 0.85) !important;
    box-shadow: 0 0 0 2px rgba(239, 83, 80, 0.2);
}

/* Skicka-knapp: säkerställ klick ovanpå ::before/::after på .ak-btn */
.contact-form .ak-btn.style-5 {
    position: relative;
}
.contact-form .ak-btn.style-5 button {
    position: relative;
    z-index: 12;
    cursor: pointer;
    color: inherit;
}
.contact-form-delivery-note {
    margin-top: 1.25rem;
    margin-bottom: 0;
}

/* Kontakt – Formspree (Formulärfeedback matchar mörkt tema) */
.contact-form-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.contact-form-alerts {
    margin-bottom: 1.25rem;
}
.contact-form-msg {
    display: none;
    padding: 1rem 1.25rem;
    margin-bottom: 0.75rem;
    border-radius: 4px;
    font-size: 0.95rem;
    line-height: 1.5;
}
.contact-form-msg--success[data-fs-active] {
    display: block;
    background: rgba(76, 175, 80, 0.15);
    border: 1px solid rgba(129, 199, 132, 0.45);
    color: #c8e6c9;
}
.contact-form-msg--error[data-fs-active] {
    display: block;
    background: rgba(244, 67, 54, 0.12);
    border: 1px solid rgba(239, 83, 80, 0.45);
    color: #ffcdd2;
}
.contact-content .contact-form [data-fs-field][aria-invalid='true'] {
    border-color: rgba(239, 83, 80, 0.85) !important;
}
