/* Ensures elegant serif spacing/weight in the hero heading */
html {
  scroll-behavior: smooth;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.hero-heading {
  line-height: 1.1;
  letter-spacing: -0.01em;
}

/* Active navigation underline style */
.nav-active {
  position: relative;
}

.nav-active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #81863d;
}

.site-header {
  transition: background-color 180ms ease, backdrop-filter 180ms ease, border-color 180ms ease;
}

.site-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-height: 5rem; /* match .h-20 header row */
  padding-block: 0.35rem;
  line-height: 0;
}

.site-logo-link:focus-visible {
  outline: 2px solid #81863d;
  outline-offset: 4px;
}

/* Fits the 80px (h-20) bar: leaves vertical margin, scales wide marks down on narrow viewports */
.site-logo-img {
  display: block;
  width: auto;
  height: auto;
  max-height: clamp(2.5rem, 8vw, 3.25rem);
  max-width: min(10.5rem, 46vw);
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 480px) {
  .site-logo-img {
    max-height: clamp(2.75rem, 6.5vw, 3.5rem);
    max-width: min(12rem, 42vw);
  }
}

@media (min-width: 768px) {
  .site-logo-link {
    padding-block: 0.4rem;
  }

  .site-logo-img {
    max-height: 3.5rem; /* 56px in 80px bar */
    max-width: min(14rem, 38vw);
  }
}

@media (min-width: 1024px) {
  .site-logo-img {
    max-height: 3.625rem;
    max-width: 15rem;
  }
}

.site-header.header-scrolled {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-color: rgba(229, 231, 235, 0.8);
}

/* Floating WhatsApp (public pages — skipped on admin-page via app.js) */
.whatsapp-float {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 60;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.whatsapp-float:hover {
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}

.whatsapp-float:focus-visible {
  outline: 3px solid #1a73e8;
  outline-offset: 3px;
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

/* Overlay to improve hero text readability over the image */
.hero-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

/* About section matching provided reference layout */
.about-preview {
  font-family: "Inter", sans-serif;
}

.about-preview h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 4.4vw, 3.5rem);
  letter-spacing: -0.015em;
  line-height: 1.14;
  font-weight: 700;
  color: #222;
}

.about-preview-text {
  max-width: 820px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.75;
  font-weight: 400;
  color: #4a4a4a;
  letter-spacing: 0;
}

.about-preview-note {
  font-size: 1.08rem;
  line-height: 1.75;
  font-weight: 400;
  color: #4a4a4a;
  letter-spacing: 0;
}

.about-preview-btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

@media (max-width: 768px) {
  .about-preview h2 {
    font-size: 2rem !important;
    line-height: 1.2;
  }

  .about-preview-text {
    font-size: 1rem;
    line-height: 1.7;
  }

  .about-preview-note {
    font-size: 1rem;
    line-height: 1.7;
  }

  .about-preview-btn {
    font-size: 1rem;
    padding: 0.72rem 1.7rem !important;
  }
}

/* Services section matching provided reference */
.services-section {
  background: #e9dfcf;
}

.services-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 820px;
  margin: 0 auto;
}

.service-card {
  background: #f3f3f3;
  border-radius: 16px;
  padding: 2.15rem 1.75rem 1.65rem;
  border: 1px solid #e6e2db;
  box-shadow: 0 8px 18px rgba(33, 30, 21, 0.07);
}

.service-icon {
  color: #858333;
  width: 2.3rem;
  height: 2.3rem;
  margin-bottom: 1rem;
}

.service-icon svg {
  width: 100%;
  height: 100%;
}

.service-title {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #232323;
  margin-bottom: 0.95rem;
}

.service-text {
  font-family: "Inter", sans-serif;
  font-size: 1.08rem;
  line-height: 1.72;
  color: #4a4a4a;
  margin-bottom: 1.35rem;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid #dfdfdf;
  background: #f8f8f8;
  color: #222;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1.2;
  transition: background-color 0.2s ease;
}

.service-btn:hover {
  background: #ffffff;
}

.service-btn svg {
  width: 0.95rem;
  height: 0.95rem;
}

@media (max-width: 768px) {
  .services-section h2 {
    font-size: 2.1rem !important;
  }

  .services-subtitle {
    font-size: 1rem;
    line-height: 1.65;
  }

  .service-title {
    font-size: 1.95rem;
    line-height: 1.2;
  }

  .service-text {
    font-size: 1rem;
    line-height: 1.68;
  }
}

/* Why section matching provided reference */
.why-section {
  background: #f5f5f5;
}

.why-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 4.3vw, 3.35rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #202020;
  margin-bottom: 1rem;
}

.why-subtitle {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.18rem;
  line-height: 1.65;
  color: #414141;
}

.why-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.9rem;
  margin-bottom: 4.25rem;
  border: 1px solid #dedede;
  background: #f9f9f9;
  color: #222;
  padding: 0.7rem 1.1rem;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  transition: background-color 0.2s ease;
}

.why-btn:hover {
  background: #ffffff;
}

.why-btn svg {
  width: 0.95rem;
  height: 0.95rem;
}

.why-accent-strip {
  width: 100%;
  height: 18px;
  background: #b8d7de;
}

