/*
Theme Name: Zöld Vendégház
Theme URI: https://zoldvendeghaz.com
Author: Zöld Vendégház
Author URI: https://zoldvendeghaz.com
Description: Custom theme for Zöld Vendégház Balatonfüred
Version: 1.0.0
License: All rights reserved
License URI: https://zoldvendeghaz.com
Text Domain: zoldvendeghaz
Tags: custom, hotel, guesthouse, hungarian
*/

:root {
  --green-deep: #1a3322;
  --green-mid: #2d5a3d;
  --green-light: #4a8c5c;
  --green-pale: #a8c9a8;
  --cream: #f5f0e8;
  --cream-dark: #ede5d4;
  --gold: #c8a84b;
  --gold-light: #e8cc7a;
  --text-dark: #1a1a14;
  --text-mid: #3d3d2e;
  --text-light: #7a7a60;
  --white: #fdfcf8;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Jost', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  overflow-x: hidden;
}

/* NAVIGATION */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 4rem;
  background: rgba(26, 51, 34, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(200, 168, 75, 0.2);
  transition: all 0.3s ease;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: 0.05em;
  text-decoration: none;
}
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.8);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold); }
.nav-links li.nav-cta > a {
  background: var(--gold);
  color: var(--green-deep) !important;
  padding: 0.6rem 1.4rem;
  border-radius: 2px;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
}
.nav-links li.nav-cta > a:hover { background: var(--gold-light) !important; color: var(--green-deep) !important; }
.nav-lang {
  display: flex; align-items: center; gap: 0.3rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em;
}
.nav-lang a {
  color: rgba(245,240,232,0.5);
  text-decoration: none; text-transform: uppercase;
  transition: color 0.2s; padding: 0.15rem 0.1rem;
}
.nav-lang a:hover { color: var(--gold); }
.nav-lang a.active { color: var(--gold); }
.nav-lang-sep { color: rgba(245,240,232,0.2); user-select: none; }
.nav-hamburger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 36px; height: 36px; cursor: pointer; background: none; border: none;
  padding: 4px; flex-shrink: 0;
}
.nav-hamburger span {
  display: block; width: 22px; height: 1.5px; background: var(--cream);
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-menu {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99;
  background: rgba(20, 40, 26, 0.98);
  backdrop-filter: blur(12px);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}
.mobile-menu.open {
  opacity: 1; visibility: visible; pointer-events: all;
  transition: opacity 0.3s ease, visibility 0s;
}
.mobile-menu-inner {
  position: absolute;
  top: 50%; left: 0; right: 0;
  transform: translateY(-50%);
  width: 100%;
}
.mobile-menu-list { list-style: none; padding: 0; margin: 0; width: 100%; }
.mobile-menu a {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; font-weight: 400; letter-spacing: 0.05em;
  color: rgba(245,240,232,0.75); text-decoration: none;
  padding: 0.8rem 2rem; width: 100%; text-align: center;
  border-bottom: 1px solid rgba(200,168,75,0.1);
  transition: color 0.2s;
}
.mobile-menu li:first-child > a { border-top: 1px solid rgba(200,168,75,0.1); }
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu li.nav-cta > a {
  font-family: 'Jost', sans-serif; font-size: 0.85rem;
  font-weight: 600 !important; letter-spacing: 0.15em !important; text-transform: uppercase;
  background: var(--gold) !important; color: var(--green-deep) !important;
  border-top: none !important; border-bottom: none !important;
  margin-top: 1.5rem; padding: 1rem 3rem !important;
  display: inline-block !important; width: auto !important;
}
.mobile-menu li.nav-cta {
  text-align: center;
}
.mobile-menu li.nav-cta > a:hover {
  background: var(--gold-light) !important;
}
.mobile-menu-lang {
  position: absolute; bottom: 2.5rem; left: 0; right: 0;
  display: flex; gap: 1rem; justify-content: center;
  font-family: 'Jost', sans-serif; font-size: 0.75rem;
  letter-spacing: 0.15em; text-transform: uppercase;
}
.mobile-menu-lang a { color: rgba(245,240,232,0.4); text-decoration: none; padding: 0.2rem; font-size: 0.75rem; border: none !important; }
.mobile-menu-lang a:hover, .mobile-menu-lang a.active { color: var(--gold); }
.mobile-menu-lang span { color: rgba(245,240,232,0.15); }

/* HERO */
.hero {
  height: 100vh;
  min-height: 700px;
  background: var(--green-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(160deg, rgba(26,51,34,0.92) 0%, rgba(26,51,34,0.6) 60%, rgba(26,51,34,0.85) 100%),
    var(--hero-bg-image, url('https://zoldvendeghaz.com/images/slide/IMG_6049.JPG'));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: heroZoom 18s ease-in-out infinite alternate;
}
@keyframes heroZoom {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}
.hero-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 2rem;
  animation: fadeUp 1.2s ease both;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-badge {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(200,168,75,0.5);
  padding: 0.4rem 1.2rem;
  margin-bottom: 1.8rem;
  animation: fadeUp 1.2s 0.2s ease both;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.05;
  margin-bottom: 0.5rem;
  animation: fadeUp 1.2s 0.3s ease both;
}
.hero h1 em {
  font-style: italic;
  color: var(--green-pale);
}
.hero-sub {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: rgba(245,240,232,0.75);
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  animation: fadeUp 1.2s 0.4s ease both;
}
.hero-location {
  font-size: 0.85rem;
  color: var(--gold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 3rem;
  animation: fadeUp 1.2s 0.5s ease both;
}
.hero-location::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.35em;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") no-repeat center / contain;
  vertical-align: middle;
  margin-top: -3px;
}
.hero-buttons {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
  animation: fadeUp 1.2s 0.6s ease both;
}
.btn-primary {
  background: var(--gold);
  color: var(--green-deep);
  padding: 1rem 2.5rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border: none; cursor: pointer;
  transition: all 0.25s;
  display: inline-block;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); color: var(--green-deep); }
.btn-outline {
  border: 1px solid rgba(245,240,232,0.5);
  color: var(--cream);
  padding: 1rem 2.5rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s;
  display: inline-block;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.hero-stats {
  position: absolute; bottom: 6rem; left: 0; right: 0;
  display: flex; gap: 4rem; justify-content: center;
  animation: fadeUp 1.2s 0.8s ease both;
}
.stat { text-align: center; }
.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--gold);
  display: block;
}
.stat-label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.6);
}

