:root {
  --bg: #ffffff;
  --surface: #f7f7f5;
  --surface-2: #f0f1f3;
  --ink: #111214;
  --muted: #666b73;
  --line: #e4e6ea;
  --accent: #6d64d8;
  --accent-soft: #eceafc;
  --blue-soft: #eaf2f7;
  --green-soft: #edf3ea;
  --rose-soft: #f5ecef;
  --shadow-sm: 0 12px 32px rgba(17,18,20,.07);
  --shadow-md: 0 26px 80px rgba(17,18,20,.11);
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 42px;
  --container: min(1420px, calc(100vw - 48px));
}
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

* { box-sizing: border-box; }
html { scroll-behavior: smooth; text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, picture, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
a { color: inherit; }
p, h1, h2, h3, h4 { margin-top: 0; }
::selection { background: #dedafc; color: var(--ink); }
.container { width: var(--container); margin-inline: auto; }

.skip-link {
  position: fixed; z-index: 9999; top: 10px; right: 10px;
  padding: 11px 16px; border-radius: 999px; background: var(--ink); color: white;
  text-decoration: none; transform: translateY(-180%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 1500; inset: 0 0 auto; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--ink); }

.site-header { position: fixed; z-index: 1000; top: 14px; right: 0; left: 0; pointer-events: none; }
.nav-shell {
  width: min(1180px, calc(100vw - 28px)); min-height: 66px; margin-inline: auto;
  padding: 8px 10px 8px 16px; border: 1px solid rgba(17,18,20,.08); border-radius: 999px;
  background: rgba(255,255,255,.9); backdrop-filter: blur(18px); box-shadow: 0 10px 35px rgba(17,18,20,.07);
  display: flex; align-items: center; justify-content: space-between; pointer-events: auto;
  transition: transform .3s ease;
}
.site-header.is-hidden .nav-shell { transform: translateY(-110px); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; }
.brand-seal { display: grid; place-items: center; width: 45px; aspect-ratio: 1; border-radius: 50%; background: var(--ink); color: white; font-weight: 900; }
.brand-word { font-size: 20px; letter-spacing: .03em; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links > a:not(.nav-cta) { text-decoration: none; font-size: 14px; font-weight: 700; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 0 20px; border-radius: 999px; background: var(--ink); color: white; text-decoration: none; font-weight: 800; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--ink); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: white; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .16em; direction: ltr; justify-content: flex-end; }
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.eyebrow-light { color: rgba(255,255,255,.66); }

.hero-editorial {
  min-height: 100svh; padding: 132px 0 34px; background: #fff; border-bottom: 1px solid var(--line);
  display: flex; flex-direction: column; justify-content: center;
}
.hero-split-grid {
  display: grid;
  grid-template-columns: minmax(235px,.78fr) minmax(500px,1.36fr) minmax(235px,.78fr);
  grid-template-areas: "doral copy ofek";
  align-items: end; gap: clamp(18px,3vw,54px); direction: ltr;
}
.hero-founder { min-width: 0; text-align: center; direction: rtl; }
.hero-founder-doral { grid-area: doral; }
.hero-founder-ofek { grid-area: ofek; }
.hero-founder-visual { height: clamp(390px, 47vw, 590px); display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.hero-founder-visual img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 24px 24px rgba(17,18,20,.12)); }
.hero-founder-copy { max-width: 310px; margin: 14px auto 0; padding-top: 16px; border-top: 1px solid var(--line); }
.hero-founder-copy strong { display: block; margin-bottom: 2px; font-size: 22px; letter-spacing: -.03em; }
.hero-founder-copy span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; direction: ltr; }
.hero-founder-copy p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.hero-copy-centered { grid-area: copy; align-self: center; text-align: center; direction: rtl; padding-bottom: 44px; position: relative; z-index: 4; }
.hero-copy-centered .eyebrow, .hero-copy-centered .hero-actions { justify-content: center; }
.hero-copy-centered h1 { margin: 0 auto 26px; max-width: 900px; font-size: clamp(58px,6.2vw,102px); line-height: .92; letter-spacing: -.07em; }
.hero-copy-centered h1 em { display: inline-block; font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: #5f6268; letter-spacing: -.05em; }
.hero-lead { max-width: 760px; margin: 0 auto 30px; color: #4f545c; font-size: clamp(18px,1.45vw,23px); line-height: 1.6; }
.hero-actions, .contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 58px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 900; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-light { background: white; color: var(--ink); }
.button-outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; text-underline-offset: 5px; }
.hero-proof { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 30px; }
.hero-proof span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fafafa; color: var(--muted); font-size: 12px; }
.hero-proof b { color: var(--ink); }
.hero-bottom-line { margin-top: 38px; padding-top: 21px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: #7b7f86; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; direction: ltr; }

.answer-section { padding: 28px 0 0; background: #fff; }
.answer-card { display: grid; grid-template-columns: 140px 1fr 58px; align-items: center; gap: 24px; padding: 32px 36px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-sm); }
.answer-label { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.answer-card h2 { margin-bottom: 6px; font-size: clamp(25px,2.6vw,40px); letter-spacing: -.04em; }
.answer-card p:last-child { margin-bottom: 0; font-size: 18px; }
.round-arrow { display: grid; place-items: center; width: 54px; aspect-ratio: 1; border-radius: 50%; background: var(--ink); color: white; text-decoration: none; }

.section { padding: clamp(92px,10vw,155px) 0; background: #fff; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.55fr); align-items: end; gap: 54px; margin-bottom: 62px; }
.section-heading h2, .faq-heading h2, .about-copy h2 { margin-bottom: 0; font-size: clamp(50px,6.6vw,96px); line-height: .96; letter-spacing: -.065em; }
.section-heading h2 em, .faq-heading h2 em, .about-copy h2 em, .contact-card h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: #63676e; }
.section-heading > p, .faq-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 18px; }

.services-section { background: #fff; }
.service-list { display: grid; gap: 14px; }
.service-row { display: grid; grid-template-columns: 72px minmax(0,1fr) 62px; align-items: start; gap: 22px; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 8px 25px rgba(17,18,20,.035); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.service-row:hover { transform: translateY(-3px); border-color: #cfd2d8; box-shadow: var(--shadow-sm); }
.service-index { color: #858992; font-size: 25px; font-weight: 900; }
.service-main h3 { margin-bottom: 10px; font-size: clamp(30px,3.8vw,57px); line-height: 1; letter-spacing: -.05em; }
.service-main > p { max-width: 940px; margin-bottom: 9px; color: #50555d; }
.service-answer { font-size: 14px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tag-list span { padding: 7px 11px; border-radius: 999px; background: var(--surface); color: #5d626a; font-size: 11px; font-weight: 800; direction: ltr; }
.service-action { display: grid; place-items: center; width: 58px; aspect-ratio: 1; border-radius: 50%; background: var(--surface); text-decoration: none; font-size: 22px; transition: background .2s ease, color .2s ease, transform .2s ease; }
.service-action:hover { background: var(--ink); color: white; transform: rotate(45deg); }

.studio-section { background: var(--surface); border-block: 1px solid var(--line); }
.about-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.02fr); align-items: center; gap: clamp(50px,7vw,110px); }
.about-copy { grid-column: 1; }
.about-media { grid-column: 2; position: relative; }
.about-lead { max-width: 720px; margin: 26px 0 30px; color: #4f545c; font-size: 19px; }
.about-points { display: grid; gap: 0; margin-bottom: 32px; border-top: 1px solid #d8dade; }
.about-points > div { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid #d8dade; }
.about-points strong { font-size: 13px; }
.about-points span { color: var(--muted); }
.about-image-shell { min-height: 650px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; overflow: hidden; display: flex; align-items: flex-end; justify-content: center; box-shadow: var(--shadow-md); }
.about-image-shell img { width: min(94%,650px); height: auto; object-fit: contain; filter: drop-shadow(0 28px 25px rgba(17,18,20,.1)); }
.about-caption { position: absolute; left: 20px; bottom: 20px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.92); font-size: 10px; font-weight: 800; letter-spacing: .1em; direction: ltr; }

.press-section { padding: clamp(95px,10vw,150px) 0; background: var(--ink); color: white; }
.press-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(48px,7vw,100px); }
.press-copy h2 { margin-bottom: 25px; font-size: clamp(44px,5.5vw,82px); line-height: .98; letter-spacing: -.06em; }
.press-copy > p { max-width: 680px; color: rgba(255,255,255,.72); font-size: 18px; }
.press-copy strong { color: white; }
.press-art img { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: top; border-radius: 28px; border: 1px solid rgba(255,255,255,.18); }

.projects-section { overflow: hidden; background: #fff; }
.project-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 54px; }
.project-heading h2 { margin-bottom: 0; font-size: clamp(50px,6.6vw,96px); line-height: .96; letter-spacing: -.065em; }
.project-heading h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: #63676e; }
.project-nav { display: flex; gap: 9px; }
.project-nav button { display: grid; place-items: center; width: 54px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; font-size: 21px; transition: background .2s ease, color .2s ease; }
.project-nav button:hover { background: var(--ink); color: white; }
.project-track { display: flex; direction: ltr; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; padding-inline: max(24px, calc((100vw - min(1420px, calc(100vw - 48px))) / 2)); padding-bottom: 14px; }
.project-track::-webkit-scrollbar { display: none; }
.project-card { flex: 0 0 min(760px,72vw); direction: rtl; scroll-snap-align: center; min-width: 0; }
.project-card > a { display: block; text-decoration: none; position: relative; z-index: 2; }
.project-image-wrap { position: relative; aspect-ratio: 16/10; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--surface); }
.project-violet { background: var(--accent-soft); }
.project-orange { background: #f5eee8; }
.project-lime { background: var(--green-soft); }
.project-sky { background: var(--blue-soft); }
.project-pink { background: var(--rose-soft); }
.project-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 23px; box-shadow: 0 18px 50px rgba(17,18,20,.13); transition: transform .45s ease; }
.project-card a:hover img, .project-card a:focus-visible img { transform: scale(1.025); }
.project-number, .project-open { position: absolute; z-index: 3; display: inline-flex; align-items: center; min-height: 34px; padding: 0 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.94); font-size: 10px; font-weight: 900; direction: ltr; pointer-events: none; }
.project-number { top: 14px; right: 14px; }
.project-open { left: 14px; bottom: 14px; }
.project-info { display: grid; grid-template-columns: 1fr minmax(180px,.72fr); align-items: end; gap: 20px; padding: 21px 4px 0; }
.project-info p { grid-column: 1/-1; margin-bottom: 0; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .09em; direction: ltr; text-align: right; }
.project-info h3 { margin-bottom: 0; font-size: clamp(30px,3.7vw,53px); line-height: 1; letter-spacing: -.045em; }
.project-info > span { color: var(--muted); font-size: 14px; }
.project-hint { margin-top: 18px; color: var(--muted); font-size: 11px; }

.process-section { background: var(--surface); border-block: 1px solid var(--line); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d8dade; }
.process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid #d8dade; }
.process-list > li > span { color: #7e838b; font-size: 30px; font-weight: 900; }
.process-list h3 { margin-bottom: 7px; font-size: clamp(26px,3vw,45px); line-height: 1; letter-spacing: -.045em; }
.process-list p { max-width: 780px; margin-bottom: 0; color: var(--muted); }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,8vw,120px); align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; padding: 24px 0; border: 0; background: transparent; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 26px; text-align: right; cursor: pointer; font-size: clamp(19px,1.9vw,29px); font-weight: 800; }
.faq-item button i { flex: 0 0 auto; display: grid; place-items: center; width: 38px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; font-style: normal; transition: transform .25s ease, background .25s ease, color .25s ease; }
.faq-item button[aria-expanded="true"] i { transform: rotate(45deg); background: var(--ink); color: white; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { overflow: hidden; max-width: 820px; margin: 0; color: var(--muted); }
.faq-item:has(button[aria-expanded="true"]) .faq-answer { grid-template-rows: 1fr; }
.faq-item:has(button[aria-expanded="true"]) .faq-answer p { padding-bottom: 25px; }

.contact-section { padding: 30px 0 80px; background: #fff; }
.contact-card { position: relative; min-height: 540px; padding: clamp(38px,6vw,78px); border-radius: 52px; background: var(--ink); color: white; overflow: hidden; }
.contact-card h2 { position: relative; z-index: 2; max-width: 950px; margin-bottom: 22px; font-size: clamp(48px,7vw,102px); line-height: .92; letter-spacing: -.07em; }
.contact-card > p:not(.eyebrow) { position: relative; z-index: 2; max-width: 720px; color: rgba(255,255,255,.7); font-size: 18px; }
.contact-actions { position: relative; z-index: 2; margin-top: 30px; }
.copy-email { min-height: 56px; padding: 0 21px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: transparent; color: white; cursor: pointer; font-weight: 800; }
.contact-mark { position: absolute; left: 4%; top: 2%; color: rgba(255,255,255,.05); font-size: min(28vw,390px); font-weight: 900; line-height: 1; }

.site-footer { position: relative; padding: 90px 0 38px; border-top: 1px solid var(--line); background: var(--surface); overflow: hidden; }
.footer-orbit { position: absolute; top: 8px; left: -2%; width: 104%; color: rgba(17,18,20,.04); font-size: clamp(68px,10vw,150px); font-weight: 900; white-space: nowrap; direction: ltr; }
.footer-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .7fr .9fr; align-items: end; gap: 38px; }
.footer-nav { display: grid; gap: 8px; text-decoration: none !important;}
.footer-nav a { width: fit-content; font-weight: 800; text-decoration: none;}
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-contact > span { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.footer-contact > a { font-size: clamp(18px,2vw,29px); direction: ltr; }

/* Inner pages */
.breadcrumbs { display: flex; align-items: center; gap: 8px; padding-top: 122px; color: var(--muted); font-size: 13px; }
.service-hero, .case-hero { padding: 65px 0 85px; background: #fff; }
.service-hero-grid, .case-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: clamp(45px,8vw,120px); }
.service-hero h1, .case-title h1 { margin-bottom: 22px; font-size: clamp(58px,8vw,120px); line-height: .88; letter-spacing: -.07em; }
.service-hero-lead, .case-intro > p:last-child { color: var(--muted); font-size: 18px; }
.service-answer-card { padding: 32px; border: 1px solid var(--line); border-radius: 30px; background: var(--surface); }
.service-answer-card > span, .case-eyebrow { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.service-answer-card h2, .case-intro h2 { margin: 10px 0 14px; font-size: clamp(28px,3.5vw,48px); line-height: 1.05; letter-spacing: -.045em; }
.service-content-grid, .case-story-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,8vw,120px); align-items: start; }
.service-sticky, .case-sticky { position: sticky; top: 120px; }
.service-sticky h2, .case-sticky h2 { font-size: clamp(38px,4.8vw,68px); line-height: 1; letter-spacing: -.055em; }
.service-detail-list, .case-story { border-top: 1px solid var(--line); }
.service-detail-list article, .case-story article { padding: 36px 0; border-bottom: 1px solid var(--line); }
.service-detail-list article > span, .case-story article > span { color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.service-detail-list h3, .case-story h3 { margin: 10px 0; font-size: clamp(26px,3vw,44px); line-height: 1.04; letter-spacing: -.045em; }
.service-detail-list p, .case-story p { color: var(--muted); }
.service-proof { background: var(--surface); border-block: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.proof-card { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.proof-card h3 { font-size: 26px; }
.case-cover-wrap, .case-gallery { width: min(1540px, calc(100vw - 28px)); margin-inline: auto; }
.case-cover { position: relative; aspect-ratio: 16/9; padding: clamp(14px,2.5vw,32px); border: 1px solid var(--line); border-radius: 42px; background: var(--surface); overflow: hidden; }
.case-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 26px; }
.case-cover-label { position: absolute; left: 28px; bottom: 20px; padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.94); font-size: 10px; font-weight: 900; direction: ltr; }
.case-meta-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 100px; border-block: 1px solid var(--line); }
.case-meta-grid > div { padding: 23px 18px; border-inline-start: 1px solid var(--line); }
.case-meta-grid > div:first-child { border-inline-start: 0; }
.case-meta-grid span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 10px; font-weight: 900; }
.case-gallery { display: grid; gap: 22px; padding-bottom: 130px; }
.gallery-item { margin: 0; padding: clamp(12px,2vw,26px); border: 1px solid var(--line); border-radius: 34px; background: var(--surface); }
.gallery-item img { width: 100%; height: auto; border-radius: 22px; }
.gallery-item figcaption { padding: 14px 3px 0; color: var(--muted); font-size: 10px; font-weight: 900; direction: ltr; }

.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(28px); }
.js-ready .reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

@media (max-width: 1080px) {
  :root { --container: min(100% - 36px, 1080px); }
  .hero-split-grid { grid-template-columns: minmax(180px,.75fr) minmax(410px,1.3fr) minmax(180px,.75fr); gap: 12px; }
  .hero-founder-visual { height: 460px; }
  .hero-founder-copy p { display: none; }
  .press-grid, .service-hero-grid, .case-hero-grid, .service-content-grid, .case-story-grid { grid-template-columns: 1fr; }
  .service-sticky, .case-sticky { position: static; }
  .about-layout { gap: 45px; }
  .about-image-shell { min-height: 560px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1/-1; }
}

@media (max-width: 850px) {
  .press-art img {height:350px; width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: top; border-radius: 28px; border: 1px solid rgba(255,255,255,.18); }

  .site-header { top: 9px; }
  .nav-shell { min-height: 58px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .nav-links { position: fixed; z-index: 2; inset: 0; height: 100svh; padding: 105px 24px 34px; background: #fff; display: flex; flex-direction: column; align-items: stretch; gap: 0; transform: translateY(-105%); transition: transform .35s ease; }
  .nav-links.is-open { transform: translateY(0); }
  .nav-links > a:not(.nav-cta) { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 30px; }
  .nav-cta { justify-content: center; margin-top: 25px; }

  .hero-editorial { min-height: auto; padding: 112px 0 28px; }
  .hero-split-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "copy copy" "doral ofek";
    align-items: end; gap: 10px 14px;
  }
  .hero-copy-centered { grid-area: copy; padding-bottom: 20px; }
  .hero-copy-centered h1 { font-size: clamp(50px,11vw,78px); }
  .hero-lead { font-size: 17px; }
  .hero-founder-visual { height: min(55vw,410px); }
  .hero-founder-copy { margin-top: 8px; padding-top: 10px; }
  .hero-founder-copy strong { font-size: 17px; }
  .hero-founder-copy span { font-size: 8px; }
  .hero-bottom-line { display: none; }

  .answer-card { grid-template-columns: 1fr auto; }
  .answer-label { grid-column: 1/-1; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .about-layout { grid-template-columns: 1fr; }
  .about-copy, .about-media { grid-column: auto; }
  .about-copy { order: 1; }
  .about-media { order: 2; }
  .about-image-shell { min-height: 520px; }
  .project-card { flex-basis: min(84vw,650px); }
  .proof-grid { grid-template-columns: 1fr; }
  .case-meta-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  :root { --container: calc(100vw - 28px); --radius-lg: 30px; }
  body { font-size: 15px; }
  .brand-word { font-size: 17px; }
  .hero-split-grid { gap: 8px; }
  .hero-copy-centered h1 { font-size: clamp(43px,13vw,62px); margin-bottom: 18px; }
  .hero-lead { font-size: 15px; line-height: 1.55; margin-bottom: 20px; }
  .hero-proof { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; min-height: 52px; }
  .hero-actions .text-link { justify-content: center; }
  .hero-founder-visual { height: 58vw; min-height: 205px; max-height: 300px; }
  .hero-founder-copy strong { font-size: 15px; }
  .hero-founder-copy span { font-size: 6.8px; letter-spacing: .06em; }
  .answer-card { padding: 25px 22px; }
  .section { padding: 82px 0; }
  .section-heading h2, .faq-heading h2, .about-copy h2, .project-heading h2 { font-size: clamp(43px,13vw,66px); }
  .service-row { grid-template-columns: 42px 1fr; gap: 12px; padding: 24px 20px; }
  .service-action { grid-column: 2; width: 50px; }
  .service-main h3 { font-size: 34px; }
  .about-image-shell { min-height: 420px; }
  .press-grid { gap: 35px; }
  .project-heading { align-items: flex-end; }
  .project-nav button { width: 46px; }
  .project-track { padding-inline: 14px; }
  .project-card { flex-basis: 88vw; }
  .project-image-wrap { padding: 14px; border-radius: 28px; }
  .project-image-wrap img { border-radius: 18px; }
  .project-info { grid-template-columns: 1fr; }
  .project-info h3 { font-size: 36px; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 12px; }
  .contact-card { min-height: 540px; padding: 34px 22px; border-radius: 34px; }
  .contact-card h2 { font-size: 49px; }
  .contact-actions { flex-direction: column; align-items: stretch; }
  .copy-email { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; }
  .case-meta-grid { grid-template-columns: 1fr; }
  .case-meta-grid > div { border-inline-start: 0; border-bottom: 1px solid var(--line); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
