/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Lora', 'avenir-lt-w01_35-light1475496', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #242323;
    background: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }

.container { max-width: 980px; margin: 0 auto; padding: 0 20px; }

/* ===== SECTION TITLES ===== */
.section-title {
    font-family: 'Lora', serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.section-title.dark { color: #242323; }

/* ===== HEADER ===== */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255,255,255,0.95);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    transition: background 0.3s;
}

.header-inner {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
}

.logo-img { height: 60px; width: 60px; object-fit: contain; }

.main-nav {
    display: flex;
    gap: 18px;
    align-items: center;
}

.main-nav a {
    font-family: 'Lora', serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #242323;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.main-nav a:hover { opacity: 0.6; }

.header-right { display: flex; align-items: center; gap: 15px; }

.social-icons { display: flex; gap: 10px; }
.social-icons a { color: #242323; transition: opacity 0.2s; }
.social-icons a:hover { opacity: 0.6; }

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 2px;
    background: #242323;
    transition: 0.3s;
}

/* ===== MOBILE NAV ===== */
.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.98);
    z-index: 999;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-nav-overlay.active { display: flex; }

.mobile-nav-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.mobile-nav-content a {
    font-family: 'Lora', serif;
    font-size: 18px;
    letter-spacing: 2px;
    color: #242323;
}

/* ===== HERO / APIE MUS ===== */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px 80px;
}

.hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    text-align: center;
    color: #fff;
}

.hero-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-family: 'Lora', serif;
}

/* ===== SODYBOS ISTORIJA ===== */
.history-section {
    position: relative;
    min-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

.history-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.history-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.history-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    text-align: center;
    color: #fff;
}

.history-content p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Lora', serif;
}

/* ===== NAKVYNĖ SLIDER ===== */
.accommodation-section {
    padding: 80px 0;
    background: #fff;
}

.gallery-slider-container {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    height: 630px;
    overflow: hidden;
}

.gallery-slider {
    display: flex;
    gap: 15px;
    transition: transform 0.5s ease;
    height: 100%;
}

.slide {
    flex: 0 0 calc(33.333% - 10px);
    height: 100%;
    border-radius: 0;
    overflow: hidden;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    opacity: 0.8;
    transition: opacity 0.2s;
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.5));
}

.slider-arrow:hover { opacity: 1; }
.slider-arrow-next { right: 30px; }
.slider-arrow-prev { left: 30px; }