/* SECTIONS */
section { padding: 6rem 4rem; }
.container { max-width: 1200px; margin: 0 auto; }
.section-label {
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--green-light);
  margin-bottom: 1rem;
  display: block;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  color: var(--green-deep);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.section-title em { font-style: italic; color: var(--green-light); }

/* AMENITIES STRIP */
.amenities-strip {
  background: var(--green-deep);
  padding: 2.5rem 4rem;
}
.amenities-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}
.amenity-item {
  display: flex; align-items: center; gap: 1rem;
  color: rgba(245,240,232,0.85);
   justify-content: center;
  text-align: center;
  gap: 0.6rem;  
}


.amenity-icon {
  width: 42px; height: 42px;
  border: 1px solid rgba(200,168,75,0.4);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
}
.amenity-text { font-size: 0.82rem; letter-spacing: 0.05em; }

/* ABOUT */
#bemutatkozo { background: var(--white); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.about-text p {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-mid);
  margin-bottom: 1.2rem;
  font-weight: 300;
}
.about-highlight {
  border-left: 3px solid var(--gold);
  padding: 1rem 1.5rem;
  background: var(--cream);
  margin: 2rem 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-style: italic;
  color: var(--green-deep);
}
.about-image-stack {
  position: relative;
  height: 480px;
}
.about-img-main {
  width: 75%;
  height: 380px;
  object-fit: cover;
  position: absolute;
  top: 0; right: 0;
}
.about-img-accent {
  width: 55%;
  height: 220px;
  object-fit: cover;
  position: absolute;
  bottom: 0; left: 0;
  border: 6px solid var(--white);
}
.about-year-badge {
  position: absolute;
  top: 50%; left: 10%;
  transform: translateY(-50%);
  background: var(--gold);
  color: var(--green-deep);
  width: 90px; height: 90px;
  border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  z-index: 2;
}
.about-year-badge .year { font-size: 1.5rem; font-weight: 600; line-height: 1; }
.about-year-badge .since { font-size: 0.55rem; letter-spacing: 0.15em; text-transform: uppercase; }