@media (max-width: 768px) {
  .why-title {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .why-subtitle {
    font-size: 1rem;
    line-height: 1.65;
  }

  .why-btn {
    margin-bottom: 3rem;
    font-size: 0.96rem;
  }
}

/* Testimonials section prepared for future DB-backed feedback */
.testimonials-section {
  background: #a9cfd9;
}

.testimonials-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 4.2vw, 3.25rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #1f1f1f;
}

.testimonial-card {
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(36, 39, 40, 0.1);
  padding: 1.45rem 1.3rem 1.15rem;
}

.testimonial-quote-mark {
  font-size: 2.5rem;
  line-height: 1;
  color: #dfddd7;
  margin-bottom: 0.5rem;
}

.testimonial-text {
  font-family: "Inter", sans-serif;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #3f3f3f;
  margin-bottom: 1.45rem;
  min-height: 9.5rem;
}

.testimonial-name {
  font-family: "Inter", sans-serif;
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1f1f1f;
}

.testimonial-role {
  font-family: "Inter", sans-serif;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #4e4e4e;
}

.testimonial-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid #d8d8d8;
  background: #f8f8f8;
  color: #222;
  padding: 0.62rem 1rem;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  transition: background-color 0.2s ease;
}

.testimonial-btn:hover {
  background: #fff;
}

.testimonial-btn svg {
  width: 0.95rem;
  height: 0.95rem;
}

@media (max-width: 768px) {
  .testimonials-title {
    font-size: 2.1rem;
  }

  .testimonial-card {
    padding: 1.3rem 1.1rem 1rem;
  }

  .testimonial-text {
    min-height: unset;
    font-size: 0.98rem;
    line-height: 1.68;
    margin-bottom: 1.1rem;
  }

  .testimonial-name {
    font-size: 1.28rem;
  }

  .testimonial-role {
    font-size: 0.98rem;
  }
}

/* Blog section prepared for DB-backed posts */
.blog-section {
  background: #f5f5f5;
}

.blog-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.3rem, 4.2vw, 3.2rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #1f1f1f;
}

.blog-subtitle {
  margin-top: 0.95rem;
  font-family: "Inter", sans-serif;
  font-size: 1.14rem;
  line-height: 1.6;
  color: #4a4a4a;
}

.blog-card {
  border: 1px solid #dfdfdf;
  border-radius: 14px;
  overflow: hidden;
  background: #f7f7f7;
  box-shadow: 0 6px 14px rgba(28, 32, 34, 0.08);
}

.blog-card-cover {
  min-height: 210px;
  background: #e4d7c3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c5bba9;
  font-family: "Playfair Display", serif;
  font-size: 4.2rem;
  font-weight: 700;
}

.blog-card-body {
  padding: 1rem 1.2rem 1.25rem;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
  color: #666;
}

.blog-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.blog-card-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 1.18;
  color: #1f1f1f;
  margin-bottom: 0.75rem;
}

.blog-card-excerpt {
  font-family: "Inter", sans-serif;
  font-size: 1.03rem;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 0.95rem;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #7a8133;
  font-family: "Inter", sans-serif;
  font-size: 1.06rem;
  line-height: 1.2;
  font-weight: 500;
}

.blog-read-more:hover {
  color: #676e28;
}

.blog-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid #d8d8d8;
  background: #f8f8f8;
  color: #222;
  padding: 0.62rem 1rem;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  transition: background-color 0.2s ease;
}

.blog-all-btn:hover {
  background: #fff;
}

.blog-all-btn svg {
  width: 0.95rem;
  height: 0.95rem;
}

