/* Source-scoped homepage presentation. No selector in this file escapes .lamilka-home. */
.lamilka-home { background: #fff; color: #172033; }
.lamilka-home-hero { min-height: calc(100vh - 72px); overflow: hidden; position: relative; }
.lamilka-home-hero picture, .lamilka-home-hero picture > img { display: block; height: 100%; inset: 0; position: absolute; width: 100%; }
.lamilka-home-hero picture > img { -webkit-filter: none; filter: none; image-rendering: auto; object-fit: cover; object-position: center bottom; opacity: 1; transform: none; }
.lamilka-home-hero-overlay { display: none; inset: 0; position: absolute; }
.lamilka-home-hero-content { align-items: center; color: #fff; display: flex; flex-direction: column; inset: 0; justify-content: flex-start; padding: clamp(10.75rem, 19vh, 13.5rem) 1.5rem 4rem; position: absolute; text-align: center; z-index: 1; }
.lamilka-home-hero-content > * { max-width: 100%; }
.lamilka-home-hero-content > p, .lamilka-home-hero h1, .lamilka-home-eyebrow { position: relative; }
.lamilka-home-eyebrow { background: rgba(10,39,66,.72); border: 1px solid rgba(255,255,255,.5); border-radius: 999px; font-size: 1rem; font-weight: 700; letter-spacing: .12em; padding: .45rem 1.5rem; text-transform: uppercase; }
.lamilka-home-mobile-copy { display: none; }
.lamilka-home-hero h1 { font-size: clamp(2.5rem, 4.45vw, 4rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.15; margin: .9rem 0 0; text-shadow: 0 2px 22px rgba(0,0,0,.65); }
.lamilka-home-hero h1 strong { color: #f0d89a; font-weight: 400; }
.lamilka-home-hero-content > p { color: #ffd166; font-size: clamp(1.15rem, 2.05vw, 1.75rem); font-weight: 500; letter-spacing: .025em; margin: .35rem 0 0; text-shadow: 0 2px 14px rgba(0,0,0,.65); }
.lamilka-home-scroll { align-items: center; bottom: 1.25rem; color: rgba(255,255,255,.9); display: flex; flex-direction: column; font-size: .7rem; gap: .25rem; left: 0; letter-spacing: .23em; position: absolute; right: 0; text-align: center; text-transform: uppercase; z-index: 1; }
.lamilka-home-scroll span { font-size: 1.1rem; letter-spacing: 0; }
.lamilka-home-mobile-actions, .lamilka-home-mobile-cta { display: none; }
.lamilka-home-trust-bar { align-items: center; background: #f8fafc; border-block: 1px solid #e2e8f0; display: flex; gap: clamp(1.5rem, 5vw, 4rem); justify-content: center; padding: 1.15rem 1.5rem; }
.lamilka-home-trust-bar span, .lamilka-home-trust-panel span { align-items: center; display: inline-flex; font-size: clamp(.9rem, 1.25vw, 1.15rem); font-weight: 500; gap: .5rem; white-space: nowrap; }
.lamilka-home-trust-bar b, .lamilka-home-trust-panel b { color: #08966f; }
/* Homepage CTA cards: exact approved Lovable geometry. */
.lamilka-home-feature-grid, .lamilka-home-category-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 auto; max-width: 1280px; padding-inline: 1.5rem; }
.lamilka-home-feature-grid { padding-block: .25rem 1.5rem; }
.lamilka-home-category-grid { padding-block: .5rem 1rem; }
.lamilka-home-feature, .lamilka-home-category { color: #fff; overflow: hidden; position: relative; text-align: center; text-decoration: none; }
.lamilka-home-feature { border-radius: 12px; box-shadow: 0 1px 3px rgba(15,23,42,.14); min-height: 320px; }
.lamilka-home-category { border-radius: 12px; min-height: 520px; }
.lamilka-home-feature img, .lamilka-home-category img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .7s ease; width: 100%; }
.lamilka-home-feature:hover img, .lamilka-home-feature:focus-visible img, .lamilka-home-category:hover img, .lamilka-home-category:focus-visible img { filter: none; opacity: 1; transform: none; }
.lamilka-home-feature > span { background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,.35), rgba(0,0,0,.15)); inset: 0; position: absolute; }
.lamilka-home-category > span { background: radial-gradient(ellipse at center, rgba(0,0,0,0) 30%, rgba(0,0,0,.55) 100%); inset: 0; position: absolute; }
.lamilka-home-feature > div { align-items: center; display: flex; flex-direction: column; gap: 12px; inset: 0; justify-content: center; padding: 24px; position: absolute; transform: translateY(-22%); }
.lamilka-home-category > div { align-items: center; display: flex; flex-direction: column; gap: 16px; inset: 0; justify-content: flex-start; padding: 48px 24px 24px; position: absolute; }
.lamilka-home-feature h2 { font-size: 30px; font-weight: 600; line-height: 1.2; margin: 0; text-shadow: 0 2px 10px rgba(0,0,0,.45); }
.lamilka-home-category h2 { font-family: Montserrat, sans-serif; font-size: 36px; font-weight: 700; line-height: 1.12; margin: 0; text-shadow: 0 2px 10px rgba(0,0,0,.45); white-space: nowrap; }
.lamilka-home-category p { font-size: 18px; font-weight: 300; margin: 0; text-shadow: 0 2px 6px rgba(0,0,0,.8), 0 1px 2px rgba(0,0,0,.9); }
.lamilka-home-feature,
.lamilka-home-feature h2,
.lamilka-home-feature:hover,
.lamilka-home-feature:hover h2,
.lamilka-home-feature:focus-visible,
.lamilka-home-feature:focus-visible h2,
.lamilka-home-category,
.lamilka-home-category h2,
.lamilka-home-category p,
.lamilka-home-category:hover,
.lamilka-home-category:hover h2,
.lamilka-home-category:hover p,
.lamilka-home-category:focus-visible,
.lamilka-home-category:focus-visible h2,
.lamilka-home-category:focus-visible p { color: #fff; }
.lamilka-home-feature em, .lamilka-home-category em { align-items: center; background: #ffd166; border-radius: 12px; color: #172033; display: inline-flex; font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; justify-content: center; white-space: nowrap; }
.lamilka-home-feature em { font-size: 12px; min-height: 34px; padding: 10px 20px; width: 210px; }
.lamilka-home-category em { font-size: 16px; min-height: 48px; padding: 16px 32px; width: 300px; }
@media (min-width: 1024px) {
	.lamilka-home-feature h2 { font-size: 36px; }
	.lamilka-home-category h2 { font-size: 40px; }
}
.lamilka-home-best-sellers { background: #fff; padding: .25rem 1.5rem 1.75rem; }
.lamilka-home-best-sellers > h2 { color: #172033; font-size: clamp(2.25rem, 4vw, 3.75rem); font-weight: 600; margin: 0 0 1rem; text-align: center; }
.lamilka-home-tour-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; max-width: 1280px; }
.lamilka-home-tour { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; box-shadow: 0 1px 3px rgba(15,23,42,.11); color: #172033; display: flex; flex-direction: column; min-width: 0; overflow: hidden; text-decoration: none; }
.lamilka-home-tour .lamilka-tour-card__image { aspect-ratio: 4 / 3; overflow: hidden; }
.lamilka-home-tour .lamilka-tour-card__image b { background: #ffd166; border-radius: 0 0 8px 0; color: #172033; font-size: .7rem; left: 0; padding: .45rem .65rem; position: absolute; top: 0; z-index: 1; }
.lamilka-home-tour .lamilka-tour-card__image img { aspect-ratio: 4 / 3; object-fit: cover; }
.lamilka-home-tour .lamilka-tour-card__body { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.lamilka-home-tour .lamilka-tour-card__title { color: #0f1b3d; font-size: 1.25rem; line-height: 1.15; }
.lamilka-home-tour .lamilka-tour-card__title-main { font-weight: 700; }
.lamilka-home-tour .lamilka-tour-card__title-subtitle { font-size: .95rem; margin-top: .15rem; }
.lamilka-home-tour .lamilka-tour-card__divider { background: #e2e8f0; height: 1px; margin: .75rem 0; }
.lamilka-home-tour .lamilka-tour-card__features { display: grid; gap: .4rem; }
.lamilka-home-tour .lamilka-tour-card__features > span { align-items: center; display: flex; font-size: .78rem; gap: .4rem; }
.lamilka-home-tour .lamilka-tour-card__features i { color: #0f1b3d; height: 16px; width: 16px; }
.lamilka-home-tour .lamilka-tour-card__features svg { height: 16px; width: 16px; }
.lamilka-home-tour .lamilka-tour-card__price { color: #08966f; font-size: 1.1rem; font-weight: 700; margin-top: auto; padding-top: .9rem; }
.lamilka-home-tour .lamilka-tour-card__cta { background: #0f1b3d; border-radius: 10px; color: #fff; font-size: .8rem; font-weight: 700; margin-top: .75rem; padding: .7rem 1rem; text-align: center; }
.lamilka-home-dots { display: none; }
.lamilka-home-trust-panel { background: #f8fafc; margin: 0 auto; max-width: 1280px; padding: 2rem 1.5rem 2.5rem; text-align: center; }
.lamilka-home-trust-panel h2 { color: #172033; font-size: clamp(2rem, 3.5vw, 3.25rem); margin: 0; }
.lamilka-home-trust-panel > p { color: #475569; font-size: 1rem; margin: .7rem auto; max-width: 620px; }
.lamilka-home-trust-panel > div { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: center; margin: 1.6rem auto; }
.lamilka-home-trust-panel > a { background: #25d366; border-radius: 999px; color: #fff; display: inline-block; font-size: .9rem; font-weight: 700; padding: .8rem 1.25rem; text-decoration: none; }
@media (min-width: 768px) {
	.lamilka-home-hero-content { padding-top: clamp(10.75rem, 19vh, 13.5rem); }
	.lamilka-home-eyebrow { margin-bottom: 0; }
	.lamilka-home-scroll { bottom: 1.5rem; }
}

@media (max-width: 767px) {
	.lamilka-home-hero { height: 88vh; min-height: 600px; }
	.lamilka-home-hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.05) 46%, rgba(0,0,0,.6)); display: block; }
	.lamilka-home-hero picture > img { object-position: center top; }
	.lamilka-home-hero-content { align-items: flex-start; justify-content: flex-start; padding: 5.3rem 1.25rem 0; text-align: left; }
	.lamilka-home-eyebrow { background: rgba(10,39,66,.72); border: 1px solid rgba(255,255,255,.5); border-radius: 999px; font-size: .72rem; letter-spacing: .06em; padding: .2rem .65rem; text-transform: uppercase; }
	.lamilka-home-desktop-copy { display: none; }
	.lamilka-home-mobile-copy { display: inline; }
	.lamilka-home-hero h1 { font-size: 2.1rem; font-weight: 700; line-height: 1.1; margin-top: .6rem; }
	.lamilka-home-hero h1 span, .lamilka-home-hero h1 strong { display: block; }
	.lamilka-home-hero h1 strong { font-weight: 700; text-shadow: 0 2px 10px rgba(0,0,0,.45); }
	.lamilka-home-hero-content > p { font-size: .96rem; line-height: 1.3; margin-top: .35rem; }
	.lamilka-home-scroll { display: none; }
	.lamilka-home-mobile-actions { bottom: 1.25rem; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .55rem; left: 1.25rem; position: absolute; right: 1.25rem; z-index: 1; }
	.lamilka-home-action { align-items: center; background: #e2b85d; border-radius: 12px; color: #172033; display: flex; font-size: 1rem; font-weight: 700; gap: .5rem; justify-content: center; min-height: 60px; text-decoration: none; }
	.lamilka-home-action:nth-child(2) { background: #00b4d8; color: #fff; }
	.lamilka-home-mobile-trust { align-items: center; background: rgba(42,42,42,.72); border-radius: 14px; color: #fff; display: flex; font-size: .68rem; gap: .75rem; grid-column: 1 / -1; justify-content: space-evenly; min-height: 36px; padding: 0 .65rem; }
	.lamilka-home-trust-bar, .lamilka-home-feature-grid { display: none; }
	.lamilka-home-best-sellers { padding: 1.25rem 0 1rem; }
	.lamilka-home-best-sellers > h2 { font-size: 2.25rem; margin-bottom: .9rem; }
	.lamilka-home-tour-grid { display: flex; gap: .75rem; overflow-x: auto; padding: 0 11vw; scroll-snap-type: x mandatory; }
	.lamilka-home-tour { flex: 0 0 78vw; scroll-snap-align: center; }
	.lamilka-home-dots { display: flex; gap: .4rem; justify-content: center; margin-top: .8rem; }
	.lamilka-home-dots button { background: #0f1b3d; border: 0; border-radius: 999px; height: .4rem; opacity: .25; padding: 0; width: .4rem; }
	.lamilka-home-dots button:first-child { opacity: 1; width: 1.6rem; }
	.lamilka-home-category-grid { gap: 1rem; grid-template-columns: 1fr; padding: .5rem 1rem 1rem; }
	.lamilka-home-category { min-height: 320px; }
	.lamilka-home-category > div { gap: 12px; padding: 32px 16px 16px; }
	.lamilka-home-category h2 { font-size: 24px; white-space: nowrap; }
	.lamilka-home-category p { display: block; font-size: 14px; }
	.lamilka-home-category em { font-size: 12px; min-height: 0; padding: 8px 16px; width: min(100%, 280px); }
	.lamilka-home-mobile-cta { display: grid; gap: .65rem; padding: 0 1rem 1.25rem; }
	.lamilka-home-mobile-cta a { background: #ffd166; border-radius: 12px; color: #172033; font-size: .86rem; font-weight: 700; padding: .8rem 1rem; text-align: center; text-decoration: none; }
	.lamilka-home-mobile-cta a + a { background: #00b4d8; color: #fff; }
	.lamilka-home-trust-panel { padding: 2rem 1rem; }
	.lamilka-home-trust-panel > div { display: grid; gap: .75rem; grid-template-columns: 1fr 1fr; }
	.lamilka-home-trust-panel span { font-size: .78rem; justify-content: flex-start; white-space: normal; }
}

/* 0.4.4: cloned slides create a seamless mobile loop but stay out of the desktop grid. */
.lamilka-home-tour[data-lamilka-carousel-clone] { display: none; }
@media (max-width: 767px) {
  .lamilka-home-tour-grid { scrollbar-width: none; }
  .lamilka-home-tour-grid::-webkit-scrollbar { display: none; }
  .lamilka-home-tour[data-lamilka-carousel-clone] { display: flex; }
  .lamilka-home-dots button { transition: opacity .2s ease, width .2s ease; }
  .lamilka-home-dots button:first-child { opacity: .25; width: .4rem; }
  .lamilka-home-dots button.is-active { opacity: 1; width: 1.6rem; }
}


/* 0.4.39 final Lovable-parity trust module and clear-media rules. */
.lamilka-home-feature img,
.lamilka-home-category img { filter: none; opacity: 1; transform: none; }
.lamilka-home-trust-panel { background: #fff; box-sizing: border-box; margin: 0 auto; max-width: 1328px; padding: 0 24px 40px; text-align: center; }
.lamilka-home-trust-panel__inner { background: #f5f1e8; border-radius: 12px; box-sizing: border-box; padding: 12px 32px 16px; }
.lamilka-home-trust-panel__heading h2 { color: #1e293b; font-size: clamp(1.4rem,2.4vw,1.89rem); font-weight: 700; letter-spacing: .08em; line-height: 1.15; margin: 0; }
.lamilka-home-trust-panel__heading p { color: rgba(30,41,59,.8); font-size: clamp(1rem,1.5vw,1.18rem); font-weight: 500; letter-spacing: .12em; margin: 8px 0 0; }
.lamilka-home-trust-panel__items { align-items: center; display: flex; justify-content: center; margin: 12px auto 0; max-width: 1024px; }
.lamilka-home-trust-panel__items span { align-items: center; border-right: 1px solid rgba(197,160,89,.4); color: #1e293b; display: flex; flex: 1 1 0; font-size: 14px; font-weight: 500; gap: 8px; justify-content: center; min-width: 0; padding: 4px 12px; white-space: normal; }
.lamilka-home-trust-panel__items span:last-child { border-right: 0; }
.lamilka-home-trust-panel__items i { color: #c5a059; display: inline-flex; flex: 0 0 16px; height: 16px; width: 16px; }
.lamilka-home-trust-panel__items svg { display: block; height: 100%; width: 100%; }
.lamilka-home-trust-panel__items b { color: inherit; font: inherit; }
.lamilka-home-trust-panel__closing { color: #1e293b!important; font-size: 16px!important; font-weight: 500; margin: 16px auto 0!important; }
.lamilka-home-trust-panel__cta { align-items: center; background: #25d366!important; border-radius: 12px!important; color: #fff!important; display: inline-flex!important; font-size: 14px!important; font-weight: 600!important; gap: 12px; justify-content: center; margin-top: 12px; min-height: 48px; padding: 0 24px!important; text-decoration: none; }
.lamilka-home-trust-panel__cta svg { height: 20px; width: 20px; }
@media (max-width: 767px) {
  .lamilka-home-mobile-cta { gap: 12px; padding: 0 16px 16px; }
  .lamilka-home-mobile-cta a { align-items: center; display: flex; font-size: 16px; gap: 12px; justify-content: center; min-height: 56px; padding: 0 20px; }
  .lamilka-home-mobile-cta .lamilka-home-action__icon { display: inline-flex; flex: 0 0 20px; height: 20px; width: 20px; }
  .lamilka-home-mobile-cta .lamilka-home-action__icon svg { height: 100%; width: 100%; }
  .lamilka-home-trust-panel { padding: 0 16px 32px; }
  .lamilka-home-trust-panel__inner { padding: 12px 16px 16px; }
  .lamilka-home-trust-panel__heading h2 { font-size: 1.4rem; letter-spacing: 0; }
  .lamilka-home-trust-panel__heading p { font-size: 1rem; letter-spacing: .02em; line-height: 1.35; margin-top: 4px; }
  .lamilka-home-trust-panel__items { display: grid; gap: 12px 16px; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 12px; }
  .lamilka-home-trust-panel__items span { border-right: 0; font-size: 14px; justify-content: center; padding: 0; }
  .lamilka-home-trust-panel__closing { margin-top: 24px!important; }
  .lamilka-home-trust-panel__cta { font-size: 16px!important; margin-top: 16px; min-height: 56px; padding: 0 20px!important; }
}

/* 0.4.52: Lovable uses exactly six cards in the tablet/desktop grid.
   Carousel clones exist only for the sub-768px infinite mobile loop. */
@media (min-width: 768px) {
  .lamilka-home-tour-grid > [data-lamilka-carousel-clone] {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .lamilka-home-tour-grid > [data-lamilka-carousel-clone] {
    display: flex !important;
  }
}
