@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&family=Noto+Serif+Hebrew:wght@400;500;600&display=swap');


:root {
  --navy: #14263a;
  --navy-2: #1c3349;
  --ink: #1c2a38;
  --beige: #f3eee5;
  --paper: #fbfaf7;
  --gold: #b99a5e;
  --gold-light: #d6be88;
  --muted: #65717b;
  --line: #ddd5c8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Heebo", Arial, sans-serif; font-size: 18px; line-height: 1.75; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.skip-link { position: fixed; top: -100px; right: 20px; z-index: 100; background: white; color: var(--navy); padding: 12px 20px; }
.skip-link:focus { top: 16px; }
.eyebrow { color: #8b713f; font-size: 14px; font-weight: 700; letter-spacing: .13em; margin: 0 0 16px; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 38px; height: 1px; background: currentColor; vertical-align: middle; margin-left: 12px; }
.eyebrow.light { color: var(--gold-light); }
h1, h2 { font-family: "Noto Serif Hebrew", Georgia, serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.22; margin: 0; }
h1 { font-size: clamp(48px, 6.3vw, 84px); color: white; }
h2 { font-size: clamp(38px, 4.2vw, 58px); color: var(--navy); }
h1 em, h2 em { color: var(--gold-light); font-style: normal; }
h2 em { color: #9e7d40; }
.section { padding: 112px 0; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-size: 15px; font-weight: 600; transition: .25s ease; }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #d5b875; outline-offset: 3px; }
.button-gold { background: var(--gold); color: #102336; padding: 0 30px; min-height: 58px; }
.button-gold:hover { background: var(--gold-light); transform: translateY(-1px); }

/* Header */
.site-header { height: 86px; position: absolute; z-index: 10; top: 0; left: 0; right: 0; border-bottom: 1px solid rgba(255,255,255,.18); color: white; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; line-height: 1.15; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold-light); color: var(--gold-light); font-family: "Noto Serif Hebrew", serif; font-size: 25px; border-radius: 50%; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: "Noto Serif Hebrew", serif; font-weight: 500; font-size: 18px; }
.brand small { font-size: 12px; color: rgba(255,255,255,.72); letter-spacing: .08em; margin-top: 3px; }
nav { display: flex; align-items: center; gap: 30px; font-size: 15px; }
nav a { padding: 10px 0; border-bottom: 1px solid transparent; }
nav a:hover { border-color: var(--gold-light); }
.quick-actions { display: flex; gap: 8px; }
.button-phone { border-color: rgba(255,255,255,.4); }
.button-whatsapp { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); }
.button-phone:hover, .button-whatsapp:hover { background: white; color: var(--navy); }

/* Hero */
.hero { min-height: 760px; height: 88vh; max-height: 920px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; filter: saturate(.72) contrast(.96); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,25,40,.25), rgba(10,25,40,.82) 62%, rgba(10,25,40,.95)), linear-gradient(0deg, rgba(10,25,40,.3), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 80px; }
.hero-lead { max-width: 660px; color: rgba(255,255,255,.86); font-size: 21px; line-height: 1.75; font-weight: 300; margin: 28px 0 36px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: white; font-size: 16px; border-bottom: 1px solid rgba(255,255,255,.4); padding: 9px 0; }
.text-link span { color: var(--gold-light); margin-right: 8px; }
.experience-badge { position: absolute; z-index: 2; bottom: 0; left: max(32px, calc((100% - 1180px)/2)); width: 190px; height: 150px; background: var(--beige); color: var(--navy); display: flex; align-items: center; justify-content: center; gap: 12px; }
.experience-badge strong { font-family: "Noto Serif Hebrew", serif; font-size: 48px; font-weight: 400; color: #9e7d40; line-height: 1; }
.experience-badge span { font-size: 14px; line-height: 1.5; }

/* Principles */
.intro-strip { background: white; border-bottom: 1px solid var(--line); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); padding: 34px 0; }
.principles > div { display: grid; grid-template-columns: 45px 1fr; padding: 0 35px; border-left: 1px solid var(--line); }
.principles > div:first-child { padding-right: 0; }
.principles > div:last-child { border: 0; }
.principles span { color: var(--gold); font-family: "Noto Serif Hebrew", serif; font-size: 18px; grid-row: 1 / span 2; }
.principles strong { font-size: 17px; color: var(--navy); }
.principles small { color: var(--muted); font-size: 14px; }

/* About */
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 44% 1fr; gap: 100px; align-items: center; }
.portrait-wrap { position: relative; padding: 0 34px 34px 0; }
.portrait-wrap::before { content: ""; position: absolute; top: -24px; right: 0; width: 64%; height: 72%; border-radius: 48px; background: linear-gradient(145deg, rgba(214,190,136,.32), rgba(214,190,136,.06)); filter: blur(.2px); }
.portrait-photo { min-height: 570px; position: relative; z-index: 1; background: #b9b0a3; overflow: hidden; border: 7px solid rgba(255,255,255,.72); border-radius: 30px 30px 86px 30px; box-shadow: 0 26px 62px rgba(20,38,58,.16); }
.portrait-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,30,45,.58), transparent 42%); pointer-events: none; }
.portrait-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; filter: saturate(.88) contrast(.98); }
.portrait-caption { position: absolute; z-index: 2; right: 34px; bottom: 54px; color: white; font-family: "Noto Serif Hebrew", serif; font-size: 31px; text-shadow: 0 2px 16px rgba(0,0,0,.32); }
.portrait-note { position: absolute; z-index: 2; bottom: 0; left: 0; background: var(--navy); color: white; padding: 17px 22px; font-size: 14px; border-radius: 16px 16px 4px 16px; box-shadow: 0 12px 28px rgba(20,38,58,.18); }
.about-copy .large-copy { font-family: "Noto Serif Hebrew", serif; font-size: 22px; line-height: 1.85; color: var(--navy); margin: 34px 0 18px; }
.about-copy > p:not(.eyebrow):not(.large-copy):not(.location) { color: #53606b; }
.signature { font-family: "Noto Serif Hebrew", serif; font-size: 32px; color: #9e7d40; margin-top: 24px; transform: rotate(-3deg); display: inline-block; }
.signature span { color: var(--navy); }
.location { font-size: 14px; color: var(--muted); border-top: 1px solid var(--line); margin-top: 24px; padding-top: 18px; }
.credentials { list-style: none; display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 24px 0 0; }
.credentials li { border: 1px solid var(--line); background: white; color: var(--navy); padding: 7px 13px; font-size: 13px; font-weight: 600; }

/* Journey */
.journey { background: var(--beige); }
.section-heading.centered { max-width: 760px; text-align: center; margin: 0 auto 56px; }
.section-heading.centered .eyebrow::before { display: none; }
.section-heading.centered > p:last-child { color: var(--muted); max-width: 620px; margin: 20px auto 0; }
.journey-cards { display: grid; grid-template-columns: repeat(3, 1fr); background: white; border: 1px solid var(--line); }
.journey-cards article { padding: 46px 40px; min-height: 300px; border-left: 1px solid var(--line); position: relative; }
.journey-cards article:last-child { border: 0; }
.card-number { font-family: "Noto Serif Hebrew", serif; color: var(--gold); font-size: 18px; }
.journey-cards h3 { font-family: "Noto Serif Hebrew", serif; font-size: 26px; color: var(--navy); font-weight: 500; margin: 35px 0 12px; }
.journey-cards p { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 0; }
.journey-cards article::after { content: ""; position: absolute; bottom: 0; right: 0; width: 0; height: 3px; background: var(--gold); transition: width .3s ease; }
.journey-cards article:hover::after { width: 100%; }
.journey-essence { display: grid; grid-template-columns: .85fr 1.4fr; background: var(--navy); color: white; margin-top: 24px; }
.essence-intro { padding: 52px 48px; border-left: 1px solid rgba(255,255,255,.14); }
.essence-intro h3 { font-family: "Noto Serif Hebrew", serif; font-size: clamp(36px, 4vw, 52px); font-weight: 400; line-height: 1.25; margin: 0 0 24px; }
.essence-intro h3 em { color: var(--gold-light); font-style: normal; }
.essence-intro > p:last-child { color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.85; margin: 0; }
.essence-list { list-style: none; padding: 44px 48px; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; counter-reset: essence; }
.essence-list li { counter-increment: essence; position: relative; padding: 14px 36px 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.88); font-size: 15px; line-height: 1.65; }
.essence-list li::before { content: counter(essence, decimal-leading-zero); position: absolute; right: 0; top: 15px; color: var(--gold-light); font-family: "Noto Serif Hebrew", serif; font-size: 12px; }

/* Gallery */
.gallery-section { background: white; }
.gallery-heading { display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 50px; margin-bottom: 44px; }
.gallery-heading > p { color: var(--muted); margin: 0; }
.gallery-grid { height: 670px; display: grid; grid-template-columns: 1.35fr .9fr .9fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.gallery-item { position: relative; border: 0; padding: 0; overflow: hidden; cursor: zoom-in; background: var(--navy); color: white; text-align: right; }
.gallery-item-1 { grid-row: 1 / 3; }
.gallery-item-2 { grid-column: 2 / 4; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .5s ease, filter .5s ease; }
.gallery-item:hover img { transform: scale(1.025); filter: saturate(.9); }
.gallery-item::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(9,24,38,.82)); }
.gallery-item > span { position: absolute; z-index: 2; bottom: 20px; right: 24px; font-family: "Noto Serif Hebrew", serif; font-size: 19px; }
.gallery-item small { display: block; font-family: "Heebo", sans-serif; font-size: 12px; font-weight: 400; opacity: .7; margin-top: 3px; }