/* ROOMS */
#szobaink { background: var(--cream); }
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.room-card {
  background: var(--white);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;

}
.room-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(26,51,34,0.12); }
.room-image {
  width: 100%; height: 220px; object-fit: cover;
  transition: transform 0.5s;
}
.room-card:hover .room-image { transform: scale(1.04); }
.room-image-wrap { overflow: hidden; }
.room-body { padding: 1.8rem; }
.room-type {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--green-light);
  margin-bottom: 0.5rem;
}
.room-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--green-deep);
  margin-bottom: 0.8rem;
}
.room-desc {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.room-features {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.room-feature {
  font-size: 0.72rem;
  background: var(--cream);
  color: var(--text-mid);
  padding: 0.3rem 0.7rem;
  letter-spacing: 0.05em;
}
.room-price-row {
  display: flex; align-items: baseline; justify-content: space-between;
  border-top: 1px solid var(--cream-dark);
  padding-top: 1.2rem;
}
.room-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--green-deep);
}
.room-price-note { font-size: 0.72rem; color: var(--text-light); }

/* PRICING */
#arak { background: var(--green-deep); color: var(--cream); }
#arak .section-title { color: var(--cream); }
#arak .section-title em { color: var(--gold); }
#arak .section-label { color: var(--green-pale); }
.price-table-wrap { margin-top: 3rem; overflow-x: auto; }
.price-table {
  width: 100%; border-collapse: collapse;
  font-size: 0.9rem;
}
.price-table th {
  background: rgba(200,168,75,0.15);
  padding: 1.2rem 1.5rem;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(200,168,75,0.3);
  color: var(--gold);
}
.price-table td {
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: rgba(245,240,232,0.85);
  vertical-align: middle;
}
.price-table tr:last-child td { border-bottom: none; }
.price-table tr:hover td { background: rgba(200,168,75,0.05); }
.price-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--gold);
}
.price-notes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.price-note-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(200,168,75,0.2);
  padding: 1.5rem;
  font-size: 0.85rem;
  color: rgba(245,240,232,0.7);
  line-height: 1.6;
  border-radius: 4px;
}
.price-note-card strong { color: var(--gold); display: block; margin-bottom: 0.4rem; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; }

/* GALLERY */
#keptar { background: var(--cream-dark); padding: 6rem 0; }
#keptar .container { padding: 0 4rem; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 220px 220px;
  gap: 4px;
  margin-top: 3rem;
}
.gallery-item {
  overflow: hidden;
  position: relative;
}
.gallery-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item:nth-child(4) { grid-column: span 2; }
.gallery-img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s;
  display: block;
}
.gallery-item:hover .gallery-img { transform: scale(1.06); }
.gallery-overlay {
  position: absolute; inset: 0;
  background: rgba(26,51,34,0);
  transition: background 0.3s;
  display: flex; align-items: center; justify-content: center;
}
.gallery-item:hover .gallery-overlay { background: rgba(26,51,34,0.3); }
.gallery-caption {
  color: var(--cream); font-size: 0.8rem;
  letter-spacing: 0.1em; opacity: 0;
  transition: opacity 0.3s;
}
.gallery-item:hover .gallery-caption { opacity: 1; }

/* LOCATION */
#helyszin { background: var(--white); }
.location-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start;
}
.location-features { margin-top: 2rem; }
.loc-item {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--cream-dark);
}
.loc-icon {
  width: 36px; height: 36px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--green-deep);
}
.loc-text h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; font-weight: 400;
  color: var(--green-deep); margin-bottom: 0.2rem;
}
.loc-text p { font-size: 0.85rem; color: var(--text-light); }
.map-box {
  background: var(--cream);
  height: 350px;
  position: relative;
  overflow: hidden;
}
.map-box iframe {
  width: 100%; height: 100%; border: none;
}

/* BOOKING / CONTACT */
#kapcsolat-section { background: #fff; }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;
}
.booking-contact-grid {
  display: grid; grid-template-columns: 2fr 1fr; gap: 5rem;
}
.booking-form { background: var(--white); padding: 3rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.2rem; }

/* CF7 Bootstrap grid */
.form-contact {
  background: var(--white);
  padding: 2rem;
}
.form-contact.row {
  display: flex; flex-wrap: wrap; margin-left: -0.75rem; margin-right: -0.75rem;
}
.form-contact .col-12 { flex: 0 0 100%; max-width: 100%; padding-left: 0.75rem; padding-right: 0.75rem; }
.form-contact .col-6 { flex: 0 0 50%; max-width: 50%; padding-left: 0.75rem; padding-right: 0.75rem; }
.form-contact.g-3 { gap: 0; row-gap: 0; }
.form-contact.mb-3 { margin-bottom: 1rem; }

