:root {
  --bg: #efe3d3;
  --bg-soft: #f6ede2;
  --surface: rgba(255, 250, 244, 0.9);
  --text: #34251f;
  --muted: #70564e;
  --primary: #8e2f3f;
  --primary-dark: #6d2230;
  --border: rgba(122, 75, 65, 0.16);
  --shadow: 0 18px 40px rgba(64, 32, 26, 0.12);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Figtree', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #efe3d3 0%, #f6ede2 50%, #eadcc9 100%);
}

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

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  padding: 5rem 0;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.review,
.house-card,
.booking-form,
.booking-highlights,
.contact-card,
.map-card {
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.review:hover,
.booking-form:hover,
.booking-highlights:hover,
.contact-card:hover,
.map-card:hover {
  border-color: var(--primary-dark);
box-shadow: 0 20px 44px rgba(109, 34, 48, 0.18);
  transform: translateY(-4px);
}
.house-card:hover{ border-color: var(--primary-dark);
box-shadow: 0 20px 44px rgba(109, 34, 48, 0.18);}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(239, 227, 211, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(124, 76, 67, 0.12);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: var(--text);
}
.phone-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1rem;
}

.phone-row select,
.phone-row input {
  width: 100%;
}
.brand-mark {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background: transparent;
  flex-shrink: 0;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-text strong {
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.brand-text small {
  color: var(--muted);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.nav a {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
}

.nav a:hover,
.site-footer a:hover {
  color: var(--primary);
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.7rem;
  cursor: pointer;
  color: var(--primary-dark);
}

.lang-switch {
  display: inline-flex;
  padding: 0.25rem;
  border-radius: 999px;
  background: rgba(142, 47, 63, 0.09);
  border: 1px solid rgba(142, 47, 63, 0.12);
}

.lang-btn {
  border: 0;
  background: transparent;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  color: var(--muted);
}

.lang-btn.active {
  background: var(--primary);
  color: white;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(48, 31, 25, 0.34), rgba(48, 31, 25, 0.34)),
    url('images/hero.jpg') center/cover no-repeat; /* dimensions:; 1600px to 2200px wide */
    /*
    darker or lighter, you can also adjust this part: linear-gradient(rgba(48, 31, 25, 0.34), rgba(48, 31, 25, 0.34))
    */
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(45, 29, 24, 0.55) 0%, rgba(45, 29, 24, 0.25) 48%, rgba(45, 29, 24, 0.08) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 2rem;
  padding: 5rem 0;
}

.eyebrow,
.section-label,
.house-kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  font-weight: 700;
}

.eyebrow {
  color: #f8ddd2;
}

.section-label,
.house-kicker {
  color: var(--primary);
  opacity: 0.95;
  margin-bottom: 0.35rem;
  display: inline-block;
}



.hero h1 {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
}

.hero h1,
.intro h2,
.section-heading h2 {
  margin: 0.35rem 0 0.9rem;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  line-height: 1.1;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.intro h2,
.section-heading h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  color: var(--primary-dark);
  position: relative;
  display: inline-block;
  padding-bottom: 0.45rem;
}

.intro h2::after,
.section-heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), #c06a7a);
}

.intro h2::after,
.section-heading h2::after,
.booking h2::after,
.about h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), #c06a7a);
}

.hero-copy {
  max-width: 690px;
  color: #fff8f1;
}

.hero-text {
  max-width: 620px;
  font-size: 1.08rem;
  line-height: 1.8;
  color: #f6e8e0;
}

.hero-card {
  align-self: end;
  padding: 1.7rem;
}

.hero-card h2,
.booking-highlights h3,
.map-card h3 {
  margin-top: 0;
  font-family: 'Fraunces', serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.feature-list,
.amenities {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.feature-list li,
.amenities li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--text);
}

.feature-list li::before,
.amenities li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--primary);
  font-size: 1.2rem;
}

.compact li {
  font-size: 0.96rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  padding: 0.95rem 1.3rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--primary);
  color: #fff9f7;
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-secondary {
  background: rgba(255, 248, 243, 0.16);
  color: white;
  border: 1px solid rgba(255, 248, 243, 0.38);
}

.btn-full {
  width: 100%;
}

.btn-outline {
  background: transparent;
  color: var(--primary);
  border: 1.5px solid var(--primary);
}

.btn-outline:hover {
  background: var(--primary);
  color: #fff9f7;
}

.house-card-footer {
  margin-top: 1.25rem;
  display: flex;
  justify-content: flex-end;
}

.lang-btn[data-lang="el"],
.lang-btn[data-lang="en"] {
  display: none;
}

.lang-switch {
  display: none;
}

/* ── Scroll indicator ── */
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.scroll-indicator span {
  display: block;
  width: 22px;
  height: 22px;
  border-right: 2px solid rgba(255, 248, 243, 0.65);
  border-bottom: 2px solid rgba(255, 248, 243, 0.65);
  transform: rotate(45deg);
  animation: scrollBounce 1.5s ease infinite;
}