/* Testimonials */
.testimonials { background: var(--navy); color: white; }
.testimonial-layout { display: grid; grid-template-columns: 33% 1fr; gap: 90px; align-items: center; }
.testimonial-title h2 { color: white; }
.testimonial-title h2 em { color: var(--gold-light); }
.testimonial-card { border: 1px solid rgba(255,255,255,.18); padding: 48px 52px; min-height: 380px; display: flex; flex-direction: column; }
.quote-mark { color: var(--gold-light); font-family: Georgia, serif; font-size: 72px; height: 58px; line-height: 1; }
blockquote { font-family: "Noto Serif Hebrew", serif; font-size: 25px; line-height: 1.85; font-weight: 400; margin: 8px 0 30px; color: rgba(255,255,255,.94); }
.testimonial-footer { margin-top: auto; border-top: 1px solid rgba(255,255,255,.16); padding-top: 22px; display: flex; justify-content: space-between; align-items: end; }
.testimonial-footer strong, .testimonial-footer small { display: block; }
.testimonial-footer strong { color: var(--gold-light); font-size: 16px; }
.testimonial-footer small { color: rgba(255,255,255,.6); font-size: 13px; }
.carousel-controls { display: flex; align-items: center; gap: 12px; direction: ltr; }
.carousel-controls button { width: 46px; height: 46px; background: transparent; border: 1px solid rgba(255,255,255,.3); color: white; cursor: pointer; }
.carousel-controls button:hover { background: white; color: var(--navy); }
.carousel-controls span { font-size: 12px; color: rgba(255,255,255,.55); }

