:root {
  --parchment: #FAF6EC;
  --parchment-deep: #F1E9D6;
  --pine: #1E3A30;
  --pom: #8A2A38;
  --gold: #B28A4C;
  --ink: #2B271F;
  --muted: #5C5446;
  --line: #D8CDB6;
  --display: "Fraunces", Georgia, serif;
  --body: "Hanken Grotesk", system-ui, sans-serif;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 18px;
  color: var(--ink);
  background: var(--parchment);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.container { width: min(100% - 40px, 980px); margin: 0 auto; }
header {
  border-bottom: 1px solid var(--line);
  background: var(--parchment);
}
.header-inner {
  min-height: 80px;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo { height: 52px; width: auto; display: block; }
header nav a {
  color: var(--muted);
  text-decoration: none;
  margin-left: 24px;
  font-size: .92rem;
  font-weight: 500;
  letter-spacing: .01em;
}
header nav a:hover { color: var(--pine); }
header nav a:hover { text-decoration: underline; }
.hero {
  padding: 92px 0 100px;
  background: var(--parchment-deep);
  text-align: center;
}
h1, h2, h3 { font-family: var(--display); color: var(--pine); font-weight: 400; line-height: 1.08; letter-spacing: .005em; }
.hero h1 { margin: 0; line-height: 1.1; }
.hero h1 span { display: block; }
.hero-heb { font-family: "Frank Ruhl Libre", "Fraunces", serif; direction: rtl; text-align: center; color: var(--pine); font-weight: 700; font-size: clamp(2.4rem, 6.5vw, 4rem); line-height: 1; margin-bottom: .18em; }
.hero-en { font-family: var(--display); color: var(--ink); font-weight: 300; font-size: clamp(2rem, 5.2vw, 3.3rem); letter-spacing: .01em; }
.hero-en b { font-weight: 500; font-style: italic; color: var(--pom); }
.hero-meta { margin: 18px auto 0; display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; font-size: .82rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.hero-meta span { position: relative; }
.hero-meta span + span::before { content: "·"; position: absolute; left: -12px; color: var(--line); }
.hero p {
  font-size: 1.18rem;
  max-width: 620px;
  margin-left: auto; margin-right: auto;
  color: var(--muted);
  font-size: 19px;
  margin: 0;
}
section { padding: 72px 0; }
h2 { font-size: clamp(2rem, 4.4vw, 2.9rem); margin: 0 0 16px; }
p { margin: 0 0 16px; }
a { color: var(--pom); }
.contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.card {
  display: block;
  border: 1px solid var(--line);
  padding: 26px 24px 24px;
  background: var(--parchment-deep);
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  color: var(--ink);
  transition: transform .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -20px rgba(30,58,48,.45); }
.card .ico { display: block; width: 26px; height: 26px; color: var(--pom); margin: 0 auto 14px; }
.card .k { display: block; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 6px; }
.card .v { display: block; font-size: 1.05rem; color: var(--pine); line-height: 1.5; overflow-wrap: anywhere; }
.form-wrap { max-width: 680px; padding: 56px 0 80px; }
.form-wrap h1 { font-size: clamp(2.1rem, 5vw, 3.1rem); margin: 0 0 16px; }
.form-wrap h2 { font-size: 1.5rem; margin: 1.7em 0 .35em; }
.form-wrap p { color: var(--muted); }
label { display: block; margin: 22px 0 8px; font-weight: 600; color: var(--pine); font-size: .95rem; }
input[type="text"], input[type="tel"], input[type="email"] {
  width: 100%;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 3px;
  font-size: 16px;
  font-family: inherit;
  background: #fff;
}
.checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 400;
  margin-top: 22px;
}
.checkbox input { margin-top: 6px; }
button {
  margin-top: 24px;
  padding: 12px 20px;
  border: 1px solid var(--pine);
  background: var(--pine);
  color: var(--parchment);
  border-radius: 3px;
  font-size: 15px;
  font-family: inherit;
  cursor: pointer;
}
.small { color: var(--muted); font-size: 13px; }
@media (max-width: 700px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 16px 0; gap: 14px; }
  nav a { margin: 0 18px 0 0; }
  .logo { height: 44px; }
  .hero { padding: 64px 0 70px; }
  .contact { grid-template-columns: 1fr; }
}

footer { background: var(--pine); color: #CBD6CC; padding: 60px 0 36px; text-align: center; font-size: 15px; }
.f-logo { height: 58px; width: auto; filter: brightness(0) invert(1); opacity: .92; margin: 0 auto 10px; display: block; }
.f-meta { margin: 18px 0 6px; color: #A9B8AC; line-height: 1.8; }
.f-meta a { color: #E7DFC9; text-decoration: none; }
.f-meta a:hover { color: #fff; }
.f-links { margin-top: 18px; }
.f-links a { color: #E7DFC9; text-decoration: none; margin: 0 12px; font-size: 14px; border-bottom: 1px solid transparent; }
.f-links a:hover { border-bottom-color: #E7DFC9; }
.f-fine { margin-top: 22px; font-size: 13px; color: #7E8E82; letter-spacing: .04em; }

.bsd { font-family: "Frank Ruhl Libre", serif; direction: rtl; color: var(--gold); font-size: .95rem; letter-spacing: .05em; margin-bottom: 26px; }

.about { max-width: 760px; }
.about .lead { font-size: 1.18rem; color: var(--muted); margin-bottom: 1.2em; }
.about p { margin-bottom: 1.1em; }
