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

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  background: #e7efdb url("../images/ui/top-bg.png") top repeat-x;
  color: #4c6f25;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.55;
}

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

a {
  color: #197a73;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

a:hover {
  color: #000000;
}

ul {
  list-style: none;
}

.site-wrapper {
  width: 940px;
  margin: 0 auto;
}

.topbar {
  padding-top: 8px;
}

.topbar-inner {
  width: 920px;
  margin: 0 auto;
  min-height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.menu-toggle {
  display: none;
  background: #4c6f25;
  color: #ffffff;
  border: 0;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

.menu-toggle:hover {
  background: #3f5d1f;
}

.main-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.main-nav a {
  display: block;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  transition: all 0.2s ease;
}

.main-nav a:hover {
  color: #e7efdb;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
}

.main-nav a.active {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 4px;
}

.quick-links a {
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 3px;
}

.quick-links a:hover {
  background: #ffffff;
  color: #4c6f25;
}

.logo-area {
  width: 940px;
  height: 223px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-link img {
  max-height: 180px;
  width: auto;
}

.hero {
  width: 940px;
  height: 333px;
  margin: 5px auto 10px;
  overflow: hidden;
}

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

.content-area {
  display: flex;
  gap: 20px;
  padding: 15px;
}

.sidebar {
  width: 300px;
  padding-left: 15px;
}

.sidebar-box {
  width: 260px;
  min-height: 250px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(190, 190, 190, 0.9);
  position: relative;
}

.sidebar-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 72px;
  background: url("../images/ui/mod-corner.gif") no-repeat right bottom;
}

.sidebar-box h3 {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 12px;
  color: #4c6f25;
}

.sidebar-box p + p {
  margin-top: 10px;
}

.main-content {
  width: 570px;
  margin-top: 20px;
}

.content-block {
  margin-bottom: 36px;
}

.content-block h2 {
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 12px;
  padding-left: 14px;
  border-left: 4px solid #7b9d4a;
  font-weight: bold;
  font-style: italic;
  color: #4c6f25;
}

.content-block p {
  margin-bottom: 10px;
}

.read-more {
  text-align: right;
  margin-top: 10px;
}

.read-more a {
  display: inline-block;
  font-weight: bold;
  color: #197a73;
}

.read-more a:hover {
  text-decoration: underline;
}

.site-footer {
  width: 940px;
  margin: 0 auto;
  padding: 5px 0;
  background: url("../images/ui/footer-bg.png") top center no-repeat;
}

.footer-inner {
  width: 900px;
  margin: 0 0 0 20px;
  padding: 13px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #4c6f25;
  gap: 10px;
}

.footer-col {
  min-height: 30px;
}

.footer-brand {
  width: 120px;
}

.footer-address {
  width: 210px;
}

.footer-info {
  width: 100px;
  margin-left: 10px;
}

.footer-contact {
  width: 340px;
  margin-left: auto;
}

.footer-mail {
  width: 120px;
  text-align: center;
}

.footer-brand h4,
.footer-info h4 {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

.footer-address p,
.footer-contact p,
.footer-mail p {
  font-size: 11px;
  line-height: 1.5;
}

.footer-sep {
  display: inline-block;
  margin: 0 6px;
  opacity: 0.7;
}

.copyright {
  width: 920px;
  margin: 0 auto 20px;
  text-align: right;
  font-size: 11px;
  color: #4c6f25;
}

.footer-links {
  width: 140px;
  text-align: right;
}

.footer-links a {
  display: block;
  font-size: 11px;
  line-height: 1.6;
  color: #4c6f25;
}

.footer-links a:hover {
  text-decoration: underline;
}
.subpage-layout {
  align-items: flex-start;
}

.subpage-layout .sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-list {
  margin: 0;
  padding-left: 18px;
}

.feature-list li {
  margin-bottom: 6px;
}

.content-image {
  display: block;
  width: auto;
  max-width: 180px;
  height: auto;
  margin-bottom: 12px;
}

.image-right {
  float: right;
  margin: 0 0 10px 18px;
  max-width: 180px;
}

.image-left {
  float: left;
  margin: 0 18px 10px 0;
  max-width: 180px;
}

.villa-section::after {
  content: "";
  display: block;
  clear: both;
}

.page-link-row {
  margin-top: 18px;
}

.inline-button {
  display: inline-block;
  padding: 10px 16px;
  border: 1px solid #7b9d4a;
  color: #4c6f25;
  background: #f7faf2;
  font-weight: bold;
}

.inline-button:hover {
  background: #e7efdb;
}

.bottom-panorama {
  width: 940px;
  margin: 0 auto;
  padding: 10px 0 0;
}

.bottom-panorama img {
  width: 100%;
  height: auto;
  display: block;
}

.back-link-row {
  width: 940px;
  margin: 8px auto 0;
}

.back-link {
  font-size: 13px;
  color: #4c6f25;
}

.back-link:hover {
  text-decoration: underline;
}


.details-table {
  margin-top: 10px;
  border-top: 1px solid #c8d8b3;
}

.details-row {
  display: flex;
  border-bottom: 1px solid #c8d8b3;
}

.details-label,
.details-value {
  padding: 10px 12px;
  vertical-align: top;
}

.details-label {
  width: 44%;
  font-weight: bold;
  background: #f4f8ee;
}

.details-value {
  width: 56%;
  background: #ffffff;
}

.equipment-list {
  padding-left: 20px;
}

.equipment-list li {
  margin-bottom: 8px;
}

.footer-links p {
  font-size: 11px;
  line-height: 1.7;
}

.footer-links a {
  color: #4c6f25;
}

.footer-links a:hover {
  text-decoration: underline;
}

.highlight-note {
  width: 940px;
  margin: 20px auto;
  padding: 12px 20px;
  text-align: center;
  font-size: 15px;
  color: #4c6f25;
}

.highlight-note strong {
  font-weight: bold;
}

.center-note {
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
}

.map-section {
  width: 940px;
  margin: 0 auto;
  padding: 20px 0;
}

.map-container {
  text-align: left;
}

.map-container h2 {
  font-size: 24px;
  font-style: italic;
  margin-bottom: 10px;
}

.map-address {
  margin-bottom: 20px;
  font-size: 14px;
}

.map-embed {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.price-section {
  width: 940px;
  margin: 0 auto;
  padding: 10px 0 20px;
}

.price-content {
  text-align: center;
}

.price-content h2 {
  font-size: 24px;
  font-style: italic;
  margin: 20px 0 10px;
  color: #4c6f25;
}

.price-date {
  margin-bottom: 18px;
  font-size: 15px;
  color: #4c6f25;
}

.price-image-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.price-image {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 0 10px rgba(190, 190, 190, 0.9);
  background: #fff;
}
.legal-section {
  width: 940px;
  margin: 0 auto;
  padding: 20px 0;
}

.legal-content {
  max-width: 720px;
  margin: 0 auto;
}

.legal-content h2 {
  font-size: 26px;
  margin-bottom: 20px;
  font-style: italic;
}

.legal-content h3 {
  margin-top: 18px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
}

.legal-content p {
  margin-bottom: 12px;
  line-height: 1.6;
}
.legal-list {
  margin: 10px 0 14px 20px;
}

.legal-list li {
  margin-bottom: 6px;
}

.legal-source {
  margin-top: 18px;
}
.contact-section {
  width: 940px;
  margin: 0 auto;
  padding: 20px 0;
}

.contact-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.contact-content h2 {
  font-size: 26px;
  margin-bottom: 18px;
  font-style: italic;
  color: #4c6f25;
}

.contact-intro {
  margin-bottom: 18px;
}

.contact-card {
  display: inline-block;
  min-width: 320px;
  max-width: 350px;
  padding: 24px 30px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(190, 190, 190, 0.9);
  text-align: center;
}

.contact-card p + p {
  margin-top: 10px;
}
.gallery-section {
  width: 940px;
  margin: 0 auto;
  padding: 10px 0 24px;
}

.gallery-content {
  text-align: center;
}

.gallery-content h2 {
  font-size: 26px;
  margin-bottom: 10px;
  font-style: italic;
  color: #4c6f25;
}

.gallery-intro {
  margin-bottom: 22px;
}

.gallery-grid {
  column-count: 3;
  column-gap: 18px;
  text-align: left;
}

.gallery-item {
  display: block;
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(190, 190, 190, 0.9);
  overflow: hidden;
  break-inside: avoid;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
  z-index: 2000;
}

.lightbox.is-open {
  display: flex;
}

.lightbox-image {
  max-width: min(100%, 1100px);
  max-height: 85vh;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}
.center-note-wrapper {
  width: 940px;
  margin: 10px auto 0;
}

.center-note-inner {
  width: 570px;    
  margin-left: 0;    
  margin-right: 0;
  text-align: left;
  font-size: 14px;
  font-style: italic;
  color: #6a8b3c;
}