@media (max-width: 768px) {
  .blog-title {
    font-size: 2.1rem;
  }

  .blog-subtitle {
    font-size: 1rem;
  }

  .blog-card-cover {
    min-height: 170px;
    font-size: 3.3rem;
  }

  .blog-card-title {
    font-size: 1.7rem;
  }

  .blog-card-excerpt {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .blog-read-more {
    font-size: 1rem;
  }
}

/* Footer section matching provided reference */
.site-footer {
  background: #808631;
  color: #f3f1e9;
  padding-top: 5.2rem;
  padding-bottom: 2.6rem;
}

.footer-cta-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.35rem, 4vw, 3.2rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.footer-cta-subtitle {
  margin-top: 1.15rem;
  font-family: "Inter", sans-serif;
  font-size: 1.24rem;
  line-height: 1.6;
  color: rgba(243, 241, 233, 0.96);
}

.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.7rem;
  padding: 0.82rem 1.55rem;
  border-radius: 6px;
  border: 1px solid #dfdbcf;
  background: #ece6d9;
  color: #222;
  font-family: "Inter", sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.footer-cta-btn:hover {
  background: #f4efe5;
}

.footer-cta-btn svg {
  width: 0.95rem;
  height: 0.95rem;
}

.footer-bottom-grid {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2.5rem;
}

.footer-brand {
  font-family: "Playfair Display", serif;
  font-size: 2.15rem;
  line-height: 1.2;
  color: #f3f1e9;
}

.footer-small-text {
  margin-top: 1rem;
  max-width: 460px;
  font-family: "Inter", sans-serif;
  font-size: 1.07rem;
  line-height: 1.7;
  color: rgba(243, 241, 233, 0.92);
}

.footer-col-title {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #f3f1e9;
}

.footer-links {
  margin-top: 1rem;
  display: grid;
  gap: 0.65rem;
  font-family: "Inter", sans-serif;
  font-size: 1.08rem;
  line-height: 1.4;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-contact {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Inter", sans-serif;
  font-size: 1.08rem;
  line-height: 1.5;
  color: rgba(243, 241, 233, 0.96);
}

.footer-contact.footer-contact-whatsapp {
  margin-top: 0.55rem;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-feedback-btn {
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(243, 241, 233, 0.45);
  background: rgba(243, 241, 233, 0.08);
  color: #f3f1e9;
  border-radius: 6px;
  padding: 0.48rem 0.72rem;
  font-family: "Inter", sans-serif;
  font-size: 0.92rem;
  line-height: 1.2;
}

.footer-feedback-btn:hover {
  background: rgba(243, 241, 233, 0.16);
}

.footer-legal-row {
  margin-top: 1.65rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(243, 241, 233, 0.22);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 0.98rem;
  line-height: 1.45;
  color: rgba(243, 241, 233, 0.82);
}

.footer-legal-links {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
}

.footer-legal-links a:hover {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .site-footer {
    padding-top: 4.2rem;
  }

  .footer-cta-title {
    font-size: 2.2rem;
  }

  .footer-cta-subtitle {
    font-size: 1.04rem;
  }

  .footer-bottom-grid {
    margin-top: 4rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-brand {
    font-size: 1.85rem;
  }

  .footer-small-text,
  .footer-links,
  .footer-contact {
    font-size: 1rem;
  }

  .footer-legal-row {
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.92rem;
  }

  .footer-legal-links {
    gap: 1rem;
    flex-wrap: wrap;
  }
}

/* Feedback page */
.feedback-page {
  background: #f5f5f5;
}

.feedback-hero {
  background: #add8e3;
}

.feedback-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 4.7vw, 4rem);
  line-height: 1.1;
  font-weight: 700;
  color: #1f1f1f;
}

.feedback-subtitle {
  margin-top: 0.8rem;
  font-family: "Inter", sans-serif;
  font-size: 1.08rem;
  line-height: 1.65;
  color: #3f3f3f;
}

.feedback-main {
  background: #f5f5f5;
}

.feedback-form-card {
  background: #fff;
  border: 1px solid #e9e5de;
  border-radius: 14px;
  padding: 1.35rem;
  box-shadow: 0 8px 20px rgba(28, 32, 34, 0.06);
}

.feedback-form-card label {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.8rem;
}

.feedback-form-card label span {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  color: #424242;
}

.feedback-form-card input,
.feedback-form-card textarea {
  width: 100%;
  border: 1px solid #ddd7cb;
  border-radius: 8px;
  background: #fffcf7;
  color: #1f1f1f;
  padding: 0.72rem 0.82rem;
  font-family: "Inter", sans-serif;
  font-size: 0.98rem;
  line-height: 1.4;
}

.feedback-form-card input:focus,
.feedback-form-card textarea:focus {
  outline: none;
  border-color: #81863d;
  box-shadow: 0 0 0 3px rgba(129, 134, 61, 0.12);
}

.feedback-note {
  margin-top: 0.8rem;
  font-family: "Inter", sans-serif;
  font-size: 0.92rem;
  color: #5b5b5b;
}

.feedback-status {
  margin-top: 0.7rem;
  font-family: "Inter", sans-serif;
  font-size: 0.94rem;
  color: #3d5a1c;
}

/* Testimonials listing page */
.testimonials-page {
  background: #f5f5f5;
}

.testimonials-page-hero {
  background: #add8e3;
}

.testimonials-page-list {
  background: #f5f5f5;
}

/* Admin */
.admin-page {
  background: #f5f5f5;
}

.admin-login-wrap,
.admin-dashboard-wrap {
  max-width: 1100px;
  margin: 2rem auto;
  padding: 0 1rem 2rem;
}

.admin-login-card {
  max-width: 420px;
  margin: 4rem auto 0;
  background: #fff;
  border: 1px solid #e9e5de;
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: 0 8px 20px rgba(28, 32, 34, 0.06);
  display: grid;
  gap: 0.8rem;
}

.admin-login-card label {
  display: grid;
  gap: 0.3rem;
}

.admin-login-card span {
  font-family: "Inter", sans-serif;
  font-size: 0.92rem;
  color: #474747;
}

.admin-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 1.2;
  color: #202020;
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.admin-user {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  color: #4a4a4a;
  margin-right: 0.6rem;
}

.admin-logout-btn {
  border: 1px solid #cfc8bb;
  background: #f8f5ef;
  border-radius: 6px;
  padding: 0.45rem 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
}

.admin-block {
  margin-top: 1.25rem;
}

.admin-blocking-card {
  background: #fff;
  border: 1px solid #e9e5de;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 5px 12px rgba(28, 32, 34, 0.05);
}

.admin-blocking-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.7rem;
  align-items: end;
}

.admin-blocking-form label {
  display: grid;
  gap: 0.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  color: #4d4d4d;
}

.admin-blocking-form input {
  border: 1px solid #d8d2c6;
  border-radius: 6px;
  background: #fff;
  padding: 0.4rem 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
}

.admin-blocked-list {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.55rem;
}

.admin-blocked-item {
  border: 1px solid #ece6d9;
  border-radius: 10px;
  background: #fcfbf8;
  padding: 0.7rem;
}

.admin-inline-actions {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}

.admin-delete-btn {
  margin-top: 0.45rem;
  border: 1px solid #d8c1bc;
  background: #fdf3f1;
  border-radius: 6px;
  padding: 0.4rem 0.65rem;
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  color: #5c2f29;
}

.admin-subtitle {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  color: #1f1f1f;
  margin-bottom: 0.65rem;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0.7rem;
}

.admin-card {
  background: #fff;
  border: 1px solid #e9e5de;
  border-radius: 12px;
  padding: 0.85rem;
  box-shadow: 0 5px 12px rgba(28, 32, 34, 0.05);
}

.admin-card h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  color: #202020;
  margin-bottom: 0.35rem;
}

