/*
 * Client preview release 1.3.6.
 * Services use the six supplied illustrations, focus actions follow the
 * approved yellow control, and the About opening uses a clear side-by-side flow.
 */

/* Site typography: the locally bundled Rubik family matches the approved
 * compact Hebrew sans reference while keeping icon fonts untouched. */
body.lhs-design-v136 {
  font-family: 'Rubik', Arial, sans-serif !important;
  letter-spacing: 0;
}

body.lhs-design-v136 :where(
  h1, h2, h3, h4, h5, h6,
  p, li, a, button, input, textarea, select, option, label, summary,
  blockquote, figcaption, th, td, legend, strong, small, em
) {
  font-family: 'Rubik', Arial, sans-serif !important;
  letter-spacing: 0;
}

/* Focus-call actions: approved yellow pill with a physical-left chevron. */
body.lhs-design-v136 a.btn.lhs-focus-cta,
body.lhs-design-v136 button.btn.lhs-focus-cta,
body.lhs-design-v136 a.lhs-focus-cta,
body.lhs-design-v136 button.lhs-focus-cta {
  position: relative;
  display: inline-flex !important;
  width: auto;
  max-width: 100%;
  min-height: 48px !important;
  padding: 10px 24px 10px 48px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #26384a !important;
  border-radius: 999px !important;
  background-color: #f8c43a !important;
  background-image: none !important;
  box-shadow: 0 4px 0 rgb(135 83 23 / 18%) !important;
  color: #1f3042 !important;
  font-weight: 800 !important;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none !important;
  white-space: normal;
}

body.lhs-design-v136 :is(a, button).lhs-focus-cta::after {
  position: absolute;
  left: 16px;
  top: 50%;
  color: currentColor;
  content: "«";
  direction: ltr;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-52%);
}

body.lhs-design-v136 :is(a, button).lhs-focus-cta:is(:hover, :focus-visible) {
  border-color: #1f3042 !important;
  background-color: #ffcf45 !important;
  background-image: none !important;
  color: #142536 !important;
  box-shadow: 0 5px 0 rgb(135 83 23 / 24%) !important;
  transform: translateY(-1px);
}

body.lhs-design-v136 :is(a, button).lhs-focus-cta:focus-visible {
  outline: 3px solid #1f3042 !important;
  outline-offset: 3px;
}

/* Services opening and verified flagship service. */
body.lhs-design-v136.lhs-page-services .lhs-services-catalog {
  padding-block: clamp(24px, 3.5vw, 44px) clamp(36px, 5vw, 62px) !important;
}

body.lhs-design-v136.lhs-page-services .lhs-services-catalog-heading {
  width: min(100%, 1040px);
  margin: 0 auto clamp(24px, 3vw, 38px);
  text-align: center;
}

body.lhs-design-v136.lhs-page-services .lhs-services-catalog-heading::after,
body.lhs-design-v136.lhs-page-services .lhs-services-practical-heading::after {
  display: none !important;
}

body.lhs-design-v136.lhs-page-services .lhs-services-catalog-heading h1 {
  margin: 0 0 12px;
  color: #c85d2d;
  font-size: clamp(34px, 4vw, 52px) !important;
  line-height: 1.08;
}

body.lhs-design-v136.lhs-page-services .lhs-services-catalog-heading p {
  max-width: 920px;
  margin: 0 auto;
  color: #3d2d25;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.65;
}

body.lhs-design-v136.lhs-page-services .lhs-services-groups {
  gap: clamp(24px, 3vw, 38px);
}

body.lhs-design-v136.lhs-page-services .lhs-services-featured-grid {
  display: block;
}

body.lhs-design-v136.lhs-page-services .lhs-service-featured-story {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  grid-template-areas:
    "title title"
    "visual copy";
  gap: clamp(24px, 3.5vw, 52px);
  align-items: center;
  padding: clamp(18px, 2.3vw, 30px);
  border: 1px solid rgb(200 93 45 / 34%);
  border-radius: 8px;
  background: #fff9f3;
  box-shadow: 0 18px 38px rgb(96 47 27 / 10%);
  direction: ltr;
}

body.lhs-design-v136.lhs-page-services .lhs-service-featured-title {
  grid-area: title;
  width: 100%;
  margin: 0 !important;
  color: #9f4827;
  font-size: clamp(27px, 2.65vw, 39px) !important;
  line-height: 1.18;
  direction: rtl;
  text-align: center;
  text-wrap: balance;
}