/* CF7 inner p cleanup */
.form-contact p { margin: 0 0 1.2rem; }
.form-contact .wpcf7-form-control-wrap { display: block; }

label, .form-label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 0.4rem;
}
input, select, textarea,
input.form-control, select.form-control, textarea.form-control {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid var(--cream-dark);
  background: var(--cream);
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  color: var(--text-dark);
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--green-light);
  background: var(--white);
  box-shadow: none;
}
textarea { min-height: 100px; resize: vertical; }

.form-contact p br {
    display: none;
}
/* CF7 submit button */
.submit-btn,
input.wpcf7-submit {
  width: 100%;
  background: var(--green-deep);
  color: var(--cream);
  border: none;
  padding: 1.1rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 0.5rem;
} 
.submit-btn:hover,
input.wpcf7-submit:hover { background: var(--green-mid); }
input.wpcf7-submit:disabled { opacity: 0.6; cursor: default; }

/* CF7 checkbox acceptance */
.wpcf7-acceptance .wpcf7-list-item { display: flex; align-items: flex-start; gap: 0.6rem; margin:0;}
.wpcf7-acceptance label { display: flex; align-items: flex-start; gap: 0.6rem; text-transform: none; font-size: 0.78rem; letter-spacing: 0; color: var(--text-light); cursor: pointer; }
.wpcf7-acceptance input[type="checkbox"] { width: 16px !important; min-width: 16px; height: 16px !important; padding: 0 !important; flex-shrink: 0; margin-top: 0.15rem; background: var(--white) !important; border: 1px solid var(--cream-dark) !important; accent-color: var(--green-deep); -webkit-appearance: checkbox; appearance: checkbox; }

/* CF7 spinner */
.wpcf7-spinner { vertical-align: middle; margin-left: 0.5rem; }

/* CF7 validation */
.wpcf7-not-valid { border-color: #c0392b !important; }
.wpcf7-not-valid-tip { color: #c0392b; font-size: 0.72rem; display: block; margin-top: 0.3rem; }
.contact-info { padding: 1rem 0; }
.contact-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; font-weight: 300;
  color: var(--green-deep);
  margin-bottom: 2rem;
}
.contact-item {
  display: flex; align-items: flex-start; gap: 1rem;
  margin-bottom: 1.8rem;
}
.contact-icon {
  width: 42px; height: 42px;
  border: 1px solid rgba(200,168,75,0.4);
  border-radius: 50%;
  color: var(--green-deep);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 0.1rem;
}
.contact-detail h4 {
  font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--text-light); margin-bottom: 0.3rem;
}
.contact-detail a, .contact-detail p {
  font-size: 0.95rem; color: var(--text-dark);
  text-decoration: none; line-height: 1.5;
}
.contact-detail a:hover { color: var(--green-light); }
.checkin-info {
  background: var(--green-deep);
  padding: 1.5rem;
  margin-top: 2rem;
  color: var(--cream);
}
.checkin-info h4 { color: var(--gold); font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1rem; }
.checkin-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.88rem; padding: 0.4rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.checkin-row span:first-child { display: flex; align-items: center; gap: 0.6rem; }
.checkin-row svg { flex-shrink: 0; color: var(--gold); }
.checkin-row:last-child { border-bottom: none; }

.page.container {
  padding: 0 2rem;
  padding-top:8rem;padding-bottom:4rem;
}

/* PRICE TABLE – light background override (only inside .page.container) */
.page.container .price-table-wrap {
  margin-top: 2rem;
  overflow-x: auto;
  border-radius: 4px;
}
.page.container .price-table {
  width: 100%; border-collapse: collapse; font-size: 0.9rem;
}
.page.container .price-table th {
  background: var(--green-deep);
  color: var(--gold);
  padding: 1rem 1.4rem;
  text-align: left;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: 25%;
}
.page.container .price-table td {
  padding: 1rem 1.4rem;
  color: var(--text-dark);
  border-bottom: 1px solid rgba(26,51,34,0.1);
  vertical-align: middle;
  background: var(--white);
}
/* .page.container .price-table tbody tr:nth-child(even) td {
  background: var(--cream);
} */
.page.container .price-table tr:last-child td { border-bottom: none; }