.slider-counter {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* ===== DIDYSIS NAMAS ===== */
.big-house-section {
    padding: 60px 20px;
    text-align: center;
    background: #fff;
}

.centered-text {
    max-width: 700px;
    margin: 0 auto 25px;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Lora', serif;
}

.btn-reserve {
    display: inline-block;
    padding: 12px 40px;
    border: 2px solid #242323;
    color: #242323;
    font-family: 'Lora', serif;
    font-size: 14px;
    letter-spacing: 2px;
    transition: all 0.3s;
    background: transparent;
}

.btn-reserve:hover {
    background: #242323;
    color: #fff;
}

/* ===== GALERIJA ===== */
.gallery-section {
    padding: 80px 20px;
    background: #fff;
}

.gallery-grid {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.gallery-item {
    overflow: hidden;
    aspect-ratio: 1.45;
}

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

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

/* ===== PRAMOGOS ===== */
.entertainment-section {
    padding: 80px 20px;
    background: #fff;
}

.entertainment-grid {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}

.entertainment-item {
    text-align: center;
    padding: 20px;
}

.entertainment-item.full-width {
    grid-column: 1 / -1;
    max-width: 320px;
    margin: 0 auto;
}

.ent-icon {
    margin-bottom: 15px;
}

.entertainment-item h3 {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.5;
}

.entertainment-item p {
    font-size: 16px;
    line-height: 1.5;
    color: #242323;
}

/* ===== BASAKOJŲ TAKAS ===== */
.barefoot-section {
    padding: 80px 20px;
    background: #fff;
}

.barefoot-inner {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: stretch;
}

.barefoot-image {
    flex: 0 0 50%;
}

.barefoot-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.barefoot-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.barefoot-text h3 {
    font-family: 'Lora', serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.barefoot-text .highlight {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 15px;
    color: #242323;
}

.barefoot-text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* ===== KAINOS ===== */
.prices-section {
    padding: 80px 20px;
    background: #f5f5f5;
}

.prices-grid {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.price-card {
    background: #fff;
    padding: 30px 25px;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.price-card h3 {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.price-detail {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.price {
    font-size: 18px;
    font-weight: 700;
    color: #242323;
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
    padding: 80px 20px;
    background: #fff;
}

.testimonial-slideshow {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-text {
    font-size: 18px;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: 'Lora', serif;
}

.testimonial-author {
    font-size: 16px;
    color: #555;
}

/* ===== TINKLARAŠTIS ===== */
.blog-section {
    padding: 80px 20px;
    background: #fff;
    text-align: center;
}

.blog-grid {
    max-width: 700px;
    margin: 0 auto 30px;
}

.blog-card {
    display: block;
    text-align: left;
    background: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.blog-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.1); }

.blog-image { height: 300px; overflow: hidden; }

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    padding: 25px;
}

.blog-content h3 {
    font-family: 'Lora', serif;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.blog-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.btn-all-posts {
    display: inline-block;
    padding: 12px 40px;
    border: 2px solid #242323;
    color: #242323;
    font-family: 'Lora', serif;
    font-size: 14px;
    letter-spacing: 2px;
    transition: all 0.3s;
}

.btn-all-posts:hover {
    background: #242323;
    color: #fff;
}

/* ===== KONTAKTAI ===== */
.contact-section {
    padding: 80px 20px;
    background: #fff;
}

.contact-inner {
    max-width: 980px;
    margin: 0 auto 40px;
    display: flex;
    gap: 40px;
}

.contact-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info p {
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-info a {
    color: #242323;
    text-decoration: underline;
}

.contact-social {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.contact-social img { width: 31px; height: 31px; }

.contact-form-wrapper { flex: 1; }

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-form input,
.contact-form textarea {
    font-family: 'Lora', serif;
    font-size: 14px;
    padding: 12px 15px;
    border: 1px solid #ccc;
    background: #fff;
    color: #242323;
    outline: none;
    transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #242323;
}

.contact-form textarea { resize: vertical; }

.btn-submit {
    padding: 12px 40px;
    border: 2px solid #242323;
    background: #242323;
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s;
    align-self: flex-start;
}

.btn-submit:hover {
    background: transparent;
    color: #242323;
}

.map-container {
    max-width: 980px;
    margin: 0 auto;
}

.map-container iframe { width: 100%; border: 0; }

/* ===== FOOTER ===== */
.site-footer {
    background: #242323;
    color: #fff;
    padding: 50px 20px;
    text-align: center;
}

.footer-inner {
    max-width: 980px;
    margin: 0 auto;
}

.footer-logo { margin-bottom: 20px; }
.footer-logo img { width: 80px; height: 80px; margin: 0 auto; }

.footer-contact { margin-bottom: 20px; }
.footer-contact p { margin-bottom: 5px; }
.footer-contact a { color: #fff; text-decoration: underline; }

.footer-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-social img {
    width: 31px;
    height: 31px;
    filter: brightness(0) invert(1);
}

.footer-copy {
    font-size: 12px;
    color: #999;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .main-nav { display: none; }
    .hamburger { display: flex; }

    .hero-section { min-height: 80vh; padding: 100px 15px 60px; }
    .hero-content p { font-size: 14px; }
    .section-title { font-size: 22px; }

    .gallery-slider-container { height: 400px; }
    .slide { flex: 0 0 80%; }

    .gallery-grid { grid-template-columns: repeat(2, 1fr); }

    .entertainment-grid { grid-template-columns: 1fr; gap: 30px; }

    .barefoot-inner { flex-direction: column; }
    .barefoot-image { flex: none; }

    .prices-grid { grid-template-columns: repeat(2, 1fr); }

    .contact-inner { flex-direction: column; }

    .blog-image { height: 200px; }
}

@media (max-width: 480px) {
    .gallery-grid { grid-template-columns: 1fr; }
    .prices-grid { grid-template-columns: 1fr; }
    .slide { flex: 0 0 95%; }
    .gallery-slider-container { height: 350px; }
}