body.lhs-design-v136.lhs-page-services .lhs-service-featured-title a {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

body.lhs-design-v136.lhs-page-services .lhs-service-featured-visual {
  grid-area: visual;
  display: block;
  overflow: hidden;
  border: 1px solid rgb(200 93 45 / 20%);
  border-radius: 7px;
  background: #fffaf0;
}

body.lhs-design-v136.lhs-page-services .lhs-service-featured-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.8 / 1;
  object-fit: contain;
}

body.lhs-design-v136.lhs-page-services .lhs-service-featured-copy {
  grid-area: copy;
  min-width: 0;
  direction: rtl;
  text-align: start;
}

body.lhs-design-v136.lhs-page-services .lhs-service-featured-copy .lhs-service-catalog-summary {
  max-height: none !important;
  overflow: visible !important;
}

body.lhs-design-v136.lhs-page-services .lhs-service-featured-copy .lhs-service-catalog-summary::after {
  display: none !important;
}

body.lhs-design-v136.lhs-page-services .lhs-service-featured-copy .lhs-service-catalog-summary p {
  margin: 0 0 10px;
  color: #3b2a22;
  font-size: 16px !important;
  line-height: 1.58 !important;
}

body.lhs-design-v136.lhs-page-services .lhs-service-featured-copy .lhs-service-catalog-lead {
  color: #9b4325;
  font-size: 17px !important;
  font-weight: 800;
}

body.lhs-design-v136.lhs-page-services .lhs-services-primary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.lhs-design-v136.lhs-page-services .lhs-services-practical-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: min(100%, 980px);
  margin-inline: auto;
}

body.lhs-design-v136.lhs-page-services .lhs-service-catalog-card {
  display: flex !important;
  min-height: 0 !important;
  padding: 12px 12px 16px !important;
  flex-direction: column;
  overflow: visible !important;
  border: 1px solid rgb(200 93 45 / 27%);
  border-radius: 8px;
  background: #fff9f3;
  box-shadow: 0 12px 28px rgb(96 47 27 / 8%);
}

body.lhs-design-v136.lhs-page-services .lhs-service-catalog-visual {
  display: block;
  width: 100%;
  margin: 0 0 14px;
  overflow: hidden;
  border-radius: 6px;
  background: #fffaf0;
}

body.lhs-design-v136.lhs-page-services .lhs-service-catalog-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.8 / 1;
  object-fit: contain;
}

body.lhs-design-v136.lhs-page-services .lhs-service-catalog-card h2 {
  margin: 0 0 10px !important;
  color: #71331f;
  font-size: clamp(19px, 1.55vw, 23px) !important;
  line-height: 1.25;
}

body.lhs-design-v136.lhs-page-services .lhs-service-catalog-card h2 a {
  color: inherit;
  text-decoration: none;
}

body.lhs-design-v136.lhs-page-services .lhs-service-catalog-card .lhs-service-catalog-summary {
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
}

body.lhs-design-v136.lhs-page-services .lhs-service-catalog-card .lhs-service-catalog-summary::after {
  display: none !important;
}

body.lhs-design-v136.lhs-page-services .lhs-service-catalog-card .lhs-service-catalog-summary p {
  margin: 0 0 9px;
  color: #3e2d24;
  font-size: 14.5px !important;
  line-height: 1.5 !important;
}

body.lhs-design-v136.lhs-page-services .lhs-service-catalog-card .lhs-service-catalog-lead {
  color: #8e3e24;
  font-size: 15px !important;
  font-weight: 800;
}

body.lhs-design-v136.lhs-page-services .lhs-service-read-more {
  min-height: 42px;
  margin-top: auto !important;
  padding: 9px 18px;
  align-self: flex-start !important;
  border: 1px solid #c85d2d;
  border-radius: 5px;
  color: #8b3b22;
  font-weight: 800;
  text-decoration: none;
}

body.lhs-design-v136.lhs-page-services .lhs-service-read-more:is(:hover, :focus-visible) {
  background: #c85d2d;
  color: #fff9f3;
}

body.lhs-design-v136.lhs-page-services .lhs-services-practical-heading h2 {
  margin: 0 0 18px;
  color: #9b4325;
  font-size: clamp(28px, 3vw, 40px);
  text-align: center;
}

