:root {
  --espresso: #2b2420;
  --ivory: #f5efe6;
  --turmeric: #d9a441;
}

* { box-sizing: border-box; }
html {
  
  overflow-x: hidden;
  width: 100%;
}
body {
  margin: 0;
  font-family: 'Red Hat Display', sans-serif;
  color: var(--espresso);
  background: var(--ivory);
  overflow-x: hidden;
  width: 100%;
}

body.in-index p:not(:has(*)):has(~ main#content) {
  display: none;
}

.site-name a,
.site-name {
  display: inline-flex !important;
  align-items: center;
  padding-top: 7px;
  text-decoration: none;
  color: inherit;
}
.site-name span {
  margin-left: 15px;
  font-size: 1.75rem;
  white-space: nowrap;
}
.site-name .motto {
  display: block;
  font-size: 1.15rem;
  margin-top: 2px;
}
.logo-img {
  height: 76px;
  width: auto;
}
.logo-img-text {
  height: 46px;
  width: auto;
  margin-left: 16px;
}

#header {
  padding: 14px 32px;
  position: static;
  background: var(--ivory);
  box-shadow: 0 2px 18px rgba(43,36,32,0.10);
  transition: box-shadow 0.3s ease;
}
@media (max-width: 700px) {
  #header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 1000;
    transform: none !important;
  }
}
.header-transparent-hero {
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 700px) {
  .header-transparent-hero {
    background: transparent;
    box-shadow: none;
  }
  .header-transparent-hero.is-scrolled {
    background: var(--ivory);
    box-shadow: 0 2px 18px rgba(43,36,32,0.10);
  }
  .header-transparent-hero:not(.is-scrolled) .main-nav a {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.45);
  }
  .header-transparent-hero:not(.is-scrolled) .logo-img,
  .header-transparent-hero:not(.is-scrolled) .logo-img-text {
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.45));
  }
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-nav a {
  margin-left: 24px;
  color: var(--espresso);
  text-decoration: none;
  font-size: 14px;
}

@media (max-width: 600px) {
  .logo-img { height: 52px; }
  .logo-img-text { height: 32px; margin-left: 10px; }
}

.welcome-wrapper {
  padding-top: 0;
  margin-top: 0;
}
.welcome-wrapper.container-narrow {
  max-width: none !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
main#content {
  padding-top: 0;
}

.image-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.image-container img {
  width: 100%;
  height: auto;
}
.image-overlay {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(2rem, 4vw + 1rem, 4rem);
  font-weight: 300;
  text-align: center;
  opacity: 0;
  animation: fadeSlideIn 2s ease-out forwards;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.05em;
  padding: 0 10px;
  line-height: 1.2;
  white-space: nowrap;
}
@keyframes fadeSlideIn {
  0% { opacity: 0; transform: translate(-50%, 20%); }
  100% { opacity: 1; transform: translate(-50%, -50%); }
}

.section.brand-intro {
  padding-top: 60px;
}
.brand-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.brand-intro-title {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 18px 0;
}
.brand-intro-lead {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  color: var(--turmeric);
  margin: 0 0 20px 0;
}
.brand-intro-body {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15.5px;
  line-height: 1.8;
  font-weight: 300;
  color: #333333;
  margin: 0 0 32px 0;
}
.brand-intro-media {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(43,36,32,0.18);
  aspect-ratio: 3 / 4;
}
.brand-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 860px) {
  .section.brand-intro { padding-top: 48px; }
  .brand-intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .brand-intro-media { aspect-ratio: 4 / 3; order: -1; }
}

.mobile-top-hero {
  display: none;
}
@media (max-width: 700px) {
  .mobile-top-hero {
    display: block;
    position: relative;
    width: 100%;
    height: 70vh;
    
    margin-top: 112px;
    overflow: hidden;
  }
  .section.brand-intro {
    padding-top: 32px;
  }
  .brand-intro-media {
    display: none;
  }
  .mobile-top-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .mobile-top-hero-shade {
    position: absolute;
    top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 32%);
    pointer-events: none;
  }
}
.section.brand-intro-text-only {
  max-width: 720px;
  text-align: center;
  padding-top: 64px;
}

