@import "https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800&family=Noto+Serif+Hebrew:wght@400;500&display=swap";:root{--ink:#171b19;--ink-soft:#323833;--cream:#f5f1e8;--cream-deep:#eae3d7;--paper:#fbfaf7;--orange:#c63d17;--orange-dark:#9f2c10;--orange-light:#ff835c;--sky:#a8c9df;--line:#171b1929;--serif:"Noto Serif Hebrew", Georgia, serif;--sans:"Heebo", Arial, sans-serif;--max-width:1240px;--page-pad:clamp(1.25rem, 4vw, 4rem)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:7rem}body{background:var(--cream);color:var(--ink);font-family:var(--sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;direction:rtl;margin:0;font-size:16px;line-height:1.6}body,button,a{font-family:var(--sans)}a{color:inherit;text-decoration:none}button{color:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}.page-shell{overflow:hidden}.container{width:min(calc(100% - (var(--page-pad) * 2)), var(--max-width));margin-inline:auto}.site-header{z-index:50;padding-top:1rem;transition:padding .22s;position:fixed;inset:0 0 auto}.site-header--scrolled{padding-top:.55rem}.nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfaf7e0;border:1px solid #ffffffad;border-radius:999px;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;min-height:4.7rem;padding:.65rem .7rem .65rem .85rem;display:grid;position:relative;box-shadow:0 1rem 3rem #161c1b14}.nav__brand{justify-self:start;padding-inline:1rem}.brand{white-space:nowrap;align-items:center;gap:.62rem;display:inline-flex}.brand img{width:86px;height:auto}.brand__funds{color:#616561;letter-spacing:.04em;border-right:1px solid #171b1947;padding-right:.65rem;font-size:.78rem;font-weight:500}.brand--light .brand__funds{color:#ffffffb8;border-color:#ffffff59}.nav__links{align-items:center;gap:clamp(1.1rem,2.4vw,2.2rem);font-size:.88rem;font-weight:500;display:flex}.nav__links a{white-space:nowrap;position:relative}.nav__links>a:not(.nav__mobile-cta):after{content:"";background:var(--orange);transform-origin:100%;width:100%;height:1px;transition:transform .18s;position:absolute;bottom:-.3rem;right:0;transform:scaleX(0)}.nav__links>a:hover:after{transform:scaleX(1)}.nav__links>a:focus-visible:after{transform:scaleX(1)}.nav__cta{justify-self:end}.nav__mobile-cta,.nav__toggle{display:none}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:1rem;min-height:3.2rem;padding:.75rem 1.45rem;font-size:.9rem;font-weight:600;line-height:1;transition:transform .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button svg,.text-link svg{fill:none;stroke:currentColor;stroke-width:1.6px;width:1rem;transform:scaleX(-1)}.button--dark{background:var(--ink);color:#fff}.button--dark:hover{background:var(--orange)}.button--orange{background:var(--orange);color:#fff}.button--orange:hover{background:var(--orange-dark)}.button--cream{background:var(--cream);color:var(--ink)}.button--cream:hover{background:#fff}.button--outline-light{color:#fff;border-color:#fff6}.button--outline-light:hover{background:#ffffff14;border-color:#fff}.hero{background:#b5cee0;align-items:flex-end;min-height:max(760px,100svh);display:flex;position:relative;overflow:hidden}.hero__image,.hero__wash,.hero__grain{width:100%;height:100%;position:absolute;inset:0}.hero__image{object-fit:cover;object-position:center 71%;filter:saturate(.88)contrast(.96);transform:scale(1.01)}.hero__wash{background:linear-gradient(90deg,#f5f1e81a,#f5f1e8ad 62%,#f5f1e8e6),linear-gradient(#0000 65%,#171b1929)}.hero__grain{opacity:.13;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.33'/%3E%3C/svg%3E")}.hero__content{z-index:2;grid-template-columns:minmax(0,1fr) 18rem;align-items:end;gap:5rem;min-height:max(760px,100svh);padding-top:9.5rem;padding-bottom:clamp(3rem,8vh,6rem);display:grid;position:relative}.hero__copy{max-width:850px}.eyebrow{color:var(--ink-soft);letter-spacing:.12em;align-items:center;gap:.75rem;margin-bottom:1.6rem;font-size:.78rem;font-weight:700;display:flex}.eyebrow:before{content:"";background:var(--orange);width:2.7rem;height:1px}.eyebrow--light{color:#fff}.eyebrow--light:before{background:#fff}.hero h1{letter-spacing:-.055em;max-width:12ch;margin-bottom:2rem;font-size:clamp(4rem,8vw,8.5rem);font-weight:500;line-height:.93}.hero h1 em,.pillars h2 em,.process h2 em,.quote-section em,.contact h2 em{color:var(--orange);font-family:var(--serif);font-style:normal;font-weight:400}.hero__lead{color:#171b19c7;max-width:39rem;margin-bottom:2.2rem;font-size:clamp(1.05rem,1.6vw,1.28rem);line-height:1.75}.hero__actions{align-items:center;gap:2rem;display:flex}.text-link{color:#171b19c2;border-bottom:1px solid #171b1959;align-items:center;gap:.75rem;padding-block:.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.text-link:hover{border-color:var(--orange);color:var(--ink)}.hero__note{color:#171b19b8;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);background:#faf8f35c;border:1px solid #ffffff94;border-radius:1.25rem;align-self:end;gap:.2rem;padding:1.45rem;font-size:.78rem;display:grid;box-shadow:inset 0 1px #ffffff80}.hero__note-number{color:var(--ink);font-family:var(--serif);font-size:4.8rem;line-height:.9}.hero__note i{background:#171b1933;height:1px;margin-block:1rem}.intro{background:var(--paper);padding-block:clamp(6rem,12vw,10rem)}.intro__grid{grid-template-columns:12rem minmax(0,1fr) 14rem;align-items:start;gap:clamp(2rem,6vw,6rem);display:grid}.section-label{color:#171b19ad;letter-spacing:.08em;white-space:nowrap;align-items:center;gap:.85rem;font-size:.76rem;font-weight:600;display:flex}.section-label p{margin:0}.section-label span{border:1px solid var(--line);width:2.15rem;height:2.15rem;color:var(--orange);border-radius:50%;place-items:center;font-size:.65rem;display:grid}.section-label--light{color:#ffffff8a}.section-label--light span{color:var(--orange-light);border-color:#ffffff38}.intro__kicker{color:var(--orange);letter-spacing:.08em;margin-bottom:1.2rem;font-size:.78rem;font-weight:700}.intro__statement h2,.audiences__top h2,.faq__intro h2{letter-spacing:-.045em;margin-bottom:2rem;font-size:clamp(2.55rem,5vw,5.2rem);font-weight:500;line-height:1.02}.intro__statement h2 span{color:#171b1982;font-family:var(--serif);font-weight:400}.intro__statement>p:last-child{color:#171b19b3;max-width:42rem;margin-bottom:0;font-size:1.05rem;line-height:1.9}.intro__stat{border-top:1px solid var(--line);padding-top:.5rem}.intro__stat strong{color:var(--orange);font-family:var(--serif);margin:.75rem 0 .5rem;font-size:clamp(3.3rem,6vw,5.7rem);font-weight:400;line-height:1;display:block}.intro__stat p{color:#171b19ad;margin-bottom:0;font-size:.84rem;line-height:1.65}.city-break{background:var(--paper);padding-bottom:clamp(5rem,10vw,9rem)}.city-break__frame{border-radius:.3rem;position:relative;overflow:hidden}.city-break__frame>img{object-fit:cover;filter:saturate(.52)contrast(.94);width:100%;min-height:440px}.city-break__frame:after{content:"";background:linear-gradient(90deg,#0000 45%,#171b198a);position:absolute;inset:0}.city-break__caption{z-index:2;color:#fff;max-width:29rem;position:absolute;top:50%;right:clamp(1.5rem,6vw,5rem);transform:translateY(-50%)}.city-break__caption span{color:#ffb29a;letter-spacing:.08em;font-size:.78rem;font-weight:700}.city-break__caption p{margin:1.2rem 0 0;font-size:clamp(1.7rem,3.3vw,3rem);font-weight:500;line-height:1.25}.pillars{background:var(--ink);color:#fff;padding-block:clamp(6rem,12vw,10rem)}.pillars__heading{grid-template-columns:12rem minmax(0,1fr) minmax(14rem,24rem);align-items:end;gap:clamp(2rem,6vw,6rem);margin-bottom:clamp(4rem,9vw,7rem);display:grid}.pillars__heading h2,.process__intro h2,.contact h2{letter-spacing:-.05em;margin:0;font-size:clamp(3rem,6vw,6rem);font-weight:500;line-height:.98}.pillars__heading>p{color:#ffffff8f;margin:0;font-size:1rem;line-height:1.85}.pillars__grid{border-top:1px solid #ffffff29;grid-template-columns:repeat(3,1fr);display:grid}.pillar-card{border-left:1px solid #ffffff29;flex-direction:column;justify-content:space-between;gap:4rem;min-height:27rem;padding:2.2rem clamp(1.4rem,3vw,2.6rem) 2.5rem;transition:background .22s;display:flex}.pillar-card:first-child{border-right:1px solid #ffffff29}.pillar-card:hover{background:#ffffff0b}.pillar-card__number{color:var(--orange-light);font-family:var(--serif);font-size:3.2rem}.pillar-card h3{margin-bottom:1rem;font-size:1.45rem;font-weight:500}.pillar-card p{color:#ffffff8a;margin:0;font-size:.95rem;line-height:1.85}.audiences{background:var(--cream);padding-block:clamp(6rem,12vw,10rem)}.audiences__top{grid-template-columns:12rem minmax(0,1fr);gap:clamp(2rem,6vw,6rem);margin-bottom:4.5rem;display:grid}.audiences__top h2{max-width:14ch}.audiences__top>div:last-child>p{color:#171b19b3;max-width:42rem;margin:0;font-size:1.05rem}.audiences__grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.audience-card{border:1px solid var(--line);background:#ffffff61;border-radius:.3rem;flex-direction:column;min-height:25rem;padding:clamp(1.6rem,4vw,3rem);transition:background .22s,border-color .22s,transform .22s;display:flex}.audience-card:hover{background:var(--paper);border-color:#171b1952;transform:translateY(-3px)}.audience-card__top{color:#171b19a8;font-family:var(--serif);justify-content:space-between;align-items:center;margin-bottom:3.8rem;display:flex}.audience-card__arrow{color:var(--orange);font-size:1.6rem}.audience-card h3{letter-spacing:-.035em;margin-bottom:1rem;font-size:clamp(1.75rem,3.4vw,2.8rem);font-weight:500}.audience-card>p{color:#171b19b3;max-width:33rem;margin-bottom:2.5rem}.audience-card ul{flex-wrap:wrap;gap:.5rem;margin:auto 0 0;padding:0;list-style:none;display:flex}.audience-card li{border:1px solid var(--line);color:#171b19b8;border-radius:999px;padding:.4rem .75rem;font-size:.71rem}.process{color:#fff;background:#232926;padding-block:clamp(6rem,12vw,10rem)}.process__layout{grid-template-columns:minmax(19rem,.8fr) minmax(0,1.2fr);gap:clamp(4rem,10vw,9rem);display:grid}.process__intro{align-self:start;position:sticky;top:9rem}.process__intro .section-label{margin-bottom:3rem}.process__intro>p{color:#ffffff85;max-width:28rem;margin:2.5rem 0 0;line-height:1.85}.pillars h2 em,.process h2 em{color:var(--orange-light)}.process__steps{counter-reset:steps;margin:0;padding:0;list-style:none}.process__steps li{border-top:1px solid #ffffff29;grid-template-columns:4rem minmax(0,1fr);gap:2rem;padding:2rem 0 2.4rem;display:grid}.process__steps li:last-child{border-bottom:1px solid #ffffff29}.process__steps>li>span{color:var(--orange-light);font-family:var(--serif);font-size:.9rem}.process__steps h3{margin-bottom:.75rem;font-size:clamp(1.35rem,2.5vw,2rem);font-weight:500}.process__steps p{color:#ffffff82;max-width:35rem;margin:0;line-height:1.8}.quote-section{background:linear-gradient(#f5f1e8e0,#f5f1e8e6),url(/images/hero-1800.jpg) 50% 74%/cover;padding-block:clamp(7rem,15vw,13rem)}.quote-section__inner{text-align:center;max-width:1000px}.quote-section__mark{height:4.5rem;color:var(--orange);font-family:var(--serif);font-size:7rem;line-height:1;display:block}.quote-section blockquote{letter-spacing:-.045em;margin:1.5rem 0 2rem;font-size:clamp(2.4rem,5.6vw,5.7rem);font-weight:500;line-height:1.08}.quote-section__inner>p{color:#171b1980;letter-spacing:.08em;margin:0;font-size:.8rem;font-weight:600}.faq{background:var(--paper);padding-block:clamp(6rem,12vw,10rem)}.faq__layout{grid-template-columns:minmax(18rem,.75fr) minmax(0,1.25fr);gap:clamp(4rem,10vw,9rem);display:grid}.faq__intro .section-label{margin-bottom:3rem}.faq__intro h2{font-size:clamp(2.9rem,5vw,5rem)}.faq__intro>p{color:#171b19b3;max-width:28rem}.text-link--dark{color:var(--ink);margin-top:1rem}.faq__list{border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;justify-content:space-between;align-items:center;gap:2rem;min-height:6.5rem;padding-block:1.3rem;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:500;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary i{flex:none;width:1.25rem;height:1.25rem;position:relative}.faq summary i:before,.faq summary i:after{content:"";background:var(--ink);width:100%;height:1px;transition:transform .18s;position:absolute;top:50%;right:0}.faq summary i:after{transform:rotate(90deg)}.faq details[open] summary i:after{transform:rotate(0)}.faq details>p{color:#171b19b3;max-width:42rem;margin:-.5rem 0 2.2rem;line-height:1.85}.contact{background:var(--orange);color:#fff;padding-block:clamp(6rem,12vw,10rem);position:relative;overflow:hidden}.contact__glow{filter:blur(20px);background:#ffdcbe3d;border-radius:50%;width:42rem;height:42rem;position:absolute;top:-20rem;left:-10rem}.contact__inner{z-index:1;grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr);align-items:end;gap:clamp(4rem,10vw,10rem);display:grid;position:relative}.contact h2{font-size:clamp(3.4rem,7vw,7rem)}.contact h2 em{color:var(--ink)}.contact__actions{gap:.8rem;display:grid}.contact__actions p{color:#ffffffc2;margin-bottom:1.5rem;line-height:1.8}.footer{background:var(--cream-deep);padding-top:5rem}.footer__top{grid-template-columns:1fr 1.2fr;gap:5rem;padding-bottom:4.5rem;display:grid}.footer__brand>p{color:#171b19b3;max-width:24rem;margin:2rem 0 0;font-size:.9rem}.footer__links{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.footer__links>div{flex-direction:column;gap:.65rem;display:flex}.footer__links h3{color:#595750;letter-spacing:.09em;margin-bottom:.8rem;font-size:.7rem;font-weight:700}.footer__links a,.footer__links p{color:#171b19b8;margin:0;font-size:.88rem}.footer__links a:hover{color:var(--orange)}.footer__bottom{border-top:1px solid var(--line);color:#171b19ad;justify-content:space-between;align-items:center;gap:2rem;padding-block:1.4rem;font-size:.72rem;display:flex}.footer__bottom p{margin:0}@media (max-width:980px){.nav{grid-template-columns:1fr auto;min-height:4.2rem}.nav__brand{justify-self:start}.nav__cta,.nav__links{display:none}.nav__toggle{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:50%;place-items:center;width:2.8rem;height:2.8rem;display:grid}.nav__toggle svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:1.2rem}.nav__links--open{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfaf7f7;border:1px solid #ffffffb3;border-radius:1.5rem;flex-direction:column;align-items:stretch;gap:0;padding:1rem;display:flex;position:absolute;top:calc(100% + .55rem);left:0;right:0;box-shadow:0 1.5rem 4rem #171b1921}.nav__links--open a{border-bottom:1px solid var(--line);padding:.9rem .8rem}.nav__links--open .nav__mobile-cta{background:var(--orange);color:#fff;text-align:center;border:0;border-radius:999px;margin-top:.7rem;display:block}.hero__content{grid-template-columns:1fr;gap:2.5rem}.hero__note{grid-template-columns:auto 1fr;align-items:center;column-gap:1rem;width:min(100%,20rem)}.hero__note-number{grid-row:span 3}.hero__note i{display:none}.intro__grid,.pillars__heading{grid-template-columns:1fr}.intro__grid{gap:3rem}.intro__statement,.intro__stat{margin-right:clamp(0rem,9vw,6rem)}.intro__stat{max-width:18rem}.pillars__heading>p{max-width:34rem}.process__layout,.faq__layout{grid-template-columns:1fr}.process__intro{position:static}.contact__inner{grid-template-columns:1fr}.contact__actions{max-width:34rem}}@media (max-width:720px){:root{--page-pad:1.1rem}html{scroll-padding-top:6rem}.site-header{padding-top:.65rem}.nav{width:calc(100% - 1rem);padding-right:.85rem}.nav__brand{padding-inline:.35rem}.brand img{width:72px}.brand__funds{font-size:.68rem}.hero{min-height:780px}.hero__wash{background:linear-gradient(#f5f1e81a,#f5f1e83b 42%,#f5f1e8c7),linear-gradient(90deg,#0000,#f5f1e861)}.hero__content{min-height:780px;padding-top:8rem;padding-bottom:2rem}.hero h1{max-width:9ch;font-size:clamp(3.7rem,17vw,5.3rem)}.hero__lead{font-size:1rem}.hero__actions{flex-direction:column;align-items:flex-start;gap:1rem}.hero__note{display:none}.intro__statement,.intro__stat{margin-right:0}.intro__statement h2,.audiences__top h2,.faq__intro h2{font-size:clamp(2.5rem,12vw,3.5rem)}.city-break__frame>img{min-height:550px}.city-break__frame:after{background:linear-gradient(#0000 30%,#171b19b3)}.city-break__caption{inset:auto 1.4rem 1.8rem;transform:none}.city-break__caption p{font-size:1.9rem}.pillars__heading{margin-bottom:3.5rem}.pillars__heading h2,.process__intro h2,.contact h2{font-size:clamp(3rem,14vw,4.4rem)}.pillars__grid,.audiences__grid{grid-template-columns:1fr}.pillar-card{border-bottom:1px solid #ffffff29;border-right:1px solid #ffffff29;min-height:20rem}.audiences__top{grid-template-columns:1fr}.audience-card{min-height:22rem}.process__steps li{grid-template-columns:2.5rem minmax(0,1fr);gap:1rem}.quote-section blockquote{font-size:clamp(2.4rem,11vw,3.5rem)}.faq__layout{gap:3.5rem}.faq summary{gap:1rem;min-height:5.7rem}.footer__top{grid-template-columns:1fr;gap:3.5rem}.footer__links{grid-template-columns:1fr}.footer__bottom{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