/* Home hero: reserve a clear visual lane around the figure in the landscape. */
body.lhs-design-v136.home :is(
  .lhs-v121-hero h1,
  .lhs-v130-hero-lead,
  .lhs-v130-hero-lower,
  .lhs-v121-hero-note,
  .lhs-v130-business-card
) {
  color: #a94c27 !important;
}

@media (min-width: 761px) {
  body.lhs-design-v136.home .lhs-v121-hero-background img {
    transform: translateX(9%) scale(1.19);
    transform-origin: center;
  }

  body.lhs-design-v136.home .lhs-v121-hero-copy {
    width: 100%;
    max-width: 680px;
    padding-inline: 0 8px;
    justify-self: end;
    transform: translateX(12px) !important;
  }

  body.lhs-design-v136.home .lhs-v121-hero h1,
  body.lhs-design-v136.home :is(.lhs-v130-hero-lead, .lhs-v130-hero-lower, .lhs-v130-business-card) {
    width: 100%;
    max-width: 680px;
  }

  body.lhs-design-v136.home .lhs-v121-hero h1 {
    font-size: clamp(40px, 3.25vw, 47px);
    line-height: 1.08;
    text-wrap: balance;
  }
}

@media (min-width: 1101px) {
  body.lhs-design-v136.home .lhs-v121-hero-copy {
    max-width: 840px;
    transform: translateX(36px) !important;
  }

  body.lhs-design-v136.home .lhs-v121-hero h1,
  body.lhs-design-v136.home :is(.lhs-v130-hero-lead, .lhs-v130-hero-lower, .lhs-v130-business-card) {
    width: 100%;
    max-width: 840px;
  }

  body.lhs-design-v136.home .lhs-v121-hero h1 {
    font-size: clamp(40px, 3.05vw, 46px);
    white-space: nowrap;
    text-wrap: nowrap;
  }

  body.lhs-design-v136.home :is(.lhs-v130-hero-lead, .lhs-v130-hero-lower, .lhs-v130-business-card) {
    max-width: 760px;
    margin-inline: 0 auto;
  }
}

/* Remove the dropped phone notch while retaining the slim speaker mark. */
body.lhs-design-v136.home .lhs-v121-phone-shell::before {
  display: none !important;
}

/* Five stations: headings, subheadings and approved copy share one axis. */
body.lhs-design-v136.home .lhs-v130-station-card,
body.lhs-design-v136.home .lhs-v130-station-card header,
body.lhs-design-v136.home .lhs-v127-station-title,
body.lhs-design-v136.home .lhs-v127-station-lead,
body.lhs-design-v136.home .lhs-v130-station-card > p {
  justify-items: center !important;
  text-align: center !important;
}

body.lhs-design-v136.home .lhs-v130-station-card header,
body.lhs-design-v136.home .lhs-v127-station-title,
body.lhs-design-v136.home .lhs-v127-station-lead {
  width: 100%;
  margin-inline: auto;
}

body.lhs-design-v136.home .lhs-v130-station-card header {
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: start;
}

body.lhs-design-v136.home :is(.lhs-v127-station-title, .lhs-v127-station-lead) {
  grid-column: 1 / -1 !important;
}

body.lhs-design-v136.home .lhs-v127-station-title :is(small, strong, em) {
  display: block;
  width: 100%;
  text-align: center !important;
}