.admin-card p,
.admin-status,
.admin-empty {
  font-family: "Inter", sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #484848;
}

.admin-edit-btn,
.admin-save-btn {
  margin-top: 0.45rem;
  border: 1px solid #d4ccbf;
  background: #f8f5ef;
  border-radius: 6px;
  padding: 0.4rem 0.65rem;
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  color: #2e2e2e;
}

.admin-edit-form {
  margin-top: 0.75rem;
  padding-top: 0.65rem;
  border-top: 1px solid #ede8df;
  display: grid;
  gap: 0.55rem;
}

.admin-edit-form label {
  display: grid;
  gap: 0.22rem;
  font-family: "Inter", sans-serif;
  font-size: 0.84rem;
  color: #4e4e4e;
}

.admin-edit-form input,
.admin-edit-form select {
  border: 1px solid #d8d2c6;
  border-radius: 6px;
  background: #fff;
  padding: 0.4rem 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  color: #292929;
}

.admin-edit-status {
  font-family: "Inter", sans-serif;
  font-size: 0.86rem;
  color: #3f4f2a;
}

/* About page */
.about-page {
  background: #f5f5f5;
}

.about-hero {
  background: #e4d8c5;
}

.about-hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.7rem, 5vw, 4.3rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #1f1f1f;
}

.about-hero-subtitle {
  margin-top: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1.18rem;
  line-height: 1.65;
  color: #3f3f3f;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

.about-section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.16;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 1rem;
}

.about-paragraph {
  font-family: "Inter", sans-serif;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #3f3f3f;
  margin-bottom: 1rem;
}

.about-photo-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(33, 33, 33, 0.08);
}

.about-photo {
  width: 100%;
  height: 100%;
  min-height: 690px;
  object-fit: cover;
}

.about-learning {
  background: #f5f5f5;
  padding-top: 2.5rem !important;
}

.about-story {
  padding-bottom: 1.25rem !important;
}

.about-highlight {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: 1.16;
  font-weight: 700;
  color: #2a2a2a;
  margin: 1rem 0;
}

@media (max-width: 960px) {
  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-photo {
    min-height: 450px;
  }

  .about-hero-subtitle,
  .about-paragraph {
    font-size: 1rem;
  }

  .about-learning {
    padding-top: 1.75rem !important;
  }

  .about-story {
    padding-bottom: 0.75rem !important;
  }
}

/* Services page */
.services-page {
  background: #f5f5f5;
}

.services-hero {
  background: #e4d8c5;
}

.services-hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.7rem, 5vw, 4.3rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #1f1f1f;
}

.services-hero-subtitle {
  margin-top: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1.18rem;
  line-height: 1.65;
  color: #3f3f3f;
}

.services-list {
  background: #f5f5f5;
}

.service-row {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2.3rem;
  align-items: center;
}

.service-row + .service-row {
  margin-top: 3.2rem;
}

.service-row-reversed {
  grid-template-columns: 1.05fr 0.95fr;
}

.service-row-image {
  min-height: 280px;
  max-height: min(440px, 52vh);
  aspect-ratio: 5 / 6;
  border-radius: 14px;
  background: #e4d8c5;
  border: 1px solid #e1d6c4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 2.5vw, 1.5rem);
  overflow: hidden;
}

.service-row-photo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.service-row-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  line-height: 1.16;
  font-weight: 700;
  color: #1f1f1f;
}

.service-row-focus {
  margin-top: 0.7rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #81863d;
  letter-spacing: 0.03em;
}

.service-row-text {
  margin-top: 0.8rem;
  font-family: "Inter", sans-serif;
  font-size: 1.12rem;
  line-height: 1.72;
  color: #3f3f3f;
}

.service-row-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1rem;
  border: 1px solid #7a7f2e;
  background: #81863d;
  color: #fff;
  padding: 0.62rem 0.95rem;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.service-row-cta:hover {
  background: #70742f;
}

.service-row-cta svg {
  width: 0.95rem;
  height: 0.95rem;
}

@media (max-width: 960px) {
  .service-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .service-row + .service-row {
    margin-top: 2.1rem;
  }

  .service-row-reversed {
    grid-template-columns: 1fr;
  }

  .service-row-image {
    min-height: 220px;
    max-height: min(360px, 48vh);
    aspect-ratio: 4 / 5;
  }

  .services-hero-subtitle,
  .service-row-text {
    font-size: 1rem;
  }
}

/* Services page: how it works */
.how-it-works {
  background: #add8e3;
}

.how-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 4.2vw, 3.5rem);
  line-height: 1.15;
  font-weight: 700;
  color: #1f1f1f;
}