@keyframes scrollBounce {
  0%, 100% { transform: rotate(45deg) translateY(0); opacity: 0.6; }
  50% { transform: rotate(45deg) translateY(7px); opacity: 1; }
}

/* ── CTA strip ── */
.cta-strip {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  padding: 3.5rem 0;
}

.cta-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.cta-strip-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  color: #fff9f7;
  margin: 0 0 0.4rem;
  font-weight: 400;
  line-height: 1.1;
}

.cta-strip-sub {
  color: rgba(255, 249, 247, 0.72);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
}

.cta-strip-btn {
  background: #fff9f7;
  color: var(--primary-dark);
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
}

.cta-strip-btn:hover {
  background: #f0e4da;
}

@media (max-width: 640px) {
  .cta-strip-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── Discover Vouni section ── */
.vouni-intro {
  color: var(--muted);
  line-height: 1.8;
  max-width: 640px;
  margin: 0 0 2rem;
}

.vouni-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 0.75rem;
}

.vouni-item--large {
  grid-column: span 2;
}

.vouni-item {
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--border);
}

.vouni-item--large {
  aspect-ratio: 16 / 9;
}

.vouni-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.vouni-item:hover img {
  transform: scale(1.04);
}

@media (max-width: 980px) {
  .vouni-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vouni-item--large {
    grid-column: span 2;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 640px) {
  .vouni-grid {
    grid-template-columns: 1fr;
  }

  .vouni-item--large {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }
}

/* ── Booking page ── */
.booking-page-hero {
  padding: 4rem 0 2rem;
}

.booking-page-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--primary-dark);
  margin: 0.25rem 0 0.75rem;
  line-height: 1.05;
}

.booking-page-subtitle {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 520px;
  margin: 0;
}

.booking-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2rem;
  align-items: start;
}

.booking-info-card {
  padding: 1.6rem;
}

.booking-info-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.5rem;
  margin: 0 0 1.1rem;
}

.booking-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.booking-steps li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.step-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  margin-top: 1px;
}

.booking-steps li strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.95rem;
}

.booking-steps li p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 980px) {
  .booking-page-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Our Houses page ── */
.houses-detail-section {
  padding: 5rem 0;
}

.houses-detail-section + .houses-detail-section {
  padding-top: 0;
}

.house-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
}

.house-detail .house-detail-image {
  align-self: start;
}

.house-detail.reverse {
  direction: rtl;
}

.house-detail.reverse > * {
  direction: ltr;
}

.house-detail-image {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.house-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.house-detail-body {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  min-height: 100%;
}


.house-detail-body h2 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--primary-dark);
  margin: 0;
  line-height: 1.1;
}

.house-detail-body p {
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}

.price-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
  background: rgba(142, 47, 63, 0.08);
  border: 1px solid rgba(142, 47, 63, 0.18);
  border-radius: 999px;
  padding: 0.5rem 1.1rem;
  width: fit-content;
}

.price-amount {
  font-family: 'Fraunces', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--primary-dark);
  line-height: 1;
}

.price-label {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 500;
}

.house-amenities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.house-amenities-grid li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 0.95rem;
  color: var(--text);
}

.house-amenities-grid li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-size: 1.1rem;
  top: -1px;
}

.house-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: auto;
}

.house-detail-body .price-amount {
  font-size: 1.1rem;
  font-weight: 400;
}

.house-detail-divider {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
  height: 1px;
  background: var(--border);
}

@media (max-width: 980px) {
  .house-detail,
  .house-detail.reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .house-amenities-grid {
    grid-template-columns: 1fr;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.intro-grid,
.booking-grid,
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.intro-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.03rem;
  align-self: end;
}

.section-heading {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-heading p {
  margin: 0 0 0.35rem;
}

.section-heading h2 {
  margin-top: 0;
}

.intro-grid {
  align-items: end;
  gap: 2rem;
}

.house-grid,
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}

.house-card {
  overflow: hidden;
}

.house-image {
  min-height: 360px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.house-price-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 249, 247, 0.92);
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  letter-spacing: 0.03em;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(142, 47, 63, 0.15);
  box-shadow: 0 2px 8px rgba(64, 32, 26, 0.12);
}

.image-mono {
  background-image: linear-gradient(rgba(59, 34, 27, 0.12), rgba(59, 34, 27, 0.12)), url(images/image-mono-home.jpeg); /* Alles foto - update */
}

.image-dipato {
  background-image: linear-gradient(rgba(59, 34, 27, 0.12), rgba(59, 34, 27, 0.12)), url(images/image-dipato-home.jpeg); /* Alles foto - update */
}

.house-body,
.review,
.booking-form,
.booking-highlights,
.contact-card,
.map-card {
  padding: 1.6rem;
}

.house-body p,
.review p,
.intro-text,
.booking-text,
.about-text {
  line-height: 1.75;
  color: var(--muted);
}