.divider-band {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
}
.divider-band img {
  width: 100%;
  height: auto;
  display: block;
}
.divider-band::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(43,36,32,0.30), rgba(43,36,32,0.05) 35%, rgba(43,36,32,0.30));
}

.why-header {
  text-align: center;
  margin-bottom: 48px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.why-box {
  text-align: center;
  padding: 44px 20px 32px;
  border: 1px solid rgba(217,164,65,0.3);
  border-radius: 4px;
  background: #fff;
}
.why-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: rgba(217,164,65,0.12);
  color: var(--turmeric);
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-icon svg,
.why-icon img {
  width: 26px;
  height: 26px;
}
.why-title {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--espresso);
}
@media (max-width: 860px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .why-grid { grid-template-columns: 1fr; }
}

.section-care {
  position: relative;
  width: 100%;
  padding: 130px 32px;
  scroll-margin-top: 104px;
  background-image:
    linear-gradient(rgba(43,36,32,0.5), rgba(43,36,32,0.5)),
    url('https://www.lenkawichtorova.cz/user/documents/upload/rezervace_foto_1.jpg');
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  color: var(--ivory);
}
.section-care-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.section-care-title {
  max-width: 620px;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 20px 0;
  color: #fff;
}
.section-care-text {
  max-width: 560px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  color: rgba(245,239,230,0.9);
  margin: 0 0 30px 0;
}
@media (max-width: 600px) {
  .section-care { padding: 90px 24px; background-attachment: scroll; }
}

.feature-band {
  background: #fff;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  scroll-margin-top: 104px;
}
.feature-text {
  padding: 60px 64px;
}
.feature-title {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 14px 0;
  color: var(--espresso);
}
.feature-overline {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--turmeric);
  margin: 0 0 20px 0;
}
.feature-desc {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
  color: #333333;
  margin: 0 0 30px 0;
  max-width: 440px;
}
.feature-media {
  overflow: hidden;
  align-self: stretch;
  min-height: 360px;
}
.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 860px) {
  .feature-grid { grid-template-columns: 1fr; }
  .feature-media { order: -1; aspect-ratio: 4 / 3; }
  .feature-text { padding: 40px 28px; }
}

.section.about-intro {
  padding-top: 64px;
  padding-bottom: 64px;
}
.about-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.about-intro-title {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 10px 0;
  color: var(--espresso);
}
.about-intro-lead {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  color: var(--turmeric);
  margin: 0 0 26px 0;
}
.about-intro-creds {
  list-style: none;
  margin: 0 0 26px 0;
  padding: 0;
  border-top: 1px solid rgba(43,36,32,0.12);
}
.about-intro-creds li {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--espresso);
  padding: 12px 0;
  border-bottom: 1px solid rgba(43,36,32,0.12);
}
.about-intro-body {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15.5px;
  line-height: 1.8;
  font-weight: 300;
  color: #333333;
  margin: 0 0 28px 0;
}
.about-intro-contact {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0 0 32px 0;
}
.about-intro-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--espresso);
  text-decoration: none;
}
.about-intro-phone svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--turmeric);
}
.about-intro-phone:hover {
  color: var(--turmeric);
}
.about-intro-social {
  display: flex;
  align-items: center;
  gap: 14px;
}
.about-intro-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(43,36,32,0.18);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.about-intro-social a:hover {
  border-color: var(--turmeric);
  background: rgba(217,164,65,0.1);
}
.about-intro-media {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(43,36,32,0.18);
  aspect-ratio: 3 / 4;
}
.about-intro-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 1.4s ease;
}
.about-intro-slide.is-active {
  opacity: 1;
}
.about-intro-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.about-intro-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(245,239,230,0.9);
  background: rgba(245,239,230,0.35);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.about-intro-dot.is-active {
  background: var(--ivory);
  transform: scale(1.15);
}
@media (max-width: 860px) {
  .about-intro-grid { grid-template-columns: 1fr; gap: 32px; }
  
  .about-intro-media { aspect-ratio: 3 / 4; order: -1; }
}