.how-subtitle {
  margin-top: 0.9rem;
  font-family: "Inter", sans-serif;
  font-size: 1.16rem;
  line-height: 1.6;
  color: #3f3f3f;
}

.how-step-number {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
  color: rgba(92, 138, 155, 0.45);
  margin-bottom: 0.6rem;
}

.how-step-title {
  font-family: "Playfair Display", serif;
  font-size: 2.15rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1f1f1f;
}

.how-step-title-nowrap {
  white-space: nowrap;
}

.how-step-text {
  margin-top: 0.7rem;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  line-height: 1.68;
  color: #3f3f3f;
}

@media (max-width: 960px) {
  .how-title {
    font-size: 2.2rem;
  }

  .how-subtitle,
  .how-step-text {
    font-size: 1rem;
  }

  .how-step-number {
    font-size: 3rem;
  }

  .how-step-title {
    font-size: 1.8rem;
  }
}

/* Kodel as page */
.kodel-page {
  background: #f5f5f5;
}

.kodel-hero {
  background: #e4d8c5;
}

.kodel-hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.7rem, 5vw, 4.3rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1f1f1f;
}

.kodel-hero-subtitle {
  margin-top: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1.12rem;
  line-height: 1.7;
  font-weight: 400;
  color: #444;
}

.kodel-diff {
  background: #f5f5f5;
}

.kodel-diff-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.05rem, 3.5vw, 3rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #1f1f1f;
}

.kodel-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%);
  border: 1px solid #e9e3d8;
  border-radius: 16px;
  padding: 1.65rem 1.65rem 1.45rem;
  box-shadow: 0 14px 30px rgba(27, 24, 17, 0.09);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.kodel-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #808631 0%, #9ca359 100%);
  opacity: 0.6;
}

.kodel-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(27, 24, 17, 0.12);
  border-color: #ddd6c9;
}

.kodel-card-title {
  font-family: "Playfair Display", serif;
  font-size: 1.86rem;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1f1f1f;
}

.kodel-card-text {
  margin-top: 0.7rem;
  font-family: "Inter", sans-serif;
  font-size: 1.02rem;
  line-height: 1.72;
  font-weight: 400;
  color: #474747;
}

.kodel-quote-band {
  background: #808631;
}

.kodel-expect {
  background: #f5f5f5;
}

.kodel-expect-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 3.9vw, 3.3rem);
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1f1f1f;
}

.kodel-expect-list {
  margin: 2rem auto 0;
  max-width: 920px;
  display: grid;
  gap: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1.12rem;
  line-height: 1.65;
  color: #343434;
}

.kodel-expect-list li {
  position: relative;
  padding-left: 2.1rem;
}

.kodel-expect-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.35rem;
  height: 1.35rem;
  border: 2px solid #808631;
  border-radius: 999px;
  color: #808631;
  font-size: 0.82rem;
  line-height: 1.2rem;
  text-align: center;
  font-weight: 700;
}

.kodel-cta {
  background: #add8e3;
}

.kodel-cta-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.3rem, 4.2vw, 3.4rem);
  line-height: 1.14;
  font-weight: 700;
  color: #1f1f1f;
}

.kodel-cta-subtitle {
  margin-top: 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #3f3f3f;
}

.kodel-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  margin-top: 1.45rem;
  border: 1px solid #7a7f2e;
  background: #808631;
  color: #f7f4eb;
  padding: 0.75rem 1.35rem;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 1.16rem;
  line-height: 1.2;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.kodel-cta-btn:hover {
  background: #70742f;
}

.kodel-cta-btn svg {
  width: 0.95rem;
  height: 0.95rem;
}

.kodel-quote-top,
.kodel-quote-bottom {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.012em;
  color: #f5f2e9;
}

.kodel-quote-top {
  font-size: clamp(2.4rem, 4.5vw, 4.3rem);
}

.kodel-quote-bottom {
  margin-top: 2.1rem;
  font-size: clamp(2.3rem, 4.4vw, 4.1rem);
}

@media (max-width: 960px) {
  .kodel-hero-subtitle,
  .kodel-card-text {
    font-size: 0.98rem;
  }

  .kodel-card-title {
    font-size: 1.52rem;
  }

  .kodel-card {
    padding: 1.35rem 1.2rem 1.15rem;
  }

  .kodel-expect-list {
    font-size: 1rem;
    gap: 0.8rem;
  }

  .kodel-cta-subtitle {
    font-size: 1rem;
  }

  .kodel-cta-btn {
    font-size: 1rem;
    padding: 0.68rem 1.1rem;
  }

  .kodel-quote-top {
    font-size: 2rem;
  }

  .kodel-quote-bottom {
    margin-top: 1.2rem;
    font-size: 1.9rem;
  }
}

/* Contact page */
.contact-page {
  background: #f5f5f5;
}

.contact-hero {
  background: #e4d8c5;
}

.contact-hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.7rem, 5vw, 4.2rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #1f1f1f;
}

.contact-hero-subtitle {
  margin-top: 0.95rem;
  font-family: "Inter", sans-serif;
  font-size: 1.14rem;
  line-height: 1.68;
  color: #3f3f3f;
}

.contact-main {
  background: #f5f5f5;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.8rem;
  align-items: start;
}