.house-body h3 {
  margin: 0.35rem 0 0.65rem;
  font-family: 'Fraunces', serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 1rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-sm);
  min-height: 220px;
  background: #e9ddd3;
  cursor: pointer;
}

.gallery-photo {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-photo.loaded {
  opacity: 1;
}


.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.reviews-grid {
  grid-template-columns: repeat(3, 1fr);
}

.review strong {
  color: var(--text);
}

.booking-form {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.form-group {
  display: grid;
  gap: 0.45rem;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(119, 79, 68, 0.18);
  background: rgba(255, 255, 255, 0.84);
  font: inherit;
  color: var(--text);
  box-sizing: border-box;
}

input[type="date"] {
  min-width: 0;
  width: 100%;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(142, 47, 63, 0.22);
  border-color: rgba(142, 47, 63, 0.42);
}

.form-message {
  margin: 0;
  min-height: 1.2rem;
  font-size: 0.95rem;
  color: var(--primary);
}

.map-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.map-wrap iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
}

.map-directions-link {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  transition: color 0.2s;
}

.map-directions-link:hover {
  color: var(--primary-dark);
}

.site-footer {
  border-top: 1px solid rgba(122, 75, 65, 0.12);
  background: rgba(255, 251, 247, 0.8);
  margin-top: 4rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  padding: 3.5rem 0 2rem;
}

.footer-logo {
  height: 52px;
  width: auto;
  object-fit: contain;
  margin-bottom: 0.75rem;
  display: block;
}

.footer-tagline {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 240px;
}

.footer-links h4,
.footer-contact h4 {
  font-family: 'Fraunces', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.85rem;
  letter-spacing: 0.03em;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links ul li a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-links ul li a:hover {
  color: var(--primary);
}

.footer-contact p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.8;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 1.2rem 0;
  text-align: center;
}

.footer-bottom p {
  color: var(--muted);
  font-size: 0.85rem;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
}

.site-footer a {
  color: var(--text);
  text-decoration: none;
}

@media (max-width: 980px) {
  .hero-content,
  .intro-grid,
  .booking-grid,
  .about-grid,
  .house-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

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

  .nav-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 1rem;
    left: 1rem;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: rgba(255, 252, 248, 0.98);
    border: 1px solid var(--border);
    border-radius: 20px;
    box-shadow: var(--shadow);
    display: none;
  }

  .nav.open {
    display: flex;
  }

  .lang-switch {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .phone-row {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 4rem 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 4rem 0;
  }

  .section-divider {
    display: none;
  }

  input[type="date"] {
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
  }

  .form-row,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.5rem 0 1.5rem;
  }
}



.gallery-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.gallery-item:hover .gallery-photo {
  transform: scale(1.04);
}

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

.lightbox.open {
  display: flex;
}

.lightbox-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.lightbox-content img {
  pointer-events: auto;
}

.lightbox img {
  max-width: min(1100px, 90vw);
  max-height: 88vh;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  user-select: none;
  -webkit-user-drag: none;
}

.lightbox-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border: 0;
  background: rgba(255, 255, 255, 0.14);
  color: white;
  font-size: 2rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2100;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 2100;
  display: grid;
  place-items: center;
}

.lightbox-prev {
  left: 1.25rem;
}

.lightbox-next {
  right: 1.25rem;
}

.lightbox-nav:hover,
.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.24);
}

@media (max-width: 768px) {
  .lightbox {
    padding: 1rem;
  }

  .lightbox-nav {
    width: 46px;
    height: 46px;
    font-size: 1.6rem;
  }

  .lightbox-prev {
    left: 0.75rem;
  }

  .lightbox-next {
    right: 0.75rem;
  }

  .lightbox-close {
    top: 0.75rem;
    right: 0.75rem;
  }
}

.instagram-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--primary);
  border: 1px solid rgba(142, 47, 63, 0.18);
  background: rgba(142, 47, 63, 0.06);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.instagram-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.instagram-link:hover {
  transform: translateY(-1px);
  background: rgba(142, 47, 63, 0.06);
  color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 8px 18px rgba(142, 47, 63, 0.12);
}

.section-divider {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.section-divider span {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(142, 47, 63, 0) 0%,
    rgba(142, 47, 63, 0.35) 18%,
    rgba(142, 47, 63, 0.9) 50%,
    rgba(142, 47, 63, 0.35) 82%,
    rgba(142, 47, 63, 0) 100%
  );
  position: relative;
}

.section-divider span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--bg-soft);
  border: 1px solid rgba(142, 47, 63, 0.5);
  box-shadow: 0 0 0 4px rgba(246, 237, 226, 0.9);
}

@media (max-width: 820px) {
  .date-row {
    grid-template-columns: 1fr;
  }

  input[type="date"] {
    padding: 0.75rem 0.6rem;
    font-size: 0.9rem;
  }
}