/* Contact */
.contact { background: var(--beige); }
.contact-grid { display: grid; grid-template-columns: 38% 1fr; gap: 110px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); margin: 26px 0 34px; }
.direct-contact { border-top: 1px solid var(--line); }
.direct-contact a { display: flex; justify-content: space-between; align-items: center; min-height: 66px; border-bottom: 1px solid var(--line); }
.direct-contact span { font-size: 14px; color: var(--muted); }
.direct-contact strong { font-size: 16px; color: var(--navy); }
.direct-contact a:last-child strong { direction: ltr; unicode-bidi: isolate; overflow-wrap: anywhere; }
.contact-form { background: white; padding: 46px; box-shadow: 0 20px 55px rgba(20,38,58,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: block; margin-bottom: 20px; }
.contact-form label > span { display: block; color: var(--navy); font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d8d2c8; background: #fbfaf7; color: var(--ink); border-radius: 0; min-height: 54px; padding: 12px 15px; font-size: 16px; }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9da3a7; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); background: white; outline: 2px solid rgba(185,154,94,.22); }
.submit { border: 0; width: 100%; justify-content: space-between; font-size: 17px; cursor: pointer; }
.submit:disabled { opacity: .65; cursor: wait; }
.privacy { font-size: 12px; color: var(--muted); text-align: center; margin: 10px 0 0; }
.form-message { font-size: 14px; text-align: center; margin: 12px 0 0; }
.form-message.success { color: #2d6a4f; }
.form-message.error { color: #9d3d31; }
.honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }

/* Footer & lightbox */
footer { background: #0e1d2c; color: rgba(255,255,255,.62); padding: 38px 0; font-size: 13px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand { color: white; }
.footer-brand .brand-mark { width: 36px; height: 36px; font-size: 21px; }
.footer-brand .brand small { color: rgba(255,255,255,.55); }
.lightbox { position: fixed; z-index: 50; inset: 0; background: rgba(6,15,24,.96); display: flex; align-items: center; justify-content: center; padding: 70px 100px; color: white; }
.lightbox figure { margin: 0; max-width: 1100px; max-height: 85vh; }
.lightbox figure img { max-height: 76vh; width: auto; object-fit: contain; }
.lightbox figcaption { text-align: center; font-family: "Noto Serif Hebrew", serif; margin-top: 14px; }
.lightbox button { position: absolute; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); color: white; cursor: pointer; }
.lightbox-close { top: 24px; left: 24px; width: 52px; height: 52px; font-size: 30px; }
.lightbox-arrow { top: 50%; width: 56px; height: 56px; font-size: 25px; }
.lightbox-arrow.prev { right: 24px; }
.lightbox-arrow.next { left: 24px; }

@media (max-width: 980px) {
  .container { width: min(100% - 40px, 760px); }
  nav { display: none; }
  .hero { min-height: 720px; height: auto; }
  .experience-badge { left: 20px; }
  .principles > div { padding: 0 20px; grid-template-columns: 36px 1fr; }
  .about-grid { gap: 55px; grid-template-columns: 42% 1fr; }
  .portrait-photo { min-height: 470px; }
  .journey-essence { grid-template-columns: 1fr; }
  .essence-intro { border-left: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .testimonial-layout, .contact-grid { gap: 55px; }
  .gallery-grid { height: 570px; }
}

@media (max-width: 720px) {
  body { font-size: 17px; }
  .container { width: calc(100% - 36px); }
  .section { padding: 78px 0; }
  .site-header { height: 76px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 16px; }
  .quick-actions { gap: 6px; }
  .quick-actions .button { padding: 0 12px; min-height: 46px; font-size: 13px; }
  .button-phone { display: none; }
  .hero { min-height: 690px; align-items: flex-end; padding-bottom: 100px; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(9,24,38,.96), rgba(9,24,38,.32)), linear-gradient(90deg, rgba(9,24,38,.1), rgba(9,24,38,.55)); }
  .hero-content { padding-top: 130px; }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  h2 { font-size: clamp(35px, 10vw, 46px); }
  .hero-lead { font-size: 18px; line-height: 1.7; }
  .hero-actions { display: block; }
  .hero-actions .button { width: 100%; text-align: center; padding: 10px 18px; }
  .text-link { display: inline-block; margin-top: 16px; }
  .experience-badge { display: none; }
  .principles { grid-template-columns: 1fr; padding: 8px 0; }
  .principles > div, .principles > div:first-child { padding: 20px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .principles > div:last-child { border-bottom: 0; }
  .about-grid { display: flex; flex-direction: column; gap: 54px; }
  .portrait-wrap { width: 100%; max-width: 480px; padding: 0 16px 28px 0; }
  .portrait-photo { border-radius: 24px 24px 62px 24px; border-width: 5px; }
  .portrait-photo { min-height: 470px; }
  .about-copy .large-copy { font-size: 20px; }
  .journey-cards { grid-template-columns: 1fr; }
  .journey-cards article { min-height: auto; padding: 34px 28px; border-left: 0; border-bottom: 1px solid var(--line); }
  .journey-cards h3 { margin-top: 18px; }
  .essence-intro { padding: 38px 28px; }
  .essence-list { grid-template-columns: 1fr; padding: 24px 28px 34px; }
  .direct-contact a { align-items: flex-start; flex-direction: column; justify-content: center; padding: 12px 0; }
  .gallery-heading { grid-template-columns: 1fr; gap: 18px; }
  .gallery-grid { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 300px 210px 210px; }
  .gallery-item-1 { grid-column: 1 / 3; grid-row: auto; }
  .gallery-item-2 { grid-column: auto; }
  .gallery-item-4 { grid-column: 1 / 3; }
  .testimonial-layout { grid-template-columns: 1fr; gap: 40px; }
  .testimonial-card { padding: 34px 26px; min-height: 430px; }
  blockquote { font-size: 21px; }
  .testimonial-footer { align-items: flex-start; gap: 18px; flex-direction: column; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-form { padding: 28px 20px; margin: 0 -6px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form input, .contact-form textarea { min-height: 58px; font-size: 17px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .lightbox { padding: 80px 18px; }
  .lightbox-arrow { top: auto; bottom: 20px; }
  .lightbox-arrow.prev { right: calc(50% - 66px); }
  .lightbox-arrow.next { left: calc(50% - 66px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