.contact-info-card,
.contact-form-card {
  background: #fff;
  border: 1px solid #e9e5de;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 8px 20px rgba(28, 32, 34, 0.06);
}

.contact-info-title,
.contact-form-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
  color: #202020;
}

.contact-info-text {
  margin-top: 0.7rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.68;
  color: #464646;
}

.contact-info-list {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.8rem;
}

.contact-info-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #333;
}

.contact-form-grid {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.contact-form-card label {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.75rem;
}

.contact-form-card label span {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  color: #424242;
}

.contact-form-card input,
.contact-form-card textarea {
  width: 100%;
  border: 1px solid #ddd7cb;
  border-radius: 8px;
  background: #fffcf7;
  color: #1f1f1f;
  padding: 0.72rem 0.82rem;
  font-family: "Inter", sans-serif;
  font-size: 0.98rem;
  line-height: 1.4;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
  outline: none;
  border-color: #81863d;
  box-shadow: 0 0 0 3px rgba(129, 134, 61, 0.12);
}

.contact-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1rem;
  border: 1px solid #7a7f2e;
  background: #808631;
  color: #f7f4eb;
  padding: 0.72rem 1.25rem;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.contact-submit-btn:hover {
  background: #70742f;
}

.contact-submit-btn svg {
  width: 0.95rem;
  height: 0.95rem;
}

@media (max-width: 960px) {
  .contact-grid,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-subtitle {
    font-size: 1rem;
  }

  .contact-info-title,
  .contact-form-title {
    font-size: 1.7rem;
  }
}

/* Blog page + article page */
.blog-page {
  background: #f5f5f5;
}

.blog-page-hero {
  background: #e4d8c5;
}

.blog-page-list {
  background: #f5f5f5;
}

.blog-pagination-wrap {
  margin-top: 1.8rem;
  display: flex;
  justify-content: center;
}

.blog-pagination {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-page-numbers {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  flex-wrap: wrap;
}

.blog-page-link {
  border: 1px solid #ddd7cb;
  background: #fff;
  color: #2c2c2c;
  border-radius: 6px;
  padding: 0.45rem 0.7rem;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  line-height: 1.2;
}

.blog-page-link:hover {
  background: #f8f6f1;
}

.blog-page-link.is-active {
  background: #808631;
  border-color: #808631;
  color: #f8f5eb;
  font-weight: 600;
}

.blog-page-link.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.blog-page-nav {
  min-width: 6.4rem;
  text-align: center;
}

.article-page {
  background: #f5f5f5;
}

.article-back-link {
  display: inline-flex;
  align-items: center;
  color: #70742f;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.article-back-link:hover {
  text-decoration: underline;
}

.article-title {
  margin-top: 0.85rem;
  margin-bottom: 1rem;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  line-height: 1.13;
  color: #1f1f1f;
}

.article-text {
  margin-top: 0.95rem;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #3f3f3f;
}

@media (max-width: 960px) {
  .article-text {
    font-size: 1rem;
  }
}

/* Reservation page */
.reservation-page {
  background: #f5f5f5;
}

.reservation-hero {
  background: #e4d8c5;
}

.reservation-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 4.7vw, 4rem);
  line-height: 1.1;
  font-weight: 700;
  color: #1f1f1f;
}

.reservation-subtitle {
  margin-top: 0.85rem;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  line-height: 1.65;
  color: #3f3f3f;
}

.reservation-main {
  background: #f5f5f5;
}

/* scrollIntoView: palikti vietą sticky header'iui */
[data-reservation-root],
.reservation-program-form {
  scroll-margin-top: 5.75rem;
}

.reservation-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
}

.reservation-calendar-card,
.reservation-times-card {
  background: #fff;
  border: 1px solid #e9e5de;
  border-radius: 14px;
  padding: 1.35rem;
  box-shadow: 0 8px 18px rgba(28, 32, 34, 0.06);
}

.reservation-calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.reservation-month-label {
  font-family: "Playfair Display", serif;
  font-size: 1.65rem;
  line-height: 1.2;
  color: #232323;
}

.reservation-month-nav {
  border: 1px solid #ddd7cb;
  border-radius: 6px;
  background: #faf8f4;
  width: 2rem;
  height: 2rem;
  line-height: 1.8rem;
  text-align: center;
}

.reservation-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.35rem;
  margin-bottom: 0.35rem;
}

.reservation-weekdays span {
  text-align: center;
  font-size: 0.83rem;
  font-family: "Inter", sans-serif;
  color: #747474;
}

.reservation-days-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.35rem;
}

.reservation-day-cell {
  border: 1px solid #e3ded4;
  background: #fff;
  min-height: 3rem;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-family: "Inter", sans-serif;
  font-size: 0.92rem;
  color: #303030;
  position: relative;
}

.reservation-day-cell.is-empty {
  border-color: transparent;
  background: transparent;
}

.reservation-day-cell.is-disabled {
  color: #b0b0b0;
  background: #f5f3ef;
}

.reservation-day-cell.is-occupied {
  border-color: #e6cbc7;
  background: #fff5f3;
}

.reservation-day-cell.is-partial {
  border-color: #d9ddbe;
  background: #f8fbe8;
}

.reservation-day-cell.is-selected {
  border-color: #808631;
  background: #eef2d8;
  font-weight: 600;
}

.reservation-day-dot {
  position: absolute;
  bottom: 4px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #808631;
}

