:root {
  --bg: #f5f1ea;
  --bg-soft: #efe8de;
  --text: #1f1b17;
  --muted: #6e6256;
  --line: rgba(31, 27, 23, 0.1);
  --white: #ffffff;
  --dark: #161311;
  --accent: #b89163;
  --accent-dark: #9a7449;
  --shadow: 0 20px 50px rgba(26, 17, 8, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.narrow { max-width: 760px; }
.site-header {
  position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px);
  background: rgba(245, 241, 234, 0.82); border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 82px; }
.brand { display: grid; line-height: 1; }
.brand-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); }
.brand-name { font-family: "Cormorant Garamond", serif; font-size: 34px; font-weight: 600; }
.nav { display: flex; align-items: center; gap: 24px; font-size: 15px; }
.nav a { color: var(--muted); }
.nav a:hover, .text-link:hover { color: var(--text); }
.header-cta, .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 14px 22px; font-weight: 600; transition: .25s ease;
}
.header-cta, .btn-primary { background: var(--dark); color: var(--white); }
.header-cta:hover, .btn-primary:hover { transform: translateY(-1px); background: #000; }
.btn-secondary { border: 1px solid rgba(255,255,255,.28); color: var(--white); background: rgba(255,255,255,.08); }
.page-hero .btn-secondary, .cta-section .btn-secondary, .map-card .btn-secondary { color: var(--text); border-color: var(--line); background: transparent; }
.hero-section, .villa-hero { position: relative; min-height: 88vh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-media, .villa-hero-image { position: absolute; inset: 0; background-position: center; background-size: cover; transform: scale(1.03); }
.hero-overlay, .villa-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(14,12,11,.82), rgba(14,12,11,.35), rgba(14,12,11,.08));
}
.hero-content, .villa-hero-content { position: relative; z-index: 1; padding: 110px 0 72px; color: var(--white); }
.eyebrow { margin: 0 0 10px; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); }
h1, h2, h3, h4 { margin: 0 0 14px; line-height: 1.05; }
h1, h2 { font-family: "Cormorant Garamond", serif; font-weight: 600; }
h1 { font-size: clamp(3rem, 7vw, 6rem); max-width: 900px; }
h2 { font-size: clamp(2.1rem, 4vw, 3.6rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 16px; color: var(--muted); }
.hero-text, .villa-subtitle { max-width: 760px; color: rgba(255,255,255,.86); font-size: 1.1rem; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.section { padding: 96px 0; }
.alt-section { background: var(--bg-soft); }
.section-head { max-width: 720px; margin-bottom: 36px; }
.section-head.centered { margin-inline: auto; text-align: center; }
.property-grid, .guide-grid, .services-grid, .icon-grid, .gallery-grid {
  display: grid; gap: 24px;
}
.property-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.property-card, .guide-card, .service-card, .icon-card, .contact-card, .form-card, .map-card, .villa-facts {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden;
}
.property-image img, .guide-card img { aspect-ratio: 4 / 3; object-fit: cover; }
.property-body, .guide-body, .service-card, .icon-card, .contact-card, .form-card, .map-card, .villa-facts { padding: 24px; }
.property-tags, .property-meta, .hero-stats, .bullet-list { display: flex; flex-wrap: wrap; gap: 10px; }
.property-tags span, .property-meta span, .hero-stats span, .bullet-list span, .amenity-pill {
  display: inline-flex; align-items: center; border-radius: 999px; padding: 8px 12px; background: #f6f2ec; color: var(--text); font-size: 14px;
}
.text-link { font-weight: 600; color: var(--text); }
.icon-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.icon-card { min-height: 190px; }
.guide-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cta-box {
  background: linear-gradient(135deg, #1d1814 0%, #32261f 100%);
  color: var(--white); border-radius: 32px; padding: 42px; display: grid; gap: 24px; align-items: center;
  grid-template-columns: 1.4fr .9fr;
}
.cta-box p { color: rgba(255,255,255,.78); }
.page-hero.small-hero, .guide-hero {
  padding: 88px 0 32px; background: linear-gradient(180deg, #efe8de 0%, #f5f1ea 100%);
}
.villa-intro-grid, .amenities-layout, .contact-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; align-items: start; }
.villa-facts ul { list-style: none; padding: 0; margin: 0; }
.villa-facts li { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gallery-item img { aspect-ratio: 1 / 1; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); }
.amenities-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.block-btn { width: 100%; }
.enquiry-box { grid-template-columns: 1fr 1.2fr; }
.enquiry-form { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
input, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 15px 16px;
  font: inherit; background: rgba(255,255,255,.96); color: var(--text);
}
textarea { resize: vertical; }
.success-box {
  margin-bottom: 16px; padding: 14px 16px; border-radius: 16px; background: #e7f6ea; color: #204d2c; font-weight: 600;
}
.back-link { display: inline-flex; margin-bottom: 18px; color: rgba(255,255,255,.84); }
.site-footer { padding: 60px 0 28px; background: #1b1714; color: rgba(255,255,255,.8); }
.site-footer a { display: block; margin-bottom: 8px; color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 24px; }
.footer-brand { font-family: "Cormorant Garamond", serif; font-size: 34px; color: var(--white); margin-bottom: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 24px; padding-top: 16px; display: flex; justify-content: space-between; gap: 20px; font-size: 14px; }
.small-card .property-image img { aspect-ratio: 16 / 10; }
code { background: #f1ece5; padding: 3px 7px; border-radius: 8px; }
@media (max-width: 1100px) {
  .icon-grid, .guide-grid, .services-grid, .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .property-grid, .villa-intro-grid, .amenities-layout, .contact-layout, .cta-box, .enquiry-box { grid-template-columns: 1fr; }
}
@media (max-width: 840px) {
  .header-inner { min-height: auto; padding: 16px 0; flex-wrap: wrap; }
  .nav { order: 3; width: 100%; overflow-x: auto; padding-bottom: 8px; }
  .section { padding: 72px 0; }
  .property-grid, .guide-grid, .services-grid, .icon-grid, .gallery-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .hero-content, .villa-hero-content { padding: 100px 0 54px; }
  h1 { font-size: clamp(2.6rem, 11vw, 4.6rem); }
  .cta-box { padding: 28px; }
  .footer-bottom { flex-direction: column; }
}

.btn-outline {
  border: 1px solid var(--line);
  color: var(--text);
  background: transparent;
}
.btn-outline:hover { transform: translateY(-1px); }

.featured-split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.featured-spotlight {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  background: var(--white);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.featured-spotlight-image img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.featured-spotlight-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.photo-ready-band {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: center;
  background: var(--white);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 34px;
}
.photo-folder-list {
  display: grid;
  gap: 12px;
}
.photo-folder-list span {
  display: block;
  border-radius: 16px;
  background: #f6f2ec;
  padding: 14px 16px;
  color: var(--text);
  font-size: 14px;
}
.afthonia-style-hero {
  min-height: 94vh;
}
.villa-overview-section {
  padding-top: 64px;
}
.villa-overview-grid {
  display: grid;
  grid-template-columns: 1.1fr .65fr;
  gap: 32px;
  align-items: start;
}
.booking-summary-card {
  position: sticky;
  top: 108px;
  background: var(--white);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 28px;
}
.summary-price {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 20px;
}
.summary-price small {
  font-family: "Inter", sans-serif;
  font-size: .95rem;
  color: var(--muted);
}
.booking-summary-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.booking-summary-card li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.gallery-showcase {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  margin-bottom: 18px;
}
.gallery-showcase-main img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.gallery-showcase-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.gallery-side-item img,
.extra-gallery-grid .gallery-item img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.related-villas-section {
  padding-top: 40px;
}

@media (max-width: 1100px) {
  .featured-split-grid,
  .featured-spotlight,
  .photo-ready-band,
  .villa-overview-grid,
  .gallery-showcase { grid-template-columns: 1fr; }
  .booking-summary-card { position: static; }
}

@media (max-width: 840px) {
  .gallery-showcase-side { grid-template-columns: 1fr 1fr; }
}