.page.container .price-table td strong {
  color: var(--green-deep);
  display: block;
  margin-bottom: 0.25rem;
}
.page.container .price-table td span:not(.price-main) {
  font-size: 0.78rem;
  color: var(--text-light);
}
.page.container .price-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-weight: 400;
  color: var(--green-mid);
}
.page.container .price-main::after { content: ' Ft'; font-size: 0.8rem; font-weight: 400; color: var(--text-light); }
.page.container .price-notes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.page.container .price-note-card {
  background: var(--white);

  padding: 1.25rem 1.4rem;
  font-size: 0.84rem;
  color: var(--text-mid);
  line-height: 1.6;
  border-radius: 4px;
}
.page.container .price-note-card strong {
  color: var(--green-deep);
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* FOOTER */
footer {
  background: #111b14;
  color: rgba(245,240,232,0.6);
  padding: 3rem 4rem;
  text-align: center;
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 300;
  color: var(--cream);
  margin-bottom: 0.5rem;
}
.footer-logo span { color: var(--gold); }
.footer-address { font-size: 0.85rem; margin-bottom: 1.5rem; }
.footer-links { display: flex; gap: 2rem; justify-content: center; margin-bottom: 1.5rem; flex-wrap: wrap; list-style: none; padding: 0; }
.footer-links a { font-size: 0.8rem; color: rgba(245,240,232,0.5); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: 0.75rem; color: rgba(245,240,232,0.3); }
.footer-partners { display: flex; gap: 1.5rem; justify-content: center; margin-bottom: 1.5rem; flex-wrap: wrap; }
.footer-partners a { font-size: 0.78rem; color: var(--green-pale); text-decoration: none; transition: color 0.2s; }
.footer-partners a:hover { color: var(--gold); }

/* SCROLL INDICATOR */
.scroll-down {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: rgba(245,240,232,0.5);
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
  animation: bounce 2.5s infinite;
}
.scroll-line {
  width: 1px; height: 40px; background: rgba(200,168,75,0.5);
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* SUCCESS MSG */
.success-msg {
  display: none;
  background: rgba(74,140,92,0.15);
  border: 1px solid var(--green-light);
  color: var(--green-deep);
  padding: 1rem 1.5rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  text-align: center;
}

/* PROSE — sima szöveges oldalak (pl. adatkezelés) */
.prose-content {
  margin: 0 auto;
}

.prose-content h1,
.prose-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--green-deep);
  margin-top: 2.8rem;
  margin-bottom: 0.65rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--cream-dark);
  line-height: 1.25;
}

.prose-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--green-deep);
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.prose-content h4 {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-mid);
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
}

.prose-content p {
  font-size: 0.97rem;
  line-height: 1.85;
  color: var(--text-mid);
  margin-bottom: 1rem;
  font-weight: 300;
}

.prose-content p:first-child { margin-top: 0; }

.prose-content ul,
.prose-content ol {
  padding-left: 1.4rem;
  margin-bottom: 1rem;
  color: var(--text-mid);
  font-size: 0.97rem;
  line-height: 1.8;
  font-weight: 300;
}

.prose-content li { margin-bottom: 0.3rem; }

.prose-content a {
  color: var(--green-mid);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose-content a:hover { color: var(--green-light); }

.prose-content strong { font-weight: 600; color: var(--text-dark); }

.prose-content hr {
  border: none;
  border-top: 1px solid var(--cream-dark);
  margin: 2.5rem 0;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  nav { padding: 1rem 2rem; }
  .nav-links { display: none; }
  .nav-lang { display: none; }
  .nav-hamburger { display: flex; }
  section { padding: 5rem 2rem; }
  .about-grid, .location-grid, .contact-grid, .booking-contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .rooms-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .gallery-item:first-child { grid-column: span 2; grid-row: span 1; height: 260px; }
  .gallery-item:nth-child(4) { grid-column: span 1; }
  .hero-stats { gap: 2rem; }
  .price-notes { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .rooms-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: 2.8rem; }
  .hero-stats { display: none; }
  footer { padding: 2rem 1rem; }
  .footer-links { flex-direction: column; align-items: center; gap: 1rem; }
}