.reservation-panel-title {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  line-height: 1.2;
}

.reservation-selected-date {
  margin-top: 0.35rem;
  font-family: "Inter", sans-serif;
  color: #575757;
}

.reservation-times-hint {
  margin-top: 0.2rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  color: #6b6b6b;
}

.reservation-programs {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.55rem;
}

.reservation-programs-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(175deg, #ebe8df 0%, #f4f2eb 42%, #e8e4da 100%);
}

.reservation-programs-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 55% at 50% -5%, rgba(129, 134, 61, 0.14), transparent 58%);
  pointer-events: none;
}

.reservation-programs-container {
  position: relative;
  z-index: 1;
}

.reservation-programs-heading-block {
  text-align: center;
  margin-bottom: 2rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.reservation-programs-heading {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.15rem, 4vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #161616;
  margin: 0 0 0.65rem;
}

.reservation-programs-heading-accent {
  width: 4rem;
  height: 3px;
  margin: 0 auto 1rem;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(129, 134, 61, 0.25), #81863d 40%, rgba(129, 134, 61, 0.25));
}

.reservation-programs-lead {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #4f4e4b;
}

.reservation-programs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

/* Nemokama sesija (+ Tailwind preflight atsparumas) */
.reservation-program-option.reservation-program-free-card {
  margin-bottom: 1.5rem;
  cursor: default;
  border: 1px solid rgba(129, 134, 61, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.55) 0%, transparent 42%),
    linear-gradient(160deg, #f6f7ef 0%, #fffcf7 42%, #f0efe4 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 10px 40px rgba(28, 32, 34, 0.08),
    0 2px 8px rgba(28, 32, 34, 0.04);
  padding: 1.25rem 1.35rem 1.25rem 1rem;
  position: relative;
}

.reservation-program-option.reservation-program-free-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  width: 4px;
  border-radius: 0 6px 6px 0;
  background: linear-gradient(180deg, #a4ab6a, #81863d);
  opacity: 0.92;
}

.reservation-programs-subheading {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  color: #1c1c1c;
  margin: 0 0 1rem;
  text-align: center;
  letter-spacing: -0.01em;
}

.reservation-program-label {
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #3d3d3d;
  margin: 0.55rem 0 0.25rem;
}

.reservation-program-list {
  margin: 0 0 0.55rem;
  padding-left: 1.2rem;
  list-style-type: disc;
  list-style-position: outside;
  font-family: "Inter", sans-serif;
  font-size: 0.895rem;
  line-height: 1.62;
  color: #434240;
}

.reservation-program-list::marker {
  color: #81863d;
}

.reservation-program-list-tight li {
  margin-bottom: 0.12rem;
}

.reservation-program-footnote {
  margin: 0.65rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  color: #3a4330;
}

.reservation-programs-pay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

.reservation-program-option-wide {
  grid-column: 1 / -1;
}

.reservation-programs-pack-title {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0.25rem 0 0.35rem;
  font-family: "Playfair Display", serif;
  font-size: 1.28rem;
  font-weight: 600;
  color: #252b18;
  letter-spacing: -0.01em;
}

.reservation-programs-pack-title::before,
.reservation-programs-pack-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(129, 134, 61, 0.45), transparent);
}

.reservation-programs-pack-title-inner {
  white-space: nowrap;
}

.reservation-program-intro-line {
  margin: 0.35rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  color: #5a5854;
  line-height: 1.55;
}

.reservation-program-body .reservation-program-label:first-of-type {
  margin-top: 0.4rem;
}

.reservation-program-form {
  margin-top: 1.65rem;
  background: linear-gradient(165deg, #fffefb 0%, #faf8f4 100%);
  border: 1px solid rgba(45, 42, 38, 0.08);
  border-radius: 18px;
  padding: 1.35rem 1.35rem 1.2rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 12px 36px rgba(28, 32, 34, 0.07);
}

.reservation-programs-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.22rem, 2.5vw, 1.42rem);
  color: #1a1a1a;
  margin-bottom: 0.25rem;
  letter-spacing: -0.01em;
}

