:root {
  --burgundy: #6b2d3c;
  --burgundy-dark: #4e1f2c;
  --gold: #c4a35a;
  --gold-soft: #e8d5a3;
  --cream: #fbf6f0;
  --paper: #fffdf9;
  --ink: #2c241f;
  --muted: #5c534c;
  --line: rgba(107, 45, 60, 0.16);
  --shadow: 0 18px 40px rgba(78, 31, 44, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--burgundy);
}

a:hover {
  color: var(--burgundy-dark);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(251, 246, 240, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.site-header .inner,
.about,
.contact,
.hero,
.site-footer {
  width: min(980px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--burgundy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--paper);
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--burgundy-dark);
}

.brand-tag {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav {
  display: flex;
  gap: 1.25rem;
}

.nav a {
  text-decoration: none;
  font-weight: 500;
  color: var(--muted);
}

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

.hero {
  text-align: center;
  padding: 3.5rem 0 2rem;
}

.hebrew {
  margin: 0 0 0.4rem;
  color: var(--gold);
  font-size: 1.35rem;
  letter-spacing: 0.18em;
}

.hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  font-weight: 600;
  line-height: 1.05;
  color: var(--burgundy-dark);
}

.lede {
  margin: 0.85rem 0 0;
  font-size: 1.15rem;
  color: var(--muted);
}

.photo {
  width: min(1120px, calc(100% - 1.5rem));
  margin: 0 auto 2.5rem;
}

.photo figure {
  margin: 0;
  background: var(--paper);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.photo img {
  width: 100%;
  object-fit: cover;
}

.photo figcaption {
  padding: 0.85rem 1rem 1.05rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
}

.about,
.contact {
  padding-bottom: 2.5rem;
}

h2 {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.15rem;
  font-weight: 600;
  color: var(--burgundy-dark);
}

.about p,
.intro {
  margin: 0;
  max-width: 42rem;
  font-size: 1.08rem;
  color: var(--muted);
}

.contact .intro {
  margin-bottom: 1.75rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.35rem 1.25rem 1.45rem;
  box-shadow: var(--shadow);
}

.card h3 {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.card p {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 500;
}

.card a {
  text-decoration: none;
}

.card a:hover {
  text-decoration: underline;
}

.site-footer {
  padding: 2rem 0 2.6rem;
  border-top: 1px solid var(--line);
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer p {
  margin: 0.2rem 0;
}

.policy {
  width: min(760px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.5rem 0 3rem;
}

.policy h1 {
  margin: 0 0 0.35rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 600;
  color: var(--burgundy-dark);
}

.policy-meta {
  margin: 0 0 1.75rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.policy h2 {
  margin: 1.75rem 0 0.55rem;
  font-size: 1.45rem;
}

.policy p {
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 1.05rem;
}

@media (max-width: 760px) {
  .site-header .inner {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero {
    padding-top: 2.4rem;
  }
}
