@font-face {
  font-family: "Regga";
  src: url("assets/fonts/eft-regga.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --brown: #69382d;
  --brown-dark: #4f2820;
  --brown-deep: #3a1e18;
  --blush: #f1e2d5;
  --paper: #faf5ee;
  --page-bg: #fbf5f0;
  --section-alt: #f4ebe0;
  --footer-bg: #3a1e18;
  --whatsapp: #25d366;
  --hairline: rgba(105, 56, 45, 0.18);
  --radius: 14px;
  --font-display: "Regga", "Frank Ruhl Libre", serif;
  --font-body: "Rubik", "Heebo", "Segoe UI", sans-serif;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

@keyframes fade-up {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-eyebrow, .hero h1, .hero-lead, .hero .btn { animation: fade-up 0.7s ease both; }
.hero h1 { animation-delay: 0.08s; }
.hero-lead { animation-delay: 0.16s; }
.hero .btn { animation-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-eyebrow, .hero h1, .hero-lead, .hero .btn { animation: none; }
}

* { box-sizing: border-box; }

.skip-link { position: absolute; top: -70px; right: 12px; z-index: 100; background: var(--brown); color: #fff; padding: 10px 16px; border-radius: 6px; font-size: 14px; font-weight: 600; transition: top 0.15s ease; }
.skip-link:focus { top: 10px; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--brown); outline-offset: 3px; border-radius: 3px; }

html { scroll-behavior: smooth; scroll-padding-top: 154px; }

body {
  margin: 0;
  background-color: var(--page-bg);
  color: var(--brown);
  font-family: var(--font-body);
  direction: rtl;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

h1, h2 {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 400;
  color: var(--brown);
  margin: 0;
  line-height: 1.25;
}

h3 {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 700;
  color: var(--brown-dark);
  margin: 0;
}

p { margin: 0 0 1em; font-style: italic; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
button { -webkit-tap-highlight-color: transparent; font-family: inherit; }

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-title { font-size: 27px; text-align: center; margin-bottom: 10px; }
.section-subtitle {
  text-align: center;
  font-size: 15.5px;
  font-style: italic;
  max-width: 560px;
  margin: 0 auto 34px;
}

/* Understated text-link — her CTAs are quiet, not boxy buttons */

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14.5px;
  font-weight: 600;
  font-style: normal;
  color: var(--brown);
  text-decoration: underline;
  text-decoration-color: var(--hairline);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  transition: text-decoration-color 0.2s ease, opacity 0.2s ease;
}
.link-arrow svg { width: 13px; height: 13px; fill: currentColor; transform: scaleX(-1); }
.link-arrow:hover { text-decoration-color: var(--brown); }
.link-arrow--light { color: #fff; text-decoration-color: rgba(255, 255, 255, 0.4); }
.link-arrow--light:hover { text-decoration-color: #fff; }

/* Buttons — reserved for the one real call to action per section */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 3px;
  padding: 12px 24px;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
  min-height: 40px;
}
.btn svg { width: 17px; height: 17px; fill: currentColor; flex: none; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: scale(0.97); }

.btn-primary { background: var(--brown); color: #fff; }
.btn-primary:hover, .btn-primary:active { background: var(--brown-dark); }

.btn-outline { background: transparent; color: var(--brown); border-color: var(--brown); }
.btn-outline:hover, .btn-outline:active { background: var(--brown); color: #fff; }

.btn-line { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.55); }
.btn-line:hover, .btn-line:active { background: rgba(255, 255, 255, 0.12); border-color: #fff; }

.btn-cream { background: var(--paper); color: var(--brown-deep); }
.btn-cream:hover, .btn-cream:active { background: #fff; color: var(--brown-dark); }

.btn-lg { width: 100%; padding: 13px 26px; font-size: 15.5px; }
.btn-sm { padding: 8px 16px; font-size: 14px; min-height: 36px; }
.btn-sm svg { width: 15px; height: 15px; }

/* Floating WhatsApp */

@keyframes wa-breathe {
  0%, 100% { transform: scale(1); box-shadow: 0 8px 20px -6px rgba(37, 211, 102, 0.55), 0 0 0 0 rgba(37, 211, 102, 0.3); }
  50% { transform: scale(1.09); box-shadow: 0 10px 26px -6px rgba(37, 211, 102, 0.6), 0 0 0 12px rgba(37, 211, 102, 0); }
}
@keyframes wa-arrive {
  from { opacity: 0; transform: translateY(24px) scale(0.75); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.floating-whatsapp {
  position: fixed;
  z-index: 60;
  bottom: 18px;
  left: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px -6px rgba(37, 211, 102, 0.55);
  transition: transform 0.15s ease;
  animation: wa-arrive 0.5s ease 0.4s both, wa-breathe 3.6s ease-in-out 1.3s infinite;
}
.floating-whatsapp svg { width: 24px; height: 24px; fill: currentColor; }
.floating-whatsapp:hover, .floating-whatsapp:active { transform: scale(1.05); }
@media (prefers-reduced-motion: reduce) { .floating-whatsapp { animation: none; } }

/* Header — quiet wordmark, thin text nav, small active-page tick */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 245, 240, 0.94);
  backdrop-filter: blur(6px);
  transition: box-shadow 0.25s ease;
}
.site-header.is-scrolled { box-shadow: 0 2px 18px rgba(58, 30, 24, 0.09); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding-top: 10px;
  padding-bottom: 6px;
}
.brand { display: flex; align-items: center; }
.brand-logo { width: auto; height: 72px; object-fit: contain; flex-shrink: 0; }

.site-nav { display: none; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; }
.site-nav a { position: relative; padding-top: 10px; white-space: nowrap; }
.site-nav a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 0;
  height: 1.5px;
  background: var(--brown);
  transition: width 0.25s ease;
}
.site-nav a:hover { opacity: 0.7; }
.site-nav a.is-active::before { width: 28px; height: 2.5px; }
.site-nav a.is-active { font-weight: 700; color: var(--brown-deep); }

.header-cta { display: none; padding: 8px 15px; gap: 6px; font-size: 13.5px; min-height: 0; border-radius: 3px; }
.header-cta svg { width: 14px; height: 14px; }

.nav-heart { font-size: 9px; color: var(--brown); opacity: 0.4; line-height: 1; }
.site-nav .nav-heart { padding-top: 10px; line-height: 24.5px; }

.quick-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; }
.quick-nav a { color: var(--brown); font-size: 14px; font-weight: 500; opacity: 0.78; padding: 6px 2px; border-bottom: 2.5px solid transparent; }
.quick-nav a:hover, .quick-nav a.is-active { opacity: 1; }
.quick-nav a.is-active { font-weight: 700; color: var(--brown-deep); border-bottom-color: var(--brown); }

.split-panel > *:not(.hero-still):not(.hero-video) { position: relative; z-index: 1; }

/* Split panel — the recurring image + text-panel layout */

.split {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: var(--radius);
  overflow: hidden;
}
.split-media { position: relative; min-height: 280px; overflow: hidden; }
.split-media img, .split-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split-panel {
  position: relative;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.split.is-light .split-panel { background: var(--paper); color: var(--brown); }
.split.is-dark .split-panel { background: var(--brown-deep); color: #f3e9df; }
.split.is-dark .split-panel h1,
.split.is-dark .split-panel h2 { color: #fff; }
.split-eyebrow { font-size: 14.5px; font-weight: 600; font-style: normal; letter-spacing: 0.2px; opacity: 0.8; margin-bottom: 10px; }
.split-panel h1, .split-panel h2 { font-size: 30px; margin-bottom: 16px; }
.split-panel p { font-size: 15.5px; }
.split-panel .btn, .split-panel .link-arrow { margin-top: 6px; align-self: flex-start; }

/* Hero — asymmetric card floating on the page background, like her home page */

.hero { padding: 0; }
.hero .split { border-radius: 0; overflow: hidden; }
.hero .split-media { min-height: 220px; }
.hero .split-panel { padding: 32px 24px; }
.hero-panel-inner { position: relative; z-index: 1; max-width: 440px; margin: 0 auto; text-align: center; }
.hero-eyebrow {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
  opacity: 0.78;
}
.hero h1 { font-size: 34px; line-height: 1.18; margin-bottom: 12px; }
.hero-lead { font-size: 15.5px; line-height: 1.6; margin: 0 auto 18px; }
.hero-actions { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hero-actions .btn, .hero-actions .link-arrow { align-self: center; margin-top: 0; }
.hero-actions .link-arrow { font-size: 14.5px; opacity: 0.8; }
.hero-sign { font-family: var(--font-display); font-size: 20px; margin-top: 4px; }

.page-hero { padding: 44px 0 8px; text-align: center; }
.page-hero .eyebrow { font-size: 14.5px; font-weight: 600; font-style: normal; margin-bottom: 8px; }
.page-hero h1 { font-size: 34px; margin-bottom: 14px; }
.page-hero p { max-width: 600px; margin: 0 auto; font-size: 15.5px; }

/* Videos are decorative: never show the phone's native play button or controls */

video { pointer-events: none; }
video::-webkit-media-controls,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button,
video::-webkit-media-controls-overlay-play-button,
video::-webkit-media-controls-enclosure {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  pointer-events: none;
}

/* Looping leaf-shadow video behind the cards page hero */

.page-hero.has-video { position: relative; overflow: hidden; padding: 0; }
.page-hero.has-video .container { position: relative; z-index: 1; }
.hero-split { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 36%; gap: 0; }
.hero-split-text { align-self: center; padding: 26px 18px 24px; text-align: start; }
.hero-split-text h1 { font-size: 28px; }
.hero-split-text p { margin: 0 0 1em; font-size: 14.5px; }
.hero-split-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 40% 50%; }
.hero-video, .hero-still {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  mix-blend-mode: multiply;
  opacity: 0.8;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
}
.hero-still { transition: opacity 0.6s ease; }
.video-playing .hero-still { opacity: 0; }

/* A video stays invisible until it is really playing; until then the still image shows.
   So a phone that blocks autoplay never gets to draw its own play button. */
video[data-src-large] { opacity: 0; transition: opacity 0.6s ease; }
video[data-src-large].is-playing { opacity: 1; }
.hero-video[data-src-large].is-playing { opacity: 0.8; }

/* Weekly cards — tap a card to flip it */

.weekly { padding: 36px 0 56px; text-align: center; }
.weekly-eyebrow { font-size: 14.5px; font-weight: 600; font-style: normal; opacity: 0.75; margin-bottom: 6px; }
.weekly-cards { display: flex; flex-direction: column; align-items: center; gap: 30px; margin: 22px auto 0; }
.flip-card {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: block;
  width: min(74vw, 300px);
  perspective: 1100px;
  -webkit-tap-highlight-color: transparent;
}
.flip-inner {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 7;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.flip-card.is-flipped .flip-inner { transform: rotateY(180deg); }
.flip-card:not(.is-flipped):hover .flip-inner { transform: rotateY(-8deg) translateY(-3px); }
.flip-face {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(58, 30, 24, 0.16);
}
.flip-face img { width: 100%; height: 100%; object-fit: cover; display: block; }
.flip-front { transform: rotateY(180deg); }
.flip-card:focus-visible { outline: 2px solid var(--brown); outline-offset: 8px; border-radius: 12px; }
.flip-label { display: block; margin-top: 16px; font-size: 14.5px; font-weight: 600; color: var(--brown); }
.weekly-hint { margin: 6px 0 0; font-size: 14.5px; font-weight: 600; font-style: normal; opacity: 0.85; }
.weekly-note { max-width: 560px; margin: 34px auto 0; font-size: 15px; }
@media (prefers-reduced-motion: reduce) { .flip-inner { transition: none; } }

/* Philosophy strip */

.philosophy { padding: 40px 0 8px; text-align: center; }
.philosophy-lead { font-family: var(--font-display); font-size: 22px; line-height: 1.55; max-width: 620px; margin: 0 auto; }

/* About */

.about { padding: 48px 0; }
.about-inner { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
.about-media { width: 100%; max-width: 320px; margin: 0 auto; }
.about-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 63% 37% 54% 46% / 43% 65% 35% 57%; }
.about-text h2 { font-size: 28px; margin-bottom: 16px; text-align: center; }
.about-text p { font-size: 15.5px; }
.about-quote {
  list-style: none;
  margin: 26px 0 0;
  padding: 22px 20px;
  background: var(--blush);
  border-radius: 22px;
  display: grid;
  gap: 14px;
}
.about-quote li {
  position: relative;
  padding-inline-start: 24px;
  font-family: var(--font-display);
  font-size: clamp(18px, 5.6vw, 21px);
  line-height: 1.4;
  color: var(--brown-dark);
}
.about-quote .ph { display: inline-block; }
.about-quote .em { -webkit-text-stroke: 0.6px currentColor; paint-order: stroke fill; }
.about-quote li::before { content: "♥"; position: absolute; inset-inline-start: 0; top: 0.62em; font-family: var(--font-body); font-size: 12px; line-height: 1; color: var(--brown); opacity: 0.55; }
.services-note { text-align: center; max-width: 620px; margin: 30px auto 0; font-size: 15.5px; }

/* Icon services preview (home) — quiet line-icon columns, no cards */

.icon-services { padding: 12px 0 40px; text-align: center; }
.icon-services-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
  margin: 26px auto 0;
}
.icon-service-circle {
  width: 92px;
  height: 92px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--blush);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-service-circle svg { width: 42px; height: 42px; fill: none; stroke: var(--brown); }
.icon-service {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: start;
  transition: opacity 0.15s ease;
}
.icon-service:hover { opacity: 0.75; }
.icon-service .icon-service-circle { flex: none; width: 76px; height: 76px; margin: 0; background: #eee7d5; overflow: hidden; }
.icon-service .icon-service-circle img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; transition: transform 0.2s ease; }
.icon-service:hover .icon-service-circle img { transform: scale(1.05); }
.icon-service h3 { font-size: 15.5px; margin-bottom: 3px; }
.icon-service p { font-size: 14.5px; margin: 0; max-width: none; }
.icon-service-readmore { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 600; color: var(--brown); opacity: 0.8; text-decoration: underline; text-decoration-color: var(--hairline); text-decoration-thickness: 1px; text-underline-offset: 4px; transition: text-decoration-color 0.2s ease, opacity 0.2s ease; }
.icon-service-readmore svg { width: 11px; height: 11px; fill: currentColor; transform: scaleX(-1); }
.icon-service:hover .icon-service-readmore { opacity: 1; text-decoration-color: var(--brown); }
.icon-services-more { margin-top: 28px; font-size: 15px; }
.icon-services-more .link-arrow { margin-top: 8px; }

/* Milk salon — plain text block, hairline rule instead of a card */

.salon { padding: 8px 0 52px; text-align: center; }
.salon-inner { max-width: 600px; margin: 0 auto; padding-top: 36px; border-top: 1px solid var(--hairline); }
.salon-inner h2 { font-size: 25px; margin-bottom: 12px; }
.salon-inner p { font-size: 15.5px; }
.salon-facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin: 16px 0 20px; font-size: 14px; font-weight: 600; font-style: normal; }
.salon-facts span { white-space: nowrap; }

/* Service band — compact darkened-photo background with light text on top */

.service-band {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 230px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 18px;
  background-color: var(--brown-deep);
}
.service-band img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.service-band::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20, 10, 7, 0.32) 0%, rgba(20, 10, 7, 0.4) 40%, rgba(15, 8, 5, 0.92) 100%);
}
.service-band-body { position: relative; z-index: 2; padding: 20px 22px 22px; color: #fff; width: 100%; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35); }
.service-band-body h2 { color: #fff; font-size: 23px; margin-bottom: 8px; }
.service-band-body p { color: rgba(255, 255, 255, 0.95); font-size: 14px; max-width: 42em; }
.service-band-price { font-size: 14.5px; font-weight: 600; font-style: normal; color: rgba(255, 255, 255, 0.9); margin: 10px 0 12px; }

/* Teaser split sections reuse .split; per-page tweaks */

.teaser .split-media { min-height: 0; aspect-ratio: 4 / 5; }

/* Testimonials */

.testimonials { padding: 54px 0; text-align: center; position: relative; overflow: hidden; }
.testimonials-title { font-size: 27px; margin-bottom: 6px; }
.testimonial-quote-mark { font-family: var(--font-display); font-size: 60px; line-height: 1; opacity: 0.3; margin-bottom: -6px; }
.testimonial-track { position: relative; max-width: 640px; margin: 0 auto; min-height: 190px; }
.testimonial-slide { display: none; animation: fade-up 0.4s ease both; }
.testimonial-slide.is-active { display: block; }
.testimonial-text { font-size: 16.5px; line-height: 1.75; margin-bottom: 14px; }
.testimonial-attr { font-weight: 700; font-style: normal; font-size: 14px; }
.testimonial-dots { display: flex; justify-content: center; gap: 8px; margin-top: 22px; }
.testimonial-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--hairline); border: none; padding: 0; cursor: pointer; }
.testimonial-dot.is-active { background: var(--brown); width: 20px; border-radius: 4px; }

/* Follow band + Instagram feed */

.follow { padding: 44px 0; text-align: center; }
.follow-inner { max-width: 480px; margin: 0 auto; padding-top: 36px; border-top: 1px solid var(--hairline); }
.follow-inner h2 { font-size: 26px; margin-bottom: 8px; direction: ltr; }
.follow-inner p { font-size: 15px; margin-bottom: 0; }

.ig-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  max-width: 900px;
  margin: 28px auto 0;
  padding: 4px 4px 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ig-grid::-webkit-scrollbar { display: none; }
.ig-post {
  position: relative;
  flex: 0 0 auto;
  width: 42vw;
  max-width: 190px;
  aspect-ratio: 1 / 1;
  scroll-snap-align: start;
  border-radius: var(--radius);
  overflow: hidden;
  isolation: isolate;
}
.ig-post img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.ig-post::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20, 10, 7, 0) 55%, rgba(20, 10, 7, 0.78) 100%);
}
.ig-post-caption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 22px 10px 10px;
  font-size: 12.5px;
  font-style: italic;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.follow-more { margin-top: 24px; }

/* CTA band */

.cta-band { background: var(--brown-deep); color: #fff; text-align: center; padding: 50px 0; position: relative; overflow: hidden; }
.cta-band h2 { color: #fff; font-size: 25px; margin-bottom: 10px; }
.cta-band p { font-size: 15.5px; opacity: 0.85; margin-bottom: 22px; }

/* Footer */

.site-footer { background: var(--page-bg); color: var(--brown); padding: 40px 0 34px; text-align: center; }
.footer-logo { width: auto; height: 68px; margin: 0 auto 12px; }
.footer-name { font-weight: 600; font-style: normal; color: var(--brown-deep); margin-bottom: 4px; font-size: 15px; }
.footer-tagline { font-family: var(--font-display); font-size: 18px; opacity: 0.85; margin-bottom: 16px; }
.footer-instagram { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; font-style: normal; color: var(--brown); margin-bottom: 16px; }
.footer-instagram svg { width: 15px; height: 15px; fill: currentColor; }
.footer-instagram:hover { opacity: 0.85; }
.footer-copyright { font-size: 13.5px; font-style: normal; opacity: 0.78; margin-bottom: 0; }
.footer-copyright a { text-decoration: underline; text-underline-offset: 2px; }
.footer-credit { font-size: 13px; font-style: normal; opacity: 0.75; margin: 8px 0 0; }
.footer-credit a { text-decoration: underline; text-underline-offset: 2px; }
.credit-heart { font-size: 12px; margin: 0 1px; }

/* ===== Cards page (נביעת חלב) ===== */

.story-section { padding: 52px 0; }
.story-section h2 { font-size: 26px; text-align: center; margin-bottom: 24px; }
.story-text { max-width: 640px; margin: 0 auto; font-size: 15.5px; }
.story-text p { margin-bottom: 1.1em; }

.gives-section { padding: 8px 0 52px; }
.gives-grid { display: grid; grid-template-columns: 1fr; gap: 34px; margin-top: 30px; }
.gives-item { text-align: center; padding: 0 8px; }
.gives-item .icon-service-circle { width: 70px; height: 70px; }
.gives-item .icon-service-circle svg { width: 32px; height: 32px; }
.gives-item h3 { font-size: 17px; margin-bottom: 8px; }
.gives-item p { font-size: 14.5px; margin-bottom: 0; }

.who-section { padding: 8px 0 52px; }
.who-grid { display: grid; grid-template-columns: 1fr; gap: 0; max-width: 760px; margin: 30px auto 0; }
.who-item { padding: 22px 4px; border-top: 1px solid var(--hairline); }
.who-item:last-child { border-bottom: 1px solid var(--hairline); }
.who-item h3 { font-size: 17px; margin-bottom: 8px; }
.who-item p { font-size: 14.5px; margin-bottom: 0; }

.inside-section { padding: 8px 0 52px; text-align: center; }
.inside-list {
  list-style: none;
  padding: 0;
  margin: 26px auto 0;
  max-width: 520px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  text-align: start;
}
.inside-list li { display: flex; align-items: baseline; gap: 12px; padding: 7px 0; font-size: 15.5px; }
.inside-list li::before { content: "♥"; flex: none; font-size: 12px; color: var(--brown); opacity: 0.55; }

.gallery-section { padding: 8px 0 56px; }
.gallery-scroller { position: relative; margin: 26px -20px 0; }
.gallery-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 20px 8px;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 20px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-item { flex: 0 0 auto; width: min(70vw, 300px); margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; scroll-snap-align: start; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-btn { display: none; }

.products-section { padding: 52px 0; }
.products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 22px; }
.product-card { display: flex; flex-direction: column; }
.product-media { aspect-ratio: 4 / 3; overflow: hidden; margin-bottom: 14px; border-radius: var(--radius); }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-body h3 { font-size: 16.5px; margin-bottom: 5px; }
.product-body p { font-size: 14.5px; margin-bottom: 10px; }
.product-price { font-size: 15.5px; font-weight: 700; font-style: normal; margin-bottom: 10px; }
.product-featured-badge {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 600;
  font-style: normal;
  color: var(--brown);
  border: 1px solid var(--hairline);
  border-radius: 999px;
  padding: 2px 10px;
  margin-bottom: 8px;
}

/* ===== Workshops page (סדנאות) ===== */

.workshops-section { padding: 8px 0 40px; }
.workshop-card { margin-bottom: 6px; }
.workshop-card .split-media { min-height: 260px; }
.workshop-list { list-style: none; padding: 0; margin: 16px 0; display: grid; gap: 8px; }
.workshop-list li { display: flex; align-items: baseline; gap: 10px; font-size: 14.5px; }
.workshop-list li::before { content: "♥"; flex: none; font-size: 11px; opacity: 0.6; }
.dot-heart { font-size: 0.7em; opacity: 0.65; margin: 0 0.2em; }
.workshop-facts { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 14px; font-weight: 600; font-style: normal; opacity: 0.85; margin-bottom: 18px; }

/* ===== Tablet (>=700px) ===== */

@media (min-width: 700px) {
  .container { padding-left: 32px; padding-right: 32px; }
  .site-nav { display: flex; }
  .quick-nav { display: none; }
  html { scroll-padding-top: 124px; }
  .header-inner { justify-content: flex-start; }
  .brand-logo { height: 80px; }
  .header-cta { display: inline-flex; margin-inline-start: auto; padding: 10px 18px; font-size: 14px; }

  .hero .split { grid-template-columns: 1.1fr 1fr; min-height: 420px; }
  .hero .split-media { min-height: auto; }
  .hero .split-panel { padding: 5% 6% 5% 10%; }
  .hero-panel-inner { max-width: 460px; }
  .hero h1 { font-size: 40px; }
  .hero-lead { font-size: 16px; }

  .page-hero { padding: 64px 0 12px; }
  .page-hero h1 { font-size: 42px; }
  .hero-split { grid-template-columns: 1fr 320px; min-height: 620px; }
  .hero-split-text { max-width: 620px; margin: 0 auto; padding: 84px 32px 76px; }
  .hero-split-text p { font-size: 15.5px; }
  .hero-split-media img { object-position: 50% 60%; }
  .weekly { padding: 44px 0 72px; }
  .weekly-cards { flex-direction: row; justify-content: center; gap: 40px; }

  .philosophy { padding: 56px 0 8px; }
  .philosophy-lead { font-size: 21px; }

  .about { padding: 76px 0; }
  .about-inner { grid-template-columns: 260px 1fr; gap: 56px; }
  .about-media { margin: 0; }
  .about-text h2 { text-align: start; font-size: 31px; }
  .about-quote { padding: 24px 32px; }
  .about-quote li { font-size: 20px; }
  .section-title { font-size: 31px; }

  .icon-services-grid { flex-direction: row; align-items: flex-start; max-width: 980px; gap: 32px; }
  .icon-service { flex: 1; flex-direction: column; text-align: center; gap: 10px; }
  .icon-service .icon-service-circle { margin: 0 auto; width: 128px; height: 128px; }


  .split { grid-template-columns: 1fr 1fr; min-height: 420px; }
  .split.is-reverse { direction: ltr; }
  .split.is-reverse .split-panel { direction: rtl; }
  .split-panel { padding: 8% 9%; }
  .split-panel h1, .split-panel h2 { font-size: 34px; }

  .service-band { min-height: 260px; }
  .service-band-body { padding: 30px 40px; max-width: 640px; margin-inline-start: auto; }
  .service-band-body h2 { font-size: 27px; }
  .service-band-body p { font-size: 15px; }

  .testimonials { padding: 64px 0; }
  .testimonial-quote-mark { font-size: 70px; }
  .testimonial-text { font-size: 19px; }

  .cta-band { padding: 60px 0; }
  .cta-band h2 { font-size: 28px; }
  .btn-lg { width: auto; }

  .gives-grid { grid-template-columns: repeat(3, 1fr); }
  .who-grid { grid-template-columns: repeat(2, 1fr); gap: 0 40px; }
  .gallery-scroller { margin: 26px 0 0; }
  .gallery-track { padding-inline: 2px; scroll-padding-inline: 2px; gap: 14px; }
  .gallery-item { width: 300px; }
  .gallery-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--hairline); background: rgba(251, 245, 240, 0.94); color: var(--brown); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 6px 18px rgba(58, 30, 24, 0.12); transition: opacity 0.2s ease; }
  .gallery-btn svg { width: 20px; height: 20px; }
  .gallery-btn:disabled { opacity: 0; pointer-events: none; }
  .gallery-btn--prev { right: -12px; }
  .gallery-btn--next { left: -12px; }
  .who-item { border-top: none !important; border-bottom: none !important; padding: 4px; }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ===== Desktop (>=1024px) ===== */

@media (min-width: 1024px) {
  .hero h1 { font-size: 44px; }
  .split-panel h1, .split-panel h2 { font-size: 38px; }
  .about-text h2 { font-size: 33px; }
  .floating-whatsapp { bottom: 24px; left: 24px; width: 56px; height: 56px; }
  .floating-whatsapp svg { width: 26px; height: 26px; }
}