/* Contact: keep the verified email visible on the central contact axis. */
body.lhs-design-v136.lhs-page-contact .lhs-contact-client-email {
  display: inline-flex;
  min-height: 44px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 8px auto 0;
  color: #9b4325;
  font-size: clamp(13.5px, 1.05vw, 15px);
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

body.lhs-design-v136.lhs-page-contact .lhs-contact-client-email i {
  flex: 0 0 auto;
  color: #c85d2d;
}

body.lhs-design-v136.lhs-page-contact .lhs-contact-client-email:is(:hover, :focus-visible) {
  color: #c85d2d;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 420px) {
  body.lhs-design-v136.lhs-page-contact .lhs-contact-client-email {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

/* Every animated separator is three complete strokes. Motion only changes the
 * path transform, never its dash pattern or visible length. */
body.lhs-design-v136 .lhs-v130-flow-divider .lhs-v130-wave {
  stroke-dasharray: none !important;
  stroke-dashoffset: 0 !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

body.lhs-design-v136 .lhs-v130-flow-divider .lhs-v130-wave-light {
  opacity: .94;
}

/* The practical-services divider is injected inside the centered services
 * container. Let it span the viewport so its animated paths never end at the
 * card-grid edges. */
body.lhs-design-v136.lhs-page-services .lhs-services-groups > .lhs-v130-flow-divider {
  inline-size: 100vw;
  max-inline-size: none;
  margin-inline: calc(50% - 50vw);
}

@media (prefers-reduced-motion: no-preference) {
  body.lhs-design-v136 .lhs-v130-flow-divider.is-revealed .lhs-v130-wave-main {
    animation: lhs-v135-wave-rock 4.2s ease-in-out infinite alternate !important;
  }

  body.lhs-design-v136 .lhs-v130-flow-divider.is-revealed .lhs-v130-wave-gold {
    animation: lhs-v135-wave-glide 5.1s ease-in-out -1.7s infinite alternate !important;
  }

  body.lhs-design-v136 .lhs-v130-flow-divider.is-revealed .lhs-v130-wave-light {
    animation: lhs-v136-wave-light-shift 3.6s ease-in-out -1s infinite alternate !important;
  }

  @keyframes lhs-v136-wave-light-shift {
    from { transform: translate3d(-1.2%, 6px, 0) rotate(.18deg) scaleX(1.015); }
    to { transform: translate3d(1.35%, -5px, 0) rotate(-.32deg) scaleX(1.008); }
  }
}

/* Full review copy is visible on the home cards; only the archive action remains. */
body.lhs-design-v136.home .lhs-google-review-card-hero .lhs-google-review-full-link {
  display: none !important;
}

/* Important note: keep both actions as one centered group below the copy. */
body.lhs-design-v136.home .lhs-v127-important-note > div {
  text-align: center;
}

body.lhs-design-v136.home .lhs-v127-important-note .lhs-v127-journey-actions {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body.lhs-design-v136.home .lhs-v127-important-note .lhs-v127-journey-actions .btn {
  width: min(100%, 360px);
}

/* The supplied landscape portrait remains fully visible in both About views. */
body.lhs-design-v136.home .lhs-v121-about-grid {
  grid-template-columns: minmax(420px, 560px) minmax(0, 1fr);
  grid-template-areas: "image copy";
  gap: clamp(34px, 4.5vw, 64px);
  align-items: center;
  direction: ltr;
}

body.lhs-design-v136.home .lhs-v121-about-copy {
  grid-area: copy;
  direction: rtl;
}

body.lhs-design-v136.home .lhs-v121-about-copy::before {
  inset: -2px 0 !important;
  border-radius: 50% / 29% !important;
}

body.lhs-design-v136.home .lhs-v121-about-copy > .btn {
  display: flex;
  width: fit-content;
  margin-inline: auto;
}

/* Motion dividers belong between page sections, never inside the booking grid. */
body.lhs-design-v136 .lhs-fcb-calendar > .lhs-v130-flow-divider {
  display: none !important;
}

body.lhs-design-v136.home .lhs-v121-about-image {
  grid-area: image;
  width: 100%;
  max-width: 560px;
  height: auto !important;
  aspect-ratio: 1376 / 768 !important;
  justify-self: start;
}

body.lhs-design-v136.home .lhs-v121-about-image img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1376 / 768 !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* About opening: portrait left, verified copy right, no orange backdrop stripe. */
body.lhs-design-v136.lhs-page-about .lhs-about-client-hero.lhs-about-editorial-hero,
body.lhs-design-v136.lhs-page-about .lhs-about-verified-hero {
  min-height: 0 !important;
  padding: clamp(28px, 4vw, 50px) 0 !important;
  overflow: visible;
  background: #f7ebdd !important;
  background-image: none !important;
}

body.lhs-design-v136.lhs-page-about:not(.home):not(.error404) main .page-hero.lhs-about-verified-hero {
  background: #f7ebdd !important;
  background-image: none !important;
}

body.lhs-design-v136.lhs-page-about .lhs-about-editorial-hero::before {
  display: none !important;
}

body.lhs-design-v136.lhs-page-about .lhs-about-verified-hero::after,
body.lhs-design-v136.lhs-page-about .lhs-about-verified-hero > :is(.lhs-wave-ribbon, .lhs-wave-edge) {
  display: none !important;
}

body.lhs-design-v136.lhs-page-about .lhs-about-verified-hero-grid {
  position: relative;
  display: grid;
  min-height: 0 !important;
  grid-template-columns: minmax(380px, 540px) minmax(0, 1fr);
  grid-template-areas: "portrait intro";
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
  direction: ltr;
}

body.lhs-design-v136.lhs-page-about .lhs-about-verified-portrait {
  position: static !important;
  inset: auto !important;
  grid-area: portrait;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1376 / 768 !important;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(200 93 45 / 26%);
  border-radius: 8px;
  background: #fff9f3;
  box-shadow: 14px 14px 0 rgb(248 196 58 / 20%);
}

body.lhs-design-v136.lhs-page-about .lhs-about-verified-portrait img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  aspect-ratio: 1376 / 768 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #fff9f3 !important;
}

body.lhs-design-v136.lhs-page-about .lhs-about-verified-intro {
  position: relative !important;
  inset: auto !important;
  grid-area: intro;
  display: flex;
  width: min(100%, 680px) !important;
  min-height: 300px;
  margin: 0;
  padding: clamp(42px, 4.4vw, 60px) clamp(54px, 5.4vw, 82px) !important;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgb(200 93 45 / 34%) !important;
  border-radius: 50% / 46% !important;
  background: #fff7ec !important;
  box-shadow: 0 20px 42px rgb(114 54 29 / 10%) !important;
  backdrop-filter: none !important;
  direction: rtl;
  text-align: start;
  transform: none !important;
}

body.lhs-design-v136.lhs-page-about .lhs-about-verified-intro h1 {
  margin: 0 0 16px;
  color: #c85d2d;
  font-size: clamp(38px, 4.6vw, 58px);
  line-height: 1.08;
}

body.lhs-design-v136.lhs-page-about .lhs-about-verified-intro .lead {
  max-width: 820px;
  margin: 0;
  color: #3d2d25;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.7;
}

@media (max-width: 980px) {
  body.lhs-design-v136.lhs-page-services .lhs-services-primary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.lhs-design-v136.lhs-page-services .lhs-service-featured-story {
    grid-template-columns: minmax(250px, .82fr) minmax(0, 1.18fr);
  }
}

@media (max-width: 900px) {
  body.lhs-design-v136.lhs-page-about .lhs-about-verified-hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "portrait";
    gap: 24px;
    direction: rtl;
  }

  body.lhs-design-v136.lhs-page-about .lhs-about-verified-intro {
    width: min(100%, 680px) !important;
    justify-self: center;
  }

  body.lhs-design-v136.lhs-page-about .lhs-about-verified-portrait {
    width: min(100%, 560px) !important;
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  body.lhs-design-v136 :is(a, button).lhs-focus-cta {
    width: 100%;
    min-height: 48px;
    padding: 10px 22px 10px 44px !important;
  }

  body.lhs-design-v136.lhs-page-services .lhs-service-featured-story {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "visual"
      "copy";
    gap: 20px;
  }

  body.lhs-design-v136.lhs-page-services :is(.lhs-services-primary-grid, .lhs-services-practical-grid) {
    grid-template-columns: 1fr !important;
  }

  body.lhs-design-v136.lhs-page-about .lhs-about-verified-hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "portrait";
    gap: 24px;
    direction: rtl;
  }

  body.lhs-design-v136.lhs-page-about .lhs-about-verified-portrait {
    width: min(100%, 560px) !important;
    margin-inline: auto;
  }

  body.lhs-design-v136.lhs-page-about .lhs-about-verified-intro {
    width: 100% !important;
    min-height: 0;
    padding: 34px 26px !important;
    border-radius: 38% / 16% !important;
    text-align: center;
  }

  body.lhs-design-v136.home .lhs-v121-about-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "image";
    gap: 24px;
  }

  body.lhs-design-v136.home .lhs-v121-about-image {
    width: min(100%, 560px);
    justify-self: center;
  }

  body.lhs-design-v136.home .lhs-v121-about-copy::before {
    inset: 0 !important;
    border-radius: 46% / 15% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.lhs-design-v136 :is(a, button).lhs-focus-cta {
    transition: none !important;
  }
}