.about-bio {
  max-width: 720px;
}
.about-bio-text {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15.5px;
  line-height: 1.85;
  font-weight: 300;
  color: #333333;
  margin: 0 0 22px 0;
}
.about-bio-text:last-child {
  margin-bottom: 0;
}
.about-gallery-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(43,36,32,0.18);
}
.about-gallery-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease;
}
.about-gallery-slide.is-active {
  opacity: 1;
}
@media (max-width: 600px) {
  .about-gallery-frame { aspect-ratio: 4 / 3; border-radius: 16px; }
}

.benefits-carousel {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  scroll-margin-top: 104px;
}
.benefits-carousel-slides {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.benefits-carousel-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 1.4s ease;
}
.benefits-carousel-slide.is-active {
  opacity: 1;
}
.benefits-carousel-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(43,36,32,0.5);
}
.benefits-carousel-content {
  position: relative;
  z-index: 1;
  max-width: 620px;
  padding: 60px 32px;
  margin: 0 auto;
  text-align: center;
  color: var(--ivory);
}
.benefits-carousel-title {
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 20px 0;
  color: #fff;
}
.benefits-carousel-text {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15.5px;
  line-height: 1.8;
  font-weight: 300;
  color: rgba(245,239,230,0.9);
  margin: 0;
}
@media (max-width: 600px) {
  .benefits-carousel { min-height: 460px; }
}

.gift-band {
  background: #fff;
}
.gift-grid {
  display: grid;
  grid-template-columns: 4fr 1fr 5fr;
  align-items: center;
}
.gift-media img {
  width: 100%;
  height: auto;
  display: block;
}
.gift-title {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 16px 0;
  color: var(--espresso);
}
.gift-body {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
  color: #333333;
  margin: 0 0 28px 0;
}
.btn-outline {
  display: inline-block;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--espresso);
  border: 1px solid rgba(43,36,32,0.4);
  padding: 15px 38px;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.btn-outline:hover {
  background: rgba(217,164,65,0.12);
  border-color: var(--turmeric);
}
@media (max-width: 760px) {
  .gift-grid { grid-template-columns: 1fr; gap: 28px; }
  .gift-media { order: -1; }
}

.articles-heading {
  text-align: center;
  margin: 0 0 32px 0;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 600;
}
.articles-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.article-card {
  cursor: pointer;
  flex: 0 1 calc(25% - 20px);
  max-width: 320px;
  border: 1px solid rgba(43,36,32,0.12);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(43,36,32,0.1);
}
@media (max-width: 990px) {
  .article-card { flex: 0 1 calc(50% - 20px); }
}
@media (max-width: 560px) {
  .article-card { flex: 0 1 100%; }
}
.article-link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.article-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(43,36,32,0.04);
  flex: 0 0 auto;
}
.article-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.article-link:hover .article-img {
  transform: scale(1.05);
}
.article-body {
  padding: 20px 18px 22px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-align: center;
}
.article-title {
  margin: 0 0 8px 0;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--espresso);
}
.article-excerpt {
  margin: 0;
  opacity: 0.75;
  line-height: 1.55;
  font-size: 13.5px;
  color: var(--espresso);
}
.article-read {
  margin-top: auto;
  padding-top: 16px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 12px;
  font-weight: 600;
  color: var(--turmeric);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  align-self: center;
}
.articles-cta {
  text-align: center;
  margin-top: 36px;
}