.reservation-program-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  border: 1px solid rgba(45, 42, 38, 0.1);
  background: linear-gradient(150deg, #fffefb 0%, #f9f7f2 52%, #f3f1eb 100%);
  border-radius: 18px;
  padding: 1.25rem 1.3rem;
  cursor: pointer;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 6px 28px rgba(28, 32, 34, 0.07),
    0 1px 4px rgba(28, 32, 34, 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.reservation-program-selectable:focus-within {
  outline: 2px solid rgba(129, 134, 61, 0.45);
  outline-offset: 3px;
}

.reservation-program-selectable:hover {
  transform: translateY(-3px);
  border-color: rgba(129, 134, 61, 0.42);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 14px 40px rgba(28, 32, 34, 0.09),
    0 4px 12px rgba(129, 134, 61, 0.12);
}

.reservation-program-selectable:has(input:checked) {
  transform: translateY(-2px);
  border-color: #81863d;
  box-shadow:
    0 0 0 1px rgba(129, 134, 61, 0.35),
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 16px 44px rgba(129, 134, 61, 0.14),
    0 6px 18px rgba(28, 32, 34, 0.08);
  background: linear-gradient(150deg, #fcfcf6 0%, #f3f5e8 40%, #eeefe3 100%);
}

.reservation-program-body > strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: clamp(1.06rem, 1.9vw, 1.22rem);
  line-height: 1.35;
  color: #151515;
  letter-spacing: -0.015em;
}

.reservation-program-option p {
  margin-top: 0.12rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #5f5e5c;
}

.reservation-program-body {
  min-width: 0;
}

.reservation-program-option input[type="radio"] {
  margin-top: 0.32rem;
  width: 1.14rem;
  height: 1.14rem;
  accent-color: #81863d;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .reservation-program-selectable:hover,
  .reservation-program-selectable:has(input:checked) {
    transform: none;
    transition: none;
  }
}

.reservation-times-grid {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-height: 2.5rem;
}

.reservation-time-btn {
  border: 1px solid #ddd7cb;
  background: #fcfaf6;
  border-radius: 6px;
  padding: 0.42rem 0.62rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
}

.reservation-time-btn.is-selected {
  border-color: #808631;
  background: #eef2d8;
  font-weight: 600;
}

.reservation-no-slots {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  color: #8a4740;
}

.reservation-customer-fields {
  margin-top: 1rem;
  display: grid;
  gap: 0.75rem;
}

.reservation-customer-fields label {
  display: grid;
  gap: 0.35rem;
}

.reservation-customer-fields span {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  color: #444;
}

.reservation-customer-fields input {
  border: 1px solid #ddd7cb;
  border-radius: 8px;
  background: #fffcf7;
  padding: 0.62rem 0.74rem;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
}

.reservation-customer-fields input:focus {
  outline: none;
  border-color: #81863d;
  box-shadow: 0 0 0 3px rgba(129, 134, 61, 0.12);
}

.reservation-summary {
  margin-top: 1rem;
  border: 1px solid #e5e0d7;
  background: #faf8f4;
  border-radius: 8px;
  padding: 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 0.94rem;
  line-height: 1.5;
  color: #4a4a4a;
  white-space: pre-line;
}

.reservation-submit-btn {
  margin-top: 0.9rem;
  border: 1px solid #7a7f2e;
  background: #808631;
  color: #f7f4eb;
  border-radius: 6px;
  padding: 0.65rem 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.reservation-submit-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.reservation-bank-info {
  margin-top: 1rem;
  border: 1px solid #ddd7cb;
  background: #faf8f4;
  border-radius: 8px;
  padding: 0.8rem;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #3f3f3f;
}

.reservation-bank-info h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  color: #1f1f1f;
  margin-bottom: 0.35rem;
}

.reservation-bank-note {
  margin-top: 0.45rem;
  color: #5e5e5e;
}

.reservation-bank-calendar-wrap {
  margin-top: 0.65rem;
}

.reservation-bank-calendar-hint {
  color: #5e5e5e;
  font-size: 0.92em;
}

.reservation-bank-calendar-link {
  color: #5a6730;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.reservation-bank-calendar-link:hover {
  color: #4a5830;
}

.reservation-bank-calendar-link:focus-visible {
  outline: 2px solid #4a7225;
  outline-offset: 3px;
  border-radius: 2px;
}

@media (max-width: 960px) {
  .reservation-grid {
    grid-template-columns: 1fr;
  }

  .reservation-subtitle {
    font-size: 1rem;
  }

  .reservation-programs-grid {
    grid-template-columns: 1fr;
  }

  .reservation-programs-pay-grid {
    grid-template-columns: 1fr;
  }

  .reservation-program-option-wide {
    grid-column: auto;
  }

  .reservation-programs-pack-title {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .reservation-programs-pack-title::before,
  .reservation-programs-pack-title::after {
    display: none;
  }

  .reservation-programs-pack-title {
    justify-content: center;
  }

  .reservation-programs-pack-title-inner {
    white-space: normal;
  }
}

/* Order confirmation dialog (paslaugų užsakymas) */
.order-thank-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
}

.order-thank-modal[hidden] {
  display: none;
}

.order-thank-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 26, 22, 0.45);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.order-thank-modal__card {
  position: relative;
  max-width: 440px;
  width: 100%;
  padding: 1.75rem 1.85rem;
  border-radius: 14px;
  background: #faf8f4;
  border: 1px solid #ddd7cb;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.16);
  font-family: "Inter", sans-serif;
}

.order-thank-modal__title {
  margin: 0 0 0.85rem;
  font-family: "Playfair Display", serif;
  font-size: 1.65rem;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1.15;
}

.order-thank-modal__body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.62;
  color: #3f3f3f;
}

.order-thank-modal__body p {
  margin: 0 0 0.65rem;
}

.order-thank-modal__body p:last-child {
  margin-bottom: 0;
}

.order-thank-modal__email {
  margin: 1rem 0 0;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #454030;
  background: rgba(129, 134, 61, 0.12);
  border: 1px solid rgba(129, 134, 61, 0.28);
}

.order-thank-modal__btn {
  margin-top: 1.35rem;
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: #808631;
  color: #f7f4eb;
  transition: background 0.15s ease, transform 0.12s ease;
}

.order-thank-modal__btn:hover {
  background: #6f742a;
}

.order-thank-modal__btn:active {
  transform: scale(0.99);
}

.order-thank-modal__btn:focus-visible {
  outline: 3px solid #4a7225;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .order-thank-modal__btn {
    transition: none;
  }
}
