:root {
  --ink: #263238;
  --muted: #657376;
  --line: #d7dedc;
  --paper: #f8f7f3;
  --white: #ffffff;
  --sage: #8aa39b;
  --teal: #14545d;
  --rose: #b06a64;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, "Noto Sans Hebrew", sans-serif;
  line-height: 1.7;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(248, 247, 243, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.brand {
  text-decoration: none;
  min-width: 190px;
}

.brand strong {
  display: block;
  font-size: 26px;
}

.brand span {
  display: block;
  color: var(--muted);
  font-size: 15px;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  justify-content: flex-end;
}

nav a {
  text-decoration: none;
  font-weight: 700;
  color: var(--teal);
}

nav a:hover {
  color: var(--rose);
}

.hero {
  min-height: 620px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 42, 47, 0.18), rgba(10, 42, 47, 0.72));
  z-index: -1;
}

.hero-copy {
  width: min(860px, calc(100% - 36px));
  padding: 72px 0;
}

.hero-copy p {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
}

h1 {
  margin: 0;
  font-size: clamp(52px, 8vw, 104px);
  line-height: 1;
}

h2 {
  margin: 0 0 28px;
  color: var(--teal);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
}

h3 {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 23px;
}

blockquote {
  margin: 28px 0;
  max-width: 760px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.45;
  font-weight: 700;
}

.section {
  padding: clamp(54px, 8vw, 104px) clamp(18px, 4vw, 56px);
}

.section:nth-child(2n) {
  background: var(--white);
}

.wrap {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.lead {
  max-width: 820px;
  color: var(--muted);
  font-size: 20px;
}

.text-block {
  max-width: 860px;
  font-size: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 22px;
  border: 0;
  border-radius: 6px;
  background: var(--teal);
  color: var(--white);
  text-decoration: none;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.button:hover {
  background: var(--rose);
}

.cards,
.post-grid,
.image-grid,
.logo-grid,
.video-grid {
  display: grid;
  gap: 18px;
}

.cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.post-card,
.contact-card,
form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(28, 57, 61, 0.08);
}

.card p,
.post-card p {
  color: var(--muted);
  margin: 0;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: start;
  font-size: 20px;
}

.mini-gallery,
.image-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mini-gallery {
  display: grid;
  gap: 12px;
}

.mini-gallery img,
.image-grid img,
.post-card img {
  width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  background: #e8eeec;
}

.mini-gallery img {
  aspect-ratio: 4 / 3;
}

.image-grid img {
  aspect-ratio: 4 / 3;
}

.recommendations {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.recommendations img {
  aspect-ratio: 3 / 4;
  object-fit: contain;
  padding: 8px;
  background: var(--white);
  border: 1px solid var(--line);
}

.logo-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.logo-grid span {
  min-height: 118px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  text-align: center;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--teal);
}

.logo-grid strong {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e7efeb;
  color: var(--teal);
  font-size: 24px;
}

.logo-grid em {
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
}

.logo-image-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.logo-image-grid span {
  min-height: 150px;
  padding: 18px;
}

.logo-image-grid img {
  width: 100%;
  height: 82px;
  display: block;
  object-fit: contain;
}

.logo-image-grid em {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.post-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.post-card {
  padding: 0;
  overflow: hidden;
  color: inherit;
}

.post-card img {
  aspect-ratio: 16 / 10;
  border-radius: 0;
}

.post-card div {
  padding: 18px;
}

.single-post {
  max-width: 860px;
  margin: 0 auto;
}

.post-date {
  margin: 0 0 18px;
  color: var(--rose);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.single-post > img {
  width: min(620px, 100%);
  max-height: 780px;
  display: block;
  margin: 0 auto 28px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--white);
}

.tip-content {
  max-width: 720px;
  margin: 0 auto 26px;
  padding: clamp(22px, 4vw, 38px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(28, 57, 61, 0.08);
  color: #233034;
  font-size: clamp(21px, 2.4vw, 28px);
  line-height: 1.85;
}

.tip-content p {
  margin: 0 0 18px;
}

.tip-content p:last-child {
  margin-bottom: 0;
}

.tip-divider {
  width: 72px;
  height: 1px;
  margin: 28px auto;
  border: 0;
  background: var(--sage);
}

.video-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.video-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(28, 57, 61, 0.08);
}

.video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: #e8eeec;
}

.video-card div {
  padding: 18px;
}

.video-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
}

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 22px;
  font-weight: 700;
}

.contact-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
}

.social-buttons {
  display: grid;
  gap: 10px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbf8;
  text-decoration: none;
}

.social-link img,
.footer-socials img {
  width: 28px;
  height: 28px;
  display: block;
}

.contact-action {
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbf8;
  text-decoration: none;
}

.contact-action:hover {
  border-color: var(--sage);
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.socials span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
}

form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--teal);
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  font: inherit;
  background: #fbfbf8;
}

footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  justify-content: center;
  padding: 28px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.footer-socials {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

@media (max-width: 800px) {
  .site-header,
  .contact-layout,
  .split {
    display: block;
  }

  nav {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .hero {
    min-height: 540px;
  }

  .cards,
  .recommendations {
    grid-template-columns: 1fr;
  }

  .mini-gallery,
  .image-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    margin-bottom: 18px;
  }
}