.hero {
  width: 100%;
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:
    linear-gradient(180deg, rgba(43,36,32,0.55) 0%, rgba(43,36,32,0.75) 100%),
    url('https://www.lenkawichtorova.cz/user/documents/upload/titulni_obrazek.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.hero-content {
  max-width: 720px;
  padding: 0 32px;
  text-align: center;
  color: var(--ivory);
}
.hero-eyebrow {
  width: 100%;
  text-align: center;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--turmeric);
  margin-bottom: 18px;
}
.hero-name {
  width: 100%;
  text-align: center;
  font-size: clamp(36px, 6vw, 58px);
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 8px 0;
}
.hero-tagline {
  font-family: 'Red Hat Display', sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 300;
  color: var(--turmeric);
  margin: 0 0 28px 0;
}
.hero-text {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  color: rgba(245, 239, 230, 0.9);
  margin: 0 0 32px 0;
}
.hero-cta {
  display: inline-block;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--espresso);
  background: var(--turmeric);
  padding: 16px 40px;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.25s ease, transform 0.25s ease;
}
.hero-cta:hover {
  background: var(--ivory);
  transform: translateY(-2px);
}

.filler {
  padding: 120px 32px;
  max-width: 720px;
  margin: 0 auto;
  color: var(--espresso);
  font-family: 'Red Hat Display', sans-serif;
  text-align: center;
}

@media (max-width: 600px) {
  .hero { background-attachment: scroll; }
}

.section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 32px;
  scroll-margin-top: 104px;
}
.section-title {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  margin-bottom: 32px;
  text-align: center;
}
.products-grid,
.reviews-grid {
  display: grid;
  gap: 24px;
}

.map-section {
  max-width: 1400px;
}
.map-header {
  text-align: center;
  margin-bottom: 44px;
}
.section-eyebrow {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--turmeric);
  margin: 0 0 10px 0;
}
.map-header .section-title {
  margin-bottom: 0;
}

.map-layout {
  display: flex;
  align-items: stretch;
  gap: 28px;
}

.branch-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 300px;
}
.branch-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(43,36,32,0.12);
  background: rgba(43,36,32,0.02);
  cursor: pointer;
  text-align: left;
  font-family: 'Red Hat Display', sans-serif;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.branch-item:hover {
  border-color: rgba(217,164,65,0.5);
  background: rgba(217,164,65,0.1);
  transform: translateX(2px);
}
.branch-item.is-active {
  background: var(--espresso);
  border-color: var(--espresso);
  box-shadow: 0 10px 28px rgba(43,36,32,0.2);
}
.branch-item.is-active .branch-name,
.branch-item.is-active .branch-sub {
  color: var(--ivory);
}
.branch-item.is-active .branch-sub {
  color: rgba(245,239,230,0.65);
}
.branch-item.is-active .branch-pin {
  background: var(--turmeric);
  color: var(--espresso);
}
.branch-pin {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217,164,65,0.15);
  color: var(--turmeric);
  transition: background 0.2s ease, color 0.2s ease;
}
.branch-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.branch-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--espresso);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.branch-sub {
  font-size: 13px;
  color: rgba(43,36,32,0.55);
}

.map-frame-wrap {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(43,36,32,0.16);
  min-height: 520px;
}
.map-frame-wrap iframe {
  display: block;
}

@media (max-width: 860px) {
  .map-layout {
    flex-direction: column;
  }
  .branch-list {
    flex-direction: row;
    flex: none;
    overflow-x: auto;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }
  .branch-item {
    flex: 0 0 auto;
  }
  .map-frame-wrap {
    min-height: 380px;
  }
}

.site-footer {
  background: #fdfaf4;
  color: var(--espresso);
  border-top: 1px solid rgba(43,36,32,0.08);
}
.footer-top {
  padding: 64px 32px 40px;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: space-between;
}
.footer-col {
  flex: 1 1 220px;
}
.footer-col p {
  margin: 0;
  line-height: 1.7;
  font-size: 14px;
  color: #333333;
}
.footer-col a {
  color: #333333;
  text-decoration: none;
}
.footer-col a:hover {
  color: var(--turmeric);
}
.footer-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--turmeric);
  margin: 0 0 14px 0;
}
.footer-sub {
  border-top: 1px solid rgba(43,36,32,0.08);
  padding: 24px 32px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.footer-social {
  display: flex;
  gap: 12px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(43,36,32,0.2);
  color: var(--espresso);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.footer-social a:hover {
  background: var(--turmeric);
  border-color: var(--turmeric);
  color: var(--espresso);
}
.footer-copy {
  text-align: center;
  font-size: 13px;
  color: rgba(43,36,32,0.55);
  margin: 0;
}

.nav-item {
  position: relative;
  display: inline-block;
}
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 200px;
  background: var(--ivory);
  border: 1px solid rgba(43,36,32,0.12);
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 16px 36px rgba(43,36,32,0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 20;
}
.nav-item:hover .nav-dropdown-menu,
.nav-item:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown-menu a {
  display: block;
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  white-space: nowrap;
}
.nav-dropdown-menu a:hover {
  background: rgba(217,164,65,0.12);
  color: var(--espresso);
}

.section.products-section {
  max-width: 1240px;
}
.products-intro {
  max-width: 640px;
  margin: 0 0 56px 0;
  text-align: left;
}
.products-intro .section-eyebrow,
.products-intro .section-title {
  text-align: left;
}
.section-lead {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  color: var(--turmeric);
  margin: 0 0 16px 0;
}
.section-intro-text {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
  color: #333333;
  margin: 0 0 16px 0;
}
.section-intro-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .products-intro {
    text-align: left;
    margin: 0 0 40px 0;
    max-width: none;
  }
  .products-intro .section-eyebrow,
  .products-intro .section-title {
    text-align: left;
  }
}
.products-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 980px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .products-grid { grid-template-columns: 1fr; }
}

.paragraph_navbar_fill {
 background: #f5efe6;
}

.service-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(43,36,32,0.08);
  box-shadow: 0 14px 32px rgba(43,36,32,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 46px rgba(43,36,32,0.18);
}
.service-card-media {
  height: 190px;
  position: relative;
  overflow: hidden;
}
.service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.service-card:hover .service-card-img {
  transform: scale(1.06);
}

.service-card-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.service-card-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--turmeric);
  margin: 0;
}
.service-card-title {
  font-size: 21px;
  margin: 2px 0 0;
  font-weight: 600;
}
.service-card-desc {
  font-size: 13.5px;
  color: #333333;
  margin: 4px 0 0;
  line-height: 1.55;
}
.service-card-link {
  margin-top: auto;
  padding-top: 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--espresso);
  transition: color 0.2s ease;
}
.service-card:hover .service-card-link {
  color: var(--turmeric);
}

.service-card--compact .service-card-media { height: 140px; }

.service-hero {
  padding: 130px 32px 68px;
  text-align: center;
  color: var(--ivory);
  background-size: cover;
  background-position: center;
}
.theme-abhyanga {
  background: radial-gradient(circle at 25% 15%, rgba(217,164,65,0.30), transparent 60%), linear-gradient(165deg, #2b2420, #1c1815);
}
.theme-shirodhara {
  background: radial-gradient(circle at 75% 15%, rgba(217,164,65,0.38), transparent 60%), linear-gradient(165deg, #2b2420, #1c1815);
}
.theme-marma {
  background: radial-gradient(circle at 25% 20%, rgba(95,112,82,0.40), transparent 60%), linear-gradient(165deg, #2b2420, #1c1815);
}
.theme-koucink {
  background: radial-gradient(circle at 75% 20%, rgba(107,93,81,0.45), transparent 60%), linear-gradient(165deg, #2b2420, #1c1815);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(245,239,230,0.7);
  text-decoration: none;
  margin-bottom: 26px;
  transition: color 0.2s ease;
}
.back-link:hover { color: var(--turmeric); }

.service-hero-subtitle {
  width: 100%;
  text-align: center;
  font-family: 'Red Hat Display', sans-serif;
  font-style: italic;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 300;
  color: var(--turmeric);
  margin: 0 0 22px 0;
}
.service-hero-lead {
  width: 100%;
  max-width: 620px;
  text-align: center;
  margin: 0 auto 32px;
  font-size: 15.5px;
  line-height: 1.8;
  font-weight: 300;
  color: rgba(245,239,230,0.88);
}
.service-hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-secondary {
  display: inline-block;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ivory);
  border: 1px solid rgba(245,239,230,0.5);
  padding: 15px 38px;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.btn-secondary:hover {
  background: rgba(245,239,230,0.12);
  border-color: var(--ivory);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}
.benefit-card {
  padding: 28px 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(43,36,32,0.08);
  box-shadow: 0 10px 24px rgba(43,36,32,0.06);
}
.benefit-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(217,164,65,0.15);
  color: var(--turmeric);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 18px;
}
.benefit-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 600;
}
.benefit-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #333333;
}

.process-steps {
  display: flex;
  flex-direction: column;
  max-width: 720px;
  margin: 0 auto;
}
.process-step {
  display: flex;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(43,36,32,0.1);
}
.process-step:last-child { border-bottom: none; }
.process-step-number {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--espresso);
  color: var(--ivory);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 17px;
}
.process-step-body h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 600;
}
.process-step-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
}

.price-table-wrap { max-width: 640px; margin: 0 auto; }
.price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(43,36,32,0.06);
}
.price-table th, .price-table td {
  padding: 16px 22px;
  text-align: left;
  font-size: 14.5px;
}
.price-table thead th {
  background: var(--espresso);
  color: var(--ivory);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.price-table tbody tr:nth-child(even) { background: rgba(43,36,32,0.02); }
.price-table tbody tr:not(:last-child) td { border-bottom: 1px solid rgba(43,36,32,0.06); }
.price-table td.price {
  text-align: right;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.todo-note {
  display: inline-block;
  color: #a8451f;
  background: rgba(168,69,31,0.1);
  padding: 2px 9px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

.booking-cta {
  text-align: center;
  background: var(--espresso);
  color: var(--ivory);
  border-radius: 28px;
  padding: 60px 32px;
}
.booking-cta .section-title { color: var(--ivory); }
.booking-cta .section-eyebrow { color: var(--turmeric); }
.booking-cta-text {
  max-width: 520px;
  margin: 0 auto 30px;
  color: rgba(245,239,230,0.8);
  font-size: 15px;
  line-height: 1.75;
}

.faq-list {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  border: 1px solid rgba(43,36,32,0.12);
  border-radius: 14px;
  padding: 2px 22px;
  background: #fff;
}
.faq-item summary {
  cursor: pointer;
  padding: 18px 0;
  font-weight: 600;
  font-size: 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 20px;
  color: var(--turmeric);
  flex: 0 0 auto;
}
.faq-item[open] summary::after { content: "\2013"; }
.faq-item p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
}

.related-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

@media (max-width: 600px) {
  .service-hero { padding: 110px 24px 52px; }
  .process-step { gap: 16px; }
  .booking-cta { padding: 44px 22px; border-radius: 20px; }
}

.reviews-carousel-wrap {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #fff;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 112px, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 112px, #000 100%);
}
.reviews-carousel {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding: 150px 12px 48px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}
.reviews-carousel.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}
.reviews-carousel::-webkit-scrollbar { display: none; }

.review-embed-card {
  position: relative;
  flex: 0 0 auto;
  scroll-snap-align: start;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(43,36,32,0.08);
  box-shadow: 0 12px 28px rgba(43,36,32,0.08);
  line-height: 0;
}
.review-embed-card iframe {
  display: block;
  max-width: 100%;
  
  pointer-events: none;
}

.review-fb-link {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 34px;
  height: 34px;
  z-index: 2;